@import url('https://fonts.googleapis.com/css2?family=Urbanist:ital,wght@0,100..900;1,100..900&display=swap');

html,
body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Urbanist", serif;
   letter-spacing: .5px;
   background-color: #131217;
   scroll-behavior: smooth !important;
   scroll-padding-top: 120px;
}

:root {
    --bs-theme-color: #EA2126;
    --bs-secondary-color:#36C060;
    --bs-orange-color:#EA2126;
    --primary-color: #EA2126;
    --primary-dark-color:#D0213B;
    --secondary-color:#36C060;
    --info-color:#B7A65B;
    --bs-dark-color: #131217;
    --bs-dark-hover: #131217;
    --bs-white-color: #fff;
    --bs-light-gray: #FFEFF1;
    --gallery-height: 600px;
    --bs-font-secondary: "Viva Mexico, cabrones!";
    --gallery_gap:22px;
    --container-space: 1%;
    --section-space: 100px;
    --section-smallspace: 50px;
    --section-hero-title: 65px;
    --section-heading: 42px;
    --section-subheading: 32px;
    --section-subtitle: 37px;
    --section-smalltext:22px;
    --section-paragraph: 16px;
}

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


.fancy-font {
    font-family: 'Viva Mexico, cabrones!';
    font-weight: 500;
    font-style: normal;
}

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

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

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

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

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

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

.section-herotitle{
    font-size: var(--section-hero-title);
}


p{
    font-size: var(--section-paragraph);
    font-family: "Urbanist", serif;
}

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

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

.primary-dark-color{
    color:var(--primary-dark-color) !important;
}



* {
    font-family: "Urbanist", 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: "Urbanist", serif;
}

.font-light{
    font-family: "Urbanist", serif;
}

.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;
    color:var(--bs-black-color);
    border: 1px solid var(--bs-orange-color) !important;
}

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

.same-btn-two:hover{
    background-color: var(--bs-white-color);
    color:var(--bs-dark-color);
}

.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(--bs-orange-color);
    transition: all 0.4s ease;
    text-decoration: none;
    color: white;
    overflow: hidden;
    font-weight: 500;
    border-color: var(--bs-orange-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;
    background: #000;
    top:0;
    z-index: 9999;
}

.header-bg-color {
    background: #000;
}
/* header.navigation.is-sticky {
    background: #000;
    transition: all 0.2s ease;
    /* animation: sticky-header 0.35s ease-out; */
    /* position: sticky; */
    /* top: 0; */
    /* z-index: 9999; */
    /* 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: 15px;
    color: #F9F4EC;
    margin: 0 0px;
    font-weight: 500;
    transition: all 0.4s ease;
    position: relative;
    border-radius: 0px;
    border-right: 1px solid rgb(255 255 255 / 23%);
    padding: 12px 40px 12px 50px !important;
}

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;
    position: relative;
    display: flex;
    align-items: center;
}

.web-nav-links .nav-link.active::after {
    background-image: url(../image/active-image.svg);
    position: absolute;
    left: 10px;
    content: '';
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
}


.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;
}

.footer-day{
width: 50%;
}

.footer-time{

}

/* .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;
    /* border: 1px solid var(--bs-theme-color); */
    background-color: var(--bs-orange-color);
    border-radius: 0px;
    color: white;
    padding: 10px 30px;
    transition: all 0.4s ease;
    cursor: pointer;
    font-weight: 500;
    border:1px solid var(--bs-orange-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-day, .footer-time{
  font-family: "Urbanist", serif;
}
Footer a.active
{
    color: var(--bs-orange-color) !important;
}
Footer p {
    font-size: 16px;
  font-family: "Urbanist", serif;
}

.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-family: "Urbanist", serif;
        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 */
/* AboutUs Section start */
.about-section .section-heading{
    margin-bottom: 70px;
}


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

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

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

/* .food-slider .slick-list.draggable, .slick-track,
.bar-menu-row .slick-list.draggable, .slick-track {
  height: 100% !important;
  display: grid;
} */
.bar-menu-row .all-dots .slick-slide {
    padding: 0 10px;
    /* max-height: 260px; */
    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%;
    height: 100%;
    overflow: unset;
    margin: 80px 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: 16px;
    text-wrap: pretty;
    word-break: break-all;
    font-weight: 500;
}

.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: #FFDBDC;
    padding: 8px 15px;
    margin: 0px 0;
    border: none;
    /* border: 1px solid #cac8c8 !important; */
    border-radius: 0px;
    color: #727272;
    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;
    /* margin: 0 2px; */
    padding: 7px 3px;
    width: 100%;
}

.tab-link {
    color: white;
    text-decoration: none;
    text-align: start;
    padding: 10px 20px;
    border-radius: 0px;
    font-weight: 600;
    width: 100%;
    text-wrap: wrap;
    transition: 0.4s;
    box-shadow: rgb(8 8 8 / 20%) 0px 0px 3px 0px;
    background-color: #000000;
    border: 2px solid white;
}

.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: 0px;
    height: 100%;
    /* border: 1px solid var(--bs-light-gray); */
    box-shadow: rgb(8 8 8 / 20%) 0px 0px 3px 0px;
    background-color: rgba(255, 255, 255, 0.2);
}

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

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

.side-tabe ul {
    padding: 0px;
    border: none;
    border-radius: 20px;
    /* background-color: var(--bs-light-red-color); */
    display: flex;
    height: 100%;
    flex-direction: column;
    /* border: 1px solid var(--bs-light-gray); */
    /* box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px; */
}


/* 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(--bs-theme-color);
    color: var(--bs-white-color);
    border:2px solid var(--bs-orange-color);
}

.menu-item-card {
    background: #000;
    border-radius: 0;
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 20px;
    position: relative;
}

.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: 20px;
    font-weight: 400;
    color:white;
}

.product-description{
    font-size: 18px;
    font-family: 'Oregon LDO Regular';
}

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

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

.item-gap {
    margin-bottom: 15px;
}

/* 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;
    position: relative;
    top: 5px;
}

.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 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 {
    /* background: var(--bs-white-hover); */
    color: var(--bs-red-hover);
}

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

button.add-item-btn i {
    background: var(--bs-orange-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 #ffffff50;
    background-color: #ffffff50;
    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{
    color:white;
}

#food-modal-data .add-item-btn{
    color:black !important;
}

.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%;
    height: 100%;
}

.item-price h5 {
    color: white;
}

.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;
    /* margin-top: 15px; */
    justify-content: space-between;
    height: 100%;
}

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

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

.BarMenu-panel .item-content-box-ac .item-text h5,
.item-price h5 {
    color: white;
}

.cart-page-section .item-price h5{
    color:#000;
}

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;
    background-color: white;
}

.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:white !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: 1px solid #e5e5e5;
    position: relative;
    box-shadow: none;
    background: #fdfdfd;
    border-radius: 0px;
    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: 16px;
    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: rgb(255 255 255 / 30%);
    padding: 10px 10px 30px;
    border-radius: 0px;
    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;
    color:white !important;
    /* 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: white;
    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: white;
    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: 0px;
    text-wrap: nowrap;
    justify-content: center;
    align-items: center;
    display: flex;
}
.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: white;
    border-radius: 0px;
    /* 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: white;
}

.cart-items-details h2 {
    display: inline-flex;
    padding: 10px 0;
    border-radius: 30px;
    transition: all 0.4s ease;
    color: white;
    /* 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: white;  
    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: #ffffff3d;  
    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: white;
    margin: 0;
}

.track-order1 h4 {
    color: white;
    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;
    }

    ul.slick-dots {
        bottom: 65px;
    }

    .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) {



    h2.h2-heading {
        font-size: 40px;
    }
    .cart-left-details .item-text h5{
        font-size: 14px;
        align-items: start;
    }

    #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: 100px;
        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: 0px !important;
    }
    .mob-100{
        width: 100%;
    }
    .cart-items-container:after {
        position: relative;
    }
    .cart-items-container {
        padding: 16px 10px 0px 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{
        margin: 0 10px;
    }
    .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 / 3;
    max-height: 600px;
    object-fit: cover;
    width: 100%;
    border-radius: 0px !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: #747474;
    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;
}
.media-info-card {
    padding: 40px 20px;
    background: #fff;
    height: 100%;
    border-radius: 30px;
    display: flex;
    align-items: self-start;
    flex-direction: column;
    justify-content: center;
}
.media-info-card h4
{
    font-size: 24px;
    margin-bottom: 15px;
}
.media-info-card p
{
    font-size: 16px;
    margin-bottom: 0;
}
.media-info-video, .media-info-video video {   
    border-radius: 30px;
    background: #000;
    height: 100%;
 
}
.bg-light-primary
{
    background: #FFEFC4 !important;
}

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



/* Golden-Cactus-Resturant-css */

/*================== Homepage-css ======================*/

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

/* Banner-css-start */

.home_banner {
    background-image: url(../image/slider/banner-bg.png);
    height: 800px;
    display: flex;
    align-items: center;
}

.sub_banner_start{
    height: 450px; 
}

.string-banner-vector {
    position: absolute;
    top: 250px;
    width: 100%;
}

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

.home_banner_start h1{
color:white;
font-size: var(--section-hero-title);
}

.home_banner_start img{
    width: 25%;
}

.home_banner_start h2{
    font-size: 88px;
    color:var(--info-color);
}

/* About-us-css */

.about-us-section {
    background-image: url(../image/about-bg-vector.svg);
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: center;
}

.about-left-content{
    border-left: 10px solid var(--secondary-color);
    border-bottom: 10px solid var(--secondary-color);
}


/* Reserve-cta-css */

.reserve-cta{
    background-image: url(../image/reserve-cta-bg.svg);
    background-size: cover;
    padding: 100px 0; 
}

.reserve-cta h2{
    font-size: var(--section-hero-title);
}

.reserve-flex{
    gap:50px;
}


/* best-food-section */
.best-food-section {
    background-image: url(../image/best-food-cta.png);
    background-size: cover;
    min-height: 800px;
    display: flex;
    align-items: end;
    justify-content: center;
    padding-bottom: 80px;
}
.best-food-section h2{
    font-size: 72px;
}

.best-food-section .primary-dark-color{
    font-size: 100px;
}


/* Menu-section-css */
.our-food-truck h2{
    font-size: 91px;
    z-index: 9;
    position: relative;
}

.food-truck-vector{
    right:-100px;
}

.truck-left-vector {
    bottom: 100px;
    left: 140px;
}

.truck-right-vector {
    bottom: 250px;
    right: 140px;
}

.our-food-truck img {
    margin-top: -110px;
    z-index: 1;
    position: relative;
}


/* Gallry-css */
.galley-main_section{
    /* background-image: url(../image/gallery-bg.png); */
    /* background-size: cover; */
    /* padding-bottom: var(--section-space); */
}
.img-100 {
    height: calc(var(--gallery-height) + var(--gallery_gap));
}
.img-55 {
    height: calc(.55 * 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);
}

/* Testimonial-css */

.review-card::before {
    content: "";
    background: url(../image/testimonial-top-vector.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 120px;
    height: 100px;
    position: absolute;
    right: -10px;
    top: -30px;
}

.review-card::after {
    content: "";
    background: url(../image/testimonial-bottom-vector.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 130px;
    height: 130px;
    position: absolute;
    left: -30px;
    bottom: -50px;
}

/* ==========About-Us-Page-css====== */

.bg-none{
    background-image: none;
}

.sub-contact-bg {
    background-image: url(../image/about/sub-content-form-bg.png);
    padding: 40px 30px;
    text-align: center;
    display: flex
;
    flex-direction: column;
    gap: 30px;
    border-left: 10px solid var(--bs-secondary-color);
    border-bottom: 10px solid var(--bs-secondary-color);
}

.sub-contact-bg h2{
font-size:55px;
}

.sub-contact-bg h3{
    font-size:36px;
}


/* ====Menu-page-css-start========= */

.custom-scrollbar-sidebar{
    background-color: #000;
    padding: 15px;
}

.string-banner-vector img{
    animation: flipBanner 2s infinite alternate ease-in-out;
    width: 102%;
}

@keyframes flipBanner {
    0% {
      transform: rotateX(0deg);
    }
    100% {
      transform: rotateX(45deg);
    }
  }


  /* Testimonial-css */
  .slide-show-box {
    width: 50px;
    height: 50px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
    transition: all .4s ease-in;
}

.testimonial-heading {
    margin-top: -70px;
    margin-left: 70px;
}

.review-card {
    background: var(--secondary-color);
    box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
    border-radius: 20px;
    text-align: center;
    padding: 45px;
    margin: 0 20px;
    position: relative;
    margin-top: 0px;
}

.rate-star {
    display: flex;
    list-style: none;
    gap: 5px;
    justify-content: start;
    margin-bottom: 10px;
}

.rate-star i {
    color: var(--primary-color);
}

h3.reviewer-name {
    font-size: 18px;
    margin-bottom: 15px;
    font-weight: 600;
    max-width: 80%;
}


.testimonial-card::after, .testimonial-card::before{
    background-image: none;
}

.testimonial-card {
    margin: 0;
    margin-bottom: 30px;
}


/* Gallery-start */

.gallery-grid-start {
    display: grid;
    grid-gap: 10px;
    grid-template-columns: repeat(3, 1fr); /* Ensures exactly 3 columns */
    grid-auto-rows: 200px;
    grid-auto-flow: dense;
}


.gallery-grid-start .wide {
	grid-column: span 2;
}
.gallery-grid-start .tall {
	grid-row: span 2;
}
.gallery-grid-start .big {
	grid-column: span 2;
	grid-row: span 2;
}

.gallery-grid-start {
    display: grid;
    grid-template-columns: repeat(3, 1fr); /* 3 columns */
    grid-auto-rows: 10px; /* Small row height for finer control */
    grid-gap: 10px;
    grid-auto-flow: dense; /* Helps to fill gaps efficiently */
}

/* Assign different spans to images for dynamic layout */
.gallery-grid-start img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Ensures images scale properly */
    border-radius: 0px; /* Optional: adds rounded corners */
}

/* Assign spans to different images to mimic the layout */
.gallery-grid-start .gallery-grid:nth-child(1) { grid-row: span 30; grid-column: span 1; }
.gallery-grid-start .gallery-grid:nth-child(2) { grid-row: span 40; grid-column: span 1; }
.gallery-grid-start .gallery-grid:nth-child(3) { grid-row: span 20; grid-column: span 1; }
.gallery-grid-start .gallery-grid:nth-child(4) { grid-row: span 30; grid-column: span 1; }
.gallery-grid-start .gallery-grid:nth-child(5) { grid-row: span 35; grid-column: span 1; }
.gallery-grid-start .gallery-grid:nth-child(6) { grid-row: span 30; grid-column: span 1; }
.gallery-grid-start .gallery-grid:nth-child(7) { grid-row: span 40; grid-column: span 1; }
.gallery-grid-start .gallery-grid:nth-child(8) { grid-row: span 20; grid-column: span 1; }
.gallery-grid-start .gallery-grid:nth-child(9) { grid-row: span 30; grid-column: span 1; }
.gallery-grid-start .gallery-grid:nth-child(10) { grid-row: span 35; grid-column: span 1; }
.gallery-grid-start .gallery-grid:nth-child(11) { grid-row: span 30; grid-column: span 1; }
.gallery-grid-start .gallery-grid:nth-child(12) { grid-row: span 20; grid-column: span 1; }

/* Responsive Adjustments */
@media (max-width: 1024px) {
    .gallery-grid-start {
        grid-template-columns: repeat(2, 1fr); /* 2 columns for tablets */
    }
}

@media (max-width: 600px) {
    .gallery-grid-start {
        grid-template-columns: repeat(1, 1fr); /* 1 column for mobile */
    }
}


.background-fixed{
    background-image: url(../image/gallery-bg.png);
    background-attachment: fixed; 
}

/* Testimonial-css */

.slide-show-next svg{
    fill:#808080;
}

.slide-show-prev svg{
    fill:#808080;
}

.slide-show-next svg:hover, .slide-show-prev svg:hover{
    fill:var(--secondary-color);
}

/* Footer Start  */
Footer {
    background: #191919;
    background-image: url(../image/footer-bg.svg);
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: center;
    padding-top: 50px;
    border-radius: 0;
}

.working-hours-div li:last-child {
    border-right: 0px !important;
}

.working-hours-div .working-hourd-time{
    font-size: 14px;
}

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;  
  font-family: "Urbanist", serif;

}

Footer a {
    color: var(--bs-white-color);
    font-size: 16px;
    display: flex;
    margin-bottom: 10px;
    padding: 0;
  font-family: "Urbanist", serif;
    text-align: start;
}

.footer-navigation-links{
    padding: 40px 0 50px 0;
}

.footer-navigation-links ul {
display: flex;
}

.footer-logo img{
    width: 70%;
}

.footer-navigation-links ul li{
    padding: 0 15px;
}
.footer-navigation-links ul li:last-child{
    border-right: 0;
}


/* Modal-css */
.modal-content {
    background-color: #747474;
    border-radius: 0 !important;
}

.modal-header{
    border: 0 !important;
}

.modal-footer{
    border:0 !important;
}

.modal-content .btn-close{
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e");
    height: 10px !important;
    font-size: 10px;
    opacity: 1 !important;
    width: 10px !important;
    background-repeat: no-repeat;
    min-width: 10px !important;
}

.flatpickr-wrapper{
    width: 100%;
}
/* Responsive-css */
@media(max-width:1367px){
    :root {
        --gallery-height: 600px;
        --gallery_gap:22px;
        --container-space: 1%;
        --section-space: 100px;
        --section-smallspace: 50px;
        --section-hero-title: 48px;
        --section-heading: 42px;
        --section-subheading: 32px;
        --section-subtitle: 37px;
        --section-paragraph: 16px;
    }
    .web-nav-links .nav-link.active::after {
        left: 10px;
    }
    .web-nav-links .nav-link {
        font-size: 12px;
        padding: 12px 20px 12px 50px !important;
    }
    .home_banner_start h2 {
        font-size: 64px;
    }
    .home_banner {
        height: 650px;
    }
    .best-food-section {
        min-height: 500px;
        position: relative;
        background-image: none;
    }
    
    .best-food-section::after{
        background-image: url(../image/best-food-cta.png);
        position: absolute;
        background-position: right;
        content: '';
        height: 100%;
        width: 100%;
        opacity: 0.1;
        top:0;
        z-index: 1;
    }
    .string-banner-vector {
        top: 450px !important;
    }
    .translate-middle {
        transform: translate(-10%, -50%) !important;
    }
    .menu-left-vector, .menu-right-vector{
        display: none !important;
    }
    .review-card::before{
        width: 70px;
    }
}

@media(max-width:1199px){
    :root {
        --section-space: 80px;
        --section-smallspace: 50px;
        --section-hero-title: 48px;
        --section-heading: 42px;
        --section-subheading: 32px;
        --section-subtitle: 37px;
        --section-paragraph: 16px;
    }
    .web-nav-links .nav-link.active::after {
        left: 5px;
    }
    .web-nav-links .nav-link {
        padding: 12px 20px 12px 40px !important;
    }
    .web-nav-cover img {
        height: 45px;
    }
}

@media(max-width:1024px){
    .nav-booktable-btn{
        font-size: 14px;
        padding: 10px 15px;
    }
    .web-nav-cover img {
        height: 45px;
    }
    .web-nav-links .nav-link {
        font-size: 12px !important;
    }

}

@media(max-width:991px){
    .reserve-cta {
        background-position: right;
        position: relative;
        background-image: none;
    }
    .home_banner {
        height: 580px;
    }
    .our-food-truck h2 {
        font-size: 48px;
    }
    .our-food-truck img {
        margin-top: -60px;
    }
    .web-nav-cover img {
        height: 75px;
    }
    .reserve-cta::after {
        background-image: url(../image/reserve-cta-bg.svg);
        position: absolute;
        background-position: right;
        content: '';
        height: 100%;
        width: 100%;
        opacity: 0.6;
        top: 0;
        z-index: 1;
        background-size: cover;
    }
    
    .spice-life-vector {
        width: 30%;
        transform: translate(0%, -50%) !important;
    }
    .best-food-section {
        min-height: 500px;
        position: relative;
        background-image: none;
        padding: 0;
        align-items: center;
}
.best-food-section h2 {
    font-size: 42px;
    line-height: 60px;
}
.best-food-section .primary-dark-color {
    font-size: 50px;
}
.img-100 {
    height: 100% !important;
}
.img-55 {
    height: 100% !important;
}
.img-45 {
    height: 100% !important;
}

.img-70 {
    height: 100% !important;
}
.img-30 {
    height: 100% !important;
}
.string-banner-vector {
    top: 500px !important;
}

.about-left-content > img{
    height: 600px;
    object-fit: cover;
    object-position: top;
}
.food-truck-vector {
    right: -10px;
    bottom: -100px !important;
}
}

@media(max-width:767px){
    :root {
        --gallery-height: 600px;
        --gallery_gap:22px;
        --container-space: 1%;
        --section-space: 60px;
        --section-smallspace: 50px;
        --section-hero-title: 28px;
        --section-heading: 28px;
        --section-subheading: 32px;
        --section-subtitle: 20px;
        --section-paragraph: 16px;
    }  
    .home_banner_start h2 {
        font-size: 28px;
    }
    .home_banner_start{
        padding: 0 15px;
    }
    .web-nav-cover img {
        height: 65px;
    }
    .home_banner_start img {
        width: 45%;
    }
    .home_banner {
        height: 500px;
    }

    .food-truck-vector {
        right: 0;
        width: 30%;
        bottom: -90px !important;
        left: 10px;
    }
    .best-food-section .primary-dark-color {
        font-size: 36px;
    }
    .best-food-section h2 {
        font-size: 22px;
        line-height: 40px;
    }
    .string-banner-vector img {
        width: 98rem;
    }
    .best-food-section {
        min-height: 300px;
    }
    .footer-navigation-links ul {
        align-items: center;
    }
    .sub-contact-bg h2 {
        font-size: 36px;
    }
    .sub-contact-bg h3 {
        font-size: 24px;
    }
    .sub_banner_start{
        height: 350px;
    }
    .menu_subbanner{
        height: 230px;
    }
    body .menu-string-vector{
        top: 120px !important;
    }
    .string-banner-vector{
        top: 230px !important;
    }
    .gallery-grid-start .gallery-grid {
        grid-row: span 10 !important;
    }
    .testimonial-quote-img svg {
        width: 30%;
        height: fit-content;
    }
    .about-left-content > img{
        height: 400px;
    }
    .spice-life-vector {
        width: 50%;
    }
    .contactus-section {
        padding: 50px 0;
    }
    .working-hours-div li{
        border-right: 0px !important;
    }
    .working-hours-div h6 {
     flex-direction: row !important;
    }
}

.ladda-button {
    color: white; /* Text color */
    border: none;
}

/* Force spinner to be white */
.ladda-button .ladda-spinner div {
    border-color: white !important;  /* Ensure spinner is white */
}

.flatpickr-wrapper{
    width: 100%;
}