@font-face {
    font-family: 'freightneo_promedium';
    src: url('../fonts/freight-neo-pro-medium.woff2') format('woff2'),
        url('../fonts/freight-neo-pro-medium.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'freightneo_probook';
    src: url('../fonts/freight-neo-pro-book.woff2') format('woff2'),
        url('../fonts/freight-neo-pro-book.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
:root {
    /* Colors: */
    --color-eae6dd: #EAE6DD;
    --color-484443: #484443;
    --color-d9d2c2: #D9D2C2;
    --color-7e5b28: #7E5B28;
    --color-536e78: #536E78;
    --color-7c7760: #7C7760;
    --color-93513f: #93513F;
    --color-ffffff: #FFFFFF;
    --color-363636: #363636;
    --color-425E69: #425E69;
    /* Font/text values */
    --font-size-13: 13px;
    --font-size-18: 18px;
    --font-size-20: 20px;
    --font-size-24: 24px;
    --font-size-32: 32px;
    --font-size-42: 42px;
    --font-size-52: 52px;
    --font-size-66: 66px;
    --character-spacing-0: 0px;
    --line-spacing-19: 19px;
    --line-spacing-26: 26px;
    --line-spacing-28: 28px;
    --line-spacing-29: 29px;
    --line-spacing-34: 34px;
    --line-spacing-42: 42px;
    --line-spacing-53: 53px;
    --line-spacing-55: 55px;
    --line-spacing-65: 65px;
    --line-spacing-80: 80px;
    /* font family */
    --freightneo-probook: 'freightneo_probook';
    --freightneo_promedium: 'freightneo_promedium';
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    scroll-behavior: smooth;
    scrollbar-width: none;
    -ms-overflow-style: none;
}
*::-webkit-scrollbar {
    display: none;
}
html,
body {
    margin: 0;
    padding: 0;
    font-family: 'freightneo_probook';
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    background-color: var(--color-eae6dd);
    color: var(--color-363636);
    max-width: 100%;
    overflow-x: hidden;
}
.h-100vh {
    height: 100vh;
}
.h-90vh{
    height: 90vh;
}
a {
    text-decoration: none;
    color: var(--color-7e5b28);
}
a:hover {
    color: currentColor;
}
:focus-visible {
    outline: none;
}
ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'freightneo_promedium';
    margin-bottom: 0;
}
p {
    margin-bottom: 0;
}
.font-promedium {
    font-family: 'freightneo_promedium';
}
/* Character Styles */
.artist-impression {
    font-size: var(--font-size-13);
    line-height: var(--line-spacing-19);
    color: var(--color-ffffff);
}
.character-style-1 {
    font-size: var(--font-size-66);
    line-height: var(--line-spacing-80);
    color: var(--color-ffffff);
}
.character-style-2 {
    font-size: var(--font-size-52);
    line-height: var(--line-spacing-65);
    color: var(--color-484443);
}
.character-style-3 {
    font-size: var(--font-size-52);
    line-height: var(--line-spacing-65);
    color: var(--color-d9d2c2);
}
.character-style-4 {
    font-size: var(--font-size-42);
    line-height: var(--line-spacing-53);
    color: var(--color-d9d2c2);
}
.character-style-5 {
    font-size: var(--font-size-42);
    line-height: var(--line-spacing-53);
    color: var(--color-7e5b28);
}
.character-style-6 {
    font-size: var(--font-size-24);
    line-height: var(--line-spacing-34);
    color: var(--color-484443);
}
.character-style-7 {
    font-size: var(--font-size-24);
    line-height: var(--line-spacing-29);
    color: var(--color-d9d2c2);
}
.character-style-8 {
    font-size: var(--font-size-18);
    line-height: var(--line-spacing-26);
    color: var(--color-484443);
}
.character-style-9 {
    font-size: var(--font-size-18);
    line-height: var(--line-spacing-26);
    color: var(--color-d9d2c2);
}
.h1title {
    font-size: var(--font-size-66);
    line-height: var(--line-spacing-80);
    color: var(--color-ffffff);
}
.h2title {
    font-size: var(--font-size-42);
    line-height: var(--line-spacing-55);
    color: var(--color-7e5b28);
}
.text-18 {
    font-size: var(--font-size-18);
    line-height: var(--line-spacing-26);
    color: var(--color-484443);
}
/* Preloader
-------------------------------------------------------*/
.loader-mask {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: var(--color-d9d2c2);
    z-index: 9999;
}
.loader-mask .loader {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 50px;
    height: 50px;
    font-size: 0;
    display: inline-block;
    margin: -25px 0 0 -25px;
    text-indent: -9999em;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
}
.loader-mask .loader div {
    background-color: var(--color-7e5b28);
    display: inline-block;
    float: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: 50px;
    opacity: 0.5;
    border-radius: 50%;
    -webkit-animation: ballPulseDouble 2s ease-in-out infinite;
    animation: ballPulseDouble 2s ease-in-out infinite;
}
.loader-mask .loader div:last-child {
    -webkit-animation-delay: -15s;
    animation-delay: -15s;
    background-color: var(--color-7e5b28);
    -webkit-animation: ballPulseDoubleOut 2s ease-in-out infinite;
    animation: ballPulseDoubleOut 2s ease-in-out infinite;
}
@-webkit-keyframes ballPulseDouble {
    0%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
@keyframes ballPulseDouble {
    0%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
@-webkit-keyframes ballPulseDoubleOut {
    0%,
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    50% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
}
@keyframes ballPulseDoubleOut {
    0%,
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    50% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
}
/* Loader page css */
.loader-section {
    background-image: url(../img/loader/loader-bg.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    position: fixed;
    top: 0;
    left: 0;
    opacity: 1;
    transition: opacity 0.75s ease-in-out;
    z-index: 9999;
}
.loader-section.hidden {
    opacity: 0;
    pointer-events: none;
}
.loader-box {
    position: absolute;
    top: 46%;
    left: 0;
    width: 100%;
    height: 670px;
    right: 0;
    transform: translateY(-50%);
}
.logo1 svg {
    max-width: 100px;
    width: 90%;
    margin: auto;
    display: block;
}
.logo2 svg {
    max-width: 150px;
    width: 90%;
    margin: auto;
    display: block;
}
.logo3 svg {
    width: 100%;
}
.logo1,
.logo2 {
    position: absolute;
    opacity: 0;
    transition: all 0.2s ease-in-out;
    left: 0;
    right: 0;
    width: max-content;
    margin: auto;
    top: -20%;
    bottom: 0;
}
.logo3 {
    position: absolute;
    opacity: 0;
    transition: all 0.2s ease-in-out;
    left: 0;
    right: 0;
    width: 100%;
    text-align: center;
    margin: auto;
    animation: fadeUp 1s ease-out forwards;
    animation-delay: 1.5s;
    top: 55%;
}
.logo1 {
    animation: rotateZoomIn 1s ease-in-out forwards;
}
@keyframes rotateZoomIn {
    0% {
        transform: scale(0) rotate(0deg);
        opacity: 0;
    }
    75% {
        transform: scale(1) rotate(180deg);
        opacity: 1;
    }
    100% {
        transform: scale(1.5) rotate(180deg);
        opacity: 1;
    }
}
.logo2 {
    animation: fadeIn .2s ease-in-out forwards;
    animation-delay: 1s;
}
@keyframes fadeIn {
    0% {
        transform: scale(0.9);
        opacity: 0;
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}
.logo3 svg {
    max-width: 400px;
    width: 80%;
}
@keyframes fadeUp {
    0% {
        transform: translateY(20px);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}
.theme-btn {
    display: flex;
    align-items: center;
    gap: 14px;
    width: fit-content;
    padding: 10px 37px;
    min-height: 56px;
    background-color: var(--color-7e5b28);
    border: 1px solid var(--color-7e5b28);
    border-radius: 31px;
    font-size: var(--font-size-20);
    line-height: var(--line-spacing-28);
    color: var(--color-ffffff);
    transition: all 0.5s ease;
}
.theme-btn:hover {
    background-color: transparent;
    color: var(--color-7e5b28);
}
.theme-btn:hover img {
    filter: brightness(0) saturate(100%) invert(35%) sepia(60%) saturate(438%) hue-rotate(356deg) brightness(92%) contrast(94%);
}
.theme-btn.border-btn {
    background-color: transparent;
    color: var(--color-7e5b28);
}
.theme-btn.border-btn:hover {
    background-color: var(--color-7e5b28);
    color: var(--color-ffffff);
}
.theme-btn.border-btn:hover svg {
    stroke: var(--color-ffffff);
}
/*Header Style Start*/
.header-wrap {
    position: fixed;
    width: 100%;
    top: 0;
    padding: 23px 0;
    z-index: 1024;
    background-color: transparent;
    transition: background-color 0.3s ease;
}
.header-wrap.sticky-header {
    background-color: var(--color-d9d2c2);
    box-shadow: 0 2px 16px rgb(0 0 0 / 8%);
}
.header-wrap .container {
    max-width: 1564px;
}
.header-wrap .navbar-nav .nav-link {
    padding: 0;
    color: var(--color-ffffff);
    position: relative;
}
.header-wrap.sticky-header .navbar-nav .nav-link {
    color: var(--color-484443);
}
.header-btn {
    font-size: var(--font-size-18);
    line-height: var(--line-spacing-26);
    color: var(--color-d9d2c2);
    min-height: 44px;
    padding: 8px 24px;
}
.header-btn:hover {
    border-color: var(--color-ffffff);
    color: var(--color-ffffff);
}
.header-wrap.sticky-header .header-btn:hover {
    border-color: var(--color-484443);
    color: var(--color-484443);
}
.header-wrap .nav-link::after {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: -8px;
    margin: 0 auto;
    width: 0;
    border-bottom: 1px solid #fff;
    transition: width 0.3s;
}
.nav-link:is(:hover, .nav-active)::after {
    width: 100%;
}
.header-wrap.sticky-header .nav-link::after {
    border-color: var(--color-7e5b28);
}
.header-wrap .nav-logo img.brown-logo {
    display: none;
}
.header-wrap .nav-logo img.white-logo {
    display: block;
}
.header-wrap.sticky-header .nav-logo img.white-logo {
    display: none;
}
.header-wrap.sticky-header .nav-logo img.brown-logo {
    display: block;
}
/*Header Style Start*/
/*Footer Style Start*/
.footer-wrap {
    background-color: var(--color-d9d2c2);
    padding: 100px 0 65px;
    position: relative;
}
.footer-wrap .container {
    max-width: 1744px;
    padding: 0 45px;
}
.footer-title {
    font-size: var(--font-size-42);
    line-height: var(--line-spacing-53);
    color: var(--color-7e5b28);
    margin-bottom: 55px;
}
.fp-title {
    font-size: var(--font-size-18);
    line-height: var(--line-spacing-26);
    color: var(--color-363636);
    margin-bottom: 26px;
}
.fwp {
    font-size: var(--font-size-42);
    color: var(--color-7e5b28);
    display: flex;
    align-items: center;
    justify-content: center;
}
.fwp:hover {
    color: var(--color-7e5b28);
}
.footer-logo {
    gap: 15px 50px;
    align-items: center;
    width: 100%;
}
.right-logo {
    width: fit-content;
}
.footer-btm {
    margin-top: 42px;
    border-top: 1px solid var(--color-7e5b28);
    padding: 0 20px;
    padding-top: 59px;
}
.footer-btm p {
    max-width: 1255px;
    margin: 0 auto;
    font-size: 13px;
    line-height: 19px;
}
.back-to-top {
    position: absolute;
    top: 30px;
    right: 55px;
}
.back-to-top a {
    gap: 10px;
    color: var(--color-7e5b28);
    font-size: 12px;
    line-height: 18px;
    text-transform: uppercase;
}
.back-to-top a svg {
    width: 18px;
}
/*Footer Style End*/
.scroll-down {
    text-decoration: none;
    position: absolute;
    bottom: 40px;
    right: 40px;
    opacity: 0.8;
    transition: opacity 0.3s ease;
    font: normal normal normal 12px/18px var(--freightneo_promedium);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    color: var(--color-ffffff);
    text-transform: uppercase;
    z-index: 2;
}
.scroll-down img {
    width: 18px;
}
.scroll-down:hover {
    opacity: 1;
    color: var(--color-ffffff);
}
.down-arrow {
    animation: bounce 1.5s infinite;
    width: max-content;
    margin: auto;
}
@keyframes bounce {
    0%,
    100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(8px);
    }
}
/*Floorplan Start*/
.hero-banner {
    position: relative;
    height: 100vh;
    background-repeat: no-repeat;
    background-position: center;
    padding-right: 108px;
    background-size: cover;
}
.right-overlay:before {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to left,rgba(0, 0, 0, 0.5) 0, transparent 50%);
    /*opacity: 0.68;*/
}
.hero-floor-plan {
    background-image: url('../img/floorplans/floorplans-banner.webp');
}
.hero-inner {
    width: fit-content;
    position: absolute;
    right: 108px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 58px;
}
.hero-inner .theme-btn:hover {
    border-color: var(--color-ffffff);
    color: var(--color-ffffff);
}
.hero-inner .theme-btn img {
    filter: brightness(0) saturate(100%) invert(96%) sepia(0%) saturate(0%) hue-rotate(53deg) brightness(109%) contrast(101%);
}
.hero-inner .theme-btn img {
    margin-top: 5px;
}
.schematic-diagram {
    padding: 140px 0;
}
.legend-wrap {
    padding: 0 100px 0 100px;
    margin-top: 25px;
    display: flex;
    flex-wrap: wrap;
    align-items: self-end;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 200px;
}
.legend-txt{
    font-family: var(--freightneo_promedium);
}
.legend-info{
    font: normal normal normal 12px/20px var(--freightneo-probook);
    color: var(--color-484443);
}
.diagram-info {
    width: calc(100% - 330px);
}
.diagram-info ul {
    display: flex;
    flex-wrap: wrap;
    gap: 15px 40px;
    width: 100%;
}
.diagram-info ul li {
    font-family: 'freightneo_promedium';
    font-size: 12px;
    line-height: 14.4px;
    color: #313232;
    display: flex;
    gap: 8px;
    align-items: center;
}
.diagram-info ul li b {
    display: contents;
}
.diagram-info ul li span {
    display: inline-block;
    width: 20px;
    height: 20px;
}
.plan-tbl {
    margin-top: 56px;
    margin-bottom: 60px;
    padding: 0 30px;
}
.diagram-img svg {
    width: 1099px;
    max-width: 100%;
}
.diagram-img svg a {
    position: relative;
}
.diagram-img svg a .unit-label {
    font-size: 14px;
    line-height: 18px;
    fill: var(--color-484443);
    pointer-events: none;
}
.diagram-img svg a path {
    fill: transparent;
    transition: fill 0.3s;
}
.diagram-img svg a.unit-active path,
.diagram-img svg a:hover path {
    fill: #D9D2C28E;
}
.plan-tbl .unit-tbl {
    display: none;
}
.plan-tbl .address {
    font-size: var(--font-size-20);
    margin-bottom: 15px;
    font-family: 'freightneo_promedium';
}
.unit-tbl table tbody tr td {
    width: 125px;
    padding: 2px;
    text-align: center;
    /*text-transform: uppercase;*/
    vertical-align: middle;
    border: 1px solid #494949;
}
.unit-tbl table tbody tr td:nth-child(1) {
    min-width: 100px;
}
.unit-tbl table tbody tr.border-y-black td {
    border-width: 1px 0;
    border-color: #000;
}
.unit-tbl table tbody tr.border-y-black td:not(:first-child) {
    font-size: 19px;
}
.unit-tbl table tbody tr td:first-child {
    border-left: 0;
}
.unit-tbl table tbody tr td:last-child {
    border-right: 0;
}
.bg-b0aea0 {
    background-color: #b0aea0;
}
.bg-b99a6d {
    background-color: #b99a6d;
}
.bg-908c78 {
    background-color: #908c78;
}
.bg-cdb694 {
    background-color: #cdb694;
}
.bg-d1c8b5 {
    background-color: #d1c8b5;
}
.bg-ddd6c8 {
    background-color: #ddd6c8;
}
.bg-bb8f7f {
    background-color: #bb8f7f;
}
.bg-a46b59 {
    background-color: #a46b59;
}
.bg-9e9b9b {
    background-color: #9e9b9b;
}
.bg-9da7ad {
    background-color: #9da7ad;
}
.bg-908c78 {
    background-color: #908c78;
}
.bg-778790 {
    background-color: #778790;
}
.unit-tbl table tbody tr td[data-fancybox] {
    cursor: pointer;
}
.fancybox__backdrop {
    background: rgb(0 0 0 / 50%);
}
.carousel__button.fancybox__button--close,
.carousel__button.is-close {
    background-color: var(--color-7e5b28);
    border-radius: 100%;
    color: #fff;
    position: absolute !important;
    right: 30px !important;
    top: 30px !important;
    width: 55px;
    height: 55px;
}
.fancybox__container .fancybox__toolbar {
    background: none;
    margin-left: auto;
    position: absolute;
    top: 45% !important;
    height: fit-content;
    padding: 0;
}
.fancybox__container .fancybox__toolbar .fancybox__toolbar__items {
    flex-direction: column;
}
.fancybox__container .fancybox__toolbar .fancybox__toolbar__items [class*=fancybox__button--zoom] {
    width: 40px;
    height: 40px;
    background-color: #504A3F;
    color: #fff;
    margin-right: 30px;
    border-radius: 0;
}
.fancybox__toolbar__items .fancybox__button--zoomIn {
    border-bottom: 1px solid #ffffff;
}
.fancybox__carousel.is-draggable .fancybox__slide,
.fancybox__content {
    padding: 0;
    margin: 0 !important;
}
.virtual-tour-btn {
    position: fixed;
    left: 40px;
    bottom: 40px;
    z-index: 999;
}
.image-with-zoom .fancybox__content .virtual-tour-btn img {
    width: auto !important;
    height: auto !important;
}
.virtual-tour-btn:hover {
    border-color: var(--color-ffffff);
    color: var(--color-ffffff);
}
.virtual-tour-btn:hover img {
    filter: brightness(0) saturate(100%) invert(96%) sepia(0%) saturate(0%) hue-rotate(53deg) brightness(109%) contrast(101%);
}
.unit-tbl .swipe-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1024;
}
.unit-tbl .swipe-overlay .swipe-wrap {
    max-width: 264px;
    height: 248px;
    background-color: rgba(0, 1, 1, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    gap: 20px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 50%;
    transform: translateY(-50%);
}
.unit-tbl .swipe-overlay .swipe-wrap p {
    font-size: 13px;
    line-height: 17px;
    color: #f8f6f4;
}
/* .image-with-zoom .fancybox__content, .image-with-zoom .fancybox__content img {
    min-width: 100% !important;
    min-height: 100% !important;
    margin: auto;
    display: block;
} */
/*Floorplan End*/
/*Facilities Start*/
.hero-facilitie .scroll-down {
    right: 30px;
    bottom: 30px;
}
.custom-nav.owl-theme .owl-nav [class*=owl-]:hover {
    background: transparent !important;
    color: black !important;
}
.custom-nav.owl-theme .owl-nav button.owl-next,
.custom-nav.owl-theme .owl-nav button.owl-prev,
.custom-nav.owl-theme button.owl-dot {
    outline: none;
}
.custom-nav.owl-theme .owl-nav button.owl-next,
.custom-nav.owl-theme .owl-nav button.owl-prev {
    margin: 0;
}
.custom-nav.owl-theme .owl-nav button img {
    max-width: 90%;
}
.owl-single .item img {
    display: block;
    width: 100%;
    height: 100vh;
    object-fit: cover;
}
.custom-nav.owl-theme.owl-next span,
.custom-nav.owl-theme .owl-prev span {
    font-size: 30px !important;
    cursor: pointer;
    outline: none !important;
}
.custom-nav.owl-theme .owl-next span:focus,
.custom-nav.owl-theme .owl-prev span:focus {
    outline: none !important;
}
.custom-nav.owl-theme .owl-nav {
    position: absolute;
    right: 45px;
    bottom: 130px;
    margin: 0;
    width: 479px;
    display: flex;
    justify-content: space-between;
    z-index: 9;
    max-width: 100%;
}
.custom-nav.owl-theme .owl-dots {
    counter-reset: slides-num;
    position: absolute;
    right: 45px;
    bottom: 130px;
    width: 479px;
    height: 60px;
    color: #d9d2c2;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.custom-nav.owl-theme .owl-dots:after {
    content: counter(slides-num);
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
}
.custom-nav.owl-theme .owl-dot {
    display: inline-block;
    counter-increment: slides-num;
    /* Increment counter */
}
.custom-nav.owl-theme .owl-dot span {
    display: none;
}
.custom-nav.owl-theme .owl-dot.active:before {
    content: counter(slides-num) " / ";
    /* Use the same counter to get current item. */
    display: inline-block;
    vertical-align: middle;
    font-weight: 700;
}
.hero-slider.right-overlay:before {
    z-index: 2;
}
.slide-info {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
    width: 520px;
    max-width: 100%;
    text-align: center;
    padding: 0 20px;
}
.slide-info .character-style-2 {
    color: var(--color-ffffff);
}
.slide-info .text-18 {
    color: var(--color-ffffff);
    max-width: 365px;
}
.hero-facilitie .img-wrap:before {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    width: 40%;
    height: 100%;
    background: linear-gradient(to left, rgba(0, 0, 0, 0.7), transparent);
    mix-blend-mode: darken;
}
.sitep-wrap {
    padding: 140px 0;
}
.sitep-wrap .container-fluid {
    padding: 0 40px;
}
#splan-tab {
    max-width: 1200px;
    gap: 15px;
    margin: 0 auto 80px;
    justify-content: space-between;
}
#splan-tab .nav-item {
    width: calc(23% - 15px);
}
.sitep-wrap .nav-pills .nav-link {
    border: 1px solid var(--color-7e5b28);
    border-radius: 31px;
    font-size: var(--font-size-24);
    line-height: var(--line-spacing-34);
    color: var(--color-7e5b28);
    width: 100%;
}
.sitep-wrap .nav-pills .nav-link.active {
    background-color: var(--color-7e5b28);
    color: var(--color-d9d2c2);
}
.sitep-wrap .nav-pills .nav-link sup {
    left: -4px;
    margin-right: -5px;
}
.sitep-wrap .tab-content {
    padding: 0 40px;
}
.map-img .zoom-btns {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
}
.map-img .zoom-btns span {
    width: 40px;
    height: 40px;
    background-color: #504A3F;
    color: #fff;
    text-align: center;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}
.map-img .zoom-btns span.zoom-in-btn {
    border-bottom: 1px solid #ffffff;
}
.plinfo {
    margin-bottom: 45px;
}
.plinfo p {
    color: var(--color-484443);
    display: flex;
    gap: 10px;
    line-height: 27px;
    align-items: center;
}
.plinfo p span {
    width: 20px;
    height: 20px;
    border-radius: 100%;
    background-color: #3D291B;
    color: var(--color-eae6dd);
    font-size: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.plinfo.nm-grey p span {
    background-color: #8C8888;
}
.plinfo.nm-red p span {
    background-color: #8A5343;
}
.plinfo.nm-blue p span {
    background-color: #586F76;
}
.plinfo.nm-orange p span {
    background-color: #906C38;
}
.plinfo.nm-yellow p span {
    background-color: #9A8B41;
}
.plinfo.nm-teal p span {
    background-color: #4C6B6A;
}
.info-wrap {
    padding-left: 135px;
}
#splan-tabContent .panzoom-wrp {
    /*margin-right: -66px;
    padding-right: 66px;*/
    width: calc(100% + 66px);
}
.plinfo.nm-grey p span.square-bdr {
    width: 22px;
    height: 14px;
    border-radius: 0;
    background: transparent;
    border: 1px dashed #484443;
}
/*Facilities End*/
/*Developers Start*/
.hero-developers .owl-carousel .owl-item:before {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    width: 100%;
    height: 175px;
    background: transparent linear-gradient(180deg, #00000000 0%, #000000CD 43%, #000000 100%) 0% 0% no-repeat padding-box;
    mix-blend-mode: darken;
    opacity: 0.73;
    z-index: 1;
}
.hero-developers .custom-nav.owl-theme .owl-nav,
.hero-developers .custom-nav.owl-theme .owl-dots {
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 30px;
    z-index: 2;
}
.hero-developers .custom-nav.owl-theme .owl-nav {
    z-index: 9;
}
.hero-developers .slide-info {
    left: 40px;
    bottom: 100px;
    top: inherit;
    transform: none;
    z-index: 9;
    align-items: self-start;
    gap: 10px;
    width: auto;
    text-align: left;
}
.hero-developers .slide-info .text-18 {
    max-width: 100%;
    color: var(--color-d9d2c2);
}
.hero-developers .character-style-2 {
    font-size: var(--font-size-24);
    line-height: var(--line-spacing-29);
    font-family: 'freightneo_probook';
}
.hero-developers .artist-impression {
    position: fixed;
    left: 20px;
    bottom: 20px;
}
.hero-developers .slide-info .character-style-6{
    font-family: 'freightneo_probook';
}
/* Hero section */
.banner-height {
    position: relative;
    height: 100vh;
    width: 100%;
    overflow: hidden;
    /* font: normal normal normal 20px/28px var(--freightneo_promedium); */
}
.header-wrap:not(.sticky-header):before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.4), transparent);
    z-index: 0;
    mix-blend-mode: darken;
}
.video-bg-section {
    background-image: url('../img/home/hero-placeholder.webp');
    background-attachment: fixed;
    height: 100%;
}
.bg-image {
    background-size: cover;
    background-position: center;
    position: absolute;
    width: 100%;
    height: 100%;
    /* z-index: 0; */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.video-hero-content {
    position: relative;
    z-index: 2;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-align: center;
    padding: 20px;
}

.watch-btn {
    display: inline-flex;
    align-items: center;
    padding: 12px 20px;
    border: 1px solid var(--color-ffffff);
    border-radius: 40px;
    color: var(--color-ffffff);
    text-decoration: none;
    transition: all 0.3s ease;
    font: normal normal normal 20px/28px var(--freightneo_promedium);
    position: absolute;
    bottom: 40px;
    left: 40px;
}
.watch-btn-location.watch-btn{
    position: relative;
    bottom: auto;
    left: auto;
}
.watch-btn:hover {
    background-color: rgba(255, 255, 255, 0.1);
    color: var(--color-ffffff);
}
.play-icon {
    font-size: 1.2rem !important;
    margin-right: 10px;
}
.video-hero-section h1 {
    text-shadow: 0 2px 5px #ffffffc4;
}
/* animated section */
.animated-section {
    padding: 180px 0 180px 0;
    text-align: center;
    background-color: #ece8e0;
}
.svg-container svg path {
    stroke: #777268;
    stroke-width: 2;
    fill: none;
}
.line-container {
    position: relative;
    overflow: hidden;
}
.line-image {
    width: 100%;
    max-width: 75%;
    display: block;
    z-index: 1;
    position: relative;
}
.line-cover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ECE8E0;
    /* Your masking color */
    z-index: 1;
    pointer-events: none;
}
.animated-section p,
.about-section p:not(.character-style-6) {
    font: normal normal normal 32px/44px var(--freightneo_promedium);
    color: var(--color-484443);
}
.about-text {
    position: absolute;
    top: 6%;
    left: 20%;
}
.about-text2 {
    position: absolute;
    top: 20%;
    right: 26%;
}
.about-text3 {
    position: absolute;
    top: 40%;
    left: 15%;
}
.after-img {
    max-width: 55%;
    background: #eae6dd;
    margin-left: auto;
    display: block;
    margin-top: -80px;
}
/* About section css */
.about-section {
    background-color: #ece8e0;
    padding-bottom: 150px;
}
.about-section h2 {
    color: var(--color-484443);
}
.smoke-img-wrapper {
    overflow: hidden;
}
.smoke-draw-img {
    width: 100%;
    opacity: 0;
    filter: blur(0px);
    transition: none;
}
.section-margin-top {
    margin-top: 300px;
}
.section-margin-top-medium {
    margin-top: 150px;
}
.section-margin-top-large {
    margin-top: 200px;
}
/* Location page css start */
.hero-location {
    background-image: url('../img/location/hero-location.webp');
}
.singapore-discover-section {
    background-color: var(--color-7c7760);
    padding: 100px 0;
}
.singapore-discover-section .location-info-col {
    padding: 100px 0;
}
.singapore-discover-section .location-discover-content {
    width: 676px;
    margin: 0 auto;
}
.locationplan-accordian {
    padding: 100px 20px 40px 20px;
    height: 730px;
    overflow-y: auto;
}
#show_siteplan .panzoom-img{
    background-image: url('../img/location/map/base.webp');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.accordion-button{
    cursor: pointer;
}
.locationplan-accordian .accordion-item,
.locationplan-accordian .accordion-button,
.locationplan-accordian .accordion-button:not(.collapsed) {
    background-color: transparent;
    border: 0;
    box-shadow: none !important;
    border-radius: 0 !important;
}
.locationplan-accordian .accordion-button,
.locationplan-accordian .accordion-button[aria-expanded="false"] {
    border-bottom: 1px solid #504A3F !important;
    font: normal normal normal 24px/29px var(--freightneo_promedium);
    color: var(--color-484443);
}
.locationplan-accordian .accordion-button,
.locationplan-accordian .accordion-body {
    padding: 15px 0;
}
.locationplan-accordian .accordion-button[aria-expanded="true"] {
    color: var(--color-7e5b28);
}
.locationplan-accordian .accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23504A3F'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>");
}
.locationplan-accordian .accordion-button[aria-expanded="true"]::after {
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%237e5b28'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>");
}
.locationplan-accordian .accordion-body table td {
    padding: 2px 0;
}
.object-fit-cover {
    object-fit: cover;
}
.btn-border {
    font: normal normal normal 20px/28px var(--freightneo_promedium);
    color: var(--color-7e5b28);
    border: 1px solid var(--color-7e5b28);
    border-radius: 30px;
    padding: 10px 20px;
    line-height: normal;
    transition: all .4s;
}
.btn-border:hover,
.btn-border:focus {
    background-color: var(--color-7e5b28);
    color: var(--color-ffffff);
}
.btn-border:hover svg,
.btn-border:focus svg {
    filter: invert(100%) brightness(1000%);
}
.location-slider{
}
.location-slider .slide-info {
    right: 0;
    bottom: 200px;
    left: 0;
    width: 100%;
    top: auto;
    transform: none;
    text-align: left;
    align-items: start;
    max-width: 760px;
    margin: auto;
    z-index: 11;
    padding: 20px;
}
.location-slider .custom-nav.owl-theme .owl-nav,
.location-slider .custom-nav.owl-theme .owl-dots {
    max-width: 479px;
    right: 0;
    left: 0;
    bottom: 80px;
    margin: 0 auto;
    width: 100%;
    padding: 0 20px;
}
.location-slider .slide-info .text-18 {
    max-width: 760px;
    font: normal normal normal 16px/22px var(--freightneo_promedium);
}
.siteplan-slider {
    position: relative;
}
.siteplan-slider .img-wrap:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7) 0, transparent 50%);
    z-index: 1;
    mix-blend-mode: darken;
}
.location-slider .artist-txt {
    font: normal normal normal 18px/26px var(--freightneo_promedium);
    position: absolute;
    bottom: 20px;
    left: 20px;
    z-index: 2;
    color: var(--color-ffffff);
}
.location-slider .border-btn-light {
    position: absolute;
    bottom: 50px;
    right: 150px;
    z-index: 2;
}
.border-btn-light.theme-btn {
    color: var(--color-d9d2c2);
    border-color: var(--color-d9d2c2);
}
.artist-impression-txt{
    font: normal normal normal 13px/19px var(--freightneo_promedium); 
    color: var(--color-ffffff);
}
.banner-height .artist-impression-txt {
    font: normal normal normal 13px/19px var(--freightneo_promedium);
    position: absolute;
    left: 15px;
    bottom: 15px;
    color: var(--color-ffffff);
    z-index: 1;
}
.location-slider {
    position: relative;
}
/* Gallery page css */
body.gallery-page {
    background-color: var(--color-425E69);
}
.gallery-page .fancybox__toolbar{
    top: 0 !important;
}
.floorplan-page .fancybox__toolbar{
    height: 100%;
    top: 0 !important;
    bottom: 0;
}
.floorplan-page .fancybox__container .fancybox__toolbar .fancybox__toolbar__items{
    justify-content: center;
}
.gallery-section {
    padding: 230px 0 100px 0;
}
.gallery-section .nav-tabs {
    border-bottom: none;
    justify-content: center;
    margin-bottom: 80px;
}
.gallery-section .nav-tabs .nav-link {
    color: var(--color-d9d2c2);
    background-color: transparent;
    border: 1px solid var(--color-d9d2c2);
    border-radius: 30px;
    padding: 10px 30px;
    margin: 0 40px;
    font: normal normal normal 24px/34px var(--freightneo-probook);
    min-width: 265px;
}
.gallery-section .nav-tabs .nav-link.active {
    background-color: var(--color-7e5b28);
    border-color: var(--color-d9d2c2);
    color: var(--color-ffffff);
}
.gallery-section .image-box {
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
    cursor: pointer;
}
.gallery-section .image-box img {
    height: 300px;
    object-fit: cover;
}
.gallery-section .video-box img{
    height: 380px;
    object-fit: cover;
}
.gallery-section .image-box span.artist-txt {
    position: absolute;
    bottom: 8px;
    left: 10px;
    font: normal normal normal 13px/19px var(--freightneo-probook);
    color: var(--color-ffffff);
}
/* #fancybox-1 .fancybox__toolbar {
    top: 20px !important;
} */
.fancybox__toolbar__items.fancybox__toolbar__items--right .fancybox__button--zoom,
.fancybox__toolbar__items.fancybox__toolbar__items--right .fancybox__button--slideshow,
.fancybox__toolbar__items.fancybox__toolbar__items--right .fancybox__button--fullscreen,
.fancybox__toolbar__items.fancybox__toolbar__items--right .fancybox__button--thumbs {
    display: none;
}
.gallery-section .video-btn {
    position: absolute;
    bottom: 15% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    height: max-content;
    width: max-content;
}
.gallery-section .watch-btn:hover {
    color: var(--color-ffffff);
}
.gallery-section .video-box::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.0);
    mix-blend-mode: darken;
}
.gallery-section .image-box p.tour-caption {
    position: absolute;
    bottom: 20px;
    left: 20px;
    font: normal normal normal 18px/26px var(--freightneo-probook);
    color: var(--color-ffffff);
}
.vt-box::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.6), transparent);
}
/* Developer page css */
.developer-section {
    padding: 140px 20px 250px 20px;
}
.developer-section h2 {
    font: normal normal normal 54px/59px var(--freightneo_promedium);
    color: var(--color-7e5b28);
}
.developer-section .developer-img {
    margin-bottom: 80px;
}
.developer-box {
    padding: 0 100px;
    position: relative;
}
/* .developer-box.border-right {
    border-right: 2px solid #A8896E;
} */
/* .developer-box.border-right:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 2px;
    height: 0;
    background-color: #A8896E;
    transition: height 0.3s ease;
  } */
  .border-anim {
    position: absolute;
    top: 0;
    right: 0;
    width: 2px;
    height: 0;
    background-color: #A8896E;
    z-index: 1;
  }
/* Interior page css start */
.interior-banner-section .hero-interior {
    background-image: url('../img/interior/interior-header.webp')
}
.interior-content-section {
    background-color: var(--color-536e78);
    padding: 140px 0 0;
}
.interior-content-section .interior-content-row{padding-bottom: 50px;}
.interior-content-section .interior-vertical-slider-row {
    padding-top: 160px !important;
}
.interior-content-section .interior-vertical-slider-row .interior-listitem .interior-content-col {
    /* background-color: var(--color-536e78); */
    padding: 0 0 0 100px;
}
.interior-content-section .interior-vertical-slider-row .interior-listitem .interior-content-col p {
    max-width: 466px;
}
.interior-content-section .interior-vertical-slider-row .interior-listitem .interior-content-col .interior-logo-row img {
    width: 100%;
}
.interior-content-section .interior-listitem {
    width: 100vw;
    height: 100%;
    position: absolute;
    inset: -8% 0;
    overflow: hidden;
    background-color: var(--color-536e78);
    padding-right: 80px;
}
.interior-content-section .interior-slider-list {
    height: 100%;
    display: flex;
    position: relative;
}
.interior-content-section .section {
    overflow: hidden;
}
.interior-content-section .interior-slider-wrapper {
    height: 100vh;
}
.interior-content-section .interior-slider-list .interior-listitem .owl-nav,
.interior-content-section .interior-slider-list .interior-listitem .owl-dots {
    right: -50px;
    transform: none;
    left: 0;
    margin: auto;
}
/* .interior-content-section .interior-slider-list .interior-listitem .owl-dots {
    right: 23%;
    bottom: 118px;
} */
.interior-content-section .interior-slider-list .interior-listitem .owl-item:before {
    position: absolute;
    content: '';
    background: transparent linear-gradient(180deg, #00000000 0%, #000000CD 43%, #000000 100%) 0% 0% no-repeat padding-box;
    mix-blend-mode: darken;
    opacity: 0.3;
    width: 100%;
    height: 250px;
    left: 0;
    right: 0;
    bottom: 0;
}
.interior-fitting-section {
    background-color: var(--color-eae6dd);
    padding: 200px 0;
    /* margin-top: -100px; */
}
.interior-fitting-section .interior-fitting-content p {
    max-width: 665px;
    color: var(--color-484443);
}
.interior-fitting-section .owl-carousel .owl-nav button.owl-next, .interior-fitting-section .owl-carousel .owl-nav button.owl-prev, .interior-fitting-section .owl-carousel button.owl-dot,
.interior-fitting-section .custom-nav.owl-theme .owl-dots:after{
    color: var(--color-7e5b28);
}
.interior-fitting-section .row .interior-fitting-slider .owl-nav,
.interior-fitting-section .row .interior-fitting-slider .owl-dots {
    bottom: -125px;
    transform: translate(-50%, -50%);
    left: 50%;
}
.interior-fitting-section .row .interior-fitting-slider .owl-nav img{
    filter: brightness(0) saturate(100%) invert(35%) sepia(9%) saturate(2787%) hue-rotate(356deg) brightness(100%) contrast(91%);
}
.interior-fitting-slider img{
    height: auto !important;
}

.interior-fitting-content .slider {
    margin: 100px auto;
    overflow: hidden;
    position: relative;
    width: 100%;
  }
  .interior-fitting-content .slider .slide-track {
    display: inline-flex;
    white-space: nowrap;
    animation: scrollAnim 50s linear infinite;
  }
  .interior-fitting-content .slider .slide-track .slide {
    width: auto;
    margin-right: 20px;
    flex-shrink: 0;
  }
  @keyframes scrollAnim {
    0% {
      transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
  }
  .interior-fitting-content .slider .slide img {
    height: 70px;
    width: auto;
  }
  .interior-fitting-content .character-style-3{
    color: var(--color-7e5b28);
    font: normal normal normal 54px / 59px var(--freightneo_promedium);
  }
  .smart-section{
    padding: 150px 20px;
  }
  .smart-section .icon-box i,
  .smart-section .icon-box img {
    font-size: 28px;
    margin-bottom: 15px;
    display: block;
  }
  .smart-section h6, .smart-section p {
    color: var(--color-484443);
  }
  .smart-section .icon-box{
    padding: 0 40px;
}
.small-txt{
    font: normal normal normal 11px/16px var(--freightneo-probook);
    color: #363636;
}
.fancybox__container .has-video .is-close{
    position: absolute !important;
    /* right: 80px !important; */
}
.theme-btn-border{
    background: transparent;
    color: var(--color-7e5b28);
    font-size: 32px;
    line-height: 40px;
}
.theme-btn-border:hover{
    background: var(--color-7e5b28);
    color: var(--color-ffffff);
}
.theme-btn-border:hover svg path{ 
    fill: var(--color-ffffff);
}
.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
    display: none !important;
}
.fancybox__html5video{
    object-fit: contain;
}
.video-background {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    max-width: auto;
    object-fit: cover;
    width: 100%;
    height: 100%;
    margin: 0;
    z-index: 1;
  }
  .interior-content-section .interior-slider-list .interior-listitem p.artist-impression-txt{
    position: absolute;
    bottom: 50px;
    left: 0;
    padding-bottom: 80px;
    z-index: 1024;
    padding-left: 40px;
  }