.dots-container__wrapper{display:flex;height:100vh;width:100%;justify-content:center;position:relative;background:var(--boxdark-2)}.dots-container{display:flex;justify-content:center;padding:0;text-align:center;top:45%;gap:2px;position:absolute}.dots{animation:bounce 1.5s linear infinite;border-radius:50%;display:inline-block;height:20px;text-align:center;width:20px}.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)}}