.aboutdivsection {
  background-color: #fff;
  border-radius: 31px;
}

.aboutheadingdiv {
  color: #38bdf8 !important;
}

.textCustom {
  color: #38bdf8 !important;
  font-weight: 700;
  text-transform: capitalize;
}

.aboutheadingdivpara {
  color: #fff;
}

.secsectiondiv {
  width: 69%;
  margin-left: 44px;
}

.btn-div {
  color: #fff;
  background: linear-gradient(90deg,
      rgba(56, 166, 204, 1) 0%,
      rgba(56, 82, 204, 1) 100%);
  border: none;
  color: #fff;
  padding: 12px 45px;
  font-weight: 600;
  font-size: 15px;
  border-radius: 22px;
}

.service-item {
  background: var(--light);
  transition: 0.5s;
}

.service-item:hover {
  margin-top: -10px;
  background: linear-gradient(90deg,
      rgba(56, 166, 204, 1) 0%,
      rgba(56, 82, 204, 1) 100%);
}

.service-item * {
  transition: 0.5s;
}

.service-item:hover * {
  color: var(--light) !important;
}

.category img,
.course-item img {
  transition: 0.5s;
}

.category a:hover img,
.course-item:hover img {
  transform: scale(1.1);
}

.loginbtn {
  background: linear-gradient(90deg,
      rgba(56, 166, 204, 1) 0%,
      rgba(56, 82, 204, 1) 100%);
  border: none !important;
  color: #fff !important;
  padding: 9px 22px !important;
  font-weight: 600 !important;
  font-size: 15px !important;
  border-radius: 10px !important;
}

.textsectiondiv {
  color: #fff !important;
}

.loginbgdiv {
  background-color: #030532;
  border: 1px solid #08D0FB;
  border-radius: 30px;
  padding: 26px;
}

.textforgetdiv {
  color: #08D0FB;
  margin-left: -10px !important;
}

.logintextdiv {
  margin-bottom: 0;
  font-size: 32px !important;
  text-align: center;
  color: #ffffff;
}

.logintextpara {
  color: #adadad;
  font-size: 14px;
  font-weight: 600;
  margin-top: 3px;
  text-align: center;
}

form#form-id {
  margin-top: 50px;
}

input.form-control {
  text-align: left !important;
  color: #474747 !important;
  height: 39px;
  font-weight: 500;
  font-size: 13px;
}

.signupbgdiv {
  background-color: #00011F;
  border: 1px solid #08D0FB;
  border-radius: 30px;
  width: 50%;
  padding: 0 !important;
}

.regbtn {
  background-color: #00011F !important;
  border: 1px solid #08D0FB !important;
  color: #08D0FB !important;
}

.forgetdivsection {
  text-decoration: underline;
  width: 100%;
  display: flex;
  justify-content: end;
  font-size: 14px;
  margin-top: 10px
}

.tab-btnsection {
  background-color: #030532 !important;
}

.otpbtn {
  background: linear-gradient(90deg,
      rgba(56, 166, 204, 1) 0%,
      rgba(56, 82, 204, 1) 100%);
  border: none !important;
  color: #fff !important;
  padding: 12px 45px !important;
  font-weight: 600 !important;
  font-size: 15px !important;
  border-radius: 22px !important;
}

.purchase {
  width: auto !important;
  height: auto;
  margin: 40px auto;
}

@media screen and (max-width: 425px) {
  .loginpageimg {
    height: 220px;
    width: 220px;
    margin: auto;
    margin-top: 40px;
  }

  .signuppageimg {
    height: 220px;
    width: 220px;
    margin-left: 62px;
  }

  .signupbtndiv {
    width: 134px;
    align-items: center;
  }

  .aboutthirddiv {
    width: 85% !important;
  }

  .abouttextpara {
    font-size: 17px !important;
  }

  .signupbgdiv {
    width: 100% !important;
  }
}

@media screen and (max-width: 770px) {
  .loginsectionform {
    width: 450px !important;
  }
}

.mainDiv h1 {
  color: #08D0FB;
  font-size: 20px;
}