:root {
    --font-familly-poppins: "Poppins", sans-serif;
    --font-familly-inter: "Inter", sans-serif;
    --font-familly-libre-baskerville: "Libre Baskerville", serif;
    --font-familly-monserrat: "Montserrat", sans-serif;
    --primary-color: #c58e03;
    --primary-deep-color: #dfa20a;
    --bg-primary-color: #29292b;
    --bg-secondary-color: #2d2d2f;
    --transition: all 0.3s ease-in-out;
}

html {
    scroll-behavior: smooth;
    cursor: url("../img/crown_cursor_favicon_3.png"), auto !important;
}

button,
a {
    cursor: url("../img/crown_cursor.png"), auto !important;
}

.bg-one {
    background-color: var(--bg-primary-color) !important;
}

.bg-two {
    background-color: var(--bg-secondary-color) !important;
}

section.test-section {
    background-color: var(--bg-primary-color);
}

body {
    font-family: var(--font-familly-inter);
    font-optical-sizing: auto;
    font-style: normal;
}

a {
    text-decoration: none;
    padding: 0;
    margin: 0;
    color: #fff;
}

p {
    padding: 0;
    margin: 0;
    font-size: 16px;
    font-weight: 400;
    color: #e5e2e2;
    font-family: var(--font-familly-poppins);
    line-height: 28px;
}

p.error-text {
    font-size: 13px !important;
    line-height: 20px;
}

.lb-data .lb-number {
    display: none !important;
}

@media (max-width: 768px) {
    p.error-text {
        font-size: 12px !important;
        line-height: 16px;
    }
}

.txt-color {
    color: var(--primary-color);
}

a.text-link {
    color: var(--primary-color);
}

ul,
ol {
    list-style: none;
    padding: 0;
    margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    padding: 0;
    margin: 0;
    color: #fff;
}

.dropdown-item.active,
.dropdown-item:active {
    background-color: transparent;
}

section {
    padding-top: 70px;
    padding-bottom: 70px;
}

.divider {
    width: 100px;
    height: 1px;
    background-color: var(--primary-color);
}

button.primary-btn,
a.primary-btn {
    padding: 6px 12px;
    border: 2px solid;
    border-color: var(--primary-color);
    color: #000;
    transition: all 0.3s ease-in-out;
    font-family: var(--font-familly-poppins);
    font-size: 16px;
    font-weight: 500;
    background-color: var(--primary-color);
}

button.primary-btn:active,
a.primary-btn:active,
button.primary-btn:hover,
a.primary-btn:hover {
    background-color: #fff !important;
    border-color: var(--primary-color) !important;
}

.active-link {
    color: var(--primary-color) !important;
}

.common-heading,
.common-heading-two {
    font-size: 32px;
    font-weight: bold;
    line-height: 48px;
    color: var(--primary-color);
    font-family: var(--font-familly-libre-baskerville);
}

.common-heading-two {
    font-size: 26px;
}

/* hidden and show menu  start*/

.transition-nav {
    transition: top 0.4s ease-in-out;
}

/* Hidden state (slide up) */
.navbar-hide {
    top: -100px;
}

/* hidden and show menu  end*/

@media (max-width: 768px) {
    .common-heading {
        font-size: 26px;
        line-height: 38px;
    }
}

.menu-space {
    padding-top: 72px !important;
}

/* common css end here */

/* Preloader
-------------------------------------------------------*/
.loader-mask {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: var(--bg-primary-color);
    z-index: 999999999999999;
}

.loader {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 50px;
    height: 50px;
    font-size: 0;
    color: #00c9d0;
    display: inline-block;
    margin: -25px 0 0 -25px;
    text-indent: -9999em;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
}

.lead {
    font-size: 13px;
}

.loader div {
    background-color: var(--primary-deep-color);
    display: inline-block;
    float: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: 50px;
    opacity: 0.5;
    border-radius: 50%;
    -webkit-animation: ballPulseDouble 2s ease-in-out infinite;
    animation: ballPulseDouble 2s ease-in-out infinite;
}

.loader div:last-child {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
}

@-webkit-keyframes ballPulseDouble {
    0%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes ballPulseDouble {
    0%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

/* preloader css end */

/* carousel overlay start here */
.carousel-item {
    position: relative;
    overflow: hidden;
}

/* Black gradient overlay (bottom → top) with custom height */
.carousel-item::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.801), transparent);
    z-index: 1;
    pointer-events: none;
    /* keeps button clickable */
}

/* Keep caption on top of overlay */
.carousel-caption {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
}

/* Text styles */
.carousel-caption h2,
.carousel-caption p,
.carousel-caption a {
    position: relative;
    z-index: 3;
    color: #fff;
}

/* carousel overlay start here */

/* Common Popup Styling */
div:where(.swal2-container) div:where(.swal2-popup) {
    width: 350px !important;
    border-radius: 12px !important;
    padding: 25px !important;
    padding-top: 4px !important;
}

/* Title */
div:where(.swal2-container) h2:where(.swal2-title) {
    font-size: 24px !important;
    color: var(--primary-color) !important;
    font-family: var(--font-familly-monserrat) !important;
}

/* Message Text */
div:where(.swal2-container) div:where(.swal2-html-container) {
    font-size: 16px !important;
    font-family: var(--font-familly-poppins) !important;
}

/* ✅ Success Icon */
div:where(.swal2-icon).swal2-success {
    font-size: 12px !important;
    border-color: #28a745 !important;
    color: #28a745 !important;
}

/* ❌ Error Icon */
div:where(.swal2-icon).swal2-error {
    font-size: 12px !important;
    border-color: #dc3545 !important;
    color: #dc3545 !important;
    font-size: 11px !important;
}

/* Optional: Button Styling */
div:where(.swal2-container) button:where(.swal2-confirm) {
    background-color: var(--primary-color) !important;
    font-family: var(--font-familly-poppins) !important;
    border-radius: 6px !important;
    padding: 8px 20px !important;
    font-size: 15px !important;
}

/* popup css end here */

/* scroll to top css start here */
.scroll-top i {
    font-size: 24px;
    color: #fff;
    line-height: 0;
}

.scroll-top {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    left: 50px;
    bottom: 10px;
    z-index: 99999;
    background-color: var(--primary-color);
    width: 38px;
    height: 38px;
    border-radius: 50%;
    transition: all 0.4s;
}

.scroll-top.active {
    visibility: visible;
    opacity: 1;
}

@media (max-width: 768px) {
    .scroll-top {
        left: 15px;
        bottom: 10px;
    }
}

/* scroll to top css end here */

/* whats app */
.whats-app {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    position: fixed;
    right: 50px;
    bottom: 10px;
    z-index: 99999;
    border-radius: 50%;
    transition: all 0.4s;
    background-color: #25d366;
}

@media (max-width: 768px) {
    .whats-app {
        right: 15px;
        bottom: 10px;
    }
}

.whats-app i {
    font-size: 28px;
    color: white;
}

/* menu css start here */
/* .navbar {
    background-color: #2a2a2ae3;
    padding: 0.2rem 0rem;
    box-shadow: 0px 9px 5px -3px rgba(37, 37, 37, 0.219);
    border-bottom: 1px solid rgba(201, 193, 223, .4);
} */

.navbar {
    background-color: #2a2a2a69;
    padding: 0.2rem 0rem;
    box-shadow: 0px 9px 5px -3px rgba(37, 37, 37, 0.219);
    border-bottom: 1px solid rgba(201, 193, 223, 0.4);
    transition: var(--transition);
}

.nav-bg-100 {
    background-color: #2a2a2ae3;
}

@media (max-width: 768px) {
    .nav-bg-sm-divice {
        background-color: #2a2a2af2 !important;
    }
}

.navbar-brand img {
    height: 60px;
}

.navbar-text {
    color: white !important;
    font-family: var(--font-familly-poppins);
    font-size: 14px;
    font-weight: 500;
    line-height: 26px;
}

.dropdown-menu {
    background-color: #1c1c1c;
}

.navbar-nav .nav-item .nav-link {
    transition: var(--transition);
}

.navbar-nav .nav-item .nav-link:hover {
    color: var(--primary-color);
}

.dropdown-item {
    color: white;
    transition: all 0.3s ease-in-out;
}

.dropdown-item:hover {
    color: var(--primary-color);
    background-color: #1c1c1c;
}

.book-now {
    background-color: var(--primary-color);
    border: 1px solid var(--primary-color);
    color: white;
    font-weight: 500;
    padding: 4px 10px;
    border-radius: 5px;
    transition: 0.3s;
    font-size: 14px;
}

.book-now:hover {
    background-color: #fff;
    color: #000;
}

.btn:focus-visible {
    background-color: var(--primary-color) !important;
}

.btn:disabled {
    background-color: var(--primary-color) !important;
}

/* .book-now:disabled {
    cursor: not-allowed;
    background-color: var(--primary-color);
} */

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav {
        width: 70%;
        flex-direction: row;
        justify-content: center;
        gap: 1rem;
    }
}

.navbar-nav a.nav-link {
    font-family: var(--font-familly-poppins);
    font-size: 16px;
    color: #fff;
    font-weight: 400;
    line-height: 28px;
}

.navbar button.navbar-toggler {
    /* border: 1px solid var(--primary-color); */
    padding: 0px 5px;
    border: none;
}

.navbar button.navbar-toggler:focus {
    outline: none;
    box-shadow: none;
    /* border-color: var(--primary-color); */
}

.navbar button.navbar-toggler i {
    font-size: 30px;
}

.dropdown-menu {
    display: block;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition:
        opacity 0.3s ease-in-out,
        transform 0.3s ease-in-out,
        visibility 0.3s;
    background: #262626;
}

.nav-item.dropdown:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.dropdown-menu a:hover {
    background: #262626;
}

@media (max-width: 991px) {
    .dropdown-menu {
        opacity: 1;
        visibility: visible;
        transform: translateY(0px);
        display: none;
        position: static;
        box-shadow: none;
    }
}

.nav .nav-link:hover {
    color: var(--primary-color);
}

a.dropdown-item {
    font-size: 16px;
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
    color: #fff;
}

@media (min-width: 992px) {
    .book-now-content {
        display: none !important;
    }

    .navbar-brand.logo-2nd {
        display: block;
    }

    .navbar-brand.logo-1st {
        display: none;
    }
}

@media (max-width: 991px) {
    .book-now-content {
        display: flex;
    }

    .navbar-brand.logo-2nd {
        display: none;
    }

    .navbar-brand.logo-1st {
        display: block;
    }

    .book-now-content-2 {
        display: none !important;
    }
}

/* menu css end here */

/* home banner css start here */
section.banner {
    /* margin-top: 5rem; */
    position: relative;
    width: 100%;
    overflow: hidden;
    /* height: 92vh; */
    height: 96vh;
}

section.banner .banner-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}

section.banner .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.678)); */
    /* z-index: 2; */
}

section.banner .banner-content-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
    display: flex;
    align-items: end;
    justify-content: center;
    padding-bottom: 1rem;
}

section.banner .banner-content-container h2.banner-heading {
    font-size: 46px;
    font-weight: bold;
    color: #ffffff;
    font-family: var(--font-familly-libre-baskerville);
    text-shadow: 2px 2px #282626;
}

@media (max-width: 768px) {
    section.banner .banner-content-container h2.banner-heading {
        font-size: 26px;
        margin-bottom: 0rem;
        display: none;
    }

    section.banner .banner-content-container .banner-description {
        font-weight: 400;
        font-size: 20px !important;
        margin-bottom: 1rem;
        display: none;
    }

    section.banner {
        height: 50vh;
    }

    section.banner .banner-content-container {
        /* align-items: center;
        justify-content: center; */
        padding-bottom: 0rem;
    }
}

section.banner .banner-content-container .banner-description {
    font-family: var(--font-familly-poppins);
    font-weight: 400;
    font-size: 26px;
    line-height: 209.5%;
    color: #ffffff;
    text-shadow: 2px 2px #282626;
}

section.banner .banner-content-container .banner-button {
    width: fit-content;
    padding: 7px 14px;
    border: 1px solid #fff;
    background-color: #fff;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin: auto;
    border-radius: 20px;
    font-weight: bold;
    font-size: 14px;
}

section.banner .banner-content-container .banner-button.venue-banner-btn {
    background-color: #ffffffb0;
}

/* home banner css start here */

/* booking directoy section start here */
section.section.booking-directly-section {
    background-color: var(--bg-primary-color);
}

section.section.booking-directly-section .heading-one,
.heading-two {
    font-size: 36px;
    font-weight: bold;
    line-height: 48px;
    font-family: var(--font-familly-libre-baskerville);
}

@media (max-width: 768px) {
    section.booking-directly-section .logo-image {
        width: 150px;
    }

    section.section.booking-directly-section .heading-one,
    .heading-two {
        font-size: 28px;
        line-height: 38px;
    }
}

section.section.booking-directly-section .booking-directly {
    font-weight: bold;
    font-size: 22px;
    line-height: 27px;
    font-family: var(--font-familly-libre-baskerville);
}

section.section.booking-directly-section form.booking-form button.btn-book {
    color: #fff;
    font-size: 14px;
}

section.section.booking-directly-section
    form.booking-form
    button.btn-book:hover {
    color: #000;
}

section.section.booking-directly-section .form-control,
.form-select {
    font-size: 14px;
}

section.section.booking-directly-section input.form-control {
    display: block !important;
    width: 100% !important;
    padding: 8px !important;
    border-radius: 5px !important;
    background-color: var(--bg-primary-color) !important;
    border-color: var(--primary-color) !important;
    color: #fff !important;
    opacity: 1;
}

@media (max-width: 768px) {
    section.section.booking-directly-section input.form-control {
        font-size: 12px;
    }
}

section.section.booking-directly-section
    input[type="date"].form-control::-webkit-calendar-picker-indicator {
    filter: invert(1);
    opacity: 1;
    cursor: pointer;
}

section.section.booking-directly-section input[type="date"].form-control {
    color: #fff !important;
    opacity: 1;
}

section.section.booking-directly-section input.form-control::placeholder {
    color: #fff !important;
    opacity: 1;
}

section.section.booking-directly-section input.form-control:focus {
    outline: none;
    border: 2px solid var(--primary-color) !important;
    box-shadow: 0 0 8px var(--primary-color) !important;
}

section.section.booking-directly-section select.form-select {
    display: block;
    width: 100%;
    padding: 8px;
    border-radius: 5px;
    background-color: var(--bg-primary-color);
    color: #fff;
    border-color: var(--primary-color);
}

@media (max-width: 768px) {
    section.section.booking-directly-section select.form-select {
        font-size: 12px;
    }

    .form-select.is-invalid:not([multiple]):not([size]),
    .form-select.is-invalid:not([multiple])[size="1"],
    .was-validated .form-select:invalid:not([multiple]):not([size]),
    .was-validated .form-select:invalid:not([multiple])[size="1"] {
        padding-right: 0rem;
    }
}

section.section.booking-directly-section select.form-select {
    background-color: var(--bg-primary-color) !important;
    color: #ffffff !important;
    background: var(--bg-primary-color)
        url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'><path fill='%23ffffff' d='M2 0L0 2h4zm0 5L0 3h4z'/></svg>")
        right 0.75rem center/8px 10px no-repeat !important;
}

section.section.booking-directly-section select.form-select:focus {
    outline: none;
    border: 2px solid var(--primary-color) !important;
    box-shadow: 0 0 8px var(--primary-color) !important;
}

/* booking directoy section end here */

/* section event host start here */
section.section.event-host {
    background-color: var(--bg-secondary-color);
}

section.section.event-host .img-container {
    position: relative;
    width: 100%;
    height: 350px;
    overflow: hidden;
    border-radius: 8px;
}

section.section.event-host .img-container img {
    position: relative;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s ease-in-out;
    z-index: 1;
}

/* FIX: Apply ::after to the container */
section.section.event-host .img-container::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 150px;
    background: linear-gradient(to bottom, #ffbf2a00, #161614ad);
    z-index: 2;
    transition: all 0.3s ease-in-out;
    /*cursor: pointer;*/
}

section.section.event-host .img-container:hover img {
    transform: scale(1.2);
}

section.section.event-host .img-container .img-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 150px;
    background: linear-gradient(to bottom, #ffbf2a00, #ffb200ad);
    z-index: 2;
    transition: all 0.3s ease-in-out;
    /*cursor: pointer;*/
}

.transfor-scale-add {
    /*transition: all .3s ease-in-out;*/
    /*transform: scale(1.2);*/
}

.transfor-scale-remove {
    /*transition: all .3s ease-in-out;*/
    /*transform: scale(1);*/
}

section.section.event-host .img-container h3.host-item-heading {
    position: absolute;
    width: 100%;
    bottom: 20px;
    left: 0;
    margin: 0;
    color: #fff;
    z-index: 3;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.7);
    font-weight: bold;
    font-size: 24px;
    font-family: var(--font-familly-libre-baskerville);
    padding: 0px 12px;
    text-align: center;
}

/* section event host end here */

/* affordable-dry-section css start here */
section.affordable-dry-section {
    background-color: var(--bg-primary-color);
}

/* affordable-dry-section css end here */

/*  Premium Event Catering Services in Ilford css start here */
section.premium-event-section {
    background-color: var(--bg-secondary-color);
}

/*  Premium Event Catering Services in Ilford css end here */

/* additional features css start here */
section.additional-features {
    background-color: var(--bg-primary-color);
}

section.additional-features .card {
    background-color: var(--bg-primary-color);
    border-color: #f2f2f2;
    border-radius: 10px !important;
    transition: all 0.3s ease-in-out;
    /* height: 278px; */
    height: 324px;
}

section.additional-features .card:hover {
    background-color: #f2f2f2;
}

section.additional-features .card:hover .feature-heading,
section.additional-features .card:hover p.feature-description,
section.additional-features .card:hover .feature-link {
    color: #000;
}

section.additional-features .card span.icon i {
    padding: 6px 10px;
    color: #fff;
    background-color: var(--primary-color);
    border-radius: 7px;
}

section.additional-features .card .feature-heading {
    font-family: var(--font-familly-poppins);
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    color: #f0f0f0;
    transition: all 0.3s ease-in-out;
}

section.additional-features .card p.feature-description {
    color: #f0f0f0;
    transition: all 0.3s ease-in-out;
}

section.additional-features .card .feature-link {
    color: #f0f0f0;
    display: flex;
    align-items: center;
    gap: 5px;
    transition: all 0.3s ease-in-out;
}

/* additional features css end here */

/* Testimonial section css start here */
section.testimonial {
    background-color: var(--bg-primary-color);
}

section.testimonial .star-icons span i {
    color: var(--primary-color);
}

section.testimonial img.client-img {
    width: 50px;
    object-fit: cover;
    border-radius: 50%;
}

section.testimonial .client-name {
    font-family: var(--font-familly-poppins);
    font-size: 16px;
    font-weight: 500;
}

section.testimonial .client-designation {
    font-family: var(--font-familly-poppins);
    font-size: 16px;
    font-weight: 400;
}

section.testimonial .owl-carousel .owl-nav button {
    display: inline-block;
    color: #fff;
    border: 1px solid;
    border-color: #f0f0f0;
    padding: 7px 12px !important;
    border-radius: 50%;
    transition: all 0.3s ease-in-out;
}

section.testimonial .owl-carousel .owl-nav button:hover {
    background-color: var(--primary-color);
    color: #fff;
    border-color: var(--primary-color);
}

section.testimonial .owl-carousel .owl-dots {
    margin-top: 2rem;
}

section.testimonial .owl-carousel .owl-nav {
    position: absolute;
    top: 20%;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
}

section.testimonial .owl-carousel .owl-nav button.owl-prev i {
    color: #fff !important;
    font-weight: 500;
}

section.testimonial .owl-carousel .owl-nav button.owl-next i {
    color: #fff !important;
    font-weight: 500;
}

section.testimonial .owl-carousel .owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: var(--primary-color) !important;
}

section.testimonial .owl-carousel .owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:active span {
    background: var(--primary-color) !important;
}

@media (max-width: 768px) {
    section.testimonial p:not(.client-name) {
        font-size: 12px;
        line-height: 18px;
    }
}

/* Testimonial section css end here */

/* Steps to Book an Event css start here */
section.step-to-book {
    background-color: var(--bg-secondary-color);
}

section.step-to-book .content-container .img-container {
    overflow: hidden;
    border-radius: 15px;
}

section.step-to-book .content-container .img-container img {
    width: 100%;
    object-fit: cover;
    height: 200px;
    border: 1px solid;
    transition: var(--transition);
    border-radius: 15px;
}

@media (max-width: 768px) {
    section.step-to-book .content-container .img-container img {
        height: 250px;
    }
}

section.step-to-book .content-container .img-container img:hover {
    transform: scale(1.2);
}

section.step-to-book .content-container .heading-one {
    font-size: 26px;
    line-height: 32px;
    font-weight: bold;
    font-family: var(--font-familly-poppins);
}

section.step-to-book .content-container .heading-two {
    font-size: 16px;
    font-weight: 500;
    font-family: var(--font-familly-poppins);
    line-height: 30px;
}

section.step-to-book .content-container .description {
    line-height: 24px;
}

/* Steps to Book an Event css end here */

/* Frequently Asked Questions css start here */

section.frequently-ask {
    background-color: var(--bg-primary-color);
}

section.frequently-ask .accordion-item button {
    background-color: var(--bg-secondary-color);
    color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
    font-family: var(--font-familly-monserrat);
}

section.frequently-ask
    .accordion-item:first-of-type
    > .accordion-header
    .accordion-button {
    border: 0px;
    border-radius: 0px;
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
    font-size: 16px;
}

section.frequently-ask
    .accordion-item:last-of-type
    > .accordion-header
    .accordion-button.collapsed {
    border: 0px;
    border-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}

section.frequently-ask .accordion-item .accordion-button:focus {
    outline: none;
    box-shadow: none;
}

section.frequently-ask .accordion-item button span i {
    color: var(--primary-color);
}

section.frequently-ask .accordion-button::after {
    display: none;
}

section.frequently-ask .accordion-item {
    border: none;
    border-bottom: 1px solid #817e7e;
}

section.frequently-ask .accordion-item .accordion-body {
    background-color: rgb(77, 73, 73);
    color: #fff;
    font-size: 16px;
    font-family: var(--font-familly-monserrat);
}

/* Frequently Asked Questions css end here */

/* footer section start here */
section.footer-section {
    background-color: var(--bg-secondary-color);
    padding: 5rem 0rem;
}

@media (max-width: 768px) {
    section.footer-section {
        padding: 3rem 0rem;
        padding-bottom: 1rem;
    }
}

section.copy-right-section {
    background-color: var(--bg-secondary-color);
    border-top: 1px solid rgba(201, 193, 223, 0.4);
}

section.copy-right-section p {
    color: #fefefe;
    font-family: var(--font-familly-poppins);
    font-weight: 400;
    font-size: 14px;
}

section.copy-right-section a {
    color: #fefefe;
    font-size: 14px;
    font-weight: 500;
    transition: var(--transition);
    position: relative;
    padding: 0px 10px;
}

section.copy-right-section a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 1px;
    height: 100%;
    background: #fff;
}

section.copy-right-section a:hover {
    color: var(--primary-color);
}

section.copy-right-section span.separate {
    display: inline-block;
    width: 1.5px;
    height: 10px;
    background-color: #fefefe;
    margin: 0px 5px;
}

section.footer-section div.virtical-divider {
    height: 100%;
    width: 1px;
    background-color: #d9d9d9;
}

section.footer-section ul.links li a {
    display: inline-block;
    font-size: 14px;
    font-family: var(--font-familly-libre-baskerville);
    text-transform: uppercase;
    line-height: 22px;
    color: #d9d9d9;
    margin-bottom: 1rem;
    transition: all 0.3s ease-in-out;
}

@media (min-width: 991px) {
    section.footer-section ul.links li a {
        white-space: nowrap;
    }
}

@media (max-width: 768px) {
    section.footer-section a.map {
        display: inline-block;
        margin-bottom: 1rem;
    }

    section.footer-section ul.links {
        display: flex;
        flex-wrap: wrap;
        gap: 15px;
        align-items: center;
        justify-content: center;
        list-style: none;
        padding: 0;
        margin: 0;
        margin-bottom: 1rem;
    }

    section.footer-section ul.links li a {
        margin-bottom: 0rem;
    }

    section.footer-section ul.links li {
        position: relative;
        padding-right: 15px;
    }

    section.footer-section ul.links li::after {
        content: "";
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        width: 1px;
        height: 16px;
        background-color: #ccc;
    }

    section.footer-section ul.links li:last-child::after {
        display: none;
    }
}

section.footer-section ul.links li a:hover {
    color: var(--primary-color);
}

section.footer-section ul.links.social-icons li a {
    display: flex;
    gap: 10px;
}

section.footer-section img {
    width: 126px;
}

@media (max-width: 768px) {
    section.footer-section img {
        width: 116px;
    }
}

section.footer-section p.address-one {
    font-family: var(--font-familly-inter);
    font-weight: bold;
    font-size: 16px;
    line-height: 26px;
}

section.footer-section p.address-two {
    font-family: var(--font-familly-inter);
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
}

section.footer-section a.map {
    font-weight: 500;
    font-size: 16px;
    line-height: 18px;
    color: #fff;
}

section.footer-section a.map i {
    color: #f27d00;
}

/* footer section end here */

/* event banner section start here */
section.event-banner-section {
    width: 100%;
    background-color: var(--bg-primary-color);
    margin-top: -70px;
}

section.event-banner-section .event-banner img {
    width: 100%;
    object-fit: cover;
    height: 100%;
    /* height: 300px; */
}

section.event-banner-section #heroCarousel .hero-img {
    height: 80vh;
    object-fit: cover;
    filter: brightness(70%);
}

@media (max-width: 768px) {
    section.event-banner-section #heroCarousel .hero-img {
        height: 60vh;
    }
}

/* Overlay text */
section.event-banner-section #heroCarousel .carousel-item {
    background: rgba(0, 0, 0, 0.35);
}

section.event-banner-section #heroCarousel .carousel-caption {
    position: absolute;
    /* top: 147px; */
    top: 267px;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0 15px;
}

section.event-banner-section #heroCarousel .hero-title {
    /* font-size: 54px; */
    font-size: 48px;

    font-weight: 700;
    color: #fff;
    animation: fadeInDown 1s ease-in-out;
    font-family: var(--font-familly-libre-baskerville);
}

section.event-banner-section #heroCarousel .hero-subtitle {
    /* font-size: 23px; */
    font-size: 18px;

    margin-top: 15px;
    color: #f1f1f1;
    max-width: 700px;
    animation: fadeInUp 1.2s ease-in-out;
    font-weight: 500;
    font-family: var(--font-familly-monserrat);
    line-height: 150%;
}

@media (max-width: 768px) {
    section.event-banner-section #heroCarousel .hero-title {
        font-size: 30px;
    }

    section.event-banner-section #heroCarousel .hero-subtitle {
        font-size: 1rem;
    }
}

@media (max-width: 768px) {
    section.event-banner-section #heroCarousel .carousel-caption {
        width: 80%;
        margin: auto;
    }

    section.event-banner-section #heroCarousel .carousel-caption {
        position: absolute;
        top: 30%;
    }
}

section.event-banner-section #heroCarousel .primary-btn {
    color: #ffffff;
}

section.event-banner-section #heroCarousel .primary-btn:hover {
    color: #000000;
}

/* Simple fade animations */
@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translateY(-30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

section.event-banner-section .primary-btn:hover {
    color: #000;
}

section.event-banner-section #heroCarousel .carousel-indicators {
    transition: var(--transition);
    opacity: 1 !important;
    display: none;
}

section.event-banner-section #heroCarousel .carousel-indicators .active {
    opacity: 1;
    background-color: var(--primary-color);
    width: 50px;
}

/* Luxury Banqueting Halls in Ilford start here */
section.luxury-halls-section {
    background-color: var(--bg-primary-color);
}

section.luxury-halls-section .img-item {
    transition: all 0.5s ease-in-out;
}

section.luxury-halls-section .img-item img {
    object-fit: cover;
    height: 100%;
}

section.luxury-halls-section .img-big-1 {
    height: 250px;
}

section.luxury-halls-section .img-small-1 {
    height: 200px;
}

section.luxury-halls-section .img-big-1:hover,
section.luxury-halls-section .img-big-2:hover {
    height: 280px !important;
}

section.luxury-halls-section .img-small-1:hover,
section.luxury-halls-section .img-small-2:hover {
    height: 230px !important;
}

@media (max-width: 768px) {
    section.luxury-halls-section .img-big-1 {
        height: auto;
    }

    section.luxury-halls-section .img-small-1 {
        height: auto;
    }
}

/* Luxury Banqueting Halls in Ilford end here */

/* Spacious Ilford Hall for Your Dream Engagement section start here */

section.spacious-ilford {
    background-color: var(--bg-secondary-color);
}

section.spacious-ilford .virtical-img-1 {
    height: 500px;
    object-fit: cover;
}

section.spacious-ilford .virtical-img-2 {
    height: 320px;
    object-fit: cover;
}

section.spacious-ilford .virtical-img-2 {
    height: 303px;
    object-fit: cover;
    width: 70%;
}

section.spacious-ilford .virtical-img-2-container {
    text-align: center;
}

/* Spacious Ilford Hall for Your Dream Engagement section end here */

/* why choose us section start here */

section.why-choose-us {
    background-color: var(--bg-secondary-color);
}

section.why-choose-us.event {
    background-color: var(--bg-primary-color);
}

section.why-choose-us .item {
    border: 1px solid;
    border-color: transparent;
    border-radius: 10px;
    transition: var(--transition);
    padding: 10px 7px;
}

section.why-choose-us .item:hover {
    border-color: var(--primary-color);
}

section.why-choose-us .icon {
    padding: 12px 19px;
    background-color: #000;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: var(--transition);
}

section.why-choose-us .item:hover .icon {
    background-color: var(--primary-color);
}

section.why-choose-us .item:hover .icon i {
    color: #fff;
    transition: var(--transition);
}

section.why-choose-us .icon i {
    color: var(--primary-color);
    font-size: 26px;
}

section.why-choose-us h3.heading {
    font-size: 15px;
    font-family: var(--font-familly-monserrat);
    font-weight: 600;
}

section.why-choose-us p.description {
    font-family: var(--font-familly-poppins);
    font-size: 13px;
    font-weight: 400;
    color: #ffffff88;
    line-height: 21px;
}

section.why-choose-us .cover-img-conotainer {
    height: 300px;
    overflow: hidden;
    border-radius: 20px;
}

section.why-choose-us .cover-img-conotainer img {
    object-fit: cover;
    width: 100% !important;
    height: 100% !important;
    transition: var(--transition);
}

section.why-choose-us .cover-img-conotainer img:hover {
    transform: scale(1.2);
}

section.why-choose-us span.serial-number {
    font-size: 26px;
    color: #fff;
    font-weight: 500;
    font-family: var(--font-familly-monserrat);
}

/* why choose us section end here */

/* Weddings section strat here */
section.weddings-section {
    background-color: var(--bg-secondary-color);
}

section.weddings-section .weddings-carousel .item {
    overflow: hidden;
    border-radius: 15px;
}

section.weddings-section .weddings-carousel .item {
    width: 220px;
    height: 400px;
    transition: var(--transition);
}

@media (max-width: 575px) {
    section.weddings-section .weddings-carousel .item {
        width: 250px;
    }
}

section.weddings-section .weddings-carousel .item h4 {
    font-size: 16px;
    font-weight: 500;
    font-family: var(--font-familly-monserrat);
}

section.weddings-section .weddings-carousel .item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s ease-in-out;
}

section.weddings-section .weddings-carousel .item:hover img {
    transform: scale(1.1);
}

section.weddings-section .weddings-carousel .item {
    position: relative;
    overflow: hidden;
}

section.weddings-section .weddings-carousel .item img {
    width: 100%;
    display: block;
}

/* section.weddings-section .weddings-carousel .item .overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    background: linear-gradient(to top,
            rgba(48, 47, 47, 0.404),
            rgba(255, 255, 255, 0.05));
   
    backdrop-filter: blur(100px) saturate(200%);
    -webkit-backdrop-filter: blur(100px) saturate(180%);
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
   
    overflow: hidden;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    transition: height 0.4s ease-in-out, backdrop-filter 0.4s ease-in-out,
        -webkit-backdrop-filter 0.4s ease-in-out;

    
    mask-image: linear-gradient(to top, black 20%, transparent 100%);
    -webkit-mask-image: linear-gradient(to top, black 20%, transparent 100%);
    box-shadow: inset 0 1px 10px rgba(255, 255, 255, 0.1);
   
}

section.weddings-section .weddings-carousel .item .overlay::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: inherit;
    backdrop-filter: inherit;
    -webkit-backdrop-filter: inherit;
    opacity: 0.8;
    z-index: -1;
} */

/* section.weddings-section .weddings-carousel .item .overlay h4 {
    color: white;
    margin: 0;
    padding: 20px;
    opacity: 0;
    transform: translateY(10px);
    transition: opacity 0.3s ease 0.5s, transform 0.3s ease 0.5s;
    text-align: center;
    width: 100%;
} */

/* Hover Effects */
/* section.weddings-section .weddings-carousel .item:hover .overlay {
    height: 70%;
    backdrop-filter: blur(350px);
    -webkit-backdrop-filter: blur(350px);
}

section.weddings-section .weddings-carousel .item:hover .overlay h4 {
    opacity: 1;
    color: white;
    transform: translateY(0);
} */

/* @media (max-width:768px) {
    section.weddings-section .weddings-carousel .item .overlay {
        height: 70%;
        backdrop-filter: blur(350px);
        -webkit-backdrop-filter: blur(350px);
    }

    section.weddings-section .weddings-carousel .item .overlay h4 {
        opacity: 1;
        color: white;
        transform: translateY(0);
    }
} */

/* Weddings section end here */

/* event review-section css start here */
section.review-section {
    background-color: var(--bg-primary-color);
}

section.review-section .review-owl-carousel img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
}

section.review-section .review-owl-carousel p.heading {
    font-size: 16px;
    font-weight: 500;
    font-family: var(--font-familly-monserrat);
}

section.review-section .review-owl-carousel p.description {
    font-size: 13px;
    font-weight: 400;
    font-style: italic;
    font-family: var(--font-familly-poppins);
    line-height: 22px;
}

section.review-section .review-owl-carousel .owl-dots {
    margin-top: 2.5rem !important;
}

/* section.review-section .review-owl-carousel .owl-dots {
  display: block !important;
  text-align: center;
  margin-top: 15px;
}
section.review-section .review-owl-carousel .owl-dot span {
  background: #333 !important;
  width: 12px;
  height: 12px;
  display: inline-block;
  border-radius: 50%;
} */

section.review-section .first-letter {
    background-color: var(--primary-color);
    color: #fff;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    margin-bottom: 1rem;
    border-radius: 50%;
    text-transform: uppercase;
    font-family: var(--font-familly-monserrat);
}

/* event review-section css end here */

/*--------------------- venu css start here ---------------------*/

/* Luxury Banqueting Halls in Ilford, London section css start here  */
section.ilford-london-section {
    /* background-color: var(--bg-primary-color); */
    background-color: var(--bg-secondary-color);
}

/* Luxury Banqueting Halls in Ilford, London section css start here  */

/* venu feature section css start here */
section.venu-features {
    /* background-color: var(--bg-secondary-color); */
    background-color: var(--bg-primary-color);
}

section.venu-features .feature-item {
    border: 1px solid #fff;
    min-height: 252px;
    padding: 1rem;
    border-radius: 16px;
    transition: var(--transition);
}

section.venu-features .feature-item:hover {
    background-color: var(--primary-color);
}

section.venu-features .feature-item .icon {
    padding: 12px 19px;
    background-color: #000;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: var(--transition);
    width: fit-content;
    margin: auto;
    transition: var(--transition);
}

section.venu-features .feature-item:hover .icon {
    background-color: #fff;
}

section.venu-features .feature-item i {
    color: var(--primary-color);
    font-size: 26px;
}

section.venu-features .feature-item .feature-heading {
    font-size: 15px;
    font-family: var(--font-familly-monserrat);
    font-weight: 600;
}

section.venu-features .feature-item .feature-description {
    font-family: var(--font-familly-poppins);
    font-size: 13px;
    font-weight: 400;
    color: #fff;
    line-height: 21px;
}

/* venu feature section css start here */

/* floor plans section css start here */
section.floor-plans {
    background-color: var(--bg-primary-color);
}

section.floor-plans .plan-item-container i {
    color: var(--primary-color);
    font-size: 23px;
}

section.floor-plans .plan-item-container .plan-item {
    border-bottom: 1px solid var(--primary-color);
    /* padding: 0px 10px;
    padding-bottom: 10px; */
}

/* venu floor plans section css end here */

/* venu parkign details section start here */
section.parking-details {
    background-color: var(--bg-secondary-color);
}

section.parking-details .parking-img {
    height: 400px;
    object-fit: cover;
    max-height: 100%;
}

/* venu parkign details section end here */

/* venu pricing guideline section css start here */
section.pricing-guideline {
    background-color: var(--bg-primary-color);
}

section.pricing-guideline .item {
    background-color: #f0f0f0;
    border-radius: 7px;
    min-height: 291px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

section.pricing-guideline .item .weekday {
    font-size: 16px;
    font-weight: 600 !important;
    font-weight: var(--font-familly-inter);
    color: #1e1e1e;
    line-height: 120%;
}

section.pricing-guideline .item .dollar {
    color: #1e1e1e;
    display: flex;
    align-items: center;
    justify-content: center;
}

section.pricing-guideline .item .dollar i {
    font-size: 26px;
    font-weight: 900;
}

section.pricing-guideline .item.unq .dollar i {
    color: #fff;
}

section.pricing-guideline .item .dollar .dollar-icon {
    display: flex;
    align-items: start;
}

section.pricing-guideline .item .dollar strong {
    font-weight: 800;
    font-size: 30px;
    line-height: normal;
    font-family: var(--font-familly-poppins);
}

section.pricing-guideline .item .day {
    font-size: 14px;
    font-family: var(--font-familly-monserrat);
    color: #1e1e1e;
    font-weight: 500;
}

section.pricing-guideline .item .para {
    font-size: 13px;
    font-weight: 400;
    color: #242121;
    font-family: var(--font-familly-monserrat);
    line-height: 22px;
}

section.pricing-guideline .item a {
    width: 172px;
    max-width: 100%;
    padding: 5px 12px;
}

section.pricing-guideline .item.unq {
    /*background-color: #181717;*/
    background-color: #241f1f;
}

section.pricing-guideline .item.unq .weekday {
    color: #f1f1f1;
}

section.pricing-guideline .item.unq .dollar strong {
    color: #f1f1f1;
}

section.pricing-guideline .item.unq .day {
    color: #f1f1f1;
}

section.pricing-guideline .item.unq .para {
    color: #f1f1f1;
}

section.pricing-guideline .item.unq {
    border: 1px solid;
    border-color: #f1f1f1;
}

/* venu pricing guideline section css end here */

/*--------------------- venu css end here ---------------------*/

/*--------------------- Catering css start here ---------------------*/

/* Premium Full-Service Catering section css start here */

/* Premium Full-Service Catering section css end here */

/*  Catering section slider css start here */
section.cataring-slider {
    background-color: var(--bg-secondary-color);
}

section.cataring-slider .cataring-slider-owl-carousel {
}

section.cataring-slider .cataring-slider-owl-carousel .item {
    width: 300px;
    max-width: 100%;
    height: 450px;
    border-radius: 10px;
    overflow: hidden;
}

section.cataring-slider .cataring-slider-owl-carousel .item .item-container {
    position: relative;
    overflow: hidden;
}

section.cataring-slider
    .cataring-slider-owl-carousel
    .item
    .item-container::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent); */
    background: linear-gradient(to top, rgb(0 0 0), transparent);
    z-index: 1;
    pointer-events: none;
}

section.cataring-slider
    .cataring-slider-owl-carousel
    .item
    .item-container
    .item-img {
    z-index: 1;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: var(--transition);
}

.transform-scale {
    transform: scale(1.2);
}

section.cataring-slider
    .cataring-slider-owl-carousel
    .item
    .item-container
    .item-content {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 55%;
    z-index: 3;
    padding: 0px 16px;
    padding-bottom: 24px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

section.cataring-slider
    .cataring-slider-owl-carousel
    .item
    .item-container
    .item-content
    .item-content-wrapper {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

section.cataring-slider
    .cataring-slider-owl-carousel
    .item
    .item-container
    .item-heading {
    font-size: 22px;
    font-family: var(--font-familly-libre-baskerville);
    transition: all 0.3s ease-in-out;
    /* transform: translateY(140px); */
    transform: translateY(120px);
    text-align: center;
}

section.cataring-slider
    .cataring-slider-owl-carousel
    .item
    .item-container
    .item-description {
    line-height: 20px;
    font-size: 14px;
    font-weight: 400;
    font-family: var(--font-familly-monserrat);
    transition: all 0.3s ease-in-out;
    opacity: 0;
    text-align: center;
}

section.cataring-slider
    .cataring-slider-owl-carousel
    .item
    .item-container:hover
    .item-heading {
    transform: translateY(0px) !important;
}

section.cataring-slider
    .cataring-slider-owl-carousel
    .item
    .item-container:hover
    .item-description {
    opacity: 1 !important;
}

section.cataring-slider
    .cataring-slider-owl-carousel
    .item
    .item-container:hover
    .item-img {
    transform: scale(1.2);
}

section.cataring-slider
    .cataring-slider-owl-carousel
    .item
    .item-container
    a.catering-btn {
    background-color: transparent;
    color: #fff;
    border: 1px solid #fff;
    transition: var(--transition);
}

section.cataring-slider
    .cataring-slider-owl-carousel
    .item
    .item-container
    a.catering-btn:hover {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}

section.cataring-slider .cataring-slider-owl-carousel {
    position: relative;
}

section.cataring-slider .cataring-slider-owl-carousel .owl-nav {
    position: absolute;
    left: 50%;
    bottom: 50%;
    transform: translate(-50%, -50%);
    z-index: 5;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* background-color: #fff; */
}

section.cataring-slider .cataring-slider-owl-carousel .owl-nav button {
    background-color: #ffffff5e;
    padding: 6px 11px !important;
    border-radius: 50%;
    transition: var(--transition);
}

section.cataring-slider .cataring-slider-owl-carousel .owl-nav button:hover {
    background-color: var(--primary-color);
}

section.cataring-slider .cataring-slider-owl-carousel .owl-nav button i {
    color: #fff !important;
}

section.cataring-slider .cataring-slider-owl-carousel .owl-dots {
    margin-top: 3rem;
}

@media (max-width: 768px) {
    section.cataring-slider
        .cataring-slider-owl-carousel
        .item
        .item-container
        .item-heading {
        transform: translateY(0px);
    }

    section.cataring-slider
        .cataring-slider-owl-carousel
        .item
        .item-container
        .item-description {
        opacity: 1;
    }
}

/*  Catering section slider css end here */

/*--------------------- Catering css end here ---------------------*/

/*--------------------- contact css start here ---------------------*/
section.contact-us-map-section {
    background-color: var(--bg-secondary-color);
}

section.contact-form-section {
    background-color: var(--bg-primary-color);
}

section.contact-form-section p.sub-heading {
    font-family: var(--font-familly-monserrat);
    font-weight: 600 !important;
    font-size: 16px;
}

section.contact-form-section .card {
    background-color: #f0f0f0c9 !important;
    min-height: 168px;
}

section.contact-form-section .card form label,
input {
    font-family: var(--font-familly-monserrat);
    font-weight: 500 !important;
    font-size: 16px;
}

section.contact-form-section .card form label {
    font-weight: 600 !important;
}

section.contact-form-section .card form input,
textarea.contact {
    background-color: #f0f0f0a8 !important;
}

section.contact-form-section .card form .form-control:focus {
    border-color: var(--primary-color);
    box-shadow: 0 0 0 0.2rem rgba(244, 153, 15, 0.25);
}

section.contact-form-section .card form button[type="submit"] {
    /* font-family: var(--font-familly-monserrat); */
}

/* section.contact-form-section .card .card-body.common-card-body {
    padding: 7px 10px 7px 10px !important;
} */

section.contact-form-section .card .card-body.common-card-body p.para {
    line-height: 24px;
}

section.contact-form-section .card .card-body.common-card-body span.icon {
    padding-top: 2px;
}

section.contact-form-section .card .card-body.common-card-body span.icon i {
    color: var(--primary-color);
}

/*--------------------- contact css end here ---------------------*/

/*--------------------- booking css start here ---------------------*/
section.booking-section {
    background-color: var(--bg-primary-color);
}

section.booking-section .content {
    background-color: var(--bg-secondary-color);
    height: fit-content;
    text-align: end;
    position: sticky;
    top: 100px;
    left: 0;
}

@media (max-width: 768px) {
    section.booking-section .content {
        text-align: start;
    }

    section.booking-section .content {
        position: inherit;
    }
}

section.booking-section .content .item {
    padding: 1rem;
    /* border-bottom: 1px solid var(--primary-color); */
    border-bottom: 1px solid rgba(201, 193, 223, 0.4);
}

section.booking-section .content p {
    font-family: var(--font-familly-monserrat);
    opacity: 0.6;
}

section.booking-section .content p.tel {
    font-size: 34px;
    font-weight: 600;
    line-height: 60px;
    opacity: 1;
}

section.booking-section .content .item a.mail {
    color: #fff;
    opacity: 0.6;
}

section.booking-section .content .sub-heading {
    font-weight: 600;
    font-size: 17px;
    /* color: var(--primary-color); */
}

section.booking-section .form-container .common-heading {
    font-size: 22px;
}

section.booking-section .form-container .card {
    background-color: transparent;
    border: 1px solid var(--primary-color);
}

section.booking-section .form-container .card .card-header {
    background-color: var(--bg-secondary-color) !important;
}

section.booking-section .form-container .card .card-heading {
    color: #fff !important;
    font-size: 16px;
    font-family: var(--font-familly-poppins);
}

section.booking-section .form-container .card .card-heading span {
}

section.booking-section .form-container .card .card-heading-unq {
    font-size: 18px;
    font-family: var(--font-familly-libre-baskerville);
    color: var(--primary-color) !important;
}

section.booking-section .form-container .card .input-buttons-container {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

section.booking-section
    .form-container
    .card
    .input-buttons-container
    .radio-button {
    padding: 8px 22px;
    border: 1px solid;
    border-color: var(--primary-color);
    color: #fff;
    border-radius: 10px;
    background-color: var(--bg-secondary-color);
}

@media (max-width: 768px) {
    section.booking-section
        .form-container
        .card
        .input-buttons-container
        .radio-button,
    section.booking-section
        .form-container
        .card
        .input-buttons-container
        select,
    section.booking-section
        .form-container
        .card
        .input-buttons-container
        input,
    section.booking-section .form-container .card input,
    section.booking-section
        .form-container
        .card
        .input-buttons-container
        textarea {
        font-size: 12px;
    }
}

.button-active {
    background-color: var(--primary-color) !important;
}

.user-details select,
section.booking-section .form-container .card .input-buttons-container select {
    display: block;
    width: 100%;
    padding: 8px;
    border-radius: 5px;
    /* background-color: transparent; */
    background-color: var(--bg-primary-color);
    color: #fff;
    /* outline: red; */
    border-color: var(--primary-color);
}

section.booking-section .form-container .card .input-buttons-container input {
    display: block;
    width: 100%;
    padding: 8px;
    border-radius: 5px;
    background-color: var(--bg-primary-color);
    border-color: var(--primary-color);
    color: #fff;
}

section.booking-section
    .form-container
    .card
    .input-buttons-container
    input[type="date"].form-control::-webkit-calendar-picker-indicator {
    filter: invert(1);
    opacity: 1;
    cursor: pointer;
}

section.booking-section
    .form-container
    .card
    .input-buttons-container
    textarea {
    display: block;
    width: 100%;
    padding: 8px;
    border-radius: 5px;
    background-color: var(--bg-primary-color);
    border-color: var(--primary-color);
    color: #fff;
    transition: all 0.2s ease;
}

section.booking-section
    .form-container
    .card
    .input-buttons-container
    textarea::placeholder {
    color: #ccc;
}

section.booking-section
    .form-container
    .card
    .input-buttons-container
    textarea:focus,
input:focus {
    outline: none;
    border: 2px solid var(--primary-color);
    box-shadow: 0 0 8px var(--primary-color);
    /* background-color: #fff; */
    /* optional */
}

section.booking-section .form-container .card input:focus {
    outline: none;
    border: 2px solid var(--primary-color);
    box-shadow: 0 0 8px var(--primary-color);
    /* background-color: #fff; */
    /* optional */
}

section.booking-section .form-container .card input {
    display: block;
    width: 100%;
    padding: 8px;
    border-radius: 5px;
    background-color: var(--bg-primary-color);
    border-color: var(--primary-color);
    color: #fff;
}

section.booking-section .form-container .card input::placeholder {
    color: #ccc;
    opacity: 1;
}

section.booking-section .form-container .card label {
    font-size: 14px;
    font-family: var(--font-familly-monserrat);
    font-weight: 400;
}

section.booking-section .content .item .logo .logo-item img {
    width: 24px;
}

section.booking-section .content .item .logo .logo-item img.google {
    width: 100%;
    height: 27px;
}

section.booking-section .content .item .logo .logo-item .logo-name {
    font-size: 20px;
    font-family: var(--font-familly-poppins);
}

section.booking-section .content .item .logo .logo-item .logo-name span.black {
    /* color: #555763; */
}

section.booking-section .content .item .logo .logo-item .logo-name span.green {
    color: #08a58b !important;
}

section.booking-section .content .item .logo {
    display: flex;
    align-items: start;
    justify-content: end;
    gap: 30px;
}

@media (max-width: 768px) {
    section.booking-section .content .item .logo {
        justify-content: start;
    }
}

section.booking-section .content .item .logo .logo-item .star {
    display: flex;
    align-items: center;
    gap: 5px;
    justify-content: end;
    margin-top: 4px;
}

section.booking-section .content .item .logo .logo-item .star i {
    font-size: 15px;
    color: #08a58b;
}

section.booking-section .content .item .logo .logo-item .star.google i {
    color: var(--primary-deep-color);
}

/*--------------------- booking css end here ---------------------*/

/*--------------------- gallery css start here ---------------------*/
section.gallery-hero-section {
    background-color: var(--bg-secondary-color);
}

section.gallery-tab-section {
    background-color: var(--bg-secondary-color);
    /* padding-bottom: 42px; */
}

@media (max-width: 768px) {
    section.gallery-tab-section {
        background-color: var(--bg-secondary-color);
        padding-bottom: 30px;
    }
}

section.gallery-tab-section #myTab {
    border: none;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
}

@media (max-width: 991px) {
    section.gallery-tab-section #myTab {
        justify-content: center;
        gap: 20px;
    }
}

section.gallery-tab-section #myTab button {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid var(--bg-secondary-color);
    color: var(--primary-color);
    font-family: var(--font-familly-libre-baskerville);
    padding: 0;
    padding-bottom: 8px;
    transition: var(--transition);
    font-weight: bold;
    font-size: 14px;
    /* line-height: 36px; */
}

section.gallery-tab-section #myTab button:hover {
    border-bottom: 1px solid var(--primary-color);
}

section.gallery-tab-section #myTab button.active {
    border-bottom: 1px solid var(--primary-color);
}

section.gallery-section {
    background-color: var(--bg-primary-color);
}

section.gallery-section .gallery-heading-container {
    margin-bottom: 5rem;
}

section.gallery-section .gallery-container {
    padding-top: 3rem;
}

section.gallery-section .gallery-container ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex;
    overflow: hidden;
}

section.gallery-section .gallery-container ul li {
    position: relative;
    list-style-type: none;
    flex: 1 1 25%;
    transition: all 0.5s ease-in-out;
}

section.gallery-section .gallery-container ul li .overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 2;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    transition: all 0.5s ease-in-out;
}

section.gallery-section .gallery-container ul li img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    transition: all 0.5s ease-in-out;
}

section.gallery-section .gallery-container ul li:hover {
    flex: 1 1 50%;
}

section.gallery-section .gallery-container ul li:hover .overlay {
    opacity: 1;
}

section.gallery-section .gallery-container ul li p {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
    opacity: 0;
    transition: all 0.5s ease-in-out;
    z-index: 3;
}

section.gallery-section .gallery-container ul li:hover p {
    opacity: 1;
    font-size: 20px;
}

@media (max-width: 768px) {
    section.gallery-section .gallery-container ul {
        flex-wrap: wrap;
    }

    section.gallery-section .gallery-container ul li:hover {
        flex: 1 1 50%;
    }

    section.gallery-section .gallery-container ul li {
        flex: 1 1 50%;
    }

    section.gallery-section .gallery-container ul li:hover {
        flex: 1 1 50%;
    }

    section.gallery-section .gallery-container ul li .overlay {
        opacity: 0;
    }

    section.gallery-section .gallery-container ul li p {
        opacity: 1 !important;
        top: 90%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 100%;
        text-align: center;
    }

    section.gallery-section .gallery-container ul li:hover p {
        font-size: 16px;
    }

    section.gallery-section .gallery-container ul li img {
        height: 300px;
    }
}

/*--------------------- gallery css end here ---------------------*/

/*--------------------- cataring gallery css start here ---------------------*/
section.cataring-galery-section {
    background-color: var(--bg-primary-color);
}

section.cataring-galery-section .gallery-container ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex;
    overflow: hidden;
}

section.cataring-galery-section .gallery-container ul li {
    position: relative;
    list-style-type: none;
    flex: 1 1 25%;
    transition: all 0.5s ease-in-out;
}

section.cataring-galery-section .gallery-container ul li .overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 2;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    transition: all 0.5s ease-in-out;
}

section.cataring-galery-section .gallery-container ul li img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    transition: all 0.5s ease-in-out;
}

section.cataring-galery-section .gallery-container ul li:hover {
    flex: 1 1 50%;
}

section.cataring-galery-section .gallery-container ul li:hover .overlay {
    opacity: 1;
}

section.cataring-galery-section .gallery-container ul li p {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
    opacity: 0;
    transition: all 0.5s ease-in-out;
    z-index: 3;
}

section.cataring-galery-section .gallery-container ul li:hover p {
    opacity: 1;
    font-size: 20px;
}

@media (max-width: 768px) {
    section.cataring-galery-section .gallery-container ul {
        flex-wrap: wrap;
    }

    section.cataring-galery-section .gallery-container ul li:hover {
        flex: 1 1 50%;
    }

    section.cataring-galery-section .gallery-container ul li {
        flex: 1 1 50%;
    }

    section.cataring-galery-section .gallery-container ul li:hover {
        flex: 1 1 50%;
    }

    section.cataring-galery-section .gallery-container ul li .overlay {
        /* opacity: 1; */
    }

    section.cataring-galery-section .gallery-container ul li:hover .overlay {
        opacity: 0;
    }

    section.cataring-galery-section .gallery-container ul li p {
        opacity: 1 !important;
        top: 90%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 100%;
        text-align: center;
    }

    section.cataring-galery-sectionn .gallery-container ul li:hover p {
        font-size: 16px;
    }

    section.cataring-galery-section .gallery-container ul li img {
        height: 300px;
    }
}

/*--------------------- cataring gallery css end here ---------------------*/

/*--------------------- policy section css start here ---------------------*/
section.policy-section {
    background-color: var(--bg-primary-color);
}

section.policy-section .heading {
    font-size: 18px;
    font-family: var(--font-familly-libre-baskerville);
    color: var(--primary-color);
    font-weight: 500;
    margin-bottom: 0.8rem;
}

section.policy-section .description {
    font-size: 14px;
    font-weight: 400;
    font-family: var(--font-familly-poppins);
    margin-bottom: 1.5rem;
}

section.policy-section .description a {
    color: var(--primary-color);
}

section.policy-section .description a:hover {
    color: var(--primary-deep-color);
}

/*--------------------- policy  css end here ---------------------*/

/*--------------------- blog  css start here ---------------------*/
section.blog-section {
    background-color: var(--bg-primary-color);
}

section.blog-section .blog-item {
    border-radius: 15px;
    padding: 10px;
    transition: var(--transition);
    background-color: #393636;
}

section.blog-section .blog-item:hover {
    background-color: var(--primary-color);
}

section.blog-section .blog-item .blog-img img {
    width: 100%;
    height: 295px;
    border-radius: 15px;
    object-fit: cover;
}

section.blog-section .blog-item .blog-heading {
    padding: 19px 0px 10px 0px;
    min-height: 76px;
}

section.blog-section .blog-item .blog-heading h2 {
    font-size: 16px;
    font-weight: 500;
    font-family: var(--font-familly-monserrat);
    line-height: 24px;
}

/*--------------------- blog  css end here ---------------------*/

/*--------------------- blog details css start here ---------------------*/

section.blog-details-section {
    background-color: var(--bg-primary-color);
}

section.blog-details-section .contents img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    margin: auto;
    margin-top: 2rem;
    margin-bottom: 2rem;
}

section.blog-details-section .blg-img-container {
    max-width: 100%;
    height: auto;
    margin: auto;
    box-sizing: border-box;
}

@media (max-width: 768px) {
    section.blog-details-section .blg-img-container {
        max-width: 100%;
        height: 300px;
    }
}

section.blog-details-section .blg-img-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 15px;
}

section.blog-details-section h1 {
    font-size: 32px;
    font-weight: bold;
    line-height: 48px;
    color: var(--primary-color);
    font-family: var(--font-familly-libre-baskerville);
    margin-bottom: 1rem;
}

section.blog-details-section h2 {
    font-size: 26px;
    font-weight: 500;
    color: var(--primary-color);
    margin-bottom: 1rem;
    font-family: var(--font-familly-libre-baskerville);
}

section.blog-details-section .contents h2 {
    margin-top: 2rem;
}

section.blog-details-section .contents h2:first-child {
    margin-top: 0rem;
}

section.blog-details-section h3 {
    font-family: var(--font-familly-libre-baskerville);
    color: var(--primary-color);
    font-size: 20px;
}

section.blog-details-section h4 {
    font-family: var(--font-familly-libre-baskerville);
    color: var(--primary-color);
    font-size: 18px;
}

section.blog-details-section div.divider {
    width: 100%;
    margin-bottom: 1rem;
}

section.blog-details-section a {
    text-decoration: underline;
    color: #e5e2e2;
}

section.blog-details-section h2 a,
section.blog-details-section h3 a,
section.blog-details-section h4 a {
    color: var(--primary-color);
}

section.blog-details-section ol {
    padding-left: 15px;
    margin-left: 30px;
    margin-bottom: 1rem;
}

section.blog-details-section ol li {
    list-style-type: disc;
    color: #e5e2e2;
}

section.blog-details-section ul {
    padding-left: 15px;
    margin-left: 30px;
    margin-bottom: 1rem;
}

section.blog-details-section ul li {
    list-style-type: disc;
    color: #e5e2e2;
}

section.blog-details-section ul li::marker {
    color: var(--primary-color);
}

section.blog-details-section .img-container {
    text-align: center;
    margin-bottom: 60px;
}

section.blog-details-section .img-container img {
    width: 700px;
    max-width: 100%;
    border-radius: 15px;
}

section.blog-details-section hr {
    display: block;
    width: 100%;
    height: 4px;
    background-color: var(--primary-color);
    margin-bottom: 16px;
}

/* section.blog-details-section .blog-body img {
    margin-bottom: 1rem;
} */

/*--------------------- blog details css end here ---------------------*/

/* suppliers section start here */
section.suppliers-section {
    background-color: var(--bg-secondary-color);
}

section.supplier-details-container h3.sub-heading {
    font-size: 26px;
}

section.supplier-details-container {
    background-color: var(--bg-primary-color);
}

section.supplier-details-container .content-container {
    padding-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 20px;
    /* min-height: 180px; */
    display: flex;
    flex-direction: column;
    position: relative;
    height: 100%;
}

section.supplier-details-container .content-container .show-pdf {
    display: block;
    text-align: center;
    margin: auto;
    font-size: 14px;
    margin-top: 12px;
}

section.supplier-details-container .item-container {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 1.6rem;
    margin-bottom: 3rem;
}

@media (max-width: 1200px) {
    section.supplier-details-container .item-container {
        grid-template-columns: repeat(4, 1fr);
    }
}

@media (max-width: 992px) {
    section.supplier-details-container .item-container {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 768px) {
    section.supplier-details-container .item-container {
        grid-template-columns: repeat(2, 1fr);
    }
}

section.supplier-details-container .item {
    /* padding: 16px; */
    overflow: hidden;
    /* border: 0.5px solid; */
    border-color: #c58e03b0;
    border-radius: 30px;
    transition: all 0.3s ease-in-out;
    /*cursor: pointer;*/
    background: #694b00b0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

section.supplier-details-container .item:hover {
    box-shadow: 0px 0px 15px 6px #c58e036b;
    background: #29221d;
}

section.supplier-details-container img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

section.supplier-details-container .item-heading-container {
    margin-bottom: 6px;
}

section.supplier-details-container .heading {
    font-family: var(--font-familly-libre-baskerville);
    font-weight: 500;
    font-size: 15px;
    line-height: 24px;
    text-align: center;
}

section.supplier-details-container .heading a {
    color: #fff;
}

section.supplier-details-container .content {
    font-family: var(--font-familly-monserrat);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

section.supplier-details-container .content .text {
    margin-bottom: 20px;
    padding-bottom: 29px;
}

section.supplier-details-container .content .text p {
    font-size: 13px;
    line-height: initial;
    text-align: center;
}

section.supplier-details-container .content .links {
    display: flex;
    gap: 5px;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 50%;
    bottom: 20px;
    /* margin-left: auto; */
    /* margin-right: auto; */
    transform: translatex(-50%);
    /* margin: auto; */
}

section.supplier-details-container .content .links a {
    display: inline-block;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #00000036;
    border-radius: 50%;
    transition: var(--transition);
}

section.supplier-details-container .content .links a:hover {
    background-color: var(--primary-color);
}

section.supplier-details-container .content .links i {
    color: #fff;
    font-size: 14px;
}

section.supplier-details-container .content p.link a {
    display: block;
    color: #fff;
    font-size: 12px;
    font-weight: 300;
    line-height: 20px;
}

@media (max-width: 768px) {
    section.supplier-details-container img {
        width: 100%;
        height: auto;
        object-fit: cover;
    }

    section.supplier-details-container .heading {
        font-size: 18px;
        margin-bottom: 20px;
    }

    section.supplier-details-container .content p.link a {
        font-size: 16px;
        margin-bottom: 8px;
    }

    section.supplier-details-container .content p.link:last-child a {
        margin-bottom: 0px;
    }

    section.supplier-details-container .item {
        /*margin: 0px 30px;*/
    }

    section.supplier-details-container h3.sub-heading {
        text-align: center;
    }
}

/* suppliers section end here */

/* 404 page start*/
section.error-page {
    padding-top: 200px;
    padding-bottom: 120px;
    background-color: var(--bg-primary-color);
}

section.error-page h1 {
    color: var(--primary-deep-color);
    font-size: 115px;
    font-family: var(--font-familly-libre-baskerville);
    margin-bottom: 0rem;
}

section.error-page h2 {
    font-size: 22px;
    font-family: var(--font-familly-monserrat);
    margin-bottom: 2rem;
}

/* 404 page end*/


/* catering menu  page css start here */

section.catering-menu-package {
    background-color: var(--bg-primary-color);
}

section.menu-pakcage-section .card.parent-card {
    background-color: var(--bg-primary-color);
    border-color: #fff;
}
section.menu-pakcage-section .card.parent-card .parent-card-header h3 {
    font-size: 24px;
}
section.menu-pakcage-section .card .parent-card-footer {
    background-color: #3d3c3cad;
}
section.menu-pakcage-section .card.parent-card .parent-card-header {
    /* background-color: #141414ad; */
}
section.menu-pakcage-section .card.parent-card-body {
}

section.menu-pakcage-section .card.child-card {
    background-color: var(--bg-secondary-color);
    border-color: #fff;
}
section.menu-pakcage-section .card.child-card .child-card-header {
    background-color: #3d3c3cad;
}
section.menu-pakcage-section .card.child-card .child-card-header h4 {
    font-size: 22px;
}
section.menu-pakcage-section .card.child-card-body {
}

section.menu-section h2{
    font-size: 24px;
}
/* catering menu  page css end here */





/* stage decoration page css start here */
/* Masonry layout */
.gallery-masonry {
    columns: 4;
    column-gap: 14px;
    margin-bottom: 4rem;
}

.gallery-masonry {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 14px;
}

/* Large tablets */
@media (max-width: 992px) {
    .gallery-masonry {
        grid-template-columns: repeat(3, 1fr);
    }
}

/* Tablets */
@media (max-width: 768px) {
    .gallery-masonry {
        grid-template-columns: repeat(2, 1fr);
    }
}

.gallery-masonry.view-list {
    columns: 1;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.gallery-masonry.view-grid-3 {
    columns: 3;
}

@media (max-width: 767px) {
    .gallery-masonry.view-grid-3 {
        columns: 2;
    }
}

/* Item */
.gallery-masonry .gallery-item {
    break-inside: avoid;
    margin-bottom: 14px;
    position: relative;
    border-radius: 14px;
    overflow: hidden;
    cursor: pointer;
    display: block;
    /* filtering */
    transition:
        opacity 0.35s ease,
        transform 0.35s ease;
    height: 200px;
}

.gallery-masonry .gallery-item.hidden {
    opacity: 0;
    transform: scale(0.92);
    pointer-events: none;
    position: absolute;
    visibility: hidden;
}

.gallery-masonry .gallery-item img {
    display: block;
    width: 100%;
    height: 100%;
    transition:
        transform 0.5s ease,
        filter 0.35s ease;
    filter: brightness(0.85);
}

.gallery-masonry .gallery-item:hover img {
    transform: scale(1.06);
    filter: brightness(1);
}

/* Overlay */
.gallery-masonry .gallery-overlay {
    position: absolute;
    inset: 0;

    opacity: 0;
    transition: opacity 0.32s ease;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 1.1rem;
}

.gallery-masonry .gallery-item:hover .gallery-overlay {
    opacity: 1;
}

.btn-load-more .spinner {
    width: 1rem;
    height: 1rem;
    border: 2px solid rgba(30, 61, 43, 0.3);
    border-top-color: var(--forest);
    border-radius: 50%;
    animation: spin 0.7s linear infinite;
    display: none;
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

.btn-load-more.loading .btn-lm-text {
    display: none;
}

.btn-load-more.loading .spinner {
    display: block;
}

/* stage decoration page css end here */
