@keyframes marquee-scroll{0%{transform:translateX(0)}to{transform:translateX(-33.333%)}}.marquee-container{position:relative;overflow:hidden;width:100%}.animate-marquee-smooth{animation:marquee-scroll 25s linear infinite;display:flex;flex-wrap:nowrap;width:max-content;gap:1.5rem}.animate-marquee-smooth:hover{animation-play-state:paused}