@charset "utf-8";


.circles0{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 600%;
    overflow: hidden;
    z-index: -1;
}
.circles0 li{
    position: absolute;
    display: block;
    list-style: none;
    bottom: 0px;

}
.circles0 li:nth-child(1){
    left: 10%;
    width: 2vw;
    height: 4vw;
    border-radius: 0.2vw;
    background: #00c8c8;
    animation: ax0-1 35s linear infinite;
    animation-delay: 0s;

}
.circles0 li:nth-child(2){
    left: 15%;
    width: 1.5vw;
    height: 3vw;
    border-radius: 0.15vw;
    background: #00c8c8;
    animation: ax0-2 30s linear infinite;
    animation-delay: 2s;

}
.circles0 li:nth-child(3){
    left: 20%;
    width: 1vw;
    height: 2vw;
    border-radius: 0.1vw;
    background: #00c8c8;
    animation: ax0-3 40s linear infinite;
    animation-delay: 0s;

}
.circles0 li:nth-child(4){
    left: 25%;
    width: 2vw;
    height: 4vw;
    border-radius: 0.2vw;
    background: #3c95fd;
    animation: ax0-4 55s linear infinite;
    animation-delay: 0s;
}
.circles0 li:nth-child(5){
    left: 30%;
    width: 1.5vw;
    height: 3vw;
    border-radius: 0.15vw;
    background: #3c95fd;
    animation: ax0-5 30s linear infinite;
    animation-delay: 0s;
}
.circles0 li:nth-child(6){
    left: 35%;
    width: 1vw;
    height: 2vw;
    border-radius: 0.1vw;
    background: #3c95fd;
    animation: ax0-6 25s linear infinite;
    animation-delay: 0s;

}
.circles0 li:nth-child(7){
    left: 50%;
    width: 2vw;
    height: 4vw;
    border-radius: 0.2vw;
    background: #32c8ff;
    animation: ax0-7 30s linear infinite;
    animation-delay: 0s;

}
.circles0 li:nth-child(8){
    left: 55%;
    width: 1.5vw;
    height: 3vw;
    border-radius: 0.15vw;
    background: #32c8ff;
    animation: ax0-8 45s linear infinite;
    animation-delay: 0s;
}

.circles0 li:nth-child(9){
    left: 60%;
    width: 1vw;
    height: 2vw;
    border-radius: 0.1vw;
    background: #32c8ff;
    animation: ax0-9 40s linear infinite;
    animation-delay: 0s;

}
.circles0 li:nth-child(10){
    left: 65%;
    width: 0.5vw;
    height: 1vw;
    border-radius: 0.05vw;
    background: #00c8c8;
    animation: ax0-10 50s linear infinite;
    animation-delay: 0s;

}
.circles0 li:nth-child(11){
    left: 75%;
    width: 0.5vw;
    height: 1vw;
    border-radius: 0.05vw;
    background: #3c95fd;
    animation: ax0-11 35s linear infinite;
    animation-delay: 0s;

}
.circles0 li:nth-child(12){
    left: 85%;
    width: 0.5vw;
    height: 1vw;
    border-radius: 0.05vw;
    background: #32c8ff;
    animation: ax0-12 45s linear infinite;
    animation-delay: 0s;
}

@keyframes ax0-1 {
    0%{
        transform: translateX(0) translateY(-520vh) rotate(0deg);
        opacity: 0;
    }
    10%{
        opacity: 0.9;
    }
    80%{
        opacity: 0.9;
    }
    100%{
        transform: translateX(-10vw) translateY(-920vh) rotate(720deg);
        opacity: 0;
    }
}
@keyframes ax0-2 {
    0%{
        transform: translateX(0) translateY(-530vh) rotate(0deg);
        opacity: 0;
    }
    10%{
        opacity: 0.9;
    }
    80%{
        opacity: 0.9;
    }
    100%{
        transform: translateX(-50vw) translateY(-760vh) rotate(-620deg);
        opacity: 0;
    }
}
@keyframes ax0-3 {
    0%{
        transform: translateX(0) translateY(-560vh) rotate(0deg);
        opacity: 0;
    }
    10%{
        opacity: 0.9;
    }
    80%{
        opacity: 0.9;
    }
    100%{
        transform: translateX(-30vw) translateY(-680vh) rotate(520deg);
        opacity: 0;
    }
}
@keyframes ax0-4 {
    0%{
        transform: translateX(0) translateY(-570vh) rotate(0deg);
        opacity: 0;
    }
    10%{
        opacity: 0.9;
    }
    80%{
        opacity: 0.9;
    }
    100%{
        transform: translateX(40vw) translateY(-860vh) rotate(-420deg);
        opacity: 0;
    }
}
@keyframes ax0-5 {
    0%{
        transform: translateX(0) translateY(-510vh) rotate(0deg);
        opacity: 0;
    }
    10%{
        opacity: 0.9;
    }
    80%{
        opacity: 0.9;
    }
    100%{
        transform: translateX(-140vw) translateY(-750vh) rotate(320deg);
        opacity: 0;
    }
}
@keyframes ax0-6 {
    0%{
        transform: translateX(0) translateY(-560vh) rotate(0deg);
        opacity: 0;
    }
    10%{
        opacity: 0.9;
    }
    80%{
        opacity: 0.9;
    }
    100%{
        transform: translateX(-10vw) translateY(-620vh) rotate(-220deg);
        opacity: 0;
    }
}

@keyframes ax0-7 {
    0%{
        transform: translateX(0) translateY(-490vh) rotate(0deg);
        opacity: 0;
    }
    10%{
        opacity: 0.9;
    }
    80%{
        opacity: 0.9;
    }
    100%{
        transform: translateX(20vw) translateY(-720vh) rotate(720deg);
        opacity: 0;
    }
}
@keyframes ax0-8 {
    0%{
        transform: translateX(0) translateY(-530vh) rotate(0deg);
        opacity: 0;
    }
    10%{
        opacity: 0.9;
    }
    80%{
        opacity: 0.9;
    }
    100%{
        transform: translateX(-30vw) translateY(-860vh) rotate(-220deg);
        opacity: 0;
    }
}
@keyframes ax0-9 {
    0%{
        transform: translateX(0) translateY(-490vh) rotate(0deg);
        opacity: 0;
    }
    10%{
        opacity: 0.9;
    }
    80%{
        opacity: 0.9;
    }
    100%{
        transform: translateX(50vw) translateY(-780vh) rotate(520deg);
        opacity: 0;
    }
}
@keyframes ax0-10 {
    0%{
        transform: translateX(0) translateY(-490vh) rotate(0deg);
        opacity: 0;
    }
    10%{
        opacity: 0.9;
    }
    80%{
        opacity: 0.9;
    }
    100%{
        transform: translateX(80vw) translateY(-860vh) rotate(-420deg);
        opacity: 0;
    }
}
@keyframes ax0-11 {
    0%{
        transform: translateX(0) translateY(-490vh) rotate(0deg);
        opacity: 0;
    }
    10%{
        opacity: 0.9;
    }
    80%{
        opacity: 0.9;
    }
    100%{
        transform: translateX(60vw) translateY(-740vh) rotate(320deg);
        opacity: 0;
    }
}
@keyframes ax0-12 {
    0%{
        transform: translateX(0) translateY(-490vh) rotate(0deg);
        opacity: 0;
    }
    10%{
        opacity: 0.9;
    }
    80%{
        opacity: 0.9;
    }
    100%{
        transform: translateX(80vw) translateY(-520vh) rotate(-220deg);
        opacity: 0;
    }
}