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

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

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



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

@font-face {
    font-family: 'Jost';
    src: url('/fonts/Jost-Light.woff2') format('woff2'), url('/fonts/Jost-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'PF Marlet Swash';
    src: url('/fonts/PFMarletSwash-Regular.eot');
    src: url('/fonts/PFMarletSwash-Regular.eot?#iefix') format('embedded-opentype'),
        url('/fonts/PFMarletSwash-Regular.woff2') format('woff2'),
        url('/fonts/PFMarletSwash-Regular.woff') format('woff'),
        url('/fonts/PFMarletSwash-Regular.ttf') format('truetype'),
        url('/fonts/PFMarletSwash-Regular.svg#PFMarletSwash-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


body {
    font-family: 'Hatton';
    font-size: 24px;
    background: #fff;
    color: #fff;
    margin: 0;
    padding: 100vh 0 0 0;
    text-align: center;
    line-height: 1.38;
    font-weight: 300;
}


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

#main {
    overflow: hidden;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
}




.fakePadding {
    height: 100vh;
}

.scroll-content {
    height: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
}

.scroll-content {
    -ms-overflow-style: none; /* Internet Explorer 10+ */
    scrollbar-width: none; /* Firefox */
}

    .scroll-content::-webkit-scrollbar {
        display: none; /* Safari and Chrome */
    }

.brown {
    color: #B3A389;
}

.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%;
    position: relative;
    padding-bottom: 17px;
}

.grid_1, .grid_2, .grid_3, .grid_4, .grid_5, .grid_6, .grid_7, .grid_8, .grid_9, .grid_10, .grid_11, .grid_12 {
    float: left;
    display: block;
}

.leftfloat {
    float: left;
}

.rightfloat {
    float: right;
}

.leftalign {
    text-align: left;
}

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

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

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

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


section {
    position: relative;
    z-index: 2;
}

.lazy {
    z-index: 0;
    opacity: 0;
    transition: opacity 0.5s;
}

.in-ancher {
    width: 0;
    display: block;
    position: absolute;
    z-index: 11;
    opacity: 0;
}
/*.mainholder
{
    z-index:50
}
.mainholder:after{
    height:3px;
    width:100%;
    background:#000;
    position:absolute;
    top:0;
    content:'';
    display:block


}*/

.h-ancher {
    display: block;
}

.full-section {
    width: 100%;
    min-height: 100vh;
}

.svg-header {
    display: block;
    margin: 0 auto 80px auto;
}

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

.full-h.topTop
{
    padding:100px  0
}
.full-h {
    width: 100%;
    min-height: 100vh;
    padding: 60px 0;
    position: relative;
    background-size: cover;
}

.full-height {
    position: relative;
    height: 100%;
}

.abs-b {
    position: absolute;
    bottom: 0;
    left: 0;
}

.full-h.abs {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}


.sticky {
    position: sticky;
    top: 0;
}

.full {
    width: 100%;
    height: 100%;
    position: relative;
    background-size: cover;
    overflow: hidden;
}


    .full.grid_6 {
        width: 50%;
    }


.bg-video {
    position: absolute;
    height: 100%;
    bottom: 0;
    width: 100%;
    z-index: 0;
    overflow: hidden;
}

#v1 {
    z-index: 2;
    transition: opacity 0.3s;
}

#v2 {
    z-index: 1;
}

.fullyvideo {
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    background-size: cover !important;
    min-height: 100%;
    width: auto !important;
}

.video-holder {
    position: absolute;
    width: 100%;
    height: 100vh;
    bottom: 0;
    left: 0;
}

.bg-video {
    position: absolute;
    height: 100%;
    bottom: 0;
    width: 100%;
    z-index: 0;
    overflow: hidden;
}


.holder {
    position: relative;
}

    .holder.abs {
        position: absolute;
        height: 100%;
    }




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

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

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

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

.middle-h {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 100%;
    z-index: 1;
    display: block;
}

.toFade {
    opacity: 0;
    transition: all 0.7s;
    transition-delay: 0.5s;
}

.fadeInUp {
    opacity: 0;
    transition: all 0.7s;
    transform: translateY(10px);
}

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

.toFade.animated {
    opacity: 1;
}
/* Headings */
h1, h2, .h2, h3, h4 {
    margin: 0;
    font-weight: normal;
}

p {
    margin: 0;
    line-height: 1.5;
}

.lineEffect span {
    display: inline-block;
    overflow: hidden;
    transition: padding 0.7s,opacity 1s;
    opacity: 0;
    padding-top: 1.38em;
    height: 1.38em;
}

.lineEffect.animated span {
    padding-top: 0 !important;
    opacity: 1 !important;
}

h1 {
    padding-top:80px;
    font-size: 56px;

    line-height: 1;
    text-align: center;
    color: #fff;
 
    font-family: 'PF Marlet Swash';
        font-style:italic;

           
    

}




h5 {
    font-size: 13px;
    letter-spacing: 0.23em;
    line-height: 2em;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Right Grotesk Spatial';
    font-weight: normal;
    width: 480px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

 
h6 {
    font-family: 'Right Grotesk Spatial';
    font-size: 11px;
    letter-spacing: 0.18em;
    line-height: 11px;
    text-align: center;
    font-weight: normal;
}


.underline {
    text-decoration: underline;
    text-transform: uppercase;
    font-family: 'Right Grotesk Spatial';
    font-size: 11px;
}

.mb15 {
    margin-bottom: 15px;
}

.mb20 {
    margin-bottom: 20px;
}

.mb25 {
    margin-bottom: 25px;
}

.mb35 {
    margin-bottom: 35px;
}


.pt200 {
    padding-top: 200px;
}

.ptb150 {
    padding: 150px 0;
}

.ptb1560 {
    padding: 150px 0 60px;
}

.pb150 {
    padding-bottom: 150px;
}

.fadeIn {
    opacity: 1 !important;
}

.dark {
    color: #607A72;
}

#sec4 {
    
    display:none
}

.sticky {
    position: sticky;
    top: 0;
}

.tofade {
    opacity: 0;
}

#sec4 {
    height: auto;
    min-height: 100px;
}

.ptb80 {
    padding-top: 80px;
    padding-bottom: 80px;
}

#svg1 {
}

.svg2 {
    position: absolute;
    top: 0;
    display: block;
    left: 0;  
    right:0;
    margin: auto;
    z-index: 2;
    opacity:0
}
.svg-h
{
    position:relative;z-index:5
}
.svg3 {
}

.svg-header1
{
    width:618px;
}
   .svg-header3
    {
        width:536px;
    }
/* Navigation */
header {
    position: fixed;
    height: 70px;
    width: 100%;
    display: block;
    top: 0;
    left: 0;
    z-index: 50;
}

#ul {
    left: 50px;
    text-align: left;
}

.enq {
    right: 50px;
    text-align: right;
    font-size: 24px;
    line-height:24px;
  transition: all 0.5s;
     padding-right:15px;
    font-family: 'PF Marlet Swash';
    fill:#fff;
}

.enq span
{
        font-family: 'Hatton';
        font-weight:300;
        font-size:16px;
        line-height:24px;
}
.enq svg
{
     position:absolute;
     right:0;
     top:50%;
     transform:translateY(-50%);
     display:block
     
}


#ul li {
    display: inline-block;
    margin-right: 75px;
    font-family: 'Jost';
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 400;
    transition: color 0.5s;
}

#logoSvg path {
    transition: all 0.5s;
}
.enq svg path
{
    transition:all 0.3s;
}

 .cls2 #ul li, .cls2 .enq, .cls2 .enq svg path{
    color: #252828;
    fill: #252828;
}

.cls5 #ul li, .cls5 .enq,.cls5 .enq svg path{
    color: #607A72;
    fill: #607A72;
}


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;
    left: 20px;
    z-index: 10;
    cursor: pointer;
    width: 30px;
    height: 17px;
}

    #nav-toggle span {
        height: 1px;
        width: 100%;
        background: #B3A389;
        position: absolute;
        display: block;
        top: 0;
        left: 0;
        transition: opacity 0.7s;
    }

    #nav-toggle .sp2 {
        top: 8px;
    }

    #nav-toggle .sp3 {
        top: 16px;
    }

    #nav-toggle.active .sp1, #nav-toggle.active .sp3 {
        opacity: 0;
    }

    #nav-toggle:after, #nav-toggle:before {
        font-family: 'Right Grotesk Spatial';
        letter-spacing: 0.18em;
        line-height: 11px;
        display: block;
        position: absolute;
        right: -10px;
        top: 50%;
        transform: translate(100%,-50%);
        transition: opacity 0.7s;
        content: 'MENU';
        color: #B3A389;
        font-size: 11px;
        text-align: left;
        width: 120px;
    }

    #nav-toggle:before {
        opacity: 0;
        content: 'CLOSE';
    }

    #nav-toggle.active:before {
        opacity: 1;
    }

    #nav-toggle.active:after {
        opacity: 0;
    }

/* enquiry */
.register {
    color: #252828;
    position: relative;
}

.jost {
    font-family: 'Jost';
    font-weight: 500;
}
   .artist:after{
       position:absolute;
       content:'Artist impression';
       position:absolute;
       right:30px;
       bottom:20px;
       color:#fff;
       display:block;
       z-index:2;
       font-size: 15px;
   
        font-family: 'Jost';
    font-weight: 300;
   }

.formbox {
    margin: 0 auto;
    padding: 50px 10px 10px 10px;
    width: 480px;
    max-width: calc(100% - 40px);
    background: #fff;
    border-radius: 250px 250px 0 0;
}

.call {
    display: block;
    font-size: 24px;
    margin-bottom: 25px;
    padding: 5px 0 0 0;
}

input, select {
    font-size: 20px;
    margin: 0 auto 0 auto;
    padding: 0 0 5px;
    width: 100%;
    color: #252828;
    border: 0 none;
    background: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    border-bottom: 1px solid #252828;
    text-align: left;
    font-family: 'Hatton';
    font-weight:600
}



    select option {
        padding: 7px 5px;
        color: #252828;
    }

.submit_holder {
    position: relative;
    cursor: pointer;
}

    .submit_holder svg {
        position: relative;
        z-index: 0;
    }

.b_submit {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    border: none;
}
.submite
{
    width:125px;
    text-align:center;
    border:1px solid #252828;
    color:#252828;
    border-radius:50px;
    margin:auto;
    font-size:24px;
    padding:15px  0
        
}
.circ,.txt{
    transition:all 0.4s
}
.circ
{
    opacity:0;
    fill:#000
}

.submit_holder:hover .circ{
        opacity:1
}
.submit_holder:hover .txt{
    fill:#fff
}



.privacy {
    font-size: 10px;
}

#th {
    color: #fff;
    font-size: 24px;
    margin: 0 auto;
    text-align: center;
    width: 800px;
    max-width: calc(100% - 80px);
}


#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 30px;
        position: relative;
        text-align: left;
        display: block;
        color: #252828;
        font-size: 16px;
        margin-bottom: 17px;
        line-height: 18px;
        font-family: inherit;
        display: block;
    }

        #chkInternational + label:before {
            position: absolute;
            left: 0;
            width: 18px;
            height: 18px;
            top: 45%;
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
            border: 1px solid #252828;
            content: '';
            display: block;
            border-radius: 50%;
        }

        #chkInternational + label:after {
            position: absolute;
            left: 0;
            width: 5px;
            height: 11px;
            top: 45%;
            left: 6px;
            -webkit-transform: translateY(-60%) rotate(45deg) scale(0);
            transform: translateY(-60%) rotate(45deg) scale(0);
            border-bottom: 2px solid #252828;
            border-right: 2px solid #252828;
            content: '';
            display: block;
            -webkit-transition: all .4s ease-in-out;
            transition: all .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: #252828;
    opacity: 1;
}

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

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

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

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
    color: #252828;
    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;
    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: #ccc;
    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: #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 {
    position: absolute;
    font-size: 10px;
    list-style: outside none none;
    margin: 0 auto;
    padding: 0;
    bottom: 3px;
    left: 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;
}

.logos {
    position: absolute;
    width: calc(100% - 100px);
    bottom: 30px;
    right: 50px;
    left: 50px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    padding: 15px 0;
    display: flex;
    justify-content: space-between;
    margin: auto;
        align-items: center;
}

.logos-holder {
    text-align: left;
}

    .logos-holder a {
        display: inline-block;
        margin-right: 20px;
    }

.prv {
    text-align: right;
}

    .prv a {
        display: inline-block;
        margin-left: 20px;
        text-transform: uppercase;
        font-family: 'Jost';
        font-weight: 300;
        color: #fff;
    }

.last {
    margin-right: 0;
}
.arrow
{
    position:absolute;
    width:48px;
    display:block;
    left:0;
    right:0;
    margin:0 auto;
    bottom:60px;
    	animation: bounce 2s 1 ;
	-webkit-animation: bounce 2s 1 ;
	-moz-animation: bounce 2s 1 ;
	-o-animation: bounce 2s 1 ;
    animation-delay:1s
}
@-webkit-keyframes bounce {
	0%, 20%, 50%, 80%, 100% {-webkit-transform: translateY(0);}	
	40% {-webkit-transform: translateY(-30px);}
	60% {-webkit-transform: translateY(-15px);}
}
 
@-moz-keyframes bounce {
	0%, 20%, 50%, 80%, 100% {-moz-transform: translateY(0);}
	40% {-moz-transform: translateY(-30px);}
	60% {-moz-transform: translateY(-15px);}
}
 
@-o-keyframes bounce {
	0%, 20%, 50%, 80%, 100% {-o-transform: translateY(0);}
	40% {-o-transform: translateY(-30px);}
	60% {-o-transform: translateY(-15px);}
}
@keyframes bounce {
	0%, 20%, 50%, 80%, 100% {transform: translateY(0);}
	40% {transform: translateY(-30px);}
	60% {transform: translateY(-15px);}
}
@media screen and (max-width:1600px) {
    .svg-header1 {
        width: 460px;
    }
    .svg-header3
    {
        width:405px;
    }
    .w650 {
    width: 650px;
  
}

    body {
       
        font-size: 16px;
    }
    input, select {
    font-size: 16px;
   
}

}

@media screen and (max-height : 970px) {
    .register .middle {
        position: relative;
        transform: none;
        left: auto;
        top: auto;
        margin-bottom: 60px;
    }

    .register {
        height: auto;
    }

        .register .full-h {
            height: auto;
            padding: 60px 0 30px 0;
        }

    .logos {
        position: relative;
        left: auto;
        right: auto;
        bottom: auto;
    }
}

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

@media screen and (max-width : 760px) {
    .maxm {
        max-width: calc(100% - 100px);
        margin-left: auto;
        margin-right: auto;
    }

    .d {
        display: none !important;
    }
    #ul {
    left: 20px;
    text-align: left;
}
    h1
    {
        font-size:26px;
        padding-top:40px;
    }
    .enq {
        right: 20px;
    }
    .svg-header {
  
    margin: 0 auto 25px auto;
}
    #chkInternational + label,input, select {


    font-size: 14px;
 
}
    .logos {
 
    width: calc(100% - 40px);
      display: block;
      border-bottom:none;
      padding:0;
}
    .logos-holder,.prv
    {
        display:flex;
        flex-direction:row;
        justify-content:space-between;
        padding:15px 0;
        align-items:center
    }
        .logos-holder 
        {
            border-bottom:1px solid #fff;

        }
      .logos-holder a,.prv a{
          margin:0;
          font-size:14px
      }

      #svg1,#svg2 {
          width:240px;
          margin-bottom:5px;
}
      header {

    height: 50px;

}
}

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