@import url("https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400..700;1,400..700&family=Onest:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Onest:wght@100..900&display=swap");

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
     overflow-anchor: none;
}

a {
    text-decoration: none;
}

img {
    max-width: 100%;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    text-transform: uppercase;
}

.main-btn {
    text-transform: uppercase;
}

section.hero-secrion {
    padding-top: 0;
    z-index: 1;
    position: relative;
}

.hero-section-image-wrapper {
    padding: 32px 0px !important;
}

.hero-section-image-wrapper .position-relative a.main-btn img {
    margin-top: -2px;
}

.hero-section-image-wrapper span.me-2 {
    margin-right: 6px;
}

.hero-section-image-wrapper .position-relative .card-img a.main-btn {
    display: flex;
    align-items: center;
    gap: 6px;
}

.hero-section-image-wrapper .position-relative .card-img a.main-btn img {
    height: 24px;
    width: 24px;
}

.hero-section-image-wrapper .position-relative .card-img {
    overflow: hidden;
}

.hero-section-image-wrapper .position-relative:hover .card-img img {
    transform: scale(1.1);
}

.row {
    --bs-gutter-x: 30px !important;
}

video#videoPlayer {
    object-fit: cover;
    margin-bottom: -6px;
}

header {
    padding: 15px 0;
    background-color: #0a0700;
    z-index: 9999999;
    position: sticky;
    top: 0;
}

header nav .navbar-toggler-icon {
    background-image: url("../images/Burger-Menu.svg");
}

header nav .navbar-nav .nav-item .nav-link {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 400;
    color: white;
    font-family: "Onest", serif;
    padding: 0;
    line-height: 22px;
    transition: 0s;
}

header nav .navbar-nav li.nav-item.dropdown.hover > a {
    color: #ae9366;
}

.navbar-expand-xl .navbar-nav {
    flex-direction: row;
    gap: 56px;
    align-items: center !important;
}

header nav .navbar-nav .nav-item .nav-link:hover {
    color: #ae9366;
}

header nav .navbar-nav .nav-item .nav-link.active {
    color: #ae9366;
}

header nav .navbar-nav .nav-item .nav-link.dropdown-toggle::after {
    background-image: url(../images/dropdown-arrow.svg);
    border: none;
    width: 14px;
    height: 14px;
    background-size: cover;
    background-position: center;
    vertical-align: middle;
    transition: 0.4s;
    margin-left: 8px;
    margin-top: -5px;
}

header nav .navbar-nav .nav-item:hover .nav-link.dropdown-toggle::after {
    transform: rotate(180deg);
    width: 14px;
    height: 14px;
    margin-top: 0px;
    background-image: url(../images/color-arrow.svg);
}

header nav .navbar-nav li.nav-item.dropdown.hover .nav-link.dropdown-toggle::after {
    background-image: url(../images/color-arrow.svg);
}

.navbar-expand-xl .navbar-nav li.nav-item.dropdown:hover .dropdown-menu {
    display: block;
}

header nav .navbar-nav .dropdown {
    transition: all 0.5s ease;
}

header nav .navbar-nav .dropdown .dropdown-menu {
    padding-top: 35px;
    background: transparent;
    border: 0;
    transition: all 0.3sease;
}

header .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0%) !important;
    z-index: 99999999 !important;
    opacity: 1 !important;
}

header nav .navbar-nav .dropdown .dropdown-menu.show {
    background-color: transparent;
    color: #ae9366;
}

header nav .navbar-nav .dropdown .dropdown-menu .dropdown-item {
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3019607843);
    padding: 20px 30px;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    font-family: "Onest", serif;
    transition:
        color 0.3s ease,
        background-color 0.3s ease;
    padding: 17px 12px;
    line-height: 22px;
}

header nav .navbar-nav .dropdown .dropdown-menu .dropdown-item:hover {
    color: #ae9366;
    background-color: transparent;
}

header nav .navbar-nav .dropdown .dropdown-menu ul {
    padding: 0;
    list-style: none;
}

header nav .navbar-nav .dropdown .dropdown-menu .menus-wrapper {
    background-color: #0a0700;
    min-width: 185px;
    margin-left: -22px;
}

/* header nav .navbar-nav .dropdown:hover .dropdown-menu {
  display: block;
  opacity: 1;
  margin-top: 35px !important;
} */

@media (max-width: 992px) {
    header nav .navbar-nav .dropdown {
        width: 100%;
    }
}

header nav .offcanvas {
    background-color: #0a0700;
}

header nav .offcanvas .btn-close {
    background-image: url("../images/btn-close.svg");
    opacity: 1;
    background-size: cover;
    width: 20px;
    height: 20px;
}

nav.navbar.navbar-expand-xl {
    padding: 0;
}

a.navbar-brand {
    padding: 0px;
    margin: 0px;
    line-height: 0;
}

.navbar-expand-xl .navbar-nav li.nav-item {
    padding: 20px 0;
}

.navbar-expand-xl .navbar-nav li.nav-item.dropdown {
    padding: 0;
}

.contact-btn {
    display: flex;
    align-items: center;
}

.header-btn {
    background-color: #fefefe;
    display: inline-block;
    padding: 8px 16px;
    font-size: 13px;
    font-weight: 500;
    color: #0a0700;
    font-family: "Onest", serif;
    transition: all 0.3sease;
    margin-left: 56px;
    text-transform: uppercase;
    line-height: 20px;
}

.header-btn svg path {
    fill: #0a0700;
    transition: fill 0.3s ease;
    stroke: currentColor;
}

.header-btn:hover {
    background-color: #ae9366;
    color: #fefefe;
}

a.header-btn:hover img {
    filter: brightness(0) invert(1);
}

a.header-btn img {
    width: 20px;
}

.header-btn:hover svg path {
    fill: currentColor;
    transition: fill 0.3s ease;
    stroke: currentColor;
}

.main-btn {
    background-color: #fefefe;
    display: inline-block;
    padding: 12px 32px;
    font-size: 16px;
    font-weight: bold;
    color: #0a0700;
    line-height: 24px;
    font-family: "Onest", serif;
    transition: all 0.3sease;
}

.main-btn svg {
    stroke: #0a0700;
}

.main-btn:hover svg {
    stroke: #ffffff !important;
}

.main-btn:hover {
    background-color: #ae9366;
    color: #fefefe;
}

.main-btn:hover svg {
    stroke: #fff;
}

.best-venues-section .best-venues .image-card-content {
    padding: 64px 48px;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 9;
}

.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    top: 0;
    left: 0;
    background-image: linear-gradient(#ff000000, #00000024, #000000);
}

.best-venues-section .best-venues .image-card-content h4 {
    font-size: 34px;
    font-weight: 700;
    color: #fff;
    font-family: "Lora", serif;
    margin-bottom: 0 !important;
    line-height: 44px;
    padding-bottom: 32px;
}

.best-venues-section .best-venues .image-card-content h3 {
    font-size: 28px;
    font-weight: 600;
    color: #fff;
    font-family: "Lora", serif;
    margin-bottom: 0 !important;
    line-height: 36px;
}

.best-venues-section .best-venues .image-card-content {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100px;
    background: rgba(0, 0, 0, 0.3);
    /* Black with 50% opacity */
    padding: 32px;
    z-index: 9;
    top: auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    transition: height 0.5s ease;
    overflow: hidden;
}

.best-venues-section .best-venues .image-card-content h3 {
    margin-bottom: 0;
    transform: translateY(20px);
    transition: 0.5s;
    transition: transform 0.5sease;
    margin-bottom: -18px !important;
}

.best-venues-section .best-venues .card-img:hover .image-card-content h3 {
    padding-bottom: 24px;
    margin-bottom: 0px !important;
}

.best-venues-section .best-venues .main-btn {
    display: none;
    /* Initially hidden */
    opacity: 0;
    transform: translateY(20px);
    transition:
        opacity 0.5s ease,
        transform 0.5s ease;
}

.best-venues .row {
    row-gap: 30px;
}

/* Add space of 24px between text and button */
.best-venues-section .best-venues .image-card-content div {
    display: flex;
    gap: 24px;
    /* Horizontal spacing */
    align-items: center;
}

/* Hover effect */
.best-venues-section .best-venues .card-img:hover .image-card-content {
    height: 156px;
}

.best-venues-section .best-venues .card-img:hover .image-card-content h3 {
    transform: translateY(0);
}

.best-venues-section .best-venues .card-img:hover .main-btn {
    display: inline-flex;
    opacity: 1;
    transform: translateY(0);
}

.image-card-content {
    width: 100%;
    height: 100%;
}
#event-results a.header-btn.blogbtn {
    width: 150px;
}
#event-results a.header-btn.blogbtn span {
    color: #000;
}
.image-card-content h2 {
    font-size: 48px;
    font-weight: bold;
    color: #fff;
    font-family: "Lora", serif;
    padding-bottom: 30px;
    margin: 0;
}

.event-about-section .image-card-content h2 {
    font-size: 34px;
    font-weight: bold;
    color: #fff;
    font-family: "Lora", serif;
    padding-bottom: 6px;
    margin: 0;
    line-height: 44px;
}

.event-about-section .image-card-content p {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    font-family: "Onest", serif;
    line-height: 22px;
}

section.hero-secrion .image-card-content h2 {
    font-size: 48px;
    font-weight: bold;
    color: #fff;
    font-family: "Lora", serif;
    padding-bottom: 6px;
    margin: 0;
    line-height: 62px;
}

.image-card-content h4 {
    font-size: 30px;
    font-weight: 700;
    color: #fff;
    font-family: "Lora", serif;
}

.image-card-content p {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    font-family: "Onest", serif;
    line-height: 26px;
}

.card-img {
    overflow: hidden;
}

.card-img img {
    transition: transform 0.5s ease;
    transform: scale(1);
}

section.hero-secrion .card-img img {
    transition: transform 0.5sease;
    transform: scale(1);
    height: 500px;
    object-fit: cover;
    width: 100%;
}

.card-img:hover img {
    transform: scale(1.1);
}

.marque-item {
    display: inline-block;
    margin: 0;
    transition: all 0.2s ease-out;
    width: auto;
    text-align: center;
    display: flex !important;
    justify-content: center;
}

.marquee {
    overflow: hidden;
    position: relative;
}

.marquee .marquee-inner {
    display: flex;
    width: 200%;
    animation: marquee 20s linear infinite;
}

.marquee .marquee-inner:hover {
    animation-play-state: paused;
}

.marquee .marquee-inner > div {
    display: flex;
    align-items: center;
    gap: 64px;
}

@keyframes marquee {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

.best-venues-section {
    padding-top: 0px;
    margin-top: 0 !important;
}

.best-venues-section .sec-title {
    padding-bottom: 32px;
    width: 640px;
    margin: 0 auto;
}

.heading-title {
    font-size: 42px;
    font-weight: bold;
    color: #fff;
    font-family: "Lora", serif;
    padding-bottom: 6px;
    margin: 0;
    line-height: 62px;
}
.banner-text1 h2,
.contact-us h2,
.event-head.logohead h2,
.event-head.discover h2 {
    font-size: 40px;
    font-weight: bold;
    color: #000;
    font-family: "Lora", serif;
    padding-bottom: 6px;
    margin: 0;
    line-height: 44px;
}
b {
    font-weight: 600;
}
.succ-event {
    margin-right: 11px;
    margin-top: 32px;
}

.para-text {
    font-size: 24px;
    font-weight: 100;
    color: #0a0700;
    font-family: "Onest", serif;
    line-height: 38px;
    margin: 0;
}
.best-venues-section .para-text {
    font-size: 16px;
    font-weight: 400;
    color: #0a0700;
    font-family: "Onest", serif;
    line-height: 26px;
    margin: 0;
    text-align: center;
}
.owl-carousel.owl-theme.best-venues {
    padding-top: 32px;
}

.best-venues .owl-stage {
    padding-left: 0 !important;
}

.best-venues-section .best-venues .main-btn {
    background-color: #fefefe;
    display: inline-block;
    padding: 10px 16px;
    font-size: 13px;
    font-weight: 500;
    color: #0a0700;
    font-family: "Onest", serif;

    line-height: 20px;
    display: inline-flex;
    gap: 10px;
    align-items: center;
}

.best-venues-section .best-venues .main-btn span {
    list-style: 0;
}

.main-btn:hover {
    background-color: #ae9366 !important;
    color: #fff !important;
}

.main-btn:hover img {
    filter: brightness(0) invert(1);
}

.best-venues-section .best-venues .main-btn img {
    width: 20px;
}
.testimonial-wrapper {
    background-color: #f2f2f0;
    padding: 56px 48px 40px 48px;
    margin: 5px;
    height: 490px;
    position: relative;
    overflow: hidden;
}

.testimonial-wrapper .about-avtar {
    position: relative;
    z-index: 2;
    margin-top: 82px;
}

.left-for-testimonial h2 {
    font-size: 32px;
    line-height: 44px;
    color: #0a0700;
    font-family: "Lora", serif;
    font-weight: bold;
    margin: 0;
}

.testimonial-wrapper .quote-icon {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
}

.subscribe h5 {
    font-size: 24px;
}

.contact-us {
    background-color: #ae9366;
}

.contact-us h5 {
    font-size: 28px;
    font-weight: 700;
    color: #fefefe;
}

.contact-us .custom-btn {
    padding: 10px 40px;
}

.contact-us .custom-btn:hover svg {
    fill: #0a0700;
    stroke: #0a0700;
}

.owl-theme .owl-dots {
    text-align: center;
    margin-top: 20px;
}

.owl-theme .owl-dots .owl-dot span {
    width: 12px;
    height: 12px;
    margin: 5px;
    background: #ccc;
    display: inline-block;
    border-radius: 50%;
    transition: background 0.3s;
}

.owl-theme .owl-dots .owl-dot.active span {
    background: #000;
    /* Active dot styling */
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #869791;
}

.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #d6d6d6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity 0.2s ease;
    border-radius: 30px;
}

ul li {
    list-style-type: none;
}

a {
    text-decoration: none;
}

.custom-btn {
    color: white;
    transition: all 0.2s ease-in-out;
    border: 2px solid #fff;
    background: rgba(255, 255, 255, 0);
}

.custom-btn svg {
    fill: #fff;
}

.custom-btn:hover {
    color: #ffffff;
    border: 2px solid rgba(255, 255, 255, 0);
    background: #ae9366;
}

.custom-btn {
    font-weight: 600;
}

.custom-btn:hover svg {
    fill: #000000;
}

footer {
    background: #000;
}

.icon a svg {
    transition-duration: 0.5s;
    fill: #fff;
}

.icon a:hover svg {
    fill: Tan;
}

.best p {
    font-size: 14px;
}

.new-york ul li a {
    color: #fefefe;
    font-size: 14px;
    font-weight: 400;
    font-family: "Onest", serif;
    line-height: 22px;
}

footer.footer .icon.social-icon {
    display: flex;
    justify-content: start;
    gap: 16px;
    padding-bottom: 64px;
}

.new-york ul li {
    padding-bottom: 32px;
}

.subscribe .form-control:focus {
    box-shadow: none;
}

.subscribe .form-control::-moz-placeholder {
    color: #636361;
    opacity: 1;
}

.subscribe .form-control::placeholder {
    color: #636361;
    opacity: 1;
}

.subscribe .form-control:focus::-moz-placeholder {
    color: #636361;
}

.subscribe .form-control:focus::placeholder {
    color: #636361;
}

.privacy a {
    color: #b5b4b3;
    font-size: 14px;
    text-decoration: underline;
    font-family: "Onest", serif;
}

.privacy a {
    position: relative;
    color: #a1a09f;
    font-weight: 200;
}

.privacy a:nth-child(1):after {
    position: absolute;
    width: 1px;
    height: 60%;
    background: #a1a09f;
    right: -14px;
    top: 6px;
    content: "";
}

.privacy {
    display: flex;
    gap: 13px;
}

.copy p {
    color: #a1a09f;
    font-size: 14px;
    font-family: "Onest", serif;
    text-decoration: none;
    line-height: 22px;
    font-weight: 200;
}

input::placeholder {
    font-size: 14px;
    line-height: 22px;
    color: #000;
    font-family: "Onest", serif;
    font-weight: 200;
}

@media (max-width: 992px) {
    header nav .navbar-nav .dropdown .dropdown-menu {
        padding-top: 0;
    }

    header nav .navbar-nav .dropdown .dropdown-menu .dropdown-item {
        padding: 15px 0 10px 10px;
        text-align: start;
    }

    .header-btn {
        background-color: transparent;
    }

    .heading-title {
        font-size: 39px;
    }

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

    .marque-item {
        width: 200px;
    }

    .marque-item img {
        width: 200px;
    }

    .testimonial-wrapper {
        padding: 20px;
    }

    .best-venues .owl-stage {
        padding: 0;
    }

    .card-img img {
        height: 407px;
        -o-object-fit: cover;
        object-fit: cover;
    }
}

@media (max-width: 1200px) {
    .main-btn {
        font-size: 13px;
    }

    .image-card-content h4 {
        font-size: 20px;
    }
}

@media (max-width: 767px) {
    .copy .d-flex {
        flex-direction: column;
        align-items: center;
    }

    .copy .d-flex p:empty {
        display: none;
    }

    footer .logo,
    footer .icon {
        margin: 10px 0 10px 0 !important;
    }

    /*
    .image-card-content {
        padding: 20px;
    }
    */

    .image-card-content h4 {
        font-size: 25px;
    }

       .heading-title {
        font-size: 25px;
        text-align: center;
        line-height: 35px;
    }

    .subscribe h5 {
        font-size: 33px;
    }
}

@media (min-width: 1200px) and (max-width: 1320px) {
    header nav .navbar-nav .nav-item .nav-link {
        font-size: 14px;
        padding: 10px 25px 10px 0;
    }

    .navbar-nav {
        align-items: center !important;
    }
}

/*
section.corporate-retreats-sec {
  padding-top: 32px;
}
*/

.testnimonial-section {
    z-index: 9;
    background: #fff;
    position: relative;
}

section.corporate-retreats-sec .image-card-content {
    padding: 72px 48px;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
}

section.corporate-retreats-sec .image-card-content h2 {
    font-size: 48px;
    font-weight: bold;
    color: #fff;
    font-family: "Lora", serif;
    padding-bottom: 30px;
    margin: 0;
    line-height: 62px;
}

section.corporate-retreats-sec .image-card-content h1 {
    font-size: 56px;
    font-weight: bold;
    color: #fff;
    font-family: "Lora", serif;
    padding-bottom: 30px;
    margin: 0;
    line-height: 62px;
}

section.corporate-retreats-sec .main-btn {
    background-color: #fefefe;
    display: inline-flex;
    padding: 9px 16px;
    font-size: 13px;
    font-weight: 500;
    line-height: 20px;
    color: #0a0700;
    font-family: "Onest", serif;
    transition: all 0.3sease;
    align-items: center;
    gap: 8px;
}

section.corporate-retreats-sec .main-btn:hover svg {
    stroke: #000000;
}

.corporate-retreats-caption {
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    right: 0;
    padding: 150px 74px;
    text-align: center;
    height: 100%;
    width: 416px;
}

.corporate-retreats-caption h1.title-area {
    font-size: 34px;
    color: #fff;
    line-height: 44px;
    font-family: "Lora", serif;
    font-weight: 700;
    padding-bottom: 24px;
    margin: 0;
}

section.corporate-retreats-sec p.des-area {
    margin: 0;
    font-size: 16px;
    line-height: 26px;
    color: #fff;
    font-weight: 400;
    font-family: "Onest", serif;
    padding-bottom: 48px;
}

.testimonial-wrapper h4 {
    font-size: 24px;
    line-height: 32px;
    font-family: "Lora";
    font-weight: bold;
}

.see-more-testi {
    display: flex;
    justify-content: start;
}

section.testnimonial-section .sec-title h2 {
    font-size: 34px;
    line-height: 44px;
    font-weight: bold;
    font-family: "Lora", serif;
    padding-bottom: 48px;
    margin: 0;
    text-align: center;
}

.see-more-testi a.main-btn img {
    margin-right: 4px;
}

.see-more-testi a.main-btn {
    background: #f2f2f0;
    font-size: 13px;
    font-weight: 500;
    padding: 8px 16px !important;
    margin-top: 32px;
    line-height: 20px;
    display: flex;
    align-items: center;
}

.see-more-testi a.main-btn:hover {
    color: #fff;
    background: #ae9366;
}

.see-more-testi a.main-btn:hover img {
    filter: brightness(0) invert(1);
}

.testimonial-wrapper p {
    font-size: 24px;
    line-height: 32px;
    font-family: "Lora", serif;
    font-weight: bold;
    color: #262625;
    margin-bottom: 16px !important;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    text-transform: uppercase;
}

.testimonial-wrapper .hidden {
    display: none;
}

.testimonial-wrapper .expanded {
    font-size: 14px;
    -webkit-line-clamp: unset;
}
.testimonial-wrapper p.text-container.expanded {
    font-size: 14px;
    line-height: 24px;
    color: #262625;
    font-weight: 400;
    font-family: "Onest", serif;
    text-transform: capitalize;
    position: relative;
    z-index: 9;
}

.testimonial-wrapper a.show-more {
    color: #ae9366;
    color: #b5b4b3;
    font-size: 11px;
    line-height: 20px;
    font-weight: 500;
    text-decoration: underline;
    text-transform: uppercase;
    cursor: pointer;
}

.testimonial-wrapper a.show-more:hover {
    color: #ae9366;
}

.testimonial-wrapper .about-avtar .desination-company {
    color: #636361;
    font-weight: 200;
    font-size: 14px;
    line-height: 22px;
    padding-bottom: 8px;
    font-family: "Onest", serif;
}
.testimonial-wrapper .about-avtar .avtar-name h5 {
    font-size: 20px;
    line-height: 32px;
    font-weight: 300;
    /* font-family: "Lora", serif; */
    color: #3b3a39;
    font-family: "Onest", serif;
    margin: 0;
}

.testnimonial-section {
    padding: 32px 0px 0px !important;
    margin-bottom: 0 !important;
}

section.cta-section {
    padding: 32px 0px 32px;
}

section.cta-section .contact-us {
    background-color: #ae9366;
    padding: 54px 48px !important;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

section.cta-section .contact-us .custom-btn {
    padding: 13px 45px;
    font-size: 24px;
    line-height: 36px;
    transition: 0s;
}

section.cta-section .contact-us .custom-btn:hover img {
    filter: brightness(0);
}

section.cta-section .contact-us .custom-btn:hover {
    background: #fff;
    color: #000;
}

section.cta-section .custom-btn {
    color: white;

    border: 3px solid #fff;
    background: rgba(255, 255, 255, 0);
}

section.cta-section .btn-check:checked + .btn,
section.cta-section .btn.active,
section.cta-section .btn.show,
section.cta-section .btn:first-child:active,
section.cta-section :not(.btn-check) + .btn:active {
    color: #000;

    border: 3px solid #fff;
    background: #fff;
}
.contact-us h5 {
    font-size: 34px;
    font-weight: bold;
    color: #fefefe;
    line-height: 44px;
    font-family: "Lora", serif;
}

.contact-us h3 {
    font-size: 32px;
    font-weight: bold;
    color: #fefefe;
    line-height: 44px;
    font-family: "Lora", serif;
    max-width: 697px;
    margin-bottom: -10px;
}

section.event-about-section .image-card-content {
    padding: 54px 48px;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
}

section.event-about-section .main-btn {
    background-color: #fefefe;
    display: inline-block;
    padding: 8px 16px;
    font-size: 13px;
    font-weight: 500;
    color: #0a0700;
    font-family: "Onest", serif;
    transition: all 0.3sease;
    line-height: 20px;
}

section.event-about-section .main-btn {
    display: inline-flex;
    gap: 4px;
    align-items: center;
}

section.event-about-section .main-btn img {
    width: 20px;
    height: 20px;
}

section.event-about-section .main-btn:hover svg {
    stroke: #000000;
}

section.event-about-section {
    padding-bottom: 30px;
}

.subscribe-sec button.btn.custom-btn img {
    width: 20px !important;
}

.subscribe-sec .subscribe h5 {
    font-size: 28px;
    line-height: 36px;
    font-family: "Lora", serif;
    font-weight: bold;
}

.subscribe-sec h4 {
    font-size: 19px !important;
    line-height: 30px;
    font-weight: bold;
    color: #fff;
    padding-bottom: 20px;
    font-family: "Lora", serif;
    margin: 0;
}

.subscribe-sec .form-control.email-enter {
    width: 100%;
    height: 48px;
    padding: 13px 16px;
    margin-bottom: 20px;
    border-radius: 0;
}

input::placeholder {
    color: #8c8c8b !important;
}

.subscribe-sec button.btn.custom-btn {
    padding: 8px 16px;
    font-size: 13px;
    font-weight: 500;
    line-height: 20px;
    font-family: "Onest", serif;
    border-radius: 0;
    display: flex;
    gap: 4px;
    align-items: center;
}

footer.footer {
    padding-top: 72px;
    position: relative;
}

footer.footer .logo {
    margin-bottom: 64px !important;
}

footer.footer .best.text-white p {
    padding-bottom: 32px;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    font-family: "Onest", serif;
    color: #fefefe;
}

footer.footer .best.text-white p img {
    width: 24px !important;
}

footer.footer .best.text-white p {
    display: flex;
    align-items: self-start;
    gap: 16px;
}

footer.footer .copy {
    margin-top: 40px !important;
    padding-top: 0 !important;
}

.marquee-inner-box .slick-slide img {
    display: block;
    height: 80px !important;
}

.brand-logo-section .slick-initialized .slick-slide {
    display: block;
    margin: 0px 32px !important;
}

section.brand-logo-section {
    padding: 32px 0;
}

@media (max-width: 767px) {
    .navbar-expand-xl .navbar-nav {
        flex-direction: row;
        gap: 0px;
        align-items: self-end !important;
        flex-direction: column;
        justify-content: start;
        align-items: self-start !important;
    }

    .navbar-expand-xl .navbar-nav li.nav-item {
        padding: 17px 15px !important;
        border-bottom: 1px solid #4f4e4d;
        display: block;
        width: 100%;
    }

    .navbar-nav .dropdown-menu {
        position: static;
    }

    header .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: static;
        left: auto;
        transform: inherit !important;
        z-index: 1;
        opacity: 1 !important;
    }

    video#videoPlayer {
        object-fit: cover;
        margin-bottom: -6px;
        height: auto !important;
    }

    .offcanvas-body {
        padding-left: 0;
    }

    header nav .navbar-nav .nav-item .nav-link {
        text-transform: uppercase;
        font-size: 14px;
        font-weight: 400;
        color: white;
        font-family: "Onest", serif;
        padding: 10px 50px 10px 0;
        transition: all 0.3s ease;
    }

    .best-venues-section .sec-title {
        padding-bottom: 56px;
        width: 100%;
    }

    .contact-us h3 {
        font-size: 34px;
        font-weight: bold;
        color: #fefefe;
        line-height: 44px;
        font-family: "Lora", serif;
        max-width: 100%;
        margin-bottom: -10px;
    }

    section.cta-section .contact-us {
        flex-direction: column;
    }
}

iframe {
    margin-bottom: -5px;
}

.subscribe-sec {
    width: 304px;
}

/* Default Placeholder Color */
.subscribe-sec .subscribe .email-enter::placeholder {
    color: #0a0700 !important;
    /* Default Gray */
}

/* Yellow Error Placeholder */
.subscribe-sec .subscribe .email-enter.error-yellow::placeholder {
    color: #faad14 !important;
}

/* Red Error Placeholder */
.subscribe-sec .subscribe .email-enter.error-red::placeholder {
    color: #f5222d !important;
}

.subscribe-sec .subscribe .error-icon {
    position: absolute;
    right: 16px;
    top: 33%;
    transform: translateY(-50%);
    width: 20px;
    display: none;
}

.subscribe-sec .subscribe .error-yellow {
    border-color: #faad14 !important;
    margin-bottom: 4px;
}

.subscribe-sec .subscribe .error-red {
    border-color: #f5222d !important;

    color: #f5222d;
    margin-bottom: 4px;
}

.subscribe-sec .subscribe .error-message {
    font-size: 12px;
    line-height: 18px;
    color: #fff1b8 !important;
    display: none;
}

.subscribe-sec .subscribe .red-text {
    color: #ffe6e6 !important;
}

.subscribe-sec .subscribe .terms-error {
    color: #fff1b8;
    font-size: 12px;
    line-height: 18px;
    margin-top: 10px;
    display: none;
}

.subscribe-sec .subscribe .button-wrap {
    position: relative;
}

/* Hide default checkbox */
.custom-checkbox input {
    display: none;
}

/* Custom checkbox container */
.custom-checkbox {
    display: flex;
    align-items: center;
    cursor: pointer;
    font-size: 16px;
    color: #fff;
    /* Adjust text color */
}

/* Checkmark (custom checkbox) */
.custom-checkbox .checkmark {
    width: 18px;
    height: 18px;
    border: 2px solid white;
    /* White border */
    display: inline-block;
    position: relative;
    border-radius: 0px;
    /* Optional: rounded corners */
    margin-right: 8px;
}

/* Add checkmark when checkbox is checked */
.custom-checkbox input:checked + .checkmark::after {
    content: "";
    position: absolute;
    left: 6.5px;
    top: 2px;
    width: 6px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
.custom-checkbox input:checked + .checkmark {
    background: #ae9366;
    border: #ae9366 !important;
}
span.termsCheckbox {
    font-size: 12px;
    line-height: 18px;
    font-weight: 300;
}

.terms-wrap {
    padding-bottom: 20px;
}

.terms-error {
    display: none;
}

/* Contact Us Page start */
.contact-form .phone-input-group {
    display: flex;
    width: 100%;
    align-items: center;
    position: relative;
    margin-bottom: 16px;
    flex-wrap: wrap;
}

section.contact-us-wrapper .contact-form form .step-wrapper .form-group .yellow-error {
    color: #faad14 !important;
}

section.contact-us-wrapper .contact-form form .step-wrapper .form-group .red-error::placeholder {
    color: #f5222d !important;
}

section.contact-us-wrapper .contact-form form .step-wrapper .form-group .yellow-error::placeholder {
    color: #faad14 !important;
}

section.contact-us-wrapper .contact-form form .step-wrapper .form-group .red-error {
    color: #f5222d !important;
}

section.contact-us-wrapper .contact-form form .step-wrapper .form-group .error-message {
    font-size: 12px;
    padding: 0;
    margin: 0;
    line-height: 22px;
    font-family: "Onest", serif;
}

section.contact-us-wrapper .contact-form form .step-wrapper .form-group .yellow-color {
    color: #faad14;
    font-size: 12px;
    padding: 0;
    margin: 0;
    line-height: 22px;
    font-family: "Onest", serif;
}

section.contact-us-wrapper .contact-form form .step-wrapper .form-group .red-color {
    color: #f5222d;
    font-size: 12px;
    padding: 0;
    margin: 0;
    line-height: 22px;
    font-family: "Onest", serif;
}

.contact-form .phone-input-group .dropdown {
    width: 17%;
}

.contact-form .phone-input-group input#phoneNumber {
    width: 70%;
}

.contact-form .dropdown-toggle {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px;
    border: 1px solid #ccc;
    background: #fff;
    border-radius: 5px;
    cursor: pointer;
    position: relative;
    width: 130px;
    justify-content: space-between;
}

/* Custom dropdown arrow */
.contact-form.dropdown-toggle::after {
    content: "▼";
    font-size: 14px;
    color: #555;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}

.contact-form .dropdown-menu {
    width: 100%;
    max-height: 204px;
    height: 204px;
    overflow-y: auto;
    position: absolute;
    left: 0;
    background: #f2f2f0;
    border: 1px solid #ae9366;
    border-radius: 0;
    top: 8px !important;
}

.contact-form .back-btn {
    background: #000 !important;
    color: #fff !important;
    opacity: 0;
    display: none;
}
.contact-form .back-btn:hover {
    background: #ae9366 !important;
    color: #fff !important;
}
.contact-form .step-flex-btn {
    display: flex;
    justify-content: center;
    gap: 0;
}
.contact-form .dropdown-item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px;
    font-size: 14px;
    line-height: 22px;
    font-family: "Onest", serif;
    color: #4f4e4d;
    font-weight: 300;
}

.contact-form .country-code {
    margin-right: auto;
    font-weight: bold;
}

.contact-form .phone-input {
    flex-grow: 1;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin-left: 5px;
}

ul#countryList {
    opacity: 1 !important;
}

.contact-form .dropdown,
.contact-form .dropdown-center,
.contact-form .dropend,
.contact-form .dropstart,
.contact-form .dropup,
.contact-form .dropup-center {
    position: initial;
}

.step-wrapper {
    display: none;
}

.step-wrapper.active {
    display: block;
}

.form-step-tab.active {
    /* Add your active tab styling here */
    background-color: #007bff;
    color: white;
}

/* Page title start */
section.breadcrumb-area {
    padding: 120px 120px 80px 120px;
}

section.breadcrumb-area .breadcrumb {
    flex-direction: column;
    justify-content: center;
    display: flex;
    align-items: center;
    margin: 0;
}

section.breadcrumb-area .breadcrumb h2 {
    color: #0a0700;
    font-size: 34px;
    font-weight: 700;
    line-height: 44px;
    font-family: "Lora", serif;
    padding-bottom: 32px;
}
section.breadcrumb-area .breadcrumb p {
    color: #0a0700;
    max-width: 760px;
    text-align: center;
    font-size: 20px;
    line-height: 32px;
    font-weight: 300 !important;
    font-family: "Onest", serif;
    margin: 0;
}
.pb60 {
    padding-bottom: 60px !important;
}
/* End */

section.contact-us-wrapper .contact-form {
    max-width: 636px;
    margin: 0 auto;
}

section.contact-us-wrapper .contact-form .form-step ul.form-step-list {
    display: flex;
    justify-content: space-between;
    margin-bottom: 48px;
    padding: 0;
}

section.contact-us-wrapper .contact-form .form-step ul.form-step-list li {
    width: 48px;
    height: 48px;
    border: 2px dashed #0a0700;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #0a0700;
    font-size: 24px;
    cursor: pointer;
    font-weight: 700;
    font-family: "Lora", serif;
    border-radius: 50%;
    position: relative;
}

section.contact-us-wrapper .contact-form .form-step ul.form-step-list li.active {
    background: #ae9366;
    border: 2px dashed #ae9366;
    color: #fff;
}
section.contact-us-wrapper .contact-form form .step-wrapper .form-group label {
    color: #0a0700;
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    font-family: "Onest", serif;
    padding-bottom: 4px;
}
section.contact-us-wrapper .contact-form form .step-wrapper .form-group .form-control {
    height: 48px;
    padding: 13px 16px;
    background: #f2f2f0;
    border-radius: 0;
    border: none;
    position: relative;
    color: #000000;
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    border: 1px solid #f2f2f0;
    transition: 0s;
}

section.contact-us-wrapper .contact-form form .step-wrapper .form-group input:focus {
    border: 1px solid #ae9366;
    box-shadow: 0 0 15px rgb(218 165 32 / 26%);
}
section.contact-us-wrapper .contact-form form .step-wrapper .form-group textarea:focus {
    border: 1px solid #ae9366;
    box-shadow: 0 0 15px rgb(218 165 32 / 26%);
    /* Stronger glow on focus */
}
section.contact-us-wrapper .contact-form form .step-wrapper .form-group .phone-input-group:focus {
    border: 1px solid #ae9366;
    box-shadow: 0 0 15px rgb(218 165 32 / 26%);
}

button#customDropdown {
    color: #4f4e4d;
    font-weight: 300;
}

section.contact-us-wrapper .contact-form form .step-wrapper .form-group {
    margin-bottom: 16px;
}

section.contact-us-wrapper .contact-form form .step-wrapper .form-group textarea.form-control {
    height: 114px;
}

section.contact-us-wrapper
    .contact-form
    form
    .step-wrapper
    .form-group
    .phone-input-group
    .dropdown-toggle.form-control {
    width: 109px;
    border-right: 1px solid #c9c9c7 !important;
}

.contact-form .phone-input-group.active button#countryDropdown {
    border-right: 1px solid #ae9366 !important;
}

section.contact-us-wrapper .contact-form form .step-wrapper .col-md-6 {
    padding-right: 8px;
    padding-left: 8px;
}

section.contact-us-wrapper .contact-form form .step-wrapper .col-md-12 {
    padding-right: 8px;
    padding-left: 8px;
}

.step-btn {
    color: #0a0700;
    transition: all 0.2sease-in-out;
    border: 2px solid #262625;
    background: rgba(255, 255, 255, 0);
    padding: 10px 32px;
    font-size: 16px;
    line-height: 24px;
    transition: 0s;
    font-weight: 700;
    display: flex;
    align-items: center;
    margin: 0 auto;
    gap: 6px;
    font-family: "Onest", serif;
    border-radius: 0;
}

.step-btn:hover {
    background: #ae9366;
    color: #fff;
}
.proceed-btn .btn-check:checked + .btn,
.proceed-btn .btn.active,
.proceed-btn .btn.show,
.proceed-btn .btn:first-child:active,
.proceed-btn :not(.btn-check) + .btn:active {
    background: #ae9366;
    color: #fff;
    border: 2px solid #ae9366;
}

.step-btn:hover img {
    filter: brightness(0) invert(1);
}

section.contact-us-wrapper .contact-form form .step-wrapper .proceed-btn {
    margin-top: 40px;
    text-align: center;
}
section.cta-section .custom-btn img {
    width: 36px;
    height: 36px;
}
.custom-btn img {
    width: 24px;
    height: 24px;
}

section.contact-us-wrapper .contact-details-wrap {
    padding-top: 80px;
    text-align: center;
}

section.contact-us-wrapper .contact-details-wrap h2 {
    color: #0a0700;
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
    font-family: "Lora", serif;
    margin: 0;
    padding-bottom: 16px;
}

section.contact-us-wrapper .contact-details-wrap ul li a {
    color: #0a0700 !important;

    font-size: 16px;
    line-height: 26px;
    font-weight: 200;
    font-family: "Onest", serif;
}

section.contact-us-wrapper .contact-details-wrap ul li {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
}

section.contact-us-wrapper .contact-details-wrap ul li img {
    width: 26px;
    height: 26px;
}

section.contact-us-wrapper .contact-details-wrap ul {
    margin: 0;
    padding: 0;
}

section.contact-us-wrapper .contact-details-wrap.for-follow-us {
    padding-top: 32px !important;
}

section.contact-us-wrapper .contact-details-wrap .icon.social-icon svg {
    transition-duration: 0.5s;
    fill: rgb(0 0 0 / 80%);
}

section.contact-us-wrapper .contact-details-wrap .icon.social-icon a:hover svg {
    fill: #ae9366;
}

section.contact-us-wrapper .contact-details-wrap .icon.social-icon {
    display: flex;
    justify-content: center;
    gap: 16px;
}

.contact-form .phone-input-group .form-control {
    margin: 0;
    margin-bottom: 0 !important;
}

/* .contact-form .phone-input-group.active {
  border: 1px solid #AE9366 !important;
  
} */
.contact-form .phone-input-group.active .dropdown .form-control {
    border: 1px solid #ae9366;
}

.contact-form .phone-input-group.active .form-control {
    border: 1px solid #ae9366 !important;

    border-left: 0;
}

.step-wrapper .form-group .phone-input-group .dropdown .form-control {
    margin-bottom: 0px !important;
}

.form-control:focus {
    box-shadow: none;
}

.step-wrapper .dropdown-toggle::before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    background-image: url(../images/chevron-down.svg);
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: 8px;
    vertical-align: middle;
    position: absolute;
    right: 13px;
}

.step-wrapper .dropdown-toggle::after {
    opacity: 0;
}

input::placeholder {
    color: #8c8c8b !important;
    font-size: 14px;
    line-height: 22px;
    font-weight: 200;
}

.location-dropdown {
    position: relative !important;
}

.dropdown.location-dropdown .dropdown-toggle {
    width: 100% !important;
    margin: 0 !important;
}

.dropdown.location-dropdown.active .dropdown-toggle {
    border: 1px solid #ae9366 !important;
}

#otherlocation {
    display: none;
    margin-top: 10px;
}

.location-dropdown a.dropdown-item:hover {
    background: #dedddc;
}

#otherlocation .form-control {
    margin-bottom: 0;
}

section.contact-us-wrapper .contact-form form .step-wrapper .form-group textarea.form-control {
    height: 114px;
}

section.contact-us-wrapper .contact-form form .form-group.for-text-area {
    position: relative;
    margin-top: 16px;
}

.form-group.for-text-area span.max-words {
    position: absolute;
    right: 0;
    bottom: -26px;
    color: #787775;
    font-size: 12px;
    line-height: 18px;
    font-family: "Onest", serif;
}

section.contact-us-wrapper .contact-form form .custom-checkbox .checkmark {
    width: 18px;
    height: 18px;
    border: 2px solid #000000;
    display: inline-block;
    position: relative;
    border-radius: 0px;
    margin-right: 8px;
}

section.contact-us-wrapper .contact-form form span.termsCheckbox {
    font-size: 12px;
    line-height: 18px;
    font-weight: 300;
    color: #4f4e4d;
    font-family: "Onest", serif;
}
section.contact-us-wrapper .contact-form form .custom-checkbox input:checked + .checkmark::after {
    content: "";
    position: absolute;
    left: 6.5px;
    top: 3.5px;
    width: 5px;
    height: 9px;
    border: solid #ffffff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
section.contact-us-wrapper .contact-form form .check-box-wrapper {
    padding-top: 16px;
    padding-bottom: 16px;
}
section.contact-us-wrapper .contact-form form .check-box-wrapper label.custom-checkbox {
    margin-bottom: 12px;
}

.check-box-wrapper p {
    color: #8c8c8b;
    font-size: 12px;
    font-weight: 300;
    line-height: 18px;
    font-family: "Onest", serif;
}
.check-box-wrapper p:last-child {
    margin: 0;
    padding: 0;
}
section.contact-us-wrapper .contact-form .form-step ul.form-step-list li::before {
    content: "";
    display: inline-block;
    width: 80px;
    height: 4px;
    background-image: url(../images/form-line.svg);
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: 8px;
    vertical-align: middle;
    position: absolute;
    right: -162px;
    top: 19px;
}

section.contact-us-wrapper .contact-form .form-step ul.form-step-list li:last-child::before {
    display: none;
}

/* end */

/* Event page start */
.evenet-gallery-sec .filter-buttons {
    padding: 48px 0px;
    display: flex;
    justify-content: center;
    gap: 56px;
}

.paddtop48 {
    padding-top: 48px !important;
}
.evenet-gallery-sec .filter-buttons button {
    border: none;
    cursor: pointer;
    color: #636361;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    background: transparent;
    font-family: "Onest", serif;
}

.evenet-gallery-sec .filter-buttons button:hover {
    color: #ae9366;
}

.evenet-gallery-sec .filter-buttons button.active {
    color: #ae9366;
    font-size: 16px;
    line-height: 26px;
    font-weight: 700;
    text-decoration: underline;
}

.evenet-gallery-sec .gallery {
    column-count: 3;
    /* Creates a multi-column layout */
    column-gap: 32px;
    /* Space between columns */
    width: 100%;
    margin: 32px 0px 0px;
}

.evenet-gallery-sec .gallery-item {
    width: 100%;
    max-width: 100%;

    margin-bottom: 32px;
    display: block;
    break-inside: avoid;
}

.evenet-gallery-sec .gallery-item {
    position: relative;
}

.evenet-gallery-sec .gallery-item img {
    width: 100%;
    border-radius: 0px;
    transition: 0.4s;
    height: 307px;
}

.evenet-gallery-sec .hidden {
    display: none;
}

.gallery-item {
    transform-origin: center center;
}

.evenet-gallery-sec .gallery-item:hover img {
    transform: scale(1.2);
}

.evenet-gallery-sec .gallery-item {
    overflow: hidden;
}

.evenet-gallery-sec .gallery-item .gallery-info {
    height: 120px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 32px;
    margin: 0;
    background: rgba(0, 0, 0, 0.5);
}

.evenet-gallery-sec .gallery-item .gallery-info h3 {
    color: #fff;
    font-size: 19px;
    font-weight: 700;
    line-height: 30px;
    font-family: "Lora", serif;
    margin: 0;
    padding: 0;
    padding-bottom: 4px;
}
.evenet-gallery-sec .gallery-item .gallery-info p {
    color: #dedddc;
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    font-family: "Onest", serif;
    margin: 0;
    padding: 0;
}
.evenet-gallery-sec .gallery-item:hover .gallery-info {
    height: 184px;
}
.evenet-gallery-sec .gallery-item:hover .gallery-info {
    transition: 0.4s;
}
.evenet-gallery-sec .gallery-item:hover .gallery-info a.main-btn {
    display: inline-flex !important;
    align-items: center;
}
.evenet-gallery-sec .gallery-item .gallery-info a.main-btn {
    width: 142px;
    transition: 0.3s;
    background-color: #fefefe;
    display: none !important;
    padding: 10px 16px;
    font-size: 13px;
    font-weight: 500;
    color: #0a0700;
    font-family: "Onest", serif;
    line-height: 20px;
    display: inline-flex;
    gap: 10px;
    align-items: center;
    margin-top: 24px;
}
/* end */

/*****************************pari code*******************************************/
section.breadcrumb-area.bg-grey {
    background: #dedddc;
    position: relative;
    z-index: -1;
}
section.breadcrumb-area.bg-grey.event-detail {
    padding: 160px 0px;
}
section.breadcrumb-area.bg-grey.event-detail h1 {
    font-size: 48px;
    font-family: "Lora", serif;
    font-weight: 700;
    line-height: 62px;
    letter-spacing: 0px;
    width: 963px;
    margin-bottom: 0;
    color: #0a0700;
}
section.breadcrumb-area.bg-grey.event-detail h2 {
    font-size: 33px;
    font-family: "Lora", serif;
    font-weight: 700;
    line-height: 62px;
    letter-spacing: 0px;
    width: 963px;
    color: #0a0700;
}

.event-detail-bg {
    z-index: 1;
    margin-top: -104px;
    position: relative;
}
.event-detail-bg img {
    height: 720px;
    width: 1312px;
    object-fit: cover;
}
section.breadcrumb-area.venue-group,
section.breadcrumb-area.our-approach,
section.breadcrumb-area.impact {
    padding: 100px 100px;
}
section.breadcrumb-area.venue-group p {
    text-align: left;
    color: #0a0700;
    width: 100%;
    max-width: 864px !important;
    text-align: left;
    font-size: 24px;
    line-height: 38px;
    font-weight: 300 !important;
    font-family: "Onest", serif;
    margin: 0;
}
section.breadcrumb-area.venue-group p b {
    font-weight: 700;
}
.grid-2,
.grid-3 {
    display: flex;
    gap: 32px;
}
.grid-2 img,
.grid-3 img {
    height: 650px;
    object-fit: cover;
}
.event-sol h4 {
    font-size: 24px;
    font-weight: 700;
    font-family: "Onest", sans-serif;
    line-height: 38px;
    text-transform: capitalize;
    text-align: left !important;
    padding-top: 48px;
    margin-bottom: 0px;
}
.event-sol {
    width: 416px;
}
.event-sol p,
.event-sol li {
    font-weight: 400 !important;
    font-size: 18px !important;
    line-height: 28px !important;
    text-align: left !important;
    padding-top: 32px;
    margin: 0;
}
.event-sol li {
    padding-top: 24px;
}
.event-sol.our-impact p {
    padding-top: 0px;
    margin-bottom: 0px;
}
.event-sol ul {
    margin: 0px;
    padding: 0px;
}
.event-sol.our-impact {
    width: 638px;
    padding-top: 48px;
}
.loop.owl-carousel.owl-theme.event-gallery .item img {
    height: 580px;
    object-fit: cover;
}
section.breadcrumb-area.our-approach h3,
.venue-group h3,
.impact h3 {
    font-family: "lora", sans-serif;
    font-weight: 700;
    font-size: 34px;
    line-height: 44px;
    letter-spacing: 0px;
    text-transform: uppercase;
}
.venue-group .event-sol li {
    padding-top: 0px;
}
.venue-group .event-sol li {
    padding-top: 0px;
    display: flex;
    align-items: flex-start;
    gap: 16px;
}
.venue-group .event-sol li img {
    margin-top: 8px;
}
.event-loop .owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
    display: block;
}
.event-loop button.owl-prev {
    width: 52px;
    background: #fff !important;
    height: 68px;
    top: 40%;
    position: absolute;
    z-index: 9;
    left: 2%;
}
.event-loop button.owl-next {
    right: 2% !important;
    width: 52px;
    background: #fff !important;
    height: 68px;
    top: 40%;
    position: absolute;
    z-index: 9;
}
.custom-nav button.custom-prev:hover,
.custom-nav button.custom-next:hover {
    background-color: #ae9366 !important;
}
.custom-nav button.custom-prev:hover img,
.custom-nav button.custom-next:hover img {
    filter: invert(1);
}
button.custom-prev.d-flex.gap-16:hover,
button.custom-next.d-flex.gap-16:hover {
    color: #ae9366 !important;
}
button.custom-prev.d-flex.gap-16:hover img,
button.custom-next.d-flex.gap-16:hover img {
    filter: invert(58%) sepia(22%) saturate(749%) hue-rotate(12deg) brightness(95%);
}
.event-loop button.owl-prev span,
.event-loop button.owl-next span {
    color: #000;
    font-size: 40px;
}
.event-loop .owl-theme .owl-dots {
    display: none;
}
.bg-text-box {
    position: absolute;
    background: #0a0700;
    color: #fff;
    width: 316px;
    top: 340px;
    z-index: 9;
    left: 932px;
    padding: 32px;
    gap: 16px;
    height: 316px;
}
.bg-text-box p {
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0px;
    color: #fefefe;
    font-family: "Onest", sans-serif;
}
.venue-group .event-sol li {
    padding-bottom: 20px;
}
button.custom-prev,
button.custom-next {
    font-weight: 700;
    font-size: 34px;
    line-height: 44px;
    letter-spacing: 0px;
    text-transform: uppercase;
    font-family: "lora", sans-serif;
    border: navajowhite;
    background: no-repeat;
}
.event-loop .d-flex {
    display: flex !important;
    justify-content: space-between;
}
button.owl-dot.active {
    display: none;
}
button.custom-prev.d-flex.gap-16,
button.custom-next.d-flex.gap-16 {
    gap: 8px;
}
section.event-loop {
    position: relative;
}
.custom-nav button.custom-prev {
    background-color: rgba(255, 255, 255, 0.5);
    position: absolute;
    top: 50%;
    z-index: 9;
    left: 62px;
    padding: 16px;
    line-height: 36px;
}
.custom-nav button.custom-next {
    background-color: rgba(255, 255, 255, 0.5);
    position: absolute;
    top: 50%;
    z-index: 9;
    line-height: 36px;
    right: 62px;
    padding: 16px;
}

.owl-nav.disabled button.owl-prev,
button.owl-next {
    display: none;
}
.cc {
    width: 638px;
    margin: 0 auto;
}
.cc h3 {
    padding: 0px;
    margin: 0px;
}
.cc.approach {
    width: 864px;
    margin: 0 auto !important;
}
.d-flex.gap-32 {
    gap: 32px;
}
.custom-sign {
    padding: 48px 0px 10px 0px;
}
section.breadcrumb-area.venue-group.why-partner .why-partner-wrap {
    max-width: 864px;
    display: flex;
    gap: 32px;

    margin: 0 auto;
}
section.breadcrumb-area.venue-group.why-partner .event-sol.why-partner-right {
    max-width: 528px !important;
    width: 528px;
}

section.breadcrumb-area.venue-group.why-partner .event-sol.why-partner-left {
    width: 304px;
}

.imge-one {
    overflow: hidden;
}

.imge-one img {
    transition: 0.3s;
}

.imge-one:hover img {
    transform: scale(1.1);
}

.imge-two {
    overflow: hidden;
}

.imge-two img {
    transition: 0.3s;
}

.imge-two:hover img {
    transform: scale(1.1);
}

/* Contact Modal css start here */

.contactModal .modal-content {
    background-color: #0a0700;
    color: #fff;
    border: none;
    padding: 56px 56px 65px 56px;
}

.contactModal .contactModal .modal-header {
    border-bottom: none;
    padding-bottom: 0;
}

.contactModal .modal-body {
    padding-top: 0;
    margin: 0;
    padding: 0;
}

.contactModal .modal-title {
    font-size: 28px;
    font-weight: 700;
    line-height: 36px;
    font-family: "Lora", serif;
    padding-bottom: 15px;
    margin: 0 auto;
}

.contactModal .modal-subtitle {
    font-size: 14px;
    color: #fefefe;
    margin-bottom: 2rem;
    line-height: 22px;
    font-family: "Onest", serif;
    margin: 0;
    padding-bottom: 48px;
    font-weight: 400;
}
.modal-header {
    border: none;
    padding: 0;
    margin: 0;
}

.contactModal .form-control {
    background-color: #fff;
    border: none;
    color: #4f4e4d;
    padding: 13px 16px 16px 16px;
    height: 48px;
    border-radius: 0;
}
.contactModal form .col-md-6 {
    padding-right: 8px;
    padding-left: 8px;
}
.contactModal form .col-md-12 {
    padding-right: 8px;
    padding-left: 8px;
}

.contactModal form {
    padding: 0px 8px;
}
.contactModal .form-label {
    font-size: 14px;
    color: #fefefe;
    line-height: 22px;
    font-family: "Onest", serif;
    margin-bottom: 4px !important;
}

.contactModal .form-control::placeholder {
    color: #999;
}

.contactModal .form-check-label {
    color: #ccc;
    font-size: 0.9rem;
}

.contactModal .btn-primary {
    background-color: transparent;
    border: 1px solid #fff;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    padding: 0.5rem 1.5rem;
}

.contactModal .btn-primary:hover {
    background-color: #fff;
    color: #1a1a1a;
}

.contactModal .char-count {
    color: #f2f2f0;
    font-size: 12px;
    text-align: right;
    font-weight: 300;
    line-height: 18px;
}
.contactModal .modal-header button {
    background: transparent;
    border: none;
}
.contactModal .modal-header button {
    margin-top: -72px;
    margin-right: -29px;
}
.contactModal .modal-header button:hover img {
    filter: brightness(0) invert(1);
}
.contactModal span.termsCheckbox {
    font-size: 12px;
    line-height: 18px;
    font-weight: 300;
    color: #f2f2f0;
}
.modal {
    --bs-modal-zindex: 1055;
    --bs-modal-width: 640px;
}

.contactModal textarea {
    height: 114px !important;
}
.contactModal .mb-3 {
    margin-bottom: 16px !important;
}

.con-pop-sub-btn {
    color: #0a0700;
    border: 2px solid #262625;
    background: #f2f2f0;
    padding: 8px 16px;
    font-size: 13px;
    line-height: 20px;
    transition: 0s;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 4px;
    margin-top: 16px;
    font-family: "Onest", serif;
    border-radius: 0;
    outline: none;
    border: none;
}
.con-pop-sub-btn img {
    width: 20px;
}

.con-pop-sub-btn:hover {
    background: #ae9366;
}
.con-pop-sub-btn:hover img {
    filter: brightness(0) invert(1);
}
.contactModal input#agreeCheck {
    display: none;
}

input:focus,
textarea:focus {
    border: 1px solid #ae9366 !important;
    box-shadow: 0 0 15px rgb(218 165 32 / 26%) !important;
}

.contactModal textarea::placeholder {
    color: #8c8c8b !important;
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
}

.what-we-do {
    background-image: url(../images/what-we-do/main-bg.jpg);
    object-fit: cover;
    height: 700px;
    width: 100%;
    background-repeat: round;
}
.banner-text h1 {
    font-weight: 700;
    font-size: 60px;
    line-height: 72px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: -0.5px;
    color: #fff;
    font-family: "Lora", serif;
}
.banner-text {
    padding-top: 524px;
}
.venue-group-do,
.why-chose-us {
    padding: 100px;
}
section.venue-group-do p {
    width: 864px;
    text-align: center;
    margin: 0 auto;
    font-weight: 300;
    font-size: 24px;
    line-height: 38px;
    letter-spacing: 0px;
    color: #0a0700;
}
.choose-icon {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    text-align: center;
    gap: 34px;
}
.icon-text p {
    padding-top: 32px;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: -1px;
    font-family: "onest", serif;
    margin-bottom: 0px;
}
.what-do-gallery .item img {
    height: 450px;
    object-fit: cover;
    position: relative;
}
.card-box li {
    list-style: disc;
}
.what-we-do-gallery .owl-carousel .owl-item img {
    /*margin-left: -198px !important;*/
    position: relative;
}
.event-head h3 {
    font-weight: 700;
    font-size: 34px;
    line-height: 44px;
    letter-spacing: 0px;
    text-transform: uppercase;
    font-family: "lora", serif;
    margin-bottom: 0px;
}
.see-more a {
    background: #f2f2f0;
    padding: 8px 16px 8px 14px;
    font-weight: 500;
    font-size: 13px;
    line-height: 20px;
    letter-spacing: 0px;
    text-transform: uppercase;
    font-family: "onest", serif;
    color: #000;
}
.event-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    /*margin-bottom: 32px;*/
}
.image-text {
    position: absolute;
    background: rgba(0, 0, 0, 0.5);
    bottom: 0px;
    width: 100%;
    padding: 32px 48px;
    height: 130px;
    transition: all 0.5s ease-in-out;
}
.image-text:hover .hide-btn {
    display: block;
}
.image-text:hover {
    height: 186px;
}
.event-wrapper:hover .hide-btn {
    display: block;
}
.event-wrapper:hover .image-text {
    height: 186px;
}
.image-text h5 {
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: -1px;
    text-transform: uppercase;
    font-family: "lora", serif;
    color: #fff;
    margin-bottom: 0px;
}
.image-text p {
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: -1px;
    font-family: "onest", serif;
    color: #fff;
    padding-top: 8px;
    margin-bottom: 0px;
}
.hide-btn img {
    transition: none !important;
}
.hide-btn {
    padding: 6px 12px;
    background: #f2f2f0;
    margin-top: 24px;
    width: 127px;
    display: none;
}
.hide-btn:hover {
    background-color: #ae9366;
}
.hide-btn:hover a {
    color: #fff;
}
.hide-btn:hover img {
    filter: invert(1);
}
.hide-btn a img {
    width: 18px !important;
    height: 18px !important;
}
.hide-btn a {
    display: flex;
    align-content: center !important;
    gap: 4px;
    color: #0a0700;
    font-weight: 500;
    font-size: 11px;
    line-height: 20px;
    letter-spacing: 0px;
    text-transform: uppercase;
    font-family: "onest", serif;
}
section.what-we-do-gallery {
    padding: 30px 0px 32px;
}
div#accordionExample {
    margin-top: 56px;
}
h5 button.accordion-button {
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 0px;
    text-transform: uppercase;
    font-family: "lora", serif;
}
.accordion-body {
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0px;
    font-family: "onest", serif;
    padding: 32px;
    width: 784px;
    color: #000000;
}
button.accordion-button {
    background: #fff !important;
    border: none !important;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    padding: 24px 0px;
}
.accordion-button:focus {
    z-index: 3;
    border-color: none;
    outline: 0;
    box-shadow: none;
}
.accordion-item {
    border: none;
}
.accordion-header {
    margin-bottom: 0;
    border-top: 1.5px solid #0000002e;
    /*border-bottom: 1.5px solid #0000002e;*/
    border-radius: 0px;
}
.accordion-item:last-of-type {
    border-bottom: 1.5px solid #0000002e;
    border-radius: 0px;
}
.accordion-button:not(.collapsed) {
    color: #000;
}
.venue-finding-image img {
    height: 750px;
    object-fit: cover;
}
.see-more:hover a {
    background-color: #ae9366;
    color: #fefefe;
}
.see-more a:hover img {
    filter: invert(1);
}
.icon-side img {
    height: 72px;
    width: 72px;
    object-fit: cover;
}
.card-box {
    background: #f2f2f0;
    padding: 48px 48px 64px 48px;
    margin-bottom: 32px;
}
.card-box h3 {
    font-weight: 700;
    font-size: 34px;
    line-height: 44px;
    letter-spacing: 0px;
    text-transform: uppercase;
    font-family: "lora", serif;
    padding-top: 32px;
    margin-bottom: 0px;
}
.card-box p {
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0px;
    font-family: "onest", serif;
    color: #0a0700;
    padding-top: 32px;
    margin-bottom: 0px;
}
.card-box li {
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0px;
    font-family: "onest", serif;
    color: #0a0700;
    padding-top: 16px;
}
.card-box li {
    list-style: none; /* Remove default bullet */
    align-items: flex-start; /* Aligns text with the bullet */
}

.card-box li::before {
    content: "•"; /* Custom bullet */
    margin-right: 5px; /* Adjust spacing between bullet and text */
    font-weight: bold;
}
.card-box ul {
    padding: 0px;
    margin: 0px;
}
.venue-finding-image {
    position: sticky;
    top: 0;
}
.loop.owl-carousel.owl-theme.what-do-gallery.owl-loaded.owl-drag {
    padding-left: 0px;
    overflow: hidden;
    margin-top: 32px;
}
.choose-head h3 {
    font-weight: 700;
    font-size: 34px;
    line-height: 44px;
    letter-spacing: 0px;
    text-transform: uppercase;
    font-family: "lora", serif;
    padding-bottom: 80px;
}
.icon img {
    height: 64px;
    width: 64px;
}
section.cta-section.cta2 {
    padding-bottom: 80px;
}
section.venue-group-do .breadcrumb.text-center {
    margin-bottom: 0px;
}

section.breadcrumb-area.bg-grey.event-detail h2 {
    padding-bottom: 0px;
}

.see-more a {
    display: flex;
    gap: 4px;
    align-items: center;
}
.event-wrapper {
    overflow: hidden;
}
.event-wrapper img {
    transition: 0.3s;
}
.event-wrapper:hover img {
    transform: scale(1.1);
}

.what-we-do2 {
    position: relative;
    background-image: url(../images/what-we-do/main-bg2.jpg);
    background-size: cover;
    background-position: bottom;
    height: 700px;
}
.what-we-do2 .banner-text h1 {
    font-weight: 700;
    font-size: 48px;
    line-height: 62px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: -0.5px;
    color: #fff;
    width: 75%;
    margin: 0 auto;
    font-family: "lora", serif;
    margin-bottom: 0px;
}
.perfect-venue {
    padding-top: 32px;
    position: relative;
    padding-bottom: 0px;
}
.two-part {
    display: grid;
    gap: 32px;
    grid-template-columns: 40% 60%;
}
.one h3 {
    font-weight: 700;
    font-size: 34px;
    line-height: 44px;
    letter-spacing: 0px;
    text-transform: uppercase;
    font-family: "lora", serif;
    width: 93%;
    margin-bottom: 0px;
}
.one.heading-title.split-text {
    text-align: left !important;
}
.two p {
    font-weight: 300;
    font-size: 22px;
    line-height: 35px;
    letter-spacing: 0px;
    margin-bottom: 0px;
    font-family: "onest", serif;
    width: 752px;
    padding-bottom: 24px !important;
}
.two p:last-child {
    padding-bottom: 0px !important;
}
section.best-venues-section.what-we-do3 {
    padding-top: 0px !important;
    padding-bottom: 32px;
}
.what-service {
    display: grid;
    gap: 32px;
    grid-template-columns: 865px 416px;
}
.what-service .left {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
}
.what-service .right img {
    width: 973px;
    height: 649px;
    object-fit: cover;
    object-position: right;
}
.what-service .left .item .card-img {
    width: 417px;
}
.right img,
.right {
    position: relative;
}

.img-text h4 {
    font-weight: 700;
    font-size: 28px;
    line-height: 36px;
    letter-spacing: 0px;
    text-align: center;
    text-transform: uppercase;
    color: #fefefe;
    font-family: "lora", serif;
    margin-bottom: 0px;
}
.img-text p {
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0px;
    text-align: center;
    color: #fefefe;
    font-family: "onest", serif;
    margin-bottom: 0px;
    padding: 24px 32px 0px;
}
section.event-about-section.what-we-doevent {
    padding-top: 80px;
    padding-bottom: 10px !important;
}
/*
.destination{
  padding-bottom: 80px;
}
*/
.popular-desti {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
}

.desti-text h6 {
    margin-bottom: 0px;
    font-weight: 700;
    letter-spacing: 0px;
    text-transform: uppercase;
    font-size: 19px;
    line-height: 30px;
    font-family: "lora", serif;
}
.desti-text p {
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0px;
    font-family: "onest", serif;
    padding-top: 12px;
    margin-bottom: 0px;
}
.desti-text {
    background: #f2f2f0;
    padding: 24px;
}
.desti-text a {
    font-weight: 500;
    font-size: 11px;
    line-height: 20px;
    letter-spacing: 0px;
    text-transform: uppercase;
    text-decoration: underline;
    color: #b5b4b3;
    font-family: "onest", serif;
    padding-top: 12px;
    display: inline-block;
}
.img-text {
    background: #000;
    position: relative;
}
.img-text h4 {
    position: absolute;
    top: -141px;
    width: 87%;
    left: 50%;
    transform: translateX(-50%);
}
/*
.plan-btn a {
    background: #fff;
    padding: 12px 32px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    font-family: "onest", serif;
    color: #0a0700;
}
.plan-btn {
    text-align: center;
    display: inline-block;
    margin-top: 32px;
    margin-left: 83px;
    margin-bottom: 64px;
}
.plan-btn a:hover {
    background: #ae9366 !important;
    color: #fff;
}
*/
.right {
    position: sticky;
    top: 120px !important;
    align-self: flex-start;
}

.what-we-do2 .banner-text {
    padding-top: 452px;
}
.destination .event-head h3 {
    font-weight: 700;
    font-size: 34px;
    line-height: 44px;
    letter-spacing: 0px;
    text-transform: uppercase;
    font-family: "lora", serif;
    margin-bottom: 0px;
}
.destination .event-head {
    /* margin-bottom: 32px; */
    padding: 0px 0px 32px;
}

section.corporate {
    position: relative;
    text-align: center;
    padding: 50px 0px 0px;
}
.banner-text1 h1 {
    font-weight: 700;
    font-size: 48px;
    line-height: 62px;
    letter-spacing: 0px;
    text-align: center;
    text-transform: uppercase;
    font-family: "lora", serif;
    width: 80%;
    margin: 0 auto;
}
.banner-text1 p {
    font-weight: 400;
    font-size: 20px;
    line-height: 32px;
    letter-spacing: 0px;
    text-align: center;
    font-family: "onest", serif;
    padding-top: 16px;
    width: 864px;
    margin: 0 auto;
}
.corporate-desti .popular-desti {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
}
.corporate-desti {
    display: grid;
    gap: 32px;
    grid-template-columns: 30% 70%;
}
.left form input {
    background: #f2f2f0;
    border: none;
    padding: 12px 14px;
    margin-top: 24px;
    position: relative;
    width: 356px;
}
input:focus,
textarea:focus {
    border: none !important;
    box-shadow: none !important;
    outline: 0;
}
.left form img {
    position: absolute;
    left: 13px;
    top: 52%;
}
.left form {
    position: relative;
}
.left form input::placeholder {
    padding-left: 30px;
    font-family: "onest", serif;
}
.left span {
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0;
    color: #0a0700;
    font-family: "onest", serif;
}
.left span b {
    font-weight: 700;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0;
    color: #0a0700;
    font-family: "onest", serif;
}

.location-choice h6,
.style-choice h6 {
    font-weight: 700;
    font-size: 19px;
    line-height: 30px;
    letter-spacing: 0px;
    text-transform: uppercase;
    color: #0a0700;
    font-family: "lora", serif;
    margin-bottom: 0px;
}
.location-choice {
    padding-top: 40px;
}
.checkbox-group {
    display: flex;
    flex-direction: row;
    gap: 8px;
    padding-top: 16px;
}

.checkbox-group input[type="checkbox"] {
    display: none; /* Hide the default checkbox */
}

.checkbox-group label {
    padding: 6px 12px;
    cursor: pointer;
    text-align: center;
    font-size: 11px;
    font-weight: 500;
    color: #8c8c8b;
    transition: background-color 0.3s;
    background: #f2f2f0;
    line-height: 20px;
    letter-spacing: 0px;
    text-transform: uppercase;
}

.checkbox-group input[type="checkbox"]:checked + label {
    background-color: #ae9366; /* Brownish color for selected state */
    border-color: #ae9366;
    color: #fff;
}

.checkbox-group label:hover {
    background-color: #ae9366;
    color: #fff;
}
/*
section.cta-section.corporate-cta {
    padding: 80px 0px !important;
}
*/
.style-choice {
    padding-top: 40px;
}

section.faq-ques.corporate-faq {
    padding-bottom: 10px;
}
.plan-img::before {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 45%;
    clear: both;
    content: "";
    z-index: 9;
    background-image: linear-gradient(#00000000, #000000b0, #000000f7);
}
.plan-img {
    position: relative;
    z-index: -1;
}

.portugal-bg {
    background-image: url(../images/portugal/mainbg.png);
    background-size: cover;
    height: 700px;
}
section.hotel-list {
    padding: 64px;
}
.best-hotel h1 {
    font-weight: 700;
    font-size: 48px;
    line-height: 62px;
    letter-spacing: 0px;
    text-transform: uppercase;
    color: #3b3a39;
    font-family: "lora", serif;
    margin-bottom: 0px;
}
.hotel-group {
    display: flex;
    gap: 32px;
}
.hotel-detail {
    padding-bottom: 30px;
}
.hotel-detail a {
    color: #ae9366;
}
.hotel-detail a:hover {
    color: #ae9366;
}

.hotel-detail h2{
       font-weight: 700;
    font-size: 35px;
    line-height: 45px;
    letter-spacing: 0px;
    text-transform: uppercase;
    font-family: "lora", serif;
    margin-bottom: 0px; 
}
.hotel-detail li {
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0px;
    color: #3b3a39;
    list-style: disc;
    /* margin-left: 64px; */
    padding-top: 16px;
}
.hotel-detail p {
    margin-bottom: 0px;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0px;
    color: #0a0700;
/*     width: 735px; */
}
.hotel-name {
    padding: 32px 0px;
}
.hotel-name h3 {
    font-weight: 700;
    font-size: 25px;
    line-height: 35px;
    letter-spacing: 0px;
    text-transform: uppercase;
    font-family: "lora", serif;
    margin-bottom: 0px;
}
.hotel-img img {
    height: 490px;
    width: 864px;
    object-fit: cover;
}
/* .hotel-location {
    padding: 0px 48px;
} */
.hotel-location p.large,
.hotel-summary p.large {
    font-weight: 700;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0px;
    margin-bottom: 0px;
    color: #3b3a39;
    font-family: "onest", serif;
    padding-right: 16px;
}
.hotel-location span {
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0px;
    margin-bottom: 0px;
    padding-top: 16px;
    font-family: "onest", serif;
    display: inline-block;
    padding-bottom: 16px;
}
.hotel-location ul {
    margin: 0px;
}
.hotel-location li {
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0px;
    color: #0a0700;
    list-style: disc;
    /*margin-left: 64px;*/
    padding-top: 16px;
}
.hotel-summary {
    padding-bottom: 48px;
    /*padding-left: 64px;*/
}
.hotel-summary p {
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0px;
    margin-bottom: 0px;
    width: 800px;
    padding-top: 24px;
    padding-right: 16px;
    padding-left: 0px;
}
.hotel-detail ul {
    padding-left: 28px;
}
.hotel-group .sectionone {
    width: 928px;
}
span.search-icon img {
    height: 22px;
    width: 22px;
    margin-right: 10px;
}
.search-box {
    display: flex;
    align-items: center;
    background-color: #f2f2f0;
    padding: 12px 14px;
    width: 100%;
}

.search-box input {
    background: #f2f2f0;
    font-size: 14px;
    color: #8c8c8b;
    font-weight: 400;
    line-height: 22px;
    font-family: "onest", serif;
    border: none;
    width: 356px;
}
.checkbox-grid {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}
.hotel-left {
    width: 928px;
}
.hotel-book {
    display: flex;
    gap: 32px;
}
.hotel-content {
    width: 416px;
}
.content h4 {
    font-weight: 700;
    font-size: 28px;
    line-height: 36px;
    letter-spacing: 0px;
    text-transform: uppercase;
    margin-bottom: 0px;
    font-family: "lora", serif;
}
.content-list {
    margin-top: 32px;
}
.content-list ul {
    padding: 0px;
    margin: 0px;
}
.content-list li a {
    font-weight: 300;
    font-size: 20px;
    line-height: 32px;
    letter-spacing: 0px;
    color: #0a0700;
    font-family: "onest", serif;
}
.content-list li:hover a {
    color: #ae9366;
}

.content-list li {
    padding: 12px 16px;
    border-bottom: 1px solid #c9c9c7;
    background: #f2f2f0;
}
.content-list li:last-child {
    border-bottom: none;
}
/* .hotel-content {
    position: sticky;
    display: flex;
    flex-direction: column;
    gap: 32px;
    top: 100px;
    align-self: start;
} */
section.destination.portdesti {
    padding-bottom: 10px !important;
}
.left span:hover {
    color: #fff;
}
.hotel-content .img-text h4 {
    position: absolute;
    top: -97px;
    width: 87%;
    left: 50%;
    transform: translateX(-50%);
}

.best-venues-section .best-venues .main-btn:hover span {
    color: #fff;
}
.desti-text a:hover {
    color: #ae9366;
}

html {
    scroll-behavior: smooth;
}
.sectionone {
    scroll-margin-top: 80px;
}
.plan-img img {
    position: relative;
    object-fit: cover;
    width: 100%;
    height: 405px;
}
.venue-planing {
    position: sticky;
    top: 100px;
    height: 700px;
    width: 416px;
}

.privacy-sec {
    padding: 80px 64px 100px;
    position: relative;
}
.privacy-content {
    padding: 0px 400px;
}
.privacy-content h6,
.privacy-para h6 {
    font-weight: 700;
    font-size: 19px;
    line-height: 30px;
    letter-spacing: 0px;
    text-transform: uppercase;
    color: #000000;
    font-family: "lora", serif;
    margin-bottom: 0px;
}
.privacy-para h3 {
    font-size: 34px;
    font-weight: 700;
    line-height: 44px;
    letter-spacing: 0px;
    text-transform: uppercase;
    font-family: "lora", serif;
    margin-bottom: 0px;
}
.privacy-para p {
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0px;
    font-family: "onest", serif;
    margin-bottom: 0px;
    padding-top: 32px;
}
.privacy-para {
    padding-top: 32px;
}

.modal2 {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 32px;
    bottom: 32px;
    width: 100%;
    height: 100%;
    overflow: auto;
}
.modal-content {
    background-color: #000;
    margin: 5% 0%;
    padding: 32px 24px;
    border-radius: 0px;
    width: 100%;
    text-align: center;
}
.modal-content h6 {
    font-weight: 700;
    font-size: 19px;
    line-height: 30px;
    letter-spacing: 0px;
    text-align: center;
    text-transform: uppercase;
    font-family: "lora", serif;
    color: #fff;
    margin-bottom: 0px;
}
.modal-content p {
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0px;
    text-align: center;
    color: #fefefe;
    font-family: "onest", serif;
    margin-bottom: 0px;
    padding-top: 12px;
}
.modal-content a {
    text-decoration: underline;
    color: #ae9366;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    padding-top: 12px;
    font-family: "onest", serif;
}
.btn-group a {
    padding: 8px 16px;
    background: #f2f2f0;
    font-weight: 500;
    font-size: 13px;
    line-height: 20px;
    text-transform: uppercase;
    color: #0a0700;
    text-decoration: none;
}
.btn-group {
    gap: 8px;
    margin: 32px 42px 0px;
    display: grid;
    grid-template-columns: 111px 111px;
}
.btn-group a:last-child {
    margin-left: 29px;
    width: 170px;
}

/**************************team page**************************************/
section.team-detail-sec {
    position: relative;
    padding: 0px 64px;
}
.teamdet {
    padding: 80px 15px 0;
    display: grid;
    gap: 64px;
    grid-template-columns: 416px 814px;
}

.team-pic img {
    width: 416px;
    height: 624px;
    object-fit: cover;
}
.team-content h1 {
    font-weight: 700;
    font-size: 48px;
    line-height: 62px;
    letter-spacing: 0px;
    text-transform: uppercase;
    color: #0a0700;
    font-family: "lora", serif;
    margin-bottom: 0px;
}
.team-content h5 {
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 0px;
    text-transform: uppercase;
    color: #0a0700;
    font-family: "lora", serif;
    margin-bottom: 0px;
    padding-top: 8px;
}
.team-content p {
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0px;
    color: #0a0700;
    font-family: "onest", serif;
    margin-bottom: 0px;
    padding-top: 32px;
}
.fun-fact {
    padding-top: 54px;
    display: flex;
    align-items: center;
    gap: 16px;
}
.fun-fact img {
    width: 72px;
    height: 72px;
    object-fit: cover;
}
.fun-fact h5 {
    padding-top: 0px;
}
.fun-fact p {
    padding-top: 8px;
}
section.team-slider {
    position: relative;
    padding: 48px 64px 10px !important;
}
.owl-carousel.owl-theme.team-detail h5 {
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 0px;
    text-align: center;
    text-transform: unset;
    color: #0a0700;
    font-family: "lora", serif;
    margin-bottom: 0px;
}
.owl-carousel.owl-theme.team-detail h6 {
    font-weight: 700;
    font-size: 24px;
    line-height: 38px;
    letter-spacing: 0px;
    text-align: center;
    color: #ae9366;
    font-family: "onest", serif;
    margin-bottom: 0px;
    padding-top: 48px;
    text-transform: capitalize;
}
.owl-carousel.owl-theme.team-detail p {
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0px;
    text-align: center;
    color: #787775;
    font-family: "onest", serif;
    padding-top: 8px;
    margin-bottom: 0px;
}
.owl-carousel.owl-theme.team-detail .item {
    width: 60%;
    margin: 0 auto;
}
.team-detail button.owl-prev span,
.team-detail button.owl-next span {
    background: #e5e5e5;
    padding: 12px;
}
.team-detail button.owl-prev,
.team-detail button.owl-next {
    position: absolute;
    top: 50%;
}
.team-detail .owl-nav.disabled button.owl-prev,
.team-detail button.owl-next {
    display: none !important;
}
.team-detail button.owl-next {
    right: 0;
}
.custom-nav.team-slide button.custom-prev {
    background-color: #e5e5e5;
    position: absolute;
    top: 37%;
    left: 62px;
    padding: 12px;
    line-height: 30px;
}
.custom-nav.team-slide button.custom-next {
    background-color: #e5e5e5;
    position: absolute;
    top: 35%;
    right: 62px;
    padding: 12px;
    line-height: 30px;
}
section.team-bg-sec {
    position: relative;
    background-image: url(../images/team/team-bg.jpg);
    background-size: cover;
    height: 700px;
    background-position: center;
}
.team-bg h1 {
    font-weight: 700;
    font-size: 48px;
    line-height: 72px;
    letter-spacing: -0.5px;
    text-align: center;
    text-transform: uppercase;
    font-family: "lora", serif;
    color: #fff;
    padding-top: 524px;
    margin-bottom: 0px;
}
section.team-content-sec {
    padding: 72px 64px 32px;
    position: relative;
}
.team-content2 p {
    font-weight: 300;
    font-size: 22px;
    line-height: 38px;
    letter-spacing: 0px;
    text-align: center;
    margin-bottom: 0px;
    font-family: "onest", serif;
    width: 864px;
    margin: 0 auto;
    color: #3b3a39;
}
.team-content2 a {
    padding: 16px 48px;
    background: #f2f2f0;
    color: #0a0700;
    font-weight: 700;
    font-size: 24px;
    line-height: 36px;
    letter-spacing: 0px;
    text-align: center;
    text-transform: uppercase;
    font-family: "onest", serif;
    margin-top: 48px;
    display: inline-block;
}
.team-content2 {
    text-align: center;
}
.team-content2 a:hover {
    color: #fff;
    background: #ae9366;
}
.value h2,
.team-list h2,
section.team-content-sec.team-work h2 {
    font-weight: 700;
    font-size: 40px;
    line-height: 52px;
    letter-spacing: 0px;
    text-transform: uppercase;
    color: #0a0700;
    font-family: "lora", serif;
    margin-bottom: 0px;
    text-align: center;
}
.value p,
section.team-content-sec.team-work p {
    font-weight: 300;
    font-size: 22px;
    line-height: 32px;
    letter-spacing: 0px;
    text-align: center;
    margin-bottom: 0px;
    font-family: "onest", serif;
    margin: 0 auto;
    color: #3b3a39;
    padding-top: 24px;
}
section.brand-logo-section.team-logo-sec {
    padding-top: 24px;
    padding-bottom: 48px;
}
section.team-slider.team-slider-sec {
    padding: 32px 64px;
}
.vbox1 {
    background: #f2f2f0;
    padding: 48px;
}
.value-box {
    display: flex;
    gap: 24px;
    text-align: center;
    margin-top: 32px;
}
.value-box h4,
.list-content h4,
.banner-text2 h4 {
    font-weight: 700;
    font-size: 22px;
    line-height: 26px;
    letter-spacing: 0px;
    text-transform: uppercase;
    color: #0a0700;
    font-family: "lora", serif;
    margin-bottom: 0px;
    text-align: center;
    padding-top: 32px;
}
.value-box p,
.list-content p {
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0px;
    text-align: center;
    margin-bottom: 0px;
    font-family: "onest", serif;
    margin: 0 auto;
    color: #3b3a39;
    padding-top: 32px;
}
/*
.value-sec {
    padding: 32px 0px 0px;
}
*/
.team-list-sec {
    position: relative;
    overflow: hidden;
}
.listone {
    display: flex;
    background: #f2f2f0;
    padding: 48px 48px 0px;
    gap: 48px;
    width: 864px;
    margin-bottom: 16px;
    margin-left: 112px;
}
.listone img {
    height: 321px;
    width: 321px;
    object-fit: cover;
}
.list-bottom img {
    width: 76px;
    height: 20px;
}
.list-content h4 {
    padding-top: 0px;
    text-align: left;
}
.list-content span {
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0px;
    margin-bottom: 0px;
    font-family: "onest", serif;
    color: #ae9366;
    padding-top: 8px;
}
.list-content p {
    text-align: left;
    width: 399px;
}
.list-bottom {
    padding-top: 32px;
    gap: 32px;
    display: flex;
}
.list-bottom a {
    font-weight: 700;
    font-size: 13px;
    line-height: 20px;
    letter-spacing: 0px;
    text-transform: uppercase;
    text-decoration: underline;
    color: #ae9366;
}
.team-list {
    padding: 32px;
}
.listone.two,
.listone.four,
.listone.six {
    margin-left: 224px;
}
section.team-content-sec.team-work {
    position: relative;
    padding: 48px 64px 24px;
}
section.cta-section.team-cta {
    padding: 64px;
}

.banner-text2 h4 {
    margin-bottom: 0px;
    color: #fff;
    padding-top: 0px;
    position: relative;
}
.banner-text2 h4::before {
    position: absolute;
    right: 0;
    background: #a48a60;
    height: 32px;
    width: 3px;
    clear: both;
    content: "";
    margin: 0px -16px;
}
.banner-wrapper {
    overflow: hidden;
    background-color: #000;
    white-space: nowrap;
    padding: 8px 16px;
    color: white;
    margin: 48px 0px;
}

.banner-text2 {
    animation: scroll 40s linear infinite;
    display: flex;
    align-items: center;
    gap: 32px;
}

@keyframes scroll {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(calc(-100%));
    }
}

.banner-wrapper2 {
    overflow: hidden;
    background-color: #000;
    white-space: nowrap;
    padding: 8px 16px;
    color: white;
    margin-top: 16px;
    margin-bottom: 48px;
}
.banner-wrapper2 .banner-text2 {
    animation: scroll2 40s linear infinite;
    display: flex;
    gap: 32px;
}
@keyframes scroll2 {
    from {
        transform: translateX(-100%);
    }

    to {
        transform: translateX(calc(0));
    }
}
@keyframes slideRight {
    0% {
        transform: translateX(-100%);
    }
    100% {
        transform: translateX(0);
    }
}
.team-event .card-img img {
    transition: transform 0.5s ease;
    transform: scale(1);
    height: 480px;
    object-fit: cover;
}
section.team-list-sec .row:nth-child(odd) {
    display: flex;
    justify-content: center;
}
.list-content p {
    padding-bottom: 0px !important;
}
.team-slider button.custom-prev,
.team-slider button.custom-next {
    width: 40px;
    height: 56px;
}

.plan-btn a {
    color: #000 !important;
}

.london h2.heading-title {
    text-align: left;
}
p.para-text {
    font-size: 20px;
    font-weight: 400;
    color: #0a0700;
    font-family: "Onest", serif;
    line-height: 32px;
    margin: 0;
    text-align: left;
}
.bgl-img::before {
    position: absolute;
    top: -28px;
    right: -28px;
    background: #ae9366;
    height: 350px;
    width: 350px;
    clear: both;
    content: "";
    z-index: -1;
}
.bgl-img::after {
    position: absolute;
    bottom: -28px;
    left: -28px;
    background: #ae9366;
    height: 350px;
    width: 350px;
    clear: both;
    content: "";
    z-index: -1;
}
.bgl-img img:hover {
    filter: grayscale(1);
}
section.cta-section.cta-bg {
    padding-bottom: 0px !important;
}
section.cta-section.cta-bg .contact-us {
    position: relative;
    background-image: url(../images/bvgl/london-cta.jpg) !important;
    background-size: cover;
    background-position: center;
    margin: 32px 0px 0px;
    z-index: 1;
}
section.cta-section.cta-bg .contact-us::before {
    position: absolute;
    top: 0;
    right: 0;
    background: #000;
    height: 100%;
    width: 100%;
    clear: both;
    content: "";
    z-index: -1;
    opacity: 60%;
}
.bgl-img {
    position: relative;
}
.london-venue {
    position: relative;
    padding: 32px 0px;
}

.inner-banner-sec {
    /*background-image: url(../images/bvgl/blog-banner.jpg);*/
    background-size: cover;
    position: relative;
    height: 600px;
    background-position: center;
}
.inner-banner-sec.best-vanue {
    background-image: url(../images/bvgl/discover-banner.jpg);
    background-size: cover;
    position: relative;
    height: 600px;
    background-position: center;
}
.best-venues .item {
    margin-bottom: 35px;
}
.brown-bg {
    background: #ae9366;
    padding: 25px;
    color: #fff;
}
.header-btn.blogbtn {
    margin-left: 0px;
}
.brown-bg h3 {
    font-size: 24px;
    font-weight: 600;
    color: #fff;
    font-family: "Lora", serif;
    margin-bottom: 0 !important;
    line-height: 36px;
    padding-bottom: 20px;
}
section.contact-us-wrapper {
    padding-bottom: 80px;
}
.space-filter {
    margin: 30px 0px;
}
.filter-icon img {
    width: 40px;
}
.space-filter h6 {
    font-size: 18px;
    font-weight: 700;
    color: #000;
    font-family: "Lora", serif;
    margin-bottom: 0 !important;
    line-height: 36px;
}
.corporate-desti .right {
    margin-bottom: 32px;
}
.banner-text1 h4 {
    font-size: 32px;
    font-weight: 600;
    color: #fff;
    font-family: "Lora", serif;
    margin-bottom: 0 !important;
    line-height: 36px;
    background-color: #ae9366;
    padding: 10px;
    width: 55%;
    margin: 30px auto;
}
.event-head.logohead {
    padding-bottom: 16px;
}
.event-head.discover {
    display: unset;
    text-align: left;
}
/*
.event-head.discover h3{
   padding-bottom: 32px;
}
*/
.discover-mid {
    position: relative;
}
.discover-mid img {
    height: 400px;
    width: 100%;
    object-fit: cover;
}
.midtext {
    position: absolute;
    bottom: 10%;
    color: #fff;
    left: 5%;
}
.gallery.innergallery .gallery-item img {
    width: 100%;
    border-radius: 0px;
    transition: 0.4s;
    height: 400px;
}
.search-box2 select {
    width: 300px;
    height: 44px;
}

.item .card-img img {
    height: 307px;
}
.bottom-paragraph h3.heading-title,
.bottom-paragraph h4.heading-title {
    text-align: left !important;
    font-size: 22px;
    line-height: 35px;
}
ul.space-list li {
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0px;
    font-family: "onest", serif;
    color: #0a0700;
    padding-bottom: 10px;
    list-style: disc;
}
.banner-text1 h4.contact {
    width: 35%;
}
section.corporate.main {
    position: relative;
    text-align: center;
    padding: 32px 0px 32px;
}
.inner-banner-blog {
    background: #00000085;
    width: 80%;
    margin: 15% auto;
    padding: 20px;
}
.inner-banner-blog h5.heading-title,
.inner-banner-blog h6 {
    text-align: left;
    color: #fff;
}
.inner-banner-blog .space-filter {
    margin: 0px;
}
.filter-icon img {
    margin-top: 34px;
}
.inner-banner-blog .space-filter {
    gap: 20px !important;
}
.venue-list .new-york.d-flex {
    gap: 50px;
}
.venue-list .new-york ul li {
    padding-bottom: 12px;
}
.top-header .title h4 {
    font-size: 19px !important;
    line-height: 30px;
    font-weight: bold;
    color: #fff;
    padding-bottom: 20px;
    font-family: "Lora", serif;
    margin: 0;
}

.bottom-paragraph a {
    color: #ae9366;
}
section.corporate-retreat.blogcr {
    margin-top: 32px;
}

section.value-sec,
section.destination {
    padding: 32px 0px;
}
.desti-img img {
    height: 308px;
}
.event-head.discover p {
    padding: 12px 0px;
    font-size: 20px;
    font-weight: 400;
    color: #0a0700;
    font-family: "Onest", serif;
    line-height: 32px;
    margin: 0;
    text-align: left;
}
.box-head h4,
.box-head p {
    text-align: left !important;
}
.box-head p {
    padding-top: 16px;
}
.vbox1.reward {
    background: #f2f2f0;
    padding: 0px;
    height: 750px;
}
ul.reward-list {
    padding: 0px 0px;
    text-align: left;
    line-height: 30px;
}
ul.reward-list li {
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0px;
    font-family: "onest", serif;
    color: #0a0700;
    padding-top: 16px;
    list-style: disc;
}
ul.reward-list li img {
    filter: invert(58%) sepia(22%) saturate(749%) hue-rotate(12deg) brightness(95%);
    width: 16px;
    height: 32px;
    margin: 0px 5px;
}
.vbox1.reward .box-head p {
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0px;
    font-family: "onest", serif;
    color: #0a0700;
    margin-bottom: 0px;
}
.vbox1.reward .box-head a {
    font-weight: 500;
    font-size: 11px;
    line-height: 20px;
    letter-spacing: 0px;
    text-transform: uppercase;
    text-decoration: underline;
    color: #b5b4b3;
    font-family: "onest", serif;
    display: block;
    margin-top: 0px;
}
.value-box.reward1 {
    text-align: left !important;
}
.reward-img img {
    height: 300px;
    width: 100%;
    object-fit: cover;
}
.box-head {
    padding: 10px;
}
.vbox1.reward .box-head h4 {
    font-weight: 700;
    font-size: 22px;
    line-height: 26px;
    letter-spacing: 0px;
    text-transform: uppercase;
    color: #0a0700;
    font-family: "lora", serif;
    margin-bottom: 0px;
    text-align: center;
}
.why-join,
section.faq-ques {
    position: relative;
    padding: 32px 0px;
}

.why-join p {
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0px;
    font-family: "onest", serif;
    color: #0a0700;
    margin-bottom: 0px;
    padding-top: 5px;
}
.event-head.join {
    margin-bottom: 30px;
}
.join-list .d-flex.mb-3 {
    margin-bottom: 30px !important;
    align-items: center;
}
.join-list img {
    height: 50px;
    margin-right: 16px;
}
.joinimg img {
    height: 450px;
    width: 500px;
    object-fit: cover;
    float: right;
}

.enquire-section {
    background-color: #ae9366;
    margin-top: 32px;
}
.enquiry-img img {
    height: 630px;
    width: 100%;
    object-fit: cover;
}
.enquiry-form {
    padding: 44px 115px;
}
.enquire-section .form-control {
    border-radius: 0;
    border: 1px solid #ddd;
    height: 45px;
}

.enquire-section .btn {
    border-radius: 0;
    font-weight: bold;
}
.reward-form {
    display: grid;
    grid-template-columns: 50% 50%;
}
.enquiry-form h3 {
    font-weight: 700;
    font-size: 34px;
    line-height: 44px;
    letter-spacing: 0px;
    text-transform: uppercase;
    font-family: "lora", serif;
    margin-bottom: 30px;
}
.value h3 {
    font-weight: 700;
    font-size: 34px;
    line-height: 44px;
    letter-spacing: 0px;
    text-transform: uppercase;
    font-family: "lora", serif;
    margin-bottom: 0px;
    text-align: center;
}
.event-head.discover p a {
    color: #ae9366;
}
#top-cta .contact-us {
    padding: 20px 48px !important;
}
.corporate h4 {
    text-transform: capitalize;
}

.join-list.d-flex {
    gap: 45px;
    flex-wrap: wrap;
    min-width: 700px;
}

.back-link {
    display: inline-block;
    color: #000;
    text-decoration: underline;
    font-weight: 500;
    font-size: 20px;
    line-height: 32px;
    margin: 20px 0;
}

.back-link:hover {
    text-decoration: underline;
    color: #ae9366;
}

/* Venue Header */
.venue-header {
    margin-bottom: 30px;
}

.venue-header h1 {
    font-weight: 700;
    font-size: 48px;
    line-height: 62px;
    letter-spacing: 0px;
    text-align: left;
    text-transform: uppercase;
    font-family: "lora", serif;
    width: 80%;
}
p.venue-location,
p.venue-capacity {
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0px;
    font-family: "onest", serif;
    color: #0a0700;
}
p.venue-location i,
p.venue-capacity i {
    color: #ae9366;
}
i.fas.fa-couch {
    margin-left: 10px;
}
/* Main Layout */
.main-layout {
    display: grid;
    grid-template-columns: 50% 50%;
    margin: 50px 0px;
}

/* Venue Description */
.venue-description {
    margin-bottom: 30px;
}

.venue-description p {
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0px;
    font-family: "onest", serif;
    color: #0a0700;
}

/* Venue Categories */
.venue-section {
    margin-bottom: 30px;
}

.venue-section h3,
.booking-form-container h3,
.venue-section2 h3,
.perfect-for-section h3,
.tab-content h3 {
    font-weight: 700;
    font-size: 22px;
    line-height: 26px;
    letter-spacing: 0px;
    text-transform: uppercase;
    color: #0a0700;
    font-family: "lora", serif;
    margin-bottom: 20px;
    text-align: left;
}

.category-list,
.amenities-list {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.category-list div,
.amenities-list div,
.location-section p,
.tab-content p {
    position: relative;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0px;
    font-family: "onest", serif;
    color: #0a0700;
    list-style: disc;
}
.category-list div img,
.amenities-list div img,
.perfect-for-list img,
.category-list img, ul.cate-list li img {
    filter: invert(58%) sepia(22%) saturate(749%) hue-rotate(12deg) brightness(95%);
}
ul.cate-list li img {
    filter: invert(58%) sepia(22%) saturate(749%) hue-rotate(12deg) brightness(95%);
}
/* Location */
.location-section {
    margin-top: 30px;
}

.booking-form-container {
    background: #fff;
    border: 1px solid #ae9366;
    padding: 25px;
    border-radius: 5px;
    width: 80%;
    float: right;
}
/* 
.booking-form-container .form-group {
    margin-bottom: 15px;
} */

.booking-form-container .form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
    margin-bottom: 15px;
}

.booking-form-container .form-group label {
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0px;
    font-family: "onest", serif;
    color: #0a0700;
}

.booking-form-container .form-group input,
.form-group textarea {
    margin-top: 5px;
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd !important;
    font-family: "Onest", serif;
    font-size: 13px;
    background: #fff;
    border-radius: 5px;
}

.booking-form-container .form-group input:focus,
.form-group textarea:focus {
    outline: none;
    border-color: #ae9366;
}

.booking-form-container .form-group textarea {
    resize: vertical;
    min-height: 100px;
}

.booking-form-container .form-group input::placeholder,
.booking-form-container .form-group textarea::placeholder {
    color: #999;
    font-size: 12px;
}

.booking-form-container .submit-btn {
    color: #000;
    transition: all 0.2sease-in-out;
    border: 1px solid #ae9366;
    background: #ae9366;
    padding: 10px 32px;
    font-size: 16px;
    line-height: 24px;
    transition: 0s;
    font-weight: 700;
    display: flex;
    align-items: center;
    margin: 0 auto;
    font-family: "Onest", serif;
    border-radius: 10px;
}

.booking-form-container .submit-btn:hover {
    border: 1px solid #ae9366;
    color: #000;
    background: transparent;
}
.perfect-for-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 6px;
}

.perfect-for-list div {
    position: relative;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0px;
    font-family: "onest", serif;
    color: #0a0700;
    list-style: disc;
}

/* Responsive */
@media (max-width: 968px) {
    .main-layout {
        grid-template-columns: 1fr;
    }

    .booking-form-container {
        position: static;
    }
}

@media (max-width: 640px) {
    .venue-header h1 {
        font-size: 28px;
    }

    .form-row {
        grid-template-columns: 1fr;
    }

    .recommendations-grid {
        grid-template-columns: 1fr;
    }
}

.inner-banner-sec.venue-lisiting {
    /*background-image: url(http://182.77.48.223/dev/bvgl/wp-content/uploads/2025/10/Baptist-Dome-Side-picture.jpg);*/
    background-size: cover;
    position: relative;
    height: 600px;
    background-position: center;
}
.venue-section2 {
    margin-bottom: 30px;
    display: grid
;
    grid-template-columns: repeat(2, 1fr);
}
.evenet-gallery-sec h2,
.location-section h2,
.event-loop h2,
.event-space-tab h2 {
    font-weight: 700;
    font-size: 34px;
    line-height: 44px;
    letter-spacing: 0px;
    text-transform: uppercase;
    font-family: "lora", serif;
    margin-bottom: 20px;
}
.floor-plan a {
    margin: 0px;
}
.floor-plan,
section.event-loop {
    position: relative;
    padding: 32px 0px;
}

.nav-tabs .nav-link.active {
    background-color: #ae9366 !important;
    color: #fff !important;
    border: none;
    padding: 20px 30px;
    border-radius: 0px;
}
.nav-tabs .nav-link {
    background-color: #e5e5e5;
    color: #000;
    margin-right: 5px;
    border: none;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0px;
    font-family: "onest", serif;
    padding: 20px 30px;
    border-radius: 0px;
}
.thumbnail-images img {
    max-width: 100%;
    height: 150px;
    border-radius: 4px;
    object-fit: cover;
    width: 100%;
}
.main-image img {
    width: 100%;
    height: 250px;
    border-radius: 4px;
    margin-bottom: 15px;
    object-fit: cover;
}
a.header-btn.blogbtn {
    border: 1px solid #fff;
}
a.header-btn.blogbtn:hover {
    border: 1px solid #fff;
}
.accordion-body a {
    color: #ae9366;
}
.vbox1.reward .box-head a:hover {
    color: #ae9366;
}

.blog-bg{
    /*background-image: url('../images/bvgl/london-cta.jpg');*/
    background-size: cover;
    height: 700px;
    background-position: bottom;
}
.new-york ul li a:hover {
    color: #ae9366;
}

.cate-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 10px;
}

.cate-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 10px;
}

.cate-list li {
  display: flex;
  align-items: center;
}

ul#eventTabs {
    padding: 0;
    margin: 0;
}
h1.lower{
	text-transform: capitalize;
}
.gallery-info {
    text-align: left;
}



/*****************************new css***********************/
.hide-btn a, .desti-text a {
    color: #404040 !important;
}
.hide-btn:hover a{
    color: #fff !important;
}
.desti-text a:hover, .privacy a:hover{
    color: #ae9366 !important;
}
.page {
    margin: 0 0 0 !important;
}
.search-box input[type="text"] {
    border: none;
}

.plan-btn {
  display: flex;
  justify-content: center;
  margin: 30px auto 50px; /* adds gap at bottom */
}

.plan-btn a {
  background: #fff;
  padding: 12px 32px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  font-family: "onest", serif;
  color: #0a0700;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s ease;
}

.plan-btn a:hover {
  background: #ae9366;
  color: #fff;
}
.img-text {
    background: #000;
    position: relative;
    height: 180px;
}
.plan-btn:hover a {
    color: #fff !important;
}
a:focus {
 outline: 0 !important;
}


@media (min-width: 1200px) and (max-width: 1399px) {
 .inner-banner-blog {
    background: #00000085;
    width: 95%;
    margin: 15% auto;
    padding: 20px;
}
    .img-text {
    background: #000;
    position: relative;
    height: 200px;
}
}
@media (min-width: 1400px) {
  .inner-banner-blog {
    background: #00000085;
    width: 80%;
    margin: 15% auto;
    padding: 20px;
}
}
.contact-btn a:visited, .privacy a:visited {
    color: #646464;
}

.modal-content a:hover {
    color: #fff;
}
.modal-content a{
    color: #ae9366;
}
.btn-group a:hover{
    color: #000;
}
.tab-content h3 {
    line-height: 35px;
    padding-top: 20px;
}

h2 {
    font-weight: 700;
    font-size: 35px;
    line-height: 45px;
    letter-spacing: 0px;
    text-transform: uppercase;
    font-family: "lora", serif;
    margin-bottom: 0px;
}
p {
    margin-bottom: 0px;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0px;
    color: #0a0700;
	  font-family: "onest", serif;
}


ul, ol {
   margin: 0px !important;
    padding: 0px;
}
a.header-btn {
    color: #000 !important;
}
a.header-btn:hover span {
    color: #fff;
}
.see-more.aos-init.aos-animate a, a.back-link{
    color: #000 !important;
}
.see-more.aos-init.aos-animate:hover a{
    color: #fff;
}
section.event-space-tab {
    padding-top: 50px;
}
.hotel-detail.mt-5 h2 {
    padding-bottom: 16px;
}
.hotel-detail.mt-5 a {
    color: #ae9366;
}



@media (min-width: 992px) and (max-width: 1400px) {
 .brown-bg h3 {
    font-size: 19px;
    font-weight: 600;
    color: #fff;
    font-family: "Lora", serif;
    margin-bottom: 0 !important;
    line-height: 30px;
    padding-bottom: 6px;
}
}
#event-results a.header-btn.blogbtn:hover span {
    color: #fff;
}

/*****************************responsive.css*******************************************************/

@media (max-width: 575.98px) {
    .inner-banner-sec.best-vanue{
        height: auto;
    }
.inner-banner-blog {
    width: 100%;
    margin: 5% auto;;
}
        .heading-title {
        font-size: 25px;
        text-align: center;
        line-height: 35px;
    }
        .inner-banner-blog .space-filter, .space-filter {
        display: block !important;
        margin-top: 20px;
        text-align: center;
    }
    .search-box2 select {
    width: 100%;
    height: 44px;
}
    .category-filter, .Event-type {
    margin-bottom: 10px;
}
    .filter-icon img {
    margin-top: 10px;
}
    .banner-text1 p{
        width: 100%;
    }
    .value-box, .event-head.discover .d-flex.justify-content-between.align-items-center{
        flex-direction: column;
    }
    .vbox1, section.cta-section .contact-us {
    padding: 20px !important;
}
    .box-head h4, .box-head p {
    text-align: center !important; 
}
    .box-head {
    padding: 0px;
}
    .value-box h4, .list-content h4, .banner-text2 h4{
        padding-top: 16px;
    }
    #top-cta .contact-us {
    padding: 10px 38px !important;
    text-align: center;
}
    section.cta-section .contact-us .custom-btn {
    margin: 20px 0px 10px;
}
    .event-head h3, .destination .event-head h3, .value h3, .contact-us h3, .brown-bg h3, .evenet-gallery-sec h2, .location-section h2, .event-loop h2, .event-space-tab h2, .best-hotel h1, .best-hotel h1, .hotel-name h2, .banner-text1 h1{
    font-size: 28px;
    line-height: 38px;
        text-align: center;
    }
    .see-more.aos-init.aos-animate,  .text-area br
    {
        display: none;
    }
    .popular-desti, .perfect-for-list {
    grid-template-columns: 100%;
}
    .banner-text1 p, .event-head.discover p, .desti-text p, p.para-text, .image-card-content p, .venue-description p, .hotel-detail p {
    font-size: 16px;
    line-height: 26px;
        text-align: center;
    }
  .desti-text {
    background: #f2f2f0;
    padding: 20px;
    text-align: center;
}
    .inner-banner-sec, .inner-banner-sec.venue-lisiting, .blog-bg{
        height: 240px;
    }
    /*
    .banner-text1 h1 {
    font-weight: 700;
    font-size: 40px;
    line-height: 50px;
    width: 100%;
     margin:0px;
    }
    */
    .space-filter h6,  .event-space-tab h2, .venue-description p, .location-section h2, .event-loop h2, .evenet-gallery-sec h2, .best-hotel h1, .hotel-detail p, .hotel-name h2, .hotel-detail h2{
        text-align: left;
        width: 100%;
    }
        .card-img img {
        height: auto;
    }
    #event-results a.header-btn.blogbtn {
    width: 45%;
        text-align: center;
}
    #event-results a.header-btn.blogbtn span {
    color: #fff;
}
    a.header-btn img {
    width: 20px;
    filter: invert(1);
}
    .brown-bg{
        margin-bottom: 32px;
    }
    h5 button.accordion-button {
    font-weight: 700;
    font-size: 18px;
    }
    .brown-bg h3, .image-card-content p, .vbox1.reward .box-head p{
        text-align: left !important;
    }
    .accordion-body {
    font-size: 18px;
    padding: 20px;
    width: 100%;
    }
    .booking-form-container {
    width: 100%;
    float: unset;
}
    .venue-section2 {
    gap: 30px;
    grid-template-columns: 100%;
}
      ul#eventTabs li {
        margin: 0px 0px 10px;
        width: 100%;
    }
    .nav-tabs .nav-link {
    width: 100%;
    text-align: left;
}
    .main-layout{
        margin-top: 20px;
    }
    .banner-text1 h4 {
    font-size: 26px;
    width: 100%;
}
    .corporate-desti, .corporate-desti .popular-desti, .reward-form {
    grid-template-columns: 100%;
}
    section.hotel-list {
    padding: 20px 0px;
}
    .hotel-book {
    flex-direction: column;
}
    .hotel-img img, .enquiry-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
        margin-bottom: 20px;
}
    .hotel-left {
    width: 100%;
}
    .hotel-location {
    padding: 0;
}
    .box-head h4 {
    text-align: left !important;
    padding-top: 10px;
}
    .vbox1.reward {
    height: auto;
    margin-bottom: 20px;
}
    .join-list.d-flex {
    gap: 45px;
    flex-wrap: wrap;
    min-width: 100%;
}
    .enquiry-form {
    padding: 20px;
}
    .contact-btn{
        display: none;
    }
      .home .box-head h4{
        text-align: center !important;
    }
.modal2 {
    left: 8%;
}
    .modal2 .modal-content {
        width: 61% !important;
        margin-top: 50% !important;
    }
    section.breadcrumb-area {
    padding: 20px;
}
    section.contact-us-wrapper .contact-form {
    max-width: 100%;
    margin: 20px;
}
    section.contact-us-wrapper .contact-form .form-step ul.form-step-list li::before{
        left: 116%;
    }
    form#venue-multi-step-form {
    margin-top: 20px;
}
    div#event-results .col-8.text-center.py-5 {
    text-align: center;
    width: 100%;
    padding: 50px;
}
    .hotel-detail h2 {
        font-size: 22px;
        line-height: 28px;
        padding-bottom: 20px;
    }
.hotel-summary {
    padding-bottom: 20px;
    }
    p.large {
    padding-left: 0px;
}
    .hotel-summary p {
    margin-bottom: 0px;
    width: 100%;
    padding-top: 12px;
    padding-right: 0;
    padding-left: 0;
}
    .hotel-name {
    padding: 0;
}
	.hotel-name h2 {
     padding: 32px 0px;
}
	.venue-cta__action {
    margin-top: 20px;
}
}

@media (min-width: 576px) and (max-width: 767.98px) {
 .inner-banner-sec.best-vanue{
        height: auto;
    }
		.venue-cta__action {
    margin-top: 20px;
}
		.hotel-name h2 {
    padding: 32px 0px;
}
.inner-banner-blog {
    width: 100%;
    margin: 5% auto;;
}
        .heading-title {
        font-size: 25px;
        text-align: center;
        line-height: 35px;
    }
        .inner-banner-blog .space-filter, .space-filter {
        display: block !important;
        margin-top: 20px;
        text-align: center;
    }
    .search-box2 select {
    width: 100%;
    height: 44px;
}
    .category-filter, .Event-type {
    margin-bottom: 10px;
}
    .filter-icon img {
    margin-top: 10px;
}
    .banner-text1 p{
        width: 100%;
    }
    .value-box, .event-head.discover .d-flex.justify-content-between.align-items-center{
        flex-direction: column;
    }
    .vbox1, section.cta-section .contact-us {
    padding: 20px !important;
}
    .box-head h4, .box-head p {
    text-align: center !important; 
}
    .box-head {
    padding: 0px;
}
    .value-box h4, .list-content h4, .banner-text2 h4{
        padding-top: 16px;
    }
    #top-cta .contact-us {
    padding: 10px 38px !important;
    text-align: center;
}
    section.cta-section .contact-us .custom-btn {
    margin: 20px 0px 10px;
}
    .event-head h3, .destination .event-head h3, .value h3, .contact-us h3, .brown-bg h3, .evenet-gallery-sec h2, .location-section h2, .event-loop h2, .event-space-tab h2, .best-hotel h1, .best-hotel h1, .hotel-name h2, .banner-text1 h1 {
    font-size: 28px;
    line-height: 38px;
        text-align: center;
    }
    .see-more.aos-init.aos-animate,  .text-area br
    {
        display: none;
    }
    .popular-desti, .perfect-for-list {
    grid-template-columns: 100%;
}
    .banner-text1 p, .event-head.discover p, .desti-text p, p.para-text, .image-card-content p, .venue-description p, .hotel-detail p {
    font-size: 16px;
    line-height: 26px;
        text-align: center;
    }
  .desti-text {
    background: #f2f2f0;
    padding: 20px;
    text-align: center;
}
    .inner-banner-sec, .inner-banner-sec.venue-lisiting, .blog-bg{
        height: 240px;
    }
    /*
    .banner-text1 h1 {
    font-weight: 700;
    font-size: 40px;
    line-height: 50px;
    width: 100%;
     margin:0px;
    }
    */
    .space-filter h6,  .event-space-tab h2, .venue-description p, .location-section h2, .event-loop h2, .evenet-gallery-sec h2, .best-hotel h1, .hotel-detail p, .hotel-name h2{
        text-align: left;
        width: 100%;
    }
        .card-img img {
        height: auto;
    }
    #event-results a.header-btn.blogbtn {
    width: 45%;
        text-align: center;
}
    #event-results a.header-btn.blogbtn span {
    color: #fff;
}
    a.header-btn img {
    width: 20px;
    filter: invert(1);
}
    .brown-bg{
        margin-bottom: 32px;
    }
    h5 button.accordion-button {
    font-weight: 700;
    font-size: 18px;
    }
    .brown-bg h3, .image-card-content p, .vbox1.reward .box-head p{
        text-align: left !important;
    }
    .accordion-body {
    font-size: 18px;
    padding: 20px;
    width: 100%;
    }
    .booking-form-container {
    width: 100%;
    float: unset;
}
    .venue-section2 {
    gap: 30px;
    grid-template-columns: 100%;
}
      ul#eventTabs li {
        margin: 0px 0px 10px;
        width: 100%;
    }
    .nav-tabs .nav-link {
    width: 100%;
    text-align: left;
}
    .main-layout{
        margin-top: 20px;
    }
    .banner-text1 h4 {
    font-size: 26px;
    width: 100%;
}
    .corporate-desti, .corporate-desti .popular-desti, .reward-form {
    grid-template-columns: 100%;
}
    section.hotel-list {
    padding: 20px 0px;
}
    .hotel-book {
    flex-direction: column;
}
    .hotel-img img, .enquiry-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
    .hotel-left {
    width: 100%;
}
    .hotel-location {
    padding: 0;
}
    .box-head h4 {
    text-align: left !important;
    padding-top: 10px;
}
    .vbox1.reward {
    height: auto;
    margin-bottom: 20px;
}
    .join-list.d-flex {
    gap: 45px;
    flex-wrap: wrap;
    min-width: 100%;
}
    .enquiry-form {
    padding: 20px;
}
    .contact-btn{
        display: none;
    }
    .home .box-head h4{
        text-align: center !important;
    }
.modal2 {
    left: 8%;
}
   .modal2 .modal-content {
    width: 84% !important;
    margin-top: 60% !important;
}
        section.breadcrumb-area {
    padding: 20px;
}
    section.contact-us-wrapper .contact-form {
    max-width: 100%;
    margin: 20px;
}
    section.contact-us-wrapper .contact-form .form-step ul.form-step-list li::before{
        left: 116%;
    }
    form#venue-multi-step-form {
    margin-top: 20px;
}
    div#event-results .col-8.text-center.py-5 {
    text-align: center;
    width: 100%;
    padding: 50px;
}
        .hotel-detail h2 {
        font-size: 22px;
        line-height: 28px;
        padding-bottom: 20px;
    }
.hotel-summary {
    padding-bottom: 20px;
    }
    p.large {
    padding-left: 0px;
}
    .hotel-summary p {
    margin-bottom: 0px;
    width: 100%;
    padding-top: 12px;
    padding-right: 0;
    padding-left: 0;
}
    .hotel-name {
    padding: 0;
}
}


@media (min-width: 768px) and (max-width: 991.98px) {
 .inner-banner-sec.best-vanue{
        height: auto;
    }
			.hotel-name h2 {
    padding:16px 0px;
}
.inner-banner-blog {
    width: 100%;
    margin: 5% auto;;
}
        .heading-title {
        font-size: 25px;
        text-align: center;
        line-height: 35px;
    }
        .inner-banner-blog .space-filter, .space-filter {
        display: block !important;
        margin-top: 20px;
        text-align: center;
    }
    .search-box2 select {
    width: 100%;
    height: 44px;
}
    .category-filter, .Event-type {
    margin-bottom: 10px;
}
    .filter-icon img {
    margin-top: 10px;
}
    .banner-text1 p{
        width: 100%;
    }
    .value-box, .event-head.discover .d-flex.justify-content-between.align-items-center{
        flex-direction: column;
    }
    .vbox1, section.cta-section .contact-us {
    padding: 20px !important;
}
    .box-head h4, .box-head p {
    text-align: center !important; 
}
    .box-head {
    padding: 0px;
}
    .value-box h4, .list-content h4, .banner-text2 h4{
        padding-top: 16px;
    }
     #top-cta .contact-us {
        padding: 10px !important;
        text-align: left !important;
    }
section.cta-section .contact-us .custom-btn {
    padding: 10px;
    font-size: 15px;
}
    .contact-us h3 {
    font-size: 25px;
    max-width: 100%;
                line-height: 30px;
    margin-bottom: -10px;
}
    .event-head h3, .destination .event-head h3, .value h3, .brown-bg h3, .evenet-gallery-sec h2, .location-section h2, .event-loop h2, .event-space-tab h2, .best-hotel h1, .best-hotel h1, .hotel-name h2, .banner-text1 h1 {
        font-size: 35px;
        line-height: 45px;
        text-align: center;
    }
    .see-more.aos-init.aos-animate,  .text-area br
    {
        display: none;
    }
    .popular-desti, .perfect-for-list {
    grid-template-columns: repeat(2, 1fr);
}
    .banner-text1 p, .event-head.discover p, .desti-text p, p.para-text, .image-card-content p, .venue-description p, .hotel-detail p {
    font-size: 18px;
    line-height: 26px;
        text-align: center;
    }
  .desti-text {
    background: #f2f2f0;
    padding: 20px;
    text-align: center;
}
    .inner-banner-sec, .inner-banner-sec.venue-lisiting, .blog-bg{
        height: 500px;
    }
    /*
    .banner-text1 h1 {
    font-weight: 700;
    font-size: 40px;
    line-height: 50px;
    width: 100%;
     margin:0px;
    }
    */
    .space-filter h6,  .event-space-tab h2, .venue-description p, .location-section h2, .event-loop h2, .evenet-gallery-sec h2, .best-hotel h1, .hotel-detail p, .hotel-name h2{
        text-align: left;
        width: 100%;
    }
        .card-img img {
        height: auto;
    }
    #event-results a.header-btn.blogbtn {
    width: 51%;
        text-align: center;
}
    #event-results a.header-btn.blogbtn span {
    color: #fff;
}
    a.header-btn img {
    width: 20px;
    filter: invert(1);
}
    .brown-bg{
        margin-bottom: 32px;
    }
    h5 button.accordion-button {
    font-weight: 700;
    font-size: 18px;
    }
    .brown-bg h3, .image-card-content p, .vbox1.reward .box-head p{
        text-align: left !important;
    }
    .accordion-body {
    font-size: 18px;
    padding: 20px;
    width: 100%;
    }
    .booking-form-container {
    width: 100%;
    float: unset;
}
    .venue-section2 {
    gap: 30px;
    grid-template-columns: 100%;
}
      ul#eventTabs li {
        margin: 0px 0px 10px;
        width: 100%;
    }
    .nav-tabs .nav-link {
    width: 100%;
    text-align: left;
}
    .main-layout{
        margin-top: 20px;
    }
    .banner-text1 h4 {
    font-size: 26px;
    width: 100%;
}
    .corporate-desti, .reward-form {
    grid-template-columns: 100%;
}
    section.hotel-list {
    padding: 20px 0px;
}
    .hotel-book {
    flex-direction: column;
}
    .hotel-img img, .enquiry-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
        margin-bottom: 20px;
}
    .hotel-left {
    width: 100%;
}
    .hotel-location {
    padding: 0;
}
    .box-head h4 {
    text-align: left !important;
    padding-top: 10px;
}
    .vbox1.reward {
    height: auto;
    margin-bottom: 20px;
}
    .join-list.d-flex {
    gap: 45px;
    flex-wrap: wrap;
    min-width: 100%;
}
    .enquiry-form {
    padding: 20px;
}
    .contact-btn{
        display: none;
    }
    .home .box-head h4{
        text-align: center !important;
    }
    .subscribe-sec {
    width: 100%;
}
    div#event-results .col-md-4 {
        flex: 0 0 auto;
        width: 49.333333%;
    }
    .image-card-content h3 {
    font-size: 18px;
    line-height: 24px;
}
    .image-card-content p {
    margin-bottom: 10px;
}
    .brown-bg h3{
        padding-bottom: 5px;
    }
    .text-area {
    width: 75%;
}
    section.evenet-gallery-sec .col-md-4 {
        flex: 0 0 auto;
        width: 100%;
    }
    .corporate-desti .popular-desti{
        grid-template-columns: repea(2, 1fr);
    }
    .desti-img img {
    height: 300px;
    object-fit: cover;
}
    .value-sec .col-md-4, section.why-join .col-md-6 {
        flex: 0 0 auto;
        width: 100%;
    }
    ul.reward-list {
    padding: 0px 30px;
}
    .vbox1.reward .box-head a{
            margin-top: 20px;
    }
    .joinimg img {
    height: 450px;
    width: 100%;
    object-fit: cover;
    float: unset;
        margin-top: 20px;
}
    .modal2 {
    left: 5%;
}
   .modal2 .modal-content {
    width: 45% !important;
    margin-top: 30% !important;
}
    form#venue-multi-step-form {
    margin-top: 30px;
}
    div#event-results .col-8.text-center.py-5 {
    text-align: center;
    width: 100%;
    padding: 50px;
}
        .hotel-detail h2 {
        font-size: 22px;
        line-height: 28px;
        padding-bottom: 20px;
    }
.hotel-summary {
    padding-bottom: 20px;
    }
    p.large {
    padding-left: 0px;
}
    .hotel-summary p {
    margin-bottom: 0px;
    width: 100%;
    padding-top: 12px;
    padding-right: 0;
    padding-left: 0;
}
    .hotel-name {
    padding: 0;
}
    .hotel-detail ul {
    padding: 0px 30px;
}


}


@media (min-width: 992px) and (max-width: 1199.98px) {
 .inner-banner-sec.best-vanue{
        height: auto;
    }
.inner-banner-blog {
    width: 100%;
    margin: 5% auto;;
}
        .heading-title {
        font-size: 25px;
        text-align: center;
        line-height: 35px;
    }
        .inner-banner-blog .space-filter, .space-filter {
        display: block !important;
        margin-top: 20px;
        text-align: center;
    }
    .search-box2 select {
    width: 100%;
    height: 44px;
}
    .category-filter, .Event-type {
    margin-bottom: 10px;
}
    .filter-icon img {
    margin-top: 10px;
}
    .banner-text1 p{
        width: 100%;
    }
    .value-box, .event-head.discover .d-flex.justify-content-between.align-items-center{
        flex-direction: column;
    }
    .vbox1, section.cta-section .contact-us {
    padding: 20px !important;
}
    .box-head h4, .box-head p {
    text-align: center !important; 
}
    .box-head {
    padding: 0px;
}
    .value-box h4, .list-content h4, .banner-text2 h4{
        padding-top: 16px;
    }
     #top-cta .contact-us {
        padding: 10px !important;
        text-align: left !important;
    }
section.cta-section .contact-us .custom-btn {
    padding: 10px;
    font-size: 15px;
}
    .contact-us h3 {
    font-size: 25px;
    max-width: 100%;
                line-height: 30px;
    margin-bottom: -10px;
}
    .event-head h3, .destination .event-head h3, .value h3, .brown-bg h3, .evenet-gallery-sec h2, .location-section h2, .event-loop h2, .event-space-tab h2, .best-hotel h1, .best-hotel h1, .hotel-name h2, .banner-text1 h1 {
        font-size: 35px;
        line-height: 45px;
        text-align: center;
    }
    .see-more.aos-init.aos-animate,  .text-area br
    {
        display: none;
    }
    .popular-desti, .perfect-for-list {
    grid-template-columns: repeat(2, 1fr);
}
    .banner-text1 p, .event-head.discover p, .desti-text p, p.para-text, .image-card-content p, .venue-description p, .hotel-detail p {
    font-size: 18px;
    line-height: 26px;
        text-align: center;
    }
  .desti-text {
    background: #f2f2f0;
    padding: 20px;
    text-align: center;
}
    .inner-banner-sec, .inner-banner-sec.venue-lisiting, .blog-bg{
        height: 500px;
    }
    /*
    .banner-text1 h1 {
    font-weight: 700;
    font-size: 40px;
    line-height: 50px;
    width: 100%;
     margin:0px;
    }
    */
    .space-filter h6,  .event-space-tab h2, .venue-description p, .location-section h2, .event-loop h2, .evenet-gallery-sec h2, .best-hotel h1, .hotel-detail p, .hotel-name h2{
        text-align: left;
        width: 100%;
    }
        .card-img img {
        height: auto;
    }
    #event-results a.header-btn.blogbtn {
    width: 51%;
        text-align: center;
}
    #event-results a.header-btn.blogbtn span {
    color: #fff;
}
    a.header-btn img {
    width: 20px;
    filter: invert(1);
}
    .brown-bg{
        margin-bottom: 32px;
    }
    h5 button.accordion-button {
    font-weight: 700;
    font-size: 18px;
    }
    .brown-bg h3, .image-card-content p, .vbox1.reward .box-head p{
        text-align: left !important;
    }
    .accordion-body {
    font-size: 18px;
    padding: 20px;
    width: 100%;
    }
    .booking-form-container {
    width: 100%;
    float: unset;
}
    .venue-section2 {
    gap: 30px;
    grid-template-columns: 100%;
}
      ul#eventTabs li {
        margin: 0px 0px 10px;
        width: 100%;
    }
    .nav-tabs .nav-link {
    width: 100%;
    text-align: left;
}
    .main-layout{
        margin-top: 20px;
    }
    .banner-text1 h4 {
    font-size: 26px;
    width: 100%;
}
    .corporate-desti, .reward-form {
    grid-template-columns: 100%;
}
    section.hotel-list {
    padding: 20px 0px;
}
    .hotel-book {
    flex-direction: column;
}
    .hotel-img img, .enquiry-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
    .hotel-left {
    width: 100%;
}
    .hotel-location {
    padding: 0;
}
    .box-head h4 {
    text-align: left !important;
    padding-top: 10px;
}
    .vbox1.reward {
    height: auto;
    margin-bottom: 20px;
}
    .join-list.d-flex {
    gap: 45px;
    flex-wrap: wrap;
    min-width: 100%;
}
    .enquiry-form {
    padding: 20px;
}
    .contact-btn{
        display: none;
    }
    .home .box-head h4{
        text-align: center !important;
    }
    .subscribe-sec {
    width: 100%;
}
    div#event-results .col-md-4 {
        flex: 0 0 auto;
        width: 49.333333%;
    }
    .image-card-content h3 {
    font-size: 18px;
    line-height: 24px;
}
    .image-card-content p {
    margin-bottom: 10px;
}
    .brown-bg h3{
        padding-bottom: 5px;
    }
    .text-area {
    width: 75%;
}
    section.evenet-gallery-sec .col-md-4 {
        flex: 0 0 auto;
        width: 100%;
    }
    .corporate-desti .popular-desti{
        grid-template-columns: repea(2, 1fr);
    }
    .desti-img img {
    height: 300px;
    object-fit: cover;
}
    .value-sec .col-md-4, section.why-join .col-md-6 {
        flex: 0 0 auto;
        width: 100%;
    }
    ul.reward-list {
    padding: 0px 30px;
}
    .vbox1.reward .box-head a{
            margin-top: 20px;
    }
    .joinimg img {
    height: 450px;
    width: 100%;
    object-fit: cover;
    float: unset;
        margin-top: 20px;
}
        .modal2 {
    left: 5%;
}
    .modal2 .modal-content {
        width: 34% !important;
        margin-top: 23% !important;
    }
        form#venue-multi-step-form {
    margin-top: 30px;
}
}


@media (max-width: 991px) {
    .home .split-text span {
        transform: none !important;
        opacity: 100% !important;
        display: inline !important;
    }
     .home .split-text {
        white-space: normal;
    }
    .home h2.split-text {
    width: 75% !important;
    word-wrap: break-word;
    margin: 0 auto;
}
}



html, body {
    overflow-x: inherit !important;
}


.modal2 .modal-content {
    background-color: #000;
    margin: 25% 0%;
    padding: 32px 24px;
    border-radius: 0px;
    width: 23%;
    text-align: center;
	position: fixed;
}
.contactModal form .col-md-6, .contactModal form .col-md-12 {
    text-align: left;
}
.thankupage img {
    width: 60%;
}
.thankupage h1 {
    font-size: 44px;
    width: 64%;
    margin: 0 auto !important;
    padding-bottom: 30px;
    font-size: 42px;
    font-weight: bold;
    font-family: "Lora", serif;
    padding-bottom: 6px;
    margin: 0;
    line-height: 62px;
	padding-bottom: 30px;
}
/* ===== CTA SECTION ===== */
.venue-cta {
    padding: 40px 0;
    background: transparent;
}

/* Container */
.venue-cta__container {
    max-width: 1200px;
    margin: 0 auto;
    background: #ae9366;
    padding: 48px 56px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

/* Text */
.venue-cta__content h3 {
    margin: 0;
    font-size: 32px;
    line-height: 1.3;
    font-weight: 600;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* Button Wrapper */
.venue-cta__action {
    flex-shrink: 0;
}

/* Button */
.venue-cta__btn {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 14px 44px;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    background: transparent;
    color: #ffffff;
    border: 2px solid #ffffff;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    z-index: 2;
}

/* Icon */
.venue-cta__btn img {
    width: 22px;
    transition: filter 0.3s ease;
}

/* Hover */
.venue-cta__btn:hover {
    background: #ffffff;
    color: #000000;
}

.venue-cta__btn:hover img {
    filter: brightness(0);
}

/* Responsive */
@media (max-width: 768px) {
    .venue-cta__container {
        flex-direction: column;
        text-align: center;
    }

    .venue-cta__btn {
        width: 100%;
        justify-content: center;
    }

}

.hotel-location ul {
    padding: 0px 20px 20px;
}
.hotel-location ul li{
    font-family: "onest", serif;	
}
.inspired_class p:has(strong) {
    margin-bottom: 0px;
}
.hotel-img {
    margin-bottom: 30px;
}
@media (max-width: 320.98px) {
.btn-group {
    margin: 32px 0px 0px;
}
	    .modal2 .modal-content {
        width: 61% !important;
        margin-top: 50% !important;
    }
}
@media (min-width: 378px) and (max-width: 489.98px) {
     .modal2 .modal-content {
        width: 63% !important;
        margin-top: 35% !important;
    }
}

@media (max-width: 575.98px) {
    .btn-group {
        margin: 32px 13px 0px;
    }
	    .modal2 .modal-content {
        width: 72% !important;
        margin-top: 50% !important;
    }
}


/* Small devices (landscape phones, ≥576px) */
@media (min-width: 680px) and (max-width: 767.98px) {
    .modal2 .modal-content {
        width: 46% !important;
        margin-top: 36% !important;
    }

}

/* Extra large devices (large desktops, ≥1200px) */
@media (min-width: 1200px) and (max-width: 1399.98px) {
.btn-group {
    margin: 32px 0px 0px;
}
	.modal2 .modal-content {
    background-color: #000;
    margin: 16% 0%;
    padding: 32px 24px;
    border-radius: 0px;
    width: 23%;
    text-align: center;
    position: fixed;
}
}

.hotel-detail.mt-5 h2 {
    padding-bottom: 16px;
    padding-top: 20px;
}
.hotel-detail ul {
    padding-left: 28px;
    padding-bottom: 20px;
}