@font-face {
    font-family: 'saudagarregular';
    src: url('/dubaimall/wp-content/themes/doors-theme/assets/fonts/saudagar-webfont.woff2') format('woff2'),
         url('/dubaimall/wp-content/themes/doors-theme/assets/fonts/saudagar-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'qartellabold';
    src: url('/dubaimall/wp-content/themes/doors-theme/assets/fonts/qartella-bold-webfont.woff2') format('woff2'),
         url('/dubaimall/wp-content/themes/doors-theme/assets/fonts/qartella-bold-webfont.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'qartellalight';
    src: url('/dubaimall/wp-content/themes/doors-theme/assets/fonts/qartella-light-webfont.woff2') format('woff2'),
         url('/dubaimall/wp-content/themes/doors-theme/assets/fonts/qartella-light-webfont.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'qartellaregular';
    src: url('/dubaimall/wp-content/themes/doors-theme/assets/fonts/qartella-regular-webfont.woff2') format('woff2'),
         url('/dubaimall/wp-content/themes/doors-theme/assets/fonts/fonts/qartella-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

:root {
    --primary-color-rgb: 181, 140, 67;
    --accent-color-rgb: 119, 40, 40;
    --card-color-rgb: 20, 9, 0;

    --primary-color: #B58C43;
    --primary-color-light: #E9DECB;
    --accent-color: #772828;

    --white-color: #FFFFFF;
    --black-color: #000000;
    --gray-color: #707070;
    --card-color: #140900;

    --font-body: 'qartellaregular', sans-serif;
    --font-heading: 'saudagarregular', sans-serif;

    --font-size: 15px;
}

body {
    font-size: var(--font-size);
    font-family: var(--font-body);
    background-color: var(--black-color);
}

a:hover {
    color: var(--primary-color);
}

.fw-bold {
    font-family: 'qartellabold';
}

.fw-light {
    font-family: 'qartellalight';
}

.font-heading {
    font-family: var(--font-heading);
}

.text-heading {
    color: var(--white-color);
    font-family: var(--font-heading), sans-serif;
    font-size: 32px;
    line-height: 55px;
}

.text-heading-label {
    font-size: 15px;
    line-height: 18px;
    color: var(--primary-color);
}

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

.h4 {
    font-size: 25px;
    color: var(--white-color);
    font-family: var(--font-heading);
}

.btn-primary {
    background-color: var(--accent-color);
    font-family: var(--font-heading);
    padding: 17px 24px;
    font-size: 25px;
    border: 0;
}

.btn-primary:hover {
    background-color: var(--primary-color);
}

.btn-blur {
    color: var(--white-color);
    padding: 16px 32px;
    font-size: 31px;
    position: relative;
    overflow: hidden;
    backdrop-filter: blur(36px);
    -webkit-backdrop-filter: blur(36px);
}

.btn-blur span.txt {
    position: relative;
    z-index: 1;
}

.btn-blur:hover {
    background-color: var(--primary-color);
    color: var(--white-color);
}

.btn-outline-primary {
    background-color: transparent;
    border-color: var(--primary-color);
    color: var(--primary-color);
    border-radius: 0;
    font-family: var(--font-heading);
    padding: 17px 24px;
    font-size: 25px;
}

.btn-outline-primary:focus-visible,
.btn-outline-primary:active,
.btn-outline-primary:hover {
    background-color: transparent;
    border-color: var(--primary-color);
    color: var(--primary-color);
}

/* Start-- accent color active tabs */
.accent-tabs {
    border-bottom: 1px solid var(--primary-color);
}

.accent-tabs .nav-link {
    background-color: transparent;
    position: relative;
    font-family: var(--font-heading);
    color: var(--primary-color);
    border: 0;
}

.accent-tabs .nav-link::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 3px;
    background-color: var(--accent-color);
    left: 0;
    bottom: -1px;
    opacity: 0;
}

.accent-tabs .nav-link.active::after {
    opacity: 1;
}

.accent-tabs .nav-link:hover,
.accent-tabs .nav-link.active {
    background-color: transparent;
    outline: none;
    color: var(--white-color);
}

/* End-- accent color active tabs */

.form-control {
    border-color: var(--primary-color);
    font-size: 16px;
    color: var(--primary-color-light);
}

.form-control:focus {
    border-color: var(--accent-color);
    color: var(--white-color);
    box-shadow: 0 0 0 0.25rem rgba(var(--accent-color-rgb), .25);
}

.form-control::placeholder {
    color: var(--primary-color);
}

/*  */
.section {
    position: relative;
}

/* Main menu & Banner */
.main-menu {
    position: relative;
    height: 100%;
    z-index: 9;
}

.main-menu .navbar {
    padding: 30px 0;
    background-color: rgb(0 0 0 / 48%);
    transition: background-color 0.3s ease;
}

.main-menu .navbar.fixed-top {
    background-color: rgb(0 0 0 / 48%);
    transition: background-color 0.3s ease;
}

.main-menu .navbar-brand {
    padding: 0;
    margin: 0;
}

.main-menu .nav-item {
    padding: 0 20px;
}

.main-menu .nav-item:last-child {
    padding: 5px 18px 5px 10px;
}

.main-menu .navbar .nav-link {
    font-size: 13px;
    line-height: 26px;
    color: var(--primary-color);
    padding: 0;
    position: relative;
}

.main-menu .nav-item .nav-link:after {
    width: 0;
    content: "";
    height: 1px;
    background-color: var(--primary-color);
    position: absolute;
    left: 0;
    bottom: 0;
    transition: all .3s ease-in-out;
}

.main-menu .nav-item .nav-link:hover:after,
.main-menu .nav-item .nav-link.active:after {
    width: 100%;
}

.main-menu .nav-item:nth-last-child(2) .nav-link::after,
.main-menu .nav-item:first-child .nav-link::after,
.main-menu .nav-item:last-child .nav-link::after {
    display: none;
}

.navbar-toggler:hover,
.navbar-toggler:focus {
    outline: none;
    box-shadow: none;
}

.header {
    background-size: cover;
    height: 100vh;
    position: relative;
}

.home-page .header::before {
    background: url('../images/contact-us/hero-shadow-top.svg') left top no-repeat;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 280px;
    mix-blend-mode: multiply;
}

.home-page .header::after {
    background: url('../images/contact-us/hero-shadow-bottom.svg') left top no-repeat;
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 400px;
    mix-blend-mode: multiply;
}

.banner-text {
    padding-bottom: 80px;
}

/* Who We Are */
.we-are-section {
    padding: 190px 0;
}

.we-are-section .pattern-1 {
    position: absolute;
    top: 0;
    left: 0;
}

.we-are-section .pattern-2 {
    position: absolute;
    top: -30px;
    left: 36%;
}

.we-are-text {
    /* padding: 0 10%; */
    width: 46%;
}

.we-are-text p {
    font-size: 15px;
    line-height: 25px;
    margin-bottom: 30px;
    font-family: 'qartellalight';
    color: var(--primary-color);
}

.we-are-text a {
    font-size: 15px;
    line-height: 18px;
    margin-bottom: 30px;
    font-family: 'qartellaregular';
    color: var(--white-color);
    text-decoration: none;
}

.we-are-text>div {
    padding: 45px 23% 45px 27%;
}

.we-are-slider {
    width: 54%;
}

.we-are-section .swiper-button-next::after,
.we-are-section .swiper-button-prev::after,
.our-customers .swiper-button-next::after,
.our-customers .swiper-button-prev::after,
.custom-arrow .swiper-button-next::after,
.custom-arrow .swiper-button-prev::after {
    display: none;
}

.our-event-section .swiper-button-next,
.our-event-section .swiper-button-prev,
.we-are-section .swiper-button-next,
.we-are-section .swiper-button-prev {
    top: var(--swiper-navigation-top-offset, 30%);
}

.custom-arrow .swiper-button-prev svg,
.we-are-section .swiper-button-prev svg,
.our-customers .swiper-button-prev svg {
    transform: rotate(180deg);
}

.location-text {
    background-color: var(--card-color);
    padding: 45px 10%;
}

.location-text p {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 0;
    font-family: 'qartellaregular';
    color: var(--primary-color);
}

.location-text p small {
    font-size: 15px;
    line-height: 25px;
    margin-bottom: 0;
    font-family: 'qartellalight';
    color: var(--white-color);
}

.we-are-slider .slider-text-box {
    padding: 30px 15px 10px 40px;
}

.we-are-slider .slider-text-box h6 {
    font-size: 25px;
    line-height: 32px;
    margin-bottom: 27px;
    font-family: 'saudagarregular';
    color: var(--white-color);
}

.we-are-slider .slider-text-box p {
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 27px;
    font-family: 'qartellalight';
    color: var(--primary-color);
}

.we-are-slider .slider-text-box a {
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 0;
    font-family: 'qartellaregular';
    color: #E9DECB;
    text-decoration: none;
}

/* Our Menu */
.our-menu {
    padding-top: 10px;
    padding-bottom: 100px;
}

.our-menu-slider .swiper-slide {
    width: auto;
    position: relative;
}

.our-menu-slider .swiper-slide.swiper-slide-active {
    width: 48% !important;
}

.our-menu-slider .swiper-slide h4 {
    position: absolute;
    left: 0;
    bottom: 50%;
    transform: translate(0, 50%);
    width: 100%;
    text-align: center;
    margin-bottom: 0;
    transition: all 0.3s ease-in-out;
}

.our-menu-slider .swiper-slide.swiper-slide-active h4 {
    bottom: 0;
    transform: translate(0, -15px);
    transition: all 0.3s ease-in-out;
}

.home-page .our-menu .pattern-1 {
    position: absolute;
    top: -140px;
    left: 0;
    z-index: -1;
    width: 90px;
}

.our-menu .pattern-3 {
    position: absolute;
    top: -140px;
    right: 0;
    z-index: -1;
}

/* Best Video */
.best-video {
    padding-top: 100px;
    padding-bottom: 100px;
}

.best-video .play {
    display: flex;
    height: 40px;
    width: 40px;
    border-radius: 40px;
    position: absolute;
    align-items: center;
    top: 35%;
    left: 50%;
    z-index: 1;
    background: var(--black-color);
    justify-items: center;
    transform: translate(-50%, -50%);
    justify-content: center;
    align-items: center;
}

.best-video .play:hover {
    background: var(--primary-color);
}

.best-video .pattern-4 {
    position: absolute;
    top: -270px;
    left: 0;
    z-index: -1;
}

.best-video .pattern-5 {
    position: absolute;
    bottom: -180px;
    right: 0;
    z-index: -1;
}

/* Start- best-sellers */
.best-sellers {
    padding-top: 100px;
    color: var(--primary-color);
}

.best-sellers .pattern-6 {
    position: absolute;
    top: 70px;
    left: 0;
    z-index: 1;
}

.best-sellers .pattern-7 {
    position: absolute;
    bottom: -44%;
    right: 0;
    z-index: 1;
}

.best-sellers .right-img {
    height: 700px;
}

.best-sellers .swiper {
    background-color: var(--card-color);
}

.best-sellers .action-div {
    margin-top: -100px;
}

.swiper-action .swiper-button-next::before,
.swiper-action .swiper-button-prev::before {
    width: 150px;
}

.swiper-action .swiper-button-next.swiper-button-disabled::before,
.swiper-action .swiper-button-prev.swiper-button-disabled::before {
    width: 100px;
}

.swiper-action .swiper-button-next[aria-disabled="false"]::before,
.swiper-action .swiper-button-prev[aria-disabled="false"]::before {
    width: 200px;
}

.swiper-action .swiper-button-next::before,
.swiper-action .swiper-button-prev::before {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    height: 1px;
    background-color: var(--primary-color);
    width: 140px;
}

.swiper-action .swiper-button-next::before {
    right: 40px;
}

.swiper-action .swiper-button-prev::before {
    left: 40px;
}

.swiper-action>div {
    border: 2px solid var(--white-color);
    color: var(--white-color);
    width: 31px;
    height: 31px;
    border-radius: 31px;
}

.swiper-action .swiper-button-next:after,
.swiper-action .swiper-button-prev:after {
    font-size: 16px;
}

/* Start- video-section-2 */
.video-section-2 {
    min-height: 700px;
    background: url(../images/chef-collection/81A0345.png) center center no-repeat;
    background-size: cover;
}

.video-section-2 .play {
    display: flex;
    height: 40px;
    width: 40px;
    border-radius: 40px;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 9999;
    background: var(--black-color);
    justify-items: center;
    transform: translate(-50%, -50%);
    justify-content: center;
    align-items: center;
}

.video-section-2 .play:hover {
    background: var(--primary-color);
}

.video-section-2 h3 {
    font-size: 40px;
    line-height: 60px;
    color: var(--white-color);
}

/* End- video-section-2 */

/* Start- our-customers */
.our-customers {
    padding: 40px 0;
    line-height: 25px;
}

.our-customers .pattern-8 {
    position: absolute;
    top: -240px;
    left: -20px;
    z-index: -1;
}

.our-customers .nav-item {
    font-family: var(--font-heading);
    font-size: 20px;
}

.our-customers .nav-tabs .nav-link {
    background-color: transparent;
    color: var(--white-color);
    border: 0;
    border-bottom: 3px solid transparent;
    padding: 12px 0;
}

.our-customers .nav-tabs .nav-link.active {
    border-color: var(--primary-color);
}

.our-customers .nav-item strong {
    color: var(--primary-color);
}

.our-customers .swiper-slide {
    background-color: var(--card-color);
    color: var(--primary-color);
}

.read-more {
    color: var(--white-color);
    text-decoration: none;
}

/* End- our-customers */

/* Start- private-events */
.private-events {
    position: relative;
    color: var(--primary-color);
    padding: 60px 0 240px;
    line-height: 25px;
}

.private-events .pattern-9 {
    position: absolute;
    top: -140px;
    right: 0;
    z-index: -1;
}

/* End- private-events */


/* Start- connect with us */
.connect-us {
    border-top: 1px solid var(--primary-color);
    color: var(--primary-color);
    padding: 160px 0 210px;
}

.home-page .connect-us .pattern-10 {
    position: absolute;
    top: -140px;
}

.connect-us .seaction-heading {
    font-size: 30px;
}

.connect-us .seaction-heading img {
    width: 36px;
}

/* End- connect with us */


/* Start- achievements */
.achievements {
    padding: 60px 0;
}

.achievements .pattern-11 {
    position: absolute;
    top: -140px;
    right: 0;
}

.achievements .pattern-12 {
    position: absolute;
    bottom: -100px;
}

.achievements .achievementSlider .swiper-slide:nth-child(2n) {
    border-left: 1px solid var(--primary-color);
    border-right: 1px solid var(--primary-color);
}

.achievements .text-heading {
    margin-bottom: 60px;
}

.achievements .border-start,
.achievements .border-end {
    border-color: var(--primary-color) !important;
}

/* End- achievements */


/* Start- footer */
.footer {
    padding: 78px 0;
    background-color: var(--card-color);
    border-top: 1px solid var(--primary-color);
    color: var(--primary-color);
}

.footer .form-control {
    padding: 20px 24px;
    color: var(--white-color);
    font-family: var(--font-heading);
    font-size: 20px;
    border: 1px solid #333030;
    background-color: transparent;
}

.footer .form-control::placeholder {
    color: var(--white-color);
}

.footer .form-control:focus {
    box-shadow: none;
    border-color: var(--primary-color);
}

.footer-links li {
    padding: 5px 0;
}

.footer-links a {
    color: var(--primary-color);
    font-size: 20px;
    text-decoration: none;
}

.footer-links a:hover {
    color: var(--white-color);
}

.copyright {
    background-color: var(--accent-color);
    color: var(--primary-color);
    padding: 36px 0;
}

/* End- footer */

/* ======================================== Contact us page css */
/* Start-- header banner section */
.contactus-page .header {
    background: url('../images/contact-us/hero.png') no-repeat center center;
    background-size: cover;
}

.contactus-page .header::before {
    background: url('../images/contact-us/hero-shadow-top.svg') left top repeat;
    height: 279px;
    width: 100%;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    mix-blend-mode: multiply;
}

.contactus-page .header::after {
    background: url('../images/contact-us/hero-shadow-bottom.svg') left top no-repeat;
    background-size: cover;
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 400px;
    mix-blend-mode: multiply;
}

/* End-- header banner section */

/* Start-- contact us form tab */
.contactus-tab {
    padding-top: 140px;
}

.contactus-page .contactus-tab .pattern-1 {
    right: -530px;
    bottom: -400px;
    z-index: -1;
}

.contactus-page .contactus-tab .pattern-1 {
    right: -530px;
    bottom: -400px;
    z-index: -1;
}

/* Start-- Explore The Locations */
.explore-locations {
    padding: 180px 0 100px 0;
}

.locations {
    color: var(--primary-color-light);
}

.locations .h3 {
    font-family: var(--font-heading);
    font-size: 45px;
}

.locations a {
    color: var(--primary-color-light);
    text-decoration: none;
}

.locations a:hover {
    color: var(--primary-color);
}

.contactus-page .explore-locations .pattern-1 {
    left: -487px;
    bottom: -400px;
}

/* End-- Explore The Locations */

.connect-with-us {
    padding: 100px 0 200px 0;
}


/* ======================================== Our Menu page css */
/* Start-- header banner section */
.ourmenu-page .header {
    background-image: url('../images/our-menu/hero.png');
    background-size: cover;
}

.ourmenu-page .header::after {
    background: url(../images/our-menu/hero-shadow.svg) center bottom repeat;
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 620px;
    mix-blend-mode: multiply;
}

.ourmenu-page .doors-menu .menu-tabs {
    margin-bottom: 84px;
    padding-bottom: 1px;
    justify-content: space-between;
    flex-wrap: nowrap;
    overflow-x: hidden;
    border-bottom: none;
    position: relative;
}

.ourmenu-page .doors-menu .menu-tabs .nav-item {
    position: relative;
}

.ourmenu-page .doors-menu .menu-tabs .nav-item::after {
    content: "";
    height: 1px;
    width: 100%;
    position: absolute;
    bottom: 1px;
    left: 0;
    background-color: #2d2d2d;
    z-index: 0;
}

.ourmenu-page .doors-menu .nav-tabs .nav-item+.nav-item {
    padding-left: 20px;
}

.ourmenu-page .doors-menu .nav-tabs .nav-link {
    background-color: transparent;
    margin: 0;
    padding: 5px 0;
    border: none;
    font-size: 21px;
    line-height: 45px;
    color: #fff;
    text-wrap: nowrap;
    position: relative;
    isolation: auto;
}

.ourmenu-page .doors-menu .nav-tabs .nav-link:focus::after,
.ourmenu-page .doors-menu .nav-tabs .nav-link:hover:after,
.ourmenu-page .doors-menu .nav-tabs .nav-link.active::after {
    content: "";
    height: 3px;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: -1px;
    z-index: 9;
    background-color: var(--primary-color);
}

.menu-product-box {
    background-color: var(--card-color);
    margin-bottom: 85px;
    padding: 0 30px 30px;
}

.menu-product-box .product-img-box {
    width: calc(100% - 0px);
    margin-top: -20%;
    overflow: hidden;
    position: relative;
}

.menu-product-box .product-img-box img {
    border: 3px solid var(--white-color);
    border-radius: 100%;
    width: 100%;
}

.menu-product-box .text-heading,
.modal-product .text-heading {
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
    min-height: 60px;
    margin-top: 30px;
}

.menu-product-box .price {
    font-size: 15px;
    line-height: 20px;
    font-weight: 400;
    margin-bottom: 10px;
    color: var(--primary-color);
}

.menu-product-box a {
    font-size: 15px;
    line-height: 20px;
    font-weight: 400;
    color: var(--white-color);
}

/* Modal Product  */
.modal-product .modal-content,
.modal-product .modal-body {
    background-color: var(--primary-color);
}

.modal-product .text-heading {
    margin: 0 0 10px;
    color: #000;
}

.modal-product .price {
    margin-bottom: 20px;
    padding-bottom: 12px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.22);
}

.modal-fullImage .modal-body img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}


.ourmenu-page .menuAlSeef .swiper-slide h4 {
    position: absolute;
    left: 0;
    bottom: 0;
    transform: translate(0, -10px);
    width: 100%;
    text-align: center;
    margin-bottom: 0;
    transition: all 0.3s ease-in-out;
    font-size: 25px;
}

.ourmenu-page .menuAlSeef .swiper-slide.swiper-slide-active h4 {
    bottom: 0;
    transition: all 0.3s ease-in-out;
    font-size: 45px;
}

.ourmenu-page .our-menu .pattern-1 {
    position: absolute;
    right: -300px;
    top: -20px;
}

.ourmenu-page .best-video .pattern-1 {
    position: absolute;
    left: -370px;
    top: -250px;
}

.ourmenu-page .video-section-2 {
    background: url("../images/our-menu/DSC08269.png") top center no-repeat;
    background-size: cover;
    height: 700px;
}

.ourmenu-page .video-section-2::after {
    display: none;
}

.ourmenu-page .video-section-2 .pattern-1 {
    position: absolute;
    left: -170px;
    bottom: 40%;
    z-index: -1;
    width: auto;
}

.ourmenu-page .connect-us {
    padding: 190px 0;
}

.book-table-page .connect-us .pattern-1,
.chef-collection-page .connect-us .pattern-1,
.ourmenu-page .connect-us .pattern-1 {
    bottom: -160px;
    left: -350px;
}

.book-table-page .connect-us .pattern-2,
.chef-collection-page .connect-us .pattern-2,
.ourmenu-page .connect-us .pattern-2 {
    width: 418px;
    top: -30px;
    right: -250px;
}

/* ======================================== FAQs page css */
/* Start-- header banner section */
.faqs-page .header {
    background: url('../images/faq/hero.png') no-repeat center center;
    background-size: cover;
}

.faqs-page .header::before {
    background: url(../images/faq/hero-top-shadow.svg) left top no-repeat;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 280px;
    mix-blend-mode: multiply;
}

.faqs-page .header::after {
    background: url(../images/our-menu/hero-shadow.svg) center top no-repeat;
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 400px;
    mix-blend-mode: multiply;
}

/* End-- header banner section */

.faqs-page .faqs-list {
    padding: 100px 0;
}

.faqs-page .faqs-list .accordion .accordion-item {
    border: 1px solid var(--primary-color);
}

.faqs-page .faqs-list .accordion .accordion-button {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-right: 35px !important;
}

.faqs-page .faqs-list .accordion-button:not(.collapsed)::after,
.faqs-page .faqs-list .accordion-button::after {
    content: "";
    background-image: none;
    font-size: 26px;
    line-height: 30px;
    color: var(--primary-color);
    width: 30px;
    height: auto;
    margin-left: 10px;
    text-align: center;
}

.faqs-page .faqs-list .accordion-button:not(.collapsed)::after {
    content: "-";
}

.faqs-page .faqs-list .accordion-button::after {
    content: "+";
}


/* ========================================  chef page css */
/* Start-- header banner section */
.chef-collection-page .header {
    background: url('../images/chef-collection/DSC04540.png') no-repeat top center;
    background-size: cover;
}

.chef-collection-page .header::after {
    content: "";
    background-image: url("../images/chef-collection/hero_shadow.png");
    width: 100%;
    height: 349px;
    position: absolute;
    bottom: 0;
    mix-blend-mode: multiply;
}

/* End-- header banner section */

/* Start-- the chef collection */
.chef-collection-page .collection {
    padding: 160px 0;
}

.chef-collection-page .collection .container>.row {
    margin-bottom: 260px;
}

.chef-collection-page .collection .container>.row:last-child {
    margin-bottom: 0;
}

.chef-collection-page .collection .pattern-1 {
    left: -420px;
    top: 450px;
    z-index: -1;
}

.chef-collection-page .collection .pattern-2 {
    right: -350px;
    top: 1200px;
    z-index: -1;
}

.chef-collection-page .we-are-section .pattern-3 {
    left: -340px;
    bottom: 0;
    z-index: -1;
}

/* ======================================== Book table page css */
/* Start-- header banner section */
.book-table-page .header {
    background: url('../images/book-table/hero.png') no-repeat center center;
    background-size: cover;
}

.book-table-page .header::before {
    content: "";
    background: url("../images/book-table/hero-top-shadow.svg") center center repeat;
    height: 369px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    mix-blend-mode: multiply;
    z-index: 0;
}

.book-table-page .header::after {
    content: "";
    background: url("../images/book-table/hero-shadow.svg") center center repeat;
    height: 690px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    mix-blend-mode: multiply;
    z-index: 0;
}

.book-table-page .form-control input {
    position: relative;
}

.book-table-page input[type="date"]::-webkit-calendar-picker-indicator,
.book-table-page input[type="time"]::-webkit-calendar-picker-indicator {
    background: transparent;
    bottom: 0;
    color: transparent;
    cursor: pointer;
    height: auto;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
}

.book-table-page .form-input {
    padding: 60px 0 60px;
}

.book-table-page .form-input .pattern-1 {
    top: 0px;
    left: -397px;
}

.book-table-page .private-events .pattern-1 {
    bottom: -140px;
    right: -255px;
}


/* ======================================== Blog page css */
/* Start-- header banner section */
.blog-page .header {
    background: url('../images/blog/hero.png') no-repeat center center;
    background-size: cover;
}

.blog-page .header::before {
    content: "";
    background: url("../images/blog/hero-shadow-top.svg") center center repeat;
    height: 279px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    mix-blend-mode: multiply;
    z-index: 0;
}

.blog-page .header::after {
    content: "";
    background: url("../images/blog/hero-shadow-bottom.svg") center center repeat;
    height: 403px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    mix-blend-mode: multiply;
    z-index: 0;
}

/* End-- header banner section */

.blog-page .blog-list {
    padding: 80px 0;
}

.blog-page .blog-list .b-list li {
    color: var(--primary-color);
}

.blog-page .blog-list .b-list li+li {
    padding-top: 97px;
    margin-top: 97px;
    border-top: 1px solid var(--primary-color);
}

.blog-page .blog-list .b-list .blog-title {
    font-size: 30px;
    font-family: var(--font-heading);
    color: var(--primary-color-light);
}

.blog-page .blog-list .view-all-blog {
    margin-top: 117px;
    margin-bottom: 60px;
    display: inline-block;
}

/* ======================================== Start:: About Us page css */
.about-us-page .header {
    background: url('../images/about-us/hero.png') no-repeat center center;
    background-size: cover;
}

.about-us-page .header::before {
    content: "";
    background: url("../images/about-us/hero-top.svg") left top repeat;
    height: 279px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    mix-blend-mode: multiply;
    z-index: 0;
}

.about-us-page .header::after {
    content: "";
    background: url("../images/about-us/hero-bottom.svg") left bottom repeat;
    height: 403px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    mix-blend-mode: multiply;
    z-index: 0;
}

/* End-- header banner section */
.about-us-page .our-story .pattern-1 {
    left: -400px;
    top: 0;
}

.about-us-page .dining-in-dubai .pattern-1 {
    right: -230px;
    top: -230px;
}

.about-us-page .team-members .pattern-1 {
    left: -410px;
    top: -270px;
}

.about-us-page .video-section-2 .pattern-1 {
    right: -410px;
    top: -440px;
}

.about-us-page .we-are-section {
    padding-top: 270px;
}

.about-us-page .we-are-section .pattern-1 {
    left: -315px;
    top: -50px;
}

.about-us-page .our-timeline .pattern-1 {
    right: -300px;
    top: -100px;
}

.about-us-page .achievements .pattern-1 {
    left: -350px;
    top: 0;
}

.about-us-page .achievements .pattern-2 {
    right: -410px;
    bottom: -70px;
}

.about-us-page .our-story,
.dining-in-dubai {
    padding: 100px 0;
}

.team-members {
    padding: 100px 0 210px 0;
}

.our-timeline {
    background-color: var(--card-color);
    padding: 140px 0;
}

.our-timeline .item {
    position: relative;
    text-align: center;
}

.our-timeline .item::before,
.our-timeline .item::after {
    position: absolute;
    content: '';
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    border-top: 1px dashed var(--primary-color);
    z-index: -1;
}

.our-timeline .item::before {
    left: -1px;
}

.our-timeline .item::after {
    right: -1px;
}

.our-timeline .item>div {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: var(--primary-color);
}

.our-timeline .item span {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 130px;
    height: 180px;
    border-radius: 80px;
    border: 1px solid var(--accent-color);
    color: var(--white-color);
    background-color: var(--card-color);
}

.our-timeline .item h3 {
    font-family: var(--font-heading);
}

.our-timeline .item h3,
.our-timeline .item p {
    display: none;
}

.our-timeline .item.slick-current h3,
.our-timeline .item.slick-current p {
    display: block;
}

.our-timeline .item.slick-current span {
    margin-top: 2rem;
}

.our-timeline .item.slick-current::before,
.our-timeline .item.slick-current::after {
    display: none;
}

/* ======================================== End:: About Us page css */

/* ======================================== Start:: Catering & Delivery page css */
.catering-delivery .header {
    background: url('../images/catering/hero.png') no-repeat center top;
    background-size: cover;
    position: relative;
}

.catering-delivery .header::before {
    content: "";
    background: url("../images/catering/hero-shadow-top.svg") center top repeat;
    height: 233px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    mix-blend-mode: multiply;
    z-index: 0;
}

.catering-delivery .header::after {
    content: "";
    background: url("../images/catering/hero-shadow-bottom.svg") center bottom repeat;
    height: 463px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    mix-blend-mode: multiply;
    z-index: 0;
}

.fine-dining-delivery {
    padding: 210px 0;
    color: var(--primary-color-light);
    background-color: var(--card-color);
}

.fine-dining-delivery .pattern-1 {
    right: -500px;
    top: -100px;
}

.fine-dining-delivery .pattern-2 {
    left: -535px;
    bottom: -150px;
}

.trending-food {
    padding-top: 150px;
}

.trending-food .swiper-slide:not(.swiper-slide-active) .btn {
    display: none;
}

.trending-food .swiper-slide.swiper-slide-active>img {
    transform: scaleY(1.2);
}

.trending-food .swiper-slide.swiper-slide-active h4 {
    margin-top: 50px;
    padding-top: 30px;
}

.catering-delivery .our-customers {
    border-top: 1px solid var(--primary-color);
    padding: 100px 0;
    margin-top: 100px;
}

/* ======================================== End:: Catering & Delivery page css */

/* Event & promotions Page */
.events-promotions-page .header {
    background-image: url('../images/events/hero.png');
    background-size: cover;
}

.events-promotions-page .header::before {
    background: url('../images/events/hero-top-shadow.svg') center top repeat;
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
    height: 280px;
    mix-blend-mode: multiply;
}

.events-promotions-page .header::after {
    background: url('../images/events/hero-shadow.svg') center bottom repeat;
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 400px;
    mix-blend-mode: multiply;
}

.events-promotions-page .main-menu::before {
    display: none;
}

.events-promotions-page .event-statement {
    padding: 200px 0;
}

.events-promotions-page .event-statement .pattern-1 {
    position: absolute;
    top: -35px;
    left: -255px;
}

.events-promotions-page .event-statement .pattern-2 {
    position: absolute;
    top: 400px;
    left: 1185px;
    z-index: 1;
}

.events-promotions-page .our-event-section {
    background-color: #140901;
    padding: 165px 0;
}

.events-promotions-page .our-event-section .pattern-1 {
    position: absolute;
    bottom: -110px;
    left: -407px;
}

.events-promotions-page .our-event-section .nav-tabs .nav-link {
    color: var(--primary-color);
    font-size: 32px;
}

.events-promotions-page .our-event-section .nav-tabs .nav-link.active {
    color: var(--primary-color-light);
    padding-left: 27px;
    border-bottom: 1px solid var(--accent-color) !important;
    transition: all ease-in-out 0.3s;
}

.events-promotions-page .our-event-section .swiper-button-next::after,
.events-promotions-page .our-event-section .swiper-button-prev::after {
    display: none;
}

/* Video */
.events-promotions-page .video-section-2 {
    background: url("../images/LiveEntertaintment_2.png") center center no-repeat;
    background-size: cover;
}

.events-promotions-page .video-section-2::after {
    content: "";
    background: url("../images/events/video-shadow.svg") center center no-repeat;
    mix-blend-mode: multiply;
    height: 527px;
    width: 100%;
    position: absolute;
    bottom: 0;
    z-index: 0;
}

.events-promotions-page .video-section-2 .container {
    position: relative;
    z-index: 9;
}

/*  */
.events-promotions-page .upcoming-events {
    padding: 185px 0;
}

.events-promotions-page .upcoming-events .pattern-1 {
    position: absolute;
    top: -60px;
    right: -300px;
}

.events-promotions-page .upcoming-events .swiper-slide {
    overflow: hidden;
}

.events-promotions-page .upcoming-events .swiper-slide.swiper-slide-active {
    width: 45% !important;
}

.events-promotions-page .upcoming-events .swiper-slide.swiper-slide-active .slider-txt {
    padding: 32px;
}

.events-promotions-page .upcoming-events .swiper-slide .slider-txt {
    padding: 32px 0;
}

.events-promotions-page .upcoming-events .swiper-slide .slider-txt .btn {
    min-width: 173px;
    font-size: 15px;
    padding: 19px 33px;
}

.events-promotions-page .upcoming-events .swiper-slide:not(.swiper-slide-active) .slider-txt h4 {
    font-size: 25px;
    line-height: 35px;
    margin-bottom: 10px;
}

.events-promotions-page .upcoming-events .swiper-slide:not(.swiper-slide-active) .slider-txt .btn {
    opacity: 0;
    transition: all 0.3s ease-in-out;
}

/* Special Promotions */
.events-promotions-page .special-promotions-section {
    padding: 155px 0 130px;
    background-color: var(--card-color);
}

.events-promotions-page .special-promotions-section .pattern-1 {
    position: absolute;
    top: -300px;
    left: -300px;
}

.events-promotions-page .special-promotions-section .pattern-2 {
    position: absolute;
    bottom: -140px;
    right: -350px;
    z-index: 2;
}

.events-promotions-page .special-promotions-section .slider-text-box {
    padding-top: 40px;
}

.events-promotions-page .special-promotions-section .slider-text-box h6 {
    font-size: 35px;
}

.events-promotions-page .special-promotions-section .slider-text-box .btn {
    min-width: 173px;
    font-size: 15px;
    padding: 19px 33px;
}

.events-promotions-page .special-promotions-section .slider-text-box p {
    margin-top: 30px;
    margin-bottom: 0;
}

.events-promotions-page .special-promotions-section .swiper-action {
    max-width: 420px;
    margin: 100px auto 0;
    padding-top: 30px;
}

.events-promotions-page .connect-with-us .pattern-1 {
    position: absolute;
    top: -50px;
    left: -400px;
}

.events-promotions-page .connect-with-us .pattern-2 {
    position: absolute;
    bottom: -120px;
    right: -415px;
}

/* Full Slider */
.full-slider-section .swiper-button-next::after,
.full-slider-section .swiper-button-prev::after {
    display: none;
}

.full-slider-section .swiper-slide::after {
    background: url('../images/gallery/location-shadow.svg') center bottom no-repeat;
    background-size: cover;
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 550px;
    mix-blend-mode: multiply;
    z-index: 1;
}

.events-promotions-page .connect-with-us {
    padding: 170px 0;
}

/* Gallery Page */
.gallery-page .header {
    background-image: url('../images/gallery/gallery-hero.png');
    background-size: cover;
}

.gallery-page .header::before {
    background: transparent linear-gradient(0deg, #FFFFFF4E 0%, #000000 100%) 0% 0% no-repeat padding-box;
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
    height: 280px;
    mix-blend-mode: multiply;
}

.gallery-page .header::after {
    background: url('../images/events/hero-shadow.svg') center bottom repeat;
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 400px;
    mix-blend-mode: multiply;
}

.gallery-page .video-section-2::after {
    background: url("../images/gallery/video-shadow.svg") center center no-repeat;
    mix-blend-mode: multiply;
    bottom: -127px;
    opacity: 1;
}

.explore-finest-section {
    padding: 260px 0;
}

.explore-finest-section .pattern-1 {
    right: -370px;
    top: -40px;
}

.explore-finest-section .pattern-2 {
    left: -515px;
    bottom: -330px;
    z-index: 1;
}

.explore-finest-section .btn {
    border-radius: 0;
    padding: 18px 84px;
    font-size: 25px;
}

.behind-the-scenes-section {
    padding: 100px 0 130px;
    background-color: var(--card-color);
}

.behind-the-scenes-section .swiper-action {
    margin-top: 95px;
}

.our-dishes-section {
    padding: 130px 0 190px 0;
}

.our-dishes-section .pattern-1 {
    right: -340px;
    top: -110px;
    z-index: -1;
}

.our-dishes-section .swiper-action {
    margin-top: 120px;
    padding-top: 35px;
}

/*  */
.our-events-section {
    background-color: var(--card-color);
    padding: 80px 0 120px;
}

.our-events-section .pattern-1 {
    top: -150px;
    left: -360px;
}

.our-events-section .nav-tabs {
    margin-bottom: 50px;
}

.our-events-section .nav-tabs .nav-link {
    background-color: var(--primary-color);
    color: #271201;
    border: none;
    border-radius: 0;
    font-size: 15px;
    line-height: 18px;
    padding: 9px 30px;
    margin: 11px;
}

.our-events-section .nav-tabs .nav-link:hover,
.our-events-section .nav-tabs .nav-link.active {
    background-color: var(--accent-color);
    color: var(--primary-color);
}

.our-events-section .swiper-action {
    margin: 180px auto 0;
    max-width: 420px;
}

/* Location Section */
.location-section .swiper-slide::after {
    background: url('../images/gallery/location-shadow.svg') center bottom no-repeat;
    background-size: cover;
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 550px;
    mix-blend-mode: multiply;
    z-index: 1;
}

.gallery-page .our-customers {
    padding: 180px 0;
}

/* Light Dark Switch */
.light-dark-grp {
    position: absolute;
    top: 82px;
    right: 30px;
}

.light-dark-grp .form-switch {
    padding: 0;
}

.light-dark-grp .form-switch .form-check-input {
    margin: 0;
}

.light-dark-grp .switch-main {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 26px;
}

.light-dark-grp .switch-main input {
    opacity: 0;
    width: 0;
    height: 0;
}

.light-dark-grp .slide {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: transparent;
    border: 1px solid var(--primary-color);
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 34px;
}

.light-dark-grp .slide:before {
    position: absolute;
    content: "";
    height: 18px;
    width: 18px;
    left: 4px;
    top: 50%;
    transform: translateY(-50%);
    background-color: var(--primary-color);
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 50%;
}

.light-dark-grp input:checked+.slide:before {
    -webkit-transform: translate(31px, -50%);
    -ms-transform: translate(31px, -50%);
    transform: translate(31px, -50%);
}

.light-dark-grp .slide span {
    font-size: 10px;
    color: var(--primary-color);
    line-height: 26px;
    opacity: 0;
    -webkit-transition: .4s;
    transition: .4s;
}

.light-dark-grp .slide .light {
    position: relative;
    left: 5px;
    top: -1px;
    -webkit-transition: .4s;
    transition: .4s;
}

.light-dark-grp input:checked+.slide .light {
    opacity: 1;
    -webkit-transition: .4s;
    transition: .4s;
}

.light-dark-grp input:checked+.slide .dark {
    opacity: 0;
}

.light-dark-grp .slide .dark {
    opacity: 1;
    -webkit-transition: .4s;
    transition: .4s;
}


/* Menu */
.webmenu {
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: -100vh;
    left: 0;
    transition: all ease-in-out 0.2s;
}

.webmenu.show {
    top: 0;
}

.webmenu .card {
    height: 100%;
    backdrop-filter: blur(31px);
    -webkit-backdrop-filter: blur(31px);
    background-color: rgba(0, 0, 0, 0.31);
    padding-top: 75px;
    font-family: var(--font-heading);
    overflow-y: auto;
}

.webmenu .webmenu-close {
    position: absolute;
    right: 45px;
    top: 50px;
    width: 38px;
    height: 38px;
}

.webmenu .webmenu-close:before,
.webmenu .webmenu-close:after {
    position: absolute;
    left: 15px;
    content: ' ';
    height: 21px;
    width: 1px;
    background-color: var(--primary-color);
}

.webmenu .webmenu-close:before {
    transform: rotate(45deg);
}

.webmenu .webmenu-close:after {
    transform: rotate(-45deg);
}

.webmenu .menu-logo {
    margin-bottom: 85px;
}

.webmenu .menu-link {
    border-bottom: 1px solid var(--primary-color);
    margin-bottom: 42px;
    padding-bottom: 42px;
}

.webmenu .menu-link li {
    padding: 10px 0;
}

.webmenu .menu-link ul+ul {
    margin-left: 100px;
}

.webmenu .menu-link li.title {
    font-size: 20px;
    line-height: 24px;
    color: var(--primary-color);
}

.webmenu .menu-link li a {
    font-size: 40px;
    line-height: 50px;
    color: var(--white-color);
    text-decoration: none;
}

/* Search Animation */
.search-form {
    position: relative;
    width: 100%;
}

.search-field {
    position: relative;
    top: 2px;
    padding: 0 10px;
    outline: none;
    transition: all 0.5s ease-in-out;
    background-color: transparent;
    color: var(--primary-color);
    cursor: pointer;
    opacity: 0;
    width: 25px;
    height: 36px;
    border-radius: 36px;
    z-index: 2;
}

.search-field:focus {
    cursor: text;
    opacity: 1;
    width: 166px;
    z-index: 1;
    border: 1px solid var(--primary-color);
    padding: 0 30px 0 20px;
}

.search-submit {
    transition: all 0.2s ease-in-out;
    background-color: transparent;
    border: none;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    padding: 0;
}

/* Date Time Poicker */
.bootstrap-datetimepicker-widget.dropdown-menu {
    background-color: #E7D9C5;
    color: #271201;
    padding: 15px 18px;
    border-radius: 0;
    margin-top: 5px;
    font-size: 15px;
    line-height: 18px;
    font-family: 'qartellabold';
    width: 100%;
}

.bootstrap-datetimepicker-widget.dropdown-menu.bottom:before,
.bootstrap-datetimepicker-widget.dropdown-menu.bottom:after,
.bootstrap-datetimepicker-widget.dropdown-menu.top:after {
    display: none;
}

.bootstrap-datetimepicker-widget table td span:hover,
.bootstrap-datetimepicker-widget table td.day:hover,
.bootstrap-datetimepicker-widget table td.day.active,
.bootstrap-datetimepicker-widget table td.hour:hover,
.bootstrap-datetimepicker-widget table td.minute:hover,
.bootstrap-datetimepicker-widget table td.second:hover {
    background: none;
    background-color: var(--accent-color);
    color: var(--white-color);
}

.bootstrap-datetimepicker-widget table td.day.today {
    background-color: var(--primary-color);
    color: var(--white-color);
}

.bootstrap-datetimepicker-widget table thead tr:first-child th {
    font-size: 15px;
}

.bootstrap-datetimepicker-widget table th.dow,
.bootstrap-datetimepicker-widget table td.day {
    font-size: 10px;
}

.bootstrap-datetimepicker-widget table th.prev .glyphicon-chevron-left::after,
.bootstrap-datetimepicker-widget table th.next .glyphicon-chevron-right::after {
    color: #271201;
}

.bootstrap-datetimepicker-widget table th.prev .glyphicon-chevron-left::after {
    content: "<";
}

.bootstrap-datetimepicker-widget table th.next .glyphicon-chevron-right::after {
    content: ">";
}

.bootstrap-datetimepicker-widget table th,
.bootstrap-datetimepicker-widget table td.day {
    padding: 5px 10px;
    border-radius: 0;
}

.bootstrap-datetimepicker-widget table td.today:before,
.bootstrap-datetimepicker-widget .btn[data-action="togglePeriod"]::after {
    display: none;
}

.bootstrap-datetimepicker-widget table td span.glyphicon-chevron-up::before {
    content: ">";
    transform: rotate(-90deg);
    display: block;
}

.bootstrap-datetimepicker-widget table td span.glyphicon-chevron-down::before {
    content: ">";
    transform: rotate(90deg);
    display: block;
}

/* Modal Offer */
.modal-offer button.btn-close {
    position: absolute;
    right: 10px;
    top: 10px;
    padding: 0;
    background: none;
    width: auto;
    height: auto;
    z-index: 9;
    opacity: 1;
}

.modal-offer .img-bg {
    background: url('../images/popup-bg.jpg') left top no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
}

.modal-offer .popup-left,
.modal-offer .popup-right {
    width: 50%;
}

.modal-offer .popup-right {
    background-color: var(--card-color);
    padding: 100px 40px 50px;
}

.modal-offer .popup-right h4 {
    margin: 50px 0;
}

.modal-offer .popup-right p {
    font-size: 20px;
}


/*  Custom Extra CSS Modified */ 

img.custom-dimensions {
    width: 500px;
    height: 350px;
    object-fit: cover;
    cursor: zoom-in;
}

.main-menu-placeholder {
    height: 100px;
    visibility: hidden;
}

video {
    width: 100%;
    height: 100%;
    max-height: 600px;
}

.custom-close-button {
    position: absolute;
    top: 25px;
    right: 25px;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    border: none;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    font-size: 20px;
    z-index: 999;
    line-height: 20px;
}

.modal-content {
    background: none;
    border: none;
    text-align: center;
}

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    /* Black background */
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    /* Ensure it's on top of everything */
}

#preloader-content {
    text-align: center;
}

#preloader-logo {
    max-width: 200px;
    /* Adjust the logo size as needed */
}


.floating-buttons {
    position: fixed;
    bottom: 20px;
    left: 20px;
    z-index: 9999;
}

.floating-buttons a {
    display: block;
    width: 54px;
    height: 54px;
    text-align: center;
    line-height: 50px;
    border-radius: 50%;
    margin-bottom: 10px;
    color: #fff;
    text-decoration: none;
}

.floating-buttons a img {
    width: 25px;
    height: 25px;
}


.call {
    background-color: #b58c43;
}

.whatsapp {
    background-color: #4caf50;
}

.book-table {
    background-color: #274975;
}

.floating-buttons a.whatsapp:hover {
    background-color: rgb(121 34 34 / 31%);
    transition: auto;
}

.floating-buttons a.call:hover {
    background-color: rgb(181 140 67 / 43%);
    transition: auto;
}

.floating-buttons a.book-table:hover {
    background-color: rgb(39 73 117 / 44%);
    transition: auto;
}

@media (max-width: 768px) {
    .floating-buttons {
        right: 10px;
        bottom: 10px;
    }
}

a.seaction-heading {
    color: var(--primary-color);
    text-decoration: none;
}

p.hf-message.hf-message-success,
p.hf-message.hf-message-warning {
    color: var(--primary-color-light);
    text-align: center;
}

ul#mainCategory {
    margin-bottom: 30px;
}

.entry-meta {
    padding: 20px;
    color: var(--primary-color);
}

.searchForm .form-control {
    padding: 20px 24px;
    color: var(--white-color);
    font-family: var(--font-heading);
    font-size: 20px;
    border: 1px solid #333030;
    background-color: transparent;
}

.searchForm .form-control::placeholder {
    color: var(--white-color);
}

.searchForm .form-control:focus {
    box-shadow: none;
    border-color: var(--primary-color);
}