Enstin Evoq

4Wheels MediaWorks captured Enstin Evoq's premium living experience through engaging social media content and stunning visuals, highlighting luxury apartments and retail spaces.
project overview

Enstin Evoq is a premium development offering luxurious 5-4-3 BHK apartments and retail spaces, designed to evoke the right emotions and elevate everyday living. Their focus is on blending modern amenities with elegant design to create spaces that inspire and delight.

4Wheels MediaWorks helped bring the Enstin Evoq experience to life through compelling social media content and striking photo and video shoots. Our visual storytelling highlighted the luxury and sophistication of the apartments and retail spaces, resonating with those seeking a refined lifestyle.

year
2023
tag

Social Media, Video & Photo Shoot

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()); }); });