#experience{
    background-color: #767342;
    padding-bottom: 30rem;
    z-index: 1;
}

.experience__wrapper{    
    width: 100%;
    height: 100%;
    position: relative;
}

.experience__item{
    position: relative;
    width: 100%;
}

.experience__firstrow{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
}

.experience__firstrow__sloth{
    position: relative;
    /* height: 125vw;
    max-height: 570px; */
    width: 34.5rem;
    left: -18%;
    margin-top: 15rem;
}

.experience__firstrow__sloth img{
    /* object-fit: contain; */
}

.experience__firstrow__bird{
    position: relative;
    /* height: 75vw;
    max-height: 315px; */
    width: 48rem;
    height: 37.7rem;
    left: -22.0rem;
}

.experience__firstrow__frog{
    position: absolute;
    height: 48rem;
    /* max-height: 582px; */
    bottom: -38.5rem;
    right: 0;
    width: 37.5rem;
    /* right: -15vw; */

}

.experience__firstrow__frog img{
    -o-object-position: -4rem;
       object-position: -4rem;
}

.forestback{
    position: absolute;
    width: 100%;
    height: 100%;
}

.forestback img{
    -o-object-position: 10rem;
       object-position: 10rem;
}

.experience__firstrow__leaf{
    display: none;
}

#experience{
    position: relative;
}

.experience__item.experience__firstrow:after{
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    width: 50vw;
    height: 20vh;
    z-index: 1;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(12, 38, 35, 1)), color-stop(80%, rgba(12, 38, 35, 0)));
    background: -o-linear-gradient(bottom, rgba(12, 38, 35, 1) 0%, rgba(12, 38, 35, 0) 80%);
    background: linear-gradient(360deg, rgba(12, 38, 35, 1) 0%, rgba(12, 38, 35, 0) 80%);
}

.experience__firstrow__bird:after{
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 7vh;
    z-index: 5;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(12, 38, 35, 1)), color-stop(80%, rgba(12, 38, 35, 0)));
    background: -o-linear-gradient(bottom, rgba(12, 38, 35, 1) 0%, rgba(12, 38, 35, 0) 80%);
    background: linear-gradient(360deg, rgba(12, 38, 35, 1) 0%, rgba(12, 38, 35, 0) 80%);
}

#experience:before{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 25vh;
    z-index: 1;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(12, 38, 35, 1)), color-stop(80%, rgba(12, 38, 35, 0)));
    background: -o-linear-gradient(bottom, rgba(12, 38, 35, 1) 0%, rgba(12, 38, 35, 0) 80%);
    background: linear-gradient(360deg, rgba(12, 38, 35, 1) 0%, rgba(12, 38, 35, 0) 80%);
}

.experience__secondrow{
    margin-top: 2rem;
}

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

    .experience__firstrow__bird:after{
        height: 10vh;
    }
    
    .experience__firstrow__sloth{
        position: relative;
        /* width: 345px;
        left: -18%;
        margin-top: 15rem; */
    
        width: 23.5rem;
        left: -7%;
        margin-top: 25rem;
    }
    
    .experience__firstrow__sloth img{
        /* object-fit: contain; */
    }
    
    .experience__firstrow__bird{
        position: relative;
        /* height: 75vw;
        max-height: 315px; */
        width: 44rem;
        height: 34.6rem;
        left: -22.0rem;
    }
    
    .experience__firstrow__frog{
        position: absolute;
        height: 48rem;
        /* max-height: 582px; */
        bottom: -38.5rem;
        right: 0;
        width: 37.5rem;
        /* right: -15vw; */
    
    }
    
    .experience__maincopy{
        position: absolute;
        /* top: calc(51% + 145px); */
        top: 69.28rem !important;
        left: 50%;
        text-align: center;
        -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        z-index: 5;
        width: 19.2rem;
    }
}

/* Copy */

.experience__firstrow__sloth span{
    position: absolute;
    top: 70%;
    right: -45px;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    font-size: 1.2em;
    line-height: 2.4rem;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color:#EDF2F2;
    font-weight: 500;
    z-index: 3;
    min-width: 12.5rem;
    text-shadow: 0px 2px 4px rgba(12, 38, 35, .34);
    display: none;
}

.experience__firstrow__bird span{
    position: absolute;
    top: 70%;
    right: -90px;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    font-size: 1.2em;
    line-height: 2.4rem;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color:#EDF2F2;
    font-weight: 500;
    z-index: 3;
    min-width: 14.5rem;
    white-space: nowrap;
    text-shadow: 0px 2px 4px rgba(12, 38, 35, .34);
    display: none;
}

.experience__firstrow__frog span{
    position: absolute;
    top: 55%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    font-size: 1.2em;
    line-height: 2.4rem;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color:#EDF2F2;
    font-weight: 500;
    z-index: 3;
    min-width: 14.5rem;
    white-space: nowrap;
    text-shadow: 0px 2px 4px rgba(12, 38, 35, .34);
    display: none;
}

.experience__floattext__sloth{
    position: absolute;
    top: calc(47% + 3rem);
    width: 100%;
    text-align: center;
    font-size: 1.2em;
    line-height: 2.4rem;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color:#EDF2F2;
    font-weight: 500;
    z-index: 5;
    text-shadow: 0px 2px 4px rgba(12, 38, 35, .34);
}

.experience__floattext__bird{
    position: absolute;
    top: calc(87% + 1rem);
    text-align: center;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    font-size: 1.2em;
    line-height: 2.4rem;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color:#EDF2F2;
    font-weight: 500;
    z-index: 3;
    width: 100%;
    white-space: nowrap;
    text-shadow: 0px 2px 4px rgba(12, 38, 35, .34);
}

.experience__floattext__frog{
    position: absolute;
    bottom: -18%;
    left: 50%;
    text-align: center;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    font-size: 1.2em;
    line-height: 2.4rem;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color:#EDF2F2;
    font-weight: 500;
    z-index: 3;
    width: 100%;
    white-space: nowrap;
    text-shadow: 0px 2px 4px rgba(12, 38, 35, .34);
}

@media only screen and (min-width: 510px){
    .experience__firstrow__sloth span,
    .experience__firstrow__bird span,
    .experience__firstrow__frog span{
        display: block;
    }

    .experience__floattext__frog,
    .experience__floattext__bird,
    .experience__floattext__sloth{
        display: none;
    }
}


.experience__maincopy{
    position: absolute;
    /* top: calc(51% + 145px); */
    top: 76.08rem;
    left: 50%;
    text-align: center;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    z-index: 5;
    width: 26rem;
}

.experience__secondarycopy{
    position: absolute;
    top: 20.5rem;
    left: 50%;
    text-align: center;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: 5;
    width: 23.5rem;
}

.experience__maincopy h2{
    font-size: 2.2em;
    line-height: 2.9rem;
    letter-spacing: 2.64px;
    color: #EDF2F2;
    text-transform: uppercase;
    font-weight: 500;
    text-shadow: 0px 2px 4px rgba(12, 38, 35, .34);
}

.experience__maincopy h2 b{
    font-weight: 900;
}

.experience__secondarycopy h3{
    font-family: minion-pro, serif;
    font-size: 2.2em;
    line-height: 2.8rem;
    color: #EDF2F2;
    font-weight: 400;
    text-shadow: 0px 2px 4px rgba(12, 38, 35, .34);
}

@media only screen and (min-width: 410px){
    .experience__firstrow__frog img{
        -o-object-position: 0;
           object-position: 0;
    }
}

@media only screen and (min-width: 768px){
    #experience{
        padding-bottom: 0;
    }

    .experience__firstrow__frog{
        bottom: 0;
    }

    .experience__firstrow__sloth{
        left: -10%;
    }
}

@media only screen and (min-width: 992px){

    .experience__secondarycopy{
        top: 24.8rem;
        width: 36rem;
    }

    #experience:before{
        z-index: 3;
        padding-bottom: 3rem;
    }

    #experience{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }

    .experience__wrapper{
        /* flex: 1 0 1920px;
        height: 1692px;
        width: 1920px; */
        
        -webkit-box-flex: 1;
        
            -ms-flex: 1 0 192rem;
        
                flex: 1 0 192rem;
        height: 169.2rem;
        width: 192rem;
    }

    .experience__maincopy{
        top: 86.4rem;
        width: 47rem;
    }
    
    .experience__maincopy h2{
        font-size: 3em;
        line-height: 4.8rem;
        letter-spacing: 3.48px;
        color: #EDF2F2;
    }

    .experience__secondarycopy h3{
        font-size: 2.2em;
        line-height: 3.8rem;
        font-weight: 400;
    }

    .experience__firstrow__frog span,
    .experience__firstrow__bird span,
    .experience__firstrow__sloth span{
        font-size: 1.6em;
        line-height: 3.2rem;
        letter-spacing: 1.92px;
        white-space: nowrap;
    }

    .experience__firstrow__bird span{
        right: -13.5rem;
    }

    .experience__firstrow__sloth span{
        top: 67%;
        left: 65%;
    }

    .experience__firstrow__frog span{
        top: 67%;
        left: 49%;
    }

    .experience__item.experience__firstrow:after{
        display: none;
    }

    #experience{
        height: 169.2rem;
    }

    .experience__item{
        position: static;
    }
    
    #experience:after{
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        width: 100%;
        height: 25vh;
        z-index: 1;
        background: -webkit-gradient(linear, left top, left bottom, color-stop(5%, rgba(12, 38, 35, 1)), to(transparent));
        background: -o-linear-gradient(top, rgba(12, 38, 35, 1) 5%, transparent 100%);
        background: linear-gradient(180deg, rgba(12, 38, 35, 1) 5%, transparent 100%);
    }
    
    .experience__firstrow__sloth{
        height: 86.7rem;
        width: 45.7rem;
        /* left: -5vw; */
        top: 10.7rem;
        margin-top: 0;
        left: 21.2rem;
    }

    .experience__firstrow__sloth img{
        -o-object-fit: contain;
           object-fit: contain;
    }

    .experience__firstrow__leaf{
        display: block;
        width: 51.3rem;
        margin-top: 0;
        position: absolute;
        height: 99.6rem;
        right: 61.96rem;
        -webkit-transform: rotate(-5deg);
            -ms-transform: rotate(-5deg);
                transform: rotate(-5deg);
        /* mix-blend-mode: multiply; */
    }

    .experience__firstrow__frog{
        position: absolute;
        bottom: 0;
        /* right: -30px; */
        width: 87.7rem;
        height: 81.4rem;
        max-height: none;
        /* max-width: 85vh; */
        z-index: 2;
    }

    .experience__firstrow__frog img{
        -o-object-fit: contain;
           object-fit: contain;
        -o-object-position: 3rem 9rem;
           object-position: 3rem 9rem;
    }

    .experience__firstrow__bird{
        width: 79.8rem;
        left: -12vw;
        height: 62.9rem;
        max-height: none;
        position: absolute;
        bottom: 0;
    }

    /* .experience__firstrow__leaf img{
        mix-blend-mode: multiply;
    } */

    .forestback{
        width: 83.3rem;
        right: 15rem;
        height: 125rem;
    }

    .forestback:after{
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 25vh;
        z-index: 1;
        background: -webkit-gradient(linear, left bottom, left top, color-stop(5%, rgba(12, 38, 35, 1)), to(transparent));
        background: -o-linear-gradient(bottom, rgba(12, 38, 35, 1) 5%, transparent 100%);
        background: linear-gradient(360deg, rgba(12, 38, 35, 1) 5%, transparent 100%);
    }
    
    .forestback img{
        -o-object-position: top left;
           object-position: top left;
    }

}

@media only screen and (min-width: 1025px){
    .forestback{
        right: 0;
    }
}

@media only screen and (min-width: 1200px){
    .experience__firstrow__frog{
        right: 0;
    }

    .experience__firstrow__sloth{
        /* left: -7vw;
        top: 1rem; */
    }
}

@media screen and (max-width: 1200px) and (min-width: 992px){
    .experience__firstrow__sloth{
        left: 30.2rem !important;
    }

    .experience__firstrow__bird{
        left: 0vw;
    }

    .experience__firstrow__frog{
        right: 16rem;
    }
}

/* Experience Animation */
.experience__firstrow__sloth img,
.experience__firstrow__bird img,
.experience__firstrow__frog img{
    position: absolute;
    top: 0;
    left: 0;

}

.experience__firstrow__sloth img:nth-child(1),
.experience__firstrow__bird img:nth-child(1){
    z-index: 3;
}
.experience__firstrow__sloth img:nth-child(2),
.experience__firstrow__bird img:nth-child(2){
    z-index: 2;
}
.experience__firstrow__sloth img:nth-child(3),
.experience__firstrow__bird img:nth-child(3){
    z-index: 1;
}

.experience__firstrow__sloth span,
.experience__firstrow__bird span{
    z-index: 5;
}

.experience__firstrow__sloth{
    height: 45rem;
}

.experience__firstrow__bird img:nth-child(2){
    left: 20%;
}

.experience__firstrow__bird img:nth-child(1){
    left: 20%;
}

@media only screen and (min-width: 768px){
    .experience__firstrow__sloth{
        height: 60rem;
    }
}

@media only screen and (min-width: 1024px){
    .experience__firstrow__sloth{
        height: 86.7rem;
    }

    .experience__firstrow__bird img:nth-child(1){
        -webkit-animation: arc 3s ease-in-out infinite;
                animation: arc 3s ease-in-out infinite;
        left: 25%;
    }

    .experience__firstrow__bird img:nth-child(3){
        -webkit-animation: float1 3s ease-in-out infinite;
                animation: float1 3s ease-in-out infinite;
    }

    .experience__firstrow__sloth img:nth-child(1){
        -webkit-animation: arcmenuexplore 5s ease-in-out infinite;
                animation: arcmenuexplore 5s ease-in-out infinite;
    }

    .experience__firstrow__sloth img:nth-child(2){
        -webkit-animation: float2 5s ease-in-out infinite;
                animation: float2 5s ease-in-out infinite;
    }

    .experience__firstrow__leaf img{
        -webkit-animation: arc2 4s ease-in-out infinite;
                animation: arc2 4s ease-in-out infinite;
    }
    
}


