Swastik Varmine

Swastik Varmine and 4Wheels MediaWorks unite to showcase timeless luxury through powerful storytelling, stunning visuals, and elevated brand presence in Shela’s real estate scene≥

project overview

Swastik Varmine is redefining luxury living in Shela with 3BHK extravagant residences and premium retail spaces that reflect elegance, comfort, and contemporary sophistication. With a deep commitment to quality and architectural excellence, they are shaping a lifestyle where every corner resonates with thoughtful design.

4Wheels MediaWorks partnered with Swastik Varmine to bring this vision to life—through compelling visual storytelling, influencer engagement, and bold brand positioning. From concept to campaign, we helped elevate their message of timeless luxury to resonate across platforms and audiences, turning premium spaces into an aspirational lifestyle brand.

document.addEventListener("DOMContentLoaded", () => { const items = document.querySelectorAll(".gsap-hover-image"); items.forEach(item => { const hoverLayer = item.querySelector(".hover-layer"); if (!hoverLayer) return; // Set initial state (just in case) gsap.set(hoverLayer, { opacity: 0 }); // Create timeline const tl = gsap.timeline({ paused: true }); tl.to(hoverLayer, { opacity: 1, duration: 1.6, ease: "power1.inOut" }); // Hover events item.addEventListener("mouseenter", () => tl.play()); item.addEventListener("mouseleave", () => tl.reverse()); }); });