@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


 *{   
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family:"poppins",sans-serif;
 }
header{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 100px;
    margin: 20px auto;
    
}
header div{
    display: flex;
    align-items: center;
    gap: 20px;
}
header div img{
   width: 30px;
}
header span{
    color: #f28303;
}
.input-location{
    border: 1px solid #f5f5f5;
    padding:8px 20px;
    border-radius: 25px;
}

.input-location input{
    border: none;
    outline: none;
    font-size: 15px;
    background-color: transparent;
    height: 100%;
}

.icons img{
    border: 1px solid #f5f5f5;
    border-radius: 50%;
    padding: 7px;
    width: 40px;
}
section{
    background-color: #f28303;
    width: 100%;
    
}
nav{
    display:flex;
    align-items: center;
    width: 100%;
    max-width:1200px;
    margin: 0 auto;
    justify-content: center;
    gap: 50px;
    
}
nav a{
    padding: 10px;
    text-transform: capitalize;
    text-decoration: none;
    color: #fff;
}
nav h2{
    background-color: rgb(61, 60, 60);
    padding: 10px 30px;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 17px;
   
}

nav h2 img{
    width: 40px;
}
#Togglemenu{
    width: 50px;
    display: none;
}
#shoppingImg{
    display: none;
    width: 30px;
}
#closebtn{
    display: none;
}
.directory{
    display: flex;
    align-items: center;
    width: 67%;
    margin: 8px auto;
    gap:20px;
   
}
.directory img{
    width: 20px;
}
.directory span{
    display: flex;
    align-items: center;
    font-size: small;
}
.directory a{
    font-size: small;
    text-decoration: none;
    border: 1px solid #ddd;
    color: #868585;
    padding: 5px 10px;
    border-radius: 20px;
}
hr{
    border: none;
    border: 1px solid rgb(238, 236, 236);
    
}
hr::after{
    content: "";
    width: 100%;
    display: block;
 
}
.hero-container{
   display: grid;
   grid-template-columns: auto auto;
   justify-content: center;
   align-items: center;
   gap: 10px;
   position: relative;
}
.hero-container .p{
    background-color: #f28303;
    color: white;
    display: inline;
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    position: absolute;
    font-size: small;
    font-weight: bold;
    top:15px;
    
}
.no-of-item{
    position: absolute;
    top: 10px;
    right: 17%;
    color: white;
    background-color: #ebb25e;
    height: 20px;
    width: 20px;
    font-size: small;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
.hero span{
    display: flex;
    justify-content: center;
}


.hero-products{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;

}
.hero-products span img{
    background-color: #f5f5f5;
    padding: 10px 10px;
    max-width: 90px;
    max-height: 70px;
    width: auto;
    height: auto;
    border-radius: 10px;
}
.hero-products span img:hover{
   border: 3px solid #ebb25e;
}
.hero-about-products{
    width: 500px;
    background-color: #f5f5f55b;
    padding: 20px;
    border-radius: 10px;
    margin-top: 20px;
}
.about-products p{
    color: rgb(138, 136, 136);
}
.box1{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 15px;
    white-space: nowrap;
    gap: 30px;

}
.box1 div{
    display: flex;
    align-items: center;
    gap: 10px;
}
.box1 button{
    background-color: red;
    color: white;
    outline: none;
    border: none;
    padding: 8px 20px;
    border-radius: 20px;
    
}
.box2{
    margin-top: 15px;
    margin-bottom: 20px;
}
.box2 h2{
    color: orange;
}
.box2 span{
    font-size: 15px;
    color: #5c5c5c;
}
.box3{
    display: flex;
    align-items: center;
    gap: 50px;
    margin-bottom: 30px;
}
.box3 button{
    display: flex;
    align-items: center;
    gap: 10px;
    border: none;
    outline: none;
    cursor: pointer;
    background-color: #fff;
    border-radius: 30px;
    text-align: center;
    padding: 8px 30px;
    font-size: 15px;
    box-shadow: 0px 2px 2px 0px rgb(194, 189, 189);
}
.box3 button img{
    width: 30px;
    align-items: center;
}
.box4{
    display: flex;
    align-items: center;
    gap: 10px;
}
.box4 button{
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  outline: none;
  cursor: pointer;
  background-color: red;
  color: white;
  border-radius: 30px;
  text-align: center;
  padding: 10px 30px;
  gap: 10px;
}
.box4 button img{
    width: 30px;
}
.box4 span{
  display: flex;
  align-items: center;
  
}
.box4 span img{
    width: 30px;
    padding: 5px;
}
.box4 div{
    display: flex;
    gap: 10px;
    color: #5c5c5c;
}
.share{
    margin-top: 30px;
    margin-bottom: 20px;
    font-weight: bold;
    font-size: 17px;
    color: rgb(70, 67, 67);
}
.body-heading{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 50px;
    text-transform: capitalize;
    margin-top: 40px;
    margin-bottom: 20px;
    font-size: 16px;
}
.body-heading p:hover{
    color: #5c5c5c;
    font-weight: bold;
}
.body-heading p{
    color:#5c5c5c;
}
.container-body{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 50px;
    margin-top: 20px;
    padding-top: 40px;
    background-color: #f5f5f5;
    position: relative;
}
.container-body div span{
    font-weight:  bold;
    color: rgb(70, 67, 67);
}
.container-body p{
    font-size: 14px;
    color: #5c5c5c;
    line-height: 23px;
}
.container-body div div {
    margin-bottom: 70px;
}
.div1 img{
   width: 80%;
   padding-top: 200px;
}

 .container-body .div1 span{
    padding-bottom: 25%;
}
 .container-body .div2 div{
    padding-bottom: 10%;
}
.div2{
    text-align: right;
    margin-bottom: 100px;
    
}
.swiper-wrapper{
    display: flex;
    overflow-x: scroll;
    gap: 20px;

  
} 
.swiper-wrapper div img{
    width: 180px;
    height: 180px;
} 
.swiper-slide{
   background-color:#f5f5f55b;
   padding: 12px;
   border-radius: 7px;
   border: 1px solid #f5f5f5;
   column-gap: 20px;
} 
.swiper-slide img{
    width: 40px;
}
.swiper-slide:hover{
    border: 2px solid #ebb25e;
}
.swiper-wrapper::-webkit-scrollbar{
    display: none;
}

#backbtn,#nextbtn{
width: 30px;
border: 1px solid #cccbcb;
border-radius: 50%;
}
.btn{
   display: flex;
   align-items: center;
   max-width: 1100px; 
   width: 100%;
   margin: 20px auto;
}
.slider-details div{
    display: flex;
    align-items: center;
    gap: 30px;
    margin-top: 12px;
  
}

.slider-details div h2{
    color: #ebb25e;
}
.slider-details p{
    font-weight: bold;
    color: #868585;
}
.slider-details span{
    font-weight: 400;
    color: #0a0909;
}
#recent-tag{
    max-width: 1000px;
    margin: 10px auto;
    padding-top: 10px;
    padding-bottom: 20px;
    border-bottom: 1px solid #c2c0c049;
    
}
footer{
    display: flex;
    /* align-items: center; */
    max-width: 1100px;
    width: 100%;
    margin: 80px auto;
    justify-content: space-between;
    text-transform: capitalize;
}
footer p{
    padding-bottom: 10px;
    font-size: 15px;
    font-weight: 500;
    color: #5c5c5c;
}
footer h1,h3{
    padding-bottom: 20px;
}
footer h1 span{
    color: #f28303;
}
.footer1 img{
    float: left;
    width: 50px;
}
.footer4 div,
.footer4 input{
    display: flex;
    align-items: center;
    border: none;
    outline: none;
    flex: 1;
    font-size: 14px;
}
.footer4 div{
    padding:0px 10px;
    width: 300px;
}
#cat{
    float: right;
}
.hr{
    margin-top: 0px;
}

.footer4 div{
    border: 1px solid #868585;
}
.iconfooter4{
    width: 30px;
}
.footer4 input::placeholder{
  margin-left: 10px;
}
.footer4 img{
    padding: 6px;
    width: 40px;
}
.available{
   text-align: center;
}

.available div {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
  
}
.available div div{
    border: 1px solid #868585;
    padding: 10px;
    margin-bottom: 20px;
    border-radius: 8px;
}
.available img{
    width: 70px;
}
.available p{
    text-align: left;
    text-transform: capitalize;
}
.available span{
    font-weight: bold;
}







@media screen and (max-width:768px) {
    body{
        position: relative;
    }

    header{
        justify-content: space-between;
        padding: 0 10px;
    }
    header div{
        display: none;
    }
    #shoppingImg{
        display: block;
        width: 50px;
    }
    #nav-item{
        position: absolute;
        top:68px;
        width: 100%;
        left: 0px;
        right: 0;
        height: 40vh;
        padding: 20px ;
        background-color: rgba(59, 59, 58, 0.849);
        z-index: 1000;
        display: none;
        


        transition:  all 0.4s;
    }
    #nav-item.active {
    display: block; 
    }

    #closebtn {
    cursor: pointer;
    }

    #Togglemenu {
    cursor: pointer; 
    }
    .directory{
        width: 90%;
    }

    ul a{
        color: rgb(255, 255, 255);
        display: block;

    }
    nav h2{
        font-size: 15px;
        white-space: nowrap;
    }
    #shoppingImg{
        display: block;
        width: 30px;
    }
    #Togglemenu{
        width: 50px;
        display: block;
    }
    #closebtn{
        display: none;
        width: 50px;
    }
    .hero-container{
        grid-template-columns: auto;
        gap: none;
        max-width: 1200px;
        margin: 0 auto;
    }
    .hero-products{
        gap: 15px;
    }
    .hero-products span img{
        background-color: #f5f5f5;
        padding: 8px 8px;
    }
    .hero-container .p{
        left: 10px; 
    }
    
    .hero-about-products{
       width: 100%;
       /* padding: 20px; */
       /* margin: 10px 100px; */
     
    }
    .box1{
        display: block;
    }
    .box2 span{
        font-size: 13px;
    }
    .box3{
        display: flex;
        align-items: center;
        gap: 10px;
     
    }
    .box3 button{
        padding: 8px 20px;
        font-size: 13px;
       
    }
    .box4{
        display: block;
        align-items: center;
        gap: 10px;
        
    }
    .box4 div{
        display: flex;
        gap: 10px;
        margin-top: 10px;
    }
    .body-heading{
        gap: 40px;
    }
    .container-body{
        display: block;
        padding: 20px;
    }
    .div1 img{
        width: 80%;
        padding-top: 0px;
     }
     .div2{
        text-align:center ;
     }
     footer{
        display: block;
        padding: 10px;
        column-gap: 50px;
     }
     footer div{
        gap: 100px;
        padding: 10px;
     }
     .available div div{
        display: block;
        text-align: center;
     }
     .available{
        padding: 10px;
     }
   }