How does it all work?

Our Reviews

Our Reviews

404 Error

We can't seem to find the page that you were looking for.

404 Error

We can't seem to find the page that you were looking for.

© Copyright 2024. Alprosper Marketing, LLC. All rights reserved.

window.addEventListener('scroll', function() { var scrollBackgroundElement = document.getElementById('scrollBackground'); var scrollPosition = window.scrollY; // Adjust the scroll position value as needed (e.g., 200) if (scrollPosition > 200) { scrollBackgroundElement.classList.add('scrolled-background'); } else { scrollBackgroundElement.classList.remove('scrolled-background'); } });