/* ---- Fonts ---- */
@font-face {
    font-family: "Marcellus SC";
    src: url("../fonts/marcellusSC/MarcellusSC-Regular.woff2");
    font-weight: 400;
}

@font-face {
    font-family: "Montserrat";
    src: url("../fonts/montserrat/Montserrat-Regular.woff2");
    font-weight: 400;
}

@font-face {
    font-family: "Montserrat";
    src: url("../fonts/montserrat/Montserrat-Italic.woff2");
    font-weight: 400;
    font-style: italic;
}

@font-face {
    font-family: "Montserrat";
    src: url("../fonts/montserrat/Montserrat-Medium.woff2");
    font-weight: 500;
}

@font-face {
    font-family: "Montserrat";
    src: url("../fonts/montserrat/Montserrat-MediumItalic.woff2");
    font-weight: 500;
    font-style: italic;
}

@font-face {
    font-family: "Montserrat";
    src: url("../fonts/montserrat/Montserrat-SemiBold.woff2");
    font-weight: 600;
}

@font-face {
    font-family: "Montserrat";
    src: url("../fonts/montserrat/Montserrat-SemiBoldItalic.woff2");
    font-weight: 600;
    font-style: italic;
}

@font-face {
    font-family: "Montserrat";
    src: url("../fonts/montserrat/Montserrat-Bold.woff2");
    font-weight: 700;
}

@font-face {
    font-family: "Montserrat";
    src: url("../fonts/montserrat/Montserrat-BoldItalic.woff2");
    font-weight: 700;
    font-style: italic;
}

/* ======================================== */

/* ---- Variables ---- */
:root {
    --marcellus: "Marcellus SC", sans-serif;
    --montserrat: "Montserrat", Arial, Helvetica, sans-serif;

    --light-gold: #CAB69F; /*#cabe9f*/
    --light-gold2: #B8A87F;
    --gold: #AD7C17;
    --very-light-gray: #F8F8F8;
    --light-gray: #9EA0A6;
    --dark-gray: #3F4448;
    --black: #1D1D1D;
    --white: #FFFFFF
}

/* ======================================== */

/* ---- HTML & Body ---- */
html {
    scroll-behavior: smooth !important;
}

body {
    font-size: 14px;
    font-weight: 400;
    font-family: var(--montserrat);
}

/* ======================================== */

/* ---- Typography ---- */
h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
    font-family: var(--marcellus);
    text-transform: uppercase;
    color: var(--dark-gray);
}

h1, .h1 {
    font-size: 49px;
    line-height: 58px;
    font-weight: 400;
}

h2, .h2 {
    font-size: 36px;
    line-height: 24px;
    font-weight: 400;
}

h3, .h3 {
    font-size: 28px;
    line-height: 30px;
    font-weight: 400;
}

h4, .h4 {
    font-size: 24px;
    line-height: 1.2;
    letter-spacing: 0.01em;
}

h5, .h5 {
    font-size: 20px;
    line-height: 1.2;
}

h6, .h6 {
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.8px;
}

p, ol, ul {
    font-size: 14px;
    line-height: 26px;
    letter-spacing: 0.35px;
    font-weight: 400;
    margin-bottom: 30px;
}

p:last-child, ol:last-child, ul:last-child {
    margin-bottom: 0;
}

strong {
    font-weight: 500;
}

@media screen and (max-width: 767.98px) {
    h1, .h1 {
        font-size: 31px;
        line-height: 43px;
    }

    h3, .h3 {
        font-size: 20px;
    }

    h4, .h4 {
        font-size: 16px;
        line-height: 19px;
    }
}

/* ======================================== */

/* ---- Global Styles ---- */
/* Buttons */
.btn {
    transition: all 0.3s ease-in-out;
}

.btn-primary {
    font-family: var(--montserrat);
    font-size: 12px;
    letter-spacing: 2.5px;
    line-height: 22px;
    font-weight: 700;
    border-radius: 0;
    color: var(--white);
    background-color: var(--black);
    border: 2px solid transparent;
    text-transform: uppercase;
    padding: 10.5px 28px;
    transition: all 0.3s ease-in-out !important;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
    border-color: transparent !important;
    background-color: var(--black) !important;
    color: var(--gold) !important;
}

.btn-submit {
    display: block;
    width: 100%;
    text-align: center;
    line-height: 1.857;
    font-family: var(--montserrat);
    font-size: 12px;
    letter-spacing: 0.2em;
    line-height: 22px;
    font-weight: 700;
    border-radius: 0;
    color: var(--white);
    background-color: var(--black);
    border: 2px solid transparent;
    text-transform: uppercase;
    padding: 0.75rem 2rem;
    transition: all 0.3s ease-in-out !important;
}

.btn-submit:hover {
    background-color: var(--gold);
    color: var(--white);
}

.btn-outline {
    color: var(--gold);
    border-color: var(--gold);
    border-radius: 0px;
    font-size: 12px;
    letter-spacing: 0.2em;
    padding: 11px 28px;
    font-size: 12px;
    line-height: 1.857;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    border: 2px solid var(--gold);
}

.btn-outline:hover {
    background-color: var(--gold);
    color: var(--white);
}

/* Links */
a {
    color: var(--dark-gray);
    transition: all 0.3s ease-in-out;
    text-decoration: none;
}

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

.link {
    font-size: 0.71429rem;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    font-weight: 700;
    text-decoration: underline;
    color: var(--gold);
}

.link:hover {
    /* text-decoration: none; */
    color: var(--dark-gray);
}

/* Forms */
input[type="text"], input[type="email"], input[type="url"], input[type="password"],
input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea {
    font-size: 14px;
    border-style: solid;
    display: block;
    width: 100%;
    padding: 0.57rem 1.4rem !important;
    background-color: transparent;
    border-radius: 0;
    color: var(--light-gray);
    border: 2px solid var(--gold);
    margin-bottom: 14px;
    line-height: 1.857;
}

textarea {
    padding: 0.57rem 1.4rem !important;
}

input:focus,
input:focus-visible,
textarea:focus,
textarea:focus-visible {
    outline: none;
}

input::placeholder,
textarea::placeholder {
    transition: 0.3s ease-in-out;
}

input:focus::placeholder,
textarea:focus::placeholder {
    opacity: 0;
}


/* Sections */
section {
    margin-top: 120px;
    margin-bottom: 120px;
}

@media screen and (max-width: 767.98px) {
    section {
        margin-top: 60px;
        margin-bottom: 60px;
    }
}

/* Containers */
@media screen and (min-width: 576px) {
    .container, .container-sm {
        max-width: 700px;
    }
}

@media screen and (min-width: 768px) {
    .container, .container-md, .container-sm {
        max-width: 912px;
    }
}

@media screen and (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1200px;
    }
}

@media screen and (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1200px;
    }
}


/* ======================================== */

/* ---- Utility Classes ---- */
.gy-6 {
    --bs-gutter-y: 60px;
}

.mt-30px {
    margin-top: 30px;
}

.mb-10px {
    margin-bottom: 10px;
}

.mb-30px {
    margin-bottom: 30px;
}

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

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

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

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

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

.bg-image {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.fw-500 {
    font-weight: 500;
}

.disabled {
    pointer-events: none;
}

@media screen and (min-width: 992px) {
    .pl-115px {
        padding-left: 115px;
    }

    .pr-60px {
        padding-right: 60px;
    }

    .pr-115px {
        padding-right: 115px;
    }
}

/* ======================================== */

/* ---- Extra Classes ---- */
.icon-before-text {
    width: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.has-icon {
    display: flex;
    align-items: center;
    gap: 20px;
}

.overlay {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.overtitle {
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 18px;
}

.list-nostyle {
    padding-left: 0;
    list-style: none;
}

.blur-img {
    filter: blur(10px);
}

.small-heading {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 18px;
    letter-spacing: 2px;
}

.scroll-up {
    background-color: var(--gold);
    color: var(--white);
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    bottom: 24px;
    right: 24px;
    z-index: 999;
    padding: 0;
    width: 55px;
    height: 55px;
    line-height: 55px;
    scale: 0;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease-in-out;
}

.scroll-up svg {
    width: 18px;
    fill: var(--white);
}

.scroll-up.active {
    scale: 1;
    opacity: 1;
    visibility: visible;
}

@media screen and (max-width: 767.98px) {
    .scroll-up {
        right: 16px;
        bottom: 16px;
        width: 44px;
        height: 44px;
        line-height: 44px;
    }
}

/* ======================================== */

/* ---- Navigation Menu ---- */
header {
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    transition: 0.3s ease-in-out;
}

body:not(#page-homepage) header {
    padding: 23px 50px;
    position: sticky;
    background-color: white;
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.05);
}

.navbar {
    padding: 0;
}

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

.navbar .navbar-brand img {
    width: 100%;
    max-width: 180px;
}

.navbar .nav-link {
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 2px;
    line-height: 20px;
    text-transform: uppercase;
    position: relative;
    padding: 10px 0 !important;
    color: var(--dark-gray);
}

.navbar .nav-link::before {
    content: '';
    position: absolute;
    width: 40px;
    height: 3px;
    left: 0;
    bottom: 0;
    opacity: 0;
    background-color: var(--dark-gray);
    transition: opacity 0.3s ease-in-out;
}

.navbar .nav-link.dropdown-toggle::after {
    display: none;
}

.navbar .nav-link:hover::before,
.navbar .nav-link.active::before {
    opacity: 1;
}

.navbar .btn-cta {
    color: var(--gold);
    border: 2px solid var(--gold);
    padding: 0.75rem 2rem;
    line-height: 1.857;
    letter-spacing: 0.2em;
    border-radius: 0px;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
    white-space: nowrap;
}

.navbar .btn-cta:hover {
    background-color: var(--gold);
    color: var(--white);
}

.navbar .dropdown-menu {
    min-width: 270px;
    max-width: 500px;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
    background-color: var(--black);
    padding: 20px 0;
    border-radius: 0;
    border: none;
    margin: 0;
}

.navbar .dropdown-menu .dropdown-item {
    padding: 8px 20px;
    font-size: 12px;
    line-height: 20px;
    color: var(--white) !important;
}

.navbar .dropdown-menu .dropdown-item:hover {
    background-color: var(--gold);
}

/* Navigation Menu - Homepage */
body#page-homepage header {
    padding: 23px 50px;
    position: fixed;
    background-color: transparent;
}

body#page-homepage header.scrolled {
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: var(--black);
}

body#page-homepage .navbar .nav-link {
    color: var(--white);
}

body#page-homepage .navbar .btn-cta {
    border-color: var(--white);
    color: var(--white);
}

body#page-homepage .navbar .btn-cta:hover {
    background-color: var(--white);
    color: var(--dark-gray);
}

body#page-homepage .navbar .nav-link::before {
    background-color: var(--white);
}

/* Offcanvas */
.navbar .offcanvas {
    right: -1px;
    background-color: var(--black);
}

.navbar .navbar-toggler {
    border: none;
    background-color: transparent;
    padding: 0;
}

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

.navbar .navbar-toggler span svg {
    width: 34px;
    fill: var(--dark-gray);
}

body#page-homepage .navbar .navbar-toggler span svg {
    fill: var(--white);
}

@media screen and (max-width: 1199.98px) {
    .navbar .btn-cta {
        padding: 0.75rem 1rem;
    }
}

@media screen and (max-width: 991.98px) {
    .navbar .offcanvas {
        max-width: 501px;
    }

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

    .navbar .nav-link,
    .navbar .dropdown-menu .dropdown-item {
        padding: 16px 18px !important;
        border-bottom: 1px solid rgba(255, 255, 255, 0.15);
        text-shadow: 0 0 1px rgba(255, 255, 255, 0.1);
        text-transform: initial;
        display: flex;
        align-items: center;
        font-weight: 500;
        color: var(--white) !important;
    }

    .navbar .dropdown-menu .dropdown-item:hover {
        background-color: transparent;
    }

    .navbar .dropdown-menu {
        padding: 0;
    }

    .navbar .nav-link.active {
        background-color: var(--gold);
    }

    .navbar .nav-link::before {
        display: none;
    }
}

@media screen and (max-width: 767.98px) {
    header {
        padding: 15px !important;
    }

    .navbar .offcanvas {
        max-width: 301px;
    }
}

/* ======================================== */

/* ---- Footer ---- */
footer {
    background-color: var(--black);
    padding-top: 100px;
    padding-bottom: 100px;
    color: var(--light-gray);
    line-height: 26px;
}

footer a {
    color: var(--light-gray);
}

footer .copyrights-text {
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.3px;
}

footer .social-icon {
    width: 42px;
    height: 42px;
    border: 2px solid #FFFFFF1A;
}

footer .social-icon svg {
    height: 20px;
    fill: var(--light-gray);
    transition: 0.3s ease-in-out;
}

footer .social-icon:hover {
    border-color: var(--gold);
}

footer .social-icon:hover svg {
    fill: var(--gold);
}

@media screen and (max-width: 991.98px) {
    footer {
        padding-top: 80px;
        padding-bottom: 80px;
    }
}

@media screen and (max-width: 767.98px) {
    footer {
        padding-top: 60px;
        padding-bottom: 60px;
    }
}

/* ======================================== */

/* ---- Homepage Hero Section ---- */
.homepage-hero-section {
    position: relative;
    overflow: hidden;
    height: 100svh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.homepage-hero-section .overlay {
    background-color: black;
    opacity: 0.4;
}

.homepage-hero-section .swiper,
.homepage-hero-section .container-fluid,
.homepage-hero-section .container,
.homepage-hero-section .row {
    height: 100%;
}

.homepage-hero-section .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
}

.homepage-hero-section .subtitle {
    line-height: 19px;
    font-weight: 500;
    font-size: 11px;
    text-transform: uppercase;
}

.homepage-hero-section .absolute-wrapper {
    bottom: 48px;
    left: 50px;
}

.homepage-hero-section .absolute-wrapper p {
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 28px;
}

.homepage-hero-section .video video {
    object-fit: cover !important;
}

@media screen and (max-width: 767.98px) {
    .homepage-hero-section .absolute-wrapper {
        left: 50%;
        transform: translateX(-50%);
        bottom: 24px;
    }
}

/* ======================================== */

/* ---- Inner Pages Hero Section ---- */
.inner-hero-section {
    min-height: 220px;
    display: flex;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 20px;
}

.inner-hero-section h1 {
    font-size: 24px !important;
}

.inner-hero-section .overlay {
    background-color: var(--dark-gray);
    opacity: 0.9;
}

.inner-hero-section .breadcrumbs,
.inner-hero-section .breadcrumbs a {
    color: var(--white);
}

.inner-hero-section .breadcrumbs a:hover {
    color: var(--gold);
}

/* ======================================== */

/* ---- Text with Image Sections ---- */
.text-with-image-right-section p:not(.intro-p),
.text-with-image-left-section p:not(.intro-p) {
    color: var(--light-gray);
}

/* ======================================== */

/* ---- Counter Section ---- */
.counter-section .counter-number {
    font-weight: 600;
}

.counter-section .counter-text {
    font-size: 13px;
    text-transform: uppercase;
    line-height: 24px;
    letter-spacing: 0.33px;
    color: var(--light-gray);
}

.counter-section .counter-line {
    height: 10px;
    width: 100%;
    background-color: var(--very-light-gray);
    margin-top: 20px;
    position: relative;
    z-index: -2;
    overflow: hidden;
}

.counter-section .counter-line::after {
    content: '';
    height: 10px;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0;
    height: 10px;
    z-index: -1;
    transition: width 0.7s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
    background-color: var(--gold);
}

.counter-section .counter-stats:hover .counter-line::after {
    width: 100%;
    left: 0;
    right: auto;
}

/* ======================================== */

/* ---- Counter with Background Section ---- */
.counter-w-bg-section {
    padding-top: 110px;
    padding-bottom: 110px;
}

.counter-w-bg-section .counter-number {
    font-family: var(--montserrat);
    font-weight: 600;
}

.counter-w-bg-section .counter-text {
    font-size: 13px;
    text-transform: uppercase;
    line-height: 24px;
    letter-spacing: 0.33px;
    display: block;
}

@media screen and (max-width: 991.98px) {
    .counter-w-bg-section {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .counter-w-bg-section .counter-number {
        font-size: 26px;
    }
}

@media screen and (max-width: 767.98px) {
    .counter-w-bg-section .counter-number {
        font-size: 20px;
    }
}

/* ======================================== */

/* ---- Image with text Carousel Section ---- */
.image-with-text-carousel-section .container-fluid {
    max-width: 1830px;
}

.image-with-text-carousel-section .swiper {
    width: 100%;
    min-height: 800px;
    padding: 0 15px;
}

.image-with-text-carousel-section .swiper .swiper-slide {
    padding: 32px 32px 62px 32px;
    min-height: 800px;
    display: flex;
    align-items: end;
    justify-content: center;
    text-align: center;
    overflow: hidden;
    position: relative;
}

.image-with-text-carousel-section .swiper .swiper-slide .overlay {
    background: linear-gradient(0deg, rgba(63, 68, 72, 0.6) 9.39%, rgba(152, 164, 174, 0) 100%);
}

.image-with-text-carousel-section .swiper .swiper-button-prev::after,
.image-with-text-carousel-section .swiper .swiper-button-next::after {
    display: none;
}

.image-with-text-carousel-section .swiper .swiper-button-prev svg,
.image-with-text-carousel-section .swiper .swiper-button-next svg {
    fill: var(--white);
    transition: 0.3s ease-in-out;
}

.image-with-text-carousel-section .swiper .swiper-button-prev:hover svg,
.image-with-text-carousel-section .swiper .swiper-button-next:hover svg {
    fill: var(--gold);
}

.image-with-text-carousel-section .swiper .swiper-button-prev {
    left: 60px;
}

.image-with-text-carousel-section .swiper .swiper-button-next {
    right: 60px;
}

@media screen and (max-width: 767.98px) {
    .image-with-text-carousel-section .swiper,
    .image-with-text-carousel-section .swiper .swiper-slide {
        min-height: 450px;
    }

    .image-with-text-carousel-section .swiper .swiper-button-prev {
        left: 10px;
    }

    .image-with-text-carousel-section .swiper .swiper-button-next {
        right: 10px;
    }
}

@media screen and (max-width: 575.98px) {
    .image-with-text-carousel-section .swiper {
        padding: 0 10px;
    }
}

/* ======================================== */

/* ---- Projects Listing Section ---- */
.projects-listing-section .projects-item .overlay {
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0.65) 100%);
    z-index: 1;
}

.projects-listing-section .projects-item img {
    transition: 0.5s ease-in-out;
}

.projects-listing-section .projects-item:hover img {
    scale: 1.1;
}

.projects-listing-section .projects-amenities li:not(:last-child)::after {
    content: "";
    right: -8px;
    height: 12px;
    width: 1px;
    background-color: var(--light-gray);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

/* ======================================== */

/* ---- Full Width Section ---- */
.full-width-section {
    min-height: 600px;
    display: flex;
    align-items: center;
    overflow: hidden;
    position: relative;
}

.full-width-section .overlay {
    background-color: black;
    opacity: 0.4;
}

.full-width-section video {
    object-fit: cover;
}

@media screen and (max-width: 991.98px) {
    .full-width-section {
        min-height: 500px;
    }
}

/* ======================================== */

/* ---- Call to Action Section ---- */
.call-to-action-section {
    padding-top: 100px;
    padding-bottom: 100px;
    display: flex;
    align-items: center;
    overflow: hidden;
    position: relative;
    background-repeat: no-repeat;
    background-position: top left;
}

.call-to-action-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: linear-gradient(to right, #FFC65C, #AD7C1F);
}

.call-to-action-section .title {
    font-size: 52px;
    text-transform: uppercase;
    font-weight: 400;
    line-height: 1;
}

.call-to-action-section .title-lg {
    font-size: 72px;
    text-transform: uppercase;
    font-weight: 400;
    line-height: 1;
}

@media screen and (max-width: 991.98px) {
    .call-to-action-section .title {
        font-size: 30px;
    }

    .call-to-action-section .title-lg {
        font-size: 40px;
    }
}

@media screen and (max-width: 767.98px) {
    .call-to-action-section {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .call-to-action-section .title {
        font-size: 25px;
    }

    .call-to-action-section .title-lg {
        font-size: 25px;
    }
}

/* ======================================== */

/* ---- Enquire Section ---- */
.enquire-section {
    padding-top: 80px;
    padding-bottom: 80px;
}

.enquire-section .form-wrapper {
    padding: 70px;
}

.enquire-section .contact-icon svg {
    width: 20px;
    fill: var(--gold);
}

@media screen and (max-width: 991.98px) {
    .enquire-section .form-wrapper {
        padding: 30px;
    }
}

/* ======================================== */

/* ---- Contact Info Section ---- */
.contact-info-section .row .col-12:nth-child(2) {
    border-left: 1px solid #ebebeb;
    border-right: 1px solid #ebebeb;
}

@media screen and (max-width: 767.98px) {
    .contact-info-section .row .col-12:nth-child(2) {
        border: none;
    }
}

/* ======================================== */

/* ---- Split Section ---- */
.split-section .container,
.split-section .container-fluid {
    max-width: 1800px;
}

.split-section.split-section-full-width-left,
.split-section.split-section-full-width-right {
    background-color: var(--very-light-gray);
}

.split-section .col-12 {
    background-color: var(--very-light-gray);
}

.split-section .split-image-wrapper img {
    object-fit: cover;
    height: 700px;
}

.split-section .split-content-wrapper {
    padding: 120px 30px;
    height: 100%;
    max-width: 550px;
    width: 100%;
    justify-self: center;
    align-self: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.split-section .swiper {
    width: 100%;
    min-height: 300px;
}

.split-section .swiper .overlay {
    background: linear-gradient(270deg, rgba(63, 68, 72, 0) 32.34%, rgba(63, 68, 72, 0.8) 100%)
}

.split-section .swiper .swiper-slide {
    padding: 35px;
    display: flex;
    align-content: flex-end;
    justify-content: flex-start;
    flex-wrap: wrap;
    height: 300px;
}

.split-section .swiper .swiper-slide .swiper-slide-content {
    max-width: 300px;
}

.split-section .swiper .swiper-pagination {
    position: initial;
    display: flex;
    gap: 10px;
    margin-top: 20px;
}

.split-section .swiper .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    margin: 0;
    background-color: #E6E6E6;
    opacity: 1;
    transition: 0.3s ease-in-out;
}

.split-section .swiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: var(--gold);
}

@media screen and (min-width: 768px) {
    .split-section .container {
        padding-left: 30px;
        padding-right: 30px;
    }

    .split-section.split-section-full-width-right .col-12:last-child {
        padding-right: 30px;
    }

    .split-section.split-section-full-width-left .col-12:first-child {
        padding-left: 30px;
    }
}

@media screen and (max-width: 991.98px) {
    .split-section .split-content-wrapper {
        padding: 80px 30px;
    }
}

@media screen and (max-width: 767.98px) {
    .split-section .split-image-wrapper img {
        height: 350px;
    }

    .split-section .split-content-wrapper {
        padding: 60px 15px;
    }
}

/* ======================================== */

/* ---- Tabs Section ---- */
.tabs-section .nav-tabs {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 2px;
    border: none;
}

.tabs-section .nav-tabs .nav-item {
    flex: 1;
}

.tabs-section .nav-tabs .nav-item .nav-link {
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 18px;
    letter-spacing: 2.4px;
    color: var(--dark-gray);
    background-color: var(--very-light-gray);
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    border-radius: 0;
    position: relative;
    padding: 28px 25px;
    width: 100%;
    white-space: nowrap;
    font-family: var(--marcellus);
    transition: 0.3s ease-in-out;
}

.tabs-section .nav-tabs .nav-item .nav-link.active,
.tabs-section .nav-tabs .nav-item .nav-link:hover {
    color: var(--white);
    background-color: var(--black);
}

.tabs-section .nav-tabs .nav-item .nav-link::after {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    bottom: -5px;
    left: 50%;
    transform: translateX(-50%);
    border-top: 6px solid transparent;
    border-left: 8px solid transparent !important;
    border-right: 8px solid transparent !important;
    border-bottom: 0;
}

.tabs-section .nav-tabs .nav-item .nav-link.active::after {
    border-top-color: var(--black);
}

.tabs-section .tab-content {
    margin-top: 100px;
}

.tabs-section .tab-content .tab-pane p {
    color: var(--dark-gray);
    font-size: 14px;
    font-weight: 500;
    line-height: 26px;
    letter-spacing: 0.4px;
}

.tabs-section .tab-content .tab-pane img {
    width: 100%;
    max-width: max-content;
}

.tabs-section .tab-content .amenities .amenities-item {
    padding: 10px 0;
    border-bottom: 1px solid #ebebeb;
}

.tabs-section .tab-content .amenities span {
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 40px;
    letter-spacing: 2px;
}

@media screen and (max-width: 991.98px) {
    .tabs-section .tab-content {
        margin-top: 30px;
    }
}

@media screen and (max-width: 767.98px) {
    .tabs-section .nav-tabs {
        flex-direction: column;
        gap: 16px;
    }

    .tabs-section .nav-tabs .nav-item {
        width: 100%;
    }

    .tabs-section .nav-tabs .nav-item .nav-link {
        padding: 10px 15px;
    }
}

/* ======================================== */

/* ---- Gallery Section ---- */
.gallery-section .gallery-grid-item {
    overflow: hidden;
    position: relative;
}

.gallery-section .gallery-grid-item img {
    transition: 0.3s ease-in-out;
    width: 100%;
}

.gallery-section a:hover img {
    scale: 1.1;
}

.gallery-section .grid-sizer,
.gallery-section .gallery-grid-item {
    width: calc(25% - 7.5px);
    margin-bottom: 10px;
}

.gallery-section .gallery-grid-item a::before {
    content: '';
    position: absolute;
    font-size: 20px;
    left: 50%;
    top: 50%;
    opacity: 0;
    width: 24px;
    height: 24px;
    transition: opacity 0.3s cubic-bezier(0.22, 0.61, 0.36, 1), transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transform: translate(-50%, calc(-50% + 10px));
    z-index: 2;
    background-image: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224px%22%20height%3D%2224px%22%20viewBox%3D%220%200%20640%20640%22%3E%3Cpath%20d%3D%22M352%20128C352%20110.3%20337.7%2096%20320%2096C302.3%2096%20288%20110.3%20288%20128L288%20288L128%20288C110.3%20288%2096%20302.3%2096%20320C96%20337.7%20110.3%20352%20128%20352L288%20352L288%20512C288%20529.7%20302.3%20544%20320%20544C337.7%20544%20352%20529.7%20352%20512L352%20352L512%20352C529.7%20352%20544%20337.7%20544%20320C544%20302.3%20529.7%20288%20512%20288L352%20288L352%20128z%22%20fill%3D%22%23FFFFFF%22%2F%3E%3C%2Fsvg%3E');
    background-position: center;
    background-repeat: no-repeat;
}

.gallery-section .gallery-grid-item a::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: black;
    transition: 0.3s ease-in-out;
    opacity: 0;
    z-index: 1;
}

.gallery-section .gallery-grid-item a:hover::after {
    opacity: 0.3;
}

.gallery-section .gallery-grid-item a:hover::before {
    opacity: 1;
    transform: translate(-50%, -50%);
}

.pswp__scroll-wrap {
    margin: 0;
}

@media screen and (max-width: 991.98px) {
    .gallery-section .grid-sizer,
    .gallery-section .gallery-grid-item {
        width: 49.3%;
    }
}

@media screen and (max-width: 767.98px) {
    .gallery-section .grid-sizer,
    .gallery-section .gallery-grid-item {
        width: 100%;
    }
}

/* ======================================== */

/* ---- Image with Points Section ---- */
.image-with-points-section {
    background-color: var(--black);
    padding-top: 120px;
    padding-bottom: 120px;
}

.image-with-points-section .accordion {
    height: auto;
    overflow-y: auto;
    background-color: var(--white);
    padding: 50px;
}

.image-with-points-section .accordion .accordion-button {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    padding: 24px 0;
    position: relative;
    font-family: var(--montserrat);
    font-weight: 700;
    border-bottom: 1px solid #d4d4d4;
}

.image-with-points-section .accordion .accordion-button:focus {
    box-shadow: none;
    outline: none;
}

.image-with-points-section .accordion .accordion-button:not(.collapsed) {
    color: var(--gold);
    background-color: transparent;
    box-shadow: none;
    border-color: transparent;
}

.image-with-points-section .accordion .accordion-button::after {
    background-image: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20640%20640%22%3E%3Cpath%20d%3D%22M297.4%20470.6C309.9%20483.1%20330.2%20483.1%20342.7%20470.6L534.7%20278.6C547.2%20266.1%20547.2%20245.8%20534.7%20233.3C522.2%20220.8%20501.9%20220.8%20489.4%20233.3L320%20402.7L150.6%20233.4C138.1%20220.9%20117.8%20220.9%20105.3%20233.4C92.8%20245.9%2092.8%20266.2%20105.3%20278.7L297.3%20470.7z%22%2F%3E%3C%2Fsvg%3E');
    width: 14px;
    height: 14px;
    background-size: 14px;
}

.image-with-points-section .accordion .accordion-item {
    border: none;
    border-radius: 0;
}

.image-with-points-section .accordion .accordion-collapse .accordion-body {
    padding: 0 0 40px 0;
}

.image-with-points-section .accordion .accordion-collapse.show .accordion-body {
    border-bottom: 1px solid #d4d4d4;
}

.image-with-points-section img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.image-with-points-section .image-hotspot {
    cursor: pointer;
    display: block;
    position: absolute;
    transform: translate(-50%, -50%);
}

.image-with-points-section .image-hotspot span {
    cursor: pointer;
    display: block;
    text-align: center;
    border-radius: 50%;
    height: 18px;
    width: 18px;
    line-height: 18px;
    box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.2);
    background-color: var(--gold);
    position: relative;
}

.image-with-points-section .image-hotspot span::before {
    content: "";
    position: absolute;
    top: calc(50% - 3px);
    left: calc(50% - 3px);
    width: 6px;
    height: 6px;
    display: block;
    border-radius: 50%;
    background-color: var(--white);
}

.image-with-points-section .image-hotspot span::after {
    box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.2);
    border-radius: 200%;
    content: "";
    position: absolute;
    z-index: -1;
    transform: scale(1);
    pointer-events: none;
    animation: pa-hotspot-pulse 2s infinite;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.image-with-points-section .image-hotspot::after {
    font-family: var(--montserrat);
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.8px;
    line-height: 18px;
    padding: 15px 30px;
    color: var(--black);
    background-color: var(--white);
    border-radius: 4px;
}

.image-with-points-section .image-hotspot::before {
    border-top-color: var(--white) !important;
    border: 6px solid transparent;
}

.image-with-points-section .image-hotspot:hover::before,
.image-with-points-section .image-hotspot:hover::after {
    opacity: 0;
}

.image-with-points-section .image-hotspot.visible::before,
.image-with-points-section .image-hotspot.visible::after {
    opacity: 1 !important;
}

@keyframes pa-hotspot-pulse {
    0% {
        transform: scale(1);
        opacity: 1;
    }
    100% {
        transform: scale(1.5);
        opacity: 0;
    }
}

@media screen and (max-width: 991.98px) {
    .image-with-points-section {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .image-with-points-section .accordion {
        padding: 0 15px;
    }
}

@media screen and (max-width: 767.98px) {
    .image-with-points-section {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}

