*{
    box-sizing: border-box;
    margin:0px;
    padding:0px;
}
body{
    font-family: "Montserrat", serif;

}
img.logo-img {
    width: 10%;
}

.header .btn{
    background: #ec1923;
    color: #fff;
    border: none;
    font-size: 16px;
    font-weight: 400;
}
.header a.nav-link {
    font-size: 16px;
    color: #2f2f2f;
    font-weight: 500;
}

.header ul{
    gap:24px;
}

.categories{
    margin-top: 40px;
    margin-bottom: 40px;
}

.cards img {
    width: 70% !important;
}


.cards {
    /* background: red; */
    height: 207px;
    justify-content: space-between;
    /* box-shadow: 0px 0px 12px #ccc; */
    padding: 20px;
    gap: 14px;
    float: left;
    border: 1px solid #ECEFF1;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    box-shadow: 0 0 20px inset #00000066;
}
.cards-product {
    float: left;
}

.cards h4{
    font-size: 16px;
    font-weight: 600;
}
h3{
    font-size: 22px;
    font-weight: 600;
}


.carousel-caption {
    position: absolute;
    right: unset;
    bottom: 23%;
    left: 13%;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #fff;
    text-align: center;
  
}

.carousel-caption h5{
    font-size: 30px;
    color: #fff;
    font-weight: bolder;
}

.second-slider {
  
    right: 0px !important;
    bottom: 61%;
    left: 0px;
  
}

div#carouselExamplecard {
    width: 100%;
}

div#carouselExamplecard .carousel-item {
    display: flex;
    justify-content: center;
    gap: 54px;
}


.card {
    width: 19%;

}

/*.card-img-overlay {
   
    display: flex;
    align-items: center;
    justify-content: center;
}*/

.card-img-overlay {
   /* display: flex;
    align-items: center;
    justify-content: center;*/
    background-color: #0000005e;
}

.overlay-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}
.bottom-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
h5.card-title {
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    margin:0px;
}

.best-sellers{
    margin-bottom: 40px;
}


.ad-banner1{
    background-image: url(image/Background.png);
    background-size: cover;
    height: 350px;
    width:38% !important;
    border-radius: 8px;
    display: flex
;
    flex-direction: column;
    align-items: end;
    padding: 52px !important;
}

.ad-banner3{
    background-image: url(image/tasty-vegetarian-pizza-on-dark-background-3W9XHQ2-min.jpg);
    background-size: cover;
    height: 200px;
    width:100% !important;
    border-radius: 8px;
    display: flex
;
    flex-direction: column;
    align-items: end;
    padding: 52px !important;
}


.ad-banner2{
    background-image: url(image/Background\ \(1\).png);
    background-size: cover;
    height: 350px;
    width:60% !important;
    border-radius: 8px;
    display: flex
;
    flex-direction: column;
    align-items: end;
    padding: 52px !important;
}


button.btn.order {
    background: #ec1923;
    color: #fff;
    border: none;
    font-size: 16px;
    font-weight: 400;
}

.last-banner{
    margin-bottom: 40px;
}




.bg-banner {
    background: #F5F8FD;
    padding:20px;
    border-top: 2px solid #ec1923;
    border-radius: 20px;
    border-bottom: 2px solid #ec1923;
}

.quality-li-center{
    position: relative;
}
.quality-li-center:before{
    content: "";
    position: absolute;
    width: 1px;
    height: 100%;
    left: 0px;
    top: 0px;
    background-image: linear-gradient(to top, rgba(255, 0, 0, 0), #ec1923, rgba(255, 0, 0, 0));
}

.quality-li-center:after{
content: "";
    position: absolute;
    width: 1px;
    height: 100%;
    right: 0px;
    top: 0px;
    background-image: linear-gradient(to top, rgba(255, 0, 0, 0), #ec1923, rgba(255, 0, 0, 0));
}
.bg-red h4{
    font-size: 16px;
    font-weight: 600;
    margin-top: 20px;
    margin-bottom: 5px;

}

.bg-red p{
    font-size: 14px;
    line-height: 1.5rem;
    padding:20px;
}
.about p{
    font-size: 14px;
}

.about h4{
    font-size: 14px;
    font-weight: 600;
    color: #ec1923;
}

.about h1{
    font-size: 23px;
    font-weight: 600;
}

.col-md-12.custom-images {
    display: flex;
 
    
    height: 370px;
    justify-content: space-between;
    margin-top: 20px;

}

.custom-images{
    border-radius: 10px;
    margin-bottom: 80px;
}


.custom-image-1{
    background-image: url("image/01-2.jpg.png");
    margin-top: 50px;
    border-radius: 10px;
    background-size: cover;
    padding: 18px;
    width:24%;
}

.custom-image-2{
    background-image: url("image/03.png.png");
    margin-bottom: 50px;
    border-radius: 10px;
    background-size: cover;
    padding: 30px;
    width:24%;
}

.custom-image-3{
    background-image: url("image/02-2.jpg.png");
    margin-top: 50px;
    border-radius: 10px;
    background-size: cover;
    padding: 30px;
    width:24%;
}

.custom-image-4{
    background-image: url("image/Background (4).png");
    margin-bottom: 50px;
    border-radius: 10px;
    background-size: cover;
    padding: 30px;
    width:24%;
}


.image-content button {
    background: #ec1923;
    color: #fff;
    border: none;
    font-size: 16px;
    font-weight: 400;
    padding: 10px;
    border-radius: 6px;
    width: 100%;
}

.image-content {
    height: 100%;
    border: 1px solid #ec1923;
    display: flex;
    justify-content: center;
    align-items: end;
    border-radius: 6px;
}

section.footer-section {
    background-image: url(image/Group\ 1\ \(7\).png);
    padding: 50px;
    position: relative;
  
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
}

.first-footer {
    padding: 43px;
    background: #fff;
    border-radius: 20px;
    border: 1px solid #ec1923;
}

/* 
section.footer-section:after {
    content: "";
    position: absolute;
    background-image: url(image/footer-left.png.png);
    z-index: 999999;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    top: 0;
    left: 0;
}

section.footer-section:before {
    content: "";
    position: absolute;
    background-image: url(image/Container.png);
    z-index: 999999;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    top: 0;
    left: 0;
} */


section.footer-section h4, section.footer-section h3{
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 25px;
}
section.footer-section p, section.footer-section li{
    font-size: 14px;
}

section.footer-section li{
    list-style: none;
    text-align: center;
}

section.footer-section h3{
    text-align: center;
}

section.footer-section  ul{
    padding: 0px;
    line-height: 34px;
}

.icons img{
    width: 30px;
}

.icons {
    text-align: center;
    gap: 15px;
    display: flex;
    justify-content: center;
}

.custom_form.d-flex {
    gap: 20px;
    margin-top: 15px;
    margin-bottom: 43px;
}
a.btn.download-btn {
    background: #ec1923;
    color: #fff;
    border: none;
    font-size: 16px;
    font-weight: 400;
}

.header-top{
    background-color: #fff;
}


.top-content span{
        color: #fff;
    border: 1px solid #fff;
    border-radius: 50px;
    padding: 3px 10px;
    font-size: 13px;
}
.top-content {
    display: flex;
    gap: 20px;
    align-items: center;
}

.bottom-content button {
    background: #ec1923;
    color: #fff;
    border: none;
    font-size: 16px;
    font-weight: 400;
    padding: 2px 10px;
    border-radius: 6px;
}

.container.review-bg {
    background-image: url(image/lp-bg.png);
    background-size: cover;
    padding: 38px 25px;
    margin-bottom: 60px;
    background-color: #ECEFF1;
    border-radius: 6px;
 
    background-repeat: no-repeat;
}
.review-bg .row{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
   
    height: 100%;
}
.review-bg  .carousel-caption{
    position: unset !important;
}

.review-bg p{
        color: #000;
    font-size: 14px;
}


.review-bg  .carousel-caption {
    position: unset !important;
    border: 1px solid #90A4AE;
    padding: 12px 20px;
    border-radius: 16px;
}

.review-bg h2{
        font-size: 23px;
        margin-top:10px;
    font-weight: 600;
    margin-bottom: 15px;
}
.review-bg span {
    font-size: 14px;
    font-weight: 600;
    color: #ec1923;
}

.carousel-indicators [data-bs-target] {
   
    background-color: #ec1923;
   
   
}
p.review-name.text-start {
    font-size: 14px;
    font-weight: 700;
    color: #000;
}

section.left-pizza {
    position: relative;
}


/*.left-pizza:after{

content:adsff;
position: absolute;
}*/

img.right-image {
    
    position: fixed;
    bottom: 0;
    left: 0;
    width: 13%;
    z-index: -1;
    top:34%;
        opacity: 0.2;
}

img.left-image {
  
    position: fixed;
    bottom: 0;
    right: 0;
    width: 13%;
    z-index: -1;
    top:34%;
        opacity: 0.2;
}

.banner  img{
        height: 450px;
    object-fit: cover;
}

.banner  .carousel-caption{
    padding-left: 123px;
}
@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1200px;
}
}




.bg-banner  img{
    width:15%;
}

.offer-img {
    background-image: url(image/offer-img.png);
    width: 32% !important;
    padding: 20px;
    background-size: cover;
    background-repeat: no-repeat;
    height: 154px;
    border-radius: 20px;
}

.offer-img h4{
    font-size: 16px;
    font-weight: 600;
}
.offer-img p{
    font-size: 14px;
}

.offer-img span{
        color: #ec1923;
    border: 1px dashed #ec1923;
    border-radius: 50px;
    padding: 3px 10px;
    font-size: 13px;
}

.top-sapce .carousel-control-next-icon, .top-sapce .carousel-control-prev-icon {
    background-color: #ec1923;
}
.top-sapce .carousel-control-next, .top-sapce .carousel-control-prev{
    width:auto !important;
}


.categories .carousel-control-next-icon, .categories .carousel-control-prev-icon {
    background-color: #ec1923;
}
.categories .carousel-control-next, .categories .carousel-control-prev{
    width:auto !important;
}


.footer-section  .logo-img{
    width: 50%;
}


@media(max-width:767px){
    .card {
    width: 100%;
}
.offer-img{
    width:100%;
    margin-bottom: 10px;
}
.bg-banner {
  
    flex-wrap: wrap;
}
.quality-li-center:before, .quality-li-center:after{
    position: unset;
}
}