:root {
    --bs-body-font-family: 'Poppins', sans-serif !important;
    --bs-body-bg: #0B0326  !important;
    --bs-primary: 217,174,95 !important;
    --bs-primary-rgb: 217,174,95 !important;
    --bs-info-rgb: 86,142,191 !important;
    --bs-dark-rgb: 11,3,38 !important;
}
.text-justify {
    text-align: justify !important;
}
.fw-demi {
    font-weight: 600!important
}
.btn-primary {    
    --bs-btn-bg: rgb(217,174,95) !important;
    --bs-btn-border-color: rgb(217,174,95) !important;
    --bs-btn-hover-bg: rgb(166,116,55) !important;
    --bs-btn-hover-border-color: rgb(166,116,55) !important;
    --bs-btn-active-bg: #568EBF !important;
    --bs-btn-active-border-color: #568EBF !important;
}
.bg-featured {
    background-color: #A67437 !important;
}
#pre-loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: #0B0326;
    z-index: 9999;
    display: flex;
    align-items:center;
    justify-content:center;
}
.spinner, .loading-logo {
    width: 80px;
    height: 80px;
}
#pre-loader .spinner-border {
    position:absolute;
    top:-10px;
    left:-10px;
    width: 100px;
    height: 100px;
    border-left-color:#A67437;
    border-top-color:#A67437;
    border-bottom-color:#A67437;
}
#pp-nav.right {
    top: initial;
    bottom: 24px;
}
.landing-logo-container {
    display:flex;
    align-items:center;
    gap: 10px;
}
.landing-logo {
    width:40px;
    height:40px;
    object-fit:contain;
}
.logoText {
    font-size: 1.2rem;
    font-weight: 600;
}
.social-icons {
    display:flex;
    justify-content: end;
    align-items: center;
    flex-direction: row-reverse;
}
.navbar-collapse .social-icons {
    justify-content: start;
}
li.nav-item.active a {
    border-bottom: 3px solid #D9AE5E;
    color: #D9AE5F !important;
    font-weight: 600;
}
.social-icons i.bi {
    font-size:1.2rem;
}
#landingGallery {
    position:absolute;
    top:0;
    left:0;
    bottom:0;
    right:0;
    z-index:-1;
}
#landingGallery img {
    width: 100vw;
    height: 100vh;
    object-fit: cover;
}
#logoBar {
    background: rgb(11,3,38);
    background: linear-gradient(180deg, rgba(0,0,0,0.75) 0%, rgba(0,0,0,0.35) 60%, rgba(0,0,0,0) 100%);
}
#logoBar .navbar-brand, #logoBar .navbar-toggler {
    margin-bottom: 12px;
}
#logoBar .navbar-toggler-icon {
    filter: invert();
}
#logoBar .navbar-collapse {
    background: #F2F2F2;
    box-shadow: 0 3px 8px rgba(0,0,0,0.4);
}
.form-control {
    background-color: #eaeaea !important;
}
#landingNav i {
    color: #D9AE5F;
    font-size: 2rem;
    transition: color ease 0.3s;
}
#landingNav {
    position:absolute;
    width:100vw;
    bottom:0;
    left:0;
    background: rgb(11,3,38);
    background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0.4) 100%);
    backdrop-filter: blur(4px);
    box-shadow: 0 0 24px rgba(0,0,0,0.6);
}
#landingNav .col-4:not(:first-child) .landingBtn {
    border-left: 1px solid rgba(255,255,255,0.5);
}
.landingBtn-text {    
    padding: 12px;
    margin: 12px 0;
    font-size: 0.9rem;
    color: #fff;
    transition: color ease 0.3s;
}
#landingNav .landingBtn {
    background: rgba(86, 142, 191, 0);
    transition: all 0.3s ease;
    text-decoration: none;
    cursor:pointer;
}
#landingNav .landingBtn:hover, #landingNav .landingBtn.active {
    background: rgba(86, 142, 191, 1);
}
#landingNav .landingBtn:hover .landingBtn-text *, #landingNav .landingBtn.active .landingBtn-text * {
    color: #0B0326;
}
#landingText-section {
    width:100vw;
    height:100vh;
    display:flex;
    align-items:center;
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    z-index: -1;
}
.landingText {
    width: 50%;
    min-width: 300px;
    background: rgba(0,0,0,0);
    color: #fff;
    padding: 24px;
    display: flex;
    align-items:center;
    backdrop-filter: blur(0px);
    box-shadow: 0 3px 12px rgba(0,0,0,0);
    overflow:hidden;
    position:absolute;
    transform: translateY(-200px);
    transition: all 0.3s ease;
}
.landingText.active {    
    background: rgba(0,0,0,0.6);
    backdrop-filter: blur(4px);
    box-shadow: 0 6px 24px rgba(0,0,0,0.6);
}
.landingText * {
    transform: translateY(20px);
    opacity: 0;
    transition: all 0.3s ease;
}
.landingText.active * {
    transform: translateY(0px);
    opacity: 1;
}
.landingText *:nth-child(2) {
    transition-delay: 0.15s;
}
#leisure1 .pp-tableCell, #leisure4 .pp-tableCell {
    vertical-align:bottom;
}
.hero-container {
    width: 100%;
    min-width: 300px;
    background: rgba(0,0,0,0.8);
    color: #fff;
    padding: 32px;
    backdrop-filter: blur(4px);
    box-shadow: 0 3px 12px rgba(0,0,0,0.6);
    font-size:1rem;
}
.hero-container:before {
    content:"";
    height: 100%;
    width: 20%;
    min-width: 80px;
    position:absolute;
    top:0;
    left:0;
    border-top:solid #D9AE5F 8px;
    border-left:solid #D9AE5F 8px;
    border-bottom:solid #D9AE5F 8px;
    z-index:-1;
}
.leisure2-img {
    width:100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
}
ul.property-features {
    list-style: none;
}
ul.property-features li table {
    width:100%;
    line-height:1;
}
ul.property-features li table td:first-child {
    text-align:center;
    width: 30px;
}
ul.property-features li table td {
    padding-bottom: 8px;
}
#heroGallery, #heroGallery .carousel-item, #heroGallery .carousel-inner, #heroGallery img {
    position: absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    width: 100%;
    height: 100%;
    z-index: -1;
    overflow:hidden;
}
#heroGallery img {
    object-fit:cover;
}
.img-maximize {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.img-square {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
}
.galleryImg img {
    filter: brightness(1);
    transition: filter ease 0.3s;
}
.galleryImg:hover img {
    filter: brightness(0.2);
}
.img-GalleryModal .btn-close {
    position:absolute;
    right:18px;
    top:18px;
    filter:invert();
    background-color: rgba(255,255,255,0.8);
    padding: 12px;
    border-radius: 100%;
}
.galleryImg {
    position:relative;
    cursor:pointer;
}
.galleryImg-hoverIcon {
    position: absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    display:flex;
    align-items:center;
    justify-content:center;
}
.galleryImg-hoverIcon i {
    color: #fff;
    opacity: 0;
    transform: translateY(80px);
    font-size: 2.5rem;
    transition: all ease 0.3s;
}
.galleryImg:hover .galleryImg-hoverIcon i {
    opacity: 0.8;
    transform: translateY(0);
}
.img-GalleryModal img {
    height: 100%;
    width: 100%;
    object-fit:contain;
}
.gMap {
    min-height: 200px;
    height: 300px;
    width: 100%;
}
#contact {
    background-image: url('../asset/image/pattern-01.svg');    
    background-size: 218px;
}
#calendar {
    padding: 12px;
    background: #eaeaea;    
    border-radius: 0.375rem;
}
.fc .fc-toolbar-title {
    font-size: 0.8rem !important;
    color: rgba(0,0,0,0.75) !important;
}
.fc table {
    font-size: 0.8rem !important;
}
.fc .fc-button {
    padding:0 3px !important;
    font-size: 0.8rem !important;
}
.fc .fc-toolbar.fc-header-toolbar {
    margin-bottom: 12px !important;
}
.fc .fc-highlight {
    background: #568EBF !important;
}
.fc .fc-daygrid-day-top a {
    color: #0B0326;
    text-decoration: none;
}
.fc .fc-daygrid-day.fc-day-today {
    background: #A67437 !important;
}
.fc-h-event {
    background-color: rgb(208, 208, 208) !important;
    border-color: rgb(208, 208, 208) !important;
}
@media (min-width:768px) {
    .landing-logo {
        width:80px;
        height:80px;
        object-fit:contain;
    }
    .landing-logo-container {
        gap: 20px;
    }
    #landingNav i {
        font-size:3rem;
    }
    .landingBtn-text {        
        padding: 32px 12px;
        margin: 52px 0;
        font-size:1.5rem;
    }
    .landingText {
        padding: 32px;
    }
    #landingNav .landingBtn-text {
        border-right: 1px solid rgba(255,255,255,0.5);
    }
    #landingNav .col-4:first-child .landingBtn-text {
        border-left: 1px solid rgba(255,255,255,0.5);
    }
}
@media (min-width:992px) {
    .leisure2-img {
        aspect-ratio: 9 / 16;
    }
    ul.property-features li table td {
        padding-bottom: 16px;
        font-size: 1.2rem;
    }
    #leisure2 p {
        font-size: 1.2rem;
    }
    #leisure1 .pp-tableCell, #leisure4 .pp-tableCell {
        vertical-align:middle;
    }
    .hero-container {
        margin-left: auto;
        width: 50%;
        min-width: 300px;
        background: rgba(0,0,0,0.8);
        color: #fff;
        padding: 42px;
        backdrop-filter: blur(4px);
        box-shadow: 0 3px 12px rgba(0,0,0,0.6);
        font-size: 1.2rem;
    }
    .social-icons {
        justify-content:end !important;
        flex-direction: row;
    }
    #logoBar .navbar-brand, #logoBar .navbar-toggler {
        margin-bottom: 0;
    }
    #logoBar .navbar-collapse {
        background: transparent;
        box-shadow: none;
    }
    #logoBar .nav-link {
        color: #F2F2F2;
        text-shadow: 0 0 32px rgba(0,0,0,0.6);
    }
    #logoBar .nav-link:hover {
        color: #D9AE5F;
    }
    .social-icons i.bi {
        font-size:1.8rem;
    }
    .logoText {
        font-size:2rem;
    }
    .vh-lg-100 {
        height: 100vh;
    }
    .fc-scroller-liquid-absolute {
        overflow: hidden !important;
    }
}