.on-image {
  position:absolute;
  left:5%;
  top:5%;
}
#brightness_filter {
  filter: brightness(55%);

}

.logo{
  width: 20%;
}
.banner{
  margin-top: 43px;
}
.banner-text{
  max-width: 500px!important;
  color:white;
  font-size: 4.2vh !important;
  top:40%;
  left:5%;
}

.my-primary{
  background-color: #AFCD4B;
  border-color: #AFCD4B;
}

.banner-button {
  height: auto;
  color: white;
  margin-top: -12px;
  top: 65%;
  width: 25%;
  font-size: 2.5vw;
  background-color: #24df20;
  border-color: #AFCD4B;
  border-radius: 100px!important;
}

.banner-button2{
  top:90%;
  width: 40%;
  height: 20%;
  font-size: 1.7vw;
  color: #24df20;
  background-color: #232228;
  border-color: #232228;
  border-radius: 30px;
}
.banner-button3{
  top:90%;
  width: 40%;
  height: 20%;
  font-size: 1.7vw;
  color: #24df20;
  background-color: #232228;
  border-color: #232228;
  border-radius: 30px;
}

.banner-button:hover, .btn-primary:focus, .open>.dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #24df20;
  border-color: #AFCD4B; /*set the color you want here*/
}

.banner-button2:hover, .banner-button2:focus, .open>.dropdown-toggle.banner-button2 {
  color: #fff;
  background-color: #24df20;
  border-color: #AFCD4B;
}

.button-active{
  color: #24df20;
  background-color: #232228;
  border-color: #AFCD4B;
  filter: blur(3px);
}

/* .sign-up-box-active{
  border-color: #24DF20 !important;
} */

.sign-up-box{
  margin-top: 90px;
  /* background-color: #101010; */
  background: linear-gradient(45deg, #08111a, transparent);
  border: 1px solid #454545;
  border-radius: 30px;
  box-shadow: 0 0 20px #000;
  width: 250px;
  margin-bottom:40px;
}

.sign-up-box img{
  width: 100px;
  padding-top: 50px;
  padding-bottom: 20px;
}

.sign-up-box .text{
  margin-left: 15%;
  margin-right: 15%;
  height: 30px;
  margin-bottom: 20px;
  /* background-color: #232228; */
  border-color: #232228;
  border-radius: 30px;
}

.sign-up-box .i{
  font-size: 40px;
  padding-bottom: 20px;
}

.sign-up-box input{
  /* border-radius: 30px; */
  margin-top: 12px;
  height: 35px;
  width: 100%;
  font-size: 14px;
  padding-left: 10px;
}

.custom-control-label{
}

.sign-up-box > .row img{
  margin-top: 10%;
}

.sign-up-box .btn{
  border-radius: 100px;
  width: 150px;
  font-weight: bold;
  border: none;
}


.label3{
  font-size: 30px;
  font-weight: 600;
  margin-top: 60px;
  font: white;
}

.submit-div{
  margin-top: 30px;
  margin-bottom: 30px;
}

label > a{
  color: #AFCD4B;
}

a{
  color: #AFCD4B;
}

.clickable{
  cursor: pointer;
}

.service-box{
  /* background-color: #101010; */
  background: linear-gradient(45deg, #08111a, transparent);
  border: 1px solid #ffffff1a;
  border-radius: 30px;
  padding-bottom: 30px;
  width: 250px;
  margin-bottom: 30px;
}

.service-box img{
  width: 100px;
  padding-top: 50px;
  padding-bottom: 20px;
}

.image-rounded{
  border-radius: 30px;
}

body{
  /* background-color: #19181B; */
  background-color: black;
  color: #99A3B5;
}

h5{
  font-size: 18px;
  padding-top: 20px;
}

h6{
  font-size: 14px;
  padding-top: 20px;
  padding-left: 20%;
  padding-right: 20%;
  line-height: 25px;
}

.container{
  padding-bottom: 100px;
}


.footer{
  background-color: #101010;
  padding-bottom: 3%;
  padding-top: 4%;
  padding-left: 5%;
  padding-right:10%;
  margin-top: 30px;
}

.footer i{
  font-size: 24px;
  padding-left: 5px;
  padding-right: 5px;
}
/* .footer a i:hover{
  zoom:120%

} */

.header{
  background-color: #232228;
}

.desktop .vertical-center{
  top:30%;
  position: absolute;
}

.mobile .vertical-center{
  top:0%;
  position: absolute;
}

.navbar{
  top: 0;
  position: fixed;
  z-index: 1;
  background: #0000006e;
  backdrop-filter: saturate(180%) blur(20px);
}

.nav-link{
  color: #99A3B5 !important;
  font-size: 22px;
}

.navbar-nav > li{
  padding-left:20px;
  padding-right:20px;
}

.blog-short-text{
  line-height: 1.8; font-size: 14px;
}

.card-body{
  background-color: #D0D5DE;
}

.card-title{
  background-color: #19181B;
  color: white;
  padding-top:20px;
  padding-bottom:20px;
  padding-right:20px;
  padding-left:20px;
}

.card-text{
  color: #19181B;
}

.input-custom{
  margin-top: 30px;
}

/* tab */
@media screen and (max-width: 800px) and (min-width: 768px)
{
  .desktop { display: none; }
  .tab-view { display: block; }

  .forr-tab{
    height: 270.5px!important;
    width: 100%!important;
  }
  #for--tab{
    margin-top: 150px!important;
  }
  .for-tab{
    zoom: 28%;
  }
  .for-tabs{
    zoom: 35%;
  }
  .for-tabss{
    width: 90%!important;
  }
}

@media only screen and (max-width: 768px) {
  .tab-view { display: block; }
  .desktop { display: none; }

  .sign-up-box.extend{
    border-radius: 30px!important;
  }
  #desktop_signin_trainer{
    zoom: 50%;
    padding: 53px;
    margin-top: -190px;
  }
  .mob-row{
    padding-left: 30px;
    padding-right: 30px;
    margin-top: -90px;
  }
  .mob-col  {
    zoom: 70%;
    padding: 0px;
  }
  .desktop { display: none; }
  .desktop1 {
    zoom: 35%;
  }
  .container-fluid1{
    padding: 80px;
  }
  .image {
    margin-top: 70px;
  }
  .row1{
    margin: -24px;
    padding: 12px;
  }

  .sign-up-box.extend{
    border-radius: 10px;
  }
  .tab-view { display: block; }
  .logo{
    width: 45%;
    margin-left:20px;
    margin-top:20px;
    margin-bottom:20px;
  }
  .service-box{
    zoom: 200%;
    padding:20px;
  }
  .sign-up-box{
    zoom: 3;
  }
  .zoom-box{
    zoom: 100%;
  }

  #enthusiast-button{
    font-size: 12px;
  }
  #institute-button{
    font-size: 12px;
  }
  .extend{
    zoom: 2;
    width: 100%;
  }

  .label3{
    margin-top: 10px;
  }
}

/* desktop */
@media only screen and (min-width: 800px) {
  .desktop { display: block; }
  .tab-view { display: none; }
  .for-tab{
    zoom: 90%;
  }
  /* .for-tabss{
  width: 90%!important;
  } */
  .sign-up-box > .row > .col-md-4 > div{
    /* margin-top: 110px; */
    /* margin-left: 30%; */
  }


  /* .sign-up-box.extend {
  width: 70%;
  margin-top: 90px;
  font-size: 17px;
  text-align: center;
  animation: fadein 2s;
  -moz-animation: fadein 2s;
  -webkit-animation: fadein 2s;
  -o-animation: fadein 2s;
}
@keyframes fadein {
from {
opacity:0;
}
to {
opacity:1;
}
}
@-moz-keyframes fadein {
from {
opacity:0;
}
to {
opacity:1;
}
}
@-webkit-keyframes fadein {
from {
opacity:0;
}
to {
opacity:1;
}
}
@-o-keyframes fadein {
from {
opacity:0;
}
to {
opacity: 1;
}
} */

.sign-up-box.extend {
  width: 70%;
  margin-top: 90px;
  font-size: 17px;
  text-align: center;
  position:relative;
  animation:mymove 0.5s ease-out forwards;
  -webkit-animation:mymove 0.5s;
}

/* @keyframes mymove
{ from {top:0px; opacity: 0;}
to {top:600px; opacity: 10;}

}

@-webkit-keyframes mymove
from {top:0px; opacity: 0;}
to {top:600px; opacity: 10;}
} */

.sign-up-box label{
  /* background: black!important; */
  margin-top: 2px;
}

.sign-up-box .label2{
  /* margin-top: 40px; */
  margin-top: 7px;
  margin-bottom: -20px;
  zoom: 90%;
}

}
