.dots-container span{width:10px;height:10px;background:#ccc;border-radius:50%;cursor:pointer;transition:background .3s,transform .3s ease}.dots-container span.active{background:#333;transform:scale(1.3)}