.dots-container__wrapper{background:var(--boxdark-2);justify-content:center;width:100%;height:100vh;display:flex;position:relative}.dots-container{text-align:center;justify-content:center;gap:2px;padding:0;display:flex;position:absolute;top:45%}.dots{text-align:center;border-radius:50%;width:20px;height:20px;animation:1.5s linear infinite bounce;display:inline-block}.dots:first-child{animation-delay:.2s}.dots:nth-child(2){animation-delay:.4s}.dots:nth-child(3){animation-delay:.6s}.dots:nth-child(4){animation-delay:.8s}.dots:nth-child(5){animation-delay:1s}@keyframes bounce{0%{transform:translateY(0)}15%{transform:translateY(-15px)}30%{transform:translateY(0)}}
