:root {
  --primary-color: #01adef;
  --white-color: #fff;
  --black-color: #000;
  --blue-color: #00c5e7;
  --border-color: #28282840;
  --red-color: #e21e22;
  --lightbrown-color: #757575;
  --pink-background: #ff49b0;
  --gold-color: var(--primary-color);
  --green:#0b2623;
}

.con-code {
  display: flex;
  gap: 10px;
}

@media (max-width: 576px) {
  .cont-reg {
    padding: 0;
  }

  .for-passs {
    font-size: 22px !important;
  }
}

.main-form-page {
  position: relative;
  display: flex;
  align-items: center;
  z-index: 1;
  width: 100%;
  height: 100vh;
  background-color: #000;
}

input.form-control::placeholder {
  color: #000 !important;
}


.section {
  padding: 50px 12px;
  position: relative;
  text-align: center;
  width: 100%;
}

.login-row{
  justify-content: center !important;
}
.new-setting-col{
  display: flex;
  justify-content: center;
}
.main-form-page::before {
  position: absolute;
  content: "";
  height: 100%;
  width:100%;
  bottom: 0;
  right: 0;
  background-image: url("../../uploads/log-bgs.jpeg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -1;
  filter: brightness(0.1);
 }  

@media (max-width: 1200px) {
  .section::before {
    background-position: center;
  }
}
.sub-title{
  max-width: 400px;
}

.section::after{
  height: 467px;
    width: 628px;
    bottom: 40px;
    right: 10px;
}

@media (max-width: 768px) {
  .section::after {
    width: 100%;
    height: 100%;
    transform: rotate(0deg);
    bottom: 0px;
    left: 0px;
    background-position: bottom;
  }
}

@media (max-width: 576px) {
  .cont-reg {
    align-items: start !important;
  }

  .sub-title {
    margin-top:43px !important;
  }

  .forgot-sub-title {
    margin-top: 90px !important;
  }
}
@media(max-width:992px){
  .section::after{
    display: none;
  }
  .cont-reg{
    justify-content: center !important;
  }
}

.login-heading {
  display: flex;
  align-items: center;
  margin: 20px 0px 20px 0px;
}

.main-form-page .left img {
  height: 52px;
  width: auto;
}

.main-form-page .left h3 {
  font-size: 18px;
  font-weight: 600;
  color: var(--primary-color);
  margin-top: 10px;
}

.main-form-page .left p {
  font-size: 14px;
  font-weight: 200;
  color: var(--white-color);
  line-height: 18px;
}

.main-form-page .right {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: start;
}

.form-design {
  display: flex;
  justify-content: center;
}
.med-bottle2 img{
  height: 80px;
  width: 80px;
}
.guru-logins {
  color: #fb0201;
  margin: 0;
}
.med-bottle2{
 display: none;

}
.bottle-img{
  display: flex;
  justify-content: center;
  align-items: center;
}
.sub-title .login-heading img {
  height: 70px;
  width: auto;
}
.main-stars-img{
  position: relative;
  z-index: 1;
}
.main-stars-img::before{
  position: absolute;
  content: "";
  background-image: url("../../uploads/wide.png");
  height: 64px;
  width: 64px;
  z-index: -1;
  left: 66px;
  background-size: contain;
  background-repeat: no-repeat;
  animation: rotation 2s infinite linear;
  animation-duration: 5s;
}
.main-stars-img::after{
  position: absolute;
  content: "";
  background-image: url("../../uploads/wide.png");
  height: 64px;
  width: 64px;
  z-index: -1;
  right: 66px;
  bottom: 0px;
  background-size: contain;
  background-repeat: no-repeat;
  animation: rotation 2s infinite linear;
  animation-duration: 5s;
}
@keyframes rotation{
  0% {
    transform: rotate(0deg);
}

100% {
    transform: rotate(360deg);
}
}
.sub-title {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  padding: 30px 30px;
  max-width: 440px;
   background-color: #000;
  width: 100%;
  backdrop-filter: blur(50px);
  margin: 20px 0;
}

.form-set {
  justify-content: center;
}

@media (max-width: 576px) {
  .sub-title {
    padding: 50px 20px 50px;
    width: 100% !important;
  }

  .form-design {
    display: initial;
  }

  .background_pic_form {
    display: flex;
    justify-content: center;
  }

  label.remember-1 {
    margin: 0;
  }

  .m-0.remem-1 {
    padding-bottom: 0px !important;
    font-size: 13px;
  }

  .forget-pass {
    font-size: 13px !important;
  }
}

@media (max-width: 345px) {
  .for_get {
    flex-direction: column;
    gap: 10px;
    align-items:start;
  }
}

.login-heading h4 {
  font-size: 30px;
  font-weight: 400;
  color: #fff;
  text-align: start;
  margin-bottom: 0;
}

.login-heading p {
  text-align: center;
  color: var(--black-color);
}

.panel-form {}

.user-field {
  position: relative;
}

.user-field i {
  position: absolute;
  top: 12px;
  font-size: 15px;
  right: 13px;
  color: #fb0201;
}

.form-control:focus {
  border: 1px solid #fb0201 !important;
  background: #ffff;
}

.form-control::placeholder {
  color: #000 !important;
}

.password-field {
  position: relative;
}

.form-control {
  width: 100%;
    padding: 7px 30px 7px 11px;
    border-radius: 7px;
    border: none;
    border: 1px solid #fb0201;
    outline: none;
    font-weight: 500;
    font-size: 14px;
    height: 42px;
    background-color: #fff;
    color: #000 !important;
}

.create-acc {
  text-align: center;
  margin-top: 10px;
}
.create-acc p {
  color: #fff;
}

.register-titlee{
  padding: 32px 30px;
  
}

.password-field i {
  position: absolute;
  top: 12px;
  font-size: 15px;
  right: 9px;
  color: #fb0201;
  cursor: pointer;
}

.main-remember {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.forget-pass {
  text-decoration: none;
  font-size: 14px;
  font-weight: 300;
  color: #fb0201;
}

.forget-pass:hover {
  color:#fff;
}
.forget-pass{
  transition: all 0.3s linear;
}

.set-title2{
  height: 480px !important;
}
.login-btn {
  margin-top: 20px;
  width: 100%;
}

.create-acc a {
  color: #fb0201;
}

.login-btn button {
  border-radius: 5px;
  padding: 13px 36px;
  color: var(--white-color);
  background:#fb0201;
  width: 100%;
  border: 1px solid #fb0201;
  transition: all 0.5s linear;
  font-weight: 600 !important;

}

.login-btn button:hover {
  color: #000;
  background: none !important;
  border: 1px solid #fb0201 !important ;
  color: #fb0201;
  outline: none;
  box-shadow: none;
}

.earth_pic {
  position: relative;
  top: -75px;
}

.earth_pic img {
  position: absolute;
  height: 62px;
  right: 18px;
  top: -11px;
  border-radius: 45px;
  animation: earth_rotate 3s linear infinite normal;
  transition: all 0.3s linear;
}

@keyframes earth_rotate {
  0% {
    transform: rotate(360deg);
  }

  100% {
    transform: rotate(0deg);
  }
}

.btn-main-div{
  position: relative;
  z-index: 1;
}
.btn-main-div::before {
  position: absolute;
  content: "";
  height: 100%;
  width:100%;
  bottom: 0;
  right: 0;
  background-image: url("../../uploads/log-bgs.jpeg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -1;
  filter: brightness(0.8);
 }  

.btn-div a {
  text-decoration: none;
  padding: 12px 35px;
  color: #fff;
  border-radius: 7px;
  font-size: 17px;
  transition: all 0.4s ease-in-out; 
  display: inline-block;
  position: relative;
  z-index: 1;
}
.btn-div a::before{
  position: absolute;
  content: "";
  width:100%;
  height:100%;
  top:0;
  left:0;
  z-index: -1;
  background: linear-gradient(45deg, #3da9f5, #2a57a5);
  transition: all 0.4s ease-in-out; 
  border-radius: 7px;
}
.btn-div a::after{
  position: absolute;
  content: "";
  width:100%;
  height:100%;
  top:0;
  left:0;
  z-index: -1;
  background: linear-gradient(45deg, #2a57a5, #3da9f5);
  opacity:0;
  transition: all 0.4s ease-in-out; 
  border-radius: 7px;
}

.btn-div a:hover {
  transform: translateY(-3px) scale(1.05); 
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2); 
}
.btn-div a:hover::after {
  opacity: 1;
}


.video-sec{
  width: 100%;
  background: #000;
  padding:90px 0;
  height:110vh;
  position: relative;
  z-index: 1;
}
.video-sec::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  background-image: url("../../uploads/loginbg22.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: -1;
}
.video-btns {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 50px;
}
.video-btns a{
  text-decoration: none;
  padding: 12px 35px;
  color: #fff;
  border-radius: 7px;
  font-size: 17px;
  transition: all 0.4s ease-in-out; 
  display: inline-block;
  position: relative;
  z-index: 1;
}
.video-btns a::before{
  position: absolute;
  content: "";
  width:100%;
  height:100%;
  top:0;
  left:0;
  z-index: -1;
  background: linear-gradient(45deg, #3da9f5, #2a57a5);
  transition: all 0.4s ease-in-out; 
  border-radius: 7px;
}
.video-btns a::after{
  position: absolute;
  content: "";
  width:100%;
  height:100%;
  top:0;
  left:0;
  z-index: -1;
  background: linear-gradient(45deg, #2a57a5, #3da9f5);
  opacity:0;
  transition: all 0.4s ease-in-out; 
  border-radius: 7px;
}

.video-btns a:hover {
  transform: translateY(-3px) scale(1.05); 
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2); 
}
.video-btns a:hover::after {
  opacity: 1;
}


.video-container {
  width: 100%;
  /* max-width: 800px; */
}

.video-container video {
  width: 100%;
  height: auto;
  border-radius: 10px;
}

@media (max-width:992px) {

  .video-sec{
    height:110%;
  }
  .video-btns {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
  }
  .video-btns a {
    padding: 12px 25px;
}
}
@media (max-width:400px) {
  .video-btns {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    flex-direction: column;
  }
}

    .field-user {
        padding: 0 !important;
    }

    .field-no {
        margin-bottom: 20px !important;
    }

    .field-no input {
        background-color: #fff !important;
    }

    .email-set {
        margin-bottom: 20px !important;
    }

    .form-control::placeholder {
        color: #fff !important;
    }

    .phone-field {
        margin-bottom: 20px !important;
        width: 100%;
    }

    .pin-field {
        margin-bottom: 20px !important;
    }

    .password-field {
        margin-bottom: 20px !important;
    }

    .form-check-inline .form-check-input {
        height: 16px !important;
        width: 18px !important;
    }

    .sub-title::after {
        bottom: -35% !important;
        height: 38px;
        width: 150px;
    }

    .form-check-inline {
        display: flex !important;
    }

    .right-text {
        color: #000 !important;
    }

    .left-text {
        color: #000 !important;
    }

    .main-remember {
        justify-content: center !important;
    }

    .reg-form {
        display: flex;
        align-items: center;
    }

    .user-1 {
        padding-bottom: 20px !important;
    }

    .password-1 {
        padding-bottom: 20px !important;
    }

    .remem-1 {
        padding-bottom: 8px !important;

    }

    .sub-title::after {
        bottom: -8px !important;
    }