@font-face {
    font-family: "AktivGroteskRegular";
    src: url("/fonts/AktivGroteskRegular.eot");
    src: url("/fonts/AktivGroteskRegular.eot") format("embedded-opentype"), url("/fonts/AktivGroteskRegular.woff2") format("woff2"), url("/fonts/AktivGroteskRegular.woff") format("woff"), url("/fonts/AktivGroteskRegular.ttf") format("truetype"), url("/fonts/AktivGroteskRegular.svg#AktivGroteskRegular") format("svg");
}

@font-face {
    font-family: "AktivGroteskMedium";
    src: url("/fonts/AktivGroteskMedium.eot");
    src: url("/fonts/AktivGroteskMedium.eot") format("embedded-opentype"), url("/fonts/AktivGroteskMedium.woff2") format("woff2"), url("/fonts/AktivGroteskMedium.woff") format("woff"), url("/fonts/AktivGroteskMedium.ttf") format("truetype"), url("/fonts/AktivGroteskMedium.svg#AktivGroteskMedium") format("svg");
}

@font-face {
    font-family: 'Basier Circle';
    src: url('/fonts/BasierCircle-Regular.eot');
    src: url('/fonts/BasierCircle-Regular.eot?#iefix') format('embedded-opentype'), url('/fonts/BasierCircle-Regular.woff2') format('woff2'), url('/fonts/BasierCircle-Regular.woff') format('woff'), url('/fonts/BasierCircle-Regular.ttf') format('truetype'), url('/fonts/BasierCircle-Regular.svg#BasierCircle-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Saol Display';
    src: url('/fonts/SaolDisplay-Light.woff2') format('woff2'), url('/fonts/SaolDisplay-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Saol Display';
    src: url('/fonts/SaolDisplay-LightItalic.woff2') format('woff2'), url('/fonts/SaolDisplay-LightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Saol Text';
    src: url('/fonts/SaolText-Light.woff2') format('woff2'), url('/fonts/SaolText-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}




body {
    font-family: "AktivGroteskRegular";
    font-weight: normal;
    font-size: 15px;
    line-height: 1.33;
    text-align: center;
    color: #8D6F40;
    padding: 260px 0 0 0;
    margin: 0;
    background: #FBFAF3;
}

#page-home {
    padding: 100vh 0 0 0;
}

#page-penthouse {
    background: #080A20;
    color: #FBFAF3;
}

.middle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    display: block;
    z-index: 1;
}

.clear,
* html .clearfix,
*:first-child + html .clearfix {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}

    .clearfix:after {
        clear: both;
        content: " ";
        display: block;
        font-size: 0;
        line-height: 0;
        visibility: hidden;
        width: 0;
        height: 0;
    }

*,
*:before,
*:after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}



.grid_1 {
    width: 8.33%;
}

.grid_2 {
    width: 16.67%;
}

.grid_3 {
    width: 25%;
}

.grid_23 {
    width: 23.5%;
}

.grid_4 {
    width: 32%;
}

.grid_5 {
    width: 46.67%;
}

.grid_6 {
    width: 50%;
}

.w49 {
    width: 49%;
}

.grid_7 {
    width: 62.66%;
}

.grid_8 {
    width: 66.67%;
}

.grid_9 {
    width: 75%;
}

.grid_78 {
    width: 78%;
}


.grid_10 {
    width: 82.33%;
}

.grid_11 {
    width: 91.67%;
}

.grid_12 {
    width: 100%;
}

.w62 {
    width: 62%;
}

.w30 {
    width: calc(30% - 13px);
}

.w70 {
    width: calc(70% - 13px);
}

.w39 {
    width: calc(39% - 13px);
}

.w61 {
    width: calc(61% - 13px);
}

.w80 {
    width: 80%;
}

.w90 {
    width: 90%;
}

.grid_1,
.grid_2,
.grid_3,
.grid_4,
.grid_5,
.grid_6,
.grid_7,
.grid_8,
.grid_9,
.grid_10,
.grid_11,
.grid_12 {
    position: relative;
}
.video_holder{
    width:100%;
    height:100vh;
    position:relative;
    overflow:hidden
}
.fullyvideo {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

@media screen and (max-aspect-ratio: 1920/1080) {
    .fullyvideo {
        height: 100vh;
    }
}

@media screen and (min-aspect-ratio: 1920/1080) {
    .fullyvideo {
        width: 100% !important;
    }
}
.artist {
    position: relative;
}

    .artist img {
        position: relative;
        z-index: 1;
    }

    .artist:before {
        font-size: 12px;
        line-height: 15px;
        position: absolute;
        display: block;
        bottom: 15px;
        left: 15px;
        z-index: 2;
        color: #ffffff;
        content: "Artist's impression";
    }

.fixVideo {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.fullyvideo {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.fixVideo:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background: #080A20;
    opacity: 0.75;
    width: 100%;
    height: 100%;
    z-index: 2;
}

@media screen and (max-aspect-ratio: 1920/1080) {
    .fullyvideo {
        height: 100vh;
    }
}

@media screen and (min-aspect-ratio: 1920/1080) {
    .fullyvideo {
        width: 100% !important;
    }
}

section {
    position: relative;
}

a, .lnk {
    text-decoration: none;
    cursor: pointer;
    color: inherit;
    font-weight: 500;
    font-family: "AktivGroteskMedium";
    font-size: 12px;
    letter-spacing: 1px;
}

.lnk {
    font-weight: 600;
}

.exp {
    font-size: 14px;
    line-height: 1;
    letter-spacing: 1px;
    font-weight: 600;
}

a.not-med, span.not-med {
    font-size: 15px;
    letter-spacing: 0;
    font-family: "AktivGroteskRegular";
    display: block;
}

.full-sec {
    height: calc(100vh - 142px);
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    background-size: cover;
}

.landing {
    height: calc(100vh - 142px);
    height: calc(100svh - 142px);
    position: absolute;
    width: 100%;
    top: 142px;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background-size: cover;
}

img {
    border: none;
    max-width: 100%;
    display: block;
}

a,
img {
    -webkit-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.img {
    display: block;
    width: 100%;
    height: auto;
    position: relative;
    z-index: 1;
}



textarea:focus,
input:focus,
select:focus {
    outline: none;
}

.btn {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    letter-spacing: 1px;
    line-height: 1;
    font-weight: 500;
    text-transform: uppercase;
    margin: auto;
    width: 200px;
    color: #FBFAF3;
    background: #8D6F40;
    width: 237px;
    height: 34px;
}

#page-penthouse .btn {
    background: #FBFAF3;
    color: #8D6F40;
}

#map {
    width: 100%;
    height: 100vh;
}

.map-head {
    margin-bottom: 25px;
    text-transform: uppercase;
}

.cat-inner {
    margin-bottom: 25px;
    cursor: pointer;
}

.flex-h {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    flex-wrap: wrap;
}

.flex-se {
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    column-gap: 26px;
    flex-wrap: wrap;
}

.flex-sb {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.flex-c {
    display: flex;
    justify-content: center;
    column-gap: 80px;
    align-items: center;
    flex-wrap: wrap;
}

.inner {
    position: relative;
    display: block;
    background: rgba(141, 111, 64, 0.1);
}

    .inner * {
        display: block;
        position: relative;
        z-index: 1;
    }

.inner-cover {
    display: flex;
    height: 240px;
    flex-direction: column;
    justify-content: space-between;
    padding: 40px 20px 10px 20px;
    max-width: 440px;
    margin: auto;
}

a.grid_4:hover .over-lay {
    height: 241px;
}


.over-lay {
    position: absolute;
    overflow: hidden;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    color: #FBFAF3;
    background: #8D6F40;
    transition: height 0.7s;
}

    .over-lay .inner-cover {
        position: absolute;
        height: 240px;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
    }

.explore {
    width: 300px;
    max-width: 100%;
}


.disc-div {
    background: rgba(141, 111, 64, 0.1);
    padding: 20px 2%;
}

    .disc-div a {
        letter-spacing: 0;
        font-size: 12px;
        font-family: "AktivGroteskRegular";
    }

.max520 {
    max-width: 520px;
    text-align: left;
}

.max460 {
    width: 475px;
    text-align: left;
    max-width: 95%;
}

.max465 {
    width: 465px;
    text-align: left;
    max-width: 100%;
}

.min460 {
    width: 460px;
    max-width: 100%;
    min-width: 45%;
}

.max580 {
    width: 580px;
    text-align: left;
    max-width: 100%;
}

.w460 {
    width: 460px;
    max-width: 100%;
}

.w263 {
    width: 263px;
}

.w273 {
    width: 273px;
}

.w520 {
    width: 520px;
    max-width: 100%;
}

.w580 {
    width: 580px;
    max-width: 100%;
}

.w640 {
    width: 640px;
    max-width: 100%;
}

.w606 {
    width: 606px;
    max-width: 100%;
}

.w672 {
    width: 672px;
    max-width: 100%;
}

.title {
    font-family: "AktivGroteskMedium";
    font-size: 13px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.15em;
    color: #C28833;
    text-transform: uppercase;
}


.container {
    margin: 0 2%;
}

.red {
    color: #C28833;
}

.pad50 {
    padding: 50px 2%;
}

.nopad-b {
    padding-bottom: 0;
}

.pt30 {
    padding-top: 30px;
}

.border-t:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 1px;
    width: 1px;
    transition: width 1s;
    background: #8D6F40;
    z-index: 3;
}

.border-t.animated:after {
    width: 100%;
}

#page-penthouse .border-t:after {
    background: #FBFAF3;
}

.pt120 {
    padding-top: 120px;
}

.pb120 {
    padding-bottom: 120px;
}

.mb10 {
    margin-bottom: 10px;
}

.mb15 {
    margin-bottom: 15px;
}

.mb20 {
    margin-bottom: 20px;
}

.mb26 {
    margin-bottom: 26px;
}

.mb30 {
    margin-bottom: 30px;
}

.mb60 {
    margin-bottom: 60px;
}

.mb {
    margin-bottom: 0.5em;
}

.mauto {
    margin-left: auto;
    margin-right: auto;
}

.ptb45 {
    padding: 45px 0;
}

.ptb70 {
    padding: 70px 0;
}

.ptb80 {
    padding: 80px 0;
}

.points li {
    list-style: none;
    display: block;
    line-height: 1;
    margin-bottom: 1.2em;
    font-family: "AktivGroteskMedium";
    text-transform: uppercase;
    letter-spacing: 1px;
}

.img-holder {
    position: relative;
    display: block;
    overflow: hidden;
}

    .img-holder:after {
        content: '';
        display: block;
        height: 100%;
        left: -2px;
        right: -2px;
        top: 0;
        background: #FBFAF3;
        transition: top 1s ease-out;
        transform-origin: top center;
        z-index: 2;
        position: absolute;
        transition-delay: 0.5s;
    }

#page-penthouse .img-holder:after {
    background: #080A20;
}

.img-holder.animated:after {
    top: 100%;
}

.border-b {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 1px;
    background: #8D6F40;
    width: 0;
    transition: width 1s;
    transition-delay: 0.5s;
    display: block;
}

.animated .border-b {
    width: 100%;
}

.fadeInUp {
    transition: opacity 1s;
    opacity: 0;
    transition-delay: 0.5s;
}

    .fadeInUp.animated {
        opacity: 1;
    }

.line {
    display: block;
    margin: 0 auto 48px auto;
    width: 1px;
    height: 163px;
    position: relative;
}

    .line:after {
        position: absolute;
        content: '';
        display: block;
        top: 0;
        left: 0;
        height: 0;
        transition: height 1s;
        width: 100%;
        background: #8D6F40;
        transition-delay: 0.5s;
    }

    .line.animated:after {
        height: 100%;
    }

.delay1, .delay1:after, .delay1:before {
    transition-delay: 0.7s;
}

.delay2, .delay2:after, .delay2:before {
    transition-delay: 0.9s;
}

.delay3, .delay3:after, .delay3:before {
    transition-delay: 1.1s;
}

.iconHolder {
    text-align: left;
}

    .iconHolder svg {
        display: block;
        margin-bottom: 15px;
        height: 50px;
    }

.pt15 {
    padding: 0.6em 0;
}

#page-penthouse .line:after {
    background: #FBFAF3;
}

.ptb80 {
    padding: 80px 0;
}

.mb80 {
    margin-bottom: 80px;
}

.mb90 {
    margin-bottom: 90px;
}

.mb160 {
    margin-bottom: 160px;
}

.relative {
    position: relative;
}
/* Headings */
p.saol {
    font-family: 'Saol Display';
    font-size: 26px;
    font-weight: 300;
    line-height: 1.15;
    text-align: center;
}

p.bold {
    font-family: "AktivGroteskMedium";
    letter-spacing: 1px;
    text-transform: uppercase;
}

p strong {
    font-family: "AktivGroteskMedium";
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 13px;
    display: block;
    padding-bottom: 5px;
}

p.caption {
    font-size: 13px;
    text-align: right;
    line-height: 1;
    padding-top: 15px;
    padding-bottom: 15px;
    top: 100%;
    right: 0;
}

.caption.abs {
    position: absolute;
    max-width: 45%;
    line-height: 1.3;
}

p.caption.toleft {
    text-align: left;
}

.padright {
    padding-right: 2%;
}

h1,
h2,
h3,
h4,
h5, .heading {
    font-weight: normal;
    font-family: 'Saol Display';
    line-height: 1;

}

h1 {
    font-size: 100px;
    color: #fff;
    padding-top: 55px;
    position:relative;
    z-index:3
}

h2 {
    font-size: 60px;
    margin-bottom: 0.9em;
}

    h2 span, h1 span {
        font-style: italic;
        display: block;
        font-weight: 300;
    }

h3 {
    font-size: 36px;
    font-style: italic;
    font-weight: 300;
    letter-spacing: 0px;
    text-align: left;
    margin-bottom: 0.9em;
}

.heading {
    font-size: 36px;
    display: block;
}

h4 {
    font-size: 28px;
    line-height: 1;
    margin-bottom: 0.9em;
    text-transform: uppercase;
}

h5 {
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
    margin: auto;
    width: 46em;
    max-width: calc(100% - 40px);
    font-family: "AktivGroteskMedium";
    font-size: 13px;
    font-weight: 500;
    line-height: 1.53;
    letter-spacing: 0.15em;
    text-align: center;
    color: #fff;
    z-index:3
}
.top-h5
{
    top:30px;
    bottom:auto;
    text-transform:uppercase
}
header {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    font-family: "AktivGroteskMedium";
    text-transform: uppercase;
    z-index: 5;
    background: inherit;
}

.logo {
    width: 386px;
    transition: opacity 0.5s;
}

.q-logo {
    width: 35px;
    opacity: 0;
    transition: opacity 0.5s;
}

header.shrink .q-logo {
    opacity: 1;
}

.init-logo {
    transition: opacity 0.5s;
}

header.shrink .init-logo {
    opacity: 0;
}

#nav-toggle {
    left: 20px;
    z-index: 10;
    cursor: pointer;
    width: 30px;
    height: 10px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

    #nav-toggle::after, #nav-toggle::before {
        content: "";
        display: block;
        height: 2px;
        width: 100%;
        background-color: #8D6F40;
        position: absolute;
        left: 0;
        top: 0;
        transition: all 0.5s;
    }

    #nav-toggle::before {
        top: 100%;
    }

    #nav-toggle::before {
        top: 100%;
    }

header.active #nav-toggle:after, header.active #nav-toggle:before {
    top: 4px;
}

#page-residences a.residences,
#page-townhomes a.townhomes,
#page-penthouse a.penthouse,
#page-amenity a.amenity,
#page-location a.location,
#page-team a.team {
    font-weight: 700;
}

#top-nav {
    height: 86px;
    text-align: left;
    position: relative;
    transition: height 0.5s;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 0 2%;
}

header.shrink #top-nav {
    height: 56px;
}

#enq_btn {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 168px;
    top: 0;
    right: 0;
    height: 100%;
    color: #FBFAF3;
    background-color: #8D6F40;
}

.ul {
    text-transform: uppercase;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 56px;
    border-top: 1px solid #8D6F40;
    border-bottom: 1px solid #8D6F40;
}

    .ul li {
        list-style: none;
        width: 16.66%;
        display: block;
        height: 22px;
        overflow: hidden;
        padding-top: 5px;
    }

        .ul li a:hover {
            font-weight: 700;
        }

#page-penthouse .ul {
    border-top: 1px solid #FBFAF3;
    border-bottom: 1px solid #FBFAF3;
}




input,
label,
select {
    font-size: 15px;
    font-family: "AktivGroteskRegular";
    margin: 0 auto;
    padding: 10px 0;
    width: 100%;
    color: #8D6F40;
    border: 0 none;
    background: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    border-bottom: 1px solid #8D6F40;
    text-align: left;
}

label {
    border: none;
    margin-bottom: 0;
    padding-bottom: 0;
    display: block;
}

.b_submit {
    border: 1px solid #8D6F40;
    background: #8D6F40;
    cursor: pointer;
    font-family: "AktivGroteskMedium";
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    height: 35px;
    text-align: center;
    padding: 5px 0;
    margin: 10px 0;
    color: #FBFAF3;
}


.privacy_btn a {
    font-size: 13px;
    text-decoration: underline;
    text-align: center;
    display: block;
    margin: 0;
    letter-spacing: 0;
}

.chk_holder {
    margin: 10px auto 0 auto;
    color: #fff;
}

#chkInternational {
    border: 0 none;
    clip: rect(0px, 0px, 0px, 0px);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    cursor: pointer;
    display: inline-block;
    line-height: 25px;
    width: 20px;
    text-align: center;
}

    #chkInternational + label {
        padding: 2px 0 2px 26px;
        position: relative;
        text-align: left;
        display: block;
        color: #8D6F40;
        display: block;
        font-family: inherit;
    }

        #chkInternational + label:before {
            position: absolute;
            left: 0;
            width: 20px;
            height: 20px;
            top: 50%;
            transform: translateY(-50%);
            border: 1px solid #8D6F40;
            content: "";
            display: block;
        }

        #chkInternational + label:after {
            position: absolute;
            left: 0;
            width: 5px;
            height: 11px;
            top: 50%;
            left: 8px;
            transform: translateY(-60%) rotate(45deg) scale(0);
            border-bottom: 2px solid #8D6F40;
            border-right: 2px solid #8D6F40;
            content: "";
            display: block;
            transition: all 0.8s ease-in-out;
        }

    #chkInternational:checked + label:after {
        transform: translateY(-60%) rotate(45deg) scale(1);
    }

input:-webkit-input-placeholder,
textarea:-webkit-input-placeholder {
    color: #8D6F40;
    opacity: 1;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #8D6F40;
    opacity: 1;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
    color: #8D6F40;
    opacity: 1;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    color: #8D6F40;
    opacity: 1;
}

input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
    color: transparent;
}

input:focus:-moz-placeholder,
textarea:focus:-moz-placeholder {
    color: transparent;
}

input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
    color: transparent;
}

input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
    color: transparent;
}
/* Token Style */
ul.token-input-list-project {
    border: none;
    width: 100%;
    margin: 0 auto;
    max-width: 100%;
    text-align: left;
    text-align-last: left;
    text-align: -moz-left;
    text-align: -webkit-left;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0;
    clear: both;
}

li.token-input-input-token-project {
    margin: 0;
    padding: 0;
    list-style-type: none;
    width: 100%;
}

ul.token-input-list-project li input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100% !important;
}

li.token-input-token-project p {
    display: inline;
    padding: 0;
    margin: 0 5px 0 0;
    line-height: 20px;
    font-size: 11px;
}

li.token-input-token-project {
    overflow: hidden;
    height: 25px;
    margin: 0;
    padding: 2px 5px;
    background-color: #ccc;
    color: #000;
    cursor: default;
    font-size: 12px;
    white-space: nowrap;
    list-style: none;
    display: inline-block;
}

div.token-input-dropdown-project {
    position: absolute;
    width: 100%;
    background-color: #fff;
    overflow-x: hidden;
    cursor: default;
    font-size: 11px;
    z-index: 13;
    color: #000000;
}

    div.token-input-dropdown-project ul {
        margin: 0;
        padding: 0;
        display: block !important;
        max-height: 205px;
    }

        div.token-input-dropdown-project ul li {
            background-color: #fff;
            font-size: 14px;
            padding: 3px;
            margin: 0;
            list-style-type: none;
            font-weight: 100 !important;
        }

            div.token-input-dropdown-project ul li.token-input-dropdown-item-project {
                background-color: #fff;
            }

            div.token-input-dropdown-project ul li.token-input-dropdown-item2-project {
                background-color: #fff;
            }

            div.token-input-dropdown-project ul li em {
                font-weight: bold;
                font-style: normal;
            }

            div.token-input-dropdown-project ul li.token-input-selected-dropdown-item-project {
                background-color: #ccc;
                color: #fff;
            }
/* Parsley-error */
ul.parsley-errors-list.filled, ul.parsley-errors-list {
    font-size: 10px;
    list-style: outside none none;
    margin: 0 auto;
    padding: 0;
    position: absolute;
    text-align: left;
    bottom: 0;
    left: 0;
}

    ul.parsley-errors-list.filled li, ul.parsley-errors-list li {
        padding: 0;
        text-align: left;
        color: #F00D0D;
    }

.has-arrow {
    display: flex;
    text-transform: uppercase;
    justify-content: center;
    align-items: center;
    column-gap: 3px;
}
.has-arrow  svg
{
    transform:translateX(4px)
}

#page-enquire .bg-f, #page-enquire #nav-f {
    display: none;
}

footer {
    position: relative;
}

.bg-f {
    background-image: url(/images/bg.png);
    background-size: cover;
}

.tel {
    display: block;
    font-family: 'Saol Display';
    line-height: 1;
    font-size: 40px;
    margin-bottom: 0.9em;
}

#page-penthouse path {
    fill: #FBFAF3;
}

#page-penthouse .bg-f {
    background: none;
}

.mob {
    display: none;
}

.toAnimate {
    overflow: hidden;
    position: relative;
    display:flex
}

.text_org {
    display: block;
    margin: auto;
    height: 12px;
}

.to_trn {
    line-height: 1;
    display: inline-block;
    position: relative;
    height: 12px;
    opacity:0;
        transition: transform 0.3s, opacity 0.3s;
    transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
    transform: translateY(-24px);
}

.toAnimate:hover .to_trn {
    opacity:1;

    transform: translateY(0);
}
.toAnimate:hover .d_delay0{transition-delay: 0ms;}.toAnimate:hover .d_delay1{transition-delay: 45ms;}.toAnimate:hover .d_delay2{transition-delay: 90ms;}.toAnimate:hover .d_delay3{transition-delay: 135ms;}.toAnimate:hover .d_delay4{transition-delay: 180ms;}.toAnimate:hover .d_delay5{transition-delay: 225ms;}.toAnimate:hover .d_delay6{transition-delay: 270ms;}.toAnimate:hover .d_delay7{transition-delay: 315ms;}.toAnimate:hover .d_delay8{transition-delay: 360ms;}.toAnimate:hover .d_delay9{transition-delay: 405ms;}.toAnimate:hover .d_delay10{transition-delay: 450ms;}.toAnimate:hover .d_delay11{transition-delay: 495ms;}.toAnimate:hover .d_delay12{transition-delay: 540ms;}.toAnimate:hover .d_delay13{transition-delay: 585ms;}.toAnimate:hover .d_delay14{transition-delay: 630ms;}.toAnimate:hover .d_delay15{transition-delay: 675ms;}.toAnimate:hover .d_delay16{transition-delay: 720ms;}.toAnimate:hover .d_delay17{transition-delay: 765ms;}.toAnimate:hover .d_delay18{transition-delay: 810ms;}.toAnimate:hover .d_delay19{transition-delay: 855ms;}.toAnimate:hover .d_delay20{transition-delay: 900ms;}.toAnimate:hover .d_delay21{transition-delay: 945ms;}.toAnimate:hover .d_delay22{transition-delay: 990ms;}.toAnimate:hover .d_delay23{transition-delay: 1035ms;}.toAnimate:hover .d_delay24{transition-delay: 1080ms;}.toAnimate:hover .d_delay25{transition-delay: 1125ms;}.toAnimate:hover .d_delay26{transition-delay: 1170ms;}.toAnimate:hover .d_delay27{transition-delay: 1215ms;}
.txt_trn {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: transform 0.3s, opacity 0.3s;
    transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
   display:flex;
}

.toAnimate:hover .txt_trn {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
}



.to_trn span {
    display: block;
}

.trn_bottom {
    position: absolute;
    left: 0;
    bottom: 0;
}
.sp_top{
    position:absolute;
    top:calc(50% - 6px);
    transform:translateY(-24px) ;
    opacity:0;
        transition: transform 0.3s, opacity 0.3s;
    transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
            display: block;
    text-align: center;
    margin: auto;
    left:0;
    right:0;
    margin:auto;
    
}
.sp_bottom{
        display: block;
    text-align: center;
    margin: auto;
        transition: transform 0.3s, opacity 0.3s;
    transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}
.toAnimate:hover .sp_top {
       transform:translateY(0) ;
       opacity:1;
}
.toAnimate:hover .sp_bottom {
       transform:translateY(24px) ;
       opacity:0;
}
@media screen and (max-width: 1000px) {
    body {
        font-size: 14px;
        padding: 120px 0 0 0;
    }

    .container {
        margin: auto;
        width: calc(100% - 40px);
    }

    #enq_btn {
        position: fixed;
        bottom: 0;
        width: 100%;
        top: auto;
        right: 0;
        height: 40px;
        z-index: 3;
    }

    header {
        border-bottom: 1px solid #8D6F40;
    }

    .logo {
        width: 230px;
    }

    #top-nav {
        height: 60px;
        padding: 0 20px;
    }

    header.shrink #top-nav {
        height: 50px;
    }

    .q-logo {
        width: 30px;
    }

    .phone {
        position: fixed;
        bottom: 10px;
        width: 100%;
        top: auto;
        right: 20px;
        z-index: 10;
        width: 20px;
    }

    .mob {
        display: block;
    }

    .desc {
        display: none;
    }

    .bg-f {
        border-top: 1px solid #8D6F40;
    }

    #nav {
        position: fixed;
        left: 0;
        top: 60px;
        transform: translateX(-100%);
        transition: transform 0.7s;
        background: inherit;
        display: flex;
        justify-content: center;
        align-items: center;
        border-top: 1px solid #8D6F40;
        height: calc(100vh - 60px);
        z-index: 2;
    }

    #page-penthouse .ul {
        border: none;
    }

    header.shrink #nav {
        top: 50px;
    }

    .ul {
        margin-top: -40px;
        justify-content: center;
        flex-wrap: wrap;
        height: auto;
        border: none;
    }

        .ul li {
            display: block;
            width: 100%;
            padding: 6px 0;
        }

    .active #nav {
        transform: translateX(0%);
    }

    .over-lay {
        display: none;
    }

    h1 {
        font-size: 55px;
        padding-top: 35px;
    }

    h2 {
        font-size: 40px;
    }

    h3, .heading {
        font-size: 30px;
    }

    h5 {
        bottom: 60px;
    }

    h4 {
        font-size: 24px;
    }

    .tel {
        font-size: 30px;
    }

    p.saol {
        font-size: 22px;
    }

    .ptb80 {
        padding: 50px 0;
    }

    .w80, .w90, .grid_6 {
        width: 100%;
    }

    .grid_3 {
        width: 50%;
    }

    .mb80 {
        margin-bottom: 50px;
    }

    .mb90 {
        margin-bottom: 60px;
    }

    .mb30 {
        margin-bottom: 25px;
    }

    .pb120 {
        padding-bottom: 60px;
    }

    .pad50 {
        padding: 50px 20px;
    }

    .mb160 {
        margin-bottom: 60px;
    }

    .line {
        margin: 0 auto 30px auto;
        height: 120px;
    }

    .grid_4 {
        width: 100%;
        margin-bottom: 30px;
    }

    .flex-sb .grid_4:last-child {
        margin-bottom: 0;
    }

    .logos a {
        width: 100%;
        padding: 8px 0;
        display: block;
    }

    .logos svg {
        height: 20px;
        display: block;
        margin: auto;
    }

    .disc-div {
        background: rgba(141, 111, 64, 0.1);
        padding: 20px 20px 60px 20px;
    }

        .disc-div div {
            display: block;
            text-align: center;
        }

    .max460, .min460 {
        width: 475px;
        text-align: left;
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
    }

    .mb26 {
        margin-bottom: 20px;
    }

    .pt120 {
        padding-top: 60px;
    }

    #map {
        height: 100vw;
    }

    .w62 {
        width: 100%;
    }

    .pad20m {
        padding-left: 20px;
        padding-right: 20px;
    }

    .delay1, .delay1:after, .delay1:before {
        transition-delay: 0.5s;
    }

    .delay2, .delay2:after, .delay2:before {
        transition-delay: 0.5s;
    }

    .delay3, .delay3:after, .delay3:before {
        transition-delay: 0.5s;
    }

    .ul li a {
        font-family: 'Saol Display';
        font-size: 24px;
    }

    .landing {
        height: calc(100vh - 50px);
        top: 50px;
    }

    .to_trn {
        transform: none !important;
    }

    .trn_bottom {
        display: none !important;
    }

    .ul li {
        display: block;
        width: 100%;
        padding: 0;
        height: 40px;
        overflow: initial;
    }
    .w100m
    {
        height:56vw !important
    }
    .full_m
    {
      max-width:100%;
      width:100%;

    }
    .h_auto
    {
        height:auto
    }
    .pad20m
    {
        padding-right:20px;
        padding-left:20px
    }
}

@media screen and (max-width: 760px) {
    .w61, .w70, .w39, .w30 {
        width: calc(100% - 40px);
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 20px;
    }

    .w39 {
        margin-bottom: 0;
    }


    .grid_23, .grid_3, .w49 {
        width: 100%;
    }

    .grid_3 {
        margin-bottom: 25px;
    }

        .grid_3:last-child {
            margin-bottom: 0;
        }
}
