.dots{display:flex;justify-content:center;margin-top:24px;gap:8px}.dot{border:none;width:10px;height:10px;background:#ccc;border-radius:50%;cursor:pointer;padding:0;transition:all .3s ease}.dot:focus{outline:none}.dot.active{background:var(--color-primary);width:24px;border-radius:5px}.number-slide1{background:transparent;display:flex;align-items:center;justify-content:center}