Rajyabhishek

- for Anant Infra

“Rajyabhishek” celebrates a royal rise—unveiling legacy, luxury, and leadership through majestic visuals, immersive storytelling, and powerful presence across Ahmedabad.
Campaign Overview

“When vision takes the throne, a legacy begins.”

Anant Infra

With “Rajyabhishek”, we didn’t just launch a campaign—we crowned a moment. Designed to exude grandeur and command attention, this 360° initiative showcased the spirit of royalty through visually arresting billboards, cinematic CGI edits, and influencer narratives that sparked conversations. Curated by 4Wheels MediaWorks, the campaign redefined premium positioning—ensuring that every impression felt less like marketing and more like a coronation of success.

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