#theLottie1 {
    top: -321px;
    right: -297px;
}

#theLottie2 {
    top: -434px;
    left: -358px;
    z-index: 11;
}

#theLottie4 {
    z-index: 10;
    bottom: -559px;
    right: -296px;
}

#theLottie5 {
    z-index: 10;
    right: -300px;
    top: 1320px;
    transform: scale(0.9);
}

#theLottie6 {
    z-index: 10;
    right: -300px;
    top: 1320px;
}

.lottie-parent {
    position: relative;
}

.lottie-position {
    position: absolute;
    width: 70%;
}

/* LOADING */

#loading {
    position: absolute;
    z-index: 99999999;
    top:0;
    width: 100vw;
    height: 100vh;
    background-color: var(--basic-color);
}


@media (max-width: 768px) {
    #theLottie5 {
        display: none;
        right: 0;
        top: 0;
    }
}