Service

Anniversary
Party rooms
Party & Events
Birthday Party

Whether it’s a reunion, farewell, or any other social gathering, our private theatres provide a unique and exclusive venue.

Mark your milestone anniversary with a romantic and intimate private theatre celebration.

Celebrate your birthday in style with our private theatre experience. Enjoy watching your favorite movies or shows

jQuery(document).ready(function($) { $('#save-pay-later-btn').click(function(e) { e.preventDefault(); let userEmail = $('#user_email').val(); let bookingDetails = $('#booking_details').val(); $.ajax({ type: 'POST', url: ajaxurl, // WordPress AJAX URL data: { action: 'send_booking_email', user_email: userEmail, booking_details: bookingDetails }, success: function(response) { alert(response.message); } }); }); });