Startup Fest

- by Shilp Group

Executed an electrifying Startup Fest with Shilp Group featuring Ashneer Grover & Sonu Sood—blending ambition, inspiration, and unforgettable audience engagement.
Event Overview

4Wheels MediaWorks joined forces with Shilp Group to deliver the high-energy Startup Fest, headlined by business icon Ashneer Grover and actor-philanthropist Sonu Sood. The event became a powerhouse of inspiration, attracting aspiring entrepreneurs, business leaders, and changemakers from across the region.

From concept to on-ground execution, we handled every detail—from branding and visuals to social buzz and media coverage. The result? A packed venue, massive online engagement, and a memorable evening celebrating bold ideas, hustle, and the spirit of innovation. This was not just an event—it was a statement.

year
2023
tag

Print Media, Video & Photo Shoot

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