Let's Build Something Meaningful.

Share some details about your project and then let's to discuss how we can move forward.

Let’s Build Something Meaningful.

Let's Build
Something
Meaningful.

Let's Build
Something Meaningful.

Share some details about your project and then let's to discuss how we can move forward.

Share some details about your project and then let's discuss how we can move forward.

Share some details about your project and then let's discuss how we can move forward.

Discuss your Project

Discuss your Project

Discuss your Project

INSTAGRAM

LINKEDIN

FACEBOOK

(() => { const framerName = "PASTE_NAME_HERE"; // <-- replace this const threshold = 10; // px scrolled before turning opaque const opaque = "#0f0f0f"; function apply() { const scrolled = window.scrollY > threshold; document.querySelectorAll(`[data-framer-name="${framerName}"]`).forEach(el => { el.style.transition = "background-color 200ms ease"; el.style.backgroundColor = scrolled ? opaque : "transparent"; }); } // Run now + on scroll apply(); window.addEventListener("scroll", apply, { passive: true }); // Also re-apply after Framer finishes loading elements setTimeout(apply, 300); setTimeout(apply, 1000); })();