/* ========== banner ========== */

.banner {
    position: relative;
    width: 100%;
    height: 610px;
    padding: 0 100px;
    margin-bottom: 15px;
}

.banner .sec_content {
    position: relative;
    width: 100%;
    height: 100%;
    background: var(--grey-background-1);
    border: 1px solid var(--light-border);
    border-radius: 12px;
    overflow: hidden;
}

.banner .sec_content .background_1 {
    position: absolute;
    top: 0;
    right: 0;
    width: 625px;
    height: 100%;
}

.banner .sec_content .background_1::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: var(--theme-color);
    border-top-left-radius: 285px;
    transform: translateY(45px);
    z-index: 1;
}

.banner .sec_content .background_1 .background_items {
    position: relative;
    width: max-content;
    height: 100%;
    display: flex;
    align-items: flex-end;
    transform: translateX(-40px);
    z-index: 5;
}

.banner .sec_content .background_1 .background_items .items_inner {
    position: relative;
    width: max-content;
    height: max-content;
    display: flex;
    align-items: flex-end;
    transform: translateX(-30px);
    z-index: 5;
}

.banner .sec_content .background_1 .background_items .img_sec {
    position: relative;
    display: flex;
}

.banner .sec_content .background_1 .background_items .img_sec img {
    position: relative;
    width: 375px;
    height: auto;
}

.banner .sec_content .background_1 .background_items .background_status {
    position: absolute;
    width: 350px;
    padding: 15px;
    background: var(--light-color);
    border-radius: 12px;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.158);
}

.banner .sec_content .background_1 .background_items .background_status.status_1 {
    top: -8%;
    right: -45%;
}

.banner .sec_content .background_1 .background_items .background_status.status_2 {
    top: 29%;
    right: -72%;
}

.banner .sec_content .background_1 .background_items .background_status.status_3 {
    top: 68%;
    right: -55%;
}

.banner .sec_content .background_1 .background_items .background_status .status_inner {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.banner .sec_content .background_1 .background_items .background_status .status_inner h3 {
    position: absolute;
    right: 0;
    top: -70px;
    font-size: 68px;
    font-weight: 600;
    line-height: 1;
    color: transparent;
    -webkit-text-stroke: 1px var(--light-color);
}

.banner .sec_content .background_1 .background_items .background_status .status_inner img {
    position: relative;
    height: 15px;
    width: auto;
}

.banner .sec_content .background_1 .background_items .background_status .status_inner h5 {
    position: relative;
    margin-top: 12px;
    font-size: 12px;
    font-weight: 600;
    color: var(--dark-color);
}

.banner .sec_content .background_1 .background_items .background_status .status_inner p {
    position: relative;
    font-size: 12px;
    color: var(--dark-color-1);
}

.banner .sec_content .background_1 .background_items .background_status .status_inner span {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 12px;
    color: var(--dark-color-1);
}

.banner .sec_content .background_2 {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    z-index: 10;
}

.banner .sec_content .background_2 img {
    position: relative;
}

.banner .sec_content .banner_content {
    position: relative;
    height: 100%;
    padding-left: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 15;
}

.banner .sec_content .banner_content .heading_sec {
    position: relative;
    display: flex;
    flex-direction: column;
}

.banner .sec_content .banner_content .heading_sec p {
    position: relative;
    font-size: 16px;
    color: var(--dark-color-1);
}

.banner .sec_content .banner_content .heading_sec h1 {
    position: relative;
    margin-top: 10px;
    font-size: 54px;
    line-height: 1.25;
    font-weight: 600;
    color: var(--dark-color-1);
}

.banner .sec_content .banner_content .heading_sec h1 span {
    color: var(--theme-color);
}

.banner .sec_content .banner_content .search_sec {
    position: relative;
    margin-top: 30px;
    font-size: 13px;
    color: var(--dark-color-1);
}

.banner .sec_content .banner_content .search_sec .search_input_box {
    position: relative;
    margin-top: 10px;
    width: 400px;
    height: 57px;
}

.banner .sec_content .banner_content .search_sec .search_input_box input {
    position: relative;
    width: 100%;
    height: 100%;
    border: 1px solid rgba(0, 0, 0, 0.4);
    outline: none;
    padding: 10px 30px;
    padding-right: 210px;
    border-radius: 120px;
    background: var(--light-color);
    font-size: 15px;
    color: var(--dark-color-1);
}

.banner .sec_content .banner_content .search_sec .search_input_box button.desk_search_btn {
    position: absolute;
    top: 0;
    right: 0;
    width: 190px;
    height: 100%;
    border-radius: 120px;
    border: 1px solid var(--theme-color);
    background: var(--theme-color);
    cursor: pointer;
    font-size: 16px;
    font-weight: 700;
    color: var(--light-color);
}

.banner .sec_content .banner_content .search_sec .search_input_box button.res_search_btn {
    position: absolute;
    top: 0;
    right: 0;
    width: 57px;
    height: 100%;
    border-radius: 120px;
    border: 1px solid var(--theme-color);
    background: var(--theme-color);
    cursor: pointer;
    display: none;
    align-items: center;
    justify-content: center;
}

.banner .sec_content .banner_content .search_sec .search_input_box button.res_search_btn img {
    position: absolute;
    width: 35px;
    height: auto;
}



/* =============== Responsive start ============== */

@media (max-width: 1600px) {
    .banner .sec_content .background_2 {
        display: none;
    }
}

@media (max-width: 1499px) {
    .banner {
        padding: 0 50px;
    }
}

@media (max-width: 1367px) {
    .banner .sec_content .background_1 {
        display: none;
    }

    .banner .sec_content .background_2 {
        display: flex;
        justify-content: flex-end;
    }

    .banner .sec_content .background_2 img {
        transform: translateX(150px);
    }
}

@media (max-width: 1099px) {
    .banner {
        height: 450px;
    }

    .banner .sec_content .background_2 {
        justify-content: center;
    }

    .banner .sec_content .background_2 img {
        transform: translateX(0);
        height: 95%;
    }

    .banner .sec_content .banner_content {
        padding: 50px;
        align-items: center;
        text-align: center;
        background: rgba(255, 255, 255, 0.9);
    }
}

@media (max-width: 768px) {
    .banner .sec_content .banner_content .heading_sec h1 {
        font-size: 42px;
        line-height: 1.15;
    }
}

@media (max-width: 575px) {
    .banner {
        padding: 0 35px;
        height: 425px;
    }

    .banner .sec_content .banner_content {
        padding: 0 35px;
    }

    .banner .sec_content .banner_content .heading_sec p {
        font-size: 13px;
    }

    .banner .sec_content .banner_content .heading_sec h1 {
        font-size: 34px;
    }

    .banner .sec_content .banner_content .search_sec .search_input_box {
        width: 325px;
    }

    .banner .sec_content .banner_content .search_sec .search_input_box input {
        padding-right: 77px;
    }

    .banner .sec_content .banner_content .search_sec .search_input_box button.desk_search_btn {
        display: none;
    }

    .banner .sec_content .banner_content .search_sec .search_input_box button.res_search_btn {
        display: flex;
    }
}

@media (max-width: 450px) {
    .banner {
        padding: 0 20px;
        height: 380px;
    }

    .banner .sec_content .banner_content {
        padding: 0 25px;
    }

    .banner .sec_content .banner_content .search_sec .search_input_box {
        width: 100%;
    }
}

/* =============== Responsive end ============== */





/* ========== exclusive deals section ========== */

.exclusive_deals_sec {
    position: relative;
    width: 100%;
    padding: 25px 90px;
}

.exclusive_deals_sec .sec_content {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
}

.exclusive_deals_sec .sec_content .sec_head {
    position: relative;
    width: 100%;
    padding: 0 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.exclusive_deals_sec .sec_content .sec_head h3 {
    position: relative;
    font-size: 30px;
    font-weight: 700;
    color: var(--dark-color);
}

.exclusive_deals_sec .sec_content .head_tabs {
    position: relative;
    display: flex;
    align-items: center;
}

.exclusive_deals_sec .sec_content .head_tabs li {
    position: relative;
    list-style: none;
}

.exclusive_deals_sec .sec_content .head_tabs li a {
    position: relative;
    text-decoration: none;
    cursor: pointer;
    padding: 12px 30px;
    font-size: 16px;
    color: var(--dark-color);
    transition: all 0.5s;
    border-radius: 120px;
}

.exclusive_deals_sec .sec_content .head_tabs li:last-child a {
    padding-right: 0;
}

.exclusive_deals_sec .sec_content .head_tabs li a:hover {
    color: var(--theme-color);
    transition: all 0.5s;
}

.exclusive_deals_sec .sec_content .head_tabs li a.active {
    padding: 12px 30px;
    font-weight: 600;
    color: var(--theme-color);
    border: 1px solid var(--theme-color);
    transition: all 0.5s;
}

.exclusive_deals_sec .sec_content .sec_items {
    position: relative;
    margin-top: 40px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.exclusive_deals_sec .sec_content .sec_items .swiper_previous {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    display: flex;
    align-items: center;
}
.exclusive_deals_sec .sec_content .sec_items .swiper_next {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    display: flex;
    align-items: center;
}
.exclusive_deals_sec .sec_content .sec_items .swiper_previous .swiper-button-prev,
.exclusive_deals_sec .sec_content .sec_items .swiper_next .swiper-button-next {
    width: 30px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--light-color);
    color: var(--theme-color);
}
.exclusive_deals_sec .sec_content .sec_items .swiper_previous .swiper-button-prev::after,
.exclusive_deals_sec .sec_content .sec_items .swiper_next .swiper-button-next::after {
    font-size: 35px;
    font-weight: 600;
}

.exclusive_deals_sec .sec_content .sec_items .swiper {
    position: relative;
    width: 100%;
}

.exclusive_deals_sec .sec_content .sec_items .swiper .swiper-slide {
    position: relative;
    width: 33.33%;
    padding: 0 10px;
}

.exclusive_deals_sec .sec_content .sec_items .swiper .swiper-slide a {
    position: relative;
    width: 100%;
    display: flex;
    text-decoration: none;
}

.exclusive_deals_sec .sec_content .sec_items .item_box {
    position: relative;
    width: 100%;
    height: 425px;
    display: flex;
    flex-direction: column;
}

.exclusive_deals_sec .sec_content .sec_items .item_box .box_image {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    border-radius: 12px;
    overflow: hidden;
}

.exclusive_deals_sec .sec_content .sec_items .item_box .box_image img {
    position: relative;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.exclusive_deals_sec .sec_content .sec_items .item_box .box_contents {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, rgba(3, 8, 31, 0.89) 10%, rgba(3, 8, 31, 0.19) 60%, rgba(255, 255, 255, 0) 100%);
    padding: 70px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    border-radius: 12px;
    overflow: hidden;
}

.exclusive_deals_sec .sec_content .sec_items .item_box .box_contents p {
    position: relative;
    font-size: 18px;
    font-weight: 500;
    color: var(--theme-color);
}

.exclusive_deals_sec .sec_content .sec_items .item_box .box_contents h4 {
    position: relative;
    font-size: 24px;
    font-weight: 700;
    color: var(--light-color);
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.exclusive_deals_sec .sec_content .sec_items .item_box .box_contents .close_timing_btn {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 15px 30px;
    background: var(--theme-color);
    display: flex;
    align-items: center;
    cursor: pointer;
    border-radius: 0 12px 12px 0;
}

.exclusive_deals_sec .sec_content .sec_items .item_box .box_contents .close_timing_btn img {
    position: relative;
    width: 25px;
    height: auto;
}
.exclusive_deals_sec .sec_content .sec_items .item_box .box_contents .close_timing_btn p {
    position: relative;
    font-size: 16px;
    font-weight: 600;
    color: var(--light-color);
    margin-left: 10px;
}
/* .exclusive_deals_sec .sec_content .sec_items .item_box .box_contents .avalability_status {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: flex-end;
}
.exclusive_deals_sec .sec_content .sec_items .item_box .box_contents .avalability_status p {
    position: relative;
    font-size: 18px;
    font-weight: 600;
    text-align: right;
}
.exclusive_deals_sec .sec_content .sec_items .item_box .box_contents .avalability_status p.open {
    color: var(--veg-color);
}

.exclusive_deals_sec .sec_content .sec_items .item_box .box_contents .avalability_status p.close {
    color: var(--red-color);
}

.exclusive_deals_sec .sec_content .sec_items .item_box .box_contents .avalability_status p.closing-soon {
    color: var(--yellow-color);
} */

.exclusive_deals_sec .sec_content .sec_items .item_box span {
    position: absolute;
    top: 0;
    right: 20px;
    width: 90px;
    height: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--dark-color);
    color: var(--light-color);
    line-height: 1;
    font-size: 18px;
    font-weight: 700;
    border-radius: 0 0 12px 12px;
}



/* =============== Responsive start ============== */

@media (max-width: 1499px) {
    .exclusive_deals_sec {
        padding: 25px 40px;
    }

    .exclusive_deals_sec .sec_content .head_tabs {
        display: none;
    }
}

@media (max-width: 1299px) {
    .exclusive_deals_sec .sec_content .sec_items .swiper .swiper-slide {
        width: 50%;
    }
}

@media (max-width: 991px) {
    .exclusive_deals_sec .sec_content .sec_items .swiper_previous .swiper-button-prev,
    .exclusive_deals_sec .sec_content .sec_items .swiper_next .swiper-button-next {
        height: 60px;
        color: var(--light-color);
        background: var(--theme-color);
    }
    .exclusive_deals_sec .sec_content .sec_items .item_box {
        height: max-content;
    }
    .exclusive_deals_sec .sec_content .sec_items .item_box .box_image {
        height: 225px;
    }

    .exclusive_deals_sec .sec_content .sec_items .item_box .box_contents {
        position: relative;
        top: inherit;
        left: inherit;
        width: 100%;
        height: max-content;
        padding: 0;
        margin-top: 15px;
        background: transparent;
        padding-left: 15px;
    }

    .exclusive_deals_sec .sec_content .sec_items .item_box .box_contents h4 {
        color: var(--dark-color-1);
    }
    .exclusive_deals_sec .sec_content .sec_items .item_box .box_contents .close_timing_btn {
        position: relative;
        left: inherit;
        bottom: inherit;
        margin-top: 10px;
        border-radius: 12px 0 12px 0;
        padding: 15px 20px;
        align-items: flex-start;
    }
    .exclusive_deals_sec .sec_content .sec_items .item_box .box_contents .close_timing_btn img {
        width: 20px;
    }
    .exclusive_deals_sec .sec_content .sec_items .item_box .box_contents .close_timing_btn p {
        font-size: 14px;
    }
}

@media (max-width: 860px) {
    .exclusive_deals_sec .sec_content .sec_head {
        padding: 0 15px;
    }

    .exclusive_deals_sec .sec_content .sec_head h3 {
        font-size: 20px;
    }

    .exclusive_deals_sec .sec_content .sec_items .item_box .box_contents p {
        font-size: 17px;
    }

    .exclusive_deals_sec .sec_content .sec_items .item_box .box_contents h4 {
        color: var(--dark-color-1);
        font-size: 19px;
    }

    .exclusive_deals_sec .sec_content .sec_items .item_box .box_contents .close_timing_btn {
        padding: 10px;
    }
    .exclusive_deals_sec .sec_content .sec_items .item_box .box_contents .close_timing_btn p {
        font-size: 11px;
    }

    .exclusive_deals_sec .sec_content .sec_items .item_box span {
        width: 70px;
        height: 45px;
        font-size: 18px;
    }
}

@media (max-width: 768px) {
    .exclusive_deals_sec .sec_content .sec_items .swiper .swiper-slide {
        width: 50%;
    }
}

@media (max-width: 575px) {
    .exclusive_deals_sec {
        padding: 25px 25px;
    }
    .exclusive_deals_sec .sec_content .sec_items .swiper_previous .swiper-button-prev::after,
    .exclusive_deals_sec .sec_content .sec_items .swiper_next .swiper-button-next::after {
        font-size: 25px;
    }
    .exclusive_deals_sec .sec_content .sec_items .swiper .swiper-slide {
        width: 100%;
    }

    .exclusive_deals_sec .sec_content .sec_items .item_box .box_contents p {
        font-size: 15px;
    }

    .exclusive_deals_sec .sec_content .sec_items .item_box .box_contents h4 {
        color: var(--dark-color-1);
        font-size: 16px;
    }

    .exclusive_deals_sec .sec_content .sec_items .item_box span {
        font-size: 17px;
    }
}

@media (max-width: 450px) {
    .exclusive_deals_sec {
        padding: 25px 10px;
    }
}

/* =============== Responsive end ============== */




/* ========== popular categories section ========== */

.popular_categories_sec {
    position: relative;
    width: 100%;
    padding: 25px 90px;
    background: var(--grey-background-1);
}

.popular_categories_sec .sec_content {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;

}

.popular_categories_sec .sec_content .sec_head {
    position: relative;
    width: 100%;
    padding: 0 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.popular_categories_sec .sec_content .sec_head h3 {
    position: relative;
    font-size: 30px;
    font-weight: 700;
    color: var(--dark-color);
}

.popular_categories_sec .sec_content .sec_items {
    position: relative;
    margin-top: 40px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.popular_categories_sec .sec_content .sec_items .category_box {
    position: relative;
    width: 16.66%;
    padding: 10px;
}

.popular_categories_sec .sec_content .sec_items .category_box .box_inner {
    position: relative;
    width: 100%;
    border: 1px solid var(--light-border);
    background: var(--grey-background-2);
    border-radius: 12px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.popular_categories_sec .sec_content .sec_items .category_box .box_inner .box_img {
    position: relative;
    width: 100%;
    display: flex;
}

.popular_categories_sec .sec_content .sec_items .category_box .box_inner .box_img img {
    position: relative;
    width: 100%;
    height: 210px;
    object-fit: cover;
}

.popular_categories_sec .sec_content .sec_items .category_box .box_inner .box_brief {
    position: relative;
    width: 100%;
    padding: 10px 20px;
    display: flex;
    flex-direction: column;
}

.popular_categories_sec .sec_content .sec_items .category_box .box_inner .box_brief h4 {
    position: relative;
    font-size: 18px;
    font-weight: 700;
    color: var(--dark-color-1);
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.popular_categories_sec .sec_content .sec_items .category_box .box_inner .box_brief p {
    position: relative;
    font-size: 13px;
    color: var(--theme-color);
}

/*
.popular_categories_sec .sec_content .sec_items .swiper {
    position: relative;
    width: 100%;
    padding-bottom: 10px;
}
.popular_categories_sec .sec_content .sec_items .swiper .swiper-slide {
    position: relative;
    width: 16.66%;
    padding: 0 10px;
}
.popular_categories_sec .sec_content .sec_items .swiper .swiper-slide .category_box {
    position: relative;
    width: 100%;
}
.popular_categories_sec .sec_content .sec_items .swiper .swiper-slide .category_box .box_inner {
    position: relative;
    width: 100%;
    border: 1px solid var(--light-border);
    background: var(--grey-background-2);
    border-radius: 12px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}
.popular_categories_sec .sec_content .sec_items .swiper .swiper-slide .category_box .box_inner .box_img {
    position: relative;
    width: 100%;
    display: flex;
}
.popular_categories_sec .sec_content .sec_items .swiper .swiper-slide .category_box .box_inner .box_img img {
    position: relative;
    width: 100%;
    height: 210px;
    object-fit: cover;
}
.popular_categories_sec .sec_content .sec_items .swiper .swiper-slide .category_box .box_inner .box_brief {
    position: relative;
    width: 100%;
    padding: 10px 20px;
    display: flex;
    flex-direction: column;
}
.popular_categories_sec .sec_content .sec_items .swiper .swiper-slide .category_box .box_inner .box_brief h4 {
    position: relative;
    font-size: 18px;
    font-weight: 700;
    color: var(--dark-color-1);
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.popular_categories_sec .sec_content .sec_items .swiper .swiper-slide .category_box .box_inner .box_brief p {
    position: relative;
    font-size: 13px;
    color: var(--theme-color);
} */




/* =============== Responsive start ============== */

@media (max-width: 1499px) {
    .popular_categories_sec {
        padding: 25px 40px;
    }
}
@media (max-width: 1399px) {
    .popular_categories_sec .sec_content .sec_items .category_box {
        width: 25%;
        margin-top: 20px;
    }
}

@media (max-width: 991px) {
    .popular_categories_sec {
        padding: 25px 40px;
    }

    .popular_categories_sec .sec_content .sec_items {
        margin-top: 10px;
    }
}

@media (max-width: 860px) {
    .popular_categories_sec .sec_content .sec_head h3 {
        font-size: 24px;
    }

    .popular_categories_sec .sec_content .sec_items .category_box {
        width: 33.33%;
    }
    .popular_categories_sec .sec_content .sec_items .category_box .box_inner .box_img img {
        height: 180px;
    }
}

@media (max-width: 678px) {
    .popular_categories_sec .sec_content .sec_head h3 {
        font-size: 20px;
    }
    .popular_categories_sec .sec_content .sec_items .category_box {
        width: 50%;
    }
}

@media (max-width: 575px) {
    .popular_categories_sec {
        padding: 25px 25px;
    }
}
@media (max-width: 475px) {
    .popular_categories_sec .sec_content .sec_items .category_box .box_inner .box_img img {
        height: 160px;
    }
    .popular_categories_sec .sec_content .sec_items .category_box {
        padding: 0 5px;
    }
}
@media (max-width: 450px) {
    .popular_categories_sec {
        padding: 25px 10px;
    }
}


/* @media (max-width: 1499px) {
    .popular_categories_sec {
        padding: 25px 40px;
    }
}

@media (max-width: 991px) {

    .popular_categories_sec .sec_content .sec_items {
        margin-top: 10px;
    }
    .popular_categories_sec .sec_content .sec_items .swiper .swiper-slide {
        width: 25%;
    }
}

@media (max-width: 860px) {
    .popular_categories_sec .sec_content .sec_head h3 {
        font-size: 24px;
    }
    .popular_categories_sec .sec_content .sec_items .swiper .swiper-slide {
        width: 33.33%;
    }
}

@media (max-width: 575px) {
    .popular_categories_sec {
        padding: 25px 25px;
    }
    .popular_categories_sec .sec_content .sec_head h3 {
        font-size: 20px;
    }
    .popular_categories_sec .sec_content .sec_items .swiper .swiper-slide {
        width: 50%;
    }
}

@media (max-width: 450px) {
    .popular_categories_sec {
        padding: 25px 15px;
    }
} */

/* =============== Responsive end ============== */




/* ========== popular restaurants section ========== */

.popular_restaurants_sec {
    position: relative;
    width: 100%;
    padding: 25px 90px;
}

.popular_restaurants_sec .sec_content {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
}

.popular_restaurants_sec .sec_content .sec_head {
    position: relative;
    width: 100%;
    padding: 0 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.popular_restaurants_sec .sec_content .sec_head h3 {
    position: relative;
    font-size: 30px;
    font-weight: 700;
    color: var(--dark-color);
}
.popular_restaurants_sec .sec_content .sec_head .slider_btn_sec {
    position: relative;
    display: flex;
    align-items: center;
}
.popular_restaurants_sec .sec_content .sec_head .slider_btn_sec .swiper-button-prev-1,
.popular_restaurants_sec .sec_content .sec_head .slider_btn_sec .swiper-button-next-1 {
    position: relative;
    margin-top: 0;
    left: inherit;
    right: inherit;
    top: inherit;
    width: 55px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    background: var(--theme-color);
    border-radius: 50%;
}
.popular_restaurants_sec .sec_content .sec_head .slider_btn_sec .swiper-button-prev-1.swiper-button-disabled,
.popular_restaurants_sec .sec_content .sec_head .slider_btn_sec .swiper-button-next-1.swiper-button-disabled {
    opacity: 0.3;
}
.popular_restaurants_sec .sec_content .sec_head .slider_btn_sec .swiper-button-next-1 {
    margin-left: 15px;
}
.popular_restaurants_sec .sec_content .sec_head .slider_btn_sec .swiper-button-prev-1::after,
.popular_restaurants_sec .sec_content .sec_head .slider_btn_sec .swiper-button-next-1::after {
    display: none;
}
.popular_restaurants_sec .sec_content .sec_head .slider_btn_sec .swiper-button-prev-1 i,
.popular_restaurants_sec .sec_content .sec_head .slider_btn_sec .swiper-button-next-1 i {
    position: relative;
    font-size: 20px;
    color: var(--light-color);
}

.popular_restaurants_sec .sec_content .sec_items {
    position: relative;
    margin-top: 40px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.popular_restaurants_sec .sec_content .sec_items .swiper {
    position: relative;
    width: 100%;
    padding-bottom: 10px;
}

.popular_restaurants_sec .sec_content .sec_items .swiper .swiper-slide {
    position: relative;
    width: 16.66%;
    padding: 0 10px;
}

.popular_restaurants_sec .sec_content .sec_items .swiper .swiper-slide .slide_box {
    position: relative;
    width: 100%;
    background: var(--theme-color);
    border-radius: 12px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.popular_restaurants_sec .sec_content .sec_items .swiper .swiper-slide .slide_box a {
    position: relative;
    width: 100%;
    text-decoration: none;
    display: flex;
}

.popular_restaurants_sec .sec_content .sec_items .swiper .swiper-slide .slide_box .box_img {
    position: relative;
    width: 100%;
    display: flex;
    padding: 1px;
}

.popular_restaurants_sec .sec_content .sec_items .swiper .swiper-slide .slide_box .box_img img {
    position: relative;
    width: 100%;
    height: 270px;
    object-fit: cover;
    border-radius: 12px;
}

.popular_restaurants_sec .sec_content .sec_items .swiper .swiper-slide .slide_box .box_brief {
    position: relative;
    width: 100%;
    padding: 15px 20px;
    text-align: center;
}

.popular_restaurants_sec .sec_content .sec_items .swiper .swiper-slide .slide_box .box_brief h4 {
    position: relative;
    font-size: 18px;
    font-weight: 700;
    color: var(--light-color);
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}



/* =============== Responsive start ============== */
@media (max-width: 1599px) {
    .popular_restaurants_sec .sec_content .sec_items .swiper .swiper-slide {
        width: 20%;
    }
}

@media (max-width: 1499px) {
    .popular_restaurants_sec {
        padding: 25px 40px;
    }
}

@media (max-width: 1299px) {
    .popular_restaurants_sec .sec_content .sec_items .swiper .swiper-slide{
        width: 28%;
    }
    .popular_restaurants_sec .sec_content .sec_items .swiper .swiper-slide .slide_box .box_img img {
        height: 210px;
    }
}

@media (max-width: 991px) {
    .popular_restaurants_sec .sec_content .sec_items .swiper .swiper-slide {
        width: 25%;
    }
}

@media (max-width: 876px) {
    .popular_restaurants_sec .sec_content .sec_items .swiper .swiper-slide .slide_box .box_img img {
        height: 170px;
    }

    .popular_restaurants_sec .sec_content .sec_items .swiper .swiper-slide .slide_box .box_brief {
        padding: 10px 15px;
    }

    .popular_restaurants_sec .sec_content .sec_items .swiper .swiper-slide .slide_box .box_brief h4 {
        font-size: 16px;
        font-weight: 600;
    }
}

@media (max-width: 768px) {
    .popular_restaurants_sec .sec_content .sec_items .swiper .swiper-slide {
        width: 30%;
    }

    .popular_restaurants_sec .sec_content .sec_head h3 {
        font-size: 24px;
    }

    .popular_restaurants_sec .sec_content .sec_items .swiper .swiper-slide .slide_box .box_img img {
        height: 130px;
    }
}


@media (max-width: 575px) {
    .popular_restaurants_sec {
        padding: 25px 25px;
    }

    .popular_restaurants_sec .sec_content .sec_items .swiper .swiper-slide {
        width: 45%;
    }

    .popular_restaurants_sec .sec_content .sec_head {
        flex-direction: column;
    }
    .popular_restaurants_sec .sec_content .sec_head h3 {
        font-size: 18px;
    }
    .popular_restaurants_sec .sec_content .sec_head .slider_btn_sec {
        width: 100%;
        justify-content: space-between;
        margin-top: 20px;
    }
    .popular_restaurants_sec .sec_content .sec_head .slider_btn_sec .swiper-button-prev-2,
    .popular_restaurants_sec .sec_content .sec_head .slider_btn_sec .swiper-button-next-2 {
        width: 45px;
        height: 45px;
    }
}

@media (max-width: 450px) {
    .popular_restaurants_sec {
        padding: 25px 10px;
    }

    .popular_restaurants_sec .sec_content .sec_items .swiper .swiper-slide .slide_box .box_img img {
        height: 120px;
    }
}


/* =============== Responsive end ============== */




/* ========== app download section ========== */

.app_download_sec {
    position: relative;
    margin-top: 25px;
    width: 100%;
    padding: 25px 100px;
}

.app_download_sec .sec_content {
    position: relative;
    width: 100%;
    height: 610px;
    background: linear-gradient(to right, rgba(238, 238, 238, 1), rgba(224, 225, 220, 1));
    border-radius: 12px;
    display: flex;
}

.app_download_sec .sec_content .sec_image {
    position: absolute;
    z-index: 15;
    left: 0;
    bottom: 0;
    display: flex;
}

.app_download_sec .sec_content .sec_image img {
    position: absolute;
    left: 0;
    bottom: 0;
}

.app_download_sec .sec_content .sec_image img:first-child {
    opacity: 0.2;
    filter: grayscale(1);
    transform: translateY(-10px);
}

.app_download_sec .sec_content .sec_image img:last-child {
    transform: translateX(20px);
}

.app_download_sec .sec_content .sec_item {
    position: relative;
    margin-left: auto;
    width: 50%;
    padding: 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.app_download_sec .sec_content .sec_item .heading {
    position: relative;
    display: flex;
    align-items: baseline;
}

.app_download_sec .sec_content .sec_item .heading img {
    position: relative;
    height: 66px;
    width: auto;
}

.app_download_sec .sec_content .sec_item .heading h2 {
    position: relative;
    font-size: 68px;
    font-weight: 700;
    color: var(--dark-color-1);
}

.app_download_sec .sec_content .sec_item .sub_heading {
    position: relative;
    margin-top: 5px;
    padding: 10px;
    padding-right: 70px;
}

.app_download_sec .sec_content .sec_item .sub_heading::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    background: var(--dark-color-1);
    width: 150%;
    height: 100%;
    border-radius: 120px;
}

.app_download_sec .sec_content .sec_item .sub_heading h4 {
    position: relative;
    font-size: 54px;
    font-weight: 600;
    color: var(--light-color);
}

.app_download_sec .sec_content .sec_item .sub_heading h4 span {
    color: var(--theme-color);
    text-decoration: underline;
}

.app_download_sec .sec_content .sec_item .download_sec {
    position: relative;
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.app_download_sec .sec_content .sec_item .download_sec p {
    position: relative;
    font-size: 24px;
    color: var(--dark-color-1);
    letter-spacing: -4%;
}

.app_download_sec .sec_content .sec_item .download_sec .btn_sec {
    position: relative;
    margin-top: 25px;
}

.app_download_sec .sec_content .sec_item .download_sec .btn_sec a {
    position: relative;
    cursor: pointer;
}

.app_download_sec .sec_content .sec_item .download_sec .btn_sec a:last-child {
    margin-left: 5px;
}

.app_download_sec .sec_content .sec_item .download_sec .btn_sec a img {
    position: relative;
    height: 60px;
    width: auto;
}


/* =============== Responsive start ============== */

@media (max-width: 1799px) {
    .app_download_sec .sec_content {
        flex-direction: column-reverse;
        align-items: center;
        height: inherit;
    }

    .app_download_sec .sec_content .sec_image {
        position: relative;
        left: inherit;
        bottom: inherit;
        width: 700px;
        height: 500px;
    }

    .app_download_sec .sec_content .sec_image img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

    .app_download_sec .sec_content .sec_item {
        width: 100%;
        text-align: center;
    }

    .app_download_sec .sec_content .sec_item .sub_heading {
        padding: 0;
        padding-right: 0;
    }

    .app_download_sec .sec_content .sec_item .sub_heading::before {
        display: none;
    }

    .app_download_sec .sec_content .sec_item .sub_heading h4 {
        color: var(--dark-color-1);
    }
}

@media (max-width: 1499px) {
    .app_download_sec {
        padding: 25px 50px;
    }
}

@media (max-width: 991px) {
    .app_download_sec .sec_content .sec_item .heading img {
        height: 50px;
    }

    .app_download_sec .sec_content .sec_item .heading h2 {
        font-size: 57px;
    }

    .app_download_sec .sec_content .sec_item .sub_heading h4 {
        font-size: 45px;
        line-height: 1.2;
    }
}

@media (max-width: 768px) {

    .app_download_sec .sec_content .sec_image {
        width: 500px;
        height: 350px;
    }

    .app_download_sec .sec_content .sec_item .heading img {
        height: 37px;
    }

    .app_download_sec .sec_content .sec_item .heading h2 {
        font-size: 40px;
    }

    .app_download_sec .sec_content .sec_item .sub_heading h4 {
        font-size: 37px;
    }

    .app_download_sec .sec_content .sec_item .download_sec p {
        font-size: 18px;
        letter-spacing: -2%;
    }

    .app_download_sec .sec_content .sec_item .download_sec .btn_sec {
        margin-top: 15px;
    }

    .app_download_sec .sec_content .sec_item .download_sec .btn_sec a img {
        height: 50px;
    }
}


@media (max-width: 575px) {
    .app_download_sec {
        padding: 25px 35px;
    }

    .app_download_sec .sec_content .sec_image {
        width: 450px;
        height: 300px;
    }

    .app_download_sec .sec_content .sec_item {
        padding: 40px 35px;
    }

    .app_download_sec .sec_content .sec_item .heading img {
        height: 28px;
    }

    .app_download_sec .sec_content .sec_item .heading h2 {
        font-size: 33px;
    }

    .app_download_sec .sec_content .sec_item .sub_heading h4 {
        font-size: 25px;
    }
}

@media (max-width: 450px) {
    .app_download_sec {
        padding: 25px 15px;
    }

    .app_download_sec .sec_content .sec_image {
        width: 300px;
        height: 210px;
    }

    .app_download_sec .sec_content .sec_item {
        padding: 30px 25px;
    }

    .app_download_sec .sec_content .sec_item .heading img {
        height: 23px;
    }

    .app_download_sec .sec_content .sec_item .heading h2 {
        font-size: 26px;
    }

    .app_download_sec .sec_content .sec_item .sub_heading h4 {
        font-size: 21px;
    }

    .app_download_sec .sec_content .sec_item .download_sec p {
        font-size: 14px;
    }

    .app_download_sec .sec_content .sec_item .download_sec .btn_sec a img {
        height: 36px;
    }
}


/* =============== Responsive end ============== */



/* ========== partner section ========== */

.partner_sec {
    position: relative;
    width: 100%;
    padding: 25px 100px;
}

.partner_sec .sec_content {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.partner_sec .sec_content .partner_box {
    position: relative;
    width: 49%;
    border-radius: 12px;
    overflow: hidden;
}

.partner_sec .sec_content .partner_box .box_image {
    position: relative;
    width: 100%;
    display: flex;
}

.partner_sec .sec_content .partner_box .box_image img {
    position: relative;
    width: 100%;
    height: auto;
}

.partner_sec .sec_content .partner_box .box_items {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, rgba(3, 8, 31, 0.89) 10%, rgba(3, 8, 31, 0.19) 60%, rgba(255, 255, 255, 0) 100%);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 35px 50px;
}

.partner_sec .sec_content .partner_box .box_items p {
    position: relative;
    font-size: 18px;
    font-weight: 500;
    color: var(--theme-color);
}

.partner_sec .sec_content .partner_box .box_items h4 {
    position: relative;
    font-size: 44px;
    font-weight: 700;
    color: var(--light-color);
}

.partner_sec .sec_content .partner_box .box_items a {
    position: relative;
    margin-top: 25px;
    width: 200px;
    height: 52px;
    background: var(--theme-color);
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    border-radius: 120px;
    cursor: pointer;
    font-size: 18px;
    font-weight: 500;
    color: var(--light-color);
}

.partner_sec .sec_content .partner_box .box_items span {
    position: absolute;
    top: 0;
    left: 50px;
    height: 63px;
    background: var(--light-background);
    padding: 0 30px;
    display: flex;
    align-items: center;
    font-size: 18px;
    color: var(--dark-color-1);
    font-weight: 700;
    border-radius: 0 0 12px 12px;
}



/* =============== Responsive start ============== */

@media (max-width: 1499px) {
    .partner_sec {
        padding: 25px 60px;
    }
}

@media (max-width: 1150px) {
    .partner_sec .sec_content {
        flex-direction: column;
    }

    .partner_sec .sec_content .partner_box {
        position: relative;
        width: 100%;
        margin-top: 20px;
    }
}

@media (max-width: 860px) {
    .partner_sec .sec_content .partner_box .box_items p {
        font-size: 15px;
    }

    .partner_sec .sec_content .partner_box .box_items h4 {
        font-size: 35px;
    }
}


@media (max-width: 575px) {
    .partner_sec {
        padding: 25px 35px;
    }

    .partner_sec .sec_content .partner_box .box_items {
        padding: 25px 50px;
    }

    .partner_sec .sec_content .partner_box .box_items p {
        font-size: 13px;
    }

    .partner_sec .sec_content .partner_box .box_items h4 {
        font-size: 25px;
    }

    .partner_sec .sec_content .partner_box .box_items a {
        width: 140px;
        height: 35px;
        font-size: 13px;
        margin-top: 10px;
    }

    .partner_sec .sec_content .partner_box .box_items span {
        height: 45px;
        padding: 0 25px;
        font-size: 15px;
    }
}


@media (max-width: 450px) {
    .partner_sec {
        padding: 25px 15px;
    }
}


/* =============== Responsive end ============== */



/* ========== know more section ========== */

.know_more_sec {
    position: relative;
    width: 100%;
    padding: 25px 100px;
}

.know_more_sec .sec_content {
    position: relative;
    width: 100%;
    padding: 80px 100px;
    background: var(--grey-background-3);
    border-radius: 12px;
}

.know_more_sec .sec_content .sec_head {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.know_more_sec .sec_content .sec_head h3 {
    position: relative;
    font-size: 30px;
    font-weight: 700;
    color: var(--dark-color);
}

.know_more_sec .sec_content .head_tabs {
    position: relative;
    display: flex;
    align-items: center;
}

.know_more_sec .sec_content .head_tabs li {
    position: relative;
    list-style: none;
}

.know_more_sec .sec_content .head_tabs li a {
    position: relative;
    text-decoration: none;
    cursor: pointer;
    padding: 12px 30px;
    font-size: 16px;
    color: var(--dark-color);
    transition: all 0.5s;
    border-radius: 120px;
}

.know_more_sec .sec_content .head_tabs li:last-child a {
    padding-right: 0;
}

.know_more_sec .sec_content .head_tabs li a:hover {
    color: var(--theme-color);
    transition: all 0.5s;
}

.know_more_sec .sec_content .head_tabs li a.active {
    padding: 12px 30px;
    font-weight: 600;
    color: var(--theme-color);
    border: 1px solid var(--theme-color);
    transition: all 0.5s;
}

.know_more_sec .sec_content .dropdown_btn {
    position: relative;
    display: none;
}

.know_more_sec .sec_content .sec_items {
    position: relative;
    width: 100%;
    margin-top: 50px;
    padding: 30px;
    padding-top: 60px;
    background: var(--light-background);
    border-radius: 12px;
    display: flex;
}

.know_more_sec .sec_content .sec_items .items_block {
    position: relative;
    width: 100%;
    display: block;
}

.know_more_sec .sec_content .sec_items .items_block .block_inner {
    position: relative;
    width: 100%;
    display: flex;
}

.know_more_sec .sec_content .sec_items .items_block .block_inner .item_left_sec {
    position: relative;
    width: 500px;
    padding: 0 25px;
    border-right: 1px solid var(--light-background);
}

.know_more_sec .sec_content .sec_items .items_block .block_inner .item_left_sec .left_inner {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.know_more_sec .sec_content .sec_items .items_block .block_inner .item_left_sec .left_inner li {
    position: relative;
    list-style: none;
    text-align: center;
    padding: 15px 35px;
    font-size: 18px;
    font-weight: 700;
    color: var(--dark-color-1);
    margin-bottom: 10px;
    border-radius: 120px;
    cursor: pointer;
    transition: all 0.5s;
}

.know_more_sec .sec_content .sec_items .items_block .block_inner .item_left_sec .left_inner li:hover {
    background: var(--grey-background-3);
    transition: all 0.5s;
}

.know_more_sec .sec_content .sec_items .items_block .block_inner .item_left_sec .left_inner li.active {
    background: var(--theme-color);
    color: var(--light-color);
    transition: all 0.5s;
}

.know_more_sec .sec_content .sec_items .items_block .block_inner .item_right_sec {
    position: relative;
    width: calc(100% - 500px);
    padding-left: 20px;
}

.know_more_sec .sec_content .sec_items .items_block .block_inner .item_right_sec .right_inner {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.know_more_sec .sec_content .sec_items .items_block .block_inner .item_right_sec .right_inner .image_box_sec {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.know_more_sec .sec_content .sec_items .items_block .block_inner .item_right_sec .right_inner .image_box_sec .image_box {
    position: relative;
    width: 32%;
    background: var(--grey-background-5);
    padding: 30px 25px;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.know_more_sec .sec_content .sec_items .items_block .block_inner .item_right_sec .right_inner .image_box_sec .image_box h4 {
    position: relative;
    font-size: 18px;
    font-weight: 700;
    color: var(--dark-color-1);
}

.know_more_sec .sec_content .sec_items .items_block .block_inner .item_right_sec .right_inner .image_box_sec .image_box img {
    position: relative;
    width: 100%;
    height: 130px;
    object-fit: contain;
    margin: 10px 0;
}

.know_more_sec .sec_content .sec_items .items_block .block_inner .item_right_sec .right_inner .image_box_sec .image_box p {
    position: relative;
    font-size: 16px;
    font-weight: 500;
    color: var(--dark-color);
}

.know_more_sec .sec_content .sec_items .items_block .block_inner .item_right_sec .right_inner .bottom_sec {
    position: relative;
    margin-top: 25px;
    width: 100%;
    padding-bottom: 20px;
}

.know_more_sec .sec_content .sec_items .items_block .block_inner .item_right_sec .right_inner .bottom_sec p {
    position: relative;
    font-size: 16px;
    color: var(--dark-color-1);
    text-align: center;
}


/* ========== responsive start ========== */

@media (max-width: 1499px) {
    .know_more_sec {
        padding: 25px 60px;
        background: var(--grey-background-3);
    }

    .know_more_sec .sec_content {
        padding: 50px;
        background: var(--light-background);
    }

    .know_more_sec .sec_content .sec_items {
        margin-top: 0;
        padding: 30px 0;
        padding-bottom: 0;
    }

    .know_more_sec .sec_content .sec_items .items_block .block_inner {
        flex-direction: column;
    }

    .know_more_sec .sec_content .sec_items .items_block .block_inner .item_left_sec {
        width: 100%;
        padding: 0;
    }

    .know_more_sec .sec_content .sec_items .items_block .block_inner .item_left_sec .left_inner {
        align-items: inherit;
    }

    .know_more_sec .sec_content .sec_items .items_block .block_inner .item_right_sec {
        width: 100%;
        margin-top: 30px;
        padding-left: 0;
    }

    .know_more_sec .sec_content .sec_items .items_block .block_inner .item_left_sec .left_inner li {
        text-align: inherit;
    }

}

@media (max-width: 1299px) {
    .know_more_sec .sec_content .sec_head h3 {
        font-size: 25px;
    }

    .know_more_sec .sec_content .head_tabs {
        display: none;
    }

    .know_more_sec .sec_content .dropdown_btn {
        display: flex;
        height: 50px;
        padding: 0 25px;
        border: 1px solid var(--light-border);
        border-radius: 120px;
        align-items: center;
        justify-content: space-between;

    }

    .know_more_sec .sec_content .dropdown_btn p {
        font-size: 20px;
        font-weight: 500;
        color: var(--dark-color-1);
        margin-right: 40px;

    }

    .know_more_sec .sec_content .dropdown_btn img {
        position: relative;
        width: 30px;
        height: 30px;
        object-fit: cover;
        cursor: pointer;

    }

}

@media (max-width: 991px) {

    .know_more_sec .sec_content .sec_items .items_block .block_inner .item_right_sec {
        margin-top: 0;
    }

    .know_more_sec .sec_content .sec_items .items_block .block_inner .item_right_sec .right_inner .image_box_sec {
        flex-wrap: wrap;
    }

    .know_more_sec .sec_content .sec_items .items_block .block_inner .item_right_sec .right_inner .image_box_sec .image_box {
        width: 49%;
        margin-top: 15px;
    }

}

@media (max-width: 860px) {
    .know_more_sec .sec_content .sec_head {
        flex-direction: column-reverse;
    }

    .know_more_sec .sec_content .sec_head h3 {
        width: 100%;
        display: flex;
        align-content: center;
        justify-content: center;
        margin-top: 20px;
    }

    .know_more_sec .sec_content .dropdown_btn {
        width: 100%;
    }

    .know_more_sec .sec_content .sec_items .items_block .block_inner .item_left_sec .left_inner li {
        font-size: 15px;
    }

    .know_more_sec .sec_content .sec_items .items_block .block_inner .item_right_sec .right_inner .image_box_sec .image_box {
        width: 100%;
    }

    .know_more_sec .sec_content .sec_items .items_block .block_inner .item_right_sec .right_inner .bottom_sec {
        padding-bottom: 0;
    }

    .know_more_sec .sec_content .sec_items .items_block .block_inner .item_right_sec .right_inner .bottom_sec p {
        text-align: inherit;
    }
}

@media (max-width: 575px) {
    .know_more_sec {
        padding: 25px 35px;
    }

    .know_more_sec .sec_content {
        padding: 25px;
    }

    .know_more_sec .sec_content .dropdown_btn p {
        font-size: 15px;
        margin-right: 30px;

    }

    .know_more_sec .sec_content .dropdown_btn img {
        position: relative;
        width: 25px;
        height: 25px;
    }

    .know_more_sec .sec_content .sec_items .items_block .block_inner .item_right_sec .right_inner .image_box_sec .image_box img {
        height: 100px;
    }
}

@media (max-width: 450px) {
    .know_more_sec {
        padding: 25px 15px;
    }

    .know_more_sec .sec_content .sec_items .items_block .block_inner .item_right_sec .right_inner .image_box_sec .image_box p {
        font-size: 13px;
    }

    .know_more_sec .sec_content .sec_items .items_block .block_inner .item_right_sec .right_inner .bottom_sec p {
        font-size: 14px;
    }
}

/* ========== responsive end ========== */


/* ========== counter section ========== */

.counter_sec {
    position: relative;
    width: 100%;
    padding: 15px 100px;
}

.counter_sec .sec_content {
    position: relative;
    width: 100%;
    padding: 25px 0;
    background: var(--theme-color);
    border-radius: 12px;
    display: flex;
    flex-wrap: wrap;
}

.counter_sec .sec_content .counter_box {
    position: relative;
    width: 25%;
    padding: 0 35px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    border-right: 1px solid var(--grey-background-5);
}

.counter_sec .sec_content .counter_box:last-child {
    border-right: none;
}

.counter_sec .sec_content .counter_box h3 {
    position: relative;
    font-size: 64px;
    line-height: 1;
    font-weight: 400;
    color: var(--light-color);
}

.counter_sec .sec_content .counter_box p {
    position: relative;
    margin-top: 10px;
    font-size: 24px;
    font-weight: 600;
    color: var(--light-color);
}



/* =============== Responsive start ============== */

@media (max-width: 1499px) {
    .counter_sec {
        padding: 25px 50px;
    }

    .counter_sec .sec_content {
        padding: 10px;
    }

    .counter_sec .sec_content .counter_box {
        width: 50%;
        padding: 15px 35px;
    }

    .counter_sec .sec_content .counter_box:nth-of-type(even) {
        border-right: none;
    }

    .counter_sec .sec_content .counter_box:nth-child(1),
    .counter_sec .sec_content .counter_box:nth-child(2) {
        border-bottom: 1px solid var(--grey-background-5);
    }

}

@media (max-width: 991px) {
    .counter_sec .sec_content .counter_box h3 {
        font-size: 45px;
    }

    .counter_sec .sec_content .counter_box p {
        font-size: 18px;
        font-weight: 500;
    }
}

@media (max-width: 575px) {
    .counter_sec {
        padding: 25px 35px;
    }

    .counter_sec .sec_content {
        padding: 0 10px;
    }

    .counter_sec .sec_content .counter_box {
        width: 100%;
        border-right: none;
        border-bottom: 1px solid var(--grey-background-5);
        padding: 25px 35px;
    }

    .counter_sec .sec_content .counter_box:last-child {
        border-bottom: none;
    }

    .counter_sec .sec_content .counter_box h3 {
        font-size: 30px;
    }

    .counter_sec .sec_content .counter_box p {
        font-size: 14px;
    }
}

@media (max-width: 450px) {
    .counter_sec {
        padding: 25px 15px;
    }
}

/* =============== Responsive end ============== */




/* ============ Anroid popup ============ */

.anroid_popup_wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: var(--modal-background);
    display: none;
    flex-direction: column;
    justify-content: flex-end;
    z-index: 999;
    transition: all 0.5s;
    /* transform: translateY(100%); */
}

.anroid_popup_wrapper.active {
    display: none;
    /* transform: translateY(0);
    animation: slideUp 0.5s ease-in-out; */
}

/* @keyframes slideUp {
    from {
        transform: translateY(100%);
    }
    to {
        transform: translateY(0);
    }
} */

.anroid_popup_wrapper .modal_close {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}

.anroid_popup_wrapper .modal_close a {
    position: relative;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: var(--light-background);
    color: var(--dark-color-1);
    font-size: 22px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.anroid_popup_wrapper .popup_box {
    position: relative;
    width: 100%;
    display: flex;
    background: var(--light-background);
    border-radius: 20px 20px 0 0;
    flex-direction: column;
    overflow: hidden;
}

.anroid_popup_wrapper .popup_box .popup_banner {
    position: relative;
    width: 100%;
    height: 250px;
    display: flex;
}

.anroid_popup_wrapper .popup_box .popup_banner img {
    position: relative;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.anroid_popup_wrapper .popup_box .popup_logo_sec {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
}

.anroid_popup_wrapper .popup_box .popup_logo_sec .logo {
    position: absolute;
    top: -25px;
    left: 50%;
    display: flex;
    padding: 5px;
    transform: translateX(-50%);
    background: var(--light-background);
    border-radius: 4px
}

.anroid_popup_wrapper .popup_box .popup_logo_sec .logo img {
    position: relative;
    width: 170px;
}

.anroid_popup_wrapper .popup_box .popup_contents {
    position: relative;
    width: 100%;
    padding: 40px 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.anroid_popup_wrapper .popup_box .popup_contents p {
    position: relative;
    font-size: 16px;
    color: var(--dark-color-1);
}

.anroid_popup_wrapper .popup_box .popup_contents h2 {
    position: relative;
    font-size: 32px;
    color: var(--dark-color-1);
    font-weight: 700;
    margin-top: 15px;
}

.anroid_popup_wrapper .popup_box .popup_contents span {
    position: relative;
    font-size: 15px;
    color: var(--dark-color-1);
    letter-spacing: 2px;
    margin-top: 8px;
}

.anroid_popup_wrapper .popup_box .popup_contents button {
    position: relative;
    width: 100%;
    display: flex;
    padding: 13px 0;
    color: var(--light-color);
    background: var(--theme-color);
    border-radius: 6px;
    border: none;
    outline: none;
    font-size: 17px;
    font-weight: 600;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
    cursor: pointer;
}

.anroid_popup_wrapper .popup_box .popup_contents a {
    position: relative;
    margin-top: 10px;
    font-size: 13px;
    color: var(--theme-color);
    font-weight: 500;
    cursor: pointer;
}


@media (max-width: 575px) {
    .anroid_popup_wrapper {
        display: flex;
    }
}




/* ============== products section ============= */

.products_section {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-top: 50px;
    padding: 0 90px;
}
.products_section .sec_head {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.products_section .sec_head h3 {
    position: relative;
    font-size: 30px;
    font-weight: 700;
    color: var(--dark-color);
}
.products_section .sec_head a {
    position: relative;
    display: flex;
    align-items: center;
    font-size: 18px;
    color: var(--dark-color-1);
    font-weight: 600;
    text-decoration: none;
}
.products_section .sec_head a i {
    margin-left: 8px;
}
.products_section .sec_head a:hover {
    color: var(--theme-color);
    text-decoration: underline;
}

.products_section .product_box_sec {
    position: relative;
    width: 100%;
    margin-top: 15px;
    display: flex;
    flex-wrap: wrap;
}

.products_section .product_box_sec .product_box {
    position: relative;
    width: 25%;
    padding: 10px;
    display: flex;
}

.products_section .product_box_sec .product_box .box_inner {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: space-between;
    border: 1px solid var(--light-border);
    border-radius: 12px;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.158);
    background: var(--light-background);
    padding: 20px;
    padding-left: 35px;
}

.products_section .product_box_sec .product_box .box_inner::before {
    content: '';
    position: absolute;
    top: 15%;
    left: 12px;
    width: 6px;
    height: 70%;
    border-radius: 50px;
}

.products_section .product_box_sec .product_box.veg .box_inner::before {
    background: var(--veg-color);
}

.products_section .product_box_sec .product_box.non_veg .box_inner::before {
    background: var(--non-veg-color);
}

.products_section .product_box_sec .product_box .box_inner .product_brif {
    position: relative;
    width: calc(100% - 130px);
    /* background-color: aqua; */
    display: flex;
    flex-direction: column;
    padding-right: 25px;
}

.products_section .product_box_sec .product_box .box_inner .product_brif h4 {
    position: relative;
    font-size: 20px;
    font-weight: 600;
    color: var(--dark-color-1);
    line-height: 1;
}

.products_section .product_box_sec .product_box .box_inner .product_brif p {
    position: relative;
    font-size: 17px;
    font-weight: 500;
    color: var(--dark-color-1);
    margin-top: 5px;
}

.products_section .product_box_sec .product_box .box_inner .product_brif p del {
    font-size: 15px;
    padding-right: 8px;
    opacity: 0.5;
}

.products_section .product_box_sec .product_box .box_inner .product_brif h6 {
    position: relative;
    display: flex;
    align-items: center;
    font-size: 17px;
    font-weight: 600;
    margin-top: 5px;
}

.products_section .product_box_sec .product_box .box_inner .product_brif h6 i {
    margin-left: 5px;
    color: var(--theme-color);
}

.products_section .product_box_sec .product_box .box_inner .product_brif h6 span {
    margin-left: 15px;
}

.products_section .product_box_sec .product_box .box_inner .product_brif a {
    position: relative;
    display: flex;
    font-size: 17px;
    font-weight: 500;
    color: var(--dark-color-1);
    margin-top: 5px;
    cursor: pointer;
}

.products_section .product_box_sec .product_box .box_inner .product_brif a:hover {
    color: var(--theme-color);
}

.products_section .product_box_sec .product_box .box_inner .product_img {
    position: relative;
    width: 130px;
    height: 130px;
    display: flex;
    cursor: pointer;
}

.products_section .product_box_sec .product_box .box_inner .product_img img {
    position: relative;
    width: 100%;
    border-radius: 12px;
}

.products_section .product_box_sec .product_box .box_inner .add_btn {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 73px;
    height: 75px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-top-left-radius: 24px;
    background: rgba(255, 255, 255, 0.864);
    cursor: pointer;
}

.products_section .product_box_sec .product_box .box_inner .add_btn a {
    position: absolute;
    top: 13px;
    left: 13px;
}

.products_section .product_box_sec .product_box .box_inner .add_btn a img {
    position: relative;
    width: 30px;
    height: auto;
}
.products_section .product_box_sec .product_box .box_inner h3 {
    position: absolute;
    top: 0;
    right: 20px;
    width: 60px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--dark-color);
    color: var(--light-color);
    line-height: 1;
    font-size: 18px;
    font-weight: 500;
    border-radius: 0 0 6px 6px;
    cursor: pointer;
}

.products_section .product_box_sec .product_box .box_inner .product_count_sec {
    position: absolute;
    bottom: 26px;
    right: 36px;
    height: 40px;
    width: 120px;
    background-color: var(--light-background);
    display: flex;
    border-radius: 8px;
    justify-content: space-between;
    align-items: center;
    padding: 0 15px;
}

.products_section .product_box_sec .product_box .box_inner .product_count_sec a {
    position: relative;
    font-size: 15px;
    color: var(--dark-color-1);
    cursor: pointer;
}

.products_section .product_box_sec .product_box .box_inner .product_count_sec .number {
    position: relative;
    width: 35px;
    height: 28px;
    border: 1px solid var(--light-border);
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.158);
}

.products_section .product_box_sec .product_box .box_inner .product_count_sec .number p {
    font-size: 16px;
    color: var(--dark-color-1);
    font-weight: 600;
}

/* ================ Responsive Start ============== */

@media (max-width: 1850px) {
    .products_section .product_box_sec .product_box {
        width: 33.33%;
    }
}

@media (max-width: 1499px) {
    .products_section {
        padding: 0 40px;
    }
}

@media (max-width: 1299px) {
    .products_section .product_box_sec .product_box {
        width: 50%;
    }
}

@media (max-width: 991px) {
    .products_section .product_box_sec .product_box .box_inner .product_brif {
        padding-right: 0;
    }

    .products_section .product_box_sec .product_box .box_inner .product_img {
        width: 130px;
        height: 110px;
    }

    .products_section .product_box_sec .product_box .box_inner .product_count_sec {
        bottom: 30px;
        height: 35px;
        width: 98px;
    }
}

@media (max-width: 876px) {
    .products_section .product_box_sec .product_box {
        width: 100%;
    }
}

@media (max-width: 575px) {
    .products_section {
        padding: 0 25px;
    }
}

@media (max-width: 450px) {
    .products_section {
        padding: 0 15px;
    }

    .products_section .product_box_sec .product_box .box_inner .product_brif {
        width: calc(100% - 110px);
    }

    .products_section .product_box_sec .product_box .box_inner .product_brif h4 {
        font-size: 15px;
    }

    .products_section .product_box_sec .product_box .box_inner .product_brif p {
        font-size: 13px;
    }

    .products_section .product_box_sec .product_box .box_inner .product_brif h6 {
        font-size: 14px;
    }

    .products_section .product_box_sec .product_box .box_inner .product_brif a {
        font-size: 14px;
    }

    .products_section .product_box_sec .product_box .box_inner .product_img {
        width: 110px;
        height: 90px;
    }

    .products_section .product_box_sec .product_box .box_inner .product_count_sec {
        bottom: 30px;
        right: 30px;
        height: 35px;
        width: 89px;
    }

    .products_section .product_box_sec .product_box .box_inner .product_count_sec .number {
        width: 23px;
        height: 21px;
    }

    .products_section .product_box_sec .product_box .box_inner .product_count_sec .number p {
        font-size: 13px;
    }

    .products_section .product_box_sec .product_box .box_inner .product_count_sec a {
        font-size: 13px;
    }
}

