.circles{width:100%;height:100%;position:absolute;top:0;left:0;overflow:hidden}.circles li{list-style:none;animation:25s linear infinite animate;display:block;position:absolute;bottom:-150px}.circles li:first-child{width:80px;height:80px;animation-delay:0s;left:25%}@media screen and (max-width:767px){.circles li:first-child{width:40px;height:40px}}.circles li:nth-child(2){width:20px;height:20px;animation-duration:12s;animation-delay:2s;left:10%}@media screen and (max-width:767px){.circles li:nth-child(2){width:10px;height:10px}}.circles li:nth-child(3){width:20px;height:20px;animation-delay:4s;left:70%}@media screen and (max-width:767px){.circles li:nth-child(3){width:10px;height:10px}}.circles li:nth-child(4){width:60px;height:60px;animation-duration:18s;animation-delay:0s;left:40%}@media screen and (max-width:767px){.circles li:nth-child(4){width:30px;height:30px}}.circles li:nth-child(5){width:20px;height:20px;animation-delay:0s;left:65%}@media screen and (max-width:767px){.circles li:nth-child(5){width:10px;height:10px}}.circles li:nth-child(6){width:110px;height:110px;animation-delay:3s;left:75%}@media screen and (max-width:767px){.circles li:nth-child(6){width:50px;height:50px}}.circles li:nth-child(7){width:150px;height:150px;animation-delay:7s;left:35%}@media screen and (max-width:767px){.circles li:nth-child(7){width:60px;height:60px}}.circles li:nth-child(8){width:25px;height:25px;animation-duration:45s;animation-delay:15s;left:50%}@media screen and (max-width:767px){.circles li:nth-child(8){width:12px;height:12px}}.circles li:nth-child(9){width:15px;height:15px;animation-duration:35s;animation-delay:2s;left:20%}@media screen and (max-width:767px){.circles li:nth-child(9){width:7px;height:7px}}.circles li:nth-child(10){width:150px;height:150px;animation-duration:11s;animation-delay:0s;left:85%}@media screen and (max-width:767px){.circles li:nth-child(10){width:60px;height:60px}}@keyframes animate{0%{opacity:1;border-radius:0;transform:translateY(0)rotate(0)}to{opacity:0;border-radius:50%;transform:translateY(-1000px)rotate(720deg)}}
