html,
body {
    margin: 0;
    padding: 0;
}

:root {
    --bs-theme-color: #f16f35;
    --bs-dark-color: #000;
    --bs-orange-color: #f16f35;
    --bs-dark-hover: #000;
    --bs-white-color: #fff;
    --bs-yellow-color: #ffd000;
    /* --bs-light-gray:#F7F7F7; */
    --bs-light-gray: #f3f3f3;
}

.fancy-font {
    font-family: "Kaushan Script", cursive !important;
    font-weight: 400;
    font-style: normal;
}

* {
    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-22 {
    font-size: 22px;
}

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

.padding-t {
    padding-top: 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: var(--bs-theme-color);
}

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

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

p {
    color: #000;
}

h1,
h2,
h3,
h4 {}

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

h2.h2-heading {
    font-size: 65px;
    font-weight: 600;
    font-family: "Kaushan Script", cursive !important;
    color: var(--bs-theme-color);
}

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

.same-btn:hover {
    background: var(--bs-white-color);
    border: 1px solid var(--bs-theme-color) !important;
    color: 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: var(--bs-white-color);
    overflow: hidden;
    font-weight: bold;
    position: relative;
    z-index: 0;
}

.not_orderable {
    cursor: default !important;
}

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

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

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

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

.nav-link:focus,
.nav-link:hover {
    color: var(--bs-theme-color) !important;
}

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

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

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

/* Global Css End */

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

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

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

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

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

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

.img-full4 {
    height: 100%;
}

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

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

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

.card-img {
    position: relative;
}

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

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

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

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

header.navigation.is-sticky {
    /* background: #f1713580; */
    transition: all 0.2s ease;
    animation: sticky-header 0.35s ease-out;
}

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

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

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

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

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

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

header.navigation.is-sticky .nav-booktable-btn:hover {
    background: var(--bs-white-color);
    color: var(--bs-theme-color);
}

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

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

.web-nav-links .nav-link {
    font-size: 16px;
    color: #fff;
    margin: 0 10px;
    font-weight: 500;
    transition: all 0.4s ease;
    /* overflow: hidden; */
    position: relative;
    /* text-transform: uppercase; */
}

.web-nav-links {
    margin-right: 80px;
}

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

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

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

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

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

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

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

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

.web-nav-cover {
    position: relative;
}

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

.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: 60px;
    height: 34px;
    justify-content: center;
    overflow: hidden;
    /* font-family: "Inter" !important; */
    /* background: var(--bs-theme-color); */
}

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

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

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

.nav-booktable-btn:hover {
    background: var(--bs-white-color);
    color: var(--bs-theme-color);
    transition: all 0.4s ease;
}

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

.action-bar a {
    color: #fff;
    font-size: 14px;
}

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

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

.mobileSidebar .navbar-links .nav-link.active {
    color: var(--bs-theme-color) !important;
    padding: 0px;
}
.mobileSidebar .contact-info {
    margin-top: 6px;
}
.contact-info li {
    padding: 0 20px;
}

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

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

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

/* Mobile Sidebar End */
/* Footer Start  */
Footer {
    background: #000;
    border-radius: 0;
}

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

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

Footer h5 {
    margin-bottom: 20px;
}

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

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-theme-color);
    /* font-weight: 600; */
}

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

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

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

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

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

.copy-right-content small {
    text-wrap: nowrap;
    padding: 10px 0;
}

.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/banner.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: 150px;
}

.banner-text-cover>span {
    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;
    padding: 0 0 25px 0;
}

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

.hero-section .text-36 {
    letter-spacing: 10px;
    margin-top: 30px;
    font-weight: 600;
}

.hero-section p {
    letter-spacing: 5px;
}

.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.slick-active {
    border: 2px solid var(--bs-theme-color);
    transition: all 0.4s ease;
}

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

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

/* 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/location-cover.webp);
    border-radius: 30px;
    overflow: hidden;
}

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

.offer-banner-img img {
    border-radius: 30px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border: 2px solid #fff;
}
.offer-title .h2-heading {
    font-size: 50px;
}
.offer-slider .slick-list.draggable {
    width: 340px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.contact-details li a {
    text-decoration: none;
    color: var(--bs-white-color);
    font-size: 14px;
    text-wrap: pretty;
    word-break: break-all;
}

.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: 2px 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: #f7f7f7;
    padding: 30px;
    height: 100%;
    border-radius: 30px;
    box-shadow: 0 0 10px #cecece;
}

.services-card-img {
    margin-bottom: 20px;
}

/* Catering Page end  */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*Prem*/

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

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

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

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

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

form.form-contact {
    /* height: 100%; */
    border-radius: 33px;
    /* padding: 0 20px; */
}

form.form-contact input,
textarea.form-control {
    background-color: var(--bs-white-color);
    padding: 16px 11px;
    margin: 10px 0;
    border: none;
    /* border: 1px solid #cac8c8 !important; */
    border-radius: 15px;
    color: var(--bs-dark-700);
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*our menu page css*/
.menu-item-section {
    padding: 80px 0;
}

.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: 600;
    width: 100%;
    text-wrap: wrap;
    transition: 0.4s;
}

.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: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.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: var(--bs-light-gray);
    padding: 10px;
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    height: 100%;
    gap: 5px;
    /* border: 1px solid #f99a39; */
    /* box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px; */
}

.product-title-01 {
    font-size: 18px;
}

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

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

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

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

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

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

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

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

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

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

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

.itme-btn-fuction {
    position: relative;
    overflow: hidden;
    border: 2px solid #cdcdcd;
    border-radius: 50px;
    padding: 2px;
    /* height: 29px; */
}

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

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

.qty-btns button i {
    display: flex;
    font-weight: bold !important;
    font-size: 17px;
    -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 {
    pointer-events: none;
    font-weight: 600;
    font-size: 13px;
}

button.quantity_increase {
    color: #fff;
}

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

button.quantity_decrease:hover {
    background: gray;
}

/* Manu item Button css End */
.item-content-box-ac {
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 100%;
    margin-top: 10px;
}

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

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

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

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

.BarMenu-panel .item-content-box-ac .item-text h5,
.item-price h5 {
    color: 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%;
}

#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: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: 8px;
}

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

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

.cart-left-details .item-text h5 {
    margin: 0px 0 2px 0;
    padding: 0 20px 0 0;
    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: #ffe7cf;
    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;
    padding-top: 20px;
    border-top: 2px solid var(--bs-light-gray);
}

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

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

.tips-boxs label {
    border: 1px solid #f99a39;
    /* background: var(--bs-theme-color); */
    color: var(--bs-orange-color);
    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 #f99a39;
    /* 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: 10px 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: var(--bs-orange-color);
}

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

.item-price-box li:last-child h6 {
    color: var(--bs-orange-color);
}

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

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

.specail-text textarea {
    height: 100px;
    margin: 6px 0 !important;
    border: 1px solid #f99a39 !important;
    border-radius: 4px;
    /* 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: 2px dashed var(--bs-orange-color);
    padding: 0 10px 0 0;
    align-items: center;
    border-radius: 5px;
    /* background: var(--bs-theme-color); */
    width: -webkit-fill-available;
}

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

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

.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: #ffe7cf;
    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);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.proces-img {
    background-color: #ffe7cf;
    border-radius: 190px;
    width: 85px;
    margin: auto;
    /* border: 5px solid red; */
}

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

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

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

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

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

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

/*Track order Css End*/

.img-contact {
    height: 250px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.newsInput label {
    position: absolute;
    bottom: -30px;
    left: 30px;
    width: fit-content;
}
/* @media (max-width: 2000px) {
    .sub-page-banner {
        height: 90vh;
    }
} */

.web-nav-toggle l {
    font-size: 32px;
}
@media (max-width: 1285px) {

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

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

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

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

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

       
}

@media (max-width: 995px) {

    /* .web-nav-cover{width: unset;} */
    section.event-box {
        margin: 0px 0 70px;
    }

    .over-lay p {
        text-align: left !important;
    }

    Footer .web-nav-cover {
        left: 50%;
        transform: translate(-50%, 0px);
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0;
    }

    .navbar-links a {
        font-size: 22px;
        font-weight: 600;
        padding: 4px 0;
        text-align: center;
    }

    .sub-banner-title {
        font-size: 80px;
    }
}

@media (max-width: 1198px) {
    .banner-text-cover>span {
        font-size: 100px;
    }

    .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: 25px;
        font-weight: 600;
        color: var(--bs-white-color);
        background: var(--bs-theme-color);
        display: flex;
        align-items: center;
        justify-content: space-around;
        z-index: 100;
        padding: 10px;
    }

    button.menu-category-btn img {
        height: 45px;
    }

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

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

    .right-menu {
        padding: 15px;
    }

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

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

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

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

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

@media (max-width: 885px),
(max-width: 1285px) {
    .title-inner h1 {
        font-size: 30px;
    }

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

    .banner-text h1 {
        font-size: 84px !important;
        text-align: center;
    }

    .navbar-links a {
        font-size: 22px;
    }

    .web-nav-cover img {
        height: 8vw;
        padding: 5px 0;
    }

    .web-nav-cover .web-nav-sticky-logo img {
        height: 7vw;
        padding: 0px;
    }

    header.navigation.is-sticky .web-nav-sticky-logo img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

    header.navigation.is-sticky .web-nav-sticky-logo {
        height: 85px;
    }

    .slide-01 {
        padding: 200px 0;
    }

    .banner-bg-img {
        padding: 0;
    }

    .sub-banner {
        height: 500px;
    }

    .about-3img {
        margin-top: 50px;
        height: 402px !important;
    }

    /* Banner Section  */
    .banner-bg-img p {
        max-width: 100%;
        color: var(--bs-orange-color);
        padding: 0 12px;
        text-align: center;
    }

    .banner-text h1 {
        font-size: 30px;
        text-align: center;
    }

    .banner-bg-img {
        background-size: cover;
        /* padding: 90px 0px 50px; */
        /* margin-top: 90px; */
        z-index: 0;
    }

    .banner-text .btns {
        text-align: center;
    }

    .hero-section {
        padding: 0;
    }

    .footer-logo img {
        height: 75px;
    }

    .copy-right-content {
        padding: 5px 0;
    }

    /* resrevation page start  */
    .reservation-page-section .bg-contact-box form.form-contact {
        padding: 30px;
    }

    .reservation-page-section .img-full4 {
        max-height: 600px;
        height: 100%;
    }

    /* resrevation page end*/
    /* About section start  */

    /* About section end  */
    /* Catering page start  */
    .catering-form-col {
        padding: 50px 0;
    }

    .catering-form-col .bg-contact-box {
        margin-bottom: 0;
        padding: 20px 0;
    }

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

    form.form-contact input,
    textarea.form-control {
        padding: 10px 10px;
        margin: 10px 0;
        font-size: 14px;
    }

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

    /* Catering page start  */
    /* Testimonial section start  */
    .testimonial-section {
        padding: 100px 0;
    }

    /* Testimonial section end  */
    /* Gallery section start  */

    .special-menu-section {
        padding: 150px 0 0px;
    }

    /* Gallery section end  */
    .contact-left iframe {
        height: 400px;

        border-radius: 30px;
    }

    /* Cart Page Start  */
    .menu-item-card .item-img-box-ac .menu-item-card .item-img-box-ac {
        min-height: 95px;
    }

    .cart-left-details {
        padding: 20px;
    }

    .cart-page-section .btns {
        margin-top: 23px;
    }

    /* Cart Page End  */
    form.form-contact {
        padding: 0;
    }

    .horizontal-text {
        height: 70%;
    }

    /* .party-section .img-top-11 {
        left: 0;
    } */
}

@media (max-width: 885px) {
    .action-bar {
        display: none;
    }

    .galley-section .img-box {
        height: 300px;
    }

    .main-contact-page .contact-left {
        margin-top: 50px;
    }

    .contact-left iframe {
        margin-top: 50px !important;
    }

    .sub-banner {
        height: 390px;
        padding: 100px 0 50px;
    }

    .why-choose-section {
        padding: 110px 0 0px;
    }

    /* Mobile Menu END */
    .offer-box-content {
        padding: 20px 0;
    }

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

    .img-top-11 {
        /* width: 400px !important; */
        left: 0;
        height: 100%;
    }

    .img-top-10 {
        width: 50%;
    }

    /* .party-section .img-top-11 {
        left: 0;
        width: 300px !important;
    } */
    .offer-box-img {
        height: 200px;
        border-radius: 20px;
        overflow: hidden;
        min-height: 200px;
    }

    .happy-hours {
        padding-bottom: 0;
    }

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

    .contact-img-group {
        height: 550px;
    }

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

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

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

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

    .img-shaps-cover {
        height: 500px;
        margin-bottom: 20px;
    }

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

    .conta-cover-img {
        display: none;
    }

    .about-page-section.img-cover.padding-t {
        padding: 0;
    }

    .container-cover-bg-img-right.padding-y {
        padding: 0;
    }

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

    .cart-items-container:after {
        display: none;
    }

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

    .catering-img {
        height: 450px;
    }

    .offer-slider .slick-list.draggable {
        width: 290px;
    }
    Footer h5:first-child{
        margin-top: 0;
    }
    Footer h5 {
        margin-top: 10px;
    }

    .horizontal-text {
        height: 70% !important;
    }
    .sub-page-banner {
        height: 55vh !important;
        padding: 100px 0 0 0 !important;
    }
    .cart-page-section {
        padding: 30px 0 100px 0;
    }
    .cart-items-container {
        padding: 16px 0px 0 0;
    }
}

@media (max-width: 769px) {
    h2.h2-heading {
        font-size: 40px;
    }
    .item-gap {
        padding: 6px;
    }

    form.form-contact {
        padding: 0;
    }

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

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

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

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

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

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

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

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

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

@media (max-width: 650px) {

    /* p,
    p.text-start,
    p.text-center {
        text-align: justify !important;
    } */
    .about-page-section .about-section-img {
        height: 440px;
    }
    .title-inner h1 {
        font-size: 30px;
        margin-bottom: 4px;
    }
    .cart-items-container:after {
        display: none;
    }

    .cart-page-section {
        padding: 0 0 40px 0;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .cart-items-container {
        padding: 10px 0 0;
    }

    .cart-left-details {
        padding: 20px 5px;
        /* background: #ffe7cf; */
        margin-top: 10px;
        margin-bottom: 0;
    }

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

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

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

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

    .banner-text h1 {
        font-size: 57px !important;
    }

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

    .hero-section {
        height: 100vh !important;
        padding: 0 !important;
    }

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

    header .navbar {
        /* background: var(--bs-theme-color); */
       
    }
    header.navigation.is-sticky .navbar {
        padding: 7px 0 !important;
    }

    header.navigation.is-sticky .web-nav-sticky-logo {
        height: 60px;
    }
       
    header .navbar .nav-contain .web-nav-cover{
        width: 175px;
        padding-left: 15px;
    }

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

    .mobileSidebar {
        max-width: 100%;
    }

    .mobileSidebar .web-nav-cover img {
        height: 13vh;
        padding: 0;
    }

    ul.slick-dots li {
        height: 9px;
    }

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

    .slide-01 {
        padding: 0;
    }

    .navbar {
        padding: 0px;
    }

    Footer {
        border-radius: 0;
    }

    .footer-logo img {
        height: 15vh;
    }

    .btns {
        text-align: center;
    }

    .innerbg {
        margin-top: 0px;
        margin-bottom: 50px;
    }

    /* Banner Section  */
    .banner-text-cover {
        font-size: 50px;
        text-align: center;
        padding: 0 !important;
    }

    .sub-banner-title,
    .banner-text-cover>span {
        font-size: 50px;
    }

    .banner-content-box p {
        font-size: 17px;
    }

    .banner-bg-img-box::after {
        position: absolute;
        background: linear-gradient(90deg, #000000d6, #0000005c);
    }

    .sub-banner {
        height: 300px;
        padding: 55px 0 0px;
    }

    .sub-banner-title {
        padding: 25px 0 10px;
    }

    .make-event {
        padding: 30px 0;
    }

    .why-choose-section {
        padding: 50px 0 30px;
    }

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

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

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

    .offer-title {
        padding: 16px 13px 0px;
    }

    /* Menu Section start  */
    .menu-section.all-dots .slick-slide {
        height: auto;
        overflow: hidden;
        border-radius: 10px;
    }

    .category-box h2 {
        font-size: 16px !important;
        padding: 20px 10px;
    }

    .bar-slider .category-box {
        padding: 0 5px 0 0 !important;
    }

    /* Gallery .galley-section Start  */
    .gallery-img-height {
        height: 130px !important;
    }

    .gallery-img-height-2 {
        height: 200px !important;
    }

    /* .testimonial-section Start */
    .testimonial-section.all-dots .slick-slide {
        padding: 0 10px;
    }

    .testimonial-section ul.slick-dots {
        bottom: -22px !important;
        right: 0;
    }

    button.slick-arrow {
        left: 0 !important;
    }

    .review-box {
        padding: 0 15px;
    }

    .contact-section iframe {
        height: 240px;
    }

    .catering-section .all-btn {
        justify-content: center;
    }

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

    Footer .social-media-header {
        justify-content: center;
        padding-bottom: 5px;
    }

    .contact-section {
        padding: 32px 13px;
    }

    .bar-menu-row {
        margin-top: 0px;
    }

    .all-dots ul.slick-dots {
        bottom: -33px;
    }

    .banner-bg-img img {
        height: 60px;
        width: 60px;
        object-fit: cover;
    }

    .banner-bg-img {
        text-align: center;
    }

    .banner-bg-img p {
        text-align: center !important;
    }

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

    .category-box h2 {
        bottom: 0 !important;
    }

    .social-media-header a {
        padding: 0px;
        height: 28px;
        display: grid;
        align-content: center;
        width: 28px;
    }

    /* Menu Page Top Slider Csss  */
    .side-tabe {
        padding: 10px;
    }

    .side-tabe ul {
        border-radius: 0;
        overflow: auto;
    }

    .menu-item-card .item-img-box-ac {
        height: 200px;
        width: 100%;
        min-height: unset !important;
        display: flex;
        max-width: 100%;
        padding: 0;
        margin: 0;
    }

    h2#active_category_title {
        margin-bottom: 26px;
    }

    /* Contact Page Css Start  */
    .contactus-section {
        padding: 50px 10px;
    }

    /* About Page Css Start  */
    .img-hover {
        flex-direction: column;
        gap: 10px;
    }

    .img-hover img {
        /* height: 70px !important; */
        width: 100% !important;
        margin-bottom: 10px;
    }

    .img-top-11::before {
        left: unset;
        bottom: 0;
        top: unset;
        right: 0;
    }

    .img-hover img.active {
        height: calc(450px - 160px) !important;
    }

    .reservation-page-section.conta-mt {
        padding-top: 0px !important;
    }

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

    .copy-right-content small {
        text-align: center;
        display: block;
        padding: 8px 0 5px;
        text-wrap: balance;
    }

    .reservation-page-section .img-full4 {
        height: 345px;
    }

    .about-section-img {
        padding: 20px;
    }

    .img-top-11 {
        left: 10px;
        padding-top: 0;
    }

    /* .party-section .img-top-10 {
        left: 0;
        width: calc(100% - 0px);
    } */
    .party-section .img-top-12 {
        display: none;
    }

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

    .newsInput {
        width: 100%;
    }

    .newslatter-bg {
        padding: 50px 10px;
    }

    .newslatter-bg h2 {
        font-size: 24px;
    }

    .newsInput button {
        max-width: fit-content;
        padding: 10px 15px !important;
        font-size: 14px;
    }

    /* Special Offer Section  Start*/
    .offer-box {
        padding: 5px;
        border-radius: 5px;
    }

    .banner-bg-img {
        /* padding: 4px; */
        /* border-radius: 5px; */
    }

    .offer-box-img {
        height: 200px;
        border-radius: 5px;
    }

    .offer-box-content {
        padding: 10px 0;
        text-align: start;
    }

    .offer-box-content h4 {
        font-size: 14px;
        margin-top: 4px;
        text-align: center;
    }

    .offer-box-content small {
        line-height: 14px;
        display: block;
        font-size: 12px;
        margin-bottom: 4px;
        text-align: center;
    }

    /* Special Offer Section  End*/
    /* Catering Page Css Start */
    .catering-section-01 {
        padding-top: 50px;
    }

    .catering-section-01 .flex-column-reverse{
        flex-direction: column-reverse !important;
    }
    button.menu-category-btn {
        font-size: 16px;
        font-weight: 600;
        padding: 8px;
        width: 120px;
    }

    button.menu-category-btn img {
        height: 35px;
    }

    .mobile-menu-start {
        padding: 20px 0px;
        border-radius: 0;
    }

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

    .img-top-10 {
        width: 100%;
    }

    .img-top-11,
    .img-top-10 {
        width: 100% !important;
        height: 200px;
        left: 0;
    }

    .img-shaps-cover {
        margin-top: 20px;
    }

    /* Reservation Page Css Start  */
    .reservation-section-2 {
        padding: 50px 0 0 0;
    }

    .daily-info-section {
        padding: 50px 0 0;
    }

    .footer-address a {
        word-break: break-all;
    }

    .horizontal-text {
        transform: translate(0%, -100%);
        width: 50px;
    }

    .contact-section {
        padding: 50px 0;
    }

    .about-section-img {
        padding: 5px 8px;
    }

    .banner-bg-img h6 {
        padding: 0 5px;
    }

    .galley-section .img-box {
        height: 100%;
    }

    .review-main-box {
        padding: 9px 0;
    }

    .google-review-row {
        padding: 20px 0;
    }

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

    .contact-img-group .f-img img {
        border-radius: 18px;
    }

    .contact-page-form .contact-page-form-box {
        border-radius: 20px;
        padding: 20px 5px 40px;
    }

    .hero-section p {
        letter-spacing: 2px;
    }

    .hero-section .text-36 {
        letter-spacing: 4px;
    }

    .horizontal-text {
        transform: translate(-50%, 50%);
        width: 100%;
        left: 50%;
        flex-direction: row;
        align-items: center;
        justify-content: space-evenly;
        height: 50px !important;
        top: 100%;
        min-height: auto;
    }

    .horizontal-text h6,
    .horizontal-text hr {
        display: inline-block;
        transform: rotate(0deg);
        margin: 0;
    }

    .horizontal-text ul {
        margin-top: 0px;
        margin-bottom: 0;
        display: flex;
        gap: 10px;
    }

    .horizontal-text hr {
        width: 40px;
        border: 1px solid #ffffff;
        opacity: 1;
        transform: rotate(0deg) !important;
    }
    .sub-page-banner .horizontal-text{
        min-height: 50px !important;
        top:80%;
    }
    .sub-page-banner h6.text-36 {
        font-size: 15px;
    }
    .about-section {
        background-position: top;
        background-size: contain !important;
    }

    form.form-contact input,
    textarea.form-control {
        border-radius: 20px;
    }

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

    .img-shaps-cover {
        height: 300px;
    }

    .contact-img-group .f-img {
        width: 180px;
        height: 212px;
        position: absolute;
    }

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

    .f2-img {
        left: 64% !important;
    }

    .f3-img {
        top: 60% !important;
    }

    .cart-left-details .item-content-box-ac {
        width: 100%;
    }

    .cart-left-details .item-img-box-ac {
        height: 95px;
        width: 120px;
        padding: 0;
    }
    .menu-item-section {
        padding: 40px 0;
    }
    .checkout-page-section {
        padding-top: 50px;
    }
    .title-inner-01 {
        margin: 50px auto 0;
    }
    .padding-b {
        padding-bottom: 40px;
    }
    .sub-page-banner {
        height: 450px !important;
        min-height: auto;
    }
    .qty-btns input {
        width: 30px;
    }
    .itme-btn-fuction{
        padding: 0 !important;
    }
}

@media (max-width: 432px) {
    .bg-contact-box {
        margin-bottom: 50px;
    }

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

    .form-control::placeholder {
        font-size: 12px;
    }

    .same-btn {
        padding: 10px 24px !important;
    }

    p {
        text-align: justify !important;
    }

    /* .about-section, .menu-section {
        padding: 40px 0;
    } */
    .menu-text-content {
        padding: 40px 22px 0 !important;
    }

    .testimonial-section {
        padding: 40px 0 30px;
    }

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

    .item-remove-btn {
        right: 2px;
        top: 2px;
    }

    .cart-left-details .item-text {
        padding-right: 0px;
    }

    .item-remove-btn button {
        background: transparent;
    }

    .item-remove-btn button:hover {
        background: transparent;
    }

    /* .cart-left-details .item-img-box-ac {
        padding: 0 12px 0 12px;
    } */
    .checkout-left-details {
        margin-bottom: 20px;
    }

    /* Menu Page Css Start */
    .title-inner {
        text-align: center;
    }

    .title-inner h1 {
        float: unset;
    }

    .side-tabe ul {
        padding: 7px 8px;
        border-radius: 20px;
        background: #ffffff;
    }

    body .menu-title {
        margin: 16px 0;
    }

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

    .item-gap {
        /* margin-bottom: 10px; */
    }
    
    .menu-item-card {
        flex-direction: column;
        gap: 9px;
        align-items: self-start;
        padding: 8px;
    }

    .menu-item-card h5 {
        font-size: 16px;
    }

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

    .item-text p {
        font-size: 12px;
        line-height: 14px;
        text-align: left !important;
        margin-bottom: 5px;
    }

    .item-img-box-ac img {
        object-fit: cover;
        padding: 0;
        border-radius: 10px;
    }

    .item-img-box-ac {
        height: 100%;
        padding: 0 12px;
        width: 30%;
    }

    /* .item-content-box-ac {
        width: 100%;
    } */
    .BarMenu-panel .item-content-box-ac {
        width: 100%;
    }

    /* Menu Page Css Start */

    .cart-left-details .item-text p {
        font-size: 12px;
        line-height: 14px;
        margin-bottom: 5px;
    }

    .add-item-btn {
        height: 25px;
    }

    /* .qty-btns button,
  .qty-btns input {
    height: 25px;
    width: 32px;
  } */

    header {
        height: unset;
        /* background: var(--bs-theme-color); */
    }

    .menu-text-content {
        padding: 40px 22px;
    }

    .bar-menu-row h4.h4-heading {
        display: flex;
        align-items: baseline;
    }

    .food-menu-row h4.h4-heading {
        justify-content: end;
    }

    .menu-item-icon img {
        display: none;
    }

    .galley-section .img-box img {
        border-radius: 0px;
    }

    section.conta-mt {
        margin: 40px 0;
    }

    .web-nav-cover .web-nav-sticky-logo img {
        padding: 0px;
    }

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

    .banner-text-cover {
        padding: 20px 0px 20px 0px;
    }

    form.form-contact input,
    textarea.form-control {
        border-radius: 13px;
    }

    .contact-img-group {
        height: 350px;
    }

    /* .contact-img-group .f-img {
		width: 140px;
		height: 170px;
		position: absolute;
	} */

    /* .f1-img {
		left: 48px;
		top: 32px;
		z-index: -1;
	}

	.f2-img {
		right: 126px;
		top: 130px;
		z-index: -2;
	}

	.f3-img {
		left: 155px;
		top: 92px;
		z-index: -3;
	} */

    /* .hero-section{padding: 85px 0 0 0 !important;} */
   .offer-banner-img {
       padding: 20px;
   }
   .cart-div a img {
       width: 100%;
       height: 100%;
       object-fit: contain;
   }
   .cart-div a {
       width: 55px;
       height: 31px;
   }
}

@media (max-width: 390px) {

    /* .hero-section{padding: 75px 0 0 0 !important;} */
    .web-nav-cover .web-nav-sticky-logo img {
        height: 5.1vh;
    }

    .web-nav-cover .web-nav-sticky-logo img {
        padding: 0px;
    }

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

    /* .banner-bg-img {padding: 10px 0px 50px;} */

    Footer a {
        padding: 0 8px;
    }

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

    .banner-text .btns {
        text-align: center;
        margin: 20px 0;
    }

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

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

    .same-btn {
        padding: 7px 15px !important;
    }

    .banner-content-box p {
        font-size: 14px;
    }

    /* .hero-section {
        height: 100vh !important;
    } */
    .horizontal-text{
        top: 100%;
    }
    .slide-01 {
        padding: 0px 0;
    }

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

    .testimonial-section {
        padding: 40px 0 40px;
    }

    .contact-section {
        padding: 40px 0;
    }

    Footer .logo-col h5 {
        font-size: 17px;
    }
    .cart-text-details {
        padding: 10px 10px;
    }
    .sub-page-banner h6.text-36 {
        font-size: 16px;
    }
    header .navbar .nav-contain {
        height: 100%;
        padding: 0px;
    }
}

@media (max-width: 330px) {
    .copy-right-content small {
        font-size: 12px;
    }

    .apply-coupen-btn {
        padding: 10px 4px;
        font-size: 12px;
        width: 62% !important;
    }

    /* .cart-page-section {
        padding: 0 0 50px 0;
    } */
    .hero-section {
        height: 485px;
    }

    .navbar-links a {
        font-size: 18px;
    }

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

    .contact-info li {
        padding: 0 20px;
        flex-direction: row !important;
        text-align: start !important;
    }
    .web-nav-cover img {
        height: 45px;
        padding: 0;
    }
    header.navigation.is-sticky .web-nav-sticky-logo {
        height: 45px;
    }
    .cart-text-details {
        padding: 10px 10px;
    }
}

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