body {
    height: 1000vh;
}

article {
    position: fixed;
    min-height: 100vh;
    /*overflow: hidden;*/
    top: 0;
    left: 0;
    width: 100%;
    transform-origin: center top;
}

.wide-wrapper, .layer {
    pointer-events: none;
}

.wide-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

#typeit {
    color: #f9f6b1;
}

.info {
    position: absolute;
    top: 25%;
    width: 40%;
    max-width: 480px;
    box-sizing: border-box;
    pointer-events: all;
}

.info.right {
    left: 60%;
    text-align: right;
    padding-right: 20px;
}

.info.left {
    right: 60%;
    padding-left: 20px;
}

.info h2 {
    font-size: 2.5em;
    margin: 0;
    color: #fff;
}

.info h3 {
    font-size: 1.6em;
    margin: 0;
    font-weight: 400;
    color: #32072e;
}

.info p, .info a {
    font-size: 1.2em;
    color: rgba(255, 255, 255, 0.8);
}

#scene2 .info h2 {
    color: #f9f6b1;
}

#scene2 .info h3 {
    color: #7acd63;
}

#scene1 .sky {
    background-image: url(../images/scene1/sky.jpg);
}

#scene1 .stars {
    will-change: transform;
    width: 150%;
    background-image: url(../images/scene1/stars.png);
    background-size: 50% auto;
    background-repeat: repeat-x;
}

#scene1 .clouds {
    will-change: transform;
    background-image: url(../images/scene1/cloud.png);
}

#scene1 .mountain1 {
    will-change: transform;
    background-image: url(../images/scene1/mountain1.png);
}

#scene1 .mountain2 {
    will-change: transform;
    background-image: url(../images/scene1/mountain2.png);
}

.moon {
    height: 61vh !important;
    top: -15vh !important;
    background-image: url(../images/scene2/moon.png);
    background-size: auto 100%;
    will-change: transform;
    transform-origin: center top;
}

#scene1 .smoke {
    background-image: url(../images/scene1/redsmoke.png);
    background-position: center;
    background-size: auto 100%;
    height: 34vh;
    will-change: transform;
}

#scene1 .hero {
    position: fixed;
    top: 15vh !important;
    height: 70vh;
    background-image: url(../images/scene1/hero.png);
    background-size: auto 100%;
    will-change: transform;
}

#scene1 .hero-smoke {
    position: fixed;
    top: 0 !important;
    height: 70vh;
    background-image: url(../images/scene1/hero-smoke.gif);
    background-size: auto 100%;
}

#scene1 .tree1 {
    background-image: url(../images/scene1/tree-layer1.png);
    opacity: 0.8;
    will-change: transform;
}

#scene1 .tree2 {
    background-image: url(../images/scene1/tree-layer2.png);
    will-change: transform;
}

#scene1 .tree1:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%; 
    height: 100vh;
    background: #000;
}

#scene1 .tree2:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%; 
    height: 100vh;
    background: #000;
}

#scene2:before {
    content: "";
    position: absolute;
    bottom: calc(100% - 1px);
    left: 0;
    width: 100%; 
    height: 100vh;
    background-image: url(../images/scene1/tree-layer3.png);
    background-size: 100% auto;
    background-position: center bottom;
    background-repeat: no-repeat;
    z-index: 1;
    pointer-events: none;
}

#scene2 {
    z-index: 1;
}

#scene2 .sky {
    background-image: url(../images/scene2/bg.jpg);
    background-position: center bottom;
    will-change: transform;
}

#scene2 .people {
    background-image: url(../images/scene2/people.png);
    background-position: right top;
}

#scene2 .comets {
    background-image: url(../images/scene2/comets.png);
    background-size: 100% auto;
    will-change: transform;
}

#scene2 .train {
    background-image: url(../images/scene2/train.png);
    background-position: left bottom;
    will-change: transform;
}

#scene2 .bridge {
    background-image: url(../images/scene2/bridge.png);
    background-position: center bottom -0.1px;
    pointer-events: none;
    will-change: transform;
}

#scene2 .bridge:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/scene3/bridge.png);
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
}

#scene2 .trees {
    background-image: url(../images/scene2/trees.png);
}

#scene2 .overlay {
    /*background: #000;*/
    top: -1px;
    height: 100%;
    will-change: opacity;
    box-shadow: inset 0px 156px 118px -45px #000;
}

#scene2 .rope {
    background-image: url(../images/scene2/rope.png);
    background-size: 2px 100%;
    top: 16vh;
    height: 48vh;
    transform-origin: top center;
    will-change: transform;
}

#scene2 .hero {
    background-image: url(../images/scene2/hero.png);
    background-size: auto 100%;
    height: 27%;
    top: 55%;
    will-change: transform;
}

#scene2 h4 {
    position: absolute;
    font-size: 4vh;
    color: rgba(255, 255, 255, 0.8);
    margin: 0;
}

#anytime {
    top: 13vh;
    right: auto;
    left: 50%;
    margin-left: 15vh !important;
    pointer-events: all;
}

#anywhere {
    bottom: 34vh;
    left: 50%;
    margin-left: 20% !important;
    pointer-events: all;
}

#anyhow {
    top: 38vh;
    left: 50%;
    transform: rotate(90deg);
     margin-left: -1% !important;
    pointer-events: all;
}


#scene3 {
    z-index: 0;
}

#scene3 .sky {
    background-image: url(../images/scene3/bg.jpg);
    background-position: center top;
    top: -1px;
}

#scene3 .hero {
    will-change: transform;
    background-image: url(../images/scene3/hero.png);
    background-position: center top;
}

#scene3 .hero-reflection {
    will-change: transform;
    background-image: url(../images/scene3/hero-reflection.png);
    background-position: center top;
}

#scene3 .bg-vr {
    background-image: url(../images/scene3/bg-vr.png);
    background-position: center 25%;
    background-size: cover;
}

#scene3 .vr-girl {
    background-image: url(../images/scene3/vr-girl.png);
    background-position: center bottom;
    background-size: cover;
}

#scene3 .vr-light {
    background-image: url(../images/scene3/vr-light.png);
    background-position: center bottom;
    background-size: cover;
}

#scene3 .info h2 {
    color: #71d25d;
}

#scene3 .info h3 {
    color: #faf6af;
}

#scene3 .info h3 span {
    color: #71d25d;
}

#scene3 .info p {
    color: #faf6af;
}

.service-item {
    display: flex;
    align-items: center;
    color: #fff;
    margin: 35px 0;
}

.service-item img {
    width: 65px;
}

.service-item .desc {
    padding-left: 22px;
}

.service-item h4 {
    margin: 0;
    font-size: 1.4em;
}

.service-item p {
    margin: 0;
}

.scroll-top {
    position: fixed;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 999;
    background: transparent;
    border: none;
    border-radius: 50%;
    padding: 0;
    color: #fff;
    outline: none;
    cursor: pointer;
    transition: 0.3s color;
} 

.scroll-top:hover {
    color: #71d25d;
}

.scroll-top svg {
    width: 45px;
    display: block;
}

@media (max-width: 768px) {
    .info {
        width: 50%;
    }

    .info.right {
        padding-left: 20%;
        left: 50%;
    }

    .info.left {
        padding-right: 15%;
        right: 50%;
    }

    .info h2 {
        font-size: 1.6em;
    }

    .info h3 {
        font-size: 1.2em;
    }

    .info p {
        font-size: 1em;
    }

    #scene2 .sky {
        background-image: url(../images/scene2/bg.jpg);
        background-position: right 45% bottom;
    }

    #scene3 .sky {
        background-position: right 45% top;
    }

    #scene3 .hero {
        background-position: right 43% top;
    }

    #scene3 .hero-reflection {
        background-position: right 43% top;
    }

    #scene3 .bg-vr {
        background-position: right 41% bottom;
    }

    #scene2 .people {
        display: none;
    }

    #scene3 .bg-overlay {
        background: linear-gradient(-180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 49%);
    }

    #anytime {
        top: 20vh;
        right: 3%;
        left: auto;
        margin-left: 0 !important;
    }

    .service-item {
        margin: 15px 0;
    }

    #scene3 .info {
        padding-right: 5%;
        right: 40%;
        width: 60%;
    }

    .service-item img {
        width: 42px;
    }

    .service-item h4 {
        font-size: 1em;
    }
}

@media(max-width: 768px) and (orientation: portrait) {
    #scene2 .train {
        width: 100vh;
        background-position: center bottom;
    }
}

@media (max-width: 320px) {
    .info h2 {
        font-size: 1.1em;
    }

    .info h3 {
        font-size: 0.9em;
    }

    .info p {
        font-size: 0.8em;
    }
}

@media(max-width: 568px) and (orientation: landscape) {
    .info h2 {
        font-size: 1.1em;
    }

    .info h3 {
        font-size: 0.9em;
    }

    .info p {
        font-size: 0.8em;
    }
}

_::-webkit-full-page-media, _:future, :root #scene2 .overlay {
    box-shadow: inset 0px 170px 100px -50px #000 !important;    
}