.parallax, .parallax2 {
    background-image: url('../images/IMG_2408.jpg');
    height: 100vh;
    background-size: cover;
    background-position: top center;
    background-attachment: fixed;
    background-repeat: no-repeat;
}

.parallax2 {
    background-image: url('../images/IMG_2369.jpg');
}

.text-content, .text-content2 {
    background-color: rgb(145, 151, 255);
    font-size: 36px;
    font-family: "Quicksand", sans-serif;
    font-weight: 300;
    min-height: 1000px;
    text-align: center;
    position: relative;
}

.jungle-leaves, .jungle-leaves-rotated{
    content: "";
    background-image: url("../images/jungle_PNG3.png");
    height: 46%;
    width: 66%;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top right;
    position: absolute;
    left: auto;
    right: 0;
    top: 0;
    z-index: 1;
}

.jungle-leaves-rotated{
    transform: rotate(180deg);
    left: 0;
    right: auto;
    top: auto;
    bottom: 0;
}

.text-content .container .row, .text-content2 .container .row{
    z-index: 2;
    position: relative;
}

.text-content2 {
    background-color: rgb(145, 255, 158);
}

section {
    position: relative;
    width: 100%;
    height: 100%;
}

#section07 a {
    padding-top: 80px;
    position: absolute;
    top: auto;
    bottom: 50px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}

#section07 a span {
    position: absolute;
    top: 0;
    left: 50%;
    width: 24px;
    height: 24px;
    margin-left: -12px;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-animation: sdb07 2s infinite;
    animation: sdb07 2s infinite;
    opacity: 0;
    box-sizing: border-box;
}

#section07 a span:nth-of-type(1) {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}

#section07 a span:nth-of-type(2) {
    top: 16px;
    -webkit-animation-delay: .15s;
    animation-delay: .15s;
}

#section07 a span:nth-of-type(3) {
    top: 32px;
    -webkit-animation-delay: .3s;
    animation-delay: .3s;
}

@-webkit-keyframes sdb07 {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@keyframes sdb07 {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@media screen and (max-width: 768px) {
    .parallax{
        background-image: url('../images/mIMG_2408.jpg');
        background-attachment: initial;
    }

    .parallax2 {
        background-image: url('../images/mIMG_2369.jpg');
        height: 600px;
        background-attachment: initial;
    }

    .jungle-leaves, .jungle-leaves-rotated{
        height: 46%;
        width: 66%;
    }

    .text-content, .text-content2 {
        font-size: 18px;
        min-height: fit-content;
        font-weight: 400;
    }
}