


@font-face {
    font-family: 'Heroic Condensed';
    src: url('/fonts/HeroicCondensed-Regular.woff2') format('woff2'), url('/fonts/HeroicCondensed-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Right Grotesk Spatial';
    src: url('/fonts/RightGrotesk-SpatialMedium.woff2') format('woff2'), url('/fonts/RightGrotesk-SpatialMedium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Minion Pro';
    src: url('/fonts/MinionPro-Regular.woff2') format('woff2'), url('/fonts/MinionPro-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Right Grotesk Wide';
    src: url('/fonts/RightGrotesk-WideRegular.woff2') format('woff2'), url('/fonts/RightGrotesk-WideRegular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


body {
    font-family: 'Right Grotesk Wide';
    font-size: 17px;
    background: #fff;
    color: #B3A389;
    margin: 0;
    padding: 80px 0 0 0;
    text-align: left;
    line-height: 1.38;
}

.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 */


section {
    position: relative;
    z-index: 2;
}




.full-h {
    width: 100%;
    height: calc(100vh - 80px);
    position: relative;
    background-size: cover;
}

.full-height {
    position: relative;
    height: 100%;
}

.container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    position: relative;
    align-items: center;
    width: calc(50% + 670px);
    max-width: calc(100% - 40px);
    margin: auto;
    position: relative;
    flex-wrap:wrap
}

header .container {
    height: 100%;
}

.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;
}

.w760 {
    width: 782px;
    max-width: calc(100% - 580px);
}

.max670 {
    width: 670px;
    max-width: calc(100% - 40px);
    margin: auto;
}

.w640 {
    width: 640px;
    max-width: calc(100% - 40px);
    text-align: center;
    margin: 0 auto 40px auto;
}


/* Headings */
h1, h2, h4 {
    font-family: 'Heroic Condensed';
    margin: 0;
    font-weight: normal;
}

p {
    margin: 0;
    max-width: 672px;
}



h1 {
    font-size: 80px;
    letter-spacing: 0.1em;
    line-height: 1.2;
    text-transform: uppercase;
    margin-bottom: 15px;
}



h2, .h2 {
    font-size: 80px;
    letter-spacing: 0.1em;
    line-height: 1.2;
    margin-bottom: 20px;
    text-transform: uppercase;
    display: block;
}


h3 {
    font-family: 'Right Grotesk Spatial';
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 25px;
    text-transform: uppercase;
    letter-spacing: 0.2em;
}


h4 {
    font-size: 50px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    line-height: 1.2;
    margin-bottom: 20px;
}

h5 {
}



h6 {
}

.mb10 {
    margin-bottom: 10px;
}

.mb15 {
    margin-bottom: 15px;
}

.mb20 {
    margin-bottom: 20px;
}

.mb20 {
    margin-bottom: 25px;
}

.mb35 {
    margin-bottom: 35px;
}

.mb60 {
    margin-bottom: 60px;
}

.pt100 {
    padding-top: 100px;
}

.ptb100 {
    padding-top: 100px;
    padding-bottom: 100px;
}

#cursor {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 25px;
    height: 25px;
    z-index: 55;
    pointer-events: none;
    transform: translate(-50%,-50%);
    mix-blend-mode: difference;
    transition: transform 0.5s;
    transform: scale(0);
}

.touch #cursor {
    display: none !important;
}

#cursor:before {
    content: '';
    display: block;
    width: 12px;
    height: 12px;
    position: absolute;
    background: #B3A389;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%) rotate(45deg);
    z-index: 49;
}

#cursor:after {
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    position: absolute;
    background: #B3A389;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    transition: transform 0.8s;
    z-index: 49;
}

#cursor.scale:after {
    transform: translate(-50%,-50%) scale(5);
}

#cursor.c-left, #cursor.c-right {
    transform: scale(1);
}

    #cursor.c-left:after, #cursor.c-right:after {
        transform: translate(-50%,-50%) scale(10);
    }

#c-dir {
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 50px;
    font-size: 13px;
    color: #fff;
    text-align: center;
    z-index: 50;
}



#cursor.c-left #c-dir:after {
    content: 'Prev';
}

#cursor.c-right #c-dir:after {
    content: 'Next';
}

.half {
    width: 50%;
}

.full {
    width: 100%;
        position: relative;
    height: 100%;
    background-size: cover;
    background-position: center;
    display: block;
}

.flex-c {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.bg-cream {
    background-color: #d6ccbd;
    padding: 60px 0;
    color: #fff;
    min-height: 50vw;
    display: flex;
}

.bg-light {
    background: #e8e2da;
    padding: 60px 0;
    display: flex;
    min-height: 50vw;
}

    .bg-light p {
        max-width: 621px;
    }

.holder {
    margin: auto;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    padding: 60px 0;
    width: 670px;
    max-width: calc(100% - 40px);
    text-align: left;
}

.bg-light .holder {
    border-top: 1px solid #B3A389;
    border-bottom: 1px solid #B3A389;
}

.list {
    list-style: none;
}

    .list li {
        display: block;
        margin-bottom: 4px;
    }

        .list li:before {
            content: '-';
            display: inline-block;
            margin-right: 20px;
        }
/* Navigation */
header {
    position: fixed;
    height: 80px;
    width: 100%;
    display: block;
    background: #fff;
    top: 0;
    left: 0;
    z-index: 50;
}

.logo {
    width: 246px;
}



.logo svg{
    width:100%;
    height:auto
}
.enq, .btn {
    width: 160px;
    line-height: 44px;
    background: #b3a389;
    color: #fff;
    font-family: 'Right Grotesk Spatial';
    letter-spacing: 0.18em;
    font-size: 11px;
    text-align: center;
    text-transform: uppercase;
    display: block;
}

.enq {
    right: 0;
    width: 197px;
}

.registerHolder {
    background: rgba(179,163,137,0.9);
    width: 530px;
    max-width: calc(100% - 40px);
    margin-top: -395px;
    color: #fff;
}

.register {
    width: 440px;
    max-width: 100%;
    color: #fff;
    text-align: center;
    margin: auto;
    padding: 45px 0;
}

.tel {
    display: block;
    font-family: 'Right Grotesk Spatial';
    letter-spacing: 0.1em;
    margin-bottom: 20px;
}

input, select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    border: 0;
    border-bottom: 1px solid #fff;
    background-color: transparent;
    padding: 12px;
    text-align: center;
    font-size: 16px;
    line-height: 1.33;
    color: #fff;
    transition: border-color .4s;
    width: 100%;
    font-family: 'Right Grotesk Wide';
}

select {
    text-align-last: center;
    text-align: center;
    -ms-text-align-last: center;
    -moz-text-align-last: center;
    text-align-last: center;
}

    select option {
        padding: 7px 5px;        
        background: rgba(179,163,137,0.9);
        text-align-last: center;
        text-align: center;
        -ms-text-align-last: center;
        -moz-text-align-last: center;
        text-align-last: center;
    }

.b_submit,.b_submit2 {
    background-color: #fff;
    color: #c7b9a4;
    cursor: pointer;
    padding: 0;
    margin: 30px 0 0 0;
    width: 100%;
}

.privacy {
    font-size: 12px;
}

.chk_holder {
    margin: 11px auto 0 auto;
    color: #fff;
}

#chkInternational,#chkInternational2 {
    border: 0 none;
    clip: rect(0px, 0px, 0px, 0px);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 13px;
    line-height: 25px;
    width: 20px;
    text-align: left;
}
   #chkInternational + label ,#chkInternational2 +label{
    padding: 2px 0 2px 26px;
    position: relative;
    text-align: center;
    display: block;
    color: #fff;
    font-size: 12px;
    font-family: inherit;

    display: inline;
    margin: auto;
}
        #chkInternational + label:before ,#chkInternational2+ label:before {
            position: absolute;
            left: 0;
            width: 20px;
            height: 20px;
            top: 50%;
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
            border: 1px solid #fff;
            content: "";
            display: block;
        }

        #chkInternational + label:after, #chkInternational2 + 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 #fff;
            border-right: 2px solid #fff;
            content: "";
            display: block;
            -webkit-transition: all 0.4s ease-in-out;
            transition: all 0.4s ease-in-out;
        }

    #chkInternational:checked + label:after ,    #chkInternational2:checked + label:after {
        -webkit-transform: translateY(-60%) rotate(45deg) scale(1);
        transform: translateY(-60%) rotate(45deg) scale(1);
    }

    .form2
    {
        width:400px;
        max-width:100%;

    }
input:-webkit-input-placeholder, textarea:-webkit-input-placeholder {
    color: #fff;
    opacity: 1;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #fff;
    opacity: 1;
}

input:-moz-placeholder, textarea:-moz-placeholder {
    color: #fff;
    opacity: 1;
}

input::-moz-placeholder, textarea::-moz-placeholder {
    color: #c7b9a4;
    opacity: 1;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
    color: #fff;
    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;
}

.bg {
    background-image: url(/images/home/bg.jpg);
    background-size: cover;
    padding: 40px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: calc(100vh - 80px);
}

.registerBottom {
    background: #b4a48a;
    display: flex;
    width: 1227px;
    padding: 50px;
    max-width: calc(100% - 40px);
    color: #fff;
    justify-content: space-between;
    align-items: center;
}

.w400 {
    max-width: 400px;
}

.w570 {
    max-width: 570px;
    width: 100%;
    text-align: left;
    color: #fff;
}

/*footer*/
footer {
    color: #B3A389;
    padding: 30px 0;
    text-align: center;
        position: relative;
    z-index: 55;
    background: #fff;
}


.logos {
    margin: 60px auto;
}

footer .logos {
    margin: auto;
    padding: 25px 0;
}

.team-logo {
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: space-between;
    height: 125px;
}

    .team-logo img {
        display: block;
        margin: 0 auto 30px auto;
    }
/* Token Style */
ul.token-input-list-project {
    border: none;
    width: 100%;
    margin: 0 auto;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0;
    clear: both;
}

#th {
    padding: 40px 0;
}

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;
    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;
}

.last {
    margin-right: 0;
}

#InstagramHolder a {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-size: cover;
}

.m {
    display: none !important;
}

@media screen and (max-width : 1480px) {
    h1, h2 {
        font-size: 65px;
    }
        h4 {
        font-size: 45px;
    }
    .br-logo
    {
        width:100%;
        display:block;
        height:40px
    }
}

@media screen and (max-width : 1200px) {
    h1, h2 {
        font-size: 46px;
    }
        h4 {
        font-size: 40px;
    }
}

@media screen and (max-width : 1000px) {
    body {
        font-size: 15px;
        padding:60px 0 0 0
    }
    header {
        height: 60px;
    }
    .m {
        display: block !important;
    }

    .d {
        display: none !important;
    }

    h1, h2 {
        font-size: 40px;
    }

    h3 {
        font-size: 14px;
    }
        h4 {
        font-size: 36px;
    }
    .container {
        display: block;
    }

    .w760 {
        max-width: 100%;
        margin: auto;
        padding-bottom: 40px;
    }

    .registerHolder {
        max-width: 100%;
        margin: 0 auto;
        padding: 0 20px;
    }

    .full-h {
        height: 100vw;
    }


    .half
    {
        width:100%
    }
    section.mb20
    {
        margin-bottom:0
    }
    .enq {
    right: 0;
    position: fixed;
    left: 0;
    width: 100%;
    top: auto;
    transform:none;
 
    bottom: 0;

}
    .logo {
    width: 150px;
}

    .ptb100
    {
        padding:50px 0
    }
    .full
    {
        height:100vw;
    }
    .w400 {
margin:auto
}

.w570 {
    margin:0 auto 40px auto

}
.team-logo {

    display: block;
    margin-bottom:20px;
    height: 100px;
}
.br-logo
{
    display:none
}

.team-logo img {
    transform:scale(0.8);
    margin: 0 auto 15px auto;
}

.registerBottom {

    display:block;
    padding: 40px 20px;
    max-width:100%;

}
.aqua 
{
    position:relative;
    transform:none;
    top:auto;
    left:auto;
    padding:30px 0
}
.bg{
    position:relative;
    z-index:55
}

}


@media screen and (max-width : 420px) {
}
