:root{
    --color1: #41246D;
    --color2: #F24080;
    --color3: rgb(241, 236, 236);
    --color4: #e4e0e0;
    
}
*{
    margin: 0px;
    padding: 0px;
}
html,body{
    width: 100%;
    overflow-x: hidden;
    font-family: "Poppins", sans-serif;
}
a {
  /* color: black; */
  text-decoration: none;
  transition: color 0.3s;

}

a:hover, a:focus, a:active {
  /* color: black; */
  text-decoration: none;
  outline: 0;
}
a:visited {
  text-decoration: none;
  outline: 0;
}
button:hover{
  /* background-color: var(--color2); */
  color: white;
}
.btn:hover {
  background-color: var(--color1);
  color:white;
  /* border: 2px solid --color2; */
}


/* *************** */
.header{
  width: 100%;

margin: 0 auto;
text-align: center;



   color: black ;
  position: fixed;
  top:0;
  z-index: 999;

  background-image: url(../image/background/5294338.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
text-align: center;

}




.navbar-nav{
  gap: 80px;
}

.nav-link {
  color: var(--color2);
 
  
}
.nav-link:hover{
  border-radius: 20px 50px 20px 50px;
background-image: url(../image/background/pastel_low_poly_background_2809);
background-size: cover;
background-repeat: no-repeat;
background-position: center;
}


.anchor1:hover{
  background-image: url(../image/background/pastel_low_poly_background_2809.jpg);
  color:var(--color1);
  border-radius: 50px 20px 50px 20px;
  background-position: center center;
  background-size: cover;

}

.anchor1:active{
  background-image: url(../image/background/pastel_low_poly_background_2809.jpg);
  color:var(--color1);
  border-radius: 50px 20px 50px 20px;
  background-position: center center;
  background-size: cover;
}








.edup-logo{
  height: 100px;
  width: 90px;


}


.navbar-brand
{

font-weight: 600;


}
.navbar .navbar-nav .nav-item .nav-link
{

font-weight: 600;

text-transform: uppercase;

}

.login-head{
  background-color: var(--color2);
  color: white;
}

/* *************************************************** */
.main-image{
  background-image:
  /* linear-gradient(to bottom,rgba(214, 217, 232, 0.52), rgba(177, 151, 171, 0.532)), */
  url('../image/background/5294338.jpg');
 
  background-position: right bottom;
  background-size: cover;
  width: 100%;
  height: 300px;

}

.headline{

padding-top: 100px;
  text-align: center;


/* height: 300px; */
}


.text-head{
  margin-top: 20px;

}



/*  */
.btn-download{
background-color: var(--color1);
color: white;
}

.bi-cloud-arrow-down-fil{
  color: var(--color2);
}




































































































































.fees-card1,.fees-card2,.fees-card3,.fees-card4,.fees-card5{
  width: 300px;
  height: 300px;
  border-radius: 20px;
background: white;
box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;

}



.form-detail{
  max-width: 800px;
  background: #fff;
  width: 800px;
  padding: 25px 40px 10px 40px;
  box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
}


.form-detail .text{
  text-align: center;
  font-size: 41px;
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
  background: -webkit-linear-gradient(right, #56d8e4, #9f01ea, #56d8e4, #9f01ea);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.form-detail form{
  padding: 30px 0 0 0;
}
.form-detail form .form-row{
  display: flex;
  margin: 32px 0;
}
form .form-row .input-data{
  width: 100%;
  height: 40px;
  margin: 0 20px;
  position: relative;
}
form .form-row .textarea{
  height: 70px;
}
.input-data input,
.textarea textarea{
  display: block;
  width: 100%;
  height: 100%;
  border: none;
  font-size: 17px;
  border-bottom: 2px solid rgba(0,0,0, 0.12);
}
.input-data input:focus ~ label, .textarea textarea:focus ~ label,
.input-data input:valid ~ label, .textarea textarea:valid ~ label{
  transform: translateY(-20px);
  font-size: 14px;
  color: #3498db;
}
.textarea textarea{
  resize: none;
  padding-top: 10px;
}
.input-data label{
  position: absolute;
  pointer-events: none;
  bottom: 10px;
  font-size: 16px;
  transition: all 0.3s ease;
}
.textarea label{
  width: 100%;
  bottom: 40px;
  background: #fff;
}
.input-data .underline{
  position: absolute;
  bottom: 0;
  height: 2px;
  width: 100%;
}
.input-data .underline:before{
  position: absolute;
  content: "";
  height: 2px;
  width: 100%;
  background: #3498db;
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 0.3s ease;
}
.input-data input:focus ~ .underline:before,
.input-data input:valid ~ .underline:before,
.textarea textarea:focus ~ .underline:before,
.textarea textarea:valid ~ .underline:before{
  transform: scale(1);
}
.submit-btn .input-data{
  overflow: hidden;
  height: 45px!important;
  width: 25%!important;
}
.submit-btn .input-data .inner{
  height: 100%;
  width: 300%;
  position: absolute;
  left: -100%;
  background: -webkit-linear-gradient(right, #56d8e4, #9f01ea, #56d8e4, #9f01ea);
  transition: all 0.4s;
}
.submit-btn .input-data:hover .inner{
  left: 0;
}
.submit-btn .input-data input{
  background: none;
  border: none;
  color: #fff;
  font-size: 17px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
  cursor: pointer;
  position: relative;
  z-index: 2;
}
@media (max-width: 700px) {
  .form-detail.text{
    font-size: 30px;
  }
  .form-detail form{
    padding: 10px 0 0 0;
  }
  .form-detail form .form-row{
    display: block;
  }
  form .form-row .input-data{
    margin: 35px 0!important;
  }
  .submit-btn .input-data{
    width: 40%!important;
  }
}








