Vegamovies Yeh Jawaani Hai Deewani

/* Pulse glow */ @keyframes pulse-glow 0%, 100% opacity: 0.3; transform: scale(1); filter: blur(100px); 50% opacity: 0.6; transform: scale(1.1); filter: blur(120px);

<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <title>Vegamovies — Yeh Jawaani Hai Deewani</title> <script src="https://cdn.tailwindcss.com"></script> <script src="https://code.iconify.design/iconify-icon/1.0.7/iconify-icon.min.js"></script> <link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap" rel="stylesheet" /> <script> tailwind.config = theme: extend: fontFamily: inter: ['Inter', 'sans-serif'] , Vegamovies Yeh Jawaani Hai Deewani

Romantic Drama

Directed by Zayed Khan and produced by Aditya Chopra, this romantic drama follows the story of Aman (Ranbir Kapoor), a free-spirited and adventurous young man who falls in love with Naina (Katrina Kaif), a beautiful and introverted college student. /* Pulse glow */ @keyframes pulse-glow 0%, 100% opacity: 0