#dots5{display:flex;position:absolute;justify-content:space-between;top:50%;left:50%;height:50px;width:75px;transform:translate(-50%,-50%)}#dots5 span{width:10px;height:10px;background:rgba(0,0,0,.25);border-radius:50%;animation:dots5 1s ease-in-out infinite}#dots5 span:first-child{animation-delay:-.9s}#dots5 span:nth-child(2){animation-delay:-.8s}#dots5 span:nth-child(3){animation-delay:-.7s}#dots5 span:nth-child(4){animation-delay:-.6s}#dots5 span:nth-child(5){animation-delay:-.5s}#dots5 span:nth-child(6){animation-delay:-.4s}#dots5 span:nth-child(7){animation-delay:-.3s}#dots5 span:nth-child(8){animation-delay:-.2s}#dots5 span:nth-child(9){animation-delay:-.1s}#dots5 span:nth-child(10){animation-delay:0s}@keyframes dots5{0%{transform:translateY(0);background:#fff}33%{transform:translateY(10px);background:#009eda}66%{transform:translateY(10px);background:#00355c}to{transform:translateY(0);background:#fff}}