.carousel-container{position:relative;width:100%;max-width:800px;margin:auto;overflow:hidden}.carousel{display:flex;overflow-x:auto;scroll-behavior:smooth;scrollbar-width:none}.carousel::-webkit-scrollbar{display:none}.carousel-item{flex:0 0 auto;width:100%;margin:10px;background:#1d1950}.carousel-btn{position:absolute;top:50%;transform:translateY(-50%);background:#1d1950;color:white;border:none;font-size:2em;padding:10px;cursor:pointer;z-index:10;border-radius:50%;opacity:0.8}.prev{left:10px}.next{right:10px}@media (max-width:768px){.carousel-item{max-width:180px;height:120px;font-size:1.5em}}@media (max-width:480px){.carousel-item{max-width:140px;height:100px;font-size:1.2em}}