Punjabi Upcoming Movies Exclusive 👑
/* Filter Bar */ .filter-bar { display: flex; justify-content: center; gap: 1rem; flex-wrap: wrap; margin-top: 1rem; }
.reminder-confirm { background: #f39c12; color: #1a1a2e; border: none; padding: 0.8rem 1.5rem; border-radius: 30px; cursor: pointer; font-weight: bold; transition: background 0.3s ease; } punjabi upcoming movies
/* Load More Button */ .load-more-container { text-align: center; margin-top: 2rem; } /* Filter Bar */
.movies-grid { grid-template-columns: repeat(auto-fill, minmax(240px, 1fr)); gap: 1rem; } } // 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 } ]; let visibleMovies = 6; // Initially show 6 movies let currentFilter = "all"; } .reminder-confirm { background: #f39c12
.modal-content input { width: 100%; padding: 0.8rem; margin: 1rem 0; border: 1px solid #ddd; border-radius: 10px; font-size: 1rem; }