@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: "HWYGEXPD";
    src: url("/fonts/HWYGEXPD.eot");
    src: url("/fonts/HWYGEXPD.eot") format("embedded-opentype"), url("/fonts/HWYGEXPD.woff2") format("woff2"), url("/fonts/HWYGEXPD.woff") format("woff"), url("/fonts/HWYGEXPD.ttf") format("truetype"), url("/fonts/HWYGEXPD.svg#HWYGEXPD") format("svg");
}

:root {
    --pad-gb:25vh;
    --pad-gt:25vh;
}


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

#cursor {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 10px;
    height: 10px;
    z-index: 1000;
    pointer-events: none;
    transform: translate(-100%,-100%);
    mix-blend-mode: exclusion;
}

    #cursor:after {
        content: '';
        display: none;
        position: absolute;
        top: 50%;
        left: 50%;
        width: 100%;
        height: 100%;
        z-index: 10;
        pointer-events: none;
        transform: translate(-50%,-50%);
        background: rgba(255,255,255,1);
        border: 1px solid #fff;
        border-radius: 50%;
        transition: all 0.5s;
    }

    #cursor.scale {
        width: 20px;
        height: 20px;
    }

        #cursor.scale:after {
            background: rgba(255,255,255,0);
            border: 1px solid #fff;
        }

        #cursor.scale:after {
            background: rgba(255,255,255,0);
            border: 1px solid #fff;
        }

    #cursor.plus:after {
        opacity: 0;
    }

#c-dir {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transition: all 0.5s;
    z-index: 10;
    pointer-events: none;
    transform: translate(-50%,-50%) scale(0);
    color: #fff;
    font-size: 12px;
}

#cursor.plus #c-dir {
    transform: translate(-50%,-50%) scale(1);
}

#cursor.scale #c-dir {
    display: none;
}
#bgs
{
    position:fixed;
    z-index:0;
    top:0%;
    left:0;
    width:100%;
    height:100%;
    opacity:0.5
}
#bgs.hide{
    opacity:0
}

#bg.less-op{
    opacity:0.5
}
#bgs.op-menu
{
    opacity:0.5 !important;

}
.m-bg{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    z-index:0;
    height:100%;
    transition:all 4s;
    background-size:cover;
    opacity:0

}
.m-bg.active{

    z-index:1;
          transform:scale(1.08)
}


.grid_1 {
    width: 8.33%;
}

.grid_2 {
    width: 16.67%;
}

.grid_3 {
    width: 25%;
}

.grid_4 {
    width: 33.33%;
}

.grid_5 {
    width: 46.67%;
}

.grid_6 {
    width: 50%;
}

.grid_60 {
    width: 60%;
    display: flex;
    justify-content: center;
    column-gap: 9vw;
}
.grid_70
{
    width: 70%;
    display: flex;
    justify-content: center;
    column-gap: 8vw;
}
.grid_w400 {
    width: 44%;
}

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

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

.pt-gb {
    padding-bottom: var(--pad-gb);
}

.pt-gt {
    padding-top: var(--pad-gt);
}

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

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

.mb20 {
    margin-bottom: 20px;
}

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

/* General */
html {
}

body {
    font-family: 'Basier Circle';
    font-weight: normal;
    font-size: 14px;
    line-height: 1.5;
    text-align: left;
    color: #181617;
    padding: 0;
    margin: 0;
    background: #E9E2DC;
}

#main {
    display: block;
    width: 100%;
    transition:opacity 0.8s;
    overflow: hidden;
}

#pre-loader {
    display: flex;
    position: fixed;
    background-color: #1c1c1c;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    z-index: 10;
    overflow: hidden;
    transition: height 2s;
    bottom: 0;
}

    #pre-loader.slide-down {
        height: 0;
    }

#animation {
    position: absolute;
    top: 50vh;
    left: 50%;
    transform: translate(-50%,-50%);
}

.animation {
    z-index: 3;
}

.full-abs {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100vh;
    background-size: cover;
    transition: opacity 0.7s;
    opacity: 0;
}

    .full-abs.faded {
        opacity: 1;
    }

.mauto {
    margin-left: auto;
    margin-right: auto;
}
/* Headings */
p b {
    font-family: "HWYGEXPD";
    display: block;
    padding-top: 0.8em;
}

h1,
h2,
h3,
h4,
h5 {
    font-weight: normal;
    text-transform: uppercase;
    font-family: "HWYGEXPD";
}

h1, h2 {
    font-size: 18px;
    line-height: 1.55;
    letter-spacing: 0.11em;
    text-align: center;
    margin-bottom: 2.5em;
}

h2 {
    margin-bottom: 2em;
}

h3 {
    font-size: 14px;
    line-height: 1;
    letter-spacing: 0.11em;
    text-align: left;
    margin-bottom: 0.5em;
}

h4 {
    font-size: 12px;
    line-height: 1;
    letter-spacing: 0.11em;
    text-align: center;
    margin-bottom: 1em;
}

.full-sec {
    height: 100vh;
    position: relative;
    display: flex ;
    justify-content: center;
    align-items: center;
    background-size: cover;
}
.full-sec.artist
{
    display:flex
}
.full-h {
    padding:25vh 0;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    background-size: cover;
}

h5 {
    font-family: "HWYGEXPD";
    font-size: 11px;
    font-weight: 400;
    line-height: 1.33;
    letter-spacing: 0.125em;
    text-align: center;
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    color: #fff;
    z-index:2
}
.btn-play
{
    width:123px;
    height:28px;
    display:flex;
    justify-content:center;
    align-items:center;
        font-family: "HWYGEXPD";
        text-transform:uppercase;
        color:#181617;
 
font-size: 12px;
line-height: 1;
letter-spacing: 1.2px;
text-align: center;
background:#fff;
margin :0 auto 30px  auto


}
.btn-play.middle
{
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    margin:auto;
    z-index:5;
    position:absolute
}
.arrow {
    display: flex;
    width: 20px;
    height: 30px;
    justify-content: center;
    align-items: flex-end;
    margin: auto;
}

    .arrow img {
        width: 12px;
        display: block;
    }

.logo-mid {
    display: block;
    height: auto;
    width: 683px;
    max-width: calc(100% - 80px);
    position:absolute !important;
    z-index:5;
    left:50%;
    top:50%;
    transform:translate(-50%,-50%)
}

.f14 {
    font-size: 14px;
    width: 100%;
}
.video
{
    width:100%;
    height:auto
}

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

.bg-video {
    height: 100vh;
    width: 100%;
    overflow: hidden;
}

.hover-holder {
    position: relative;
    display:block;
    cursor: pointer;
}

    .hover-holder img {
        transition: transform 0.7s;
    }


.hover-link {
    font-family: "HWYGEXPD";
    font-size: 36px;
    line-height: 1;
    letter-spacing: 0.27em;
    text-align: center;
    position: fixed;
    top: 50%;
    display: none;
    left: 50%;
    transform: translate(-50%,-50%);
    
    z-index: 2;
    color:#fff;
    width:100%;
    text-transform:uppercase
}

.hover-link.show {
z-index:10;
    display: block;
}
.hover-link  svg{
        display: inline-block;
    width: 15px;
    height: auto;
    transform:translateY(-0.2em)
        
}
/* Navigation */
header {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9;
    width: 100%;
    justify-content: center;
    align-items: center;
    padding: 10px;
    font-family: "HWYGEXPD";
}
header.gold .logo  path {
    transition: all 0.5s;
    stroke:#181617

}
.img-links
{
    position:absolute;
    width:25%;
    top:50%;
    transform:translate(100%,-50%);
    max-width:510px
}
.img-links img{
    position:absolute;
    opacity:0;
    transition:opacity 0.5s;
    display:block;
    width:100%;
    top:0;
    left:0;
    
}
.fakeImg
{
    position:relative;
    width:100%;
    display:block;
    opacity:0
}
.revealImg
{
    position:absolute;
    left:0;
    right:0;
    margin:auto;
    display:block;
    height:100%
}
#g1{
    position:relative
}
#menu {
    position: absolute;
    left: 3%;
    display: block;
    color: #181617;
    font-size: 12px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    z-index: 2;
        letter-spacing: 0.15em;

}

    #menu:after {
        content: 'MENU';
    }

    #menu.active:after {
        content: 'CLOSE';
    }

header .logo {
    width: initial;
    transition: 0.8s;
    -webkit-transition: 0.8s;
    -moz-transition: 0.8s;
    -ms-transition: 0.8s;
    -o-transition: 0.8s;
    width: 40px;
    z-index: 2;
}


header .enq {
    font-weight: normal;
    font-size: 12px;
    letter-spacing: 0.15em;
    line-height: 20px;
    text-align: center;
    color: #D0B78E;
    position: absolute;
    right: 3%;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    z-index: 2;
    background-color: #181617;
    padding: 6px 18px;
}

    header .enq.show {
        opacity: 1;
    }

#nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;

    z-index: 1;
    justify-content: center;
    align-items: center;
    display: none;
    opacity: 0;
    transition: opacity 0.8s;
}

.logo-b {
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;
    bottom: 52px;
    display: block;
    width: 210px;
}


#mainmenu {
    position: relative;
    display: flex;
    height: calc(100% - 210px);
    justify-content: center;
    align-items: center;
    overflow: hidden;
    flex-direction: column;
    width:100%
}


    #mainmenu li {
        display: block;
        position: relative;
        text-align: center;
    }

        #mainmenu li:first-child:after {
            content: '';
            position: absolute;
            display: block;f
            height: 50vh;
            background-color: #181617;
            width: 1px;
            left: 0;
            right: 0;
            margin: auto;
            bottom: calc(100% + 43px);
        }

        #mainmenu li:last-child:after {
            content: '';
            position: absolute;
            display: block;
            height: 50vh;
            background-color: #181617;
            width: 1px;
            left: 0;
            right: 0;
            margin: auto;
            top: 84px;
        }

        #mainmenu li a {
            text-transform: uppercase;
            display: block;
            font-size: 18px;
            letter-spacing: 0.15em;
            padding: 7px 0;
            color: #181617;
                   transition:color 0.5s;
                   transform:translateX(3px)
        }
            #mainmenu li a svg{
                opacity:0;
                transition:opacity 0.5s;
                display:inline-block;
                transform:translate(5px,-2px)
            }
           
#h-nav {

}

    #h-nav ul {
        text-align: center;
            justify-content: center;
    align-items: center;
    padding:  0;

    display:flex;
        border-bottom: 1px solid #181617;
        margin-bottom: 90px;
        

    }

        #h-nav ul li {
        display: block;
    list-style: none;

    line-height: 1;
    font-family: "HWYGEXPD";
    font-size: 12px;
    line-height: 1;
    text-transform: uppercase;
    color: #181617;
    letter-spacing: 0.125em;
    text-align: left;
    padding: 20px 20px;

        }

#page-team a.team, #page-locale a.locale, #page-architecture a.architecture, #page-resort a.resort, #page-residences a.residences, #page-home a.home   {
    color: #D0B78E;
}
#page-team a.team svg path, #page-locale a.locale svg path, #page-architecture a.architecture svg path, #page-resort a.resort svg path, #page-residences a.residences svg path, #page-home a.home  svg path {
    stroke: #D0B78E;
}
     #mainmenu li a:hover svg{    
  
                  opacity:1
              }
     
/* nav-toggle */
#nav-toggle {
    position: relative;
    top: 20px;
    right: 15px;
    z-index: 10;
    cursor: pointer;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    display: none;
}

    #nav-toggle span {
        cursor: pointer;
        height: 100%;
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        transition: all 0.6s ease-in-out;
        margin: auto;
        flex-direction: column;
    }

        #nav-toggle span:first-child {
            justify-content: space-around;
            transition: all 0.6s ease-in-out;
        }

            #nav-toggle span:first-child::after, #nav-toggle span:first-child::before {
                content: "";
                display: flex;
                width: 100%;
                height: 1px;
                background-color: #fff;
            }

        #nav-toggle span:last-child {
            justify-content: center;
            position: absolute;
            top: 0;
            left: 0;
            transition: all 0.6s ease-in-out;
            opacity: 0;
        }

            #nav-toggle span:last-child::after, #nav-toggle span:last-child::before {
                content: "";
                position: absolute;
                display: flex;
                width: 100%;
                height: 2px;
                background-color: #fff;
                transform: rotate(45deg);
                -webkit-transform: rotate(45deg);
                -moz-transform: rotate(45deg);
                -ms-transform: rotate(45deg);
                -o-transform: rotate(45deg);
            }

            #nav-toggle span:last-child::before {
                transform: rotate(-45deg);
                -webkit-transform: rotate(-45deg);
                -moz-transform: rotate(-45deg);
                -ms-transform: rotate(-45deg);
                -o-transform: rotate(-45deg);
            }

    #nav-toggle.active span:first-child {
        opacity: 0;
    }

    #nav-toggle.active span:last-child {
        opacity: 1;
    }

.mb35 {
    margin-bottom: 35px;
}

.sjb-team {
    width: 80px;
    display: block;
}

.stargate {
    width: 152px;
    display: block;
}

.black-b {
    width: 230px;
    display: block;
}
/* enquiry */
.register {
    max-width: 410px;
    width: 100%;
    margin: 0 auto;
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 60px 0;
}



input,
select {
    font-size: 16px;
    margin: 0 0 2px 0;
    padding: 12px 0;
    width: 100%;
    color: #181617;
    border: 0 none;
    background: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    border-bottom: 1px solid #181617;
    text-align: left;
    font-family: "expressway", sans-serif;
    font-weight: normal;
    font-size: 12px;
    letter-spacing: 0.05em;
    text-align: center;
    color: #181617;
    text-align-last: center;
    text-align: center;
    -ms-text-align-last: center;
    -moz-text-align-last: center;
    text-align-last: center;
}

    input option,
    select option {
        padding: 7px 5px;
        background: #fff;
        text-align-last: center;
        text-align: center;
        -ms-text-align-last: center;
        -moz-text-align-last: center;
        text-align-last: center;
    }

    input[type=submit],.btnd
{
font-weight: normal;
    font-size: 12px;
    letter-spacing: 0.15em;
    line-height: 20px;
    text-align: center;
    color: #D0B78E;
    z-index: 2;
    background-color: #181617;
    padding: 6px 18px;
    margin: 30px auto 0 auto;
    width:150px;
    display:block

    }
    .btnd
    {
            font-family: "HWYGEXPD";
            text-transform:uppercase;
        width:180px
    }
.privacy {
    display: block;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin: auto;
    font-family: "expressway", sans-serif;
    font-weight: normal;
    text-decoration: underline;
    font-size: 12px;
    letter-spacing: 0.05em;
    text-align: center;
    margin: 20px auto 0 auto;
}

    .privacy + p {
        font-family: "expressway", sans-serif;
        font-weight: normal;
        font-size: 14px;
        letter-spacing: 0.05em;
        line-height: 22.4px;
        text-align: center;
        color: #d0b78e;
    }

.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: center;
        display: block;
        color: #546670;
        font-size: 18px;
        letter-spacing: 3px;
        font-family: inherit;
        text-transform: uppercase;
        display: inline;
        margin: auto;
    }

        #chkInternational + label:before {
            position: absolute;
            left: 0;
            width: 20px;
            height: 20px;
            top: 50%;
            transform: translateY(-50%);
            border: 1px solid #d0b78e;
            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 #d0b78e;
            border-right: 2px solid #d0b78e;
            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: #181617;
    opacity: 1;
}

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

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

input::-moz-placeholder,
textarea::-moz-placeholder {
    color: #181617;
    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 {
    display: block;
    padding: 0 0 0 0;
    border-top: 1px solid #181617;
    position:relative;z-index:1
}

.logos {
    border-top: 1px solid #181617;
    border-bottom: 1px solid #181617;
    padding: 19px 0;
    text-align: center;
    column-gap: 38px;
    align-items: center;
    margin-top: 50px;
}

.logo a {
    display: block;
}

    .logo a img {
        display: block;
    }

.Proudly {
    text-align: center;
    padding: 33px 0 40px 0;
    font-size: 12px;
    letter-spacing: 0.05em;
}
/* Token Style */
ul.token-input-list-project {
    border: none;
    width: 100%;
    margin: 0 auto;
    max-width: 100%;
    text-align: left;
    -moz-text-align-last: 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 #d0b78e;
    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: #d0b78e;
    color: #000;
    cursor: default;
    border: 1px solid #d0b78e;
    font-size: 12px;
    white-space: nowrap;
    list-style: none;
    display: inline-block;
}

div.token-input-dropdown-project {
    position: absolute;
    width: 100%;
    background-color: #d0b78e;
    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: #d0b78e;
            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: #d0b78e;
            }

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

            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: #d0b78e;
            }

/* 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;
    }

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

.artist {
    position: relative;
    display: block;

}
.cover{
        display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 100%;

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

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

.ls {
    aspect-ratio: 3/4;
    max-width: 400px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

/* ---------------- */
section {
    display: block;
    position: relative;
}

    section.landing {
        height: 100vh;
    }

        section.landing .tcc {
            max-width: 90%;
            margin: auto;
        }

.container {
    display: block;
    position: relative;
    width: 94%;
    margin-left: auto;
    margin-right: auto;
    max-width: calc(100% - 40px);
}

.w700 {
    width: 740px;

}

.w330 {
    width: 354px;
    max-width: 100%;
}

.w400 {
    width: 400px;
    max-width: calc(100% - 40px);
}

    .w400 h2 {
        text-align: left;
    }

.btn {
    font-family: "AntarcticanMonoSemiBold";
    font-weight: normal;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    color: #d0b78e;
}


.fadeImg {
    position: absolute !important;
    z-index: 2 !important;
    top: 0;
    left: 0;
}


.fadeInUp {
    opacity: 0;
    transition: 1s;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -ms-transition: 1s;
    -o-transition: 1s;
}


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

.fadeImg.animated {
    transition: opacity 0.5s;
    opacity: 0;
}

.render {
    width: 100%;
    margin: auto;
}

/* ---------------- */
.bg {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.m20 {
    margin-bottom: 20px;
}

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

.flex {
    display: flex;
    flex-wrap: wrap;
}

.column {
    flex-direction: column;
}

.justify-center {
    justify-content: center;
}

.align-center {
    align-items: center;
}

.space-between {
    justify-content: space-between;
}

.fl-end {
    justify-content: flex-end;
}

.center-align {
    text-align: center;
}

.full-width {
    width: 100%;
}

.full-height {
    height: 100%;
}

.ptl {
    padding-top: 14vw;
}

.pbl {
    padding-bottom: 14vw;
}

.pbm {
    padding-bottom: 30px;
}

.ma {
    margin: auto;
}

.br {
    display: block;
}

.mob {
    display: none;
}

@media screen and (max-width: 1000px) {
    body {
        font-size: 14px;
    }
    
    .f14 {
        font-size: 12px;
        text-align: left;
    }

    .full-sec {
        height: calc(100vh - 30px);
    }


    h5 {
        padding: 0 20px;
    }


    #menu {
        left: 20px;
    }

    header .logo {
        width: 30px;
    }

    .m-plr20 {
        padding-left: 20px;
        padding-right: 20px;
    }

    .m-column {
        flex-direction: column;
    }

    .grid_6 {
        width: 100%;
        margin-bottom: 20px;
    }

        .grid_6:nth-child(2n) {
            margin-bottom: 0;
        }




    h1, h2 {
        font-size: 15px;
        text-align: left;
    }

    header .enq {
        width: 100%;
        position: fixed;
        top: initial;
        bottom: 0;
        left: 0;
        right: 0;
        padding: 15px 0;
        transform: none;
    }

    footer {
        padding-bottom: 100px;
    }

    .m-column {
        flex-direction: column;
    }

    .m-mbm {
        margin-bottom: 50px;
    }

    .render {
        aspect-ratio: 1/1;
        -o-object-fit: cover;
        object-fit: cover;
    }

    .br {
        display: none;
    }

    .grid_60 ,.grid_70{
        width: 100%;
        display: block;
        padding: 0 20px;
    }

    .grid_4{
        width:100%;
        margin-bottom:20px
    }
    
      .grid_60   .grid_4:nth-child(2n){
            margin-bottom: 0;
        }
    .grid_78 {
        width: 100%;
    }

    h4 {
        text-align: left;
    }

  

#h-nav ul {
border:none;
    margin-bottom:50px;
    display: block;
}
    #h-nav ul li {
        border-bottom:1px solid #181617
    }

    .register {
        padding: 60px 20px;
    }

    .w330 {
        width: 100%;
        text-align: left;
    }

    .flex-c .w330:first-child {
        margin-bottom: 30px;
    }

    .mob {
        display: block;
    }

    .desc {
        display: none;
    }

    .pt-gb {
        padding-bottom: 80px;
    }

    .pt-gt {
        padding-top: 80px;
    }
    .full-h {
    height: auto;
    padding:80px 0;

}
    .pad20m {
        padding: 0 20px;
    }

    p.flex {
        display: block;
    }

    .pb0m {
        padding-bottom: 0;
    }

    .artist:after {
        font-size: 10px;
        line-height: 1px;
        bottom: 10px;
        left: 10px;
    }
    .grid_5,.grid_7,.grid_10  {
    width: 100%;
        width: 100%;
}
    .full-m
    {
        max-width:100%
    }
    h3.mob
    {
        padding:0 0 5px 20px;
        font-size:15px
    }
    .sp-link
    {
       padding:10px 0 5px 20px;
       text-transform:uppercase;
   text-decoration:underline;
       font-family: "HWYGEXPD";
       font-size:12px;
       letter-spacing:2px;
    }
    .sp-link svg{
    width: 8px;
    display: inline-block;
    margin-left: 5px;
    transform: translateY(3px);
    }
    footer .center-align
    {
        text-align:left
    }    footer h4{
             text-align:left
         }
   
    #h-nav {
        display:block
    }
    .logos {
    border-top: none;

    margin-top: 0;
}

}
/*# sourceMappingURL=style.css.map */
