@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

html,
body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Poppins", serif;
    letter-spacing: .5px;
    background-color: var(--light-pink-color);
    scroll-behavior: smooth !important;
    scroll-padding-top: 120px;
}

:root {
    --bs-theme-color: #E4390B;
    --primary-color: #E4390B;
    --secondary-color: #034938;
    --bs-secondary-color: #034938;
    --light-pink-color: #FAF2EE;
    --peach-color: #FDBD94;
    --bs-orange-color: #E84C03;
    --light-yellow: #FBC941;
    --dark-yellow: #F6B002;
    --light-green: #9EB31A;
    --dark-green: #497100;
    --bs-white-color: #ffffff;
    --grey-color: #3C3C3C;
    --black-color: #000000;
    --bs-font-secondary: 'Gulfs Display Norma';
    --gallery-height: 600px;
    --gallery_gap: 22px;
    --container-space: 2%;
    --section-space: 100px;
    --section-maintitle: 40px;
    --section-smallspace: 50px;
    --section-hero-title: 55px;
    --section-heading: 30px;
    --section-subheading: 80px;
    --section-subtitle: 24px;
    --section-paragraph: 16px;
    --swiper-navigation-size: 30px !important;
}


/* color-css */
.text-grey {
    color: var(--grey-color) !important;
}

.text-secondary {
    color: var(--secondary-color) !important;
}

.light-pink-color {
    background-color: var(--light-pink-color);
}

.dark-yellow {
    color: var(--dark-yellow);
}

.bg-light-green {
    background-color: var(--light-green);
}

.bg-light-yellow {
    background-color: var(--light-yellow);
}

.bg-dark-yellow {
    background-color: var(--dark-yellow);
}

.bg-dark-green {
    background-color: var(--dark-green);
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin-bottom: 0;
}


.fancy-font {
    font-family: 'Gulfs Display Normal';
}

.text-heading {
    font-size: var(--section-heading);
}

.text-subheading {
    font-size: var(--section-subheading);
    margin-bottom: 10px;
}

.section-maintitle {
    font-size: var(--section-maintitle);
}


p {
    font-size: var(--section-paragraph);
}

.text-primary {
    color: var(--bs-theme-color) !important;
}

.text-secondary {
    color: var(--bs-secondary-color) !important;
}

* {
    font-family: "Poppins", serif;
    text-decoration: none;
}

html {
    scroll-behavior: smooth;
}

.flatpickr-calendar.open {
    z-index: 5 !important;
}

body.stopScrolling {
    scroll-snap-type: none;
    overflow-y: hidden;
}

.container-fluid {
    padding: 0 var(--container-space) !important;
}

/* Global Css Start */
.text-60 {
    font-size: 60px;
}

.text-36 {
    font-size: 36px;
}

.text-26 {
    font-size: 26px;
}

.text-22 {
    font-size: 22px;
}

.text-18 {
    font-size: 18px;
}

.text-16 {
    font-size: 16px;
}

.font-bold {
    font-family: 'Oregon LDO Bold';
}

.font-light {
    font-family: 'Oregon LDO Regular';
}

.z-9 {
    z-index: 9;
}

/* font-weight-css */
.fw-300 {
    font-weight: 300 !important;
}

.fw-400 {
    font-weight: 400 !important;
}

.fw-500 {
    font-weight: 500 !important;
}

.fw-600 {
    font-weight: 600 !important;
}

.padding-y {
    padding: 100px 0;
}

.padding-t {
    padding-top: 100px;
}


.padding-top-50 {
    padding-top: 50px;
}

.padding-bottom-50 {
    padding-bottom: 50px;
}

.mb-50 {
    margin-bottom: 50px;
}

.mb-100 {
    margin-bottom: 100px;
}

.padding-b {
    padding-bottom: 100px;
}

.text-BK {
    color: #000000 !important;
}

.text-WH {
    color: #fff !important;
}

.text-orange {
    color: var(--bs-orange-color);
}

.text-theme {
    color: var(--bs-theme-color);
}

.bg-orange {
    background: var(--bs-theme-color);
}

.bg-light {
    background-color: #f6f6f6 !important;
}

.bg-secondary {
    background-color: var(--bs-secondary-color) !important;
}

.p-round {
    /* max-width: 1170px; */
    margin: auto;
}

p {
    color: #000;
}


.border-primary {
    border-color: var(--bs-theme-color) !important;
}

h1,
h2,
h3,
h4 {}

.sub-title {
    /* font-size: 25px; */
}

h2.h2-heading {
    font-size: 65px;
    font-weight: 400 !important;
    font-family: var(--bs-font-secondary) !important;
    background: -webkit-linear-gradient(top, var(--bs-orange-color), var(--bs-theme-color));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    /* display: inline-block; */
    width: -webkit-fill-available;
}

.h2-heading span {}

/* Transition  */
.transition {
    transition: all 0.4s ease;
}

/* Form Inputs Css */
/* Chrome,Safari, Edge, Opera ,Firefox*/
input[type="number"] {
    -moz-appearance: textfield;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.form-control:focus {
    /* box-shadow: none;
    border: none; */
}

/* Form Inputs Css */
/* Blacklayer */
.blacklayer {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #000000bd;
    backdrop-filter: blur(5px);
    z-index: 991;
    opacity: 0;
    visibility: hidden;
    top: 0;
    left: 0;
    transition: all 0.4s ease;
}

.blacklayer.active {
    z-index: 991;
    opacity: 1;
    visibility: visible;
    transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

/* Blacklayer */

.img-cover {
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center;
    height: 100%;
    width: 100%;
}

.img-fluid {
    width: 100%;
}

.btns {
    margin-top: 20px;
}

.same-btn {
    padding: 10px 30px;
    display: inline-block;
    background-color: var(--secondary-color);
    color: var(--bs-white-color);
    border: 1px solid var(--secondary-color) !important;
}

.same-btn-two {
    background-color: transparent;
    color: var(--bs-white-color);
    padding: 10px 30px;
    background-color: var(--primary-color);
    border-radius: 0px;
    border: 1px solid var(--primary-color);
    transition: 0.3s ease-in-out;
}

.same-btn-two:hover {
    background-color: var(--bs-white-color);
    color: var(--bs-dark-color);
    border: 1px solid rgba(228, 57, 11, 0.4) !important;
}

.same-btn:hover {
    background: #FFF;
    color: var(--bs-black-color);
    transition: all 0.4s ease;
    border: 1px solid #000 !important;
}

.same-btn svg {
    fill: white;
}

.same-btn:hover svg {
    fill: var(--bs-theme-color);
}

.same-btn,
.not_orderable {
    border-radius: 0px;
    background: var(--secondary-color);
    transition: all 0.4s ease;
    text-decoration: none;
    color: white;
    overflow: hidden;
    font-weight: 500;
    border-color: var(--secondary-color);
    position: relative;
    z-index: 0;
}

.not_orderable {
    cursor: default !important;
}

.same-btn.btn-outline {
    background: transparent;
    border: 1px solid var(--bs-orange-color);
    color: var(--bs-orange-color);
}

.same-btn.btn-outline:hover {
    background: var(--bs-theme-color);
    color: var(--bs-white-color);
    border: 1px solid var(--bs-orange-color);
}

.same-btn.btn-outline-02 {
    background: #000;
    color: #fff;
    border: 1px solid #000;
}

.same-btn.btn-outline-02:hover {
    border: 1px solid var(--bs-orange-color);
}

.sub-banner {
    height: 500px;
    background: var(--bs-theme-color);
    padding: 100px 0 0px;
}

.sub-banner-title {
    font-size: 120px;
    background: -webkit-linear-gradient(0deg,
            var(--bs-theme-color),
            var(--bs-orange-color));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
    width: -webkit-fill-available;
    font-family: "Kaushan Script", cursive !important;
    padding: 25px 0;
}

.sub-banner-discription {
    font-size: 18px;
}

/* Global Css End */

/*book table*/
.reservation-page-section {
    margin-top: 30px;
}

.reservation-page-section .bg-contact-box form.form-contact {
    padding: 30px 50px 50px 20px;
}

.reservation-page-section .bg-contact-box>div>div:first-child {
    margin-bottom: 0px;
}

label.condition-text p {
    margin: 0;
    cursor: pointer;
    font-size: 14px;
    line-height: 1.3;
    text-align: left !important;
}

label.condition-text {
    display: flex;
    align-items: center;
    gap: 9px;
}

.condition-text input {
    width: 34px;
    margin-right: 10px;
    height: 20px;
}

.img-full4 {
    height: 100%;
}

.img-full4 img.img-fluid {
    height: 100%;
    margin: auto;
    text-align: center;
    display: block;
    object-fit: cover;
}

.owl-carousel {
    z-index: -1 !important;
}

.wh-100 {
    height: 100px !important;
}

.over-lay {
    text-align: left;
}

.card-img {
    position: relative;
}

.over-lay h3 {
    font-size: 21px;
}

.over-lay {
    position: absolute;
    bottom: 0;
    padding: 13px 11px 7px;
    background: linear-gradient(172deg,
            rgb(255 255 255 / 0%) -32%,
            rgb(89 16 16) 66%);
    height: 150px;
}

/* Desk-view-Header start */
header {
    /* position: fixed; */
    /* background: var(--bs-theme-color); */
    /* z-index: 99; */
    /* top: 0; */
    /* left: 0; */
    padding: 15px 10px;
    position: sticky;
}

.header-bg-color {
    background: #000;
}

header.navigation.is-sticky {
    background: #fff;
    transition: all 0.2s ease;
    animation: sticky-header 0.35s ease-out;
    position: sticky;
    top: 0;
    z-index: 999;
    padding: 15px 0;
    box-shadow: 0 2px 10px rgba(0, 0, 0, .1);
}

header.navigation.is-sticky .navbar {
    /* background: #00000049; */
    /* padding: 10px 0 !important; */
}

header.navigation.is-sticky .action-bar {
    display: none;
}

header.navigation.is-sticky .web-nav-logo {
    display: none;
    transition: all 0.4s ease;
}

header.navigation.is-sticky .web-nav-sticky-logo {
    display: block;
    transition: all 0.4s ease;
}

header.navigation.is-sticky .cart-div a,
header.navigation.is-sticky .cart-div a i,
header.navigation.is-sticky .cart-div a span {
    border-color: var(--bs-white-color);
    color: var(--bs-white-color);
}

header.navigation.is-sticky .nav-booktable-btn {
    /* border-color: var(--bs-white-color); */
    color: var(--bs-white-color);
}

header.navigation.is-sticky .nav-booktable-btn:hover {
    background: #fff;
    color: #000;
    border: 1px solid #000;
}


.action-bar ul li a span {
    line-height: 24px;
}

.web-nav-sticky-logo {
    display: none;
    transition: all 0.4s ease;
}

.web-nav-cover .web-nav-sticky-logo img {
    /* height: 4vw; */
    /* padding: 10px; */
    transition: all 0.4s ease;
}

@keyframes sticky-header {
    from {
        transform: translateY(-100%);
    }

    to {
        transform: translateY(0);
    }
}

header .navbar {
    /* background: #00000049; */
    /* backdrop-filter: blur(8px); */
    border-radius: 0px;
}

header .navbar .nav-contain {
    height: 100%;
}

.web-nav-links .nav-link {
    font-size: 16px;
    color: var(--grey-color);
    margin: 0 0px;
    font-weight: 500;
    transition: all 0.4s ease;
    position: relative;
    border-radius: 0px;
    border-right: 1px solid rgb(255 255 255 / 40%);
    padding: 10px 32px !important;
    /* text-transform: uppercase; */
}

header .nav_start {
    padding: 6px;
    /* gap:1rem; */
}

.web-nav-links .nav-item:last-child .nav-link {
    border-right: 0;
}

.web-nav-links .nav-link:hover {
    color: var(--bs-orange-color);
    background-color: transparent;
    transition: all 0.4s ease;
}

.web-nav-links .nav-link.active {
    color: var(--bs-orange-color);
    background-color: transparent;
}

.nav-item.active a {
    color: var(--bs-orange-color);
}

.web-nav-links .dropdown-item.active,
.web-nav-links .dropdown-item:active {
    color: var(--bs-orange-color);
    background: var(--bs-theme-color);
}

.navigation.hide {
    top: -80px;
    transition: all 0.4s ease;
}

.social-media-header {
    height: 100%;
    align-items: center;
    display: flex;
    justify-content: end;
}

footer .social-media-header a i {
    color: #1f1e1e;
    margin: 0;
    padding: 10px;
    background: var(--bs-orange-color);
    font-size: 20px;
    height: 30px;
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 3px;
}


/* .social-media-header a i{display: flex; border-bottom: none !important;} */
.social-media-header a i:hover {
    color: var(--bs-dark-color);
}

.footer-media-icon i:hover {
    color: var(--bs-theme-color);
}

.web-nav-cover {
    position: relative;
    /* border-radius: 100%; */
    /* border:8px solid #241b12; */
    /* margin-bottom: -25px; */
    /* margin-top: -15px; */
    /* background: #150d00; */
    /* backdrop-filter: blur(8px); */
}

.web-nav-cover img {
    height: 80px;
}

header.navigation.is-sticky .web-nav-cover {
    /* border: 6px solid #241b12; */
    /* margin-bottom: -15px; */
    /* margin-top: -15px; */
}

.cart-div {
    position: relative;
}

li.nav-item.cart-div .nav-link.active span {
    color: var(--bs-dark-color);
}

li.nav-item.cart-div .nav-link span:hover {
    color: var(--bs-dark-color);
}

.cart-div a {
    display: flex;
    gap: 2px;
    align-items: center;
    /* border: 1px solid var(--bs-theme-color); */
    /* border-radius: 30px; */
    width: 34px;
    height: 34px;
    justify-content: center;
    overflow: hidden;
    /* font-family: "Inter" !important; */
    /* background: var(--bs-theme-color); */
}

.cart-div a img {
    width: 30px;
    height: 30px;
}

.cart-div a i {
    padding: 0;
    /* width: 50%; */
    align-items: center;
    justify-content: center;
    color: var(--bs-white-color);
    font-size: 25px;
}

.cart-div span {
    position: absolute;
    /* top: 0; */
    /* border: 1px solid var(--bs-white-color); */
    display: flex;
    width: 20px;
    height: 20px;
    border-radius: 50px;
    align-items: center;
    justify-content: center;
    right: 0px;
    top: -2px;
    background: var(--bs-orange-color);
    font-size: 12px;
    color: var(--bs-white-color);
}

.nav-booktable-btn {
    position: relative;
    background-color: var(--secondary-color);
    border-radius: 0px;
    color: white;
    padding: 10px 30px;
    transition: all 0.4s ease;
    cursor: pointer;
    border: 1px solid var(--secondary-color);
}

.nav-booktable-btn:hover {
    background: #FFF;
    color: var(--bs-black-color);
    transition: all 0.4s ease;
    border: 1px solid #000;
}

/* Desk-view-Header End */
/* Action Bar Start */
.action-bar {
    width: 100%;
    /* background: var(--bs-dark-700); */
    padding: 10px 0;
}

.action-bar a {
    color: var(--bs-dark-color);
    font-size: 16px;
    font-weight: 500;
}

.action-bar a:hover {
    color: var(--bs-orange-color);
}

.location_li a:hover {
    color: var(--bs-dark-color);
}

.pointer {
    cursor: pointer !important;
}


.action-bar i {
    font-size: 18px;
}

/* Action Bar End */
/* Mobile Sidebar Satrt */
.mobileSidebar {
    position: fixed;
    z-index: 9999992;
    top: 0;
    right: -100%;
    max-width: 370px;
    height: 100vh;
    background: var(--bs-white-color);
    transition: all 0.4s ease;
}

a {
    text-decoration: none;
}

.mobile-booktable a {
    border: none;
    padding: 14px 30px;
    color: var(--bs-white-color);
    border-radius: 50px;
    background: var(--bs-orange-color);
}

.mobile-booktable a:hover {
    background: var(--bs-theme-color);
}

.mobileSidebar.mobileSidebarShow {
    right: 0;
    transition: all 0.4s ease;
}

.mobileSidebarClose {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 25px;
    padding: 0;
    animation: crossRotate 8s ease infinite;
}






@keyframes crossRotate {

    /* 0%{transform: rotate(-90deg);} */
    100% {
        transform: rotate(360deg);
    }
}

.mobileSidebar .navbar-links .nav-link:hover {
    color: var(--bs-orange-color);
}

.mobileSidebar .navbar-links .nav-link.active {
    color: var(--bs-orange-color) !important;
    padding: 0px;
}

.mobileSidebar .contact-info {
    margin-top: 6px;
}

.contact-info li {
    padding: 0 20px;
}

.contact-info a {
    color: var(--bs-dark-color);
}

.contact-info a:hover {
    color: var(--bs-theme-color);
}

.contact-info {
    margin-top: 50px;
}

/* Mobile Sidebar End */
/* Footer Start  */
Footer {
    padding-top: 50px;
    border-radius: 0;
}

Footer .container-fluid {
    padding: 70px 0 20px;
}

Footer .web-nav-cover {
    position: absolute;
    left: 0;
    top: 0;
    padding: 0 0 0 10px;
}

Footer h5 {
    margin-bottom: 20px;


}

Footer a {
    color: var(--bs-white-color);
    font-size: 16px;
    display: flex;
    margin-bottom: 10px;
    padding: 0;

    text-align: start;
}

Footer a.active {
    color: var(--bs-orange-color);
}

.footer-links li {
    margin-bottom: 10px;
}

.working-hours-div h6 {
    font-size: 16px;
    color: var(--bs-white-color);
}

Footer a:hover {
    color: var(--bs-theme-color);
    /* font-weight: 600; */
}

.custom-form input,
.custom-form textarea {
    padding: 10px;
    margin-bottom: 5px;
    border: 0px solid #000;
    font-size: 12px;
    width: 100%;
    outline: none;
    border-radius: 4px;
}

.custom-form button {
    border: none;
    padding: 0px;
    width: 100%;
    max-width: 150px;
    background: var(--bs-orange-color);
    text-transform: uppercase;
}

.footer-address a {
    color: var(--bs-white-color);
    font-size: 14px;
    word-break: break-all;
    display: flex;
    align-items: center;
}

.footer-address a:hover {
    color: var(--bs-theme-color);
}

footer .social-media-header a:hover {
    color: var(--bs-theme-color);
}

.copy-right-content small {
    padding: 0px 5px;
    font-size: 16px;
}

.copy-right-content small a {
    font-size: 14px;
    font-family: "Inter" !important;
    font-weight: 500;
}

/* Footer Start  */
main {
    position: relative;
    overflow: hidden;
}

.map-05 iframe {
    border-radius: 30px !important;
}

/* Hero Section  Start */
.hero-section {
    /* background-image: linear-gradient(90deg, #000000a9, #000000a9),
        url(../image/hero-banner1.webp); */
    background-image: linear-gradient(90deg, transparent, transparent),
        url(../image/hero-banner1.webp);
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 0;
    backdrop-filter: blur(1px);
}

.hero-section .slider {
    width: 100%;
    height: 100%;
    position: relative;
}

.slide-01 {
    position: relative;
}

.banner-bg-img-box {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.banner-bg-img {
    /* width: 100%; */
    height: 100%;
    object-fit: cover;
}

.banner-bg-img-box::after {
    position: absolute;
    background: linear-gradient(90deg, #000000, rgba(255, 255, 255, 0));
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.banner-text-cover {
    font-size: 100px;
}

.banner-text-cover>span {
    font-size: 100px;
    background: -webkit-linear-gradient(top,
            var(--bs-orange-color),
            var(--bs-theme-color));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
    width: -webkit-fill-available;
    padding: 0 0 25px 0;
}

.banner-content-box p {
    font-size: 22px;
    color: var(--bs-white-color);
    max-width: 700px;
}

.hero-section .hero_heading {
    letter-spacing: 2px;
    margin-top: 30px;
    font-weight: 400;
}

.slick-list.draggable,
.slick-track {
    height: 100%;
}

.slider .slick-slide img {
    object-fit: cover;
}

.food-slider .slick-track {
    display: flex;
}

/* ul.slick-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    list-style: none;
    gap: 15px;
    background: transparent;
    position: absolute;
    bottom: 20px;
    z-index: 5;
}

ul.slick-dots li {
    font-size: 0;
    height: 14px;
    width: 14px;
    border-radius: 30px;
    border: 2px solid #c2c2c2;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    transition: all 0.4s ease;
} */

/* ul.slick-dots li button {
    font-size: 0;
    height: 100%;
    width: 100%;
    border-radius: 30px;
    border: none;
    background: transparent;
    transition: all 0.4s ease;
} */
/* ul.slick-dots li button
{
    height: 14px;
    width: 14px;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 34%);
    transition: all 0.4s ease;
}
ul.slick-dots li.slick-active {
    border: 0px solid var(--bs-theme-color);
    transition: all 0.4s ease;
    background: rgba(0, 0, 0, 100%);
    height: 18px;
    width: 18px;
    border-radius: 20px;;
    margin-top: -2px !important;
} */
.slick-dots li button:before {
    font-family: slick;
    font-size: 15px !important;
    line-height: 20px;
    position: absolute;
    top: -30px;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    opacity: .25;
    color: #000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-dots .slick-active button:before {

    font-size: 20px !important;
}

.slick-dots li {
    margin: 0 !important;
}


.horizontal-text {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: space-between;
    height: 54%;
    position: absolute;
    right: 5%;
    z-index: 99;
    top: 50%;
    transform: translate(0%, -50%);
    width: 50px;
}

.horizontal-text h6,
.horizontal-text hr {
    display: inline-block;
    transform: rotate(90deg);
    font-weight: 700;
}

.sub-page-banner .horizontal-text hr {
    width: 50px;
    border: 1px solid #ffffff;
    opacity: 1;
}

.sub-page-banner .horizontal-text {
    height: 60%;
}

.horizontal-text hr {
    width: 100px;
    border: 1px solid #ffffff;
    opacity: 1;
}

.horizontal-text ul li {
    cursor: pointer;
}

.horizontal-text ul li a {
    color: var(--bs-white-color);
}

/* Sub Page Banner  */
.sub-page-banner {
    height: 70vh;
    padding: 100px 0 0 0;
    background-image: linear-gradient(90deg, transparent, transparent),
        url(../image/Submenu-banner.png);
}

.sub-page-banner .banner-text {
    min-height: 360px;
}

.sub-page-banner .banner-text-cover {
    font-size: 100px;
}

.sub-page-banner h6.text-36 {
    font-size: 30px;
}

/* book-table-section */


/* Menu Section Start  */
.menu-section {
    padding: 0px 0;
}

.bar-menu-row {
    /* margin-top: 30px; */
}

.bar-menu-row .slick-track {
    gap: 10px;
    display: flex;
}

.bar-menu-row .all-dots .slick-slide {
    padding: 0 10px;
    height: 100%;
    border-radius: 6px;
}

.all-dots .slick-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0px;
}

.all-dots ul.slick-dots {
    bottom: -29px;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin: 0;
    padding: 0;
    right: 10px;
    gap: 12px;
    z-index: 3;
    position: relative;
}

.bar-menu-row .slick-track {
    display: flex !important;
}

.food-itme-img-20 {
    height: 200px;
}

.category-box {
    border-radius: 10px;
    height: auto !important;
    padding: 5px;
    /* max-width: 330px; */
    /* min-width: 313px; */
}

.category-box a {
    position: relative;
    overflow: hidden;
    border-radius: 15px;
    display: flex;
    height: 350px;
    flex-direction: column;
    padding: 0px;
    border: 5px solid var(--bs-orange-color);
    /* max-width: 330px; */
}

.category-box h4 {
    transition: all 0.4s ease;
    position: relative;
    width: 100%;
    margin-top: 15px;
    color: var(--bs-dark-color);
    border-radius: 6px;
    padding: 0 10px;
}

.category-box p {
    padding: 0 10px;
}

.menu-section-items {
    background: var(--bs-light-red-color);
    display: inline-flex;
}

.menu-section-items li:first-child button {
    border: 1px solid #3fb03d !important;
    color: #3fb03d !important;
    background: transparent !important;
}

.menu-section-items li:first-child button:hover {
    background: #3fb03d !important;
    color: #fff !important;
}

.menu-section-items li:first-child button.active {
    background: #3fb03d !important;
    color: #fff !important;
}

.menu-section-items li:first-child button:after {
    background: #3fb03d !important;
}

.menu-section-items li:first-child button:hover::after {
    background: #3fb03d !important;
}

.menu-section-items li:first-child button:active::after {
    background: #3fb03d !important;
}

.menu-section-items button {
    color: var(--bs-theme-color) !important;
    border-color: var(--bs-theme-color) !important;
}

.menu-section-items button:hover {
    color: var(--bs-white-color) !important;
}

.menu-section-items button:hover::after {
    background: var(--bs-theme-color);
}

.menu-section-items button.active:after {
    background: var(--bs-theme-color) !important;
}

.menu-section-items button.active {
    background: var(--bs-theme-color) !important;
    color: var(--bs-white-color) !important;
}

/* Special Offer Section  */
.special-menu-section {
    padding: 150px 0;
}

.shap-cover h2 {
    clip-path: polygon(0 0, 100% 0, 90% 50%, 100% 100%, 0 100%, 10% 50%);
    background: var(--bs-theme-color);
    padding: 15px 100px;
    display: inline-block;
}

.offer-box {
    background: var(--bs-theme-color);
    color: var(--bs-white-color);
    padding: 15px;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.offer-box-img {
    height: 360px;
    border-radius: 20px;
    overflow: hidden;
}

.offer-box-img img {
    object-fit: cover;
}

.grecaptcha-badge {
    z-index: 999;
}


.offer-box-content {
    padding: 20px 50px;
    text-align: center;
}

.offer-title {
    padding: 40px;
}

.offer-banner {
    background-image: url(../image/special-offer_bg.svg);
    border-radius: 30px;
    overflow: hidden;
    position: relative;
    background-color: #150D02;
}

.offer-banner-img {
    padding: 40px;
}

.offer-banner-img img {
    border-radius: 30px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border: 2px solid #fff;
}

.reviews-start li i {
    color: #FFB600;
}

/* .offer-title .h2-heading {
    font-size: 50px;
} */

.offer-slider .slick-list.draggable {
    width: 340px;
}

.join-us-section {
    padding: 0 0 150px 0;
}

.join-notice {
    background: var(--bs-theme-color);
}

/* Gallery Section start  */
.gallery-section {
    padding: 200px 0 0px;
}

.galley-section .img-box {
    width: 100%;
    height: 400px;
    /* padding: 5px; */
}

.galley-section .img-box img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 0px;
}

.galley-section .gallery-row {
    padding: 0 10px;
}

.galley-section .gallery-row>div {
    padding: 0;
}

/* .catering-section */
.catering-section {}

.catering-form-cover {
    background-image: url(../image/location-cover.webp);
    border-radius: 50px;
    padding: 50px;
    background-repeat: repeat !important;
    background-size: auto;
}

.catering-img figure img {
    border-radius: 20px;
}

/* Testimonials Section Start  */
.testimonial-section {}

.testimonial-section ul.slick-dots {
    bottom: -50px !important;
    display: none !important;
}

.google-description-row ul {
    color: #ffc107;
}

.testimonial-section .slick-track {
    display: flex;
    overflow: unset;
    gap: 0px;
}

.testimonial-section .slick-list {
    width: 100%;
    justify-content: center;
    height: 100%;
    overflow: unset;
    display: flex;
    margin: 0 auto;
}

.testimonial-section .slick-slide {
    height: auto;
    overflow: unset;
}

.testimonial-row-01 {
    padding-bottom: 30px;
}

.review-main-box {
    border: 1px solid var(--bs-orange-color);
    border-radius: 20px !important;
    overflow: unset;
    padding: 0px;
    height: 100%;
    transition: all 0.4s ease;
}

.review-main-cover:not(.slick-active) {
    opacity: 0;
    transition: all 0.4s ease;
}

.review-box {
    /* border: 1px solid var(--bs-light-gray-color); */
    /* background: var(--bs-theme-color); */
    /* border-radius: 50px; */
    height: 100%;
    margin: 0px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    /* bottom: -10px; */
}

.review-box p {
    font-weight: 400;
    text-align: left;
    /* color: var(--bs-white-color); */
    font-size: 15px;
}

.quote-user-img {
    position: relative;
}

.google-review-row {
    width: 100%;
    height: 100%;
    padding: 20px 0 50px;
}

.review-main-cover {
    padding: 12px;
}

.review-box h4 {
    font-size: 18px;
    font-weight: 400;
}

.review-img-content {
    gap: 20px;
}

.review-box ul {
    color: #ffc107;
    gap: 3px;
    margin-top: 20px;
}

.testimonial-section.all-dots .slick-slide {
    /* height: 100% !important; */
    max-height: 100% !important;
}

.testimonial-section.all-dots .slick-slide img {
    width: 60px;
    height: 62px;
    object-fit: cover;
    border-radius: 10px;
    position: relative;
    /* left: -25px; */
}

/* button.slick-arrow {
    position: absolute;
    bottom: -40px;
    left: 10px !important;
    border: 2px solid var(--bs-orange-color);
    width: 35px;
    height: 35px;
    color: transparent;
    background: transparent;
    z-index: 10;
} */

button.slick-next.slick-arrow {
    left: 50px !important;
}

/* button.slick-arrow::before {
    position: absolute;
    content: "\F284";
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    font-family: "Bootstrap-icons";
    color: #f2a22c;
    font-weight: bold;
    z-index: -1;
    cursor: pointer;
} */

button.slick-next.slick-arrow::before {
    content: "\F285";
}

.quote-img i {
    font-size: 50px;
    color: var(--bs-white-color);
}

.quote-img .review-start i {
    font-size: 16px;
    color: var(--bs-yellow-color);
}

.icon-rotate i {
    transform: rotate(180deg);
}

.contact-details {
    /* background: var(--bs-orange-color); */
    padding: 60px 30px;
    display: flex;
    flex-direction: column;
    /* align-items: center; */
    /* text-align: center; */
}

.contact-details h4 {
    color: var(--bs-theme-color);
    font-size: 20px;
}

.contact-details li {
    color: var(--bs-theme-color);
    display: flex;
    align-items: center;
    gap: 10px;
}

.contact-details li img {
    width: 24px;
}

.contact-details li a {
    text-decoration: none;
    /* color: var(--bs-white-color); */
    color: #000 !important;
    font-size: 14px;
    text-wrap: pretty;
    word-break: break-all;
    font-weight: 400;
}

.contact-details li a:hover {
    color: var(--bs-theme-color);
    /* font-weight: 200; */
}

.contact-map-col {
    margin: 100px 0;
    height: 400px;
}

/* Contact Us Section 2 Start  */
.form-0220 {
    background-image: url(../image/location-cover.webp);
    border-radius: 50px;
    padding: 50px;
    background-repeat: repeat !important;
    background-size: auto;
}

.contactus-section {
    padding: 100px 0;
    position: relative;
}

.contactus-section .form-contact input,
.contactus-section textarea.form-control {
    /* background: var(--bs-light-orange-color); */
    border: 0px solid var(--bs-light-gray-color);
}

/*About Page Start*/
.container-cover-bg-img-left,
.container-cover-bg-img-right {
    position: relative;
    z-index: 0;
}

.conta-cover-img {
    position: absolute;
    width: 32%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    border-radius: 0 20px 20px 0;
    overflow: hidden;
}

.container-cover-bg-img-right .conta-cover-img {
    left: unset;
    right: 0;
    border-radius: 20px 0 0 20px;
}

.conta-cover-img::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #00000071;
}

.conta-cover-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.our-section {
    padding-bottom: 150px;
}

/* .img-hover.d-flex img {
  width: 86px;
  height: 500px;
  object-fit: cover;
  margin: 0 2px;
  transition: 0.8s;
  border-radius: 10px;
} */
.img-hover.d-flex {
    overflow: hidden;
}

img.active {
    width: calc(100% - 185px) !important;
    transition: 0.8s;
}

.number-text {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.number-text span {
    font-size: 30px;
    font-weight: 700;
    top: -20px;
    position: relative;
    color: var(--bs-theme-color);
}

.about-page-section img {
    border: 2px solid var(--bs-white-color);
}

.about-page-section .about-section-img {
    height: 550px;
}

/*About Page END*/

/* Catering Page Start  */
.catering-form-col {
    padding: 150px 0px 50px;
}

.catering-section-01 .flex-column-reverse {
    flex-direction: row !important;
}

section.event-box {
    margin: 0px 0 100px;
}

.catering-event-cards {
    height: 300px;
}

.catering-event-cards .card-img {
    height: 100%;
}

.catering-event-cards .card-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.img-shaps-cover img {
    border-radius: 20px;
}

.happy-hours {
    padding-bottom: 100px;
}

.services-card-content {
    display: flex;
    align-items: center;
    flex-direction: column;
    text-align: center;
    /* background: -webkit-linear-gradient(top, var(--bs-orange-color), var(--bs-theme-color)); */
    padding: 30px;
    height: 100%;
    border-radius: 30px;
    box-shadow: 0 0 10px #cecece;
}

.services-card-text h6 {
    font-weight: 600;
    color: #000;
    margin-bottom: 20px;
    font-size: 20px !important;
}

.services-card-text p {
    color: #000;
}

.services-card-img {
    margin-bottom: 20px;
    background-color: var(--bs-orange-color);
    border-radius: 100px;
    margin-top: -80px;
}

.services-card-img svg {
    width: 100px;
    height: 100px;
    padding: 20px;
    border-radius: 100px;
    box-shadow: 0 10px 30px 0 rgb(155 154 154 / 30%);
}

.event-special h2 {
    font-size: 65px;
    font-weight: 400 !important;
    font-family: var(--bs-font-secondary) !important;
    background: -webkit-linear-gradient(top, var(--bs-orange-color), var(--bs-theme-color));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
    width: -webkit-fill-available;
}

/* Catering Page end  */

/*Contact-page*/
.contact-page-form {
    background-image: url(../image/about-cover.png);
}

.contact-page-form .contact-page-form-box {
    background-image: url(../image/location-cover.webp);
    background: fill;
    background-repeat: repeat;
    border-radius: 50px;
    padding: 50px;
}

.contact-page-form .contact-page-form-box .text-22 {
    color: #fff;
}

.contact-page-cta .contact-section {
    background-image: unset !important;
}

.contact-page-cta p,
.contact-page-cta span,
.contact-page-cta li a {
    color: #000 !important;
}

section.contact-form-col {
    padding: 20px 0 0;
}

.bg-contact-box {
    margin-bottom: 100px;
}

.main-contact-page .contactus-section {
    padding: 0;
}

.main-contact-page .contact-details {
    margin-top: 30px;
}

.main-contact-page .contact-details li a {
    color: var(--bs-dark-color);
}

.main-contact-page .contact-left iframe {
    height: 300px;
}

.main-contact-page .contact-details li a:hover {
    color: var(--bs-theme-color);
}

/* .working-hours-div li h6 span:last-child{margin-left: auto;} */
/* .addres1 {
    padding: 17px;
} */

/* Special Offer Page Css Start  */
.daily-info-section {
    padding: 80px 0 30px;
}

.offer-content-box {
    padding: 20px;
    border-top: 2px solid var(--bs-theme-color);
    /* box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px; */
}

.offer-content-box {
    text-align: center;
}

.daily-img-height {
    height: 245px;
}

.daily-img-height img {
    height: 100%;
    object-fit: cover;
}

.offer-content-container {
    padding: 10px 10px;
}

.offer-content-container-row {
    background: var(--bs-light-orange-color);
}

.daily-container {
    /* background: var(--bs-light-orange-color); */
    /* border-radius: 20px; */
    overflow: auto;
}

.daily-container>div {
    border-bottom: 8px solid var(--bs-white-color);
}

.daily-container>div:last-child {
    border-bottom: 0;
}

/*Prem*/

.title-inner h1 {
    display: inline-block;
    color: var(--bs-black-color);
    border-radius: 100px;
    font-size: 50px;
    font-weight: 600;
}

.bg-contact-box {
    background: var(--bs-light-orange-color);
    box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px,
        rgba(0, 0, 0, 0.22) 0px 10px 10px;
}

.form-control:focus {
    /* color: var(--bs-orange-color); */
    /* background-color: #6c1715; */
    outline: 0;
    /* border-bottom: none !important; */
    /* padding: 16px 11px; */
    /* border: 2px solid #fff; */
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

::placeholder {
    /* color: var(--bs-black-800-color) !important; */
}

.bg-contact-box form.form-contact {
    padding: 0 20px 40px 0px;
}

form.form-contact {
    /* height: 100%; */

    /* padding: 0 20px; */
}

form.form-contact input, textarea.form-control {
    background-color: var(--bs-white-color);
    padding: 8px 15px;
    margin: 0px 0;
    border: none;
    /* border: 1px solid #cac8c8 !important; */
    border-radius: 8px;
    color: var(--bs-dark-700);
    box-shadow: rgb(8 8 8 / 20%) 0px 0px 3px 0px;
    /* box-shadow: none; */
    /* outline: 0 !important; */
    margin-bottom: 0px;
    height: 46px;
    font-size: 14px;
}


#contact_us_form input,
#contact_us_form textarea.form-control {
    box-shadow: none;
    outline: 0 !important;
}

.addres1 {
    background: var(--bs-orange-color);
    height: 100%;
}

.addres1 a {
    color: var(--bs-theme-color);
    text-decoration: none;
    font-size: 16px;
    word-wrap: break-word;
}

.contact-img-group {
    position: relative;
    z-index: 0;
    height: 100%;
}

.contact-img-group .f-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 30px;
    border: 2px solid #fff;
}

.contact-img-group .f-img {
    width: 300px;
    height: 350px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.f1-img {
    left: 26% !important;
    top: 30% !important;
    z-index: -1;
}

.f2-img {
    right: auto;
    top: 40% !important;
    z-index: -2;
    left: 68% !important;
}

.f3-img {
    left: 50px;
    top: 68% !important;
    z-index: -3;
}

.space-p .col-10 {
    padding-left: 0;
}

.conta-mt iframe {
    height: 400px;
    border-radius: 30px;
}

.addres1 h3 {
    font-size: 22px;
    color: var(--bs-theme-color);
    padding-left: 7px;
    padding-top: 15px;
}

.space-p {
    padding: 15px 33px;
}

.addres1 i {
    display: flex;
    text-align: center;
    color: var(--bs-theme-color);
    font-size: 23px;
    border-radius: 100px;
    align-items: center;
    justify-content: center;
    /* margin: 8px 0; */
}

textarea.form-control {
    height: 150px;
}

.map-location {
    overflow: hidden;
    border-radius: 20px;
}

.sumit-btn {
    border: 1px solid;
    display: inline-block;
    border-radius: 100px;
    padding: 5px;
}

.sumit-btn button {
    border: none;
    background: var(--bs-theme-color);
    color: var(--bs-orange-color);
    padding: 10px 40px;
    border-radius: 100px;
}

/* .conta-mt .bg-contact-box>div>div:first-child {
  margin-bottom: 20px;
} */

/*our menu page css*/
.menu-item-section {
    /* padding: 80px 0; */
    padding-bottom: 0;
    ;
    position: relative;
    /* background: url('../image/bkg-layer.png'); */
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 100%;

}

.menuCateClose:hover {
    color: var(--bs-dark-color);
}

.side-tabe ul li {
    display: flex !important;
    align-items: center;
    padding: 0px;
    width: 100%;
}

.tab-link {
    color: white;
    text-decoration: none;
    text-align: center;
    padding: 10px 10px;
    border: none;
    text-wrap: nowrap;
    border-radius: 0px;
    font-weight: 500;
    width: 100%;
    transition: 0.4s;
    box-shadow: rgb(8 8 8 / 20%) 0px 0px 3px 0px;
    background-color: var(--light-green);
    /* flex: 1; */
    font-size: 14px;
}

.tab-link img {
    display: none;
}

.tab-link:focus-visible {
    outline: none;
}

.tab-link:hover {
    background: var(--bs-theme-color);
    color: var(--bs-white-color);
    transition: 0.4s;
}

/* .right-menu { */
/* padding: 15px 20px 20px; */
/* background: var(--bs-orange-600); */
/* border-radius: 20px; */
/* height: 100%; */
/* border: 1px solid var(--bs-light-gray); */
/* box-shadow: rgb(8 8 8 / 20%) 0px 0px 3px 0px; */
/* background-color: white; */
/* } */

.menu-tabs {
    margin: 0px 0;
}

/* .item-gap {
    margin: 0 0 8px 0;
    padding: 0px 8px;
} */

.side-tabe ul {
    padding: 0px;
    border: none;
    border-radius: 0px;
    gap: 10px;
    display: flex;
    height: 100%;
    flex-direction: row;
}

/* li.slick-slide.slick-current.slick-active button {
       background: var(--bs-theme-color);
  color: var(--bs-orange-color);
  transition:0.4s;
} */
li.slick-slide.slick-current.slick-center a {
    background: var(--bs-theme-color);
    color: var(--bs-orange-color);
    transition: 0.4s;
}

.menu-title {
    margin: 36px 0;
    text-align: center;
    color: var(--bs-orange-color);
}

.tab-pane {
    display: none;
}

.tab-pane.active {
    display: block;
}

.nav-tabs .tab-link.active {
    /* font-weight: bold; */
    background: var(--secondary-color);
    color: var(--bs-white-color);
}

.menu-item-card {
    background: rgba(253, 189, 148, .4);
    border-radius: 0;
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 20px;
    gap: 20px;
    /* border: 1px solid #f99a39; */
    /* box-shadow: rgb(8 8 8 / 20%) 0px 0px 3px 0px; */
    position: relative;
    /* border-bottom: 2px solid rgb(255 255 255 / 50%); */
}

.menu-item-section .tab-panel {
    width: 100%;
}

.menu-bg {
    position: absolute;
    right: -94px;
}

.menu-bg img {
    width: 70%;
}

.menu-price-start {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
}

.product-title-01 {
    font-size: 24px;
    color: var(--primary-color)
}

.product-description {
    font-size: 16px;
}

.item-text h5 {
    margin: 4px 0 4px 0;
}

.item-text p {
    font-size: 14px;
}

.item-gap {
    margin-bottom: 0px;
    height: 100%;
}

/* Food Type Icon Css  */
.food-type-icon-00 {
    position: relative;
    display: flex;
    /* width: 20px; */
}

.food-type-icon-00 img {
    width: 16px !important;
    height: 15px;
    object-fit: contain !important;
    margin: 0 auto;
}

.food-type-icon-00 img:not(.active) {
    display: none;
}

.food-type-icon-00 img.active {
    display: block;
}

/* .food-type-icon-00 .food-icons-00{z-index: 0;} */
/* Manu item Button css Start */
.add-item-btn, .add-item-btn, .add_combo_item, .add_combo_item span.ladda-label .add-item-btn span.ladda-label, .add-item-btn1 span.ladda-label {
    width: 100%;
    border: none;
    /* height: 28px; */
    /* color: var(--bs-dark-color); */
    border-radius: 50px;
    position: absolute;
    transition: all 0.4s ease;
    display: flex !important;
    align-items: center;
    justify-content: space-evenly;
    gap: 10px;
    /* padding: 0px 5px !important; */
    background: transparent;
}

.add-item-btn:hover, .add_combo_item:hover, .add-item-btn1:hover {
    /* background: var(--bs-white-hover); */
    color: var(--bs-red-hover);
}

.add-item-btn.hidden, .add_combo_item.hidden, .add-item-btn1.hidden {
    position: absolute;
    z-index: -1;
    transition: all 0.4s ease;
}

button.add-item-btn i, button.add_combo_item i, button.add-item-btn1 i {
    background: var(--secondary-color);
    display: inline-grid;
    border-radius: 50px;
    text-align: center;
    color: #fff;
    padding: 2px 2px 2px 3px;
    -webkit-text-stroke: 0.6px;
    place-content: center;
    place-items: center;
    width: 20px;
    height: 20px;
}

.itme-btn-fuction {
    position: relative;
    overflow: visible;
    border: 2px solid var(--bs-orange-color);
    background-color: #fbdeca;
    border-radius: 50px;
    padding: 6px 8px;
    /* height: 29px; */
    font-size: 16px;
}


.qty-btns {
    display: flex;
    flex-wrap: nowrap;
    border-radius: 50px;
    overflow: hidden;
    padding: 3px;
    /* border: 2px solid #cdcdcd; */
    /* border-radius: 50px; */
    gap: 5px;
}

.qty-btns button {
    /* background: var(--bs-theme-color); */
    /* color: var(--bs-theme-color); */
    font-size: 23px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.qty-btns button i {
    display: flex;
    font-weight: bold !important;
    font-size: 18px;
    -webkit-text-stroke: 0.6px;
    align-items: center;
    justify-content: center;
    background-color: var(--bs-orange-color);
    border-radius: 50px;
}

.qty-btns button:hover {
    background: transparent;
    color: var(--bs-white-color);
}

.qty-btns button,
.qty-btns input {
    max-width: 20px;
    max-height: 20px;
    padding: 5px;
    border: none;
    outline: none;
    text-align: center;
    border-radius: 50px;
}

.qty-btns input {
    max-width: 35px !important;
}

.add-item-btn, .add_combo_item {
    color: #000;
}

.qty-btns input {
    pointer-events: none;
    font-weight: 600;
    font-size: 13px;
    background-color: transparent;
    color: white;
}

.cart-page-section .qty-btns input {
    color: #000 !important;
}

button.quantity_increase {
    color: #fff;
}

button.quantity_decrease {
    background: transparent;
    color: #fff;
}

button.quantity_decrease:hover {
    background: var(--bs-orange-color);
}

/* Manu item Button css End */
.item-content-box-ac {
    /* display: flex;
    flex-direction: column;
    justify-content: end; */
    width: 100%;
}

/* 
.item-price h5 {
    color: var(--bs-orange-color) !important;
} */

.swal2-confirm {
    background-color: var(--bs-orange-color) !important;
    box-shadow: none !important;
}

.menu-item-card .item-img-box-ac {
    /* height: 180px;
    min-height: 180px; */
    padding: 0;
}

.menu-item-card .item-text {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.menu-item-card .item-img-box-ac img {
    height: 100px;
    width: 100%;
    object-fit: cover;
    padding: 0;
    border-radius: 0px;
}

.item-price h5 {
    font-size: 18px;
}

.BarMenu-panel .item-content-box-ac .item-text h5,
.item-price h5 {
    color: var(--bs-dark-color);
}

span.copy-button {
    padding: 2px 10px;
    border: 2px dashed;
    display: inline-block;
    border-radius: 5px;
    font-size: 18px;
}

/* Menu modal pupup  */
.menu-page-items-popup .modal-dialog {
    height: auto;
}

.modal-dialog-scrollable .modal-content {
    height: 100% !important;
    overflow: hidden;
    position: relative;
}

form#add_to_cart_form {
    height: 100%;
}

.order-border {
    border-bottom: 2px solid #d2d2d2;
}

#food-modal-data {
    height: 100% !important;
    display: flex;
    flex-direction: column;
}

.modal-header button {
    border: none;
    border-radius: 100px;
    background: var(--bs-light-gray-color);
    color: var(--bs-theme-color);
    font-size: 18px;
    padding: 0;
    width: 30px;
    min-width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: auto;
}

.food-Modal-popup .input-number {
    background: var(--bs-light-gray-color);
}

.input-number {
    color: black !important;
}

.food-Modal-popup .item-price h5 {
    color: var(--bs-dark-color);
}

.label-text {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 5px 10px;
    border-radius: 4px;
    margin-bottom: 5px;
    background: var(--bs-light-gray-color);
    color: var(--bs-dark-color);
    cursor: pointer;
}

.label-text i {
    height: 20px;
    width: 20px;
    font-size: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 5px;
    color: var(--bs-dark-color);
}

.food-Modal-popup .modal-body {
    overflow-y: auto;
    max-height: 350px;
}

.food-Modal-popup .modal-body input {
    width: 0;
}

.food-Modal-popup .modal-body input[type="radio"]:checked+label {
    color: var(--bs-white-color);
    background: var(--bs-theme-color);
}

.food-Modal-popup .modal-body input[type="checkbox"]:checked+label {
    color: var(--bs-white-color);
    background: var(--bs-theme-color);
}

.food-Modal-popup .modal-body input[type="radio"]:checked+label i {
    color: var(--bs-white-color);
}

.food-Modal-popup .modal-body input[type="checkbox"]:checked+label i {
    color: var(--bs-white-color);
}

/* .food-Modal-popup .add-item-btn:hover {
    background: var(--bs-theme-color);
    color: var(--bs-white-hover);
} */
/*End our menu page css*/

/* Gallery Page Css  */
.gallery-page {
    margin-bottom: 80px;
}

/* Cart Page Css Start  */

.cart-page-section {
    padding: 80px 0 100px 0;
    min-height: 300px;
}

.cart-page-section .item-content-box-ac {
    margin-top: 0;
}

/* .cart-items-container {
    padding: 16px 16px 0 0;
    border-top: 2px solid var(--bs-light-gray);
    position: relative;
} */

.cart-items-container {
    padding: 0px;
    border: 0px solid #e5e5e5;
    position: relative;
    box-shadow: none;
    background: #fdfdfd;
    border-radius: 8px;
    margin-bottom: 10px;
}

/* .cart-items-container:after {
    position: absolute;
    content: "";
    right: 0;
    top: 50%;
    width: 2px;
    height: 98%;
    background: var(--bs-light-gray);
    transform: translate(-50%, -50%);
} */

/* Cart Left Div  Start*/
.cart-left-details {
    background: var(--bs-light-orange-color);
    padding: 10px;
    border-radius: 20px;
    /* border: 1px solid #f99a39; */
}

.cart-left-details h2 {
    padding: 10px 10px;
    border-radius: 10px;
    /* text-transform: uppercase; */
    color: #000;
    /* border: 1px solid #f99a39; */
}

.cart-left-details .item-gap {
    margin-bottom: 0px;
    padding: 0;
}

.cart-left-details .item-img-box-ac img {
    object-fit: cover;
    aspect-ratio: 1 / 1;
}

.cart-left-details .item-img-box-ac {
    max-width: 100px;
    height: 80px;
    min-height: 80px;
    width: 100%;
    height: 100%;
    padding: 0;
    /* padding: 0 15px 0 12px; */
}

.cart-left-details .item-text h5 {
    margin: 0px 0 2px 0;
    padding: 0 20px 0 0;
    align-items: center;
    color: var(--bs-dark-color);
}

.cart-left-details .item-text p {
    font-size: 13px;
    line-height: 20px;
    margin-bottom: 4px;
}

.cart-left-details .item-text {
    padding-right: 30px;
    width: 100%;
}

.item-remove-btn {
    position: absolute;
    right: 4px;
    top: 4px;
    z-index: 1;
}

.menu-item-card:hover .item-remove-btn button {
    opacity: 1;
    transition: all 0.4s ease;
}

.item-remove-btn button {
    background: var(--bs-gray-color);
    height: 24px;
    width: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: all 0.4s ease;
}

.item-remove-btn button:hover {
    background: var(--bs-dark-color);
}

.item-remove-btn button:hover i {
    color: var(--bs-white-color);
}

.item-remove-btn button i {
    display: flex;
    color: var(--bs-dark-color);
    font-size: 12px;
}

.no-img-item {
    width: 100% !important;
}

.cart-text-details {
    padding: 10px 16px;
}

/* Cart Left Div  End*/
/* Cart Right Div  Start*/
.checkout-page-section .cart-items-details {
    background: #ffce4b3d;
    padding: 10px 10px 30px;
    border-radius: 10px;
    position: sticky;
    top: 140px;
    /* border: 1px solid #f99a39; */
}

.cart-right-row h2 {
    color: var(--bs-orange-color);
    padding: 10px 0;
}

.tips-row {
    flex-wrap: nowrap;
    margin-bottom: 10px;
    padding: 0 12px;
    position: relative;
    /* border-top: 2px solid var(--bs-light-gray); */
}

.tips-boxs {
    display: flex;
    /* width: auto; */
    justify-content: start;
    padding: 0px 0 12px;
}

.tips-boxs input[type="radio"]:checked+label {
    color: var(--bs-white-color);
    background: var(--bs-orange-color);
}

.tips-boxs label {
    border: 1px solid #f99a39;
    /* background: var(--bs-theme-color); */
    color: #B5B5B5;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 40px;
    text-align: center;
    margin: 0;
    border-radius: 4px;
    font-size: 14px;
    margin-right: 5px;
    padding: 0 20px;
    cursor: pointer;
}

.tips-boxs input {
    width: 0;
    opacity: 0;
}

.tips-row .form-control {
    width: 100%;
    border: 1px solid #B5B5B5;
    background-color: transparent;
    /* background: var(--bs-theme-color); */
}

.add-coupen-box .coupon_code_input:focus,
.tips-row .form-control:focus {
    padding: 0.375rem 0.75rem;
}

.item-price-box li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 5px 0px;
    margin-bottom: 5px;
    border-radius: 5px;
}

span.coupen-btns button {
    border: navajowhite;
    font-size: 10px;
    background: red;
    color: #f2a22c;
    border-radius: 30px;
}

.item-price-box h6 {
    margin: 0;
    color: #000000;
    font-weight: 400;
}

.item-price-box h6:last-child {
    text-wrap: nowrap;
    width: 100px;
    min-width: 100px;
}

.item-price-box li:last-child h6 {
    color: #000000;
    font-weight: 700;
}

.discount-row h6 i {
    transform: rotate(30deg);
    display: inline-block;
    color: var(--bs-orange-color);
}

.discount-row h6 small {
    color: var(--bs-orange-color);
    font-size: 12px;
}

.specail-text textarea {
    height: 100px;
    margin: 6px 0 !important;
    border: 1px solid #B5B5B5 !important;
    border-radius: 4px;
    background-color: transparent;
    /* background: var(--bs-theme-color); */
}

.specail-text h6 {
    margin-top: 10px;
    color: var(--bs-orange-color);
}

.add-coupen-box {
    justify-content: start;
    display: flex;
    margin-bottom: 0px;
    gap: 10px;
}

.add-coupen-box span {
    display: inline-flex;
    border: 1px solid #B5B5B5;
    padding: 0 10px 0 0;
    align-items: center;
    border-radius: 5px;
    /* background: var(--bs-theme-color); */
    width: -webkit-fill-available;
}

.add-coupen-box span i {
    transform: rotate(30deg);
    display: inline-block;
    color: var(--bs-orange-color);
}

.apply-coupen-btn {
    padding: 10px 10px;
    border: none;
    background: var(--bs-theme-color);
    color: white;
    border-radius: 5px;
    text-wrap: nowrap;
}

.apply-coupen-btn svg {
    fill: #000 !important;
}

.apply-coupen-btn span {
    border: none;
    background: transparent;
}

/* Cart Right Div  end*/
/* Cart Page Css End  */

/* Checkout Page Css  */
.checkout-left-details {
    padding: 12px 12px 30px;
    background: #ffce4b3d;
    border-radius: 10px;
    /* border: 1px solid #f99a39; */
}

body h2.back-btn a {
    /* background: var(--bs-orange-color); */
    padding: 2px 5px 1px;
    border-radius: 100px;
    font-size: 14px;
    /* color: var(--bs-white-color); */
    color: #000;
}

.cart-items-details h2 {
    display: inline-flex;
    padding: 10px 0;
    border-radius: 30px;
    transition: all 0.4s ease;
    color: #000;
    /* text-transform: uppercase; */
}

/* .cart-items-details h2:hover{background: var(--bs-red-hover);transition: all 0.4s ease;} */
.cart-items-details h2:hover a {
    color: var(--bs-white-hover);
    transition: all 0.4s ease;
}

.cart-items-details h2 a {
    font-size: 16px;
    text-decoration: none;
    color: var(--bs-black-800-color);
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: all 0.4s ease;
}

.cart-items-details h2 a i {
    font-size: 25px;
    margin-right: 5px;
}

.cart-items-details .form-contact {
    padding: 0px !important;
}

.cart-items-details .form-contact input {
    margin: 6px 0;
}

.checkout-form {
    margin-top: 20px;
}

.circle-number {
    background: var(--bs-orange-color);
    color: var(--bs-white-color) !important;
    width: 30px;
    height: 30px;
    display: grid;
    place-content: center;
    margin-right: 11px;
    font-size: 17px;
}

.checkout-left-details h4 {
    color: #000;
    font-size: 20px;
}

/*Track order Css Start*/
ul#progressbar li {
    font-size: 18px;
    color: #000;
    text-align: center;
}

#progressbar li {
    list-style-type: none;
    color: white;
    text-transform: uppercase;
    font-size: 9px;
    width: 33%;
    float: left;
    position: relative;
}

li.active img.select {
    display: block;
    transition: 0.3s;
}

.proces-img img {
    text-align: center;
    margin: auto;
    transition: 0.3s;
    width: 86px;
    position: relative;
    z-index: 0;
    border: 4px solid var(--bs-theme-color);
    border-radius: 50px;
}

img.select {
    /* display: none; */
    transition: 0.3s;
}

ul#progressbar p {
    margin-top: 10px;
    color: var(--bs-orange-color);
}

ul#progressbar li.active p {
    color: var(--bs-orange-color);
}

li.active img.unselect {
    display: none;
    transition: 0.3s;
}

ul#progressbar {
    margin-bottom: 30px;
    padding: 0;
}

.proces-img:after {
    content: "";
    background: var(--bs-orange-color);
    height: 5px;
    display: block;
    position: absolute;
    top: 31%;
    left: 66%;
    width: 70%;
    margin: auto;
    z-index: -9999;
}

.proces-img.last-broder:after {
    display: none;
}

.proces-img:last-child:after {
    display: none;
}

li.active .proces-img:after {
    background: var(--bs-theme-color);
    transition: 0.4s;
}

li.active .proces-img {
    background: var(--bs-theme-color);
}

.proces-img {
    background-color: #ffce4b3d;
    border-radius: 190px;
    width: 85px;
    margin: auto;
    border: 3px solid var(--bs-theme-color);
    height: 85px;
    display: flex;
    align-items: center;
    justify-content: center;
}

li.active .proces-img svg {
    fill: white !important;
}

.proces-img svg {
    width: 40px !important;
    height: 40px !important;
    fill: var(--bs-theme-color);
}

.track-order1 {
    max-width: 100%;
    background: #ffce4b3d;
    padding: 20px 23px 20px;
    margin: auto;
    border-radius: 10px;
    /* border: 1px solid #f99a39; */
}

.track-order1 h4,
.track-order1 p {
    text-align: center;
}

.track-order1 p {
    color: var(--bs-dark-color);
    margin: 0;
}

.track-order1 h4 {
    color: var(--bs-theme-color);
    font-size: 20px;
}

section.trackorder-page {
    margin: 40px 0px;
}

.title-inner-01 {
    padding: 0 25px 20px;
    width: fit-content;
    margin: 50px auto;
    background: #ffe7cf;
    border-radius: 20px;
}

/*Track order Css End*/

.img-contact {
    height: 250px;
}

.img-contact img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

/*catering page  why-choose-section */
.why-choose-section {
    padding: 150px 0 0px;
}

/* catering page make-event-section */
.make-event {
    padding: 100px 0;
}

.png-img-icon {
    height: 60px;
    width: 60px;
}

.catering-section-01 {
    background-image: url(../image/about-cover.png);
    background-position: top;
}

/* NewSLatter Section  */
.subscribe-section-01 {
    /* margin-bottom: -100px; */
}

.newslatter-bg {
    background-image: linear-gradient(90deg, #0000006c, #0000006c),
        url(../image/banner.webp);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 100px 30px;
    /* border-radius: 50px; */
}

.newslatter-bg h2 {
    font-size: 35px;
    font-weight: 600;
    color: var(--bs-white-color);
    text-align: center;
}

.newsInput {
    padding: 7px;
    border-radius: 50px;
    background: var(--bs-white-color);
    width: 500px;
    margin-top: 30px;
    justify-content: space-between;
    display: flex;
    position: relative;
}

.newsInput input {
    background: transparent;
    border: none;
    outline: none;
    padding: 5px 10px;
    width: 69%;
    font-size: 16px;
}

.newsInput form {
    display: flex;
    width: 100%;
    height: auto;
}

.newsInput button {
    padding: 15px 30px;
}

.newsInput label {
    position: absolute;
    bottom: -30px;
    left: 30px;
    width: fit-content;
}

/* @media (max-width: 2000px) {
    .sub-page-banner {
        height: 90vh;
    }
} */

.web-nav-toggle l {
    font-size: 32px;
}


@media (min-width: 1201px) and (max-width: 1366px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1220px;
    }

    h2.h2-heading {
        font-size: 60px;
    }

    .text-36 {
        font-size: 24px;
    }

    .banner-text h1 {
        font-size: 65px;
    }

    /* .web-nav-cover{width: 40%;} */
    .web-nav-links .nav-link {
        margin: 0 0;
    }

    .sub-page-banner .horizontal-text {
        height: 52%;
        min-height: 250px;
    }

    section.trackorder-page .container {
        max-width: 100%;
    }

    ul#progressbar p {
        font-size: 16px;
    }

    .p-round {
        /* margin: auto; */
        /* padding: 0 70px; */
    }

    .banner-text-cover>span {
        font-size: 90px;
    }

    .contact-details {
        padding: 22px;
    }

    .logo-ft img {
        width: 118px;
    }

    .item-text h5 {
        margin: 4px 0 2px 0;
        font-size: 18px;
    }

    .hero-section {
        height: 760px !important;
        height: 100vh;
        padding: 0;
        min-height: 600px;
    }



    .f3-img {
        left: 50px;
        top: 180px;
        z-index: -3;
    }

    .f2-img {
        right: 180px;
        top: 100px;
        z-index: -2;
    }

    .contact-left iframe {
        margin: 0 !important;
    }

    /* Sub Page Banner  */
    .sub-page-banner {
        height: 55vh !important;
        padding: 100px 0 0 0 !important;
    }

    .sub-page-banner .banner-text-cover {
        font-size: 100px;
    }

    .sub-page-banner h6.text-36 {
        font-size: 22px;
    }

    .horizontal-text {
        min-height: 300px;
    }

    .container-cover-bg-img-left,
    .container-cover-bg-img-right {
        position: relative;
        z-index: 0;
        padding: 50px 0;
    }

    .testimonial-card {
        padding: 20px !important;
    }

    .testimonial-icon {
        position: relative;
        top: 25% !important;
        width: 80% !important;
    }

    .testimonial-icon h6 {
        font-size: 14px !important;
    }

    .testimonial-icon>svg {
        width: 55px !important;
    }

    .menu-img-1, .menu-img-2, .menu-page_img-1, .menu-page_img-2 {
        display: none;
    }


    /* Rise-&-Dine-css */
    .home_location {
        max-width: 30% !important;
        margin: 0 auto;
    }


}

@media (min-width: 992px) and (max-width: 1200px) {
    /* .bar-menu-row,
        .food-menu-row{
            background: var(--bs-orange-color);
        } */

    .custom-gap {
        gap: 20px !important;
    }

    .food-menu-row {
        padding-bottom: 30px;
    }

    .banner-text-cover>span {
        font-size: 70px;
    }

    .banner-text-cover {
        font-size: 80px;
    }

    .menu-item-section .z-9 {
        z-index: unset !important;
    }

    .web-nav-links .nav-link {
        font-size: 13px !important;
    }

    .space-p {
        padding: 15px 12px;
    }

    .menu-item-section .container {
        max-width: 98%;
    }

    .p-round {
        margin: auto;
        padding: 0;
        max-width: 100%;
    }

    .hero-section {
        height: 685px !important;
    }

    /* Menu Sidebar BTN Start  */
    button.menu-category-btn {
        position: fixed;
        left: 0;
        bottom: 20px;
        width: 170px;
        border: none;
        border-radius: 0 50px 50px 0;
        font-size: 18px;
        font-weight: 600;
        color: white;
        background: var(--bs-secondary-color);
        display: flex;
        align-items: center;
        justify-content: space-around;
        z-index: 100;
        padding: 10px;
    }

    button.menu-category-btn img {
        height: 20px;
        margin-right: 5px;
    }

    button.menu-category-btn:hover {
        background: var(--bs-secondary-color);
    }

    /* Mobile Menu Start */
    .mobile-menu-start {
        position: fixed;
        top: 0;
        left: -100%;
        width: 380px;
        z-index: 9999999;
        height: 100%;
        padding: 0;
        background: var(--bs-light-red-color);
        transition: all 0.4s ease;
        border-radius: 0 30px 30px 0;
        overflow: hidden;
        /* display: none !important; */
    }

    .mobile-menu-start.show {
        left: 0;
        transition: all 0.4s ease;
    }

    .side-tabe {
        padding: 20px 10px;
    }

    .side-tabe ul {
        padding: 10px 10px;
        background: #fff;
        height: calc(100% - 32px) !important;
        overflow: auto;
    }

    .menu-img-1, .menu-img-2, .menu-page_img-1, .menu-page_img-2 {
        display: none;
    }

    /* Rise-&-dine-css */
    .home_location {
        max-width: 40% !important;
    }

}

@media (min-width: 768px) and (max-width: 991px) {
    .banner-text-cover>span {
        font-size: 80px;
    }

    .menu-item-section .z-9 {
        z-index: unset !important;
    }

    .web-nav-cover {
        margin-bottom: 0 !important;
        margin-top: 0 !important;
        background: transparent !important;
        border: 0 !important;
    }

    .tips-boxs {
        padding: 8px 0 8px;
    }

    /* .footer-links{
        text-align: end;
    } */
    header .navbar {
        background: transparent;
    }

    header.navigation.is-sticky .navbar {
        background: transparent;
    }

    .nav-contain {
        border-radius: 20px;
    }

    .reserve-image {
        height: 450px !important;
        object-fit: cover !important;
        border-radius: 20px !important;
        width: 100%;
    }

    /* .footer-links ul{
       align-items: end;
    } */
    .working-hours-div h6 {
        justify-content: space-between;
    }

    .banner-text-cover {
        font-size: 50px;
    }

    /* Menu Sidebar BTN Start  */
    button.menu-category-btn {
        position: fixed;
        left: 0;
        bottom: 20px;
        width: 170px;
        border: none;
        border-radius: 0 50px 50px 0;
        font-size: 18px;
        font-weight: 600;
        color: white;
        background: var(--bs-secondary-color);
        display: flex;
        align-items: center;
        justify-content: space-around;
        z-index: 100;
        padding: 10px;
    }

    button.menu-category-btn img {
        height: 20px;
        margin-right: 5px;
    }

    button.menu-category-btn:hover {
        background: var(--bs-secondary-color);
        color: #fff !important;
    }

    button.menu-category-btn:hover img {
        filter: invert(1);
    }

    /* Mobile Menu Start */
    .mobile-menu-start {
        position: fixed;
        top: 0;
        left: -100%;
        width: 380px;
        z-index: 9999999;
        height: 100%;
        padding: 0;
        background: var(--bs-light-red-color);
        transition: all 0.4s ease;
        border-radius: 0 30px 30px 0;
        overflow: hidden;
        /* display: none !important; */
    }

    .mobile-menu-start.show {
        left: 0;
        transition: all 0.4s ease;
    }

    .side-tabe {
        padding: 20px 10px;
    }

    .side-tabe ul {
        padding: 10px 10px;
        background: #fff;
        height: calc(100% - 32px) !important;
        overflow: auto;
    }

    /* .item-gap {
        margin: 5px 0;
        padding: 0px 5px;
    } */

    .right-menu {
        padding: 15px;
    }



    .side-tabe ul li {
        margin: 0;
    }

    .form-0220 {
        border-radius: 20px;
    }

    .contactus-section {
        padding: 100px 10px;
    }

    .menu-img-1 img {
        left: 2% !important;
    }

    .menu-img-2 img {
        right: 2% !important;
    }

    .testimonial-card {
        padding: 30px !important;
    }

    .mobileSidebar .web-nav-cover {
        border: 0px solid #241b12;
        margin-top: 0px;
        background: transparent;
    }

    .mobileSidebar .navbar-links {
        justify-content: center;
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-top: 30px;
        gap: 1rem;
        font-weight: 600;
    }

    .testimonial-icon {
        top: 15% !important;
        width: 80% !important;
    }

    .services-card-content {
        margin-bottom: 60px !important;
        min-height: 300px !important;
        height: unset !important;
    }

    .testimonial-card>svg {
        width: 120%;
        height: 100%;
    }

    .padding-y {
        padding: 50px 0 !important;
    }

    .padding-t {
        padding-top: 50px !important;
    }

    h2.h2-heading {
        font-size: 44px !important;
    }

    .testimonial-icon>svg {
        width: 55px !important;
    }

    .menu-img-1, .menu-img-2, .menu-page_img-1, .menu-page_img-2 {
        display: none;
    }

    .mobileSidebar .web-nav-cover img {
        height: 100px;
    }

    .padding-b {
        padding-bottom: 50px;
    }

    body .pb-mob-0 {
        padding-bottom: 0 !important;
    }

    .track-order1 h4 {
        font-size: 16px;
    }

    ul#progressbar p {
        font-size: 14px;
    }

    .web-nav-cover img {
        height: 80px;
        padding: 10px;
    }


    /* Rise--&dine-css */


    .home_location {
        max-width: 50% !important;
    }

}

@media (max-width: 767px) {

    .galley-main_section img {
        border-radius: 20px !important;
    }




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

    .cart-left-details .item-text h5 {
        font-size: 14px;
        align-items: center;
    }

    #tip_form {
        width: 44% !important;
    }

    .cart-left-details .item-text p {
        margin-bottom: 10px;
    }

    .contact-image {
        padding: 20px 15px !important;
    }

    .cart-items-container .menu-item-card {
        padding: 10px 0px !important;
        flex-direction: column !important;
        gap: 1rem !important;
    }

    .cart-page-section .item-content-box-ac {
        padding: 0 10px 0 0px !important;
    }

    .cart-left-details .item-img-box-ac {
        max-width: 100%;
        height: 200px;
        min-height: unset;
        /* padding: 0 0px 0 12px; */
    }

    label#custom_tip-error {
        width: 100%;
        border: none;
        font-size: 12px !important;
        padding: 0;
        text-align: start !important;
        display: block;
        padding: 10px 0 !important;
        position: relative !important;
        top: 3px;
        left: -12rem;
    }

    /* .itme-btn-fuction{
        border-radius: 5px !important;
    } */
    .cart-left-details .item-img-box-ac img {
        border-radius: 28px !important;
    }

    .mob-100 {
        width: 100%;
    }

    .cart-items-container:after {
        position: relative;
    }

    .cart-items-container {
        padding: 16px 0px 0 10px;
        margin-bottom: 20px;
    }

    .add-coupen-box .ladda-button {
        font-size: 14px;
    }

    .add-coupen-box .ladda-button svg {
        width: 20px;
    }

    .cart-items-details {
        padding-left: 0 !important;
        border: 0 !important;
    }

    .mob-m-0 {
        margin: 0 !important;
    }

    .mobileSidebar {
        right: -120%;
    }

    body .pb-mob-0 {
        padding-bottom: 0 !important;
    }

    body .pt-mob-0 {
        padding-top: 0 !important;
    }

    header .navbar {
        background: transparent;
    }

    header.navigation.is-sticky .navbar {
        background: transparent;
        backdrop-filter: none;
    }

    header.navigation.is-sticky {
        padding: 0px 0;
    }

    .nav-contain {
        border-radius: 20px;
    }

    header .navbar .nav-contain {
        backdrop-filter: blur(8px);
    }

    .offer-title {
        padding: 40px 40px 40px 20px;
    }

    .web-nav-cover img {
        height: 60px;
        padding: 10px 0;
    }

    /* .mobileSidebar .web-nav-cover img{
        height: 80px;
    } */
    .web-nav-cover {
        margin-bottom: 0 !important;
        margin-top: 0 !important;
        background: transparent !important;
        border: 0 !important;
    }

    .sub-page-banner h6.text-36 {
        font-size: 24px !important;
    }

    /* Mobile Menu Start */
    .mobile-menu-start {
        position: fixed;
        top: 0;
        left: -100%;
        width: 380px;
        z-index: 9999999;
        height: 100%;
        padding: 0;
        background: var(--bs-light-red-color);
        transition: all 0.4s ease;
        border-radius: 0 30px 30px 0;
        overflow: hidden;
        /* display: none !important; */
    }

    .menu-item-section .z-9 {
        z-index: unset !important;
    }

    .testimonial-card>svg {
        height: 100%;
    }

    .mobile-menu-start.show {
        left: 0;
        transition: all 0.4s ease;
    }

    .side-tabe {
        padding: 20px 10px;
    }

    .side-tabe ul {
        padding: 10px 10px;
        background: #fff;
        height: calc(100% - 32px) !important;
        overflow: auto;
    }

    /* .item-gap {
        padding: 0px;
    } */

    form.form-contact {
        padding: 0;
    }

    .menu-item-icon {
        height: 300px;
    }

    /* Cart Right Div  */
    .cart-left-details {
        margin-bottom: 60px;
    }

    /* Track Order  */
    .track-order1 .d-flex {
        display: block !important;
    }

    .track-order1 .order-text {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    ul#progressbar p {
        font-size: 15px;
    }

    .proces-img img {
        width: 70px;
        height: 70px;
    }

    .track-order1 {
        padding: 17px 10px 17px;
    }

    .track-order1 h4 {
        font-size: 17px;
        margin: 7px 0;
    }

    .track-order1 p {
        font-size: 15px;
    }

    .title-inner h1 {
        font-size: 30px;
        margin-bottom: 18px;
    }

    .proces-img {
        width: 70px;
        height: 70px;
    }

    .about-section .about-3img {
        margin-top: 10px;
    }

    .about-3img {
        margin-bottom: 30px;
    }

    .about-page-bg-banner {
        /* margin-bottom: 50px !important; */
    }

    /* Banner Section  */
    .banner-text-cover>span {
        font-size: 46px;
    }

    .banner-text-cover {
        font-size: 60px;
        text-align: start;
    }

    .text-36 {
        font-size: 24px;
    }

    .hero-section .hero_heading {
        font-size: 20px !important;
    }

    .text-22 {
        font-size: 22px;
    }

    .same-btn, .same-btn-two {
        /* padding: 10px 12px; */
        font-size: 12px;
    }


    .home_baner_content .same-btn-two {
        padding: 10px 20px;
    }

    .testimonial-card {
        padding: 40px !important;
    }

    .banner-content-box p {
        text-align: start;
    }

    .innerbg {
        margin-top: 100px;
    }

    .proces-img:after {
        display: none;
    }

    ul#progressbar .row {
        width: 180px;
    }

    .bg-contact-box form.form-contact {
        padding: 0 12px 30px;
    }

    ul#progressbar {
        display: block !important;
        max-width: 240px;
        margin: auto;
        margin-top: 10px;
    }

    #progressbar li {
        width: 100%;
        float: unset;
        display: flex;
        gap: 0px;
        align-items: center;
        margin-bottom: 50px;
    }


    .tips-boxs {
        padding: 10px 0 12px;
    }

    #progressbar li:last-child {
        margin: 0;
    }

    form.form-contact input,
    textarea.form-control {
        margin: 0px 0;
        margin-bottom: 5px;
    }

    .mobileSidebar .web-nav-cover {
        border: 0px solid #241b12;
        margin-top: 0px;
        background: transparent;
    }

    .mobileSidebar .navbar-links {
        justify-content: center;
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-top: 30px;
        gap: 1rem;
        font-weight: 600;
    }

    /* Menu Sidebar BTN Start  */
    button.menu-category-btn {
        position: fixed;
        left: 0;
        bottom: 20px;
        width: 170px;
        border: none;
        border-radius: 0 50px 50px 0;
        font-size: 18px;
        font-weight: 600;
        color: white;
        background: var(--bs-secondary-color);
        display: flex;
        align-items: center;
        justify-content: space-around;
        z-index: 100;
        padding: 10px;
    }

    .track-order1 h4 {
        font-size: 16px;
    }

    button.menu-category-btn img {
        height: 20px;
        margin-right: 5px;
    }

    .event-special h2 {
        font-size: 40px;
        text-align: center;
    }


    button.menu-category-btn:hover {
        background: var(--bs-secondary-color);
        color: #fff !important;
    }

    button.menu-category-btn:hover img {
        filter: invert(1);
    }

    /* .web-nav-cover .web-nav-sticky-logo img {
        height: 18vw;
    } */

    .menu-img-1, .menu-img-2, .menu-page_img-1, .menu-page_img-2 {
        display: none;
    }

    .special_offer_main {
        padding: 40px 20px !important;
        border-radius: 40px !important;
    }

    .contact_form_bg {
        padding: 20px 20px !important;
    }

    .padding-b {
        padding-bottom: 50px !important;
    }

    .padding-t {
        padding-top: 50px !important;
    }

    .services-card-content {
        margin-bottom: 60px;
        height: unset;
    }

    .padding-y {
        padding: 50px 0 !important;
    }

    .menu_card_item {
        padding: 10px !important;
    }

    .testimonial-icon {
        top: 19% !important;
    }

    .testimonial-icon>svg {
        width: 55px !important;
    }

    /* .contactus-section {
        padding: 50px 0 !important;
    } */
    .reserve-image {
        height: 350px !important;
        object-fit: cover !important;
        border-radius: 20px !important;
        width: 100%;
    }

    .checkout-page-section .cart-items-details {
        padding-left: 12px !important;
    }

    /* Rise--&dine-css */



    .home_banner_bg {
        font-size: 27px !important;
        font-weight: 700;
        width: fit-content;
        margin: 0 auto;
    }

    .home_baner_content {
        padding: 0 15px;
    }

    .home_location {
        max-width: 80% !important;
    }

    .button-label {
        padding: 10px 16px !important;
    }

    .button-label h6 {
        font-size: 14px !important;
    }

    .button-wrap {
        flex-direction: column;
    }
}

@media (max-width:320px) {
    .mobileSidebar {
        right: -120% !important;
    }

    .same-btn {
        padding: 10px 16px !important;
        font-size: 11px !important;
    }

    .sub-page-banner {
        height: 100vh !important;
    }

    .text-18 {
        font-size: 12px;
    }

    h2.h2-heading {
        font-size: 32px;
    }

    .offer-title {
        padding: 40px 0px 40px 10px;
    }

    .text-36 {
        font-size: 14px;
    }

    .web-nav-cover img {
        height: 60px;
    }

    .banner-text-cover>span {
        font-size: 24px;
        padding-bottom: 10px !important;
    }

    .banner-bg-img {
        padding-top: 60px !important;
    }

    .banner-text-cover {
        font-size: 30px !important;
    }

    body .sub-page-banner h6.text-36 {
        font-size: 18px !important;
    }

    .text-18 {
        font-size: 14px;
        word-break: break-all;
        width: 75% !important;
        display: block;
    }

    /* rise-&-dine-css */

    .home_banner_bg {
        font-size: 20px !important;
    }

    .home_location {
        padding: 10px !important;
    }

    .button-label {
        padding: 10px 12px !important;
    }

    .button-label h6 {
        font-size: 12px !important;
    }

    #tip_form {
        width: 34% !important;
    }
}

.ladda-spinner div div div {
    background: #000 !important;
}


/* Old-CSS-start */

.menu_card_item {
    padding: 0rem;
    transition: .4s ease all;
    margin: 0 15px;
}

.menu-img-1 img {
    position: absolute;
    top: 0;
    left: 17%;
}

.menu-img-2 img {
    position: absolute;
    top: 0;
    left: unset;
    right: 15%;
}

/* .our_menu_slider .item-content-box-ac {
    margin-top: 30px;
} */

.our_menu_slider .item-img-box-ac img {
    aspect-ratio: 2 / 2;
    max-height: 513px;
    object-fit: cover;
    border-radius: 25px !important;
    border: 4px solid var(--bs-orange-color);
}

.special_offer_main {
    background-color: #150D02;
    padding: 80px;
    border-radius: 80px;
    background-image: url(../image/special-offer_bg.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
}

.special_offer_main h4 {
    font-size: 30px;
    font-weight: 400;
    margin-top: 20px;
    margin-bottom: 0;
}

.special_offer_main span {
    font-size: 80px;
    font-weight: 500;
}

.galley-main_section img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0px;
}

.grid-main {
    display: grid;
    gap: 10px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
}

.grid-items .img-box {
    height: 100%;
}

.grid-main .grid-items:nth-child(1) {
    grid-row-start: 1;
    grid-row-end: 3;
}

.grid-main .grid-items:nth-child(4) {
    grid-column: 2/2;
    grid-row: 2/2;
}

.grid-main .grid-items img {
    border-radius: 20px;
}

.catering-section {
    background-color: #F6F6F6;
}

.testimonial-card {
    transition: .4s ease all;
}

.testimonial-card {
    /* background-image: url(../image/testimonial-card-bg.svg); */
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    width: 100%;
    padding: 0px 40px 40px 40px;

    text-align: center;
}

.testimonial-card>svg {
    width: 120%;
    position: relative;
}

/* 
.testimonial-card::before {
    content: '';
    background-image: url(../image/testimonial-card-border.svg);
    background-size: cover;
    top: 0px;
    right: 0px;
    position: absolute;
    height: 95%;
    width: 100%;
} */

.testimonial-icon {
    position: absolute;
    top: 24%;
    padding: 0px;
    left: 16%;
    right: 0;
    width: 70%;
    margin: 0 auto;
}

.testimonial-icon h6 {
    font-size: 14px;
    line-height: 22px;
    font-size: 14px;
    font-weight: 400;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.testimonial-icon>svg {
    width: 60px;
}

.contact_us-bg {
    background-color: rgba(241, 111, 53, 0.4);
    padding: 20px;
    border-radius: 30px;
}

.contact_form_bg {
    background-color: var(--light-yellow);
    padding: 10px;
    border-radius: 0px;
    position: relative;
    z-index: 9;
    text-align: left;
}

.contact_form_bg h4 {
    font-size: 32px;
}

.contact-image {
    background-image: url(../image/gl-01.png);
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    width: 100%;
    padding: 20px 20px;
    position: relative;
    display: flex;
    align-items: center;
    border-radius: 20px;
    border: 2px solid white;
}


.reserve-contact {
    background-image: url(../image/reserve-table-bg.png);
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
}

.contact-image::after {
    position: absolute;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.5);
    height: 100%;
    width: 100%;
    content: '';
    top: 0;
    bottom: 0;
    border-radius: 20px;
}

.menu-page_img-1 {
    position: absolute;
    transform: rotate(90deg);
    /* top:3%;  */
}

.menu-page_img-2 {
    position: absolute;
    right: 0;
    transform: rotate(270deg);
    /* top:3%; */
}

.cart-item-remove {
    opacity: 1 !important;
}

.reserve-image {
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
}




/**MODAL CSS GDS***/

#location_modal .modal-dialog {
    max-width: 700px;
    padding: 10px;
}

#location_modal .modal-content {
    border-radius: 30px;
}

#location_modal .modal-body {
    padding: 40px 20px;
}

#location_modal ul, .location_lists {
    /* display: flex;
    align-items: center; */
    /* gap: 20px; */
    list-style: none;
    /* justify-content: center; */
    margin: 0;
    padding: 0;
    /* flex-wrap: wrap; */
    max-height: 300px;
    overflow-y: auto;
}

.location_lists::-webkit-scrollbar {
    width: 7px;
}

.location_list_item {
    position: relative;
    height: 100%;
}

.location_list_item input {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
}

#location_modal .h2-title {
    font-size: 30px;
    line-height: 30px;
}

.location-card {
    /* max-width: 300px; */
    background: rgba(255, 206, 75, 8%);
    padding: 20px 35px;
    text-align: center;
    border-radius: 20px;
    border: 2px solid transparent;
    height: 100%;
}

.location_list_item input:checked+.location-card, .selected_location {
    border: 2px solid var(--bs-orange-color);
    border-radius: 20px;
}

.location-card img {
    width: 40px;
}

.location_lists a {
    color: var(--bs-black-color) !important;
}

.location-card h4 {
    font-size: 17px;
    font-weight: 600;
    color: var(--bs-black-color) !important;
}

.location-card p {
    font-size: 15px;
}

.closModalbtn {
    position: absolute;
    top: 8px;
    right: 8px;
    background: #fff;
    border-radius: 30px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #ffffff;
    cursor: pointer;

}

.closModalbtn img {
    width: 18px;
}

.custom-gap {
    gap: 50px;
}

.bg-light-primary {
    background: #FFEFC4 !important;
}

.bg-primary {
    background: var(--bs-theme-color) !important;
}

@media(max-width:1299px) {}


@media(max-width:767px) {}

@media(max-width:575px) {}



.day-card-media {
    width: 100%;
    height: 300px;
    margin-bottom: 10px;
}



.day-card-media img {
    width: 100%;
    height: 100%;
    border-radius: 15px;
    object-fit: cover;
}

.day-card-content h3 {
    font-family: var(--bs-font-secondary);
    font-size: 36px;
    margin-bottom: 15px;
    text-transform: uppercase;
}


.day-card-content h4 {
    font-size: 20px;
    margin-bottom: 15px;
}

.day-card-content p {
    font-size: 16px;
    margin-bottom: 0px;
}


.sub_menu:hover ul.dropdown-menu {
    display: block;
    box-shadow: 0px 7px 26px rgba(0, 0, 0, 0.1);
    border: 0 !important;
    width: 200px !important;
    border-radius: 10px;
    padding: 15px 10px;
    border-radius: 10px;
}



a.dropdown-item {
    font-size: 16px !important;
    font-weight: 600;
    text-align: center;
    background: #EFEFEF;
    margin-bottom: 10px;
    padding: 10px;
    border-radius: 40px;
}

a.dropdown-item:hover {
    background: var(--bs-orange-color);
    color: white;
}


.is_relative {
    position: relative;
}


.sub_menu a.active {
    color: var(--bs-orange-color);
}


@media (max-width:767px) {}




/* Sage-Pizza-css */

.section-space {
    padding-top: var(--section-space);
}

.section-smallspace {
    padding-top: var(--section-smallspace);
}

.margin-space {
    margin-top: var(--section-space);
}

.margin-top-smallspace {
    margin-top: var(--section-smallspace);
}

.section-bottom-space {
    padding-bottom: var(--section-space);
}


.home_banner {
    position: relative;
    border-top: 2px solid var(--primary-color);
    border-bottom: 2px solid var(--primary-color);
}

.banner-image {
    max-height: 700px;
    object-fit: cover;
    border-left: 2px solid var(--primary-color);
}

.home_banner h1 {
    font-size: var(--section-hero-title);
    font-family: var(--bs-font-secondary);
}

.home_banner h6 {
    font-size: var(--section-subtitle);

}

.banner-bottom-right-vector {
    right: -50px;
    bottom: -40px;
}

.banner-content {
    padding-left: 4%;
    padding-right: 10%;
}

.about_banner .home_banner_slider img {
    min-height: 500px;
}

.section-hero img {
    min-height: 500px;
}



/* Home_location-css */
.home_location {
    background-color: var(--bs-orange-color);
    border-radius: 20px;
    padding: 20px;
    margin-top: -90px !important;
    position: relative;
    max-width: 27%;
    margin: 0 auto;
}

.button-wrap {
    text-align: center;
    display: flex;
    gap: 1rem;
    justify-content: space-between;
}

.button-label {
    display: inline-block;
    cursor: pointer;
    color: #292929;
    border-radius: 0.25em;
    background: #fff;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2), inset 0 0px 0 rgba(0, 0, 0, 0.22);
    transition: 0.3s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: 10px 30px;
    border-radius: 50px;
    border: 5px solid #EBEBEB;
}

.button-label h6 {
    font-size: 16px;
    margin: 0;
}

.button-label:hover {
    background: #d6d6d6;
    color: #101010;
}

.button-label:active {
    transform: translateY(2px);
}

#yes-button:checked+.button-label {
    background: #000000;
    color: var(--bs-orange-color);
}

#yes-button:checked+.button-label:hover {
    background: #000000;
    color: var(--bs-orange-color);
}

#no-button:checked+.button-label {
    background: #000000;
    color: var(--bs-orange-color);
}

#no-button:checked+.button-label:hover {
    background: #000000;
    color: var(--bs-orange-color);
}

.hidden {
    display: none;
}


.section-heading {
    font-size: var(--section-subtitle);
    color: var(--primary-color);
    font-family: 'Gulfs Display Normal';
    z-index: 9;
}

.section-heading .line-vector {
    position: absolute;
    left: 20px;
    z-index: -1;
    top: 10px;
}

.special_card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.special_card-content {
    padding: 25px;
}

.special_card-content h4 {
    font-family: 'Gulfs Display Normal';
    font-size: var(--section-heading);
}

.special_price {
    font-size: var(--section-heading);
    font-weight: 700;
}

/* about-us-section-css */
.about-us-section {
    background-image: url(../image/about-section-bg.png);
    background-size: cover;
}

.about-section_inner_bg {
    background: rgba(255, 255, 255, 0.53);
    backdrop-filter: blur(12.850000381469727px);
    padding: 80px 20px;
}

/* Menu-css-start */
.menu-card {
    background-color: rgba(253, 189, 148, 0.47);
    padding: 25px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.menu-card img {
    width: 100%;
    margin: 0 auto;
    height: 250px;
    object-fit: contain;
}

/* Menu-css-end */


/* cta-section-start-css */
.cta-section-start {
    background-image: url(../image/cta-section.png);
    background-size: cover;
    padding: 50px 0;
}

.limited-cta-section {
    background-image: url(../image/limited-cta-bg.png);
}

.cta-section-start h2 {
    font-size: var(--section-hero-title);
}

/* why-choose-us-cs */

.why-choose-list li {
    font-size: 18px;
    display: flex;
    align-items: center;
    gap: 20px;
}

.why-choose-list li .icon {
    width: 50px;
}


/* Experience-section-css */
.experience_section {
    background-image: url(../image/experience_cta-bg.png);
    background-size: cover;
    padding: 200px 0;
    background-repeat: no-repeat;
    background-position: center;
}

.experience_section h2 {
    font-size: var(--section-hero-title);
}

.experience_section h4, .experience_section h5 {
    font-size: var(--section-heading);
}


.image_special_card_div {
    width: 100%;
    height: 277px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.image_special_card_div img {
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
}



/* Gallery-css-start */
.gallery-slide-start {
    display: flex;
    gap: 20px;
}

.gallery-slide {
    flex: 1;
    transition: 1s;
}

.gallery-slide img {
    height: 610px;
    object-fit: cover;
}

.gallery-slide:hover {
    flex: 4;
}

/* Testimonial-section-css */

.slick-list {
    padding: 0 !important;
}

.slick-slideshow__slide {
    background-color: white;
    margin: 0 15px;
}

.rate-star {
    display: flex;
    margin-bottom: 15px;
    gap: 5px;
}

.slick-dots li.slick-active button:before {
    color: var(--primary-color) !important;
    opacity: 1 !important;
}

.slick-dots li button:before {
    color: var(--primary-color) !important;
}

.reviewer-name {
    font-size: 18px;
    margin-bottom: 15px;
    font-weight: 600;
}

.rate-star i {
    color: var(--bs-orange-color);
}

.review_main-card {
    padding: 50px 20px;
    height: 100%;
    min-height: 340px;
}


.testimonial-center-vector {
    text-align: center;
    margin: 0 auto;
    top: 30px;
}

.testimonial-center-vector img {
    width: 50px;
}



/* Menu-css */
.swiper-button-prev {
    left: -40px !important;
}

.swiper-button-next {
    right: -40px !important;
}

.menu-slider-start .swiper-button-next, .menu-slider-start .swiper-button-prev {
    top: 22px;
    color: var(--primary-color);
}

.side-tabe ul li {
    margin: 0 !important;
    /* flex: 1 1 auto; */
}


/* about-why-choose-section-css */
.about-why-choose-section {
    padding: 100px 0;
    background-image: url(../image/about-choose-image.png);
    background-size: cover;
}

.choose-icon {
    background-color: white;
    border-radius: 100px;
    padding: 0px;
    height: 120px;
    width: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    outline: 5px solid white;
    border: 3px solid black;
}

/* Contact-us-css */
.contact-form_new {
    background-color: white;
}

.contact-form_new .contact-section-form {
    background-color: var(--secondary-color);
    padding: 25px 0px 0px 25px;
    margin: 10px;
}


.contact-form_new .form-contact .form-control, .contact-section-form textarea.form-control {
    background-color: #F0EFEF !important;
}

.contact-form_new .form-contact {
    padding: 0 50px 0 20px;
}


.img-100 {
    height: calc(var(--gallery-height) + var(--gallery_gap));
}

.img-55 {
    height: calc(.55 * var(--gallery-height));
}

.img-50 {
    height: calc(.50 * var(--gallery-height));
}

.img-45 {
    height: calc(.45 * var(--gallery-height));
}

.img-70 {
    height: calc(.70 * var(--gallery-height));
}

.img-30 {
    height: calc(.30 * var(--gallery-height));
}

.img-gap-20 {

    gap: var(--gallery_gap);
}

.flex-col {
    display: flex;
    flex-direction: column;
}

/* Testimonial-css */
.testimonail-main-card {
    background-color: var(--peach-color);
    min-height: auto !important;
    position: relative;
}

.quote-img {
    position: absolute;
    left: -30px;
    top: -40px;
}

/* Categories-css */
.categories-card {
    background-color: white;
    border-radius: 40px 40px 13px 13px;
    padding: 10px;
}

.categories-card img {
    border-radius: 13px;
    width: 100%;
}

.categories-special-offer h2 {
    font-size: var(--section-hero-title);
}

.categories-special-offer h6 {
    font-size: var(--section-subtitle);
    padding: 30px 0px;
}

.categories-special-offer-bg {
    background-color: var(--light-yellow);
    padding: 25px 0 0 50px;
    position: relative;
}

/* .categories-img {
    position: absolute;
    right: 0;
    top: 0;
    width: 45%;
} */
/* Footer-css */
.footer {
    background-image: url(../image/footer-bg.png);
    background-size: cover;
}

.footer h5 {
    color: white;
    font-family: 'Gulfs Display Normal';
    font-size: var(--section-heading);
}

.footer p {
    color: white;
}

.footer-logo img {
    width: 250px;
}

.footer-navigation-links {
    padding: 50px 0;
}

.footer-navigation-links ul {
    display: flex;
}

.footer-navigation-links ul li {
    padding: 0 15px;
    border-right: 1px solid white;
}

.footer-navigation-links ul li:last-child {
    border-right: 0;
}

.offer-bg {
    background-color: #00800121;
    padding: 4px 6px;
    border: 1px dashed #008001;
    border-radius: 50px;
    color: #008001 !important;
    font-weight: 600;
    font-size: 13px;
    text-align: center;
}

.apply_bogo, .apply_bogo:hover {
    background-color: #e4390b3b;
    padding: 3px 18px;
    border: 1px solid #e4390b;
    border-radius: 50px;
    color: #e43d11 !important;
    font-weight: 500;
    font-size: 14px;
    margin-left: 5px;
}

.remove_bogo, .remove_bogo:hover {
    background-color: #000000;
    padding: 3px 18px;
    border: 1px solid #000000;
    border-radius: 50px;
    color: #ffffff !important;
    font-weight: 500;
    font-size: 14px;
    display: inline-block;
    width: fit-content;
}


/* Responsive-css */
@media(max-width:1367px) {
    :root {
        --gallery-height: 600px;
        --gallery_gap: 22px;
        --container-space: 2%;
        --section-space: 100px;
        --section-maintitle: 40px;
        --section-smallspace: 50px;
        --section-hero-title: 54px;
        --section-heading: 36px;
        --section-subheading: 80px;
        --section-subtitle: 24px;
        --section-paragraph: 16px;
    }

    .review_main-card p {
        display: -webkit-box;
        -webkit-line-clamp: 5;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .review_main-card {
        min-height: 310px;
    }

    .banner-top-left-vector img {
        width: 50%;
    }
}

@media(max-width:1199px) {}

@media(max-width:1024px) {}

@media(max-width:991px) {
    :root {
        --gallery-height: 600px;
        --gallery_gap: 22px;
        --container-space: 2%;
        --section-space: 50px;
        --section-maintitle: 40px;
        --section-smallspace: 50px;
        --section-hero-title: 36px;
        --section-heading: 24px;
        --section-subheading: 80px;
        --section-subtitle: 24px;
        --section-paragraph: 16px;
        --gallery-height: 300px;
    }

    .banner-content {
        padding-left: 4%;
        padding: 150px 4%;
    }

    .section-heading {
        text-align: center;
    }

    .section-heading .line-vector {
        right: 0;
    }

    .about-us-section {
        padding-top: 150px;
    }

    .menu-card-content {
        text-align: center;
    }

    .gallery-slide-start {
        flex-direction: column;
    }

    .gallery-slide:hover {
        flex: 1;
    }

    .gallery-slide img {
        height: 400px;
    }

    .home-contact-section .position-absolute img {
        width: 50%;
    }
}

@media(max-width:767px) {
    :root {
        --gallery-height: 600px;
        --gallery_gap: 22px;
        --container-space: 2%;
        --section-space: 50px;
        --section-maintitle: 40px;
        --section-smallspace: 50px;
        --section-hero-title: 36px;
        --section-heading: 24px;
        --section-subheading: 80px;
        --section-subtitle: 24px;
        --section-paragraph: 16px;
        --gallery-height: 200px;
    }

    .homepage_left_col img {
        width: 60%;
    }

    .footer-logo img {
        width: 150px;
    }

    .footer h5 {
        margin-top: 30px;
    }

    .banner-top-left-vector img {
        width: 50%;
    }

    .contactus-section .position-absolute img {
        width: 30%;
    }

    .banner-bottom-right-vector {
        right: -40px;
        bottom: -24px;
        width: 35%;
    }

    .banner-content {
        padding-left: 4%;
        padding: 100px 4%;
    }

    .about-section_inner_bg {
        padding: 40px 20px;
    }

    .gallery-slide img {
        height: 250px;
    }

    .experience_section {
        padding: 100px 0;
    }

    .footer-navigation-links ul {
        flex-direction: column !important;
        justify-content: center !important;
        align-items: center !important;
        gap: 20px !important;
    }

    .footer-navigation-links ul li {
        border-right: 0px solid white;
    }

    .contactus-section {
        padding: 50px 0;
    }

    .contact-form_new .form-contact {
        padding: 20px 50px 20px 20px;
    }
}