@keyframes slide{0%{transform:translateX(0)}to{transform:translateX(-100%)}}.animate-slide{display:flex;animation:slide 25s linear infinite}