*{
    padding: 0;
    margin: 0;
}
body{
    background-color: whitesmoke;
}
header {
    display: flex ;
    background-color: black;
    color: white;
    align-items: center;
    justify-content: space-between;
    padding-left: 10px;
    padding-right: 10px;
    padding: 10px;
    font-family: sans-serif;
    position: relative;
}
.searchicon{
    display: none;
}
header .logo{
    display: flex;
    align-items: center;
    gap: 6px;
    justify-content: space-between;
}
.log{
    display: flex;
    gap: 10px;
}
.cartcon{
    /* background: black; */
    display: flex;
    justify-content: end;
    margin-right: 20px;
    position: fixed;
    z-index: 3000;
    width: 100%;
   margin-right: 10px;
   top: 10px;
   right: 20px;
}
/* .cart button{
    width: 100px;
    padding: 10px;
    background-color: yellow;
    cursor: pointer;
    
} */

.logo img{
    width: 40px;
    border-radius: 50%;
}
.sticky {
  position: fixed;
  top: 50px;
  width: 100%;
  z-index: 1000;

}

.cart{
    position: relative;
    padding: 10px;
    width: 30px;

    display: flex;
    align-items: center;
    justify-content: center;
   
}
.conss{
    background-color: black;
}
 
 .cart p{
    position: absolute;
    top: 0;
    right: 0;
    font-size: 20px;
    color: yellow;
   
 }
.cartdiv{
    display: flex;
    align-items: center;
    gap: 30px;
    float: right;
    
    margin-left: auto;
    /* background-color: red; */

   
    
    
}
/* .register{
    background-color: green;
    display: flex;
    flex-wrap: wrap;
} */
.list{
    background-color: black;
    width: 70px;
    /* float: right; */
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    display: none;
    
}
.card4{
    /* background-color: red; */
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    background-color: back ;
    background-color: black;
    flex-wrap: wrap;
    gap: 10px;
    
}
.card5{
     display: flex;
     padding: 10px;
   
   
    
}
.card4 h2{
    font-family: sans-serif;
}



.cartdiv button{
    width: 100px;
    padding: 8px;
    border-radius: 10px;
    border: none;
   
  
}


.cartdiv .register button a{
    text-decoration: none;
  color: black;
}
.cartdiv .register button a:hover{
    color: rgb(90, 90, 49);
   
}
.cartdiv .register button:hover{
    box-shadow: 0 0 2px 2px rgb(204, 204, 204);
}

.register{
    gap: 10px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
   
   justify-content: end;
  
}
#search{
    padding: 2px;
  
    border: none;
    height: 30px;
    border-radius: 5px;
    border: none;
}
.product{
    display: flex;
    flex-wrap: wrap;
    /* background-color: red; */
    width: 100%;
    padding: 10px;
    gap: 10px;
    font-family: sans-serif;
    /* background-color: red; */
    margin: auto;
    /* justify-content: center; */
    /* background-color: blue; */
   
}
.Ghead{
    
      top: 0;
      width: 100%;
    position: sticky;
   top: 0;
   z-index: 1000;
   
}

main{
    display: flex;
    justify-content: center;
z-index: -1;
    padding: 10px;
    /* background-color: red; */
}
.card1{
    width: 180px;
    /* height: 230px; */
    background-color: #fff;
    /* border: 1px solid black; */
    border-radius: 12px;
    box-shadow: 0 2px 12px rgba(0,0,0,.08);
    display: flex;
    flex-direction: column;
    gap: 5px;
    padding: 12px;
    /* align-items: center; */
    /* justify-content: center; */

    
    transition: all .3s ease;
    
    overflow: hidden;
}
.card1 p{
    font-size: 14px;
}
.card1 label{
    font-family: 14px;
}
.card1:hover{
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0,0,0,.15);
}

.category{
    width: 400px;
    background-color: black;
    border-radius: 20px;
    padding-bottom: 10px;


    
}
.catebtn{
    border: none;
    background: none;
    color: white;
    cursor: pointer;
    font-size: 16px;
}



.list .fas{
color: yellow;
  width: 100px;
  font-size: 30px;
}
/* .listicon{
    background-color: red;
} */
.exitCategory{
    display: none;
}
@media screen and (max-width:600px) {
    .product{
        justify-content: center;
        display: flex;
        /* background-color: green; */
    }
    .category{
     position: sticky;
        right: 0px;
        height: 100vh;
        position: fixed;
        overflow-y: scroll;
        width: 100%;
        top: 0;
        display: none;
     
        z-index: 2000;
        opacity: 0.95;
        
    }
    .exitCategory{
        display: block;
    }
     .categoryDisplay{
        display: block;
    }
    .list{
        display: block;
        text-align: center;
        display: flex;
        justify-content: center;
        border-radius: 5px;
        cursor: pointer;
    }
    .searchicon{
        display: block;
    }
   
    
}
.card1 img{
    height: 150px;
    object-fit: contain;
}
.img{
    
    display: flex;
    justify-content: center;
    object-fit: cover;
}
.product button{
    background-color: black;
    color: yellow;
    padding: 5px;
    border-radius: 5px;
    cursor: pointer;
    width: 100%;
    margin: auto;
    border: none;
}
.product label{
    font-size: 16px;
    font-weight: 600;
}

.categories{
    background-color: yellow;
    text-align: center;
    font-family: sans-serif;
    padding: 10px;
    position: relative;
    border-radius: 10px 10px 0px 0px;
    border: none;

  
}
.categories button{
    position: absolute;
    top: 10px;
    right: 10px;
}
.categories button .fas{
    font-size: 20px;
    cursor: pointer;
  

}
.category ul{
    color: white;
    display: flex;
    flex-direction: column;
    gap: 15px;
  
    /* align-items: center; */
   
    margin-top: 10px;
    /* background-color: red; */
    padding-left: 20px;


}
.category ul li{
    list-style:circle;
    font-size: 16px;
    font-family: sans-serif;
    /* border-bottom: 1px solid rgba(255, 255, 0, 0.342); */
    cursor:  pointer;
   /* margin-left: 20px; */
    display: flex;
    color: rgb(209, 209, 107);
    cursor: pointer;
    display: flex;
    gap: 10px;
    
 
   
  
   
}
.category ul li a:hover{
    color:#e5e7eb;
}
.category ul li a{
    text-decoration: none;
    color: white;
}

/* footer */
footer {
    text-align: center;
    padding: 20px;
    background: black;
    color: white;
    margin-top: 40px;
}
.site-footer {
  background-color: black;
  color: #ffffff;
  padding: 50px 20px 20px;
  font-size: 0.95rem;
  margin-top: 70px;
}

.footer-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 30px;
}

.footer-about,
.footer-links,
.footer-contact {
  flex: 1;
  min-width: 250px;

  text-align: center;
  font-size: 18px;

}
.footer-links li{
  list-style: none;
}

.site-footer h4 {
  font-size: 1.2rem;
  margin-bottom: 15px;
  color: white;
}

.site-footer a {
  color: #ffffff;
  text-decoration: none;
  display: block;
  margin-bottom: 8px;
  transition: color 0.3s ease;
}

.site-footer a:hover {
  color: yellow;
}

.distes{
    width: 200px;
    height: 200px;
    background-color: red;
}

.footer-bottom {
  text-align: center;
  margin-top: 40px;
  border-top: 1px solid #facc1555;
  padding-top: 15px;
  font-size: 0.85rem;
  color: #e5e7eb;
}
.searchinput{
  
    width:250px;
    height:40px;
    padding:0 15px;
    border-radius:20px;
    border:none;
    outline:none;
}
@media screen and (max-width:600px) {
    .card1{
        width: 150px;
     
        padding: 5px;
    }
    .product{
       
        justify-content: space-around;
    }
    .searchinput{
    display: none;
    width: 150px;
  
    
}
}
.containerresgister{
    background: linear-gradient(to right,black,rgb(150, 150, 28));
    height: 100vh;
font-family: sans-serif;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 20px;
}
.containerresgister h2{
    text-align: center;
}
.containerresgister form{
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
}
.containerresgister form input{
    width: 400px;
    padding: 12px;
}
.containerresgister form{
    background-color: white;
    width: 50%;
    margin: auto;
    height: 80vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-radius: 20px;
    padding: 20px;
    box-shadow: 0px 0px 2px 2px rgb(227, 228, 225);
}
.containerresgister form button{
    background-color: black;
    width: 200px;
    padding: 10px;
    color: white;
    border-radius: 10px;
    font-size: 16px;
}
@media screen and (max-width:930px) {
   .containerresgister form{
        /* background-color: red; */
        width: 90%;
    }
    .containerresgister form input{
width: 70%;
border: 1px solid black;
outline: none;


    }
    /* main{
        margin-top: 20px;
    } */
    
}
.containerresgister form button:hover{
    color: yellow;
    padding: 11px;
}
.nex{
    padding-left: 20px;
}
.nex button{
    border: none;
    background: none;
    
}
.nex #next{
    font-size: 20px;

}
.nex #preview{
    font-size: 20px;

}
@media screen and (max-width:375px) {
    .card1{
       width: 140px;
     
    }
    .product{
       
        justify-content: space-around;
    }
    
}
@media screen and (max-width:360px) {
    .card1{
       width: 130px;
     
    }
    .product{
       
        justify-content: space-around;
    }
    
}
/* @media screen and (min-width:370px) {
   .card1{
        width: 130px;
       
        padding: 10px;
    }


} */


.displaysearch{
    display: block;
}
.dispplaynone{
    display: none;
}
.hero{
    background: linear-gradient(to right, black, rgb(150,150,28));
    color: white;
    text-align: center;
    padding: 40px 20px;
    border-radius: 10px;
    margin: 15px;
    font-family: sans-serif;
}

.hero h1{
    margin-bottom: 10px;
}

.hero p{
    max-width: 700px;
    margin: auto;
    line-height: 1.6;
    margin-bottom: 20px;
}
.hero button{
    padding: 10px;
    border-radius: 5px;
    background-color: black;
    border: none;
    cursor: pointer;
    color: yellow;
}
.heroscrol{
  opacity: 0;
    transition: 2s;
    height: 0;
}
.heroback{
    opacity: 1;
    transition: 2s;
}

