*{
    margin:0;
    padding:0;
}

/* navigation css--------------*/
#header .fixed-top{
    box-shadow: 0 0.125rem 0.675rem rgba(0 0 0 / 5%);

}

/*-------home css---------*/
.carousel-item{
    position: relative;
}
.home-banner-text{
    position: absolute;
    top:30%;
    left:25%;
} 
.home-banner-text h1{
    font-size: 6rem;
}

/*--------pop up color----------*/
.home-banner-text .btn-danger{
    background:transparent;
    border-color:black;
    color:black;
    padding:0.8rem 1.5rem;
    font-size: 1rem;
    font-weight: 500;
}

.btn-danger:hover{
    color:white;
    background:crimson;
}

.home .carousel-indicators [data-bs-target]{
    background-color: crimson;
    width:2.5rem;
    height:0.313rem;
}

/* offer css---------------*/
.offers{
    padding-top:8.75rem;

}
.offers .offer-box .offer-image{
    position: relative;
    overflow: hidden;
}


.offers .offer-overlay::before{
    content: '';
    position: absolute;
    top: 0%;
    left: 0%;
    right: 0%;
    bottom: 0%;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.3);
}
.offers .offer-box .offer-info{
    position: absolute;
    top:0;
    left: 0%;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items:center ;
    z-index: 1;
}
.offers .offer-box .offer-info .heading-bigger{
    font-size: 4.300rem;
    line-height: 1;
    text-transform: uppercase;
    font-weight: 400;
    color:white;
}
.offers .offer-box .offer-info .offer-title-1{
    color:white;
    font-size:1.125rem;
    font-weight:300;
    margin-bottom: 0;
    letter-spacing: 2px;
}
.offers .offer-box .offer-info .btn-outline-danger{
    color:white;
    border-color: white;
}

/*--------------------------------------product css------------------------------------------------------------------*/
.products{
    padding-top:8.75rem ;
}
.headline h2::before{
    content: '';
    width:30%;
    height: 0.125rem;
    background-color:crimson ;
    position: absolute;
    bottom:0;
    transform: translate(-50%,50%);
    border-radius:0.625rem;
    left:50%;
}
.products a{
    text-decoration: none;
    color: black;
}
.product-list .product-image .sale{
    background: crimson;
    border-radius:0.813rem;
    color:white;
    font-size:0.813rem;
    padding:0.125rem 0.813rem;
    text-transform: uppercase;
    letter-spacing:0.125rem;
    line-height: 1.563rem;
    position: absolute;
    left:1rem;
    top:1rem;
    z-index: 99;
}
.product-list .product-name h3{
    font-size: 1.125rem;
    color:black;
    transition:all 0.3sec ease 0s;
}
.product-list .product-name h3:hover{
    color:crimson;
}
.product-list .product-name .amount{
    color:crimson;
    font-weight: 500;
}
.product-list .product-name .amount del{
    color: grey;
}
.product-list .product-name .ti-star{
    color:grey;
}
.product-list .product-name .ti-star .active{
    color:crimson;
}
.product-list .product-name .BUTTONS{
    background: transparent;
    border: none;
    font-size:1.2rem;
    font-weight: 500;
    transition: all 0.3s ease 0s;

}
.product-list .product-name .BUTTONS:hover{
    color:crimson;
}

/*----------up to 75% offer-----------*/
.products  .up_to_off{
    position: relative;
}
.products  .up_to_off::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background:rgba(0,0,0,0.2);
    z-index:2;
    cursor: pointer;
    transition:0.5s ;
}
.products  .up_to_off img{
    transition:0.5s ;
}
.products  .up_to_off:hover img{
    transform: scale(1.1);
}
.products  .up_to_content h2{
    color:white;
    font-size: 1.625rem;
    position: absolute;
    top:50%;
    left:50%;
    transform: translate(-50%, -50%);
    z-index: 3;

}

/*----special css------*/
.special{
    padding:6rem 0;
    background:lightgrey;
}
.special .countdown-container{
    padding-top:4.37rem;
}
.special .countdown-container p{
    color:darkslategrey;
    font-weight: 300;
    line-height: 1.87rem;

}
.special .countdown-container .countdown-counter{
    display:block;
    width: 100%;
    margin: 0;
    padding: 0;
    margin-bottom: 1.87rem;
}
.special .countdown-container .countdown-counter li{
    display: inline-block;
    font-size: 0.875rem;
    font-weight:bold;
    text-align: center;
    background: white;
    padding:1.3rem 1rem;
    margin:0 0.313rem;
    width:15%;
}
.special .countdown-container .countdown-counter li span{
    font-weight: 500;
}
.special .countdown-container .countdown-price del{
    color:grey;
    font-size: 1rem;
}
.special .special-img span{
    background: crimson;
    border-radius:0.313rem ;
    color:white;
    font-size:0.813rem;
    letter-spacing:0.125rem;
    padding:0.125rem 0.813rem;
    text-transform: uppercase;
    position: absolute;
    left:1rem;
    top:1.188rem;
    z-index:99;
}

/*----testimonials css------*/
.testimonials{
    padding: 5rem 0 8rem;
}
.testimonial  .testimonial-wrapper{

}
.testimonials  .testimonial-wrapper img{
    border-radius: 100%;
    height: 5rem;
    width: 5rem;
    object-fit:cover;
    background-color: white;
    border:1px solid lightgrey;
    margin: 1.25rem auto;
}
.testimonials .testimonial-wrapper span{
    color:grey;
    font-size:1rem;
    text-transform: uppercase;
    margin:1rem 0;
    display:block;
}
.testimonials .testimonial-wrapper p{
    color:grey;
    font-size:0.875rem;
    font-weight: 300;

}
.testimonials .carousel-indicators [data-bs-target]{
    background-color: crimson;
    width:2rem;
    height: 0.313rem;
}
.testimonaials .carousel-control-next-icon,
.testimonaials .carousel-control-prev-icon{
    color:transparent;
}
.testimonials .carousel-indicators{
    bottom:-3rem;
}
.testimonaials .slider-icon{
    font-size: 3rem;
    font-weight: 500;
    color:crimson;
}
/*--------contact section---------*/
.contact{
    padding:4rem 0;
    background-color:lightgrey;
}
.contact .info i{
    margin:15px;
    font-size:1.5rem;
}
.contact .info p{
    color:black;
    font-weight:400;
}
.contact .form-group{
    margin-bottom:1.5rem;
}
.contact .form-control{
    height:3.75rem;
    padding:0.375rem 0.875rem;
    border:none;
    font-size:1rem;
    box-shadow: 0 0.875rem 1.25rem 0 rgba(0 0 0 / 12%);
}
.contact .textarea{
    width: 100%;
    border-radius: 0.25rem;
    padding:0.75rem 1.875rem;
    border:none;
    font-size:1rem;
    margin-top: 0.315rem;
    box-shadow: 0 0.875rem 1.25rem 0 rgba(0 0 0 / 12%);


}
.contact .textarea:focus{
    outline:none;
    border:none
}

/*--------footer section---------*/
.copyright{
    background: crimson;
}
.copyright p,
.copyright a{
    color:white;
    text-decoration: none;
}
/*---------scroll back to top----------*/
#scrollUp{
    position: fixed;
    right:2%;
    bottom: 3%;
    height: 2.8rem;
    width: 2.5rem;
    border-radius: 0.25rem;
    text-align:center;
    cursor:pointer;
    z-index:500;
    display:none;
    -webkit-transition:all 0.4sec ease-in-out 0s;
    transition:all 0.4sec ease-in-out 0s;
    background: crimson;
}

#scrollUp span{
    line-height: 2.675rem;
}
#scrollUp.scrollActive{
    display:block;

}






















