*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: Helvetica;
}
html{
    scroll-behavior: smooth;
    transition: 0.5s;
}
a{
    text-decoration: none;
    color: #555;
}
p{
     font-size: 20px;
    color: var(--text-color2);
    padding: 5px 0;
}
li{
    list-style-type: none;
}
:root{
    --bg: radial-gradient(#fff,#f3e3ad);
    --bg2: radial-gradient(#fff,rgb(252, 206, 189));
    --text-color1: #fff;
    --text-color2: #555;
    --text-color3: #999;
    --bg-btn: #ff523b;
    --pri: coral;
    --text-center: center;
    --shadow: 0 0 20px 0px rgba(0,0,0,0.1);
}



/* -----banner---- */
.container{
    width: 90%;
    margin: auto;
    padding: 0 25px;

}

.row{
    width: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-around;


}
.col-2{
    flex-basis: 50%;
    min-width: 300px;
    transition: moveup 0.5s;

}

.col-2 img{
    max-width: 100%;
    height: 500px;
    padding: 10px 0;
    object-fit: cover;
animation: appear linear;
animation-timeline: view();
animation-range: entry 0% cover 50%;
}
.col-2 h1{
    font-size: 40px;
    line-height: 60px;
    margin: 25px 0;
   
animation: appear 0.5s linear;
animation-range: entry 50%;

}
.col-2 p{

animation: appear 0.75s linear;
animation-range: entry 50%;
}
.col-2 a{
  animation: appear 1s linear;
  animation-range: entry 50%;
}
.banner{
    background: var(--bg);
    padding-top: 100px;
}
.col-3{
    flex-basis: 30%;
    min-width: 250px;
    margin-bottom: 30px;

}
.col-3 img{
    width: 100%;
    height: 350px;
    object-fit: cover;
}
.small-container{
    max-width: 900px;
    margin: auto;
    padding: 0 25px;
}
.col-4{
    flex-basis: 25%;
    padding: 10px;
    min-width: 200px;
    margin-bottom: 50px;
    transition: 0.5s;
animation: appear linear;
animation-timeline: view();
animation-range: entry 0% cover 50%;
}
.col-4 .image{
    width: 100%;
}
.btn{
    max-width: 200px;
    display: inline-block;
    background: #ff523b;
    color: white;
    padding: 8px 30px;
    margin: 30px auto;
    border-radius: 30px;
    transition: 0.5s;

}
.btn2{
    max-width: 200px;
    display: inline-block;
    background: #ff523b;
    color: white;
    padding: 8px 30px;
    margin: 30px auto;
    border-radius: 30px;
    transition: 0.5s;
    border: none;

}
.btn:hover{
    background: var(--text-color2);
}
.btn2:hover{
    background: var(--text-color2);
}

/* ----------------delivery----------------------  */



.product-container{

    width: 100%;

    padding: 50px;
    justify-content: center;
    text-align: center;

}
.product-container h1{
    text-align: center;
    margin: 0 auto 20px;
    position: relative;
    line-height: 60px;
/* animation: appear linear;
animation-timeline: view();
animation-range: entry 0% cover 30%; */
}
.product-container h1::after{
    content: '';
    width: 80px;
    height: 5px;
    background: var(--bg-btn);
    border-radius: 3px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    
}

.product-row{
    width: 80%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin: 20px auto;

}
.product-col-4{
    flex-basis: 24%;
    min-width: 200px;
    transition: 0.5s;


}

.product-col-4 .product-detail p{
    font-size: 15px;
    color: var(--text-color2);
    padding: 5px 0;
    margin: 0;
    
    overflow-x: hidden;
    
    line-height: 1rem;
}
.product-col-4 .product-detail p{
    font-size: 15px;
    color: var(--text-color2);
    padding: 5px 0;
    margin: 0;
    line-height: 1rem;
    
}

.product-col-4 img{
    width: 100%;
}
.product-col-4:hover{
    transform: translateY(-5px);
}
 .product-col-4{
          position: relative;
        }
        .pl{
          position: absolute;
          top: 5px;
          left: 5px;
          background: gold;
          font-size: 10px;
          font-weight: bold;
          color: #222;
          padding: 5px;
          border-radius: 5px;
        }
        .product-detail a{
        text-align: center;
        }
/* ---------------service area---------------- */
/* ---------------service area---------------- */
.service-container{
    width: 100%;
    padding: 20px 0;
    background: var(--bg2);
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.s-row{
    width: 50%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.s-row .col-2{
    flex-basis: 50%;
    min-width: 300px;
    margin: 0 auto;
    text-align: center;
animation: appear linear;
animation-timeline: view();
animation-range: entry 0% cover 50%;

}
.product-col-4 .product-detail #actual-price{
  color: #555;
}
/* ====================feedback==================== */
/* ====================feedback==================== */
.feedback{
    max-width: 900px;
    margin: 100px auto 50px;
    padding: 0 20px;
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    justify-content: space-around;
    gap: 15px;
}
.feedback .col-3{
    padding: 10px;
    flex-basis: 30%;
    min-width: 250px;
    margin-bottom: 20px;
    box-shadow: var(--shadow);
    
}


.fa-quote-left{
    font-size: 25px;
    color: #ff523b;
}
.feedback .col-3 i{
    color: var(--bg-btn);
}
.feedback .col-3 .info p{
    font-size: 15px;
      padding: 10px 5px;
      color: #555;
          display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3; /* Limits the text to 3 lines */
    overflow: hidden; /* Hides the overflowed content */
    text-overflow: ellipsis; /* Optional: adds "..." at the end of the visible content */
    line-height: 1.5; /* Adjust line height as needed */
    max-height: calc(1.5em * 4); /* Limits the height to 3 lines, with 1.5em line height */

}
.feedback .col-3 h3{
    color: #333;
}
.feedback .col-3 .info{
    height: 100px;
    overflow: hidden;
}
.feedback .col-3:hover{
    transform: translateY(-5px);
}

/* ===================footer==================== */
/* ===================footer==================== */
footer{
    background: rgb(24, 23, 23);

}
footer .f-row{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 20px 20px 0;
}
footer .f-row input ,textarea{
    margin-bottom: 10px;
}

footer a{
color: #999;
}
 
footer .f-col-4{
    flex-basis: 24%;
    display: flex;
    flex-direction: column;
    padding: 20px;


}
footer .f-col-4 h2,footer.f-col-4 h3{
    color: #fff;
    margin-bottom: 10px;
}

footer .f-logo{
    margin-bottom: 10px;
    width: 100%;
}
.social{
    display: flex;
    justify-content: center;
}
.social i {
    padding: 10px;
    margin: 5px;
    text-align: center;
    border: #555 solid 1px;
    border-radius: 5px;
}
footer .f-logo{
    max-width: 250px;
}
.f-logo2{
    display: flex;
    justify-content: center;align-items: center;
}.f-logo2 img{
  width: 100%;
    max-width: 250px;
}
footer .copy{
    width: 100%;
    background: black;
    color: #999;
    text-align: center;
    margin: 0;
}

/* =================================shop banner======================================== */
/* =================================shop banner======================================== */
.shop-banner-container{
    width: 100%;
    margin-bottom: 50px;
}
.shop-banner{
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    box-shadow: var(--shadow);
    min-height: 200px;
    justify-content: space-between;
    align-items: center;
    background: rgb(32, 32, 32)
}
.b-col{
    flex-basis: 100%;
    padding: 20px;
    display: flex;
    color: #999;
    align-items: center;
}
.b-col h1{
    font-size: 100px;
}
.b-col p{
    font-size: 20px;
    color: coral;
}
.b-search{
    justify-content: right;
}
.b-col input{
    padding: 10px;
    border-radius: 5px;
    border: none;
    outline: none;
}
.s-btn{
    color: white;
    background: rgb(71, 70, 70);
}
.s-btn:hover{
    color: #ff523b;
    background: black;
}
.add-to-cart{
  padding: 5px;
  background: #222;
  border-radius: 5px;
  color: #fff;
  border: none;
}

/* =============================== shop category btn=========================== */
/* =============================== shop category btn=========================== */
.cat-area{
    width: 100%;
}
.cat-slider{
    width: 100%;
    overflow-x: scroll;
}
.cat-slider::-webkit-scrollbar{
    display: none;
}
.cat-wrap{
    display: flex;
    width: 100%;
}
.cat{
    padding: 10px;
    display: flex;
    font-size: 20px;
    margin: 5px 10px;
    box-shadow: lightgray 2px 2px 7px;
    border-radius: 10px;
    width: 100%;
    text-align: center;
    align-items: center;
    transition: 0.5s;
}
.cat:hover{
    transform: translateY(-5px);
    color: #ff523b;
}
.cat:hover p{
    color: #ff523b;
}
.cat img{
    height: 30px;
    margin-right: 5px;
}
/* =================================products=========================== */
/* =================================products=========================== */
.shop-cat-header{
    text-align-last: left;
    color: var(--text-color2);
}
.shop-cat-header{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 10px;
}
.shop-cat-header h1:after{
    display: none;
}
.shop-cat-header h1{
    width: 100%;

}
.shop-cat-header select,.shop-cat-header input{
    padding: 10px;
    border-radius: 5px;
    outline: none;
}
.actual-price{
  color: #999;
}

@keyframes appear{
  from{
    opacity: 0;
    transform: scale(0.2);
  }
  to{
    opacity: 1;
    transform: scale(1);
  }
}


@keyframes show{
  100%{
    opacity: 1;
    transform: scale(1);
  }
}










/* ----------media query--------------------- */
/* ----------media query--------------------- */
@media (max-width: 1000px){
    
    .product-container{
        padding: 50px 0;
    }
    .product-row{
        width: 100%;
        justify-content: center;
    }
    .product-col-4{
        margin: 10px auto;
        min-width: 200px;
    }
    .delivery{
        padding: 10px;
    }
    .grid3{
        gap: 0;
        justify-content: space-between;
    }
    .grid3 .g-col{
        flex-basis: 30%;
        min-width: 150px;
    }
    .grid3 .g-col img{
        flex-basis: 30%;
        margin-right: 10px;
    }
    a{
    text-align: left;
    }
    
.fa-bars,.fa-times{
        display: inline-block;
    }
    .container{
        width: 100%;
        padding: 0 5px;
    }
}
/* ----------media query--------------------- */
/* ----------media query--------------------- */
@media (max-width: 600px){
    .fa-bars,.fa-times{
        display: inline-block;
    }
    .navbar{
        display: none;
    }
    .grid3 .g-col{
        flex-basis: 100%;
        min-width: 150px;
    }
    .product-container{
        padding: 50px 0;
    }
    .product-row{
        width: 100%;
        justify-content: center;
    }
    .product-col-4{
        margin: 10px auto;
        min-width: 180px;
    }
    
    .container{
        width: 100%;
        padding: 0 5px;
    }
    .feedback .col-3{
        flex-basis: 100%;
    }
    /* ==================footer============= */
    footer .f-row{
        padding: 0;
    }
    footer .f-col-4{
        flex-basis: 100%;
    }
   
}

