@import url(https://fonts.googleapis.com/css?family=Cabin:400);
*{
        margin: 0px;
        padding: 0px;
        
      }
      .main{
        max-width: 100vw;
       height:auto;
       position:relative;
      }
    
      .main .hero{
        margin-top: 1rem;
      }
      
      .main .navbar{
   position: sticky;
   top: 0px;
   bottom: 3px;
 height: 5rem;
  width: 100%;
  display: flex;
  align-items:center;
  background-color:#ffffffcd;
  backdrop-filter: blur(2px);
  z-index: 999999;
}
.navbar .logo img{
  width: 200px;
  height: 3.9rem;
  margin-left: 25px;
  padding: 2px;
  border:2px solid black;
}

.navbar input {
	background: #5b5b5b3e;	
	border: 1px solid #444;
	border-radius: 5px 0 0 5px;
	box-shadow: 0 2px 0 #000;
	color: #888;
	display: block;
	
	z-index: 10000;
	font-family: 'Cabin', helvetica, arial, sans-serif;
	font-size: 13px;
	font-weight: 400;
	height: 48px;
	position: absolute;
	right:30px;
	padding: 0 10px;
	outline: none;
	text-shadow: 0 -1px 0 #000;
	width: 390px;
	
}

.navbar input {
	line-height: 40px;
}

.navbar input::-webkit-input-placeholder {
   color: black;
   letter-spacing: 2px;
}

.navbar input:-moz-placeholder {
   color: #2727273e;
}


.navbar input:focus::-webkit-input-placeholder{ 
	color: black;
}


.navbar span {
 	background: #222;
 	
 	box-sizing: border-box;
 	border: 1px solid #444;
 	border-left-color: #000;
 	border-radius: 0 5px 5px 0;
 	box-shadow: 0 2px 0 #000;
 	color: #fff;
 	display: block;
 	float:right;
 	font-family: 'Cabin', helvetica, arial, sans-serif;
 	font-size: 14px;
 	text-align: center;
 	font-weight: 400;
 	height: 48px;
 	line-height: 40px;
 	padding: 0;
 	position: absolute;
	right:30px;
 	text-shadow: 0 -1px 0 #000;
 	width: 85px;	
}	




      
      .hero{
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        
      }
     .product{
        width:330px;
        height: 400px;
        display: flex;
        flex-direction: column;
        align-items: center;
        border: 1px solid grey;
        background-image:url('/asstes/logo5.png');
        background-size: 350px;
        background-position: center;
       background-repeat: no-repeat;
     }
      
      .product .info{
        width: 100%;
        height:100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
      
      }
      .product .info img{
        width: 90%;
        height: 50%;
        margin-top: 15px;
        z-index: 11;
      opacity: 0.85;
      }
     .product h3{
       margin-top: 40px;
       width:auto;
       font-size: 25px;
       letter-spacing: 1px;
       font-family: "Candal", sans-serif;
       color:black;
       text-shadow:1px 1px 1px white;
     }
     .product lable{
       margin-top: 10px;
      font-family: "Sansita", sans-serif;
     font-size: 20px;
     }
     .product a{
       width: 90%;
       height: 1rem;
      margin-top: 18px;
       background-color: transparent;
       color:black;
       border: 2px solid black;
       padding: 6px 4px;
       text-decoration:none;
       font-size: 16px;
       display: flex;
       align-items: center;
       justify-content:center;
       cursor: pointer;
       letter-spacing: 1.4px;
       font-weight: bold;
       transition: 0.3s ease-in;
       font-family: "Roboto", sans-serif;
     }
  
   .product a:hover {
     transform: scale(10px);
     background-color:black;
     color: white;
   }
@media screen and (max-width: 600px) {
.main .navbar{
  display: flex;
  bottom: 2px;
 align-items: center;
  justify-content: center;
  height: 4rem;
       }
       .navbar .logo img{
         display:none;
       }
       .navbar input{
	width: 300px;
         height: 45px;
         position:relative;
         right: auto;
         left: auto;
       }
       .navbar span {
         position:relative;
         right: auto;
         left: auto;
	       margin:0px;
         width: 80px;
         height: 45px;
       }
     .hero {
       
  height: auto;
  width: 100%;
  background-color: transparent;
  display: flex;
  flex-direction: row-wrap; /* Changed from row to row-wrap */
  align-items: center;
  justify-content:center; /* Added to align items to the start */
  flex-wrap: wrap; /* Added to wrap items */
}

       
.product{
        width:330px;
        height: 400px;
        border: 1px solid grey;
      }


      .product img{
        width:70%;
        height:60%;
        margin-top: 7px;
      }
      .product .info{
        width: 100%;
        height:100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
      
      }
     .product h3{
       margin-top: 50px;
       width:auto;
       font-size: 25px;
       letter-spacing: 1px;
       font-family: "Candal", sans-serif;
      
     }
     .product lable{
       margin-top: 10px;
      font-family: "Sansita", sans-serif;
     font-size: 20px;
     }
     .product a{
       width: 90%;
       height: 1rem;
      margin-top: 18px;
       background-color: transparent;
       color:black;
       border: 2px solid black;
       padding: 6px 4px;
       text-decoration:none;
       font-size: 16px;
       font-weight: bold;
       display: flex;
       align-items: center;
       justify-content:center;
       cursor: pointer;
       letter-spacing: 1.4px;
       transition: 0.3s ease-in-out;
       font-family: "Roboto", sans-serif;
     }
  
   .product a:hover {
     transform: scale(10px);
     background-color:black;
     color: white;
   }
        }
