Set against the chaotic backdrop of the 1947 Partition. This cross-industry project marks another deep, soulful collaboration between Diljit Dosanjh and director Imtiaz Ali, focusing heavily on themes of love, longing, and historical memory. 2. Carry On Jatta 4 Release Date: June 25, 2026 Cast: Gippy Grewal, Binnu Dhillon, Jaswinder Bhalla Director: Smeep Kang Genre: Comedy
// Filter buttons function setupFilters() { const filterBtns = document.querySelectorAll('.filter-btn'); filterBtns.forEach(btn => { btn.addEventListener('click', () => { // Update active class filterBtns.forEach(b => b.classList.remove('active')); btn.classList.add('active');
Punjabi cinema, often called , is gearing up for a major year with high-budget historical dramas, sequels to beloved comedies, and fresh collaborations between top stars and directors. punjabi upcoming movies
// Load more movies function loadMoreMovies() { const filtered = getFilteredMovies(); if (visibleMovies < filtered.length) { visibleMovies += 4; renderMovies(); } }
.reminder-btn { background: #2c3e50; color: white; border: none; padding: 0.6rem 1rem; border-radius: 10px; width: 100%; cursor: pointer; transition: background 0.3s ease; font-weight: bold; } Set against the chaotic backdrop of the 1947 Partition
The upcoming theatrical calendar is packed with major releases featuring Pollywood’s biggest superstars, including Diljit Dosanjh, Ammy Virk, Sonam Bajwa, and Gippy Grewal. 1. Main Vaapas Aaunga June 12, 2026
.container { max-width: 1400px; margin: 0 auto; } Carry On Jatta 4 Release Date: June 25,
/* Movie Card */ .movie-card { background: white; border-radius: 20px; overflow: hidden; transition: transform 0.3s ease, box-shadow 0.3s ease; cursor: pointer; box-shadow: 0 10px 20px rgba(0,0,0,0.2); }
function closeModal() { modal.style.display = "none"; document.getElementById("userEmail").value = ""; }
// Confirm reminder document.getElementById("confirmReminderBtn").addEventListener("click", () => { const email = document.getElementById("userEmail").value; if (email && email.includes('@')) { saveReminder(email, currentMovieTitle); } else { alert("Please enter a valid email address."); } });
if (moviesToShow.length === 0) { grid.innerHTML = `<div class="no-movies">🎬 No movies found in this category.</div>`; document.getElementById("loadMoreContainer").style.display = "none"; return; }