@font-face {
    font-family: 'Apercu';
    src: url('/fonts/Apercu-Bold.woff2') format('woff2'), url('/fonts/Apercu-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Apercu';
    src: url('/fonts/Apercu-Light.woff2') format('woff2'), url('/fonts/Apercu-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Apercu';
    src: url('/fonts/Apercu.woff2') format('woff2'), url('/fonts/Apercu.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Tungsten Book';
    src: url('/fonts/Tungsten-Book.woff2') format('woff2'), url('/fonts/Tungsten-Book.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Tungsten';
    src: url('/fonts/Tungsten-Light.woff2') format('woff2'), url('/fonts/Tungsten-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Tungsten';
    src: url('/fonts/Tungsten-Bold.woff2') format('woff2'), url('/fonts/Tungsten-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Tungsten';
    src: url('/fonts/Tungsten-Medium.woff2') format('woff2'), url('/fonts/Tungsten-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

html {
    height: 100%;
}


body {
    font-family: 'Apercu';
    font-weight: 300;
    font-size: 14px;
    background: #fff;
    color: #000;
    margin: 0;
    padding: 0;
    line-height: 1.24;
}

.section {
    position: relative;
}

.ancher {
    display: none;
}

.middle {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1;
    display: block;
}

.middle-h {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 100%;
    z-index: 1;
    display: block;
}

.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;
    }

#main {
    height:100%;
    overflow-y:scroll;
      scroll-snap-type: y mandatory;
      scroll-padding-top: 40px;

}

#main.noSnap
{
     scroll-snap-type:initial;
}

#inner {

}
.sector{
      scroll-snap-align: start;
}
*, *:before, *:after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.fadeInUp {
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.8s;
}
.fadeIn
{
     opacity: 0;

    transition: all 0.8s;
}

.animated.fadeInUp {
    opacity: 1;
    transform: translateY(0);
}
.animated.fadeIn {
    opacity: 1;

}

.grid_1 {
    width: 8.33%;
}

.grid_2 {
    width: 16.67%;
}

.grid_3 {
    width: 25%;
}

.grid_4 {
    width: 33.33%;
}

.grid_5 {
    width: 44%;
}

.grid_6 {
    width: 50%;
}

.grid_7 {
    width: 56%;
}

.grid_8 {
    width: 66.67%;
}

.grid_9 {
    width: 75%;
}

.grid_10 {
    width: 83.33%;
}

.grid_11 {
    width: 91.67%;
}

.grid_12 {
    width: 100%;
}

.grid_42 {
    width: 42%;
}

.grid_68 {
    width: 68.67%;
}

.grid_60 {
    width: 60.25%;
    position: relative;
    z-index: 2;
}

.grid_40 {
    width: 39.75%;
}

.grid_31 {
    width: 31%;
}

.w350 {
    width: 350px;
    left: 24px;
    top: 75px;
    position: absolute;
    z-index: 3;
}

.w720 {
    width: 720px;
    position: relative;
    z-index: 2;
}

.w220 {
    width: 220px;
}

.w940 {
    width: 940px;
    float: right;
    position: relative;
}

.grid_40, .grid_3, .grid_4, .grid_5, .grid_6, .grid_7, .grid_8, .grid_9, .grid_10, .grid_11, .grid_12, .grid_42, .grid_49, .grid_68, .grid_31 {
    float: left;
    display: block;
}

.w480 {
    width: 480px;
    max-width: 50%;
    float: left;
}

.w100 {
    height: 100vw;
    background-position: center;
    background-size: cover;
}

.rightfloat {
    float: right;
}


.flex {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.h25 {
    background-size: cover;
    background-position: bottom center;
    height: 28vw;
}

.bg-dark {
    background: #C9C9BB;
}

.bg-darker {
    background: #C1C7BC;
}

.bg-light {
    background: #E2E2DC;
}

.bg-yellow {
    background: #fffdf1;
}

.bg-creame {
    background: #EFE5C2;
}

.bg-gray {
    background: #E9E5DA;
}

.york {
    position: absolute;
    z-index: 5;
    left: 0;
    height: 95vh;
    bottom: 0;
}

.highlights {
    position: absolute;
    z-index: 5;
    left: -9px;
    margin: auto;
    width: 128px;
    top: 16%;
}

.h-right {
    left: auto;
    right: -92px;
}

.class-left {
    position: absolute;
}

.reg {
    margin: -20px auto 80px auto;
    width: 690px;
    display: block;
    max-width: calc(100% - 80px);
}

.dis-img {
    position: absolute;
    z-index: 5;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 0;
 
    transform: translateY(-11%);
    max-width: calc(100% - 80px);


    width: 545px;
}

.reg.bottom {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    transform: translateY(75%);
}

.dis-img.bottom {
    bottom: 0;
    top: auto;
    transform: translateY(0%);
}

.right {
    left: auto;
    right: 0;
}

.pl18 {
    padding: 0 17px;
}

.w50 {
    background-size: cover;
    background-position: left center;
    width: 100%;
}

.max320 {
    max-width: 320px;
}

.container {
    width: 1310px;
    max-width: calc(100% - 80px);
    margin: auto;
    position: relative;
}

    .container.w1090 {
        width: 1090px;
    }

    .container.w1150 {
        width: 1150px;
        padding-left: 80px;
    }

    .container.w560 {
        width: 560px;
    }

    .container.w585 {
        width: 585px;
    }

.w460 {
    width: 460px;
}

.w320 {
    width: 320px;
    flex-direction: column;
}

    .w320 h6 {
        letter-spacing: 0;
        line-height: 1.05;
        margin-top: 0;
        margin-bottom: auto;
    }

.trn20 {
    transform: translateX(30px);
}

.w320 p {
    margin: auto;
}

.w120 {
    width: 120px;
    float: left;
    position: relative;
    padding: 0 10px;
}

    .w120:before, .w266:before{
        position: absolute;
        width: 1px;
        opacity: 0.6;
        content: '';
        height: 200vh;
        bottom: 0;
        display: block;
        left: 0;
        background: #000;
    }
    .w266{
        width:266px;
        float:left;
        position:relative;
            padding: 133px 10px 0 10px;

    }
    .dwn
    {
        display:block;
        padding:8px;
        width:177px;
        border:1px solid #000;
        border-radius:3px;
            font-weight: 500;
    position: relative;
   font-family: 'Tungsten';
   font-size:16px;
   letter-spacing:0.14em;
   text-align:center
       
    }

.sky {
    padding: 50px 10px 0 10px;
}

    .sky img {
        width: 50px;
        display: block;
        margin-bottom: 10px;
    }

.w120.sky:before {
    bottom: 0;
    top: 0;
    height: auto;
}


.lineholder {
    width: 520px;
    padding-right: 120px;
}

.w610 {
    top: 0;
    width: 610px;
    float: right;
    padding: 140px 0 160px 50px;
}

.sticky {
    position: sticky;
    top: 0;
}

.para-holder2 {
    transform: translate(-120px,120px);
}

.para-holder6 {
    transform: translate(-120px,60px);
}

.para-holder3 {
    transform: translate(-0,-100px);
}

.para-holder7 {
    transform: translate(80px,-80px);
}

#marker {
    width: 8%;
    height: auto;
    position: absolute;
    top: 63.5%;
    left: 37.7%;
    display: block;
    z-index: 5;
    transition: all 0.5s;
}

.scaled #marker {
    top: 63%;
    left: 56%;
}

#mapholder {
    position: relative;
    overflow: hidden;
}

#mapImg {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    max-width: 200%;
    transition: all 0.5s;
}

.scaled #mapImg {
    width: 150%;
    transform: translate(-1.5%,-22%);
}

.svgMap {
    position: absolute;
    top: 0;
    display: block;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}

    .svgMap.active {
        transition: opacity 0.5s;
        opacity: 1;
    }

img.reborn {
    width: 450px;
    display: block;
    margin-top: auto;
    margin-bottom: auto;
}

.w495 {
    width: 495px;
    overflow: hidden;
    padding-left: 50px;
    position: relative;
    overflow: hidden;
    padding-bottom: 180px;
}

.max340 {
    max-width: 343px;
}

.heritag-1 {
    display: block;
    margin-bottom: 86px;
    width: 100%;
    margin-top: -235px;
}

.heritag-2 {
    display: block;
    width: 100%;
}

.heritag-3 {
    display: block;
    position: absolute;
    bottom: 0;
    transform: translateY(86%);
    width: 100%;
    left: 50px;
    width: calc(100% - 50px);
}

.future {
    display: block;
    width: 440px;
    margin-bottom: 40px;
}

.future-bottom {
    display: block;
    width: 440px;
    position: absolute;
    top: 0;
    transform: translateY(-15%);
}

#team {
    padding-bottom: 130px;
}

#designer {
    padding: 0 0 160px 0;
}

#floorplan {
    padding-bottom: 80px;
}

.desiger-header, .outdoor-header, .team-header {
    display: block;
    width: 1090px;
    max-width: 90%;
    margin: -15px auto 100px auto;
}

.desiger-bt, .outdoor-bottom, .accsess-bottom, .team-footer {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: block;
    width: 1090px;
    max-width: 90%;
    bottom: -100px;
}

.team-footer {
    bottom: -133px;
}

.accsess-header {
    width: 960px;
    display: block;
    margin: -15px auto 120px auto;
}

.accsess-bottom {
    width: 960px;
}

.mix-header {
    width: 585px;
    margin-bottom: 40px;
    margin-top: -1px;
}

.mix-footer {
    position: absolute;
    top: -30px;
    width: 585px;
}

.ptb60 {
    padding-top: 60px;
    padding-bottom: 60px;
}

.w360 {
    width: 360px;
    max-width: 100%;
}

.control a {
    display: block;
    padding: 6px 0 6px 3px;
    border-top: 1px solid #000;
    font-size: 28px;
    letter-spacing: 0.14em;
    font-family: 'Tungsten';
    font-weight: 500;
    padding-left: 54px;
    background-position: 5px center;
    background-size: 25px 25px;
    background-repeat: no-repeat;
    position: relative;
}

    .control a:after, .control a:before {
        position: absolute;
        top: 50%;
        transform: translate(0,-50%);
        background: #000;
        display: block;
        content: '';
    }

    .control a:after {
        width: 19px;
        height: 1px;
        right: 0;
    }

    .control a:before {
        height: 19px;
        width: 1px;
        right: 8px;
    }

    .control a.active:before {
        opacity: 0;
    }

    .control a.yel {
        background-image: url(/images/map/yelow.png);
    }

    .control a.pink {
        background-image: url(/images/map/pink.png);
    }

    .control a.green {
        background-image: url(/images/map/green.png);
    }

.categories {
    display: none;
    padding: 0 0 15px 0;
}

    .categories h5 {
        font-size: 16px;
        padding: 15px 0 10px 5px;
    }

.yel .num {
    color: #de8926;
}

.pink .num {
    color: #e4bfc3;
}

.green .num {
    color: #6d6750;
}

.point {
    display: flex;
}

.dist {
    display: block;
    text-align: left;
    position: relative;
}

.minute {
    display: block;
    width: 54px;
    text-align: left;
    position: relative;
}

    .minute:after {
        content: 'MIN';
        display: inline-block;
        font-size: 11px;
        text-decoration: underline;
        transform: translateY(-1px);
    }

.num {
    display: block;
    width: 40px;
    text-align: left;
    padding-left: 10px;
}

.w800 {
    width: 800px;
    margin-left: auto;
    margin-right: auto;
    max-width:100%;
}

.flex-center {
    display: flex;
    justify-content: center;
}

.flex-bet {
    display: flex;
    justify-content: space-between;
}

    .flex-bet h3 {
        margin: auto;
    }

.feutures {
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

    .feutures h5 {
        width: 123px;
        padding: 0 10px 0 7px;
        position: relative;
    }

        .feutures h5:before {
            position: absolute;
            width: 1px;
            opacity: 0.6;
            content: '';
            height: 200vh;
            bottom: -100vh;
            display: block;
            left: 0;
            background: #000;
        }


.f20 {
    font-size: 20px;
    text-align: center;
}

.abs-right {
    position: absolute;
    right: 0;
    height: 100%;
    top: 0;
}

.abs-bottom {
    position: absolute;
    left: 20px;
    bottom: 93px;
}

.frame {
    display: block;
    margin-top: 13px;
}

.class-right, .class-left {
    top: 123px;
    position: absolute;
    width: 283px;
    max-width: 200%;
    left: -59px;
    display: block;
}

.class-left {
    left: -245px;
    z-index: 5;
}

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;
}

.over-hidden {
    overflow: hidden;
}

.fullheight {
    position: relative;
    height: 100vh;
}

.minheight {
    min-height: 100vh;
    position: relative;
}

.img {
    width: 100%;
    margin: 0;
    display: block;
}

/* Headings */
h1, h2, h3, h4, h5 {
    margin: 0;
    font-weight: normal;
}

p {
    text-align: left;
    margin: 0;
}

h1, h2 {
    font-size: 50px;
    font-family: 'Tungsten Book';
    line-height: 1;
    margin-bottom: 35px;
}


h2 {
    margin-bottom: 21px;
}

    h2.abs {
        left: 20px;
        top: 75px;
        position: absolute;
        width: 400px;
    }

h3 {
    font-size: 49px;
    font-family: 'Tungsten Book';
    line-height: 1;
    text-transform: uppercase;
    margin-bottom: 44px;
}

h5, .point {
    letter-spacing: 0.14em;
    font-family: 'Tungsten';
    font-size: 16px;
    line-height: 1.2;
    font-weight: 500;
    text-transform: uppercase;
    text-align: left;
    transition: opacity 0.3s;
}

h6 {
    font-family: 'Tungsten';
    font-style: normal;
    font-weight: 500;
    font-size: 28px;
    line-height: 1;
    letter-spacing: 0.14em;
    margin-bottom: 10px;
}

.mini {
    min-height: 150px;
}

.icon h5 {
    padding-left: 14px;
}

.enq {
    display: block;
    border: 1px solid #000;
    border-radius: 3px;
    width: 147px;
    background: #d7d7cc;
    text-align: center;
    letter-spacing: 0.14em;
    padding: 9px 0;
    font-weight: 700;
    position: relative;
    font-family: 'Tungsten Book';
}

.hand {
    position: absolute;
    left: 50%;
    top: 50%;
    display: inline-block;
    transition: all 0.5s;
    width: 47px;
    height: 24px;
    background-image: url(/images/hand.png);
    background-size: cover;
    opacity: 0;
    transform: translate(-90%,-50%);
}

.enq:hover .hand {
    opacity: 1;
    transform: translate(-50%,-50%);
}

.txt {
    display: inline-block;
    transition: all 0.5s;
}

.enq:hover .txt {
    transform: translateX(50%);
    opacity: 0;
}

.mb40 {
    margin-bottom: 40px;
}

.mb30 {
    margin-bottom: 30px;
}

.mb120 {
    margin-bottom: 120px;
}

.pr20 {
    padding-right: 20px;
}

.pl20 {
    padding-left: 20px;
}

.frame {
    display: block;
    width: 100%;
}

.nilligun {
    display: block;
    margin-top: auto;
    margin-bottom: 15px;
    width: 186px;
}

.sjb {
    display: block;
    margin-top: auto;
    margin-bottom: 0;
    width: 119px;
}

.tl10 {
    transform: translateX(-10px);
}

.disclaimer {
    color: #000;
    opacity: 0.5;
    font-size: 14px;
}

    .disclaimer:hover {
        opacity: 1;
    }

#disclaimer {
    position: fixed;
    transform: translateY(110%);
    transition: transform 0.7s;
    bottom: 0;
    left: 0;
    z-index: 50;
    overflow: hidden;
    width: 100%;
}

    #disclaimer.active {
        transform: translateY(0);
    }

    #disclaimer p {
        margin: 0 0 15px 0;
    }

    #disclaimer .container {
        padding: 200px 0 120px 0;
        width: 890px;
    }

#closeDis {
    position: absolute;
    top: 60px;
    left: 0;
    display: block;
}

#register .enq {
    background: none;
    margin: 25px 0 0 0;
}

.bold {
    font-weight: 900;
    font-family: 'Tungsten';
}

.underline {
    position: relative;
    display: inline-block;
}

    .underline:after {
        position: absolute;
        content: '';
        display: block;
        left: 2px;
        right: -1px;
        height: 2px;
        background: #000;
        bottom: 0px;
    }

.ptb {
    padding: 80px 0;
}

#icons .container {
    padding: 170px 0 165px 0;
    overflow: hidden;
}

.det-mob {
    width: 245px;
    background: #E2E2DC;
    z-index: 50;
    position: relative;
    float: left;
    height:0;
   overflow:hidden;
   transition:height 0.5s;


    transform: translateX(10px);
    display:none !important
}

#icon-pop img {
    display: block;
    margin: 0 0 25px 0;
}

.det-mob img {
    display: block;
    margin: 25px 0;
}

#icon-pop {
     width: calc(100% - 940px);
    position:relative;
    opacity: 0;
    transition: opacity 0.5s;
    float:left;
    position:relative
  
}


    #mid-h {
        position:absolute;
        top:255px;
        width: 250px;
        right: 10px;
    }
    
#icon-pop img {
    display: block;
 position:absolute;
 top:0;
 display:block;left:0;
 transform:translateY(calc(-100% - 25px))
}

#icon-pop h5, .det-mob h5 {
    margin-bottom: 20px;
    padding: 0;
    width:110px
}
#icon-pop h5
{
    position:absolute;
    top:0;
    left:0;
}

#icon-pop h5 span , .det-mob h5 span {
    display:block
}
#icon-pop h5 span.to-tran, .det-mob h4 {
    color: #000;
    font-size: 28px;
    letter-spacing: 0.14em;
    text-align: left;
    font-weight: 500;
    text-transform: uppercase;
    font-family: 'Tungsten';
    padding-bottom:15px

}
#icon-pop h5 span.to-tran
{
    width:200px;
    padding-top:25px
}

.img-holder {
    min-height: 150px;
    margin-bottom: 15px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding-left: 13px;
    transition: opacity 0.3s;
}

.inner-icon {
    position: relative;
    margin: auto;
}
.deactive .img-holder, .deactive h5, .deactive .icon:before {
        opacity: 0.3;
    }


    .inner-icon:hover .img-holder, .inner-icon:hover h5, .inner-icon:hover .icon:before {
        opacity: 0.3;
    }

    .inner-icon .icon:hover .img-holder, .inner-icon .icon:hover h5 {
        opacity: 1;
    }
    
    .inner-icon   .icon.active .img-holder, .inner-icon .icon.active  h5 {
        opacity: 1;
    }
.inner-det * {
    opacity:1 !important
}
.icon {
    width: 16.66%;
    position: relative;
    float: left;
    cursor: pointer;
}

    .icon:before {
        position: absolute;
        width: 1px;
        opacity: 0.6;
        content: '';
        height: 400vh;
        bottom: -200vh;
        display: block;
        left: 0;
        background: #000;
    }

    .icon img {
        display: block;
    }


.icon h5 span {
    display: block;
}
/* Navigation */
.logo {
    display: block;
    width: 119px;
    margin-bottom: 130px;
    transform: translate(1px,15px);
}

header {
    position: fixed;
    height: 40px;
    left: 0;
    background: #fff;
    top: 0;
    width: 100%;
    z-index: 100;
}

    header nav {
        height: 100%;
        position: relative;
    }

#logo {
    display: block;
    width: 23.8vh;
    height: 100%;
    position: relative;
}

    #logo img {
        width: 85px;
        display: block;
        right: 25px;
    }

nav {
    margin: 0 auto;
    padding: 0;
}

#ul {
    position: absolute;
    left: 23.8vh;
    right: 0;
    top: 0;
    height: 100%;
}

.link {
    width: 120px;
    position: absolute;
    height: 100%;
    border-left: 1px solid #000;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: left;
    padding-left: 9px;
    font-family: 'Tungsten';
    font-weight: 500;
    letter-spacing: 0.14em;
    transition: all 0.7s;
    overflow: hidden;
}

    .link:after {
        background-image: url(/images/pointer.svg);
        background-position: right center;
        content: '';
        display: block;
        background-size: cover;
        width: 37px;
        height: 18px;
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        transition: right 0.7s,opacity 0.7s;
        opacity: 0;
    }

    .link.current:after {
        opacity: 1;
    }

.home {
    left: 0;
}

.vision {
    left: calc(100% - 600px);
}

.spaces {
    left: calc(100% - 480px);
}

.location {
    left: calc(100% - 360px);
}

.team {
    left: calc(100% - 240px);
}

.enquire {
    left: calc(100% - 120px);
}

.vision.moved {
    left: 120px;
}

.spaces.moved {
    left: 240px;
}

.location.moved {
    left: 360px;
}

.team.moved {
    left: 480px;
}

.enquire.moved {
    left: 600px;
}


/* nav-toggle */

#nav-toggle {
    position: absolute;
    top: 10px;
    right: 30px;
    z-index: 10;
    cursor: pointer;
    width: 30px;
    height: 30px;
    display: none;
}

    #nav-toggle span, #nav-toggle span:after, #nav-toggle span:before {
        cursor: pointer;
        height: 3px;
        width: 30px;
        background: #000;
        position: absolute;
        display: block;
        content: '';
        top: 10px;
        -webkit-transition: all .6s ease-in-out;
        -moz-transition: all .6s ease-in-out;
        -o-transition: all .6s ease-in-out;
        transition: all .6s ease-in-out;
    }

        #nav-toggle span:before {
            top: -6px;
        }

        #nav-toggle span:after {
            bottom: -6px;
            top: auto;
        }

    #nav-toggle.active span {
        background-color: transparent !important;
    }

        #nav-toggle.active span:after, #nav-toggle.active span:before {
            top: 0;
        }

        #nav-toggle.active span:before {
            transform: rotate(45deg);
            -webkit-transform: rotate(45deg);
            -moz-transform: rotate(45deg);
            -o-transform: a rotate(45deg);
        }

        #nav-toggle.active span:after {
            transform: rotate(-45deg);
            -webkit-transform: rotate(-45deg);
            -moz-transform: rotate(-45deg);
            -o-transform: a rotate(-45deg);
        }
/* enquiry */
#register {
    background: #EFE5C2;
    min-height: calc(100vh - 230px);
}

.inner {
    width: 1110px;
    margin: 0 auto;
    max-width: calc(100% - 80px);
}



.pl40 {
    padding-left: 40px;
    padding-top: 9px;
}

.contact {
    margin-bottom: 20px;
}

    .contact p {
        font-size: 22px;
        font-family: 'Tungsten';
        letter-spacing: 0.14em;
        text-transform: uppercase;
        margin-bottom: 9px;
        font-weight: 500;
    }

    .contact a {
        display: block;
    }

.logo-holder {
    margin-bottom: 20px;
    border-bottom: 1px solid #000;
    padding-bottom: 5px;
}

    .logo-holder img {
        height: 31px;
        display: block;
    }

input, select {
    font-size: 16px;
    margin: 0 0 10px;
    padding: 5px 0 14px;
    width: 100%;
    color: #000;
    border: 0 none;
    background: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    border-bottom: 1px solid #000;
    text-align: left;
    letter-spacing: 0;
    font-family: 'Apercu';
}


    select option {
        padding: 7px 5px;
        background: #fff;
       
    }

.privacy {
    font-size: 10px;
}



input:-webkit-input-placeholder, textarea:-webkit-input-placeholder {
    color: #000;
    opacity: 0.5;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #000;
    opacity: 0.5;
}

input:-moz-placeholder, textarea:-moz-placeholder {
    color: #000;
    opacity: 0.5;
}

input::-moz-placeholder, textarea::-moz-placeholder {
    color: #000;
    opacity: 0.5;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
    color: #000;
    opacity: 0.5;
}

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;
}

.b_submit {
    position: absolute;
    opacity: 0;
    z-index: 10;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

#th {
    font-size: 50px;
    font-family: 'Tungsten Book';
    text-transform: uppercase;
    line-height: 1;
}
/*footer*/
footer {
    background: #EFE5C2;
    padding: 50px 0 100px;
    position: relative;
    overflow: hidden;
}
/* 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 !important;
}


@media screen and (max-width : 1360px) {
    .inner-icon {
        transform: translate(12.66%, 0);
    }

    .w940 {
        width: 960px;
    }

    .abs-bottom {
        left: 0;
    }

    #icon-pop {
        width: calc(100% - 940px);
        left: 100px;
    }
}

@media screen and (max-width : 1260px) {
    .nor-m {
        width: 490px;
        float: right;
        transform: translateX(-27%);
    }

    .icon {
        width: 130px;
    }

    #icon-pop {
        width: 300px;
        left: 100px;
    }
}

@media screen and (max-height : 650px) {
    .minheight {
        min-height: 650px;
    }
}



@media screen and (max-width : 990px) {
    
#main {

      scroll-snap-type:initial;
 

}


    .grid_7, .grid_42 {
        width: 100%;
    }

    .m {
        display: block !important;
    }

    .d {
        display: none !important;
    }

    h1, h2 {
        font-size: 46px;
    }

    #logo {
        width: 100px;
    }

    #nav-toggle {
        display: block;
    }

    #logo img {
        right: 7.5px;
    }

    #ul {
        left: 0;
            overflow:hidden;
        transition: height 0.7s;
        background:#fff
       
    }
     #inner-ul:before
     {
         display:block;
         content:'';
         position:absolute;
         top:0;
         left:0;
         width:1px;
         background:#000;
         height:100%;
         z-index:2

         
     }
    #inner-ul
    {
        position:absolute;
        top:0;
        height:100%;
        width:calc(100% - 100px);
          transition: transform 0.7s;
          left:100px;
    }

     #inner-ul.tn0  {
            transform: translateY(0);
        }

          #inner-ul.tn1{
            transform: translateY(-40px);
        }


 #inner-ul.tn2 {
    transform: translateY(-80px);
}

 #inner-ul.tn3{
    transform: translateY(-120px);
}
#inner-ul.tn4 {
    transform: translateY(-160px);
}
 #inner-ul.tn5 {
    transform: translateY(-200px);
}
#ul.active  {
    height: 240px;

         
}
    #ul.active  #inner-ul{
             transform: translateY(0) !important;
    }
    .det-mob {

    display:initial !important
}
.link {
    overflow: initial;
    left: 0 !important;
    position: relative;
    height: 40px;
}

    .link::after {
        left: 100px;
        right: auto;
    }

    .link:before {
        position: absolute;
        left: -100vw;
        top: 0;
        content: '';
        display: block;
        background: #fff;
        width: 200vw;
        z-index: -1;
        height: 100%;
    }

#icons {
    padding: 0 0 0 35px;
}

    #icons .container {
        padding: 0;
    }

.icon:before {
    opacity: 0.2;
}

.icons-holder {
    justify-content: flex-end;
}

.highlights {
    position: absolute;
    z-index: 5;
    left: -12px;
    margin: auto;
    width: 75px;
    top: 30px;
}

.h-right {
    left: auto !important;
    right: -60px;
}

.fullheight {
    position: relative;
    height: auto;
}

.w940 {
    width: 100%;
    float: none;
}

.w720 {
    width: calc(100% + 30px);
    transform: translateX(-30px);
    padding-top: 40px;
}

.w495 {
    width: 100%;
    padding-left: 0;
    padding-bottom: 100px;
}

.heritag-1 {
    margin-bottom: 80px;
    width: 100%;
    margin-top: -9px;
}

.heritag-3 {
    left: 0;
    width: 100%;
}

img.reborn {
    margin-bottom: 30px;
}

.nor-m {
    width: 260px;
    transform: translateX(-20px);
    padding-top: 20px;
}

.abs-right {
    position: relative;
    right: auto;
    height: auto;
    top: auto;
}

.abs-bottom {
    left: 0;
    position: relative;
    bottom: auto;
}

.img-holder {
    min-height: 5px;
    margin-bottom: 15px;
}

.class-left {
    position: relative;
}

.imgTop {
    display: block;
    margin: -5px 0 50px 30px;
    width: 340px;
}

.w350 {
    left: auto;
    top: auto;
    position: relative;
}

.grid_31 {
    width: 205px;
    height: auto;
    padding: 50px 0 30px 0;
}

.grid_68 {
    width: 100%;
}

.grid_5 {
    width: 100%;
    height: auto;
    padding: 30px 0 30px 16vh;
}

.fullheight.w50 {
    height: 70vw;
}

.york {
    top: 50px;
    transform: none;
    height: 421px;
}

.logo {
    margin-bottom: 30px;
    transform: translateY(0);
}

.ptb {
    padding: 40px 0;
}

.container, .con-m {
    max-width: calc(100% - 60px);
    margin: auto;
}

.fullm {
    max-width: 100%;
}

.pt-m {
    padding: 0 30px 50px 30px;
}

#designer {
    padding: 0 0 100px 0;
}

.desiger-header {
    max-width: calc(100% - 30px);
    margin: -15px auto 50px 30px;
}

.desiger-bt {
    position: absolute;
    left: 30px;
    right: auto;
    width: calc(100% - 30px);
    bottom: -170px;
}

.flex-bet {
    display: block;
}

.feutures {
    display: block;
    padding: 30px 0 0 0;
    width: 260px;
    float: right;
}

    .feutures h5 {
        width: 130px;
        float: left;
        min-height: 139px;
    }

.flex-bet h3 {
    margin: auto;
    background: #EFE5C2;
    z-index: 50;
    position: relative;
    float: left;
    padding: 10px 0 30px 0;
    width: 176px;
}

.grid_42 {
    padding: 0 30px;
}

.grid_49 {
    width: 100%;
    padding-top: 40px;
}

.container.ptb {
    max-width: 100%;
    padding-bottom: 0;
}

h1, h2 {
    font-size: 48px;
    line-height: 1.1;
    margin-bottom: 30px;
}

.underline:after {
    bottom: 1.5px;
}


.bt-holder {
    padding-bottom: 20px;
}

.w480, .grid_6 {
    width: 100%;
    max-width: 100%;
}

.pl40 {
    padding: 0 0 40px 0;
}

#icon-pop {
    display: none;
}

.inner-icon {
    transform: translateX(30px);
}

.icon {
    width: 130px;
    padding: 0 5px;
    height: 200px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.h25 {
    height: 90vw;
}


.reg {
    width: 260px;
    right: auto;
    left: 30px;
    margin: -15px 0 60px 30px;
}

.bottom {
    transform: translateY(90%);
}

.inner {
    max-width: calc(100% - 60px);
}

h3 {
    font-size: 46px;
    margin-bottom: 40px;
}

#disclaimer .container {
    padding: 150px 0 100px 0;
}

.outdoor-header, .team-header {
    margin: -15px auto 60px auto;
}

.lineholder {
    width: 260px;
    float: right;
    padding-right: 0;
    overflow: hidden;
}

.outdoor-bottom {
    max-width: 120%;
    bottom: -87px;
    transform: translateY(90%);
}

.w460 {
    width: 100%;
    margin: 0 auto 40px auto;
    display: block;
}

.accsess-header {
    width: calc(100% - 60px);
    display: block;
    margin: -15px auto 60px auto;
}

.w120 {
    width: 130px;
}
    .w266{
      
            padding: 60px 10px 0 10px;

    }
#closeDis {
    top: 85px;
}

.control {
    padding-bottom: 40px;
}

.mix-footer {
    display: none;
}

.trn20 {
    transform: translateX(0);
    width: 100%;
}

.w320 h6, .w320 p {
    margin-bottom: 25px;
}

.nilligun {
    margin-bottom: 25px;
}

.w100.max460 {
    max-width: 460px;
    margin: auto;
    width: 100%;
}

.pt40m {
    padding-top: 40px;
}

.team-footer {
    display: none;
}

#team {
    padding-bottom: 0;
}

.reg.bottom {
    left: 30px;
    right: auto;
    transform: translateY(80%);
}

}

@media screen and (max-width : 420px) {
}
