.circles{position:absolute;top:0;left:0;width:100%;height:100%;overflow:hidden}.circles li{position:absolute;display:block;list-style:none;background:rgba(14,92,217,0);-webkit-animation:animate 25s linear infinite;animation:animate 25s linear infinite;bottom:-150px;color:#fff;background-repeat:no-repeat;background-position:center}.circles li:nth-child(1){left:25%;animation-delay:0s;width:130px;height:130px;background-image:url(../images/icons/desktop-mac.svg);background-size:95px}.circles li:nth-child(2){left:10%;animation-delay:2s;animation-duration:12s;width:130px;height:130px;background-image:url(../images/icons/smartwatch.svg);background-size:80px}.circles li:nth-child(3){left:60%;animation-delay:4s;width:130px;height:130px;background-image:url(../images/icons/tablet.svg);background-size:80px}.circles li:nth-child(4){left:40%;animation-delay:2s;animation-duration:18s;width:160px;height:160px;background-image:url(../images/icons/brand-design.svg);background-size:90px}.circles li:nth-child(5){left:65%;animation-delay:0s;width:130px;height:130px;background-image:url(../images/icons/laptop.svg);background-size:60px}.circles li:nth-child(6){left:75%;animation-delay:3s;width:130px;height:130px;background-image:url(../images/icons/desktop-mac.svg);background-size:75px}.circles li:nth-child(7){left:35%;animation-delay:7s;width:130px;height:130px;background-image:url(../images/icons/smartwatch.svg);background-size:70px}.circles li:nth-child(8){left:10%;animation-delay:15s;animation-duration:50s;width:130px;height:130px;background-image:url(../images/icons/tablet.svg);background-size:80px}.circles li:nth-child(9){left:20%;animation-delay:2s;animation-duration:45s;width:130px;height:130px;background-image:url(../images/icons/brand-design.svg);background-size:80px}.circles li:nth-child(10){left:85%;animation-delay:5s;animation-duration:20s;width:190px;height:190px;background-image:url(../images/icons/laptop.svg);background-size:75px}.circles li:nth-child(11){left:45%;animation-delay:6s;animation-duration:20s;width:190px;height:190px;background-image:url(../images/icons/smartphone.svg);background-size:75px}.circles li:nth-child(12){left:0;animation-delay:0s;animation-duration:20s;width:190px;height:190px;background-image:url(../images/icons/smartphone.svg);background-size:95px}@keyframes animate{0%{transform:translateY(0) rotate(0);opacity:1;border-radius:0;-webkit-transform:translateY(0) rotate(0);-moz-transform:translateY(0) rotate(0);-ms-transform:translateY(0) rotate(0);-o-transform:translateY(0) rotate(0)}100%{transform:translateY(-1000px) rotate(720deg);opacity:0;border-radius:50%;-webkit-transform:translateY(-1000px) rotate(720deg);-moz-transform:translateY(-1000px) rotate(720deg);-ms-transform:translateY(-1000px) rotate(720deg);-o-transform:translateY(-1000px) rotate(720deg)}}