
@font-face {
    font-family: 'TheFuture-Light';
    src: url('/fonts/TheFuture-Light.woff2') format('woff2'), url('/fonts/TheFuture-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'TheFuture-Regular';
    src: url('/fonts/TheFuture-Regular.woff2') format('woff2'), url('/fonts/TheFuture-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'TheFuture-Medium';
    src: url('/fonts/TheFuture-Medium.woff2') format('woff2'), url('/fonts/TheFuture-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Baskerville';
    src: url('/fonts/Baskerville-Normal.woff2') format('woff2'), url('/fonts/Baskerville-Normal.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


body {
    font-family: 'TheFuture-Medium';
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    background: #00162e;
    color: #B8A18E;
    margin: 0;
    padding: 0;
    text-align: center;
    height: 100%;
}

.full-height {
    height: calc(100vh - 110px);
    width: 100%;
    background-size: cover;
    background-position: center;
    position: relative;
}

.min-height {
    min-height: 100vh;
    width: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 50px 0;
    flex-direction: column;
    flex-wrap: wrap;
}

.p-reg{
       width: 540px;
    font-size: 16px;
    font-size: 18px;
	    line-height: 1.37;
	    max-width: calc(100% - 40px);
    margin-left: auto;
    margin-right: auto;
    text-align: center;
   text-transform: uppercase;
   letter-spacing: 3px;

}
#cursor {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 15px;
    height: 15px;
    z-index: 1000;
    pointer-events: none;
    transform: translate(-50%,-50%);
    mix-blend-mode: exclusion;
}

   


   #c-dir {
        display: block;
        position: absolute;
        top: 0;
        left: 14px;
        width: 25px;
        z-index: 10;
        pointer-events: none;
   
        color: #fff;
        font-size: 12px;
        letter-spacing: 1px;
        transition: all 0.5s;
        text-transform: uppercase;
    }

   .bg{
       position:absolute;
       top:0;
       width:100%;
       display:block;
       height:110px;
              background: #00162e
   }

#video_holder {
    position: relative;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow: hidden;
    background-size: cover;
}

    #video_holder #bgvid {
        position: absolute;
        top: 50%;
        left: 50%;
        min-width: 100%;
        min-height: 100%;
        width: auto;
        height: auto;
        z-index: 0;
        transform: translateX(-50%) translateY(-50%);
        background-size: cover;
    }
    #play{
        display:block;
        width:190px;
        background:#fff;
            font-size: 14px;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    padding:12px 0;
    margin: 30px auto 0 auto;
    color:#00162e
    }
.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;
}



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 */

.vimeo-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    pointer-events: none;
    overflow: hidden;
}

.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;
    }
}



.img {
    width: 100%;
    margin: 0;
    display: block;
    height: auto;
}

.title {
    position: relative;
    display: block;
    transition: 1.9s;
}

    .title span {
        display: block;
    }

.blur {
    color: #B8A18E;
    text-shadow: 0px 0px 15px #111;
    transition: 1.9s;
    opacity: 0;
    cursor: pointer;
}

.unblur {
    text-shadow: 0px 0px 0px #111;
    opacity: 1;
    transition: 1.9s;
}

.slide {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    transition: opacity 0.7s;
    opacity: 0;
}

/* Headings */
h1, h2, h3, h4, h5 {
    margin: 0;
    font-weight: 500;
}

p {
    font-family: 'Baskerville';
    width: 540px;
    font-size: 16px;
    line-height: 1.37;
    max-width: calc(100% - 40px);
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

    p.mb20 {
        margin-bottom: 20px;
    }

h1 {
    color: #fff;
    text-transform: uppercase;
    font-size: 60px;
    letter-spacing: 0.3em;
    line-height: 1;
    text-align: center;
}

h2 {
    font-size: 30px;
    text-transform: uppercase;
    line-height: 2;
  
    letter-spacing: 0.3em;
    position: relative;
    margin-bottom: 1.5em;
}
h3{
      font-size: 24px;
  letter-spacing:0.3em;
  padding:2em 0;
  text-transform:uppercase;

  line-height: 1;

}
h4 {
    position:absolute;
    left:0;
    right:0;
    bottom:30px;
    color: #B8A18E;
    font-size: 14px;
    letter-spacing: 0.21em;
    line-height: 1.7;
    color:#fff;
 
    text-transform: uppercase;
    width: 600px;
    max-width: calc(100% - 40px);
    margin-left: auto;
    margin-right: auto;
        padding: 1.5em 0 0
}



.w500 {
    width: 500px;
    margin: auto;
    max-width: calc(100% - 40px);
}

.diamond {
    display: block;
    width: 0.4em;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}

.d1 {
    margin-bottom: 1em;
}

.d2 {
    margin-top: 1em;
}

.phone {
    display: block;

}

.middle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    display: block;
}

.middle-h {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: block;
}
/* Navigation */
header {
    position: sticky;
    top: 0;
    height: 110px;
    z-index: 500;
    width: 100%;

}
.vbox-open header{

    background:#00162e
}
.vbox-open .logo{
    opacity:0
}
.logo 
{
    width:200px;
}
.enq,.tel, .btn{
    right: 30px;
    width: 150px;
    background: #B8A18E;
    color: #00162E;
    padding: 12px 0;
    text-align: center;
    font-size: 14px;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    line-height: 1;
}

.btn {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 220px;
}
.tel {
  right:auto;
    left: 30px;
     background: none;
    color: #B8A18E;
    text-align:left;
     font-size: 15px;
}
.fadeIn
{
       transition:filter 1s,opacity 1s;
    opacity:0;
      filter:blur(8px);
 }
.fadeIn.animated{
 opacity:1;
      filter:blur(0);
}
.imgHolder
{
    opacity:0;
    filter:blur(10px);
    overflow:hidden;
   transition:filter 1s,opacity 1s;
}
.imgHolder.loaded
{ opacity:1;
    filter:blur(0);
}
#enquire {
}

.form_p {
    text-align: left;
    font-size: 14px;
    font-family: 'TheFuture-Regular';
    margin-left: inherit;
    margin-bottom: 18px;
}

.register {
    max-width: calc(100% - 40px);
    width: 600px;
    margin: 0 auto;
    padding: 0;
}

label {
    display: block;
    font-family: 'Baskerville';
      font-family: 'TheFuture-Regular';
    font-size: 14px;
    margin-bottom: 5px;
    letter-spacing: 0;
    text-align: left;
    font-weight: 400;
}

input, select, textarea {
    font-size: 14px;
    margin-bottom: 20px;
    font-family: 'Baskerville';
      font-family: 'TheFuture-Regular';
    padding: 0 0 12px 0;
    width: 100%;
    color: #B8A18E;
    border: 0 none;
    background: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    border-bottom: 1px solid #B8A18E;
    text-align: left;
    font-weight: 400;
}

textarea {
    max-width: 100%;
    border: 1px solid #B8A18E;
    padding: 10px;
}

select {
    
    text-align: left;
}

    select option {
        padding: 7px 5px;
        background: #fff;
        text-align-last: left;
        text-align: left;
    }

.b_submit, .hs-button {
    display: block;
    padding: 14px;
    border: 1px solid #B8A18E;
    cursor: pointer;
    margin: 0 auto 20px auto;
    text-align: center;
    font-size: 16px;
    width: 100% !important;

}
.privacy
{
  

    font-size: 10px;
    letter-spacing: 2px;
    font-family: 'TheFuture-Light';
    font-weight: 300;
    text-transform:uppercase

}


input:-webkit-input-placeholder, textarea:-webkit-input-placeholder {
    color: #B8A18E;
    opacity: 1;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #B8A18E;
    opacity: 1;
}

input:-moz-placeholder, textarea:-moz-placeholder {
    color: #B8A18E;
    opacity: 1;
}

input::-moz-placeholder, textarea::-moz-placeholder {
    color: #fff;
    opacity: 1;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
    color: #B8A18E;
    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;
}

.logos{

    padding:100px 0 60px 0;

    /*width:730px;*/
    width:540px;
    margin:auto;
    max-width:calc(100% - 40px);

}
.logos img{
    display:block;
    margin:auto
}

.logos span{
    display:block;
    text-align:center;
    margin-bottom:25px;
 font-size:12px;
 letter-spacing:2px;
    font-family: 'TheFuture-Medium';
    text-transform: uppercase;
}
.links
{
    display:inline-block;
    margin: 0 20px;
    font-size: 10px;
  letter-spacing: 2px;
    font-family: 'TheFuture-Light';
   font-weight:300
}
.total {
    display: block;
    width: 120px;
    margin: auto;
}
/* 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 {
    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;
}

.m {
    display: none;
}

#map-canvas {
    width: 540px;
    max-width: calc(100% - 40px);
    height: 30vh;
    position: relative;
    display: block;
    margin: auto;
    margin-top: 40px;
  }

  .pt100 {
    padding-top: 100px;
  }
  .pb80 {
    margin-bottom: 80px;
  }
  .pt150 {
    padding-top: 150px;
  }
  .pb100 {
    padding-bottom: 100px;
  }

  .plr60 {
    padding-left: 60px;
    padding-right: 60px;
  }
  .mb30 {
    margin-bottom: 30px;
  }

  .mb100 {
    margin-bottom: 100px;
  }


  .flexslider.fitSlider .slides li img {
    max-height: calc(100vh - 110px);
    object-fit: cover;
    aspect-ratio: 3/2;
}

@media screen and (max-width : 900px) {

    .plr60 {
        padding-left: 40px;
        padding-right: 40px;
    }
}

@media screen and (max-width : 768px) {
}

@media screen and (max-width : 750px) {
.p-reg{
    font-size: 15px;
    letter-spacing: 1px;
    width: 100%;
}

.plr60 {
    padding-left: 20px;
    padding-right: 20px;
}


.pt100 {
    padding-top: 50px;
  }
  .pb80 {
    margin-bottom: 40px;
  }
  .pt150 {
    padding-top: 75px;
  }
  .pb100 {
    padding-bottom: 50px;
  }

  .mb30 {
    margin-bottom: 20px;
  }

  .mb100 {
    margin-bottom: 50px;
  }
    body {
        font-size: 14px;
    }
    .logo {
    width: 140px;
}
    header {

    height: 65px;

}
    .m {
        display: block;
    }

    .d {
        display: none;
    }

    .soon {
        position: fixed;
        top: 20px;
        left: 0;
        right: 0;
        margin: auto;
    }

    h1 {
        font-size: 28px;
    }

    h2 {
        font-size: 20px;
        letter-spacing: 2px;
    }

    h2 {
        font-size: 18px;
        letter-spacing: 2px;
    }

        h2 a {
            font-size: 18px;
            padding: 10px 0 0 0;
            display: block;
        }

    .h4Holder {
        bottom: 65px;
    }

    h4 {
        font-size: 14px;
        letter-spacing: 2.63px;
    }

    .tel {
        position: fixed;
        top: auto;
        bottom: 0;
        transform: none;
        width: 100px;
        color: #00162E;
        right: 20px;
        z-index: 5;
        padding: 15px 0;
        text-align: left;
    }

    .enq {
        position: fixed;
        top: auto;
        bottom: 0;
        transform: none;
        left: 0;
        right: 0;
        width: 100%;
        padding: 15px 0;
    }

    label {
        font-size: 14px;
        margin-bottom: 3px;
    }

    .logos {
        display: block;
    }

        .logos p {
            margin-bottom: 25px;
        }

            .logos p:last-child {
                margin-bottom: 0;
            }

    footer {
        padding: 60px 0 75px 0;
    }

 
    .full-height {
        height: calc(100vh - 110px);
    }
   

.tel{
    font-size:14px;
}
}
