@font-face {
    font-family: 'Parnaso Standard Trial';
    src: url('/fonts/ParnasoStandardTrial-Regular.woff2') format('woff2'), url('/fonts/ParnasoStandardTrial-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Basetica Trial';
    src: url('/fonts/BaseticaTrial-Regular.woff2') format('woff2'), url('/fonts/BaseticaTrial-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Basetica Trial';
    src: url('/fonts/BaseticaTrial-Medium.woff2') format('woff2'), url('/fonts/BaseticaTrial-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Parnaso';
    src: url('/fonts/ParnasoStandardTrial-Medium.woff2') format('woff2'), url('/fonts/ParnasoStandardTrial-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}


body {
    font-family: 'Basetica Trial';
    font-size: 16px;
    line-height: 1.5;
    text-align: center;
    color: #274334;
    background: #E8E2DA;
    margin: 0;
    padding: 0;
    text-align: center;
}

.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;
}

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


.grid_4 {
    width: calc(33.33% - 50px);
    text-align: left;
}


a {
    text-decoration: none;
    cursor: pointer;
    color: inherit;
}

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

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

textarea:focus,
input:focus,
select:focus {
    outline: none;
}
/* General */
.fadeInUp {
    opacity: 0;
    transform: translateY(20px);
    transition: transform 0.7s,opacity 0.7s;
}

    .fadeInUp.animated {
        opacity: 1;
        transform: translateY(0);
    }

.ptb {
    padding-top: 160px;
    padding-bottom: 120px;
}

.pb {
    padding-bottom: 120px;
}


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

.max505 {
    max-width: 505px;
    margin: auto;
}

.max940 {
    max-width: 940px;
    margin-left: auto;
    margin-right: auto;
}

.max700 {
    max-width: 700px;
    margin: auto;
}

.img {
    width: 100%;
    margin: 0;
    display: block;
}

/* Headings */
h1,
h2,
h3,
h5 {
    margin: 0;
    font-weight: normal;
    font-family: 'Parnaso';
    line-height: 1.17;
}

p {
    margin: 0;
}

h1 {
    font-size: 34px;
    text-transform: uppercase;
}

h2 {
    font-size: 48px;
    letter-spacing: -0.01em;
    text-transform: uppercase;
    margin-bottom: 0.75em;
}

h3 {
    font-size: 34px;
    letter-spacing: -0.01em;
    text-align: left;
    margin-bottom: 0.5em;
}

h4 {
    font-size: 18px;
    font-weight: normal;
    letter-spacing: 0.03em;
    line-height: 1.33;
    font-weight: 500;
}
/* Navigation */
header {
    margin: 0 auto;
    width: 100%;
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    text-align: center;
    padding: 30px;
    z-index: 9;
}

/*header.fixed #logo path {
  
    fill:#031f35
}*/

.btn {
    background: #274334;
    text-align: center;
    width: 180px;
    padding: 5px 0;
    font-size: 14px;
    letter-spacing: 0.17em;
    line-height: 12px;
    text-align: right;
    color: #e8e2da;
}

.enq_btn {
    position: absolute;
    top: 30px;
    right: 30px;
    height: 42px;
    padding: 2px 0 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.6s cubic-bezier(0.45, 0, 0.55, 1);
    text-transform:uppercase
}



nav {
    margin: 0 auto;
    padding: 0;
}

#nav li {
    list-style: none;
    display: inline-block;
    padding: 0 25px 0 25px;
    font-size: 18px;
    line-height: 10px;
    position: relative;
}

    #nav li a {
        color: #fff;
        text-transform: uppercase;
    }
/* nav-toggle */
#nav-toggle {
    position: absolute;
    top: 20px;
    right: 15px;
    z-index: 10;
    cursor: pointer;
    width: 30px;
    height: 30px;
    display: none;
}

    #nav-toggle span,
    #nav-toggle span:after,
    #nav-toggle span:before {
        cursor: pointer;
        height: 3px;
        width: 30px;
        background: #fff;
        position: absolute;
        display: block;
        content: "";
        top: 10px;
        -webkit-transition: all 0.6s ease-in-out;
        -moz-transition: all 0.6s ease-in-out;
        -o-transition: all 0.6s ease-in-out;
        transition: all 0.6s ease-in-out;
    }

        #nav-toggle span:before {
            top: -10px;
        }

        #nav-toggle span:after {
            bottom: -10px;
        }

    #nav-toggle.active span {
        background-color: transparent !important;
    }

        #nav-toggle.active span:after,
        #nav-toggle.active span:before {
            top: 0;
        }

        #nav-toggle.active span:before {
            transform: rotate(45deg);
            -webkit-transform: rotate(45deg);
            -moz-transform: rotate(45deg);
            -o-transform: a rotate(45deg);
        }

        #nav-toggle.active span:after {
            transform: rotate(-45deg);
            -webkit-transform: rotate(-45deg);
            -moz-transform: rotate(-45deg);
            -o-transform: a rotate(-45deg);
        }
/* enquiry */
.register {
    width: 490px;
    max-width: calc(100% - 40px);
    margin: 0 auto;
}

#enquire {
    background: #274334;
    color: #E8E2DA;
    background-image: url(/images/skyline-illustration.svg);
    background-position: left bottom;
    background-repeat: no-repeat;
    background-size: contain;
}

input,
select,
textarea {
    font-size: 14px;
    margin: 0 auto;
    padding: 15px 0;
    width: 100%;
    max-width: 100%;
    color: #E8E2DA;
    border: 0 none;
    font-family: inherit;
    background: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    border-bottom: 1px solid #E8E2DA;
    text-align: center;
    text-align-last: center;
}

select {
    text-align-last: center;
    text-align: center;
    -ms-text-align-last: center;
    -moz-text-align-last: center;
    text-align-last: center;
}

    select option {
        padding: 8px 10px;
        display: block;
        background: #ebe4da;
        text-align-last: left;
        text-align: left;
        -ms-text-align-last: left;
        -moz-text-align-last: left;
        text-align-last: left;
        color: #274334;
    }

.b_submit {
    align-items: center;
    justify-content: center;
    padding: 0 0 0;
    transition: all 0.4s ease;
    cursor: pointer;
    border: none;
    color: #fff;
    width: 200px;
    margin: 15px auto 30px auto;
    text-transform: uppercase;
}

    .b_submit:hover {
    }

.platino {
    display: block;
    margin: 0 auto 60px auto;
}



.privacy {
    display: block;
    text-decoration: underline;
    font-size: 11px;
    margin-bottom: 80px;
}

.disclaimer {
    color: #274334;
    font-family: "Basetica Trial";
    font-size: 10px;
    letter-spacing: 0;
    line-height: 18px;
    padding: 8px 40px;
    background: #E8E2DA;
}

.tpa {
    display: block;
    font-size: 11px;
}

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

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

    #chkInternational + label {
        background: url("/images/buttons/uncheck.png") no-repeat left center;
        color: #444c3b;
        padding: 2px 0 2px 26px;
    }

    #chkInternational:checked + label {
        background: url(/images/buttons/check.png) no-repeat left center;
    }

input:-webkit-input-placeholder,
textarea:-webkit-input-placeholder {
    color: inherit;
    opacity: 1;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: inherit;
    opacity: 1;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
    color: inherit;
    opacity: 1;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    color: inherit;
    opacity: 1;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: inherit;
    opacity: 1;
}

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

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

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

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

/* 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;
    border-bottom: 1px solid #525252;
    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;
    border: none;
    width: 100% !important;
    margin-bottom: 0;
}

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: #ebe4da;
    color: #000;
    cursor: default;
    border: 1px solid #525252;
    font-size: 12px;
    white-space: nowrap;
    list-style: none;
    display: inline-block;
}

div.token-input-dropdown-project {
    position: absolute;
    width: 100%;
    background-color: #ebe4da;
    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: relative;
    text-align: left;
    top: 0;
}

    ul.parsley-errors-list.filled li,
    ul.parsley-errors-list li {
        padding: 0;
        text-align: left;
        text-align-last: left;
        position: absolute;
        margin-top: -20px;
        width: 100%;
        color: #f00d0d;
    }

* {
    text-size-adjust: none;
    -webkit-text-size-adjust: none;
}

#hero {
    width: 100%;
    height: calc(100vh);
    position: relative;
    background-size: cover;
}

    #hero h1 {
        width: 100%;
        background: #274334;
        position: absolute;
        bottom: 0;
        justify-content: center;
        align-items: center;
        z-index: 2;
        color: #fff;
        padding: 22px 0 18px 0;
    }

h1 span {
    display: block;
    width: 734px;
    max-width: calc(100% - 40px);
    margin: auto;
    color:#E8E2DA
}

section {
    position: relative;
}

.flex {
    display: flex;
    align-items: center;
    justify-content: center;
}

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

.mb10 {
    margin-bottom: 15px;
}

.mb80 {
    margin-bottom: 80px;
}

.dots li {
    display: block;
    position: relative;
    border-bottom: 1px solid #d4d2c9;
    text-align: left;
    padding: 0 0 12px 25px;
    margin-bottom: 12px;
}

    .dots li:before {
        content: '';
        position: absolute;
        left: 0;
        top: 14px;
        width: 4px;
        height: 4px;
        border-radius: 50%;
        background: #274334;
    }

.caption {
    text-transform: uppercase;
    left: 0;
    right: 0;
    margin: auto;
    font-size: 18px;
    position: absolute;
    bottom: 45px;
    color: #fff;
}

#stamp {
    position: fixed;
    z-index: 0;
    right: 5vw;
    bottom: 15vh;
    /* animation: rotate 4s linear infinite; */
}

    #stamp svg {
        width: 100%;
        height: auto;
    }

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(180deg);
    }
}

#video {
    position: fixed;
    z-index: -1;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    display: block;
    background: #948260;
    opacity: 0;
    visibility: hidden;
    transition: all 0.6s cubic-bezier(0.45, 0, 0.55, 1);
    transition-delay: 0.6s;
}

body.hide_preloader #video {
    visibility: visible;
    opacity: 1;
}

#video:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.1);
    z-index: 1;
}

.fullyvideo {
    position: absolute;
    width: 100vw;
    height: 56.25vw;
    min-height: 100vh;
    min-width: 177.77vh;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    z-index: -2;
}

.ptb200 {
    padding-top: 300px;
    padding-bottom: 300px;
}

.ptb100 {
    padding-top: 100px;
    padding-bottom: 100px;
}

.w600 {
    width: 600px;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
}

footer .flex {
    width: 480px;
    max-width: 100%;
    margin: auto;
    justify-content: space-between;
}

    footer .flex img {
        /* height: 52px; */
        height: auto;
        width: 174px;
    }

footer a {
    font-size: 11px;
}

footer {
    padding-bottom: 50px;
}

#preloader {
    position: fixed;
    width: 100%;
    height: 100vh;
    background: #ebe4da;
    top: 0;
    left: 0;
    z-index: 9;
    transition: all 0.6s cubic-bezier(0.45, 0, 0.55, 1);
    display: none !important;
}

    #preloader img {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        opacity: 0;
        transition: all 2s linear;
        z-index: 1;
        object-fit: cover;
    }

        #preloader img:last-child {
            z-index: 2;
        }

body.facade #preloader img:first-child {
    opacity: 1;
}

body.debossed #preloader img:last-child {
    opacity: 1;
    transition-duration: 0.6s;
}

body.hide_preloader #preloader {
    opacity: 0;
    visibility: hidden;
}

main {
    position: relative;
}

.icirt {
    margin-top: 20px;
    width: 200px;
}



/* CUSTOM CURSOR */
#custom_cursor {
    position: fixed;
    top: 0;
    left: 0;
    width: 22px;
    height: 22px;
    margin-top: -11px;
    margin-left: -11px;
    border-radius: 100%;
    transition: width 0.4s, height 0.4s, border 0.4s, transform 0.6s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.8s;
    pointer-events: none;
    z-index: 999;
    overflow: visible;
    border: 1px solid #031f35;
    background: #031f35;
    opacity: 0;
}

    #custom_cursor.show {
        opacity: 1;
    }

    #custom_cursor.hovered {
        width: 52px;
        height: 52px;
        margin-top: -26px;
        margin-left: -26px;
        background: none;
        border: 2px solid #031f35;
    }

        #custom_cursor.hovered.prev:after,
        #custom_cursor.hovered.next:after {
            content: "prev";
            font-size: 12px;
            font-family: "ALSHaussRegular";
            color: #fff;
            position: absolute;
            text-transform: uppercase;
            letter-spacing: 1px;
            text-align: center;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            margin: auto;
            width: 100%;
            height: 100%;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        #custom_cursor.hovered.next:after {
            content: "next";
        }
/* ///////////////////////////// */
.call {
    display: block;
    font-size: 28px;
    margin-bottom: 50px;
}

#page-thankyou #enquire {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
}

#page-thankyou .enq_btn {
    display: none !important;
}

#page-thankyou footer {
    position: absolute;
    border: 0;
    left: 0;
    bottom: 0;
    width: 100%;
}



.plr100 {
    padding-left: 100px;
    padding-right: 100px;
}




.d {
    display: block;
}
.morz
{
    z-index:2
}
.text-white {
    color: #fff;
}

@media screen and (max-width: 1300px) {
    .grid_4 {
        width: calc(33.33% - 30px);
    }
}

@media screen and (max-width: 1200px) {
}

@media screen and (max-width: 1000px) {
    #logo {
        display: block;
        width: 220px;
        margin: auto;
    }

        #logo svg {
            width: 100%;
            height: auto;
        }

    #hero h1 {
        font-size: 20px;
    }

    #hero {
        height: calc(100vh - 48px);
    }

    h2 {
        font-size: 28px;
    }

    h3 {
        font-size: 28px;
    }

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

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

    .flexslider .flex-direction-nav .flex-prev {
        left: 20px;
    }

    .flexslider .flex-direction-nav .flex-next {
        right: 20px;
    }

    .flex-direction-nav a {
        width: 8px;
        height: 8px;
        border-width: 2px;
        bottom: -60px;
    }

    .flex-direction-nav {
        position: relative;
    }

    .d {
        display: none;
    }

    header {
        padding: 20px;
    }

    #page-thankyou footer {
        position: static;
    }

    #page-thankyou #enquire {
        /* height: auto;
    padding: 200px 0 0; */
    }

    #preloader img:first-child {
        content: url(/images/facade-mob.png);
    }

    #preloader img:last-child {
        content: url(/images/facade-debossed-mob.png);
    }

    .caption {
        bottom: 10px;
        font-size: 12px;
    }

    .enq_btn {
        position: fixed;
        width: 100%;
        bottom: 0;
        left: 0;
        top: auto;
        bottom: 0;
        height: 48px;
        z-index: 4;
        transition: all 0.6s cubic-bezier(0.45, 0, 0.55, 1);
        background: #031f35;
        color: #fff;
    }

    body.relate .enq_btn {
        bottom: 0;
    }

    .break {
        display: none;
    }

    .ptb {
        padding: 80px 0;
    }



    body {
        font-size: 14px;
    }

    .call {
        font-size: 20px;
        margin-bottom: 30px;
    }


    #stamp {
        display: none;
    }

    footer .flex {
        justify-content: center;
        flex-direction: column;
    }

        footer .flex a:first-child {
            margin-bottom: 20px;
        }

    .ptb200 {
        padding-top: 130px;
        padding-bottom: 130px;
    }

    body.iphone #hero {
        height: calc(100vh - 100px);
    }

    #momentum {
        height: auto;
        width: 174px;
    }

    #enquire, .disclaimer {
        position: relative;
        z-index: 100;
    }

    .disclaimer {
        line-height: 16px;
        padding: 8px 20px;
    }
}

@media screen and (max-width: 420px) {
}
