.slider-track{width:max-content;animation:25s linear infinite scrollLeft;display:flex}.slider-track:hover{animation-play-state:paused}@keyframes scrollLeft{0%{transform:translate(0)}to{transform:translate(-50%)}}.custom-scroll::-webkit-scrollbar{height:6px}.custom-scroll::-webkit-scrollbar-track{background:0 0}.custom-scroll::-webkit-scrollbar-thumb{background-color:#0b1f3b;border-radius:10px}.custom-scroll{scrollbar-width:thin;scrollbar-color:#0b1f3b transparent}.custom-scroll-1{-ms-overflow-style:none;scrollbar-width:none}.custom-scroll-1::-webkit-scrollbar{display:none}
