/* Layer What We Do */

.layer-body section.layer-whatwedo {
    background-color: #FFF;
    height: 100%;
    margin: 0 auto;
    padding: 100px 0;
    text-align: center;
    width: 100%;
}

.layer-whatwedo .row-whatwedo {
    opacity: 0;
    transform: translateY( 50px);
    transition: opacity 1s linear, transform 1s ease-in-out;
    -moz-transition: opacity 1s linear, transform 1s ease-in-out;
    -o-transition: opacity 1s linear, transform 1s ease-in-out;
    -webkit-transition: opacity 1s linear, transform 1s ease-in-out;
}

.row-whatwedo.fadeInUp {
    opacity: 1;
    transform: translateY( 0);
}

.layer-whatwedo h5 {
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    margin-bottom: 5px;
}

.layer-whatwedo h2 {
    color: #001D85;
    font-size: 60px;
    margin-bottom: 0;
}

.layer-whatwedo p {
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    margin: 15px auto 80px;
    width: 63%;
}

.layer-whatwedo p.panel-img {
    margin: 0;
    width: 100%;
}

.layer-whatwedo .panel-img img {
    /*padding: 0 10px;
    position: relative;
    top: 30px;*/
}

#howwedo-wrapper {
    position: relative;
    width: 100%;
    overflow: hidden;
}

@media( min-width: 768px) {
    .layer-body section.layer-whatwedo {
        background-image: url('/wp-content/themes/ytlcorp-twentytwentyfour/assets-70/images/landscape-sg.svg');
        background-size: 80%;
        background-position: center 90%;
        background-repeat: no-repeat;
        background-attachment: fixed;
        min-height: 70vh;
    }
    .layer-body section.layer-whatwedo.uk {
        background-image: url('/wp-content/themes/ytlcorp-twentytwentyfour/assets-70/images/landscape-uk.svg');
    }
    .layer-whatwedo h2 {
        font-size: 90px;
    }
}

@media( min-width: 992px) {
    .layer-body section.layer-whatwedo {
        min-height: 100vh;
    }
}


/* How We Do */

.layer-body section.layer-howwedo {
    background-color: #F2F2F2;
    display: none;
    height: 2797px;
    overflow: hidden;
    z-index: 30;
}

.howbg img {
    height: 380px;
    left: 0px;
    position: absolute;
    top: 200px;
}

.beefront,
.genbus,
.beetle {
    height: 80px;
    position: absolute;
    top: 480px;
}

.beefront img,
.genbus img,
.beetle img {
    height: 80px;
    position: absolute;
}

.beetle img {
    height: 50px;
}

.beefront {
    left: -20px;
}

.genbus {
    left: 1600px;
}

.beetle {
    height: 50px;
    left: 2400px;
    top: 507px;
}

.howfront {
    height: 400px;
    position: absolute;
    top: 250px;
    left: 1380px;
}

.howfront img {
    height: 400px;
    position: absolute;
}

.bluebg {
    background-color: #97CAEB;
    height: 100vh;
    left: 5300px;
    opacity: 0;
    position: absolute;
    top: 0px;
    width: 100%;
    z-index: 41;
    transition: 2s all ease-in-out;
    -moz-transition: 2s all ease-in-out;
    -o-transition: 2s all ease-in-out;
    -webkit-transition: 2s all ease-in-out;
}

.bluebg.fadeIn {
    opacity: 1;
}

.whitebg {
    background-color: #FFF;
    height: 100vh;
    left: 5300px;
    opacity: 0;
    position: absolute;
    top: 0px;
    width: 100%;
    z-index: 41;
    transition: 1s all ease-in-out;
    -moz-transition: 1s all ease-in-out;
    -o-transition: 1s all ease-in-out;
    -webkit-transition: 1s all ease-in-out;
}

.whitebg.fadeIn {
    opacity: 1;
}

.howwedo-text {
    display: block;
    min-height: 100px;
    opacity: 0;
    position: relative;
    text-align: center;
    top: 60px;
    width: 100%;
    transform: translateY( 20px);
    transition: opacity 1s ease-in-out, transform 1s ease-in-out;
}

.howwedo-text.fadeInUp {
    opacity: 1;
    transform: translateY(0);
}

.howwedo-text h2 {
    color: #001D85;
    font-size: 90px;
}

.howwedo-text p {
    font-size: 18px;
    font-weight: 600;
    margin: 10px 0 0;
}

.howwedo-text.text-1 {
    top: 60px;
}

.howwedo-text.text-2 {
    top: 360px;
}

.howwedo-text.text-3 {
    top: 800px;
}

@media( min-width: 768px) {
    .layer-body section.layer-howwedo {
        display: block;
    }
}

@media(min-width: 1400px) {
    .howbg img {
        height: 380px;
        left: 0px;
        position: absolute;
        top: 400px;
    }
    .beefront,
    .genbus,
    .beetle {
        height: 80px;
        position: absolute;
        top: 680px;
    }
    .beefront img,
    .genbus img,
    .beetle img {
        height: 80px;
        position: absolute;
    }
    .beetle img {
        height: 50px;
    }
    .beefront {
        left: -20px;
    }
    .genbus {
        left: 1600px;
    }
    .beetle {
        height: 50px;
        left: 2400px;
        top: 707px;
    }
    .howfront {
        height: 400px;
        position: absolute;
        top: 450px;
        left: 1380px;
    }
    .howfront img {
        height: 400px;
        position: absolute;
    }
}


/* How We Do Mobile */

.layer-body section.layer-howwedo-mobile {
    background-color: #F2F2F2;
    display: block;
    z-index: 999;
}

.layer-howwedo-mobile .howwedo-mobile {
    background-image: url('/wp-content/themes/ytlcorp-twentytwentyfour/assets-70/images/howmo1.svg');
    background-position: center 90%;
    background-repeat: no-repeat;
    background-size: 1000px;
    height: 100vh;
    opacity: 0;
    padding: 80px 20px;
    transform: translateY( 20px);
    transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    -webkit-transition: all 0.5s linear;
}

.howwedo-mobile.fadeInUp {
    opacity: 1;
    transform: translateY( 0);
}

.howwedo-mobile h2 {
    color: #001D85;
    font-size: 45px;
    margin-bottom: 10px;
    text-align: center;
}

.howwedo-mobile p {
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    margin: 0;
    padding: 0;
    text-align: center;
}

.howwedo-mobile.mobile-1 {
    background-image: url('/wp-content/themes/ytlcorp-twentytwentyfour/assets-70/images/howmo1.svg');
}

.howwedo-mobile.mobile-2 {
    background-image: url('/wp-content/themes/ytlcorp-twentytwentyfour/assets-70/images/howmo2.svg');
}

.howwedo-mobile.mobile-3 {
    background-image: url('/wp-content/themes/ytlcorp-twentytwentyfour/assets-70/images/howmo3.svg');
}

@media( min-width: 768px) {
    .layer-body section.layer-howwedo-mobile {
        display: none;
    }
}


/* Layer Bio Methane */

.layer-body section.layer-biomethane {
    background-color: #2DC84D;
    min-height: 100vh;
    overflow: hidden;
    z-index: 40;
}

.layer-biomethane .biomethane-text {
    color: #FFF;
    padding: 120px 0 0;
    transform: translateX( 80px);
    transition: 1s all ease-in-out;
    -moz-transition: 1s all ease-in-out;
    -o-transition: 1s all ease-in-out;
    -webkit-transition: 1s all ease-in-out;
}

.biomethane-text.swiperightFade {
    opacity: 1;
    transform: translateX( 0);
}

.biomethane-text h2 {
    font-size: 60px;
    line-height: 70px;
    margin-bottom: 30px;
}

.biomethane-text p {
    font-size: 25px;
    line-height: 32px;
    margin: 0;
}

.layer-biomethane .biomethane-homes {
    margin: 50px 0 0;
    min-height: 50%;
    padding: 20px;
    width: 100%;
}

.biomethane-homes .bm-img {
    margin: 0 0 20px;
    position: relative;
    opacity: 0;
    transition: opacity 1s linear;
    -moz-transition: opacity 1s linear;
    -o-transition: opacity 1s linear;
    -webkit-transition: opacity 1s linear;
}

.biomethane-homes .bm-img.fadeIn {
    opacity: 1;
}

.bm-img img {
    height: 100%;
    width: 100%;
}

.bm-img.img4 {
    margin-top: -35%;
}

@media( min-width: 768px) {
    .biomethane-text {}
    .biomethane-text h2 {
        font-size: 90px;
        line-height: 90px;
    }
    .biomethane-text p {}
    .layer-biomethane .biomethane-homes {
        margin: 80px 0 0 40px;
        padding: 0;
        width: 85%;
    }
    .bm-img.img1 {
        animation: blink;
    }
    .bm-img.img2 {
        left: 17px;
        transition: opacity 1s linear 0.5s;
        -moz-transition: opacity 1s linear 0.5s;
        -o-transition: opacity 1s linear 0.5s;
        -webkit-transition: opacity 1s linear 0.5s;
    }
    .bm-img.img3 {}
    .bm-img.img4 {
        left: 14px;
        margin-top: -31%;
        transition: opacity 1s linear 1s;
        -moz-transition: opacity 1s linear 1s;
        -o-transition: opacity 1s linear 1s;
        -webkit-transition: opacity 1s linear 1s;
    }
    .bm-img.img1 img {}
    .bm-img.img2 img {
        width: 96%;
    }
    .bm-img.img3 img {
        width: 96%;
    }
    .bm-img.img4 img {
        width: 94%;
    }
}


/* Layer Why We Do */

.layer-body section.layer-whywedo {
    background-color: #001D85;
    color: #FFF;
    overflow: hidden;
    padding: 80px 0;
}

.layer-whywedo .whywedo-content {
    padding-top: 310px;
}

.whywedo-content h2 {
    font-size: 60px;
    margin-bottom: 35px;
}

.whywedo-content p {
    font-size: 18px;
    margin-bottom: 35px;
}

.whywedo-content .btn {}

.layer-whywedo .vis-globe {
    position: absolute;
    right: -80px;
    top: -80px;
    width: 420px;
}