@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100..900&display=swap');

nav .index{
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  width: 100%;

  
  
}
nav{
  position: absolute;
  width: 100%;
  z-index: 800;
  display: flex;
  justify-content: flex-end;
}
.logo1{
  margin: 35px 80px;
  top:10px;
  left:10px;
  position: absolute;
}

.logo1 img{
 
  width: 190px;
  height: 30px;
  filter: grayscale(100%) brightness(1000%);
}
.logo{
  margin: 40px 80px;
  top:10px;
  left:10px;
  position: absolute;
}

.logo img{
 
  width: 190px;
  height: 30px;
  filter: grayscale(100%) brightness(1000%);
}
nav .index .nav .indexbtn{
  margin: 20px;
  top:10;
  right:10;
  position: absolute;
}
nav .index .hero-btn2{
  display: inline-block;
  text-decoration: none;
  background: white;
  color: black;
  margin-left: 15px;
  padding: 10px 25px;
  font-size: 18px;
  margin-top: 10px;
  border-radius: 10px;
  position: relative;
  cursor: pointer;
  
}

nav .index .hero-btn2 i{
  padding: 10px;
}
nav .index .hero-btn2:hover{

 background: rgb(212, 211, 211);
}
nav .index .heronew{
  background: transparent;
  color: white;
}
nav .index .heronew:hover{
  background: transparent;

}
nav .index .heronew::after{
  content: '';
  width: 0;
  height: 3px;
  background: white;
  position: absolute;
  left: 0;
  bottom: -6px;
  transition: 0.5s;
}
nav .index .heronew:hover::after{
  width: 100%;
}
nav .index ul li{
  display: inline-block;
  list-style: none;
  margin: 10px 40px ;
  
}
nav .index ul li a{
  color: white;
  text-decoration: none;
  font-size: 18px;
  font-weight: 600;
  position: relative;

}

nav .index ul li a::after{
  content: '';
  width: 0;
  height: 3px;
  background: white;
  position: absolute;
  left: 0;
  bottom: -6px;
  transition: 0.5s;
}
nav .index ul li a:hover::after{
  width: 100%;
}

.fas{
  display: none !important;
}
nav .index ul{
  display: none;
}
#sidemenu{
  display: none;
}
@media only screen and (max-width:800px) {
  
  .fas{
    display: block !important;
  }
  #sidemenu{
    display: block;
  }
  .logo1{
    margin: 20px 10px;
    top:10px;
    left:10px;
    position: absolute;
  }
  .logo1 img{
   
    width: 150px;
    height: 21.8px;
    filter: none;
  }
  .logo{
    margin: 20px 10px;
    top:10px;
    left:10px;
    position: absolute;
  }
  .logo img{
   
    width: 150px;
    height: 21.8px;
    filter: none;
  }
    nav{
      position: fixed;
    }
  nav .index{
    position: fixed;
    z-index: 600;
  
  }
nav .index ul{
  display: block;
  
}

nav .index .fa-solid{
  display: block;
  font-size: 25px;
  margin: 30px;  
  padding-left: 80%; 
 color: white;
}
nav .index .fa-times{
display: block;
font-size: 25px;
margin: 20px;  
color: white;

}
nav .index .hero-btn2{
display: none;
}

nav .index ul li{
display: block;
margin: 15px 10px;
padding: 5px;
font-size: 10px;

}
nav .index 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;
overflow: scroll;
}
nav .index #sidemenu .fa-solid{
margin: 3px;
}
#sidemenu li i{
color: rgb(59, 57, 57); 
display: inline;
padding-left: 0;
padding: 5px;
font-size: 18px;
}
#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{
background-color: rgba(246, 97, 97, 0.074);
border: 1px solid red;
color: red;
font-size: 20px;
padding: 10px 25px;
border-radius: 10px;
text-align: left;
display: block;
font-weight: 400;
}
#sidemenu .join{
background:#1d1233;
color: white;
}

nav .index ul li a{
   color: rgb(59, 57, 57);
   font-weight: 600;
   font-size: 19px;
   font-family: 'Montserrat', sans-serif;
  
}

nav .index ul li a:hover::after{

width: 0%;

}
nav .index ul li :hover{

color: black;

}
nav .fas{
  
  color: white;
}




form input,form textarea{
  
  width: 300px;
  border: 0;
  outline: none;
  border-bottom: 1px solid black;
  padding: 10px;
  margin: 10px;
  color:black;
  font-size: 15px;
  border-radius: 5px;
  font-family: system-ui;
  
}
form .btn1{
  padding: 10px;
  font-size: 15px;
  font-weight: 500;
  margin-top: 10px;
  width: 300px;
  border: none;
  width: 140;
  border-radius: 10px;
  cursor: pointer;
  color: black;
  background: white;
  font-family: system-ui;
}
form .btn1:hover{
  background: black;
  color: white;
  
}
nav .index ul li a:hover::after{
  width: 0%;
}
nav .index ul li :hover{

  color: black;
}

  
}