Movies !!hot!! — Punjabi Upcoming
<!-- Reminder Modal (hidden by default) --> <div id="reminderModal" class="modal"> <div class="modal-content"> <span class="close-modal">×</span> <h2>🔔 Set Reminder</h2> <p id="modalMovieTitle"></p> <input type="email" id="userEmail" placeholder="Your email address" required> <button id="confirmReminderBtn" class="reminder-confirm">Notify Me</button> </div> </div>
.container { max-width: 1400px; margin: 0 auto; }
(February 27, 2026): This project marks a significant partnership between , Nimrat Khaira , and Karan Johar's Dharma Productions . Carry On Jatta 4 punjabi upcoming movies
.close-modal { position: absolute; right: 20px; top: 15px; font-size: 28px; cursor: pointer; color: #999; }
// 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'); div id="reminderModal" class="modal">
(June 12, 2026): A highly anticipated collaboration between actor and director Imtiaz Ali , following their success with Amar Singh Chamkila . Viyaah Kartaare Da
// Movie Database (Upcoming Punjabi Movies) const allMovies = [ { id: 1, title: "Jatt & Juliet 3", releaseDate: "June 2024", genre: "comedy", poster: "https://via.placeholder.com/300x400/FFA07A/FFFFFF?text=Jatt+%26+Juliet+3", description: "Fateh and Pooja return for another hilarious cross-cultural adventure.", year: 2024 }, { id: 2, title: "Maujaan Hi Maujaan 2", releaseDate: "August 2024", genre: "comedy", poster: "https://via.placeholder.com/300x400/98D8C8/FFFFFF?text=Maujaan+Hi+Maujaan+2", description: "Family comedy with Gippy Grewal and Sargun Mehta.", year: 2024 }, { id: 3, title: "Kali Jotta 2", releaseDate: "September 2024", genre: "drama", poster: "https://via.placeholder.com/300x400/BCAAA4/FFFFFF?text=Kali+Jotta+2", description: "Emotional drama about love, sacrifice and social issues.", year: 2024 }, { id: 4, title: "Shinda Shinda No Papa", releaseDate: "October 2024", genre: "comedy", poster: "https://via.placeholder.com/300x400/F4D03F/FFFFFF?text=Shinda+Shinda+No+Papa", description: "Father-son comedy entertainer.", year: 2024 }, { id: 5, title: "Sheran Di Kaum Punjabi", releaseDate: "November 2024", genre: "action", poster: "https://via.placeholder.com/300x400/E67E22/FFFFFF?text=Sheran+Di+Kaum", description: "High-octane action film celebrating Punjabi pride.", year: 2024 }, { id: 6, title: "Sarkar 3: The Punjab Chapter", releaseDate: "December 2024", genre: "action", poster: "https://via.placeholder.com/300x400/2C3E50/FFFFFF?text=Sarkar+3", description: "Political action thriller.", year: 2024 }, { id: 7, title: "Qismat 3", releaseDate: "February 2025", genre: "romance", poster: "https://via.placeholder.com/300x400/FF6B6B/FFFFFF?text=Qismat+3", description: "Romantic drama with heart-touching music.", year: 2025 }, { id: 8, title: "Pind De Kudi", releaseDate: "March 2025", genre: "romance", poster: "https://via.placeholder.com/300x400/F9E79F/FFFFFF?text=Pind+De+Kudi", description: "Village love story with Ammy Virk.", year: 2025 } ]; 🔔 Set Reminder<
/* 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); }
<script src="script.js"></script>