.marquee-wrapper{width:100%;overflow:hidden;position:relative}.marquee{animation:marquee-left 300s linear infinite}.marquee,.marquee-rev{display:flex;width:max-content}.marquee-rev{animation:marquee-right 50s linear infinite}.card{min-width:200px;height:150px;background-color:#4f46e5;color:#fff;display:flex;align-items:center;justify-content:center;margin-right:20px;border-radius:8px;box-shadow:0 4px 6px rgba(0,0,0,.1)}@keyframes marquee-left{0%{transform:translateX(50%)}to{transform:translateX(100%)}}@keyframes marquee-right{0%{transform:translateX(10%)}to{transform:translateX(0)}}.marquee-rev.paused,.marquee.paused{animation-play-state:paused}