@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;400;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100..900&display=swap');


*{
  margin: 0;
  padding: 0;
  font-family: 'Poppins',sans-serif;
  box-sizing: border-box;
     
}
.header{
 
  height: 120px;
  background-size: cover;
  position: relative;
  width: 100%;
  
}
.desk{
height: 0;
}
svg{
display: none;
}

nav{
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  width: 100%;
  background: white;
  
  
}

.selection{
  background: #ace0f9 ;
  display: flex;
  margin: 0 65px;
  border-radius: 10px;
  justify-content: space-around;
  cursor: pointer;
  
}

.selection a{
  color: black;
  font-size: 16px;
  padding: 10px;
  width: 90%;
  border-radius: 10px;
  font-family: 'Montserrat', sans-serif;
}

.logo span{
  display: inline;
  font-size: 30px;
  text-decoration: none;
  color: black;
  outline: none;
  left: 25px;
 
  position: absolute;
}
.demo-para{
  display: none;
}

nav .navbtn{
  margin: 20px;
  top:10px;
  right:50px;
  position: absolute;
}
.bodi {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  background:white;
  margin: 60px 10px;
}
nav .hero-btn2{
  display: inline-block;
  text-decoration: none;
  background: black;
  color: white;
  margin-left: 15px;
  padding: 10px 25px;
  font-size: 16px;
  margin-top: 10px;
  border-radius: 10px;
  position: relative;
  cursor: pointer;
  
}
nav .hero-btn2 i{
  padding: 10px;
}
nav .hero-btn2:hover{

 background: rgb(212, 211, 211);
}
nav .heronew{
  background: transparent;
  color: black;
}
nav .heronew:hover{
  background: transparent;

}
nav .heronew::after{
  content: '';
  width: 0;
  height: 3px;
  background: black;
  position: absolute;
  left: 0;
  bottom: -6px;
  transition: 0.5s;
}
nav .heronew:hover::after{
  width: 100%;
}
nav ul li{
  display: inline-block;
  list-style: none;
  margin: 10px 40px ;
  
}
nav ul li a{
  color: black;
  text-decoration: none;
  font-size: 16px;
  font-weight: 600;
  position: relative;

}

nav ul li a::after{
  content: '';
  width: 0;
  height: 3px;
  background: white;
  position: absolute;
  left: 0;
  bottom: -6px;
  transition: 0.5s;
}
nav ul li a:hover::after{
  width: 100%;
}

nav .fas{
  display: none;
}
nav ul{
  display: none;
}




.contact{
  width: auto;
  padding: 0 100 80 100;
 text-align: center;



  
}
.contact .row{
  margin-top: 0%;
  display: flex;
  justify-content: space-around;
  
}
.contact h3{
display: none;
}
.login-para{
display: none;
}
.login-label{
display: block;
}
.invalid-credential{
display: flex;
}

.contact-col{
  margin: 10px;
  padding: 10px  20px;
  flex-basis: 50%;
  text-align: center;
  border-radius: 10px;
  
 
} 
.contact .newlogin{
 display: none;
}
.contact-col h1{

  font-size:40px;
  text-align: center;
  padding: 40px 0;

}
.contact-col p{
  display: none;
  

} 

form input,form textarea{
  width: 80%;
  border: 0;
  outline: none;
  border: 1px solid #482b7c;
  padding: 15px;
  margin: 0px;
  color:#251742;
  background: none;
  font-size: 18px;
  border-radius: 10px;
  
}
 
form .btn2{
  padding: 14px 60px;
  font-size: 18px;
  font-weight: 500;
  margin-top: 20px;
  width: 80%;
  border-radius: 5px;
  cursor: pointer;
  color: white;
  background-image: linear-gradient(to right, #22193f, #476093) ;
  border: none;
}
form .btn2:hover{
  background: white;
  color: black;
  border: 1px solid black;
}

#entry{
  justify-content: center;
}

@media(max-width:800px){


  
  .header{
 
      height: 60px;
  }
  .desk{
    height: auto;
  }
  .login{
    margin-top: 25px;
  }
  .bodi{
    margin: 30px 10px;
  }
  .text-box{
      width:100%;
      color: white;
      position: absolute;
      top: 50%;
      left: 50%;
      text-align: center;
      padding-left: 0px;
     
  
  }
  
  .text-box h1{
      font-size: 80px;
      font-family: 'Poppins',sans-serif;
  }
  .text-box h4{
      font-size: 25px;
      text-align: center;
      padding: 15px 35px;
      font-weight: 100;
      font-family: 'Poppins',sans-serif;
      
      
    
  }
  
  .text-box p{
      color: white;
      font-size: 16px;
      padding: 0px 35px;
      font-weight: 100;
      font-family: 'Poppins',sans-serif;
  }
  
      
  .row{
      
      flex-direction: column;
  }
  .text-box .hero-btn{
      
      padding: 16px 32px 16px 12px;
      font-size: 14px;
      margin-left: 5px;
      font-family: 'Poppins',sans-serif;
     
    }
    .text-box .hero-btn2{
      
      display: none;
      
    }
    
  .text-box .hero-btn:hover{
      border-left: 30px solid #482b7c;
      background: #482b7c;
     color: white;
     
  }
  .overview{
      width: auto;
      padding: 0;
     text-align: center;
    
      
  }
 
  
  .contact{
      width: auto;
      padding: 0 5 50 5;
      height: 100nvh;
     text-align: center;
    
    
  
    
      
  }
  .contact .row{
      margin-top: 0%;
      display: flex;
      justify-content: space-around;
      
  }
  .contact-col{
      margin: 0px;
      padding: 40px 10px 10px 10px;
      
      
     
  }
  .selection{
    background: whitesmoke ;
    display: flex;
    margin: 0 15px;
    border-radius: 10px;
    justify-content: space-around;
    cursor: pointer;
    
  }
  
  .selection a{

    font-size: 16px;
    padding: 10px;
    width: 100%;
    border-radius: 10px;
    font-family: 'Montserrat', sans-serif;
  }
  .login-label{
    text-align: right;
    display: block;
    font-size: 15px;
    padding: 0 5px;
    margin:  0px;
    color: #251742;
    text-decoration: none;
    cursor: none;
  }
  .login-label a{
    color: #1d1233;
  }
  .login-pass{
    margin-top:5px;
  }
  .login-pass a{
    color: blue;
    background: none;
  }
  .signup{
    margin-top: 25px;
  }
  .invalid-credential {
    background: rgb(249, 205, 205);
    border-radius: 5px;
    text-align: left;
    color: black;
    display: block;
    padding: 10px;
    font-size: 13px;
    margin: 0px;
    margin-bottom: 15px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
}

.valid-credential {
    background: rgb(205, 249, 222);
    border-radius: 5px;
    text-align: left;
    color: black;
    display: block;
    padding: 10px;
    font-size: 13px;
    margin: 0px;
    margin-bottom: 15px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
}



  .invalid-credential i {
    padding:10px ;
    font-size: 22px;
    align-self: center;

  }
  
  .valid-credential i {
    padding:10px ;
    font-size: 22px;
    align-self: center;

  }
  svg{
    display: inline;
    width: 250px;
    height: 250px;
  
  }
  
  .contact-col p{
    display: block;
    font-size: 16px;
    padding: 0px;
    font-family:'Poppins',sans-serif;
    color: black;
    border-radius: 0px;
    margin-top: 0px;
    font-weight: 500;
    
  
}
  .contact-col h1{
      display: none;
  
  }
  .contact-col h3{
    color: black;
    display: block;
    font-weight: 200;
    font-size: 25px;
    position: relative;
    text-align: left;
    padding: 10px;
    margin: 10px;
  }
  .login-para {
    color: black;
    display: block;
    font-weight: 300;
    font-size: 18px;
    position: relative;
    text-align: left;
    padding: 10px;
    margin: 10px;
  }
  .newlogin {
    visibility: hidden;
    display: none;
  }
  
  
 
  .contact h1{
      
      font-size: 40px;
      text-align: center;
      padding: 40px 15px;
  }
  .contact form input{
     
     
      
      width: 90%;
      background: #171d4214;
  }
  .contact form textarea{
    
      width: 100%;

  }
  .contact form .btn2{
      padding: 10px ;
      margin-top: 30px;
      font-size: 18px;
      font-weight: 500;
      font-family: 'Poppins',sans-serif;
      width: 100%;
     
  }
  
nav ul{
  display: block;
}

nav .fa-solid{
  display: block;
  font-size: 25px;
  margin: 30px;  
  padding-left: 80%; 
  color: black;
 
}
nav .fa-times{
display: block;
font-size: 25px;
margin: 20px;  
color: white;

}
nav .hero-btn2{
display: none;
}

nav ul li{
display: block;
margin: 15px 10px;
padding: 5px;
font-size: 10px;

}
nav ul{
background:white;
position: fixed;
top: 0;
right: -100%;
width: 100%;
text-align: center;
height: 100vh;
padding-top: 10px;
z-index: 2;
transition: right 0.5s;
cursor: none;
text-align: left;

}
#sidemenu{
z-index: 500;
}
nav #sidemenu .fa-solid{
margin: 3px;
}
#sidemenu li i{
color: rgb(59, 57, 57); 
display: inline;
padding-left: 0;
padding: 5px;
font-size: 16px;
}
#sidemenu hr{
color: rgb(59, 57, 57);
height: 0.5px;
}
#sidemenu p{
margin-top: 20px;
padding: 10px;
color: rgb(59, 57, 57);
text-align: left;
font-family: 'Montserrat', sans-serif;
font-size: 15px;
}
.loginpage{
display: flex;
flex-direction: row;
margin: 10px;
justify-content: space-evenly;
}
#sidemenu .login-home{
background-color: rgba(102, 246, 97, 0.074);
border: 1px solid rgb(0, 255, 89);
color: rgb(5, 101, 21);
font-size: 18px;
padding: 10px 25px;
border-radius: 10px;
text-align: left;
display: block;
font-weight: 400;
}
#sidemenu .join{
background:#1d1233;
color: white;
}

nav ul li a{
   color: rgb(59, 57, 57);
   font-weight: 600;
   font-size: 19px;
   font-family: 'Montserrat', sans-serif;
  
}

nav ul li a:hover::after{

width: 0%;

}
nav ul li :hover{

color: black;

}
nav ul .fas{
  position: absolute;
  top: 25px;
  padding: 20px;
  left: 300px;
  cursor: pointer;
  color: white;
}
  #sidemenu form{
    padding-top: 60px;
  }
  
  .contact form input{
     
     
      
    width: 100%;
    margin: 5px -10px;
    height: 40px;
    font-size: 15px;
    padding: 20px;
    border-radius: 5px;
    
}



.contact form .btn1{
    padding: 15px;
    margin: 20px;
    font-size: 18px;
    font-weight: 300;
    font-family: 'Poppins',sans-serif;
    width: 90%;
    border-radius: 10px;
   
}
  form .btn1:hover{
    background: black;
    color: white;
    
  }
    
  .login p,.signup p{
    font-size: 16px;
    padding: 10px;
    font-family: 'Poppins',sans-serif;
    color: black;
    border-radius: 0px;
    margin-top: 0px;
    margin-bottom: 15px;
  }
  
  
}
.container {
  max-width: 700px;
  width: 100%;
  background-color: #fff;
  padding: 25px 30px;
  border-radius: 5px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
}
.container .title {
  font-size: 25px;
  font-weight: 500;
  position: relative;
}
.container .title::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 30px;
  border-radius: 5px;
  background:linear-gradient(#251742,#482b7c) ;
}
.content form .user-details {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 20px 0 12px 0;
}
form .user-details .input-box {
  margin-bottom: 15px;
  width: calc(100% / 2 - 20px);
}
form .input-box span.details {
  display: block;
  font-weight: 500;
  margin-bottom: 5px;
}
.user-details .input-box input {
  height: 45px;
  width: 100%;
  outline: none;
  font-size: 16px;
  border-radius: 5px;
  padding-left: 15px;
  border: 1px solid #ccc;
  border-bottom-width: 2px;
  transition: all 0.3s ease;
}
.user-details .input-box input:focus,
.user-details .input-box input:valid {
  border-color: #251742;
}
form .gender-details .gender-title {
  font-size: 20px;
  font-weight: 500;
}
form .category {
  display: flex;
  width: 80%;
  margin: 14px 0;
  justify-content: space-between;
}
form .category label {
  display: flex;
  align-items: center;
  cursor: pointer;
}
form .category label .dot {
  height: 18px;
  width: 18px;
  border-radius: 50%;
  margin-right: 10px;
  background: #d9d9d9;
  border: 5px solid transparent;
  transition: all 0.3s ease;
}
#dot-1:checked~.category label .one,
#dot-2:checked~.category label .two,
#dot-3:checked~.category label .three {
  background: #251742;
  border-color: #d9d9d9;
}
form input[type="radio"] {
  display: none;
}
form .button {
  height: 45px;
  margin: 10px 0px 20px 0px;
}
form .button input {
  height: 100%;
  width: 100%;
  border-radius: 5px;
  border: none;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
  background-image: linear-gradient(to right, #22193f, #476093);
  padding: 5px;
  font-family: 'Montserrat',sans-serif;
}
form .button input:hover {
  background-image: linear-gradient(to right, #22193f, #476093);
}
/* Responsive media query code for mobile devices */
@media(max-width: 584px) {
  .container {
    max-width: 100%;
  }
  form .user-details .input-box {
    margin-bottom: 15px;
    width: 100%;
  }
  form .category {
    width: 100%;
  }
  .content form .user-details {
    max-height: auto;
  }
  .user-details::-webkit-scrollbar {
    width: 5px;
  }
}
/* Responsive media query code for mobile devices */
@media(max-width: 459px) {
  .container .content .category {
    flex-direction: column;
  }
}
/* This is the css property for savedata  */
.data p{
color: black;
font-size: 15px;
padding: 5px;
margin: 10px;
}
