.navbar-bg {
    background-color: #f4f1ea;
    height: 95px;
}



.nav-book-button {
    background-color: #f01543;
    outline: none;
    border: none;
    border-radius: 30px;
    height: 58px;
    padding: 15px;
    color: white;
    font-family: ZCOOL XiaoWei;
    align-items: center;
    transition: 0.5s ease-in-out;

}

.nav-book-button:hover {
    background-color: #0F1833;
}

.hero-order-button {
    background-color: #d30000;
    outline: none;
    border: none;
    border-radius: 30px;
    height: 58px;
    padding: 15px;
    color: white;
    font-family: ZCOOL XiaoWei;
    align-items: center;
    transition: 0.5s ease-in-out;
}

.hero-order-button:hover {
    background-color: white;
    color: black;
}

.navbar a {
    padding: 27px;
    font-size: 15px;
    font-family: "Work Sans", sans-serif;
    color: black;
    transition: 0.5s;
}

.nav-link:hover {
    color: #d30000;
}

.off-canvas-menu-items {
    border-bottom: 1px solid #E7E7EC;
    padding: 10px 0;
}


@media (max-width: 1400px) {
    .navbar-icons-xxl-screen {
        display: none;
    }
}

@media (max-width: 1200px) {
    .navbar-button-xl-screen {
        display: none;
    }
}

@media (max-width: 1200px) {
    .navbar-button-xl-screen {
        display: none;
    }
}

.hero-section {
    background-color: #0e1730;
    width: 100%;

    position: relative;
    height: auto;
}

.hero-section-left-top-image {
    position: absolute;
    left: 0;
    top: 0;
}

.hero-section-left-bottom-image {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
}

.hero-section-top-center-image {
    position: absolute;
    left: 25%;
    top: 0;

}

.hero-section-bottom-center-image {
    position: absolute;
    right: 20%;
    bottom: 0;


}

.hero-section-top-right-image {
    position: absolute;
    right: 0%;
    top: 0;

}

.hero-section-right-bottom-image {
    position: absolute;
    right: 0;
    bottom: 0;

}

.hero-section-right-bottom-back-image {
    position: absolute;
    right: 0;
    bottom: 0;

}

.hero-section-left-top-back-image {
    position: absolute;
    left: 0;
    top: 0;


}

.hero-section-center-rope-image {
    position: absolute;
    left: 25%;
    bottom: 20%;
    left: 30%;
    top: 50%;

}

.hero-section-center-hotdog-image {
    position: absolute;
    left: 25%;
    bottom: 20%;


}

@media (max-width: 576px) {
    .hero-section {
        padding: 80px 0px;
    }

    .hero-title {
        color: white;
        font-size: 45px;
        line-height: 45px;
        font-family: 'ZCOOL XiaoWei', serif;
    }

    .hero-section-left-top-image {
        display: none;
    }

    .hero-section-left-bottom-image {
        display: none;
    }

    .hero-section-top-center-image {
        display: none;

    }

    .hero-section-bottom-center-image {
        display: none;

    }

    .hero-section-top-right-image {
        display: none;

    }

    .hero-section-right-bottom-image {
        display: none;
    }

    .hero-section-right-bottom-back-image {
        display: none;

    }

    .hero-section-left-top-back-image {
        display: none;
    }
}

@media (min-width: 576px) {
    .hero-section {
        padding: 100px 0px;
    }

    .hero-title {
        color: white;
        font-size: 50px;
        line-height: 50px;
        font-family: 'ZCOOL XiaoWei', serif;
    }

    .hero-section-left-top-image {
        display: none;
    }

    .hero-section-left-bottom-image {
        display: none;
    }

    .hero-section-top-center-image {
        display: none;

    }

    .hero-section-bottom-center-image {
        display: none;

    }

    .hero-section-top-right-image {
        display: none;

    }

    .hero-section-right-bottom-image {
        display: none;
    }

    .hero-section-right-bottom-back-image {
        display: none;

    }

    .hero-section-left-top-back-image {
        display: none;
    }
}

@media (min-width: 768px) {
    .hero-section {
        padding: 200px 0px;
    }

    .hero-title {
        color: white;
        font-size: 56px;
        line-height: 56px;
        font-family: 'ZCOOL XiaoWei', serif;
    }

    .hero-section-left-top-image {
        display: block;
    }

    .hero-section-left-bottom-image {
        display: block;
    }

    .hero-section-top-center-image {
        display: none;
    }

    .hero-section-bottom-center-image {
        display: none;
    }

    .hero-section-top-right-image {
        display: flex;
        justify-content: end;
    }

    .hero-section-right-bottom-image {
        display: flex;
        justify-content: end;
    }

    .hero-section-right-bottom-back-image {
        display: flex;
        justify-content: end;
    }

    .hero-section-left-top-back-image {
        display: block;
    }

    .img-left-top {
        width: 40%;
    }

    .img-left-top-back {
        width: 42%;
    }

    .img-left-bottom {
        width: 50%;
    }


    .img-right-bottom {
        width: 40%;
    }

    .img-right-bottom-back {
        width: 41%;
    }

    .img-top-center {}

    .img-top-right {
        width: 40%;
    }

    .img-bottom-center {}
}

@media (min-width: 992px) {
    .hero-title {
        color: white;
        font-size: 76px;
        line-height: 76px;
        font-family: 'ZCOOL XiaoWei', serif;
    }

    .hero-section-left-top-image {
        display: block;
    }

    .hero-section-left-bottom-image {
        display: block;
    }

    .hero-section-top-center-image {
        display: block;
    }

    .hero-section-bottom-center-image {
        display: block;
    }

    .hero-section-top-right-image {
        display: flex;
        justify-content: end;
    }

    .hero-section-right-bottom-image {
        display: flex;
        justify-content: end;
    }

    .hero-section-right-bottom-back-image {
        display: flex;
        justify-content: end;
    }

    .hero-section-left-top-back-image {
        display: block;
    }

    .img-left-top {
        width: 60%;
    }

    .img-left-top-back {
        width: 62%;
    }

    .img-left-bottom {
        width: 60%;
    }


    .img-right-bottom {
        width: 61%;
    }

    .img-right-bottom-back {
        width: 62%;
    }

    .img-top-center {
        width: 75%;
    }

    .img-top-right {
        width: 65%;
    }

    .img-bottom-center {
        width: 75%;
    }
}

@media (min-width: 1200px) {
    .hero-section {
        padding: 270px 0px;
    }

    .hero-title {
        color: white;
        font-size: 76px;
        line-height: 76px;
        font-family: 'ZCOOL XiaoWei', serif;
    }

    .hero-section-left-top-image {
        display: block;
    }

    .hero-section-left-bottom-image {
        display: block;
    }

    .hero-section-top-center-image {
        display: block;
    }

    .hero-section-bottom-center-image {
        display: block;
    }

    .hero-section-top-right-image {
        display: flex;
        justify-content: end;
    }

    .hero-section-right-bottom-image {
        display: flex;
        justify-content: end;
    }

    .hero-section-right-bottom-back-image {
        display: flex;
        justify-content: end;
    }

    .hero-section-left-top-back-image {
        display: block;
    }

    .img-left-top {
        width: 80%;
    }

    .img-left-top-back {
        width: 82%;
    }

    .img-left-bottom {
        width: 80%;
    }


    .img-right-bottom {
        width: 80%;
    }

    .img-right-bottom-back {
        width: 82%;
    }

    .img-top-center {
        width: 85%;
    }

    .img-top-right {
        width: 80%;
    }

    .img-bottom-center {
        width: 85%;
    }
}

@media (min-width: 1300px) {
    .hero-title {
        color: white;
        font-size: 92px;
        line-height: 96px;
        font-family: 'ZCOOL XiaoWei', serif;
    }

    .hero-section-left-top-image {
        display: block;
    }

    .hero-section-left-bottom-image {
        display: block;
    }

    .hero-section-top-center-image {
        display: block;
    }

    .hero-section-bottom-center-image {
        display: block;
    }

    .hero-section-top-right-image {
        display: flex;
        justify-content: end;
    }

    .hero-section-right-bottom-image {
        display: flex;
        justify-content: end;
    }

    .hero-section-right-bottom-back-image {
        display: flex;
        justify-content: end;
    }

    .hero-section-left-top-back-image {
        display: block;
    }

    .img-left-top {
        width: 90%;
    }

    .img-left-top-back {
        width: 92%;
    }

    .img-left-bottom {
        width: 90%;
    }


    .img-right-bottom {
        width: 90%;
    }

    .img-right-bottom-back {
        width: 92%;
    }

    .img-top-center {
        width: 95%;
    }

    .img-top-right {
        width: 90%;
    }

    .img-bottom-center {
        width: 95%;
    }
}

@media (min-width: 1400px) {
    .hero-title {
        color: white;
        font-size: 92px;
        line-height: 96px;
        font-family: 'ZCOOL XiaoWei', serif;
    }

    .hero-section-left-top-image {
        display: block;
    }

    .hero-section-left-bottom-image {
        display: block;
    }

    .hero-section-top-center-image {
        display: block;
    }

    .hero-section-bottom-center-image {
        display: block;
    }

    .hero-section-top-right-image {
        display: flex;
        justify-content: end;
    }

    .hero-section-right-bottom-image {
        display: flex;
        justify-content: end;
    }

    .hero-section-right-bottom-back-image {
        display: flex;
        justify-content: end;
    }

    .hero-section-left-top-back-image {
        display: block;
    }

    .img-left-top {
        width: 100%;
    }

    .img-left-top-back {
        width: 100%;
    }

    .img-left-bottom {
        width: 100%;
    }


    .img-right-bottom {
        width: 100%;
    }

    .img-right-bottom-back {
        width: 100%;
    }

    .img-top-center {
        width: 100%;
    }

    .img-top-right {
        width: 100%;
    }

    .img-bottom-center {
        width: 100%;
    }
}

.hero-content {
    color: white;
    position: relative;
    z-index: 9;

}

.banner-content {
    position: relative;
    z-index: 9;
    text-align: center;
}



.hero-paragraph {

    max-width: 700px;
    margin: 20px auto;
    color: white;
    text-align: center;
    font-family: "Work Sans", sans-serif;
}



.section-two-bg {
    background: #f3ecdc;
    padding-top: 120px;
}

.card-group {
    display: flex;
    justify-content: space-between;
    gap: 1px;
}

.card {
    border: 2px solid #ede8da;
    border-radius: 20px;
    background: #ffffff;
    text-align: center;
    padding: 25px 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
    width: 100%;
}

.section-two-cart-items-banner img {
    display: block;
    margin: 0 auto;
}

.card-title {
    font-size: 36px;


    color: #000;
    margin-top: 15px;
    line-height: 1.2;
    font-family: ZCOOL XiaoWei;
}

.section-two-slider-bar-client {
    display: flex;
    justify-content: space-around;
    margin-top: 120px;
    padding-bottom: 120px;
}

.section-three {
    background-color: #ffffff;
    padding-top: 90px;
    padding-bottom: 90px;
}

.section-three-content-subtitle {
    color: #D70000;
    font-family: ZCOOL XiaoWei;
    font-size: 15px;
    line-height: 26px;
    text-transform: uppercase;
    padding-bottom: 10px;
    display: block;
}

.section-three-content-hrading {
    font-size: 48px;
    font-family: ZCOOL XiaoWei;
}

.section-three-paragraph {
    font-family: "Work Sans", sans-serif;
    margin-bottom: 15px;
    color: #4f4f4f;
}

.section-three-check-button {

    background-color: #d30000;
    outline: none;
    border: none;
    border-radius: 30px;
    height: 58px;
    padding: 10px;
    color: white;
    font-family: ZCOOL XiaoWei;
    align-items: center;
    margin-top: 35px;
}

.section-three-col-one {
    align-content: center;
}

.section-three-count-full-col {
    padding-left: 70px;
}

.section-three-count {
    margin-bottom: 40px;

}

.section-three-count-headno {
    font-size: 48px;
    font-family: ZCOOL XiaoWei;
    margin-bottom: 0;
}

@media (min-width: 768px) {
    .container .section-three {
        max-width: 720px;
    }
}

.section-four-bg {
    background-image: url("../images/section-4/background-image.webp");
    position: relative;
    z-index: 2;
}

.section-four-content-subtitle {
    color: white;
    font-family: ZCOOL XiaoWei Regular;
    font-size: 15px;
    line-height: 26px;
    text-transform: uppercase;
    padding-bottom: 10px;
    display: block;
}

.section-four-content-hrading {
    font-size: 60px;
    font-family: ZCOOL XiaoWei;
    color: white;
}

.section-four-paragraph {
    font-family: "Work Sans", sans-serif;
    margin-bottom: 15px;
    color: #4f4f4f;
    color: white;
    margin-top: 30px;
}

.section-four-check-button {

    background-color: #00833e;
    outline: none;
    border: none;
    border-radius: 30px;
    height: 58px;
    padding: auto 5px;
    color: white;
    font-family: ZCOOL XiaoWei;
    align-items: center;
    margin-top: 35px;
    transition: 0.5s ease-in-out;
}

.section-four-check-button:hover {
    background-color: white;
    color: black;
}

.section-five-delivary-area {
    background-color: #f3ecdc;
}


.section-five-delivary-card {
    background: linear-gradient(90deg, #00833E, #001D0E);
    padding: 60px 60px;
    border-radius: 20px;
    margin-top: -235px;
    margin-right: 5px;
    margin-left: 5px;
    position: relative;
    z-index: 3;
}

.section-five-dekivary-shop-button {

    background-color: #d30000;
    outline: none;
    border: none;
    border-radius: 30px;
    height: 58px;
    padding: auto 5px;
    color: white;
    font-family: ZCOOL XiaoWei;
    align-items: center;
    margin-top: 35px;
}

.best-selling-dishes-section {
    padding-top: 110px;
    background-color: #f3ecdc;
    min-height: 922px;
    padding-bottom: 30px;
}

.best-selling-dishes-section-content {}

.best-selling-dishes-section-heading {
    font-family: ZCOOL XiaoWei;
    font-weight: 400;
}

.best-selling-dishes-section-paragraph {
    font-family: Work Sans;
    color: #595959;
}

.best-selling-card-title {
    font-size: 22px;
    font-family: ZCOOL XiaoWei;
}

.best-selling-card-text {
    padding-bottom: 20px;
    padding-top: 10px;
    font-family: Work Sans;
    color: #595959;
}

.best-selling-card-hidden-item {
    margin-top: 35px;
    cursor: pointer;
    transition: 0.5s ease-in-out;
}


.best-selling-card-hidden-item:hover {
    color: #d30000;
}

.best-selling-card {
    transform: scale(1.);
    transition: 0.3s all ease-in-out;
    height: 81%;
    overflow: hidden;
    font-family: ZCOOL XiaoWei;
}

.best-selling-card:hover {
    height: 92%;
    transform: scale(1.04);
}

.food-manu-full-setion {
    background-color: #2d1b19;
    padding-top: 115px;
    padding-bottom: 355px;
}

.food-manu-card-bgone {
    background: linear-gradient(45deg, rgba(63, 33, 25, 0) 10%, rgba(215, 35, 0, 0.31) 140%);
    border: none;
}

.card-img-menu-one {
    width: 275px;
    height: 297px;
}

.food-menu-shop-button {
    background-color: #594947;
    outline: none;
    border: none;
    border-radius: 30px;
    height: 58px;
    padding: auto 5px;
    color: white;
    font-family: ZCOOL XiaoWei;
    align-items: center;
    transition: 0.5s ease-in-out;
    justify-content: start;
    display: flex;

}

.food-menu-shop-button:hover {
    background-color: white;
    color: black;
}

.card-img-menu-two {
    height: auto;
    max-width: 100%;
}

.food-manu-card-bgtwo {
    background: linear-gradient(135deg, rgba(215, 35, 0, 0.31) 5%, rgba(63, 33, 25, 0) 60%);
    border: none;
}

.food-manu-card-content {
    padding: 55px 50px 50px;
    margin-top: 25px;
}

.food-manu-card-title {
    font-size: 36px;
    font-family: ZCOOL XiaoWei;

}

.food-manu-card-details {
    font-family: Work Sans;
    font-size: 16px;
    padding-top: 25px;
    padding-bottom: 45px;
    margin-bottom: 0;
}

.food-manu-card-bg-three {
    background: linear-gradient(45deg, rgba(215, 35, 0, 0.31) 5%, rgba(63, 33, 25, 0) 100%);
    border: none;

}

.menu-burgir {
    overflow: hidden;
}

.food-manu-card-three {
    display: flex;
    flex-direction: row;
    padding: 40px 0;
}

.card-img-top {
    width: auto;
}

.food-manu-card-four-bg {
    background: linear-gradient(45deg, rgba(63, 33, 25, 0) 5%, rgba(215, 35, 0, 0.31) 70%);
    border-radius: 20px;
}

.food-manu-card-four {
    height: 100%;

}

@media (min-width: 576px) {
    .img-pizza-food-menu {
        width: auto;
        height: auto;
    }
}

@media (min-width: 768px) {
    .img-pizza-food-menu {
        width: 336px;
        height: auto;
    }
}

@media (min-width: 992px) {
    .img-pizza-food-menu {
        width: 456px;
        height: auto;
    }
}

@media (min-width: 1200px) {
    .img-pizza-food-menu {
        width: 641px;
        height: auto;
    }
}

@media (min-width: 1300px) {
    .img-pizza-food-menu {
        width: 725px;
        height: auto;
    }
}

@media (min-width: 1400px) {
    .img-pizza-food-menu {
        width: 740px;
        height: auto;
    }
}


.video-play-section {
    background-color: #f3ecdc;
}

.video-play {
    background-image: url("../images/section video play/video.webp");
    background-repeat: no-repeat;
    padding: 200px 80px;
    border-radius: 20px;
    margin-top: -235px;
    z-index: 9;
    position: relative;
    width: 100%;

}

.play-botton::before {

    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: var(--white-color);
    z-index: 100;
    border-radius: 50%;
}

.blog-area-bg {
    background-color: #f3ecdc;
}

.blog-card-img {
    transform: scale(1);
    border-radius: 20px;
    transition: 0.4s ease-in-out;
    width: 100%;
}

.blog-card-img:hover {
    transform: scale(1.1);
    border-radius: 50px;
}


.blog-card-title {
    font-size: 22px;
    font-family: ZCOOL XiaoWei;
}

.blog-card-text {
    padding-bottom: 20px;
    padding-top: 10px;
    font-family: Work Sans;
    color: #595959;
}

.blog-card-hidden-item {
    cursor: pointer;
    transition: 0.5s ease-in-out;
}

.blog-card-hidden-item:hover {
    color: #d30000;
}

.section-ten-help-card {
    background-color: white;
    border-radius: 20px;
    padding: 60px 40px;
    height: 100%;
}

.contect-card-details {
    padding-top: 20px;
    font-family: Work Sans;
    font-size: 16px;
    color: #595959;
}

.help-contect {
    display: flex;
    gap: 10px;
}

.contect-form-bg {
    background: linear-gradient(180deg, rgba(0, 130, 61, 01) 10%, rgba(0, 30, 15, 1) 100%);
    border-radius: 20px;
    padding: 60px;
    height: 100%;
}

.contect-form-heading {
    font-family: ZCOOL XiaoWei;
    font-size: 48px;
}

.contect-form-input {
    background-color: #1a6f42;
    border-radius: 25px;
    color: white;
    outline: none;
    box-shadow: none;
    border: none;
    padding: 15px 30px;
    width: 100%;
    margin-top: 23px;
}

.contect-form-input-textarea {
    background-color: #1a6f42;
    border-radius: 20px;
    color: white;
    outline: none;
    box-shadow: none;
    border: none;
    padding: 15px 30px;
    width: 100%;
    margin-top: 23px;
}

.contect-form-button {
    background-color: #00833e;
    color: white;
    border-radius: 30px;
    outline: none;
    box-shadow: none;
    border: none;
    text-align: center;
    padding: 15px 30px;
    width: 100%;
    display: block;
    margin: 30px auto;
    transition: 0.5s ease-in-out;
    cursor: pointer;
}

.contect-form-button:hover {
    background-color: white;
    color: black;
}

.news-section-bg {
    background-color: #f3ecdc;

}

.news-section-image {
    background: linear-gradient(90deg, rgb(211, 0, 0) 3%, rgb(126, 0, 0) 39%, rgba(109, 0, 0, 0) 70%),
        url("../images/section11 news/newsletter.webp");
    border-radius: 20px;
    padding: 80px;
    background-size: cover;
    background-position: center;
}

.news-form-input {
    background-color: #cd1a1a;
    border-radius: 30px;
    color: white;
    outline: none;
    box-shadow: none;
    border: none;
    padding: 15px 30px;
    width: 100%;
    font-size: 16px;
    height: 100%;
}

.news-form-button {
    background-color: #f01543;
    color: white;
    border-radius: 30px;
    outline: none;
    box-shadow: none;
    border: none;
    text-align: center;
    padding: 15px 30px;
    align-items: center;
    display: flex;
    font-size: 16px;
    transition: 0.5s ease-in-out;
}

.news-form-button:hover {
    background-color: white;
    color: black;
}

.news-form-heading {
    color: white;
    font-size: 48px;
    font-family: 'ZCOOL XiaoWei', serif;
}

.news-form-details {
    color: white;
    font-size: 16px;
    font-family: Work Sans;
    font-size: 16px;
}

.clients-review-section {
    background-color: #f3ecdc;
    padding-top: 112px;
    padding-bottom: 105px;

}

.clients-review-heading {
    color: black;
    font-size: 48px;
    font-family: 'ZCOOL XiaoWei', serif;
}

.clients-testimonial {
    color: #cc3b34;
    font-family: 'ZCOOL XiaoWei', serif;
    font-size: 15px;
}

.clients-review-card-bg {
    background-color: white;
    border-radius: 20px;
    padding: 40px;
    height: 100%;
}

.clients-review-card-details {
    color: rgb(82, 81, 81);
    padding-top: 30px;
    font-size: 24px;

    font-family: Work Sans;
}

.slider-bar-bg {
    background-color: #f3ecdc;
}

.slider-bar-img {
    height: 100%;
    width: 100%;
}

.footer-bg {
    background-color: #f3ecdc;
}

.footer-link-img-bg {
    background-color: white;
    border-radius: 50%;
    height: 35px;
    width: 35px;
    align-items: center;
    justify-content: center;
    display: flex;
    transition: 0.7s;
}

.footer-link-img-bg:hover {
    background-color: #d30000;


}

.footer-joinus-text {
    font-size: 64px;
    color: black;
    font-family: 'ZCOOL XiaoWei',
        serif;
    padding: 15px 0 30px 0;
}

.footer-items-heading {
    font-size: 22px;
    color: black;
    font-family: 'ZCOOL XiaoWei', serif;
}

.footer-menu-items {
    font-size: 16px;
    font-family: Work Sans;
    color: #333333;
    text-decoration: none;
    padding-bottom: 15px;
    transition: 0.6s;
}

.footer-ul-items {
    list-style-type: none;
    padding-left: 0;
    margin-top: 32px;
}

.footer-menu-items:hover {
    color: #d30000;
}

ul a {
    text-decoration: none;
    cursor: pointer;
}

.footer-copyright {
    padding: 30px;
    border: 1px solid rgb(156, 156, 156);
    border-bottom: none;
    border-radius: 20px 20px 0px 0px;
}

.copyright-footer-ul {
    list-style-type: none;

}

.footer-copyright-links {
    color: black;
    text-decoration: none;
    transition: 0.6s;
}

.footer-copyright-links:hover {
    color: #d30000;
}