@charset "utf-8";


.circles6{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 610vh;
    overflow: hidden;
    z-index: -1;
}
.circles6 li{
    position: absolute;
    display: block;
    list-style: none;
    width: 3vw;
    height: 6vw;
    border-radius: 0.3vw;
    background: rgba(255, 255, 255, 0.2);
    animation: animate6 25s linear infinite;
    bottom: -300px;
    background: #2196F3;

}
.circles6 li:nth-child(1){
    left: 25%;
    background: #00c8c8;
    animation: ax6-3 25s linear infinite;
    animation-delay: 0s;
    animation-fill-mode:forwards;
}
.circles6 li:nth-child(2){
    left: 25%;
    width: 2vw;
    height: 4vw;
    border-radius: 0.2vw;
    background: #00c8c8;
    animation: ax6-1 20s linear infinite;
    animation-delay: 2s;
    animation-duration: 12s;
    animation-fill-mode:forwards;
}
.circles6 li:nth-child(3){
    left: 90%;
    background: #00c8c8;
    animation: ax6-6 25s linear infinite;
    animation-delay: 4s;
    animation-fill-mode:forwards;

}
.circles6 li:nth-child(4){
    left: 10%;
    background: #3c95fd;
    animation: ax6-5 25s linear infinite;
    animation-delay: 0s;
    animation-fill-mode:forwards;
}
.circles6 li:nth-child(5){
    left: 40%;
    width: 2vw;
    height: 4vw;
    border-radius: 0.2vw;
    background: #3c95fd;
    animation: ax6-3 40s linear infinite;
    animation-delay: 0s;
    animation-fill-mode:forwards;
}
.circles6 li:nth-child(6){
    left: 45%;
    background: #3c95fd;
    animation: ax6-4 30s linear infinite;
    animation-delay: 3s;
    animation-fill-mode:forwards;
}
.circles6 li:nth-child(7){
    left: 45%;
    background: #32c8ff;
    animation: ax6-2 20s linear infinite;
    animation-fill-mode:forwards;
}
.circles6 li:nth-child(8){
    left: 20%;
    width: 2vw;
    height: 4vw;
    border-radius: 0.2vw;
    background: #32c8ff;
    animation: ax6-1 25s linear infinite;
    animation-delay: 0s;
    animation-fill-mode:forwards;
}

.circles6 li:nth-child(9){
    left: 60%;
    background: #32c8ff;
    animation: ax6-4 20s linear infinite;
    animation-delay: 0s;
    animation-fill-mode:forwards;
}
.circles6 li:nth-child(10){
    left: 85%;
    width: 2vw;
    height: 4vw;
    border-radius: 0.2vw;
    background: #32c8ff;
    animation: ax6-6 25s linear infinite;
    animation-delay: 0s;
    animation-fill-mode:forwards;
}
@keyframes animate6 {
    0%{
        transform: translateY(-100vh) rotate(0deg);
        opacity: 0;
    }
    10%{
        opacity: 0.9;
    }
    80%{
        opacity: 0.9;
    }
    100%{
        transform: translateY(-200vh) rotate(-660deg);
        opacity: 0;
    }
}
@keyframes ax6-1 {
    0%{
        transform: translateX(0) translateY(-10vh) rotate(0deg);
        opacity: 0;
    }
    10%{
        opacity: 0.9;
    }
    80%{
        opacity: 0.9;
    }
    100%{
        transform: translateX(-20vw) translateY(-100vh) rotate(720deg);
        opacity: 0;
    }
}
@keyframes ax6-2 {
    0%{
        transform: translateX(0) translateY(-10vh) rotate(0deg);
        opacity: 0;
    }
    10%{
        opacity: 0.9;
    }
    80%{
        opacity: 0.9;
    }
    100%{
        transform: translateX(20vw) translateY(-120vh) rotate(-420deg);
        opacity: 0;
    }
}
@keyframes ax6-3 {
    0%{
        transform: translateX(0) translateY(-10vh) rotate(0deg);
        opacity: 0;
    }
    10%{
        opacity: 0.9;
    }
    80%{
        opacity: 0.9;
    }
    100%{
        transform: translateX(-60vw) translateY(-120vh) rotate(520deg);
        opacity: 0;
    }
}
@keyframes ax6-4 {
    0%{
        transform: translateX(0) translateY(-10vh) rotate(0deg);
        opacity: 0;
    }
    10%{
        opacity: 0.9;
    }
    80%{
        opacity: 0.9;
    }
    100%{
        transform: translateX(80vw) translateY(-120vh) rotate(-420deg);
        opacity: 0;
    }
}
@keyframes ax6-5 {
    0%{
        transform: translateX(0) translateY(-10vh) rotate(0deg);
        opacity: 0;
    }
    10%{
        opacity: 0.9;
    }
    80%{
        opacity: 0.9;
    }
    100%{
        transform: translateX(-100vw) translateY(-120vh) rotate(320deg);
        opacity: 0;
    }
}
@keyframes ax6-6 {
    0%{
        transform: translateX(0) translateY(-10vh) rotate(0deg);
        opacity: 0;
    }
    10%{
        opacity: 0.9;
    }
    80%{
        opacity: 0.9;
    }
    100%{
        transform: translateX(-20vw) translateY(-120vh) rotate(-220deg);
        opacity: 0;
    }
}