*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: muli;
}

@font-face {
    font-family: muli;
    src: url(./Quicksand-VariableFont_wght.ttf);
}

.whatsapp{
    width: 60px;
    height: 60px;
    position: fixed;
    right: 30px;
    bottom: 20px;
    /* background-color: rgb(128, 128, 155); */
}
.wa{
    border-radius: 50%;
    z-index: 1;
}
.wa:hover{
    cursor: pointer;
}
.topblack{
    display: flex;
    height: 50px;
    background-color: black;
    color:  white;
    justify-content: center;
    align-items: center;
}
.container{
    /* background-color: aqua; */
    height: auto;
}
nav{
    background-color: white;
    position: sticky;
    top: 0;
    z-index: 1;
}
.part-one{
    /* background-color: greenyellow; */
    height: 100px;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    padding: 5px;
    overflow-x: auto;
    overflow-y: hidden;
}
.left,.right{
    display: flex;
    flex: 0 1 150px;
    /* background-color: coral; */
    width: 150px;
    min-width: 50px;
    height: 50px;
    align-items: center;
    justify-content: space-around;
  
}
.one-left:hover{
   color:#3B5998;
   cursor:pointer;
}
.two-left:hover{
    color:#E97395;
    cursor:pointer;
 }
 .three-left:hover{
    color:#CD201F;
    cursor:pointer;
 }
 .four-left:hover{
    color:#FE2C55;
    cursor:pointer;
 }
.right i:hover{
    cursor: pointer;
    color: #F6821D;
}
.center{
    display: flex;
    flex: 1 1 50px;
    width: 80%;
    min-width: 100px;
    /* background-color: cornflowerblue; */
    height: 80px;
    justify-content: center;
    gap: 10px;
    align-items: center;
}
.part-two{
    /* background-color: aqua; */
    margin: 0 auto;
   height: auto;
    width: 100vw;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content:center;
    margin-bottom: 20px;
    
}
.part-two a{
   padding-left: 20px;
    text-decoration: none;
    color: rgba(0, 0, 0, 0.87);
}
.part-two a:hover{
    color:#F6821D ;
    cursor: pointer;
}
.part-two #new-arr{
    color: #00A341;
}

.disc {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.disc img {
    width: 100%;
    height: auto;
}

.new-arrival,.shop-by-cat,.recommended,.FAQ,.as-ft-in,.follow-us{
    display: flex;
    /* background-color: cadetblue; */
    justify-content: center;
    align-items: center;
    min-height: 80px;
    max-height: 200px;
    color: grey;  
    text-align: center;
}
.contain-new-arr{
    /* background-color: cornflowerblue; */
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items:center ;
    gap: 20px;
    padding: 20px;
    width: 100%;
    /* height: 45vh; */
    min-height: 100px;
}

    .cardpt-2{
        /* background-color: rgb(132, 88, 173); */
        width: 100%;
        height: 50%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center; 
        padding-top: 15px;
        text-align: center;
    }
   

.card-img{
    background-color: white;
    display: flex;
    flex: 1 1 220px;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
    flex-direction: row;
    height: auto;
    
    position: relative;
}
.card{
    background-color: white;
    /* background-color: chartreuse; */
    flex: 1 1 30%;
    min-width: 150px;
    max-width: 200px;
    display: flex;
    flex-direction: column;
    height: auto;
    position: relative;
   margin: 10px;
}
.card img:hover{
    cursor: pointer;
}
del{
    color: grey;
}
ins{
    color: red;
    text-decoration: none;
    margin-left: 10px;
    margin-top: 5px;
}
.cards-green-btn,.bs-green-btn{
    background-color: #00A341;
    color: white;
    width: 35% ;
    height: 8%;
    position: absolute;
    bottom: 85%;
    left: 60%;
    border:none;
}
.review{
    color: grey;
}
.contain-shop-by-cat ,.contain-sbc-2{
    /* background-color: cyan; */
    width: 75%;
    justify-content: space-around;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
    gap: 20px;
}
.contain-shop-by-cat img,.contain-sbc-2 img:hover{
    cursor: pointer;
}
/* best-sell__________________________ */
.best-sell{
    display: flex;
    /* background-color: cadetblue; */
    justify-content: space-between;
    align-items: center;
    width: 78%;
    min-height: 80px;
    max-height: 200px;
    color: grey;  
    margin: 0 auto;
}
.best-sell-btn{
    background-color: black;
    color: white;
    width: 100px;
    height: 40px;
    border: none;
}
.best-sell-btn:hover{
    background-color: #F6821D;
}
.contain-best-sell{
    /* background-color: chocolate; */
    height: auto;
    width: 78%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;  
}
.bs{
    /* background-color: cornflowerblue; */
    flex: 1 1 30%;
    max-width: 250px;
    min-width: 160px;
    width: 20%;
    height: 50%;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    align-items: center;
   
}
.bs:hover{
    cursor: pointer;
}
.bs-pt2{
    /* background-color: crimson; */
    height: auto;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    text-align: center;   
}
.bs-pt2 p{
    padding-bottom: 10px;
}

/* video________________ */

.video-container{
    /* background-color: darkcyan; */
    max-width: 100%;
    width: 80%;
    height: auto;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: space-evenly;
}
.video-container video{
    flex: 1 1 200px;
    height: 70vh;
    border-radius: 20px;
    overflow: hidden;
    object-fit: cover;
    position: relative;
}
/* faqs_________________________________ */
.dt{
    
    /* background-color: rgb(92, 235, 235); */
    width: 80%;
    height: 200px;
    margin: 0 auto;
    justify-content: space-around;
    display: flex;
    flex-direction: column;
    color: grey;
}
.ques{
    display: flex;
    background-color: rgb(235, 235, 235);
    justify-content: space-between;
    align-items: center;
    width: 80%;
    min-height: 50px;
    max-height: 100px;
    color: black;  
    padding-left: 20px;
    margin: 0 auto;
    margin-top: 20px;
}
.minus-btn{
    background-color: black;
    color: white;
    width: 40px;
    height: 40px;
    border: none;
}
.minus-btn:hover{
    cursor: pointer;
}
.three-icons{
    /* background-color: palevioletred; */
    width: 78%;
    margin: 0 auto;
    /* height: 30vh; */
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 30px;
    justify-content: space-between;
    flex: 1 1 30%;
   
    
}


.icon-one,.icon-two,.icon-three{
    /* background-color: cornflowerblue; */
    width: 25%;
   min-width: 200px;
   margin-left: 20px;
   display: flex;
   flex-wrap: wrap;
   height: 100%; 
   /* flex-direction: column; */
   align-items: center;
   justify-content: center;
}

.content-icons{
    width: 100%;
    height: auto;
    /* background-color: beige; */
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.content-icons p,img,h4{
    padding-bottom: 10px;
}
.content-icons p{
    color: grey;
    line-height: 1.5em;
}
.tareef-bnb{
    width: 78%;
    height: auto;
    /* background-color: beige; */
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 20px;

}

.tareef-bnb-para{
    width: 78%;
    height: auto;
    /* background-color: rgb(197, 197, 54); */
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    /* justify-content: space-between; */
    font-size: 0.9em;
    color: grey;
}
.tareef-bnb-para p{
    padding-bottom: 20px;
}
.tareef-bnb h1{
    font-weight: 500;
    margin-bottom: 2px;
}
.marque{
    width: 100%;
    height: auto;
    /* background-color: aqua; */
    display: flex;
    align-items: center;
}
.marque img{
    margin-left: 20px;
}
.pics-follow{
    width: 100%;
    height: auto;
    /* background-color: aqua; */
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.one-follow,.two-follow,.three-f,.four-f,.five-f{
    background-image: url(./images/fw-follow.webp);
    width: 20%;
    min-width: 300px;
    height: 300px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.two-follow{
    background-image: url(./images/girl-follow.webp);
}
.three-f{
    background-image: url(./images/pink-follow.webp);
}
.four-f{
    background-image: url(./images/laiba-follow.webp);
}
.five-f{
    background-image:url(images/kit-follow.webp) ;
}
.one-follow,.two-follow,.three-f,.four-f,.five-f:hover{
    cursor: pointer;
}
.follow-us{
    margin-bottom: 20px;
    margin-top: 20px;
}
/* customers___________________________ */
.cst{
   width: 90%;
   height: auto;
   margin: 0 auto;
   margin-top: 20px;
   display: flex;
   flex-wrap: wrap;
   /* background-color: plum; */
   justify-content: center;
   align-items: center;
   gap: 10px;
}
.heading-cst{

    width: 24%;
    min-width:200px;
    height: auto;
    /* background-color: cadetblue; */
    border-bottom: 1px dotted;
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    flex: 1 1 24%;
    
}
.heading-cst:hover{
    color: #F6821D;
}
.para-cst{
    /* width: 76%; */
    min-width: 200px;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: end;
    /* background-color: paleturquoise; */
    padding-left: 30px;
    align-items: center;
    flex: 3 1 72%;
    
}
.para-cst-content{
    display: flex;
    flex-wrap: wrap;
    /* background-color: peru; */
    gap: 10px;
    align-items: center;
    flex: 1 1 100%;
    justify-content: end;
}
.para-cst-content h4{
   padding-top: 5px;
   padding: 0 10px 5px 0;
   font-size: 1.1em;
}
.circle-cst{
    display: flex;
    flex-wrap: wrap;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 1px solid black;
    color: grey;
}
.circle-cst:hover{
    cursor: pointer;
}
.circle-cst i{
    margin: 25% auto;
}

/* reviews________________ */
.cst-rev{
    /* background-color: powderblue; */
    width: 95%;
    height: auto;
    margin: 0 auto;
    margin-top: 20px;
    display: flex;
    flex-wrap:wrap ;
    justify-content: space-between;
    gap: 10px;
   justify-content: center;
    
}
.cst-rev-cmnts{
    flex: 1 1 220px;
    max-width: 23%;
    min-width: 200px;
    height: auto;
    justify-content: center;
    background-color: rebeccapurple;
    background-color: rgba(248, 248, 248, 0.863);
    margin-bottom: 10px;
    margin-top: 10px;
    /* display: flex; */
    /* padding: 10px; */
}
.pic-cst{
    /* background-color: aqua; */
    width: 70px;
    height: 70px;
    margin-bottom: 5px;
    border: 1px solid grey;
}
.cst-rev-part1{
    display: flex;

}
.name-cst{
    width: 35%;
    height: 70px;
    margin-left: 10px;
    /* background-color: paleturquoise; */
    
}
.grey{
    color: grey;
}
.name-cst i{
    font-size: 0.7em;
}
.date-cst{
    width: 45%;
    height: auto;
    /* background-color: palevioletred; */
  text-align: end;
}
.prod-cst{
    width: 100%;
    height: auto;
    /* background-color: palegreen; */
}
.prod-cst h5{
    padding-bottom: 10px;
}
.prod-cst h5:hover{
    color: #F6821D;
    cursor: pointer;
}
.prod-cst p{
    color: grey;
    padding-bottom:10px ;
}
.prod-cst a{
    color: rgb(60, 60, 228);
    text-decoration: none;
   padding-top: 5px;
   padding-bottom: 10px;
}
.prod-cst a:hover{
    color: #F6821D;
    cursor: pointer;
}
/* footer___________________________ */
.foot-main{
    width: 100%;
    height: auto;
    background-color: rgb(238, 238, 238);
    margin-top: 30px;
    padding: 30px;
}
.foot-content{
    width: 85%;
    height: auto;
    /* background-color: aqua; */
    margin: 0 auto;
   display: flex;
   flex-wrap: wrap;
   gap: 20px;
   
}
.foot-one{
    flex:0 1 330px;
    min-width: 200px;
    /* width: 30%; */
    height: auto;
    /* background-color: rgb(215, 227, 248); */
    color: grey;
    display: flex;
    flex-wrap: wrap;
    
}
.foot-one p{
    padding-bottom: 30px;
}
.bold{
    font-weight: bolder;
}
.hover-orange:hover{
    color: #F6821D;
}
.icons-foot{
    margin-right: 10px;
    cursor: pointer;
}
.icons-foot i{
    padding-right: 15px;
    padding-bottom:30px ;
  
}
.foot-one .icons-foot i:hover{
    color: #F6821D;
}
.orange{
    color: #F6821D;
}


.foot-two{
    flex: 1 1 150px;
    min-width: 200px;
    height: auto;
    /* background-color: rgb(255, 218, 230); */
    margin-left: 20px;
    flex-direction: column;
    display: flex;
    flex-wrap: wrap;
}
/* .foot-two____________________ */

.heading-foot{
    padding-bottom: 30px;
}
.foot-pt2{
    padding-bottom: 10px;
    color: grey;
}

/* foot-three__________________ */
.foot-three{
    flex: 1 1 150px;
    min-width: 200px;
    height: auto;
    /* background-color: rgb(255, 218, 230); */
    margin-left: 20px;
}
.foot-four{
    flex: 3 1 200px;
    min-width: 200px;
    height: auto;
    /* background-color: rgb(255, 218, 230); */
    margin-left: 20px;
    
}
.foot-four p,.foot-one p{
    line-height: 30px;
}
.email-foot{
    width: 100%;
    height: 60px;
    /* background-color: bisque; */
    display: flex;

}
.foot-four input{
    width: 70%;
    height: 50px;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    border: 2px solid rgb(223, 223, 223);
    padding-left: 20px;
}
.foot-four button{
    width: 30%;
    height: 50px;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    border: none;
    background-color: black;
    color: white;
}
.foot-four button:hover{
    background-color: #F6821D;
    cursor: pointer;
}
.pay-foot,.cert-foot{
   margin-top: 4em;
   width: 100%;
   max-width: 100%;
}
