.animate-scroll:hover {
    animation-play-state: paused;
  }

  @media (pointer: coarse) {
    .animate-scroll:active {
      animation-play-state: paused;
    }
  }