@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');
*{
    margin: 0;
    padding: 0;
    font-family: 'Poppins',sans-serif;
    box-sizing: border-box;
       
}
.header{
   
    height: 180px;
    background-size: cover;
    position: relative;
    width: 100%;
    
}
  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;
    
   
}
.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);
  
}
.overview-btn{
    
    text-decoration: none;
    color: white;
    border: 1px solid rgb(4, 54, 74);
    padding: 14px 34px;
    font-size: 18px;
    border-radius: 30px;
    background: rgb(4, 54, 74);
    text-align: center;
    position: relative;
    cursor: pointer;
    
    
   
}
.overview svg{
  display: none;
}
.overview-btn:hover{
    background-color: white;
    color: black;
    border: 1px solid black;
}
.contact{
    padding: 50;
   text-align: center;
  

  
    
}
.contact .contact-row{
    margin-top: 0%;
    display: inline-block;
    flex-direction: row;
    margin: 10px ;
    justify-content: space-around;
    
    
}

.contact h1{
    font-size: 30px;
    margin: 10px ;
    padding: 10px;
}
.image{
    padding:20px;
}
.data {
    color: black;
    border-radius: 10px;
    height: 350px;
    text-align: left;
    overflow: scroll;
    transform: rotate(180deg);
    box-shadow:  0px 0px 20px rgba(0, 0, 0, 0.1);
    
   
   }
   .image-data{
    display: flex;
    gap: 10px;
   }
   .data img{
    width: 30px;
    height: 30px;
    bottom: 10px;
    left: 30px;
    border-radius: 50px;
    background-image: linear-gradient(to right, #22193f, #476093);
    padding: 2px;
    margin-top: 10px;
    
   }
   .data-text{
    width: 100%;
    padding:10px 20px;
    left: 0;
    bottom: 0;
    color: white;
    background-color: rgba(0, 0, 0, 0.532);
    transform: rotate(180deg);
   }
   .data-text h3{
    padding-top: 40px;
   }
.data-text p{
    font-size: 16px;
     padding: 10px 0;
    text-align: left;
       
}
.data-text a{
    padding: 10px;
    text-decoration: none;
    font-size: 16px;
    text-align: left;
    color: white;
    position: absolute;
    right: 0;
    bottom: 0;
  
}
.data i{
  padding: 10px 5px;
  text-decoration: none;
  font-size: 15px;
  text-align: left;

}
.contact-col{
    margin: 20px 20px;
    padding: 20px  40px;
    flex-basis: 50%;
    text-align: center;
    border-radius: 10px;
    
   
}
.contact .newlogin{
   background: linear-gradient(#4c0db1,#482b7c);
}
.contact-col h1{

    font-size:40px;
    text-align: center;
    padding: 40px 0;

}
.contact-col p{
    font-size: 20px;
    padding: 25px 25px;
    text-align: justify;
    font-family:'Poppins',sans-serif;
    color: white;
    border-radius: 20px;
    margin-top: 30px;
    
  
}

form input,form textarea{
    width: 100%;
    border: 0;
    outline: none;
    border-bottom: 1px solid black;
    padding: 15px;
    margin: 15px 0;
    color:black;
    font-size: 20px;
    border-radius: 5px;
    
}
form .btn1{
  padding: 10px 0px;
    font-size: 18px;
    font-weight: 500;
    width: 40px;
    border-radius: 5px;
    cursor: pointer;
    color: white;
    background: black;
    border: none;
    position: absolute;
    z-index: 15;
    margin-top: -60;
    right: 20px;
}
form .btn2{
    padding: 10px 0px;
    font-size: 18px;
    font-weight: 500;
    width: 45px;
    border-radius:10px;
    cursor: pointer;
    color: rgb(24, 85, 75);
   background: whitesmoke;
    border: none;
}
form .btn2:hover{
    background: white;
    color: black;
    border: 1px solid black;
}

#entry{
    justify-content: center;
}

@media(max-width:800px){

  .header{
    background-image:linear-gradient(to top, rgba(14, 13, 13, 0.838) 25%,transparent 70%)
        ,linear-gradient(to bottom, rgba(14, 13, 13, 0.838) 15%,transparent 70%)
        ,url(assist.jpg);
    height: 300px;
    
}
    
    .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;
    
      
  }
 
  .overview-col{
      padding: 5px;
      text-align: center;
      
     
  }
  .overview h1{
      
      font-size: 25px;
      text-align: center;
      padding: 18px 0;
  }
  .overview-col p{
      font-size: 16px;
      padding: 25px;
      font-family:'Poppins',sans-serif;
      text-align: center;
      
    
  }
  .overview svg{
    display: inline;
  }
  .product svg{
    display: none;
  }
  svg{
    width: 300px;
    height: 300px;
  
  }
   
    
    .contact{
      
      padding: 10;
     text-align: center;
    
  
    
      
  }
  .contact .contact-row{
      
      margin: 10px ;      
      
  }
  
  .contact h1{
      font-size: 30px;
      margin: 10px ;
      padding: 10px;
  }
  

  .data {
    color: black;
    border-radius: 10px;
    height: 500px;
    text-align: left;
    box-shadow:  0px 0px 10px rgba(0, 0, 0, 0.1);
    background-color: whitesmoke;
   
   }
  
   .data-text{
    width: 100%;
    padding: 20px;
    padding-bottom: 60px;
    left: 0;
    bottom: 0;
    color: rgb(24, 85, 75);
    background-color: whitesmoke;
    
   }
   .data-text h3{
    padding-top: 40px;
   }
.data-text p{
    font-size: 16px;
     padding: 10px 0;
    text-align: left;  
       
}
.data-text a{
    padding: 10px;
    text-decoration: none;
    font-size: 16px;
    text-align: left;
    color: white;
    position: absolute;
    bottom: 0;
    right: 0;
    font-family: 'Montserrat',sans-serif;
  
}
.data i{
  padding: 10px 5px;
  text-decoration: none;
  font-size: 15px;
  text-align: left;

}
  
    nav ul{
        display: block;
      }
      nav .fa-solid{
        display: block;
        font-size: 25px;
        margin: 20px;  
        padding-left: 80%; 
        color: black;
        z-index: 1;
        cursor: pointer;
    }
   
    nav .fa-times{
      display: block;
      font-size: 25px;
      margin: 20px;  
      color: white;
      z-index: 2;
      cursor: pointer;
    }
    nav .hero-btn2{
      display: none;
    }
    nav ul{
        background:linear-gradient(#4c0db1,#482b7c) ;
        position: fixed;
        top: 0;
        right: -80%;
        width: 80%;
        text-align: center;
        height: 100vh;
        padding-top: 10px;
        z-index: 2;
        transition: right 0.5s;
        cursor: pointer;
        text-align: left;
    
    }
    nav #sidemenu .fa-solid{
        margin: 3px;
    }
    #sidemenu li i{
        color: white;
      }
      #sidemenu hr{
        color: white;
        height: 1px;
      }
      #sidemenu p{
        margin-top: 20px;
        padding: 30px;
        color: white;
        text-align: left;
        font-family: 'Poppins',sans-serif;
        font-size: 20px;
      }
      .loginpage{
        display: flex;
        flex-direction: row;
        margin: 10px;
        justify-content: space-evenly;
      }
      #sidemenu .login{
        background-color: white;
        color: black;
        font-size: 20px;
        padding: 10px 25px;
        border-radius: 10px;
        text-align: center;
        display: block;
        font-weight: 600;
      }
      #sidemenu .join{
        background:#1d1233;
        color: white;
      }
    nav ul li{
        display: block;
        margin: 10px;
        padding: 5px;
        font-size: 10px;
       
        
          
    }
    nav ul li a:hover::after{
      width: 0%;
    }
    nav ul li :hover{
   
      color: black;
    }
    nav ul li a{
         color: white;
         font-weight: 400;
         font-size: 20px;
        font-family: 'Poppins',sans-serif;
        
    }
    nav ul .fas{
        position: absolute;
        top: 25px;
        padding: 20px;
        left: 300px;
        cursor: pointer;
        color: white;
    }
    
    #sidemenu form{
      padding-top: 60px;
    }
    form{
      display: flex;
      justify-content: space-between;
      padding: 10px;
      border-radius:10px;
      margin-top: -20px;
      position: relative;
      z-index: 20;
      margin: -20px -5px 0px -5px;
      background-image: linear-gradient(to right, #22193f, #476093);
      gap: 10px;
    }
    form input{
      width: 100%;
      border: 0;
      outline: none;
      padding: 5px 15px;
      margin: 0px;
      color:whitesmoke;
      font-size: 18px;
      border-radius: 10px;
      background-image: linear-gradient(to right, #22193f, #476093);
      z-index:10;
      
    }
    
    
    
    
}





 