@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;400;700;900&display=swap');
.logo{
  margin: 35px 80px;
  top:10px;
  left:10px;
  position: absolute;
}

.logo img{
 
  width: auto;
  height: 30px;
}
nav{
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  width: 100%;
  background: white;
  
  
}
.navbar-mobile{
  display: none;
}
.navbtn{
  margin: 20px auto;
  top:10px;
  right:80px;
  position: absolute;
  
}
  nav .hero-btn2{
    display: inline-block;
    text-decoration: none;
    background: black;
    color: white;
    margin-left: 15px;
    padding: 10px 25px;
    font-size: 18px;
    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: 18px;
    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;
  }



  .overview{
    width: auto;
    padding: 0 20;
   text-align: center;
  
    
  }
  .overview .row{
    margin-top: 0%;
    display: flex;
    justify-content: space-around;
    
  }
  .overview-col{
    padding: 0px 150px 15px 150px;
    text-align: center;
    
   
  }
  .description{
    display: none;
  }
  .overview-description{

    display: none;
  }
  
  .overview h1{
    
    font-size: 50px;
    text-align: center;
    padding: 18px 0;
  }
  .overview-col p{
    font-size: 25px;
    padding: 25px;
    font-family:'Poppins',sans-serif;
    color: rgb(31, 30, 30);
    text-align: justify;
  
  }
  .overview img{
    width: auto !important;
  }
  .overview-btn{
    
    text-decoration: none;
    color: white;
    border: 1px solid rgb(4, 54, 74);
    padding: 14px 34px;
    font-size: 18px;
    border-radius: 30px;
    background-image: linear-gradient(to right, #22193f, #2a3957) ;
    text-align: center;
    position: relative;
    cursor: none;
    
   
    
  }
 
  .overview-btn:hover{
    background-color: white;
    color: black;
    border: 1px solid black;
  }

  .overview-col i{
    display:none;
  }
  .detail-btn{
    
    display: none;    
   
  }
@media(max-width:800px){

  
  .navbar-mobile{
    display: flex;
    flex-direction: row;
  }
  .detail-btn{
    
    text-decoration: none;
    color: white;
    border: none;
    padding: 10px 18px;
    font-size: 18px;
    border-radius: 5px;
    background-image: linear-gradient(to right, #22193f, #2a3957) ;
    text-align: center;
    cursor: none;
    display: flex;
    justify-content: space-between;
    box-shadow:  0px 0px 10px rgba(17, 17, 17, 0.427);
    width: auto;
    position: fixed;
    left: 20px;
    right: 20px;
    bottom: 20px;
    z-index:5;
  
    
   
  }
  .detail-btn p{
    color: white;
    text-decoration: none;
    font-family: 'Montserrat',sans-serif;
  }
  .detail-btn i{

    font-size: 18px;
    padding-top: 2px;
    color: white;
  }
    
  .logo{
    margin: 20px 10px;
    top:10px;
    left:10px;
    position: absolute;
  }
  .logo img{
   
    width: 150px;
    height: 21.8px;
    filter: grayscale(100%) brightness(1000%);
  }
  .overview img{
    width: 100% !important;
  }
  .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{
        padding: 0;
        text-align: left ;
        
        
        
    }
    .overview-col{
      margin-top: -20px;
      border-radius: 30px 30px 0 0;
      background: white;
        z-index: 1;
        text-align: left ;
        
    }
    
    .description{
      display: block;
      text-align: left ;
      font-size: 17px;
      padding: 10px 25px;
      font-weight: 600;
      font-family:'Poppins',sans-serif;
      
      
    }
    
    
   
    nav{
      background: transparent ;
    }
    
    nav ul{
      display: block;
    }
    
    nav .fa-solid{
      display: block;
      font-size: 25px;
      margin: 30px;  
      padding-left: 80%; 
      color: white;
      z-index: auto;
      cursor: none;
    }
    nav .fa-times{
    display: block;
    font-size: 25px;
    margin: 20px;  
    color: white;
    z-index: 2;
    cursor: none;
    }
    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 !important;
    text-align: left;
    
    }
    #sidemenu{
    z-index: 500;
    overflow: scroll;
    }
    nav #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 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;
    }
    
    
    .overview{
      width: auto;
      padding: 0;
     text-align: center;
    
      
  }
  
  .overview-col{
      padding: 5px;
      text-align: center;
      
     
  }
  .overview h1{
      
      font-size: 25px;
      text-align: center;
      padding: 18px 0;
  }
  .overview-col p{
      
      display: none;
    
  }
  
  .overview-description{
    display: block;
    font-size: 16px;
    padding: 25px;
    padding-top: 0px;
    font-family:'Poppins',sans-serif;
    text-align: justify;
     

  }
  
  .overview-description li{
    
      font-size: 16px;
      padding: 10px 0;
      font-family:'Poppins',sans-serif;
      text-align: justify;
      list-style-type: disc;
      

  }
  .contact h1{
    font-size: 25px;
    
 }
  
}





 