.carousel-dots{display:flex;align-items:center;justify-content:center;gap:6px;padding:8px;border-radius:16px;border:1px solid var(--Light-Grey);margin:64px auto 0;width:-moz-fit-content;width:fit-content}.carousel-dots .dot{background-color:var(--Light-Grey);border:0;border-radius:50%;cursor:pointer;height:8px;width:8px;transition:transform .3s ease-in-out,background-color .3s ease-in-out}.carousel-dots .dot.active{background:var(--hover-Purple-gradient);transform:scale(1.5)}