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

html,
body {
    margin: 0;
    padding: 0;
    background-color: #FFFDF2;
    color:#000;
}

:root {
    --bs-theme-color: #25393E;
    --bs-dark-color: #000000;
    --bs-orange-color: #BB9543;
    --bs-secondary-color: #BB9543;
    --bs-dark-hover: #000;
    --bs-white-color: #fff;
    --bs-yellow-color: #BB9543;
    /* --bs-light-gray:#F7F7F7; */
    --bs-light-gray: #F7F7F7;
    --bs-font-secondary: "Playfair Display", serif;
    --gallery-height: 600px;
    --gallery_gap:22px;
    --section-space: 100px;
    --section-smallspace: 50px;
    --section-hero-title: 60px;
    --subsection-hero-title: 56px;
    --section-heading: 50px;
    --section-textheading: 24px;
    --section-subheading: 22px;
    --section-subtitle: 20px;
    --section-paragraph: 16px;
    --section-largeheading:65px;
    --container-space: 7%;
}
@media (max-width:1399px) {
    :root
   {
    --section-hero-title: 48px;
       --subsection-hero-title: 48px;
    --section-textheading: 20px;
   }
   .catering-book-table img {
    width: 43.8% !important;
}
}
@media(max-width:1024px)
{
   :root
   {
    --section-hero-title: 36px;
       --subsection-hero-title: 36px;
    --section-textheading: 18px;
    --section-heading: 34px;
    --section-subheading:18px;
   }

}



@media(max-width:767px)
{
   :root
   {
    --section-hero-title: 50px;
    --subsection-hero-title: 50px;
    --section-textheading: 20px;
    --section-space: 50px;
   }
   .about-section-image{
    margin-top: 40px;
    text-align: center;
    left: 5px;
   }
   .about-section-image .w-85{
    width: 100% !important;
   }
   .menu-heading {
    justify-content: start !important;
    gap: 30px;
    align-items: start !important;
    text-align: start;
}

.table-booking {
    padding: 20px !important;
    font-size: 20px !important;
    left: 0;
}
.sub-banner {
        height: 250px !important;
        min-height: 250px !important;
        align-items: start !important;
        padding-top: 20px !important;
        background-size: cover;
        background-repeat: no-repeat;
    }
Footer .container-fluid {
    padding: 20px 0 20px !important;
}
.video-wrapper>video{
    border-top: 6px solid rgba(255, 243, 172, 0.5) !important;
    border-left: 6px solid rgba(255, 243, 172, 0.5) !important;
}
.navigation img{width: 100%;}

.banner-bottom  .food-delicious-img{
    bottom: -50px !important;
}
}


@media(max-width:575px)
{
   :root
   {
    --section-hero-title: 28px;
    --subsection-hero-title: 28px;
    --section-textheading: 16px;
    --section-heading: 26px;
    --section-subtitle: 16px;
    --section-subheading: 15px;
   }
   .table-booking svg
   {
    width: 40px;
   }

   .banner-contents h5{
    font-size: 16px !important;
   }

   body .home-book_table {
    padding: 20px !important;
}
.testimonial-left-vector img{
    width: 20%;
}
.heritage-banner {
    padding: 40px 20px !important;
    border-radius: 20px !important;
}

.heading-xs-h3{
    font-size: 20px !important;
}

}

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


.fancy-font {
    /* font-family: "Kaushan Script", cursive !important; */
    font-family: var(--bs-font-secondary) !important;
    font-style: normal;
}
.text-primary
{
    color: var( --bs-theme-color) !important;
}

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


/* Typography */

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

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

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

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

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

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

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

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

/* section-title-css */

.section-heading {
    font-size: var(--section-heading);
    margin-bottom: 10px;
    color:#000;
}

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

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

.section-subheading {
    font-size: var(--section-subheading);
    margin-bottom: 20px;
    color:#000;
}

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

.section-paragraph {
    font-size: 16px;
}

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

html {
    scroll-behavior: smooth;
}

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

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

/* 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;
}

.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-theme-color);
}

.text-theme {
    color: #000;
}

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

.bg-light{
    background-color: #f6f6f6 !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);
}

.same-btn-two{
    background-color: transparent;
    color:var(--bs-white-color);
    padding: 10px 30px;
    border-radius: 50px;
    border:1px solid var(--bs-white-color);
    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: var(--bs-orange-color);
    border: 1px solid var(--bs-orange-color) !important;
    color: white !important;
}

.same-btn svg{
    fill:white;
}

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

.same-btn,
.not_orderable {
    border-radius: 50px;
    background: var(--bs-orange-color);
    transition: all 0.4s ease;
    text-decoration: none;
    color: white;
    overflow: hidden;
    font-weight: 500;
    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 var(--bs-orange-color);
}

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

.sub-banner {
    height: 450px;
    /* background: var(--bs-theme-color); */
    padding: 0px 0 0px;
    background-image: url(../image/banners/subbanner_image.png);
    display: flex;
    align-items: center;
}


.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: sticky;
    top: 0;
    background: rgba(255, 243, 172, 1);
    padding: 15px 10px;
} */

.header-bg-color {
    background: #000;
}
header{
    /* background: var(--bs-theme-color); */
    background: rgba(0, 0, 0, 100%);
    transition: all 0.2s ease;
    animation: sticky-header 0.35s ease-out;
    position: sticky;
    top: 0;
    z-index: 10;
    padding: 25px 10px;
    z-index: 999999;
    /* box-shadow: 0 2px 10px rgba(0,0,0,.1); */
}

.header_new {
    background: rgb(18 18 18);
}

header::after{
    /* background: rgba(255, 243, 172, 0.06); */
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.header_logo img{
    position: absolute !important;
    left: 0;
    right: 0;
    top: -50px
}

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 .nav-booktable-btn {
    border-color: var(--bs-theme-color);
    color: #000;
    background-color: var(--bs-secondary-color);
}

header.navigation .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%;
    z-index: 999;
    position: relative;
}

.web-nav-links .nav-link {
    font-size: 16px;
    color: white;
    margin: 0 0px;
    font-weight: 400;
    transition: all 0.4s ease;
    position: relative;
    border-radius: 100px;
    padding: 8px 24px !important;
    /* text-transform: uppercase; */
}
header .nav_start{
padding: 6px;
gap:1rem;
}

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

.web-nav-links .nav-link.active {
    color: var(--bs-secondary-color);
    /* background-color: var(--bs-theme-color); */
}

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

.active .nav-link{
    color: var(--bs-dark-color);
    background-color: 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: 100px;
    scale: 1.3;
    transition: 0.5s all;
}

.header-is-sticky .web-nav-cover img{
    scale: 1.0;
    transition: 0.5s all;
}

.header-is-sticky .header_new {
    /* background: transparent; */
}

.header-is-sticky{
    padding: 15px 0;
    background: rgb(18 18 18);
}

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-secondary-color);
    display: flex;
    width: 18px;
    height: 18px;
    border-radius: 50px;
    align-items: center;
    justify-content: center;
    right: -5px;
    top: -5px;
    background: var(--bs-secondary-color);
    font-size: 10px;
    color: var(--bs-dark-color);
    font-weight: 600;
}

.nav-booktable-btn {
    position: relative;
    /* border: 1px solid var(--bs-theme-color); */
    background-color: var(--bs-secondary-color);
    border-radius: 10px;
    color: #000;
    padding: 10px 30px;
    transition: all 0.4s ease;
    cursor: pointer;
    font-weight: 500;
    border:1px solid var(--bs-secondary-color);
}

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

/* 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: 14px;
    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-theme-color);
}

.cursor-unset{
    cursor: default;
}

.mobileSidebar .navbar-links .dropdown-item:hover {
    color: #000000 !important;
}

.mobileSidebar .navbar-links li a{
    color: #000000 !important;
    padding: 5px;
}



.mobileSidebar .navbar-links .nav-link.active {
    color: white;
    padding: 5px;
    background-color: var(--bs-orange-color);
    border-radius: 5px;
}

.mobileSidebar .navbar-links .sub_menu .nav-link.active {
    color: #000000 !important;
    /* padding: 0px; */
    background-color: var(--bs-orange-color);
}

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

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

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

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

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

/* Mobile Sidebar End */
/* Footer Start  */
Footer {
    background: #000;
    border-radius: 0;
    background-image: url(../image/footer-bg.svg);
    background-position: bottom;
    background-repeat: no-repeat;
}

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

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

Footer h5 {
    margin-bottom: 20px;
}

Footer a {
    color: var(--bs-white-color);
    font-size: 14px;
    display: flex;
    margin-bottom: 10px;
    padding: 0;
    text-align: start;
}
Footer a.active
{
    color: var(--bs-secondary-color);
}
Footer p {
    font-size: 14px;
}

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

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

Footer a:hover {
    color: var(--bs-secondary-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;
} */

.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: 0%;
    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 {
    margin-top: -20px;
}

.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 {
    /* background-image: url(../image/about-cover.png); */
}

.about-section ul li {
    font-size: 14px;
}

.about-section-img {
    padding: 15px;
    height: 400px;
}

.about-section-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 20px;
}

.about-top-image {
    width: 100%;
    max-width: 350px;
    height: 350px;
    border-radius: 30px;
    box-shadow: 12px 12px 0px var(--bs-orange-color)
}

.about-bottom-image {
    width: 100%;
    max-width: 250px;
    height: 250px;
    border-radius: 30px;
    box-shadow: 12px 12px 0px var(--bs-orange-color);
    margin: 0 auto;
    margin-top: -120px;
    margin-right: 61px;
}

.about-top-image img,
.about-bottom-image img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    border-radius: 30px;
}





/* 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;
}

.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 {
    background-color: #000;
    padding-bottom: var(--section-space);
}

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

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

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

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

.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;
    border-radius: 70px 40px 50px 40px;
    padding: 50px 30px;
    min-height: 330px;
}

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

.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: #333333 !important;
}

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

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

    /* padding: 0 20px; */
}

form.form-contact input, textarea.form-control {
    background-color: var(--bs-white-color);
    padding: 8px 15px;
    margin: 0px 0;
    border: none;
    border: 1px solid #cac8c8 !important;
    border-radius: 8px;
    color: #333333;
    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: 70px;
}

.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: #000000;
    background: var(--bs-light-gray);
    text-decoration: none;
    text-align: center;
    padding: 9px 20px;
    border-radius: 100px;
    border: none;
    /* text-transform: uppercase; */
    text-wrap: nowrap;
    font-weight: 500;
    width: 100%;
    text-wrap: wrap;
    transition: 0.4s;
    box-shadow: rgb(8 8 8 / 20%) 0px 0px 3px 0px;
    background-color: 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: 20px;
    height: 100%;
    /* border: 1px solid var(--bs-light-gray); */
    box-shadow: rgb(8 8 8 / 20%) 0px 0px 3px 0px;
    background-color: white;
}

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

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

.side-tabe ul {
    padding: 7px 10px;
    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);
}

/* .menu-item-card {
    background: #000;
    padding: 0px 20px 10px 20px;
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    height: 100%;
    gap: 5px;
    box-shadow: rgb(8 8 8 / 20%) 0px 0px 3px 0px;
    position: relative;
} */

.menu-item-card {
    background: rgba(0, 0, 0, 0.80);
    padding: 50px 20px 20px 20px;
    border-radius: 20px;
    display: flex
;
    flex-direction: column;
    height: 100%;
    /* clip-path: polygon(0px -3%, 100% 19%, 100% 100%, 0% 100%); */
    clip-path: polygon( 0.159% 22.139%,0.159% 22.139%,0.334% 18.434%,0.839% 14.944%,1.643% 11.72%,2.716% 8.812%,4.027% 6.27%,5.546% 4.144%,7.242% 2.484%,9.086% 1.341%,11.046% 0.765%,13.093% 0.805%,89.078% 14.164%,89.078% 14.164%,90.846% 14.721%,92.509% 15.731%,94.048% 17.154%,95.443% 18.953%,96.676% 21.09%,97.728% 23.526%,98.579% 26.222%,99.211% 29.142%,99.604% 32.246%,99.739% 35.497%,99.739% 77.862%,99.739% 77.862%,99.585% 81.338%,99.138% 84.636%,98.422% 87.711%,97.463% 90.52%,96.284% 93.017%,94.909% 95.159%,93.364% 96.902%,91.671% 98.202%,89.856% 99.014%,87.942% 99.295%,11.957% 99.295%,11.957% 99.295%,10.043% 99.014%,8.228% 98.202%,6.535% 96.902%,4.989% 95.159%,3.615% 93.017%,2.436% 90.52%,1.476% 87.711%,0.761% 84.636%,0.314% 81.338%,0.159% 77.862%,0.159% 22.139% );;
    gap: 5px;
    box-shadow: rgb(8 8 8 / 20%) 0px 0px 3px 0px;
    position: relative;
    z-index: 9;
}

.menu-main-card::after {
    background-color: rgb(187 149 67 / 63%);
    position: absolute;
    content: '';
    height: 100%;
    width: 100%;
     /* background-image: url(../image/banners/card-bg.png); */
    top: 0;
   clip-path: polygon( 99.638% 22.25%,99.638% 22.25%,99.463% 18.517%,98.958% 15.001%,98.154% 11.752%,97.082% 8.821%,95.771% 6.26%,94.252% 4.117%,92.555% 2.445%,90.711% 1.293%,88.751% 0.712%,86.704% 0.753%,10.719% 14.214%,10.719% 14.214%,8.951% 14.776%,7.288% 15.793%,5.75% 17.228%,4.354% 19.041%,3.121% 21.193%,2.069% 23.648%,1.218% 26.365%,0.586% 29.308%,0.193% 32.436%,0.058% 35.712%,0.058% 78.402%,0.058% 78.402%,0.212% 81.905%,0.659% 85.229%,1.375% 88.328%,2.334% 91.157%,3.513% 93.674%,4.888% 95.833%,6.434% 97.589%,8.126% 98.899%,9.942% 99.717%,11.855% 100%,87.841% 100%,87.841% 100%,89.754% 99.717%,91.569% 98.899%,93.262% 97.589%,94.808% 95.833%,96.182% 93.674%,97.362% 91.157%,98.321% 88.328%,99.036% 85.229%,99.483% 81.905%,99.638% 78.402%,99.638% 22.25% );
    /* clip-path: polygon(0 18%, 100% 0, 100% 100%, 0% 100%); */
    z-index: 1;
    border-radius: 20px;
}

.image_card::after{
/* clip-path: polygon( 100% 13.891%,100% 13.891%,99.811% 11.46%,99.269% 9.181%,98.407% 7.087%,97.26% 5.213%,95.863% 3.593%,94.251% 2.26%,92.458% 1.249%,90.519% 0.594%,88.469% 0.328%,86.342% 0.486%,10.036% 14%,10.036% 14%,8.352% 14.443%,6.775% 15.144%,5.321% 16.082%,4.009% 17.233%,2.852% 18.577%,1.869% 20.09%,1.076% 21.752%,0.489% 23.539%,0.125% 25.431%,0% 27.404%,0% 86.436%,0% 86.436%,0.155% 88.636%,0.604% 90.723%,1.322% 92.669%,2.286% 94.447%,3.47% 96.027%,4.85% 97.383%,6.403% 98.486%,8.102% 99.308%,9.925% 99.822%,11.847% 100%,88.153% 100%,88.153% 100%,90.075% 99.822%,91.898% 99.308%,93.597% 98.486%,95.15% 97.383%,96.53% 96.027%,97.714% 94.447%,98.678% 92.669%,99.396% 90.723%,99.845% 88.636%,100% 86.436%,100% 13.891% ); */
top:-20px;
}

.image_card{
     clip-path: none;
}

.image-item-card {
    clip-path: none;
    border-radius: 40px;
    background-color: #292317;
}

.image-item-card-show{
    margin-top: -50px;
}

.image-item-card::before{
clip-path: polygon( 100% 13.891%,100% 13.891%,99.811% 11.46%,99.269% 9.181%,98.407% 7.087%,97.26% 5.213%,95.863% 3.593%,94.251% 2.26%,92.458% 1.249%,90.519% 0.594%,88.469% 0.328%,86.342% 0.486%,10.036% 14%,10.036% 14%,8.352% 14.443%,6.775% 15.144%,5.321% 16.082%,4.009% 17.233%,2.852% 18.577%,1.869% 20.09%,1.076% 21.752%,0.489% 23.539%,0.125% 25.431%,0% 27.404%,0% 86.436%,0% 86.436%,0.155% 88.636%,0.604% 90.723%,1.322% 92.669%,2.286% 94.447%,3.47% 96.027%,4.85% 97.383%,6.403% 98.486%,8.102% 99.308%,9.925% 99.822%,11.847% 100%,88.153% 100%,88.153% 100%,90.075% 99.822%,91.898% 99.308%,93.597% 98.486%,95.15% 97.383%,96.53% 96.027%,97.714% 94.447%,98.678% 92.669%,99.396% 90.723%,99.845% 88.636%,100% 86.436%,100% 13.891% );
}

.product-title-01 {
    /* margin-top: 20px; */
    color:white;
    font-size: var(--section-subheading);
    font-family: var(--bs-font-secondary);
}

.cart-page-section .product-title-01{
    color: #000;
}


.menu-slider .product-title-01{
    margin-top: 20px; 
}

.menu-slider .slick-dots{
    bottom: -60px;
}

.slick-dots li.slick-active button:before {
    opacity: 1 !important;
    color: #000 !important;
}

.testimonial-section .slick-dots li {
    margin: 0 3px !important;
}

.testimonial-section .slick-dots li.slick-active button:before {
    opacity: 1 !important;
    color: var(--bs-orange-color) !important;
}

.testimonial-section .slick-dots  .slick-active button:before {
   
    font-size: 15px !important;    
}

.testimonial-section .slick-dots li.slick-active button:before{
    color: var(--bs-orange-color) !important;
}

.testimonial-section .slick-dots li button:before{
    opacity: 0.4 !important;
    color: var(--bs-orange-color) !important;
}


.slick-dots li button:before{
    opacity: 0.4 !important;
    color: var(--bs-theme-color) !important;
}

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

.right-menu .item-text h5{
    margin-top: 5px;
}

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

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

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

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

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

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

/* .food-type-icon-00 .food-icons-00{z-index: 0;} */
/* Manu item Button css Start */
.add-item-btn{
    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;
    border: 2px solid white;
    padding: 3px 10px;
}

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

button.add-item-btn i {
    background: #BB9543;
    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: hidden;
    border: 2px solid #000;
    background-color: #292317;
    border-radius: 50px;
    padding: 2px;
    /* height: 29px; */
}

.qty-btns {
    display: flex;
    flex-wrap: nowrap;
    border-radius: 50px;
    overflow: hidden;
    padding: 3px;
    border: 2px solid white;
    /* 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: 14px;
    -webkit-text-stroke: 0.6px;
    align-items: center;
    justify-content: center;
}

.qty-btns button:hover {
    background: #000;
    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;
}

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

button.quantity_increase {
    color: #fff;
}

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

button.quantity_decrease:hover {
    background: #000;
}

/* Manu item Button css End */
.item-content-box-ac {
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 100%;
    margin-top: 0px;
    color: white;
    font-size: 16px;
    font-weight: 300;
}

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

.menu-item-card .item-img-box-ac {
    height: fit-content;
    min-height: fit-content;
    padding: 0 12px;
}

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

.menu-item-card .item-img-box-ac img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    padding: 0;
    border-radius: 22px !important;
    aspect-ratio: 3/3;
}

.cart-page-section .menu-item-card{
padding: 20px;
clip-path: none;
}

body .apply-coupen-btn{
    color:White !important;
}

.cart-page-section button.quantity_decrease{
    color:var(--bs-theme-color);
}

.cart-page-section .qty-btns input{
    color:var(--bs-theme-color);
}

.cart-page-section .qty-btns button{
    background-color: transparent;
    color:var(--bs-theme-color);
}

.cart-page-section .itme-btn-fuction{
    background-color: transparent;
}

.tab-panel .menu-item-card .item-img-box-ac img{
    margin-top: -40px;
}



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

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

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

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

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

form#add_to_cart_form {
    height: 100%;
}

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

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

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

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

.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: 8px;
    margin-bottom: 10px;
}
/* .cart-items-container:after {
    position: absolute;
    content: "";
    right: 0;
    top: 50%;
    width: 2px;
    height: 98%;
    background: var(--bs-light-gray);
    transform: translate(-50%, -50%);
} */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.discount-row h6 small {
    color: var(--bs-theme-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-theme-color);
}

.apply-coupen-btn {
    padding: 10px 10px;
    border: none;
    background: var(--bs-theme-color);
    color: var(--bs-orange-color);
    border-radius: 5px;
    text-wrap: nowrap;
}
.apply-coupen-btn svg {
   fill: #000 !important;
}
.apply-coupen-btn span {
    border: none;
    background: transparent;
}

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

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

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

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

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

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

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

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

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

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

.circle-number {
    background: #000;
    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-theme-color);
}

ul#progressbar li.active p {
    color: var(--bs-theme-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-orange-color);
    transition: 0.4s;
}

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

.proces-img {
    background-color: #ffce4b3d;  
    border-radius: 190px;
    width: 85px;
    margin: auto;
    border: 3px solid var(--bs-orange-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-orange-color);
}

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

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

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

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

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

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

/*Track order Css End*/

.img-contact {
    height: 250px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.bi-list{
    color:white !important;
}

@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 {
        height: 100% !important;
        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;
        padding: 8px 18px !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-orange-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-dark-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;
    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{
        background: rgba(255, 243, 172, 0.06);
        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-orange-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-dark-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: #000;
    }

    .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;
    }
    .mobileSidebar .web-nav-cover{
        padding: 13px;
    }
    .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_baner_content h1 {
    font-size: 44px !important;
    line-height: 65px !important;
}

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

}

@media (max-width: 767px) {


  .track-order-image img{
    height: 100% !important;
    object-fit: cover;
  }
    


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

    #tip_form{width: 44% !important;}
    .cart-left-details .item-text p {
        margin-bottom: 10px;
    }
    .contact-image{
        padding: 20px 15px !important;
    }
    .cart-items-container .menu-item-card{
        padding: 10px 0px !important;
        flex-direction: column !important;
         gap: 1rem !important;
    }
    .cart-page-section .item-content-box-ac {
        padding: 0 10px 0 0px !important;
    }
    .cart-left-details .item-img-box-ac {
        max-width: 100%;
        height: 200px;
        min-height: unset;
        /* padding: 0 0px 0 12px; */
    }
    label#custom_tip-error {
        width: 100%;
        border: none;
        font-size: 12px !important;
        padding: 0;
        text-align: start !important;
        display: block;
        padding: 10px 0 !important;
        position: relative !important;
        top: 3px;
        left: -12rem;
    }
    /* .itme-btn-fuction{
        border-radius: 5px !important;
    } */
    .cart-left-details .item-img-box-ac img {
        border-radius: 28px !important;
    }
    .mob-100{
        width: 100%;
    }
    .cart-items-container:after {
        position: relative;
    }
    .cart-items-container {
        padding: 16px 0px 0 10px;
        margin-bottom: 20px;
    }
    .add-coupen-box .ladda-button {
        font-size: 14px;
    }
    .add-coupen-box .ladda-button svg{
        width: 20px;
    }
    .cart-items-details{
        padding-left: 0 !important;
        border:0 !important;
    }
    .mob-m-0{
        margin:0 !important;
    }
  
    .mobileSidebar{
        right: -120%;
    }
    body .pb-mob-0{
        padding-bottom: 0 !important;
    }
    body .pt-mob-0{
        padding-top: 0 !important;
    }
    header .navbar {
        background: transparent;
    }
    header.navigation.is-sticky .navbar{
        background: transparent;
        backdrop-filter: none;
    }

    header.navigation.is-sticky {
        padding: 0px 0;
    }
    .nav-contain{
        background: rgba(255, 243, 172, 0.06);
        border-radius: 20px;
    }
    header .navbar .nav-contain {
        backdrop-filter: blur(8px);
    }
    .offer-title {
        padding: 40px 40px 40px 20px;
    }
    .web-nav-cover img {
        height: 70px;
        padding: 10px 0;
        object-fit: cover;
        width: 50px !important;
    }
    
    /* .mobileSidebar .web-nav-cover img{
        height: 80px;
    } */
    .mobileSidebar .web-nav-cover{
        padding: 13px;
    }
    .web-nav-cover{
        margin-bottom: 0 !important;
        margin-top: 0 !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: 16px;
    }

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

    .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: 280px;
        margin: auto;
        margin-top: 10px;
    }

    #progressbar li {
        width: 100%;
        float: unset;
        display: flex;
        gap: 20px;
        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: 15px;
    }

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

    .bi-x-lg{
        color:white !important;
    }

    .play-icon {
        width: 50px !important;
        height: 50px !important;
    }

    .banner_card{
        margin-bottom: 30px;
    }

    .play-icon svg{
        width: 15px;
    }

    .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-orange-color);
        display: flex;
        align-items: center;
        justify-content: space-around;
        z-index: 100;
        padding: 10px;
        animation: pulse 1.5s infinite;
    }

    @keyframes pulse {
	0% {
		-moz-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0.4);
		box-shadow: 0 0 0 0 rgba(204, 169, 44, 0.4);
	}

	70% {
		-moz-box-shadow: 0 0 0 10px rgba(204, 169, 44, 0.4);
		box-shadow: 0 0 0 20px rgba(204, 169, 44, 0.4);
	}

	100% {
		-moz-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0.4);
		box-shadow: 0 0 0 0 rgba(204, 169, 44, 0.4);
	}
}

    .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-dark-color); */
        /* color: #fff !important; */
    }
    button.menu-category-btn:hover img {
        filter: invert(1);
    }
    /* .web-nav-cover .web-nav-sticky-logo img {
        height: 18vw;
    } */

    .menu-img-1, .menu-img-2, .menu-page_img-1, .menu-page_img-2{
        display: none;
    }
    .special_offer_main {
        padding: 40px 20px !important;
        border-radius: 40px !important;
    }
    .contact_form_bg {
        padding: 20px 20px !important;
    }
    .padding-b {
        padding-bottom: 50px !important;
    }
    .padding-t {
        padding-top: 50px !important;
    }
    .services-card-content{
        margin-bottom: 60px;
        height: unset; 
    }
    .padding-y {
        padding: 50px 0 !important;
    }
    .menu_card_item{
        padding: 10px !important;
    }
    .testimonial-icon {
        top: 19% !important;
    }
     .testimonial-icon > svg{
        width:55px !important;
    }
    /* .contactus-section {
        padding: 50px 0 !important;
    } */
    .reserve-image {
        height: 350px !important;
        object-fit: cover !important;
        border-radius: 20px !important;
        width: 100%;
    }

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

    /* Rise--&dine-css */

    .home_baner_content h1 {
        font-size: 30px !important;
        line-height: 40px !important;
        display: flex;
        flex-direction: column;
    }
    .home_baner_content h1 > br{
        display: none !important;
    }
    .home_banner_bg {
        font-size: 27px !important;
        font-weight: 700;
        width: fit-content;
        margin: 0 auto;
    }
    .home_baner_content{
        padding: 0 15px;
        top: 30% !important ;
    }
    .home_main_banner .home_baner_content{
        top:50% !important;
    }
    .home_location {
        max-width: 80% !important;
    }
    .button-label{
        padding: 10px 16px !important;
    }
    .button-label h6 {
        font-size: 14px !important;
    }
    .button-wrap{
        flex-direction: column;
    }
    .banner-section {
    min-height: 500px;
}
body .coupen-section {
    top: 240px !important;
}
body .coupen-section h3 {
    font-size: 14px !important;
}
.coupen-box h5{
    font-size: 14px;
}
.coupen-section .coupen-offer {
    font-size: 20px !important;
}
.coupen-sec-start{
    text-align: center;
    padding: 8px 40px 8px 80px !important;
}
.video-container{
    display: none;
}
    .banner-section {
        background-image: url(../image/banners/mobile-subbanner_image.png);
        background-size: cover;
        background-position: center;
    }

}

@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_baner_content h1 {
        font-size: 20px !important;
        line-height: 30px !important;
    }
    .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: 30px;
    transition: .4s ease all;
    margin: 0 10px;
    background-color: #000;
    border-radius: 35px;
    margin-top: 70px;
    min-height:450px;
}

.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: 4 / 5;
    object-fit: cover;
    margin-top: -100px;
    border-radius: 25px !important;
}

.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: 20px;
}

.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: #F1F1F1;
    padding: 20px 20px;
    border-radius: 15px;
}

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


/* Rise-dine-css */

.home_banner_slider img{
    width: 100%;
   object-fit: cover;
   aspect-ratio: 3 / 1;
   border-radius: 40px;
   min-height: 700px;
}

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

.home_banner_slider .slick-slide{
    position: relative;
    border-radius: 40px;
}

.home_banner_slider .slick-slide::after{
    position: absolute;
    content: '';
    height: 100%;
    width: 100%;
    inset: 0;
    border-radius: 40px;
    background-color: rgb(0, 0, 0, 0.5);
}

.home_banner_bg{
    background-color: var(--bs-orange-color);
}
.home_baner_content{
position: absolute;         
  top: 50%;                  
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9;
  width: 100%;
}
.home_baner_content h1{
    font-size: 56px;
    line-height: 85px;
}

/* Home_location-css */
.home_location {
    background-color: var(--bs-orange-color);
    border-radius: 20px;
    padding: 20px;
    margin-top: -90px !important;
    position: relative;
    max-width: 27%;
    margin: 0 auto;
}
.button-wrap {
    text-align: center;
    display: flex;
    gap: 1rem;
    justify-content: space-between;
}
  
  .button-label {
    display: inline-block;
    cursor: pointer;
    color: #292929;
    border-radius: 0.25em;
    background: #fff;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2), inset 0 0px 0 rgba(0, 0, 0, 0.22);
    transition: 0.3s;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
            padding: 10px 30px;
    border-radius: 50px;
    border: 5px solid #EBEBEB;
  }
  .button-label h6 {
    font-size: 16px;
    margin: 0;
  }
  .button-label:hover {
    background: #d6d6d6;
    color: #101010;
  }
  .button-label:active {
    transform: translateY(2px);
  }

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

  /* About-us-css */
  .center-slider {
    width: 100vw;
  }
  .center-slider .slick-list{
    overflow: visible;
  }
  .center-slider .slick-track{
    display: flex;
    align-items: center;
  }
  .center-slider .slick-slide{
    /* transform: scale(0.9); */
    transition: all 0.4s ease-in-out;
  }
  .center-slider .slick-slide img {
    display: block;
    border-radius: 20px;
    height: 250px;
    object-fit: cover;
    /* aspect-ratio: 2 / 1; */
}
  .center-slider .slick-slide,
  .center-slider .slick-slide[aria-hidden="true"]:not(.slick-cloned) ~ .slick-cloned[aria-hidden="true"] {
    /* transform: scale(0.7, 0.7); */
    transition: all 0.4s ease-in-out;
    margin: 25px;
  }
  
  /* Active center slide (You can change anything here for cenetr slide)*/
  .center-slider .slick-center,
  .center-slider .slick-slide[aria-hidden="true"]:not([tabindex="-1"]) + .slick-cloned[aria-hidden="true"] {
    transform: scale(1.20);
  }
  .center-slider .slick-current.slick-active{
    transform: scale(1.20); 
  }


@media(max-width:1600px)
{
    .center-slider .slick-slide img {
        height: 190px;
    }
}
@media(max-width:991px)
{
    .center-slider .slick-slide img {
        height: 150px;
    }

    .menu-right-vector, .menu-left-vector{
        display: none;
    }

    .gallery-left-vector, .gallery-right-vector{
        display: none;
    }
    .bi-x-lg{
        color:white !important;
    }
   
}

  /* .center-slider .slick-current.slick-active img{
     min-height: 250px;
  } */

  /* Explore-menu-css */
  .explore_menu{
    background-color: var(--bs-orange-color);
    border-radius: 25px;
    padding: 30px;
  }



/*** Menu  CSS***/

.section-divider {
    padding-top: 80px;
}

.section-b-divider {
    padding-bottom: 80px;
}

.heading-space
{
    margin-top: 20px !important;
}
.subtitle-space
{
    margin-top: 10px;
}

.row-space
{
    margin-top: 50px !important;
}


.bg-card
{
    background:rgba(255,206, 75 ,59%); 
    border-radius:20px;
    padding: 60px 100px;
}
.our_menu_slider .item-img-box-ac img {
    aspect-ratio: 4 / 5;
    object-fit: cover;
    border-radius: 20px !important;
    width: 100%;
}
.menu_card_item {
    position: relative;
}


/* .menu_card_item-slider .item-content-box-ac {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 20px;
    margin: 0 !important;
} */

.menu_card_item-slider .item-content-box-ac h5, 
.menu_card_item-slider  .item-content-box-ac p
    {
        color: #fff !important;
        text-align: start;
    }

.h2-title {
    font-family: var(--bs-font-secondary);
    font-size: 42px;
    margin-bottom: 0px;
    line-height: 42px;
    text-transform: uppercase;
}
.h6-subtitle
{
    font-size:22px;
    font-weight:600;
    margin-bottom: 0px;
}

.custom-gds-btn
{
    display: inline-flex;
    align-items: center;
    height: 46px;
}

/****REVIEW CSS**/

.review-card {
    background: #fff;
    box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
    border-radius: 20px;
    text-align: center;
    padding: 25px;
    margin: 0 20px;
    position: relative;
    margin-top: 25px;
}
/* .review-card::before {
    content: "";
    background: url('../image/qoutetop.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 50px;
    height: 50px;
    position: absolute;
    left: 22px;
    top: -25px;
} */

/* .review-card::after {
    content: "";
    background: url('../image/qoutebottom.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 50px;
    height: 50px;
    position: absolute;
    right: 22px;
    bottom: -26px;
} */

.quote-img {
    position: absolute;
    bottom: 40px;
    right: 30px;
    content: '';
}

.rate-star {
    display: flex;
    list-style: none;
    gap: 5px;
    justify-content: start;
    margin-top: 10px;
}
.rate-star svg{
   width: 30px;
   height: 30px;
   color: #FF9D00;;
}
.rate-star i {
   font-size: 18px;
   color: #FF9D00;;
 }
h3.reviewer-name {
    font-size: 18px;
    margin-bottom: 0;
    font-weight: 600;
}

h4.review-title {
    font-size: 18px;
    margin-bottom: 0;
    margin-top: 12px;
    font-weight: 500;
}

.review-card p {
    font-size: 18px;
    margin-top: 0px;
    margin-bottom: 40px;
    color: #5C6574;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;  
    overflow: hidden;
}

.dots-space
{
    margin-top: 48px;
}

.partner-box
{
    border: 2px solid var(--bs-theme-color);
    border-radius: 90px;
    padding: 5px 20px;

}
.partner-section
{
    padding-bottom: 80px;
}

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

/***** Menu Page******/

.side-menu-tab
{
    background: var(--bs-secondary-color);
    border-radius:20px;
    padding: 20px;
}

.side-menu-tab ul{
    padding: 0px;
    background:  transparent !important;
}


.side-menu-tab .nav-tabs .tab-link
{
    text-align: left;
    background: rgb(0 0 0 / 30%);
    color: white;
    border: 2px solid transparent;
    box-shadow: none !important;
    padding-left: 35px;
}
.side-menu-tab .nav-tabs .tab-link.active {
    /* font-weight: bold; */
    background: #000;
    color: white;
    border: 2px solid #000;
}
.menu-panel-card
{
    background: rgb(187 149 67 / 25%);
    border: 0 !important;
    box-shadow: none !important;
        padding: 70px 30px 30px 30px;
}
.menu-panel-card .item-price h5
{
    color: white !important;
    font-weight: 400;
}
.menu-panel-card  .food-type-icon-00
{
    font-size: 11px;;
    gap:10px;
    align-content: center;
}

.contactus-box {
    background: #fff;
    box-shadow: 0px 0px 3px rgba(0,0,0,.2);
    border-radius: 30px;
    padding: 20px;
}

.contact-page h4
{
    font-size: 20px;
    font-weight: 600;
}

.contact-page h2
{
    font-size: 34px;
    font-weight: 600;
    color: var(--bs-theme-color);
}
.contact-logo
{
    width: 160px;
}

.feature-content {
    text-align: center;
}

.feature-content h4 {
    font-size: 20px;
    font-weight: 500;
}

.feature-content p {
    padding: 0 20px;
    margin-bottom: 0 ;
}
.feature-icon {
    text-align: center;
}
.button-arrow-icon svg
{
    fill: #000 !important;
}

.button-arrow-icon
{
    color: white !important;
        display: flex !important;
        align-items: center;
        justify-content: center !important;
}


/**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: 30px;
}
.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-orange-color) !important;
}


.w-85
{
    width: 85%;
    height: 100%;
    border-radius: 20px;
}
.footer-time {
    font-size: 13px;
}


@media(max-width:1367px)
{
    .video-wrapper>video{
        height: 600px !important;  
    }
    .home-book_table {
        padding: 40px 40px 40px 40px !important;
        position: relative;
    }
  
    .section-banner-img {
        height: 450px !important;
    }
    .menu-vector-right{
        display: none;
    }
    .footer-time {
        font-size: 12px;
    }
    .home-book_table img {
        width:38.6% !important;
    }
    .catering-book-table img {
        width: 43.8% !important;
    }

}

@media(max-width:1199px) {

}

@media(max-width:1024px) {

    .video-wrapper>video {
        height: 500px !important;
    }
    .home-book_table {
        padding: 40px !important;
    }
    .home-book_table img {
        width: 43.6% !important;
    }
    
}

@media(max-width:991px) {
    .home-book_table img {
        position: relative !important;
        width: 50% !important;
        top: -40px;
    }
    .coupen-section h3 {
    font-size: 22px !important;
}
.coupen-section {
    top: 60px !important;
}
}

@media(max-width:767px) {
    .video-wrapper>video {
        height: 350px !important;
    }
    .story-left-vector{
        display: none;
    }
    .home-book_table img {
        position: relative !important;
        width: 70% !important;
        top: -20px;
    }
    .story-right-vector {
        right: 0px !important;
        top: -120px !important;
    }
    .story-right-vector img{
        width: 80% !important;
    }
    .banner_img-vector{
        display: none;
    }
}


@media(max-width:1299px)
{
    .bg-card {
        padding: 60px 20px;
    }
    .home-book_table {
        padding: 40px 40px 40px 40px !important;
    }
    .gallery-box {
        height: 250px !important;
    }
    .banner_card{
        margin-bottom: 30px;
    }
    .section-banner-img {

        height: 450px !important;
    }
}

@media(max-width:991px)
{
    .about-small-image {
        left: -20px !important;
    }

    /* body .section-banner-img img{
        height: 350px !important;
    } */
    .section-m-divider {
        margin-top: 50px !important;
    }
    .join-section h1 {
        font-size: 55px !important;
    }
    .section-banner-img {

        height: 400px !important;
    }
}



@media(max-width:767px)
{

    .section-banner-img {
        height: 350px !important;
    }
   


    .bg-card {
        background: rgba(255,206, 75 ,59%);
        padding: 30px 20px;
    }
    .menu_card_item-slider .item-content-box-ac h5 {
        padding: 10px 7px;
        font-weight: 500;
        font-size: 14px;
    }
    .menu_card_item-slider .item-content-box-ac h5, 
    .menu_card_item-slider .item-content-box-ac p {
        width: calc(100% - 32px);
        left: 16px;
    }
    .bg-card {
        padding: 30px 10px;
    }
    .row-space {
        margin-top: 20px !important;
    }
    .heading-space {
        margin-top: 15px !important;
    }
    .h2-title {
        font-size: 32px;
        line-height: 32px;
    }
    .h6-subtitle {
        font-size: 20px;
    }
    section p
    {
        font-size: 14px;
    }
    .our_menu_slider .item-img-box-ac img{
        margin-top: -50px;
        aspect-ratio: 4/4 !important;
    }
    .section-divider {
        padding-top: 50px;
    }
    .section-m-divider {
        margin-top: 50px !important;
    }
    .section-b-divider {
        padding-bottom: 50px;
    }
    .partner-section {
        padding-bottom: 50px;
    }
    .rate-star i {
        font-size: 18px;
    }
    h4.review-title {
        font-size: 14px;
    }
    .review-card p {
        font-size: 12px;
        margin-top: 15px;
    }
    
    .review-card::before {
        width: 40px;
        height: 40px;
        top: -22px;
    }
    .review-card::after {
        width: 40px;
        height: 40px;
        bottom: -22px;
    }
    h3.reviewer-name {
        font-size: 17px;
    }
    .rate-star {
        margin-top: 15px;
    }  
    .contact-details li a {
        font-size: 14px;
    }
    .partner-box img {
        width: 56% !important;
    }
    .partner-box  {
        border-radius: 20px !important;       
        padding: 15px 20px;
        width: 85%;
        margin: 0 auto;
    }
    .section-hero .home_baner_content {
        top: 50% !important;
    }
    .contactus-box {
        box-shadow: 0px 0px 8px rgba(0,0,0,.2);
        padding: 15px;
    }
    .contact-page h2 {
        font-size: 20px;
    }
    .custom-contianer-padding-x
    {
        padding-left: 0 !important;;
        padding-right: 0 !important;;
    }
    .bg-card {
        border-radius: 0;
    }
    .mobileSidebar {
        max-width: 100%;
    }
    .mobileSidebar .nav-item .nav-link:hover{
        padding: 5px;
        background-color: var(--bs-orange-color);
        border-radius: 5px;
    }
    .mobileSidebar .nav-item .dropdown-item:hover{
        color:#000 !important;
    }
    .w-85
    {
        width: 100%;
       
    }
    .home_banner_slider img {
        min-height: 500px;
    }
    Footer{
        background-repeat: no-repeat;
        background-size: unset;
    background-position: center bottom;
    }
    .banner_start{
        padding-top: 25px;
    }

}
@media(max-width:575px)
{
    
    .item-content-box-ac h5 {
        font-size: 14px;
    }
    .bg-card {
        padding: 30px 5px;
    }
    
    /* .container-fluid {
        padding-left: 8px !important;
        padding-right: 8px !important;
    } */
    .custom-contianer-padding-x
    {
        padding-left: 0 !important;;
        padding-right: 0 !important;;
    }
    .copy-right-content small
    {
        font-size: 12px !important;
    }
    header {
        padding: 10px 10px;
    }

    .location-card {
        display: flex;
        padding: 8px;
        align-items: self-start;
        gap: 7px;
    }
    
    .address-data {
        text-align: left;
        width: calc(100% - 60px);
    }
    .location-card h4 {
        font-size: 15px;
    }
    .location-card p {
        font-size: 13px;
    }
}



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



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

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


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

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


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



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

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


.is_relative
{
    position: relative;
}


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


@media (max-width:767px) {
    .day-card-content h3 {
        font-size: 30px;
        margin-bottom: 8px;
    }
    .day-card-content h4 {
        font-size: 20px;
        margin-bottom: 8px;
    }
    .sub_menu:hover ul.dropdown-menu {
        left: -70px;
    }
    .play-text {
        bottom: 85px !important;
    }
    .video-player,
    .section-banner-img {
        padding-left: 20px;
    }
}


/* New-css-start */
.video-wrapper {
    margin-top: var(--section-smallspace);
    position: relative;
}

.video-wrapper>video {
    width: 100%;
    max-width: 100%;
    cursor: pointer;
    margin-bottom: -7px;
    height: 650px;
    object-fit: cover;
    object-position: center;
    border-radius: 110px 0 0 0;
    border-top:8px solid rgba(255, 243, 172, 0.5);
    border-left:8px solid rgba(255, 243, 172, 0.5);
}

.banner-section{
    background-color: var(--bs-dark-color);
    position: relative;
}

.banner-content{
    padding-left: var(--container-space);
    padding-right: 25px;
}

.banner_start{
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: start;
   position: relative;
   padding-top: 40px;
}

.section-banner-img img{
    width: 100%;
}

.banner-content h1{
    margin-bottom: 20px;
    font-weight: 700;
}

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

.banner-content h5{
    font-size: var(--section-textheading);
    font-weight: 300;
    line-height: 32px;
}

.table-booking{
    background-color:#F2CE82;
    padding: 30px;
    font-family: var(--bs-font-secondary);
    width: 100%;
    font-size: 30px;
    color:#000;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    position: absolute;
    bottom: 0;
}

.sub-banner .table-booking {
    padding: 15px 20px !important;
    font-size: 24px;
}

.play-text{
    position: absolute;
    right: 50px;
    bottom: 25px;
    z-index: 9;
}

.play-text h6 {
    margin: 0;
    color: white;
    font-family: var(--bs-font-secondary);
    font-size: var(--section-subtitle);
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 1rem;
}

.play-icon {
    background-color: var(--bs-secondary-color);
    width: 80px;
    height: 80px;
    padding: 10px;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* banner-bottom-css */
.banner-bottom{
    background: #B89442;
    padding: var(--section-smallspace) 0 var(--section-space) 0;
    position: relative;
}

.banner_card img{
margin-bottom: 20px;
min-height: 50px;
}

.banner_card h5{
    font-size: var(--section-textheading);
    font-family: var(--bs-font-secondary);
    color:var(--bs-primary-color);
    margin-bottom: 20px;
}

.coupen-section {
    position: absolute;
    right: 0;
    top: 30px;
    z-index: 9;
}

.coupen-box {
    background-color: #F2CE82;
    padding: 15px 10px;
    text-align: center;
    width: 80%;
    margin: 0 auto;
    border-radius: 0 0 10px 10px;
    margin-left: 50px;
}

.coupen-box .coupen-code{
    font-weight: bold;
}

.coupen-sec-start{
    background-color: #FF2222;
    padding: 15px 40px 15px 80px;
    clip-path: polygon(100% 0, 100% 100%, 0% 100%, 15% 50%, 0% 0%);
    color: white;
}

.coupen-section h3 {
    font-weight: 300;
    font-size: 22px;
}

.coupen-section .coupen-offer{
    font-weight: 700;
      font-size: 28px;
}

.banner_card span{
    font-weight: bold;
}

.banner_card p{
    margin-bottom: 0;
    font-weight: 300;
}

.food-delicious-img{
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    bottom: -80px;
    animation-name: rotate;
    animation-duration: 5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    border-radius: 50%;
    animation-direction: reverse;
}

@keyframes rotate{
    from{ transform: rotate(-360deg); }
    to{ transform: rotate(360deg); }
}

/* Section-heading-css */

.about-small-image{
    top: -50px;
    left: -50px;
    right: unset;
    bottom: unset;
    position: absolute;
}

.home-book_table {
    background-color: rgba(160, 172, 164, 0.6);
    padding: 40px;
    position: relative;
    border-radius: 40px;
}

.banner_start svg{
    filter: brightness(0.5);
}

.catering-book-table{
    padding: 40px 40px 40px 40px;
    position: relative;
}

.home-book_table img{
    max-width: 80%;
    margin: 0 auto;
}
.home-book_table img {
    max-width: 80%;
    margin: 0 auto;
    position: absolute;
    bottom: 0;
    right: 30px;
    width: 33.2%;
}

.catering-book-table img{
    width: 37.8%; 
}

/* Gallery-css */

.gallery-box {
    width: 100%;
    height: 400px;
}

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

/* heritage_catering */
.heritage_catering{
    padding-bottom: var(--section-space);
}
.menu-left-vector{
    position: absolute;
    left: 50px;
    bottom: 0;
}
.menu-right-vector{
    position: absolute;
    right: 0px;
    top: 50%;
}

.story-left-vector {
    left: -100px;
    bottom: -120px;
}

.story-right-vector {
    right: 50px;
    top: -120px;
}

.heritage_vector {
    background-image: url(../image/home/circle-vector-image.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

/* heritage-cta-css */
.heritage-banner {
    background-image: url(../image/home/heritage-cta-banner.png);
    padding: 80px 0;
    text-align: center;
    background-size: cover;
    background-position: center;
    border-radius: 40px;
}

/*** Section : Contact Box ***/
.section-contact {
    /* background-image: url(../image/home/layer-contact-bg.svg); */
    background-position: top;
    background-repeat: no-repeat;
    /* padding-bottom: 10px; */
}

.section-contact ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.section-contact ul a {
    color: var(--color-secondary);
    font-weight: 600 !important;
    text-decoration: none;

}

.section-contact ul p {
    color: var(--color-secondary);
    font-size: .9rem;
    margin-top: .3rem;

}

.opening-hrs p {
    position: relative;
    padding-left: 1.5rem;
    margin-bottom: 5px;
    font-weight: 500;
}

.opening-hrs p::before {
    position: absolute;
    content: '';
    width: 4px;
    height: 4px;
    border-radius: 100%;
    background: #000;
    top: 8px;
    left: 5px;
}

input.form-control {
    border-color: rgba(0, 0, 0, 10%);
    height: 42px;
}

input.form-control::placeholder,
textarea::placeholder {
    color: #8a8a8a;
}


/**GD**/

section.about-page-section {
    position: relative;
}

.cusine-box
{
    background: url('../image/cuisine.png');
    background-size: cover;
    background-repeat: no-repeat;
    padding: 80px 80px;
    border-radius: 30px;
    position: relative;
    
}

.join-section {
    background: url('../image/oveal.png');
    background-size: cover;
    background-repeat: no-repeat;
    padding: 80px 80px;
    border-radius: 30px;
    position: relative;

}

.cusine-box .food-delicious-img {
    position: absolute;
    top: -60px;
    left: -50px;
}

.text-tw
{
    color: #fff;
}

.text-primary
{
    color: var(--bs-orange-color) !important;
    font-family: inherit;
}

.about-page .banner-bottom{
    padding-bottom: var(--section-smallspace);
}

.section-banner-img {
    margin-top: var(--section-smallspace);
    position: relative;
    height:500px;
}

.section-banner-img img {
    width: 100%;
    max-width: 100%;
    /* cursor: pointer; */
    margin-bottom: -7px;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 110px 0 0 0;
    border-top: 8px solid rgba(255, 243, 172, 0.8);
    border-left: 8px solid rgba(255, 243, 172, 0.8);
}

@media (max-width:768px)
{
    .cusine-box .food-delicious-img
    {
        display: none;
    }
    .cusine-box {
        padding: 30px 30px;
    }
    .cusine-box img {
        width: 120px;
        margin-top: 10px;
    }
}




.video-container {
	position: relative;
}

.video-container::after{
    position: absolute;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.5);
    content: '';
    width: 100%;
    height: 100%;
    top:0;
}
.video-control {
	position: absolute;
	left: 1em;
	bottom: 1em;
	min-width: 7.5em;
	padding: 0.5em 1em;
	text-align: left;
	border-radius: 9in;
	background: #FFFB;
}

.video-control:not(.playing) .video-control-pause,
.video-control.playing .video-control-play {
	display: none;
}

.video-control-symbol
{
	font: 1.75em/0 Apple Color Emoji;
	vertical-align: -0.15em;
}

/* Reservation-css */
.reservation-page-bg{
    background-image: url(../image/home/reservation-vector.svg);
}

.grecaptcha-badge {
    z-index: 99999 !important;
 }


 /* 21st May CSS Start */
.iti.iti--show-flags.iti--inline-dropdown {
    width: 100%;
}
 /* 21st May CSS End */