@import url('https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,200..1000;1,200..1000&display=swap');

* {
    margin: 0;
    padding: 0;
    font-family: "Mulish", sans-serif;
}

.intro img {
    margin-left: 30%;
    width: 40%;
    margin-top: 40px;

}

.intro_para {
    font-size: 25px;
    font-family: "Mulish", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;

    text-align: center;
    margin-top: 20px;
    color: #000;
}

.intro_para span {
    color: orangered;
}

.img-container {
    position: relative;
    height: 500px;
}

.img-container img {
    position: absolute;
}

.img-container .teacher {
    top: 0;
    left: -20%;
    height: 30vh;
}

.img-container .student {
    top: 0;
    right: 15%;

}

.intro .btn-container {
    width: 100%;
    margin-top: 10px;
    text-align: center;
}

.intro .btn-container a, .btn {
    padding: 10px 10px;
    background-color: #ff9900;
    width: 80%;
    display: block;
    margin-left: 9%;
    color: white;
    text-decoration: none;
    border-radius: 5px;
    transition: background-color 0.3s ease;
    cursor: pointer;
    font-size: 18px;

    font-family: "Mulish", sans-serif;
    font-optical-sizing: auto;
    font-weight: 800;
    font-style: normal;


}

.hm-footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: #cac8c8;
    padding: 20px;
    text-align: center;
    color: #413a3a;
    font-family: "Mulish", sans-serif;
    font-size: 13px;
}

.hm-footer a {
    color: #387fb6;
    text-decoration: none;
}

/* slider */

.slider-container {
    position: relative;
    height: 50vh;
    overflow: hidden;

}
.slider-container .slider-item{
    position: absolute;
    left: -100%;
    width: 100%;
}
.slider-container .slider-item.active{
    left: 0;
}

.slider-container .slider-item img {
    /* width: 100%; */
     height: 50vw;
}
.swiper .swiper-wrapper .img2{
    width: 65%;
    height: 50vw;
    position: relative;
    left: -70px;
}
.swiper .swiper-wrapper .img1{
    width: 65%;
     height: 70vw;
    position: relative;
    left: -70px;
}



.swiper {
  width: 100%;
  height: 50%;
}

/* login page */
.login-container{
    width: 100%;
    padding-left: 4px;
    margin-top: 20px;
}
.login-container .body{
    padding-left: 15px;
}
.login-container .body h2{
    font-weight: 800;
    margin-bottom: 10px;


}
.login-container .body p{
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 600;
    color: gray;
}
.login-container .body .email-box{
    display: block;
    width: 90%;
    font-size: 18px;
    padding: 10px;
    border: 0px solid #939191; /* Light gray border */
    border-radius: 5px;
    box-shadow: 0px 2px 4px  #939191; /* Subtle shadow effect */
    outline: none; /* Remove default focus outline */
    transition: box-shadow 0.3s ease; /* Smooth transition for hover effect */
}

.login-container .body .email-box:focus {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15); /* Slightly stronger shadow on focus */
}
.login-container .btn{
    margin-top: 30px;
    margin-right: 20px;
    margin-left: 20px;
}

.login-container .header .backbtn button{
    border: none;
    background-color: transparent;
}

.login-container .header{
    display: flex;

}
.progress-container{
    flex-grow: 2;
    padding-top: 14px;
}
.progress-container .progress-bar{
    width: 90%;
    background-color: #cccac7;
    height: 15px;
    border-radius: 10px;
    margin-left: 10px;
}
.login-container .progress-container .progress-bar  .progress-fill{
    background-color: #ff9900;
    height:15px ;
        border-radius: 10px;

}


/* otp page */
.otp-container{
    width: 90%;
    padding-left: 4px;
    text-align: center;
    overflow: hidden;
    padding-bottom: 10px;
}

.otp-container .otp-box{
    font-weight: 800;
    width: 35px;
    font-size: 25px;
    margin-right: 15px;
    text-align: center;
    border: 0px solid #939191; /* Light gray border */
    border-radius: 5px;
    box-shadow: 0px 2px 4px  #939191; /* Subtle shadow effect */
    outline: none; /* Remove default focus outline */
    transition: box-shadow 0.3s ease; /* Smooth transition for hover effect */
    padding: 10px;
}

/* registration page */
.registration-container{
    width: 90%;
    padding-left: 4px;
    margin-top: 20px;
}
.registration-container h2{
    padding-left: 15px;
    text-align: center;
}

.registration-container p{
    padding-left: 15px;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 40px;
    color: gray;
    
}

.registration-container form{
    padding-left: 15px;
}

.registration-container form .row{
    margin-bottom: -15px;
    display: flex;
    align-items: center;
    justify-content:start;
    column-gap: 30px;
    padding-left: 15px;
}

.registration-container form .row label{
    font-weight: 600;
    color: gray;
    font-size: 15px;
    display: block;
}
.registration-container form select{
    padding: 8px;
    width: 40vw;
    border: 0px solid #939191; /* Light gray border */
    border-radius: 5px;
    box-shadow: 0px 2px 4px  #939191; /* Subtle shadow effect */
    outline: none; /* Remove default focus outline */
    transition: box-shadow 0.3s ease; /* Smooth transition for hover effect */
    font-size: 16px;
    
}
.registration-container form input{
    width: 38vw;
    padding: 8px;
     border: 0px solid #939191; /* Light gray border */
    border-radius: 5px;
    box-shadow: 0px 2px 4px  #939191; /* Subtle shadow effect */
    outline: none; /* Remove default focus outline */
    transition: box-shadow 0.3s ease; /* Smooth transition for hover effect */
    font-size: 16px;
}

/* try */
.custom-field {
  position: relative;
  font-size: 14px;
  border-top: 20px solid transparent;
  margin-bottom: 5px;
  display: inline-block;
  --field-padding: 12px;
}
.custom-field input {
  border: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #f2f2f2;
  padding: var(--field-padding);
  border-radius: 3px;
  width: 250px;
  outline: none;
  font-size: 14px;
}

.custom-field .placeholder {
  position: absolute;
  left: var(--field-padding);
  width: calc(100% - (var(--field-padding) * 2));
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  top: 22px;
  line-height: 100%;
  transform: translateY(-50%);
  color: #aaa;
  transition: 
    top 0.3s ease,
    color 0.3s ease,
    font-size 0.3s ease;
}

.custom-field input.dirty + .placeholder,
.custom-field input:focus + .placeholder,
.custom-field input:not(:placeholder-shown) + .placeholder {
  top: -10px;
  font-size: 10px;
  color: #222;
}

.custom-field .error-message {
  width: 100%;
  display: flex;
  align-items: center;
  padding: 0 8px;
  font-size: 12px;
  background: #d30909;
  color: #fff;
  height: 24px;
}

.custom-field .error-message:empty {
  opacity: 0;
}
.custom-field.one input {
  background: none;
  border: 2px solid #ddd;
  transition: border-color 0.3s ease;
}

.custom-field.one input + .placeholder {
  left: 8px;
  padding: 0 5px;
}

.custom-field.one input.dirty,
.custom-field.one input:not(:placeholder-shown),
.custom-field.one input:focus {
  border-color: #222;
  transition-delay: 0.1s
}

.custom-field.one input.dirty + .placeholder,
.custom-field.one input:not(:placeholder-shown) + .placeholder,
.custom-field.one input:focus + .placeholder {
  top: 0;
  font-size: 10px;
  color: #222;
  background: #fff;
  width: auto
}

.row2{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 40px;
}
