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

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

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

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

@font-face {
    font-family: 'PP Pangaia';
    src: url('/fonts/PPPangaia-MediumItalic.woff2') format('woff2'), url('/fonts/PPPangaia-MediumItalic.woff') format('woff');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}


:root {
    --gap:4vw;
}

.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;
}
#main
{
    height:calc(100vh + 1px);
    overflow:hidden
}
.loaded #main,.quick-loaded #main
{
    height:auto
}
.grid_6 {
    width: 50%;
    position: relative;
    z-index: 1;
}
.sticky{
    position:sticky;
    align-self: flex-start ;
    top:var(--gap);
}
.flex-h
{
    height:100vh;
    height:100svh;
    align-items:center;
    display:flex;
    flex-direction: column;
    justify-content: center;
}

#ancher{
    position: relative;
    z-index: 2;
    min-height:100vh;
    padding:80px 0
    

}
.logo-left
{
    width:360px;
   display:block;
       max-width: 50%
}
    .bg-video:before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;  
          background-image: linear-gradient(to right, rgba(46,53,96,0.1) , rgba(46,53,96,0.75));     
        z-index: 0;
    }
    
.arrow {
    position: absolute;
    width: 36px;
    display: block;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 30px;
    animation: bounce 2s 1;
    -webkit-animation: bounce 2s 1;
    -moz-animation: bounce 2s 1;
    -o-animation: bounce 2s 1;
    animation-delay: 1s;
    z-index:50
}
.arrow svg{
    width:100%;
    height:auto
}
@-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);
    }
}
.container {
        padding: var(--gap)  var(--gap) 30px  var(--gap);;
    margin: 0 auto;
}
.fadeinUp,.toFade{
    opacity:0;
  
    transition:opacity  0.7s
}
.toFade.animated
{
        opacity:1;  
  
}
.quick-loaded .fadeinUp
{
    transition:none;
    opacity:1 ;

}
.loaded .fadeinUp{
    opacity :1;
      
}
.delay1{
    transition-delay:0.7s
}
.delay2{
    transition-delay:1.4s;
   
}
.delay3{
    transition-delay:2.1s;

}.delay4{
       transition-delay:3s;

}

.flex-sb {
    display: flex;
    justify-content: space-between;
    flex-wrap:wrap
}

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

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 */
body {
    font-family: 'Maison Neue';
    font-size: 16px;
    background: #fff;
    color: #fff;
    margin: 0;
    padding: 0;
}

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


/* Headings */
h1, h2, h3, h4, h5 {
    font-family: 'PP Pangaia';
    margin: 0;
    font-weight: normal;
    text-align:center;

}

p {
    text-align: left;
    margin: 0;
    line-height:1.3
  
}
.f17
{
    font-size:17px
}
.fs14{
    font-size:14px
}

h1 {
    font-style: italic;
    font-size: 40px;
    margin-bottom:10px;
    max-width: 14em;
}

h2 {
       font-size: 38px;
    margin-bottom: 1em;
}

h3 {
}

h4 {
    font-size: 40px;
    color: #2A3851;
}
/* Navigation */
.bg-video {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.full-video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
#landing{
    position:relative
}
.logo {
    margin: 0 0 40px 0;
    width: 580px;
    max-width: 80%;
    display: block;
    opacity:0;
    transition:opacity 0.7s;
    position:relative;
    z-index:2
}
.quick-loaded .logo
{    opacity:1;
     
         transition:opacity 0s;
}
/* enquiry */
.register {
    width: 670px;
    max-width: 100%;
}

.mb20 {
    margin-bottom: 15px;
}
.mb30 {
    margin-bottom: 30px;
}

.max455 {
    max-width: 455px;
}

.formbox {
}


input, select {
    font-family: 'Maison Neue';
    font-size: inherit;
    margin: 0 auto 15px auto;
    padding: 5px 0 5px 0;
    width: 100%;
    color: #fff;
    border: 0 none;
    background: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    border-bottom: 1px solid #fff;
    text-align: left;
}

    select option {
        padding: 7px 5px;
        background: #fff;
        color: #000;
    }

.b_submit {
    cursor: pointer;
    width: max-content;
    background: #fff;
    padding: 6px 15px 4px 15px;
    font-weight: 600;
    color: #2e3560;
    font-size: 11.5px;
    border-radius: 12px;
    line-height: 1;
    border: none;
}

.privacy {
    font-size: 10px;
    max-width: 585px;
}

.logos {
    display: flex;
    padding-top: 30px;
    gap: 15px 35px;
    flex-wrap:wrap
}

    .logos img {
        display: block;
        height: auto;
    }

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: #fff;
    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 {
}
#privacyPolicy{
    position:fixed;
    height:100vh;
    opacity:0;
    transition:opacity 0.5s;
    display:none;
    z-index:1000;
    width:100%;
    top:0;
    left:auto;
    background:#fff;
    background:rgba(46,53,96,1);
    overflow-y:scroll

}
.inner{
    padding:80px;
    text-align:left;
        margin: auto;
    max-width:1200px
}
.inner h1{
    max-width:100%;
    margin-bottom:30px
   
}
.inner p strong{
        font-weight: normal;
}
.inner p {
    margin-bottom:15px;
    line-height:1.3;
    font-size:15px
    
}
.inner p.mb {
    margin-bottom:20px;
     font-size:18px;

     font-family: 'PP Pangaia';

}
.pli{
    position:relative;
    padding-left:18px;

}
.pli span{
    position:relative;
    padding-left:18px;
    display:block;
    margin:5px 0

}
.pli:before,.pli span:before{
    content:'';
    position:absolute;

    background:#fff;
    width:6px;
    height:6px;
    border-radius:5px;
    display:block;
    top:5px;
    left:0

}
.close{
    position: absolute;
    z-index: 2;
    top: 15px;
    right: 15px;
    display: inline-block;
    width: 35px;
    height: 35px;
    overflow: hidden;
    border: none;
    background: rgba(0,0,0,0)
}



.close:before {
    transform: rotate(45deg)
}

.close:after {
    transform: rotate(-45deg)
}

.close:before,.close:after {
    content: "";
    position: absolute;
    height: 2px;
    width: 100%;
    top: 50%;
    left: 0;
    margin-top: -1px;
    background: #fff;
    border-radius: 5px;
    margin-top: -6px
}
/* 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;
    }

    body.thankYou #enqHolder{
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
       
    }
    body.thankYou #th{
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        flex-direction: column;
    }

    body.thankYou .logos{
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .btw{
        cursor: pointer;
    width: max-content;
    background: #fff;
    padding: 6px 15px 4px 15px;
    font-weight: 600;
    color: #2e3560;
    font-size: 11.5px;
    border-radius: 12px;
    line-height: 1;
    border: none;
    margin: 40px auto;
    display: block;
    }



@media screen and (max-width : 1440px) {
 
    h1,h2{
        font-size:36px
    }
}

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

    h1,h2{
        font-size:36px
    }

    .logo-holder{
        width:45%
    }
    .enq-holder
    {
     width:55%
     }
}

@media screen and (max-width : 900px) {
        body{
        font-size:15px
    }
    .grid_6{
        width:100%
    }
    .sticky {
    position: relative;   
    top: 0;
}
.logo-holder
{
    margin-bottom:30px;

}
h1,h2{
    font-size:26px
}
.inner{
    padding:60px 20px
}
}

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