.carousel-container{position:relative;overflow:hidden;border-radius:.5rem}.carousel-wrapper{display:flex;transition:transform .5s ease-in-out}.carousel-item{min-width:100%;flex-direction:column;background-color:rgb(30,41,59);padding:1.5rem}.carousel-button,.carousel-item{display:flex;align-items:center;justify-content:center}.carousel-button{position:absolute;top:50%;transform:translateY(-50%);background:rgb(30,41,59);color:rgb(249,250,253);border:none;border-radius:50%;width:45px;height:45px;cursor:pointer;z-index:10;font-size:24px;transition:background .3s,transform .3s}.carousel-button:hover{background:rgb(30,41,59);transform:translateY(-50%) scale(1.1)}.carousel-button.prev{left:20px}.carousel-button.next{right:20px}.carousel-dots{display:flex;justify-content:center;gap:10px;margin-top:20px}.dot{width:12px;height:12px;border-radius:50%;background:rgba(255,255,255,.4);cursor:pointer;transition:background .3s,transform .3s}.dot:hover{background:rgba(255,255,255,.6)}.dot.active{background:rgba(255,255,255,1);transform:scale(1.3)}