.button-carousel-wrapper{width:100%;overflow:hidden;position:relative;padding:20px 0;direction:ltr}.button-carousel-content{display:flex;width:max-content;transform:translateX(0);animation:scroll-left 30s linear infinite;will-change:transform}.button-carousel-item{flex:0 0 auto;margin-right:20px}.carousel-btn{background:none;border:none;padding:0;cursor:pointer;transition:transform .5s ease-in-out;display:block}.carousel-btn:hover{transform:translateY(-5px)}@keyframes scroll-left{0%{transform:translateX(0)}to{transform:translateX(-50%)}}.button-carousel-wrapper:hover .button-carousel-content{animation-play-state:paused}