@font-face {
    font-family: "Marsextendedregular";
    src: url("/fonts/Marsextendedregular.eot");
    src: url("/fonts/Marsextendedregular.eot") format("embedded-opentype"), url("/fonts/Marsextendedregular.woff2") format("woff2"), url("/fonts/Marsextendedregular.woff") format("woff"), url("/fonts/Marsextendedregular.ttf") format("truetype"), url("/fonts/Marsextendedregular.svg#Marsextendedregular") format("svg");
}

@font-face {
    font-family: "MatterSQTRIALLight";
    src: url("/fonts/MatterSQTRIALLight.eot");
    src: url("/fonts/MatterSQTRIALLight.eot") format("embedded-opentype"), url("/fonts/MatterSQTRIALLight.woff2") format("woff2"), url("/fonts/MatterSQTRIALLight.woff") format("woff"), url("/fonts/MatterSQTRIALLight.ttf") format("truetype"), url("/fonts/MatterSQTRIALLight.svg#MatterSQTRIALLight") format("svg");
}

@font-face {
    font-family: "MatterSQTRIALRegular";
    src: url("/fonts/MatterSQTRIALRegular.eot");
    src: url("/fonts/MatterSQTRIALRegular.eot") format("embedded-opentype"), url("/fonts/MatterSQTRIALRegular.woff2") format("woff2"), url("/fonts/MatterSQTRIALRegular.woff") format("woff"), url("/fonts/MatterSQTRIALRegular.ttf") format("truetype"), url("/fonts/MatterSQTRIALRegular.svg#MatterSQTRIALRegular") format("svg");
}

@font-face {
    font-family: "MatterSQTRIALSemiBold";
    src: url("/fonts/MatterSQTRIALSemiBold.eot");
    src: url("/fonts/MatterSQTRIALSemiBold.eot") format("embedded-opentype"), url("/fonts/MatterSQTRIALSemiBold.woff2") format("woff2"), url("/fonts/MatterSQTRIALSemiBold.woff") format("woff"), url("/fonts/MatterSQTRIALSemiBold.ttf") format("truetype"), url("/fonts/MatterSQTRIALSemiBold.svg#MatterSQTRIALSemiBold") format("svg");
}

@font-face {
    font-family: 'Kinckq Middle';
    src: url('/fonts/Kinckq-Middle.woff2') format('woff2'), url('/fonts/Kinckq-Middle.woff') format('woff'), url('/fonts/Kinckq-Middle.svg#Kinckq-Middle') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


.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_4 {
    width: 33.33%;
}

.grid_5 {
    width: 41.67%;
}

.grid_6 {
    width: 50%;
}

.grid_7 {
    width: 58.33%;
}

.grid_8 {
    width: 66.67%;
}

.grid_9 {
    width: 75%;
}

.grid_10 {
    width: 83.33%;
}

.grid_11 {
    width: 91.67%;
}

.grid_12 {
    width: 100%;
}

.grid_1,
.grid_2,
.grid_3,
.grid_4,
.grid_5,
.grid_6,
.grid_7,
.grid_8,
.grid_9,
.grid_10,
.grid_11,
.grid_12 {
    display: block;
}

a {
    text-decoration: none;
    cursor: pointer;
    color: #eec39b;
}

img {
    border: none;
    max-width: 100%;
}

.imgToChange {
    width: 100%;
    display: block;
    height: auto;
}

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 */
body {
    font-family: "MatterSQTRIALRegular";
    font-size: 16px;
    background: #09152c;
    color: #eec39b;
    margin: 0;
    padding: 0;
    line-height: 1.4;
    text-align: center;
}


    body.fixed main {
        overflow: hidden;
        height: calc(100vh + 1px);
    }

main {
    position: relative;
    z-index: 4;
}

.bgblue {
    background: #09152c;
}

.ptb20vh {
    padding-top: 20vh;
    padding-bottom: 20vh;
}

#hero {
    position: fixed;
    z-index: 1;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #09152c;
}

.hero {
    position: relative;
    width: 100%;
    height: 100vh;
    background-size: cover;
}

.holder {
    position: relative;
    top: 0;
}

.in-ancher {
    width: 0;
    display: block;
    position: absolute;
    z-index: 11;
    opacity: 0;
}

.min-h {
    min-height: 100vh;
    padding: 20vh 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

    .min-h h2 {
        margin-bottom: 0.3em;
    }


.pt20 {
    padding-top: 20px;
}

.w1180 {
    width: 80%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.h-ancher {
    display: block;
}

.img {
    width: 100%;
    margin: 0;
    display: block;
}

img.loaded {
    height: auto;
}
.hero::before ,#hero:before{
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.1);
    z-index: 2;
    pointer-events: none;
}
section {
    position: relative;
    z-index: 5;
}

.container {
    margin: auto;
    width: calc(100% - 80px);
    position: relative;
    z-index: 2;
}

.flex-c {
    display: flex;
    justify-content: space-between;
}

.pl50 {
    padding-left: 40px;
}

.vw340 {
    max-width: 340px;
    text-align: left;
    font-size: 15px;
}

.secContainer {
    z-index: 1;
}

.pt100 {
    padding-top: 100px;
}

.w300 {
    width: 300px;
    min-width: 21%;
}

.w410 {
    width: 410px;
    min-width: 27%;
}

.w340 {
    width: 340px;
    min-width: 23%;
}

.w260 {
    width: 260px;
    min-width: 18%;
    margin-top: -3%;
}

.w300 {
    width: 300px;
    min-width: 20%;
    transform: translate(50%, 22%);
    z-index: 3;
}

.w400 {
    width: 400px;
    min-width: 26%;
    margin: auto;
}

.trLeft {
    transform: translateX(-75%);
}

.trTop {
    margin-top: -20%;
}

.w700 {
    width: 700px;
    min-width: 48%;
    transform: translate(36%);
    margin-top: -22%;
}

    .w700.right {
        width: 700px;
        transform: translate(0%);
        margin-top: -5%;
    }

    .w700.pt120 {
        padding-top: 120px;
        transform: translate(0);
        margin-top: 0%;
    }

        .w700.pt120 .Aerial {
            width: 1500px;
            max-width: 100%;
        }
/* Headings */
h1,
h2,
h3,
h4,
h5 {
    margin: 0;
    font-family: "Marsextendedregular";
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: 3px;
    line-height: 1.5;
}

p {
    text-align: center;
    margin: 0;
}

    p.mb10 {
        margin-bottom: 0.75em;
    }

.mb40 {
    margin-bottom: 40px;
}

.w420 {
    width: 450px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

h1 {
    font-size: 18px;
    position: absolute;
    margin: auto;
    bottom: 50px;
    left: 0;
    right: 0;
    color: #fff;
    z-index:2;
        max-width: 600px;
    width: calc(100% - 40px);

}

h2 {
    font-family: 'Kinckq Middle';
    font-size: 210px;
    letter-spacing: -0.01em;
    line-height: 0.77;
}

h3 {
    font-family: 'Kinckq Middle';
    font-size: 110px;
    letter-spacing: -0.01em;
    line-height: 0.8;
}

h4 {
    font-size: 14px;
    letter-spacing: 0.2em;
    line-height: 1.8;
    margin-bottom: 2.2em;
}

.half {
    width: 50%;
    height: 100vh;
}

.inner, .innrBg {
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    background-size: cover;
}

.innrBg {
    transition: opacity 0.5s;
    transition-delay: 0.2s;
}

.animated .innrBg {
    opacity: 0;
}

.bg-cream {
    background-color: #D4D0CA;
    color: #09152C;
}

.tofade {
    opacity: 0;
    transition: opacity 0.7s;
    z-index: 2;
}

.loaded .tofade {
    opacity: 1;
}
/* Navigation */
header {
    position: fixed;
    z-index: 99;
    top: 0;
    left: 0;
    height: 100px;
    padding: 0 40px;
    width: 100%;
    transition: all 0.7s, transform 300ms;
    transform: translateY(30px);
}
.banner {
    position: fixed;
    top: 0;
    background-color: #09152C;
    height: 30px;
    width: 100%;
    border-bottom: 1px solid #eec39b;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 99;
    transition: transform 300ms;
}

.banner span,
.closeBanner {
    color: #eec39b;
    font-family: 'Marsextendedregular';
    font-size: 11px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 3px;
    text-align: center;
}

.closeBanner {
    position: absolute;
    right: 20px;
}

#page-home header {
    opacity: 0;
    transition: opacity 0.7s, transform 300ms;
}

header.passed {
    background: #09152c;
    height: 50px;
}

#page-home.loaded header {
    opacity: 1;
}

.logo {
    margin: 0 auto;
    display: block;
    position: absolute;
    height: 100%;
    z-index: 10;
    width: 294px;
    max-width: calc(100% - 100px);
    left: 0;
    right: 0;
}

    .logo img {
        display: block;
        width: 100%;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: 220px;
        left: 0;
        right: 0;
        transition: opacity 0.5s;
        margin: 0 auto;
    }

#logo-1 {
    width: 220px;
}

#logo-2 {
    width: 294px;
    opacity: 0;
}

.passed #logo-1 {
    opacity: 0;
}

.passed #logo-2 {
    opacity: 1;
}

#nav {
    margin: 0 auto;
    padding: 0;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.ul {
    display: flex;
    align-items: center;
}

    .ul li {
        list-style: none;
        display: inline-block;
        margin-right: 22px;
        position: relative;
    }

        .ul li:last-child {
            margin-right: 0;
        }

        .ul li a {
            color: #fff;
            text-transform: uppercase;
            font-size: 12px;
            font-weight: 600;
            letter-spacing: 2.57px;
            line-height: 14px;
            display: block;
        }

.passed .ul li a {
    color: #eec39b;
}

#page-residences .ul li a.residences, #page-location .ul li a.location {
    text-decoration: underline;
}
/* nav-toggle */
#nav-toggle {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
    z-index: 10;
    cursor: pointer;
    width: 30px;
    height: 24px;
    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;
    }

.passed #nav-toggle span,
.passed #nav-toggle span:after,
.passed #nav-toggle span:before {
    background: #eec39b;
}

#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);
    }

.play {
    position: absolute;
    width: 60px;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    display: none;
}

    .play img {
        display: block;
        width: 100%;
    }

.mapholder {
    width: 30%;
    padding: 0 50px;
}

#map {
    width: 70%;
    height: 80vh;
}

.map-det {
    padding: 20px 0;
    border-bottom: 1px solid #eec39b;
}

.map-p {
    text-align: left;
}

.map-head {
    cursor: pointer;
    position: relative;
    text-align: left;
    text-transform: uppercase;
}

    .map-head:after {
        content: '';
        display: block;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        width: 9px;
        height: 1px;
        background: #eec39b;
        position: absolute;
    }

    .map-head:before {
        content: '';
        display: block;
        right: 4px;
        top: 50%;
        transform: translateY(-50%);
        height: 9px;
        width: 1px;
        background: #eec39b;
        position: absolute;
    }

.map-cat.active .map-head:before {
    display: none;
}

.cat-inner {
    padding-top: 20px;
    display: none;
}

/* enquiry */
#enquiry {
    min-height: calc(100vh - 371px);
}

.register {
    max-width: calc(100% - 40px);
    width: 100%;
    margin: 0 auto 10vh auto;
}


input,
select {
    font-size: 12px;
    font-family: "MatterSQTRIALRegular";
    margin: 0 auto;
    padding: 10px 0;
    width: 100%;
    color: #eec39b;
    border: 0 none;
    background: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    border-bottom: 1px solid #eec39b;
    text-align: center;
    margin-bottom: 10px;
}

.b_submit {
    width: 102px;
    height: 32px;
    text-align: center;
    background: url(/images/submit.svg);
    margin-top: 20px;
    text-indent: 999px;
    overflow: hidden;
    cursor: pointer;
    background-size:cover
}

select {
    padding: 10px 0;
    text-align-last: center;
    text-align: center;
    -ms-text-align-last: center;
}

    select option {
        padding: 10px 0;
        color: #000;
        background: #eec39b;
        text-align-last: center;
        text-align: center;
        -ms-text-align-last: center;
    }

.privacy {
    font-size: 12px;
    display: block;
}

#th {
    font-size: 1.5em;
}

.chk_holder {
    margin: 10px auto;
    color: #eec39b;
}

#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: center;
        display: block;
        color: #eec39b;
        font-size: 12px;
   
        font-family: inherit;
        text-transform: uppercase;
        display: inline;
        margin: auto;
    }

        #chkInternational + label:before {
            position: absolute;
            left: 0;
            width: 20px;
            height: 20px;
            top: 50%;
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
            border: 1px solid #eec39b;
            content: "";
            display: block;
        }

        #chkInternational + label:after {
            position: absolute;
            left: 0;
            width: 5px;
            height: 11px;
            top: 50%;
            left: 8px;
            -webkit-transform: translateY(-60%) rotate(45deg) scale(0);
            transform: translateY(-60%) rotate(45deg) scale(0);
            border-bottom: 2px solid #eec39b;
            border-right: 2px solid #eec39b;
            content: "";
            display: block;
            -webkit-transition: all 0.4s ease-in-out;
            transition: all 0.4s ease-in-out;
        }

    #chkInternational:checked + label:after {
        -webkit-transform: translateY(-60%) rotate(45deg) scale(1);
        transform: translateY(-60%) rotate(45deg) scale(1);
    }

input:-webkit-input-placeholder,
textarea:-webkit-input-placeholder {
    color: #eec39b;
    opacity: 1;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #eec39b;
    opacity: 1;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
    color: #eec39b;
    opacity: 1;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    color: #eec39b;
    opacity: 1;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: $form-field-text;
    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;
}
/*footer*/
footer {
}
/* Token Style */
ul.token-input-list-project {
    border: none;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 10px;
    max-width: 100%;
    text-align: center;
    text-align-last: center;
    text-align: -moz-center;
    text-align: -webkit-center;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0;
    border-bottom: 1px solid #eec39b;
    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: #ccc;
    color: #000;
    cursor: default;
    border: 1px solid #eec39b;
    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: relative;
    text-align: left;
    top: 0;
}

    ul.parsley-errors-list.filled li,
    ul.parsley-errors-list li {
        padding: 0;
        text-align: left;
        color: #f00d0d;
    }

* {
    text-size-adjust: none;
    -webkit-text-size-adjust: none;
}


#reg_btn {

       position: absolute;
    right: 40px;
    height: 37px;
    width: 151px;
    top: 50%;
    margin: auto;
    z-index: 5;
    transform: translateY(-50%);
}
#reg_btn_mob {
    display: none;
}

#hero.show #reg_btn {
    transform: scale(1);
}

.pt200 {
    padding-top: 200px;
}

.pb100 {
    padding-bottom: 100px;
}

.ptb200 {
    padding-top: 200px;
    padding-bottom: 200px;
}

.mb15 {
    margin-bottom: 15px;
}

.mb25 {
    margin-bottom: 25px;
}

.mb40 {
    margin-bottom: 40px;
}

.mb50 {
    margin-bottom: 50px;
}

.mb20 {
    margin-bottom: 20px;
}

.mb80 {
    margin-bottom: 80px;
}

.mb30 {
    margin-bottom: 30px;
}

.mb60 {
    margin-bottom: 60px;
}

.flex {
    display: flex;
    align-items: center;
    justify-content: center;
}

.fs12 {
    font-size: 12px;
}

.w600 {
    width: 560px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.w440 {
    width: 490px;
    text-align: left;
    max-width: 100%;
    padding-right: 50px;
}

    .w440 p {
        text-align: left;
    }

.w480 {
    width:545px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.artist {
    position: relative;
}

    .artist:after {
        position: absolute;
        display: block;
        content: 'Artist Impression';
        z-index: 2;
        left: 10px;
        bottom: 10px;
        font-size: 10px;
        color: #fff;
    }

#bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    margin: auto;
    background: #eec39b;
    top: 0;
    z-index: 99;
    height: 300px;
}

#preloader {
    overflow: hidden;
    transition: height 1.5s;
}

    #preloader.slide {
        height: 0 !important;
    }



#anime {
    position: absolute;
    left: 50%;
    bottom: 50vh;
    width: 600px;
    height: 600px;
    max-width: 100%;
    max-height: 100%;
    transform: translate(-50%,50%);
    align-items: center;
    justify-content: center;
    background: #09152c;
    z-index: 8;
    padding: 0 15px;
}

.full-h {
    height: 100vh;
    position: relative;
    background-size: cover;
    background-position: center;
}

.flex {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.sticky {
    position: sticky;
    top: 0;
}





.fadeInUp {
    opacity: 0;
    transition-delay: 0.2s;
}

.animated .fadeInUp {
    opacity: 1;
}

#cbre_logo {
    width: auto;
    height: 15px;
}

footer {
    display: block;
    overflow: auto;
}

.m {
    display: none;
}

.team-logo {
    display: block;
    width: 100%;
    padding-top: 10px;
}

.aba-team {
    width: 144px;
}

.pbd-team {
    width: 138px;
}

.Landfx-team {
    width: 122px;
}

.Phoenix-team {
    width: 142px;
}

#playvideo {
    opacity: 0;
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 99;
    cursor: pointer;
    height: 100px;
    width: 100px;
    background-image: url('/images/play.png');
    background-size: cover;
    transition: 0.3s;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    z-index: 4;
}

@media screen and (max-width: 1380px) {
    h2 {
        font-size: 160px;
    }

    h3 {
        font-size: 80px;
    }
}

@media screen and (max-width: 1200px) {
    h2 {
        font-size: 150px;
    }

    h3 {
        font-size: 75px;
    }
}

@media screen and (max-width: 1000px) {

    #nav {
        top: 0;
        bottom: auto;
        height: 100vh;
        background: #09152c;
        width: 100%;
        transform: translateX(-100%);
        transition: transform 0.7s;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        display: flex;
        left: 0;
        top: 0;
        position: absolute;
        flex-wrap: wrap;
    }

    #nav-toggle {
        display: block;
    }

    .active_nav #nav {
        transform: translateX(0);
    }

    header {
        height: 70px;
        padding: 0;
    }

    .ul {
        display: block;
        align-items: center;
        width: 100%;
    }

        .ul li {
            display: block;
            margin: 0;
            padding: 10px 0;
            text-align: center;
        }

            .ul li a {
                font-size: 14px;
                letter-spacing: 0.2em;
                font-family: "Marsextendedregular";
                font-weight: normal;
            }

    .more-z {
        position: relative;
        z-index: 10;
        background: #09152c;
    }

    .m {
        display: block;
    }

    .d {
        display: none !important;
    }

    header.active_nav {
        z-index: 55;
    }

    .half.flex {
        min-height: 100vw;
    }

    .prlm {
        width: calc(100% - 40px);
        margin: auto;
    }

    .half.flex .w600 {
        margin: auto;
    }

    #reg_btn {
        display: none;
    }

    #reg_btn_mob {
        display: block;
        height: auto;
        top: auto;
        display: block;
        transform: none;
        margin: 0;
        margin-top: 10px;
    }

    h1 {
        bottom: 105px;
      
    }
      h1 br{
          display:none
      }
    .logo {
        width: 220px;
    }

    #logo-1 {
        width: 150px;
    }

    .container {
        width: calc(100% - 40px);
    }

    .w300, .trTop {
        min-width: 51%;
        width: 600px;
        margin: 0 auto 20px auto;
    }

    .trLeft, .w700 {
        width: 100%;
        max-width: 700px;
        margin: 0 auto 20px auto;
        transform: none;
    }


    .half {
        width: 100%;
        height: auto;
    }

    .h100 {
        height: 100vw;
    }

    .autom {
        padding: 50px 0;
    }

    #hero {
        padding: 0;
    }


    h1 {
        font-size: 16px;
        letter-spacing: 1px;
    }

    h3 .ptb200 {
        padding-top: 100px;
        padding-bottom: 100px;
    }

    .pt200 {

    padding-top: 60px;
    }

    .pb100 {
        padding-bottom: 50px;
    }

    .pt100 {
        padding-top: 0;
    }

    .mb80 {
        margin-bottom: 40px;
    }

    .mb60 {
        margin-bottom: 30px;
    }

    .mb25 {
        margin-bottom: 20px;
    }

    .mb30 {
        margin-bottom: 20px;
    }

    h3.mb40 {
        margin-bottom: 40px;
    }

    .mb50 {
        margin-bottom: 25px;
    }
    .min-h h2 {
    margin-bottom: 40px;
}
    .flex-c {
        display: block;
    }

    .full-m {
        width: 100%;
        max-width: 100%;
        margin: 0 0 20px 0 !important;
        transform: none !important;
    }

    .w700.pt120 {
        padding-top: 0;
    }

    .full-m div.vw340 {
        padding-left: 20px;
        padding-bottom: 40px;
    }

    .no-padm {
        padding-left: 0;
        padding-right: 0;
    }

    #enquiry {
        margin: 0 auto;
        padding-bottom: 40px;
    }

    .full-h {
        padding: 0 20px;
    }

    .w440 {
        padding-left: 20px;
        padding-right: 20px;
    }


    .w1180 {
        width: 100%;
    }

    .grid_6 {
        width: 100%;
    }

    .pl50 {
        padding-left: 0;
    }

    .w440 a {
        margin: 0 auto;
    }

    .w440 p {
        text-align: center;
    }

    .w440 {
        text-align: center;
        margin: 0 auto 30px auto;
    }

    #map {
        width: 100%;
        height: 100vw;
    }

    .mapholder {
        width: 100%;
        padding: 50px 20px;
    }
    .noptm
    {
        padding-top:0;
    }

    .vw340 {
        text-align: center;
        margin: auto;
    padding: 20px 20px 0 20px;
            max-width: 100%;
    }

    .ptb200 {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .pad20m
    {
        padding-left:20px;
        padding-right:20px;
    }
    .pb20m
    {
        padding-bottom:20px;
    }
    .min-h {
        min-height: 100px;
        padding: 60px 20px;
    }
}

@media screen and (max-width: 750px) {
    h3, h2 {
        font-size: 55px;
    }

    footer {
        padding: 50px 15px;
    }

    .fs12 {
        font-size: 11px;
    }
    .banner {
        justify-content: space-between;
        padding: 0 10px;
    }
    .closeBanner {
        position: static;
    }
    .closeBanner,
    .banner span {
        font-size: 10px;
    }
}
