@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;
}
:root
{
    --bg-danger:#f63440;
    --bg-white:#ffffff;
    --bg-light-white:#f5f5f5;


    --primary-font:"Poppins",sans-serif;
    --text-danger:#f63440;
    --text-white:#ffffff;
    --text-black:#131313;
    --text-gray:#aaa;
    --text-dark-gray:#777;
}
body{
    font-family: var(--primary-font);
    background-color: var(--bg-white);
    color: var(--text-black);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.75rem;
    overflow-x: hidden;
}
a{
    text-decoration: none!important;
}
a,a:hover
{
    text-decoration: none;
}
p{
    margin: 0;
}
.btn-danger
{
    background-color: var(--bg-danger)!important;
    border-color:var(--bg-danger) !important;
    padding: .8rem 1.5rem!important;
    font-size: 16px!important;
    font-weight: 500!important;
}
.btn-danger:hover
{
    color: var(--text-danger)!important;
    background-color: transparent!important;
}
/* nav */
 .fixed-top
{
    box-shadow:0 1px 16px rgba(0, 0, 0, 0.2);

}
.nav-link
{
    font-size: 1.2rem!important;
}
.navbar-nav .nav-item .nav-link
{
    color: black;
    padding:16px 16px;
    text-align: center;
}
.nav-link:hover
{
color: var(--text-danger)!important;
}
.navbar-toggler:focus
{
    box-shadow: none!important;
}
.backgroundimg1
{
    background-image: url(slide1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    /* height:92vh; */
    height: 680px;
    background-position: 90% center;
}
.backgroundimg1 h1{
    font-size: 50px;
}
.backtxt
{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-120%,10%);
    /* margin: 261px 0 0px 175px; */
}
.backgroundimg2
{
    background-image: url(slide2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    /* height: 92vh; */
    height: 680px;
    background-position: 90% center;
}
.backgroundimg2 h1{
    font-size: 50px;
}
.than
{
    color: var(--text-danger)!important;
    font-size: 40px;
}
/* home */
.home .carousel-indicators [data-bs-target]
{
background-color: var(--bg-danger);
width: 34px;
height:4px;
}
/* offers */
.offers
{
    padding-top: 9rem;
}
.offers .offer-box .innerimg::before
{
position: absolute;
content: '';
top:0;
left: -100%;
z-index: 2;
display: block;
width: 50%;
height: 100%;
/* background: -webkit-linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,0.3) 100%); */
background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,0.3) 100%);
transform: skewX(-25deg);
}
.offers .offer-box .innerimg::before{
    transform:scale(1);
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.offers .offer-box:hover  .innerimg::before
{

    animation: shineeffect 1s ;
}
@keyframes shineeffect {
    100%
    {
        left: 150%;
        transform: skewX(-65deg);
    }
}
.overlayeffect::before
{content:'';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 1;
}
.offers .offer-box .offertxt
{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 1;
    transition: 1s ease-out;

}
.offers .offer-box .offertxt .offerheading
{
    font-size: 4.5rem;
    line-height: 1;
    text-transform: uppercase;
    font-weight:400;
    margin-bottom: 40px;
    color: var(--text-white);
}
.offers .offer-box .offertxt .offertxt
{
    font-size: 1.3rem;

    letter-spacing: 2px;
    font-weight:300;
    color: var(--text-white);
}
/* .shop
{
    background-color: transparent!important;
    color: var(--text-danger)!important;
}
.shop:hover
{
    background-color: var(--bg-danger)!important;
    color: var(--text-white)!important;
  

} */
.offers .offer-box .offertxt .btn-outline-danger
{
    color: var(--text-white);
    background-color: transparent;
    border-color: var(--text-white);
    transition: all .3s ease-in-out;
}
.offers .offer-box .offertxt .btn-outline-danger:hover
{
border-color: var(--bg-danger)!important;
background-color:var(--bg-danger)!important;
color: var(--text-white);
}
/* products */
.products
{
    padding-top: 9px;
}
.products a
{
    color: var(--text-black);
}
.product-list .productimg img{
    transition:  all 1s ease-in-out;

}
.product-list .productimg  .pimg2sec
{
    opacity: 0;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.product-list .productimg:hover .pimg2sec
{
    opacity: 1;

}
.product-list .productimg .sale
{
    background-color: var(--bg-danger);
    border-radius: 6px;
    color: var(--text-white);
    font-size: 14px;
    line-height:20px ;
    padding: 6px 16px;
    text-transform: uppercase;
    position: absolute;
    left: 16px;
   top: 28px;
   z-index: 1;
}
.procductsname h3{
    font-size: 20px;
    color: var(--text-black);
    transition: all .3s ease-in-out;
}
.procductsname h3:hover
{
    color: var(--text-danger);
}
.amount
{
font-weight: 500;
color: var(--text-danger);
}
del
{
    color: gray;
}
.add
{
    transition: all .3s ease-in-out;
    font-weight: 500;
    padding-top:10px ;
    font-size: 20px;
}
.add:hover
{
    color: var(--text-danger);
}
.upto
{
    position: relative;
}
.upto::before
{
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
width: 100%;
height: 100%;
z-index:2;
cursor: pointer;
transition: .5s;
}
.upto img
{
    transition: .5s;
}
.upto img:hover
{transform: scale(1.1);
}
.uptotxt h2
{
    color: var(--text-white);
    font-size: 26px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
/* special */
.special
{
    padding: 6rem 0;
    background-color: var(--bg-light-white);
}
.count-down
{
    padding: 5rem;
}
.count-down p
{
    color: var(--text-dark-gray);
    font-weight: 400;
    line-height: 1.8rem;
}
.count-down-counter
{
display: block;
/* margin: 0 0 14px 0; */
margin: 0;
margin-bottom: 1.8rem;
padding: 0;
width: 100%;
}
.count-down-counter li{
    display: inline-block;
    font-size: .875rem;
    font-weight: bold;
    text-align: center;
    background-color: var(--bg-white);
    border-radius: 0.313rem;
    padding: 1rem 1rem;
    width: 20%;
    margin: 0 0.313rem;
}
.count-down-price del
{
    color: var(--text-gray);
    font-size: 1rem;
}
.special-img span
{
    background-color: var(--bg-danger);
    border-radius: 6px;
    color: var(--text-white);
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 4px;
    line-height: 20px;
    padding: 10px 14px;
    position: absolute;
    left: 16px;
    top: 22px;
    z-index:2;
}
/* testimonial */
.testimonial .testimonial-wrapper
{
    box-shadow: 0px 0px 0px 10px  rgba(0, 0, 0, 0.2);

    background-color: var(--bg-white);
    margin: auto;
    padding: 1rem 5rem;
    border:  .2px solid gainsboro;
}
/* .testimonial .testimonial-wrapper img
{

border-radius: 100%;


margin: 1.25rem;
object-fit: cover;
background-color: var(--bg-white);
border: 1px solid var(--bg-light-white);
} */
/* contact */
.contact
{
    padding: 4rem 0;
    background-color: var(--bg-light-white);
    margin-top: 80px;
}
.form-style
{
    margin-bottom: 1rem;;
}
.form-control

{
    height: 3rem;
    padding: 13px 26px;
    border: none;
    font-size: 1rem;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}
.textarea
{
    width: 100%;
    /* height: 6rem;  */
    padding:16px 26px;
    border: none;
    font-size: 1rem;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
    margin-top: 14px;
    border-radius: 0.375rem;
}
/* footer */
.end
{
    background-color: var(--bg-danger);
    color: var(--text-white);
    /* padding: 20px; */
}
.end a{
    color: var(--text-white); 
}
.form-control:focus
{
    /* outline:none ; */
    border-color:rgb(255, 109, 109)!important ;
    box-shadow: 0 0 0 0.25rem rgb(255, 92, 92)!important;
}
.textarea:focus
{outline: none;
    /* border-color:rgb(255, 109, 109)!important ; */
    box-shadow: 0 0 0 0.25rem rgb(255, 92, 92)!important;
}