@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-btn:hover{
    background-color: white;
    color: black;
    border: 1px solid black;
  }
  .overview svg{
    display: none;
  }
  .product{
    width: auto;
    padding: 10 60;
  }
  .product h1{
    text-align: center;
    font-size: 35px;
    padding-bottom: 50px;
  
  }
  
  .product .row1{
    margin-top: 0%;
    display: flex;
    justify-content: space-around;
    
  }
  .product .row2{
    display: flex;
    justify-content: space-evenly;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: space-around;
    gap: 10px;
    
  }
  
  #uploadButton{
    padding: 60px ;
    border: 2px dashed #2f0237;
    background: whitesmoke;
    color: #2f0237;
  }
  .product-col{
    flex-basis: 33%;
    color: black;
    margin-bottom: 5%;
    padding: 20px 12px;
    box-sizing: border-box;
    text-align: center;
    transition: .5s;  
    background-color: white;
    border-radius: 5px;
    justify-content: space-evenly;
    align-items: center;
    justify-content: center;
    box-shadow:  0px 0px 20px rgba(0, 0, 0, 0.3);
  
  }
  .inputfield{
    box-shadow:  none;
    padding: 0px;
    margin: 10px;
  
  }
  .inputfield h3{
    margin-bottom: 20px;
  }
  
  .inputfield input {
    height: 46px;
    width: 100%;
    outline: none;
    font-size: 18px;
    padding: 0 17px;
    margin: 0 0 20px 0;
    border-radius: 4px;
    border: 1px solid #ccc;
  }
  
  .inputfield .separator {
    height: 1px;
    width: 100%;
    margin: 25px 0;
    background: black;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .inputfield .separator::before{
    content: "";
    font-size: 18px;
    padding: 0 15px 3px;
    margin-top: -4px;
    border-radius: 5px;
  }
  .inputfield select ,button {
    width: 100%;
    padding: 10px 0;
    cursor: pointer;
    outline: none;
    border: none;
    border-radius: 4px;
    font-size: 18px;
    color: #fff;
    text-align: center;
    background-image: linear-gradient(to right, #22193f, #476093);
    transition: 0.2s ;
  }
  svg{
    width: 400px;
    height: 300px;
  
  }
  .product-col i{
    width: 70px;
    height: auto;
    padding: 5px;
    padding-top: 15px;
    border-radius: 50%;
  
  }
  .product-col h3{
    
    font-size: 22px;
    text-align: center;
    
  
  }
  .product-col p{
   
    font-size: 16px;
    
    text-align: left;
   
  
  }
  .data p{
    padding: 10px;
    text-align: justify;
  }
  @media(max-width:637px){
    
  
    .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(crop.jpg);
      height: 300px;
      
  }
    
  nav ul{
    display: block;
  }

  
  nav .fa-solid{
    display: block;
    font-size: 25px;
    margin: 30px;  
    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 li{
  display: block;
  margin: 10px;
  padding: 5px;
  font-size: 10px;
  
  
    
  }
  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 a{
     color: white;
     font-weight: 400;
     font-size: 20px;
    font-family: 'Poppins',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,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: 'Poppins',sans-serif;
  
  }
  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: 'Poppins',sans-serif;
  }
  form .btn1:hover{
  background: black;
  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{
    width: auto;
    padding: 10;
  }
  .product svg{
    display: none;
  }
  .product h1{
    text-align: center;
    font-size: 25px;
    padding-bottom: 10px;
  
  }
  .inputfield h3{
    font-size: 25px;
  }
  
  .product .row1{
    margin-top: 0%;
    flex-direction: column;
    
  }
  .product .row2{
    margin-top: 0%;
    flex-direction: column;
    flex-wrap:nowrap ;
  
    
  }
  
  .product-col{
    margin: 20px;
  }
  
  
  
  svg{
    width: 300px;
    height: 300px;
  
  }
  .row{
    flex-direction: column;
  }
 
  
  }
  @media (min-width: 637px) and (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(crop.jpg);
      height: 300px;
      
  }
    
  nav ul{
    display: block;
  }

  
  nav .fa-solid{
    display: block;
    font-size: 25px;
    margin: 30px;  
    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 li{
  display: block;
  margin: 10px;
  padding: 5px;
  font-size: 10px;
  
  
    
  }
  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 a{
     color: white;
     font-weight: 400;
     font-size: 20px;
    font-family: 'Poppins',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,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: 'Poppins',sans-serif;
  
  }
  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: 'Poppins',sans-serif;
  }
  form .btn1:hover{
  background: black;
  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{
    width: auto;
    padding: 10;
  }
  .product svg{
    display: none;
  }
  .product h1{
    text-align: center;
    font-size: 25px;
    padding-bottom: 10px;
  
  }
  .inputfield h3{
    font-size: 25px;
  }
  
  .product .row1{
    margin-top: 0%;
    flex-direction: column;
    
  }
  .product .row2{
    margin-top: 0%;
  
    
  }
  
  .product-col{
    margin: 20px;
  }
  
  
  
  svg{
    width: 300px;
    height: 300px;
  
  }
  .row{
    flex-direction: column;
  }
 
  }
  
  
  
  
  
  
  