{"id":5742,"date":"2025-04-22T13:24:28","date_gmt":"2025-04-22T19:24:28","guid":{"rendered":"https:\/\/wordpress.megaplextheatres.com\/?p=5742"},"modified":"2026-03-16T17:05:52","modified_gmt":"2026-03-16T23:05:52","slug":"megaevents","status":"publish","type":"post","link":"https:\/\/wordpress.megaplextheatres.com\/index.php\/2025\/04\/22\/megaevents\/","title":{"rendered":"MegaEvents"},"content":{"rendered":"\n<style>\n\n  \/* Enhanced Banner Style with Mobile Responsive Images *\/\n  .megaplex-banner {\n    width: 100%;\n    max-width: 2500px;\n    margin: 0 auto 2rem auto;\n    position: relative;\n  }\n\n  .megaplex-banner img {\n    width: 100%;\n    height: auto;\n    display: block;\n  }\n\n  \/* Desktop banner - visible by default *\/\n  .megaplex-banner .desktop-banner {\n    display: block;\n  }\n\n  \/* Mobile banner - hidden by default *\/\n  .megaplex-banner .mobile-banner {\n    display: none;\n  }\n\n  \/* Show mobile banner on mobile devices *\/\n  @media (max-width: 768px) {\n    .megaplex-banner .desktop-banner {\n      display: none;\n    }\n    \n    .megaplex-banner .mobile-banner {\n      display: block;\n    }\n  }\n\n\/* Reset and base styles *\/\n  .megaplex-container * {\n    box-sizing: border-box;\n    margin: 0;\n    padding: 0;\n  }\n  \n  .megaplex-container {\n    width: 100%;\n    font-family: sans-serif;\n    line-height: 1.6;\n  }\n  \n  .megaplex-container h2 {\n    font-size: 6rem;\n    margin-bottom: 1rem;\n    font-family: 'Salo Bold', sans-serif;\ntext-transform: uppercase;\n  }\n  \n  \/* NEW: Secondary heading styles *\/\n  .megaplex-container h3.secondary-heading {\n    font-size: var(--secondary-heading-size, 5rem);\n    margin-bottom: 1rem;\n    color: var(--secondary-heading-color, #863EFF);\n    font-family: var(--secondary-heading-font, 'Salo Bold', sans-serif);\n  }\n  \n  .megaplex-container p {\n    font-size: 5rem;\n    line-height: 1.5;\n    font-family: 'Founders', sans-serif;\n  color: #BAB1FE;\n  }\n  \n  \/* Banner section *\/\n  .megaplex-banner {\n    width: 100%;\n    max-width: 2000px;\n    margin-left: auto;\n    margin-right: auto;\n    margin-bottom: 2rem;\n  }\n  \n  .megaplex-banner img {\n    width: 100%;\n    height: auto;\n    display: block;\n  }\n  \n  \/* Content section *\/\n  .megaplex-content {\n    width: 100%;\n    max-width: 1200px;\n    margin: 0 auto 3rem;\n    padding: 0 15px;\n  }\n  \n  \/* Info section with image and text *\/\n  .megaplex-info {\n    display: flex;\n    align-items: center;\n    gap: 30px;\n    margin-bottom: 3rem;\n  }\n  \n  .megaplex-info-image {\n    flex: 0 0 45%;\n  }\n  \n  .megaplex-info-image img {\n    width: 100%;\n    height: auto;\n  }\n  \n  .megaplex-info-text {\n    flex: 0 0 50%;\n  }\n  \n  \/* Text size customization classes *\/\n  .megaplex-info-text h2 {\n    font-size: var(--heading-size, 5rem);\n  }\n  \n  .megaplex-info-text p {\n    font-size: var(--paragraph-size, 5rem);\n    line-height: 1.5;\n  }\n  \n  \/* Optional predefined text size classes *\/\n  .text-small h2 { --heading-size: 2rem; }\n  .text-small p { --paragraph-size: 0.9rem; }\n  .text-small h3.secondary-heading { --secondary-heading-size: 1.4rem; }\n  \n  .text-medium h2 { --heading-size: 6rem; }\n  .text-medium p { --paragraph-size: 1.7rem; }\n  .text-medium h3.secondary-heading { --secondary-heading-size: 3rem; }\n  \n  .text-large h2 { --heading-size: 3rem; }\n  .text-large p { --paragraph-size: 1.2rem; }\n  .text-large h3.secondary-heading { --secondary-heading-size: 2.2rem; }\n  \n  \/* Movie poster grid *\/\n  .megaplex-movies {\n    display: flex;\n    justify-content: center;\n    flex-wrap: wrap;\n    gap: 20px;\n  }\n  \n  .megaplex-movie-item {\n    flex: 0 0 265px;\n    margin-bottom: 20px;\n    text-align: center;\n  }\n  \n  .megaplex-movie-poster {\n    width: 100%;\n    height: auto;\n    max-width: 265px;\n  }\n  \n  .megaplex-ticket-button {\n    width: 100%;\n    max-width: 265px;\n    height: auto;\n    margin-top: 10px;\n    transition: transform 0.2s;\n  }\n  \n  .megaplex-ticket-button:hover {\n    transform: scale(1.05);\n  }\n  \n  \/* Responsive adjustments with separate mobile text sizes *\/\n  @media (max-width: 992px) {\n  .megaplex-info {\n    flex-direction: column;\n  }\n  \n  \/* For reversed sections on mobile, we need to reverse the flex order *\/\n  .megaplex-info-reversed {\n    flex-direction: column-reverse;\n  }\n  \n  .megaplex-info-image,\n  .megaplex-info-text {\n    flex: 0 0 100%;\n    max-width: 600px;\n    margin: 0 auto;\n  }\n  \n  \/* Reset padding for mobile *\/\n  .megaplex-info-reversed .megaplex-info-text {\n    padding-right: 0;\n    padding-left: 0;\n  }\n  \n  \/* Mobile text sizes *\/\n  .megaplex-info-text h2 {\n    font-size: var(--mobile-heading-size, var(--heading-size, 5rem));\n  }\n  \n  .megaplex-info-text h3.secondary-heading {\n    font-size: var(--mobile-secondary-heading-size, var(--secondary-heading-size, 1.5rem));\n  }\n  \n  .megaplex-info-text p {\n    font-size: var(--mobile-paragraph-size, var(--paragraph-size, 0.9rem));\n  }\n}\n\n  @media (max-width: 768px) {\n    .megaplex-movie-item {\n      flex: 0 0 45%;\n    }\n  }\n  \n  @media (max-width: 576px) {\n    .megaplex-movie-item {\n      flex: 0 0 100%;\n      max-width: 300px;\n    }\n    \n    .megaplex-container h2 {\n      font-size: 5rem;\n    }\n  }\n  \n  \/* EVENT FORM STYLES *\/\n  .event-request-form {\n      max-width: 800px;\n      margin: 0 auto;\n      padding: 20px;\n      font-family: Arial, sans-serif;\n      box-sizing: border-box;\n      color: #ffffff;\n  }\n  \n  \/* Form Grid Layout *\/\n  .form-grid {\n      display: grid;\n      grid-template-columns: 1fr 1fr;\n      gap: 20px;\n  }\n  \n  \/* Full Width Field *\/\n  .full-width {\n      grid-column: 1 \/ -1;\n  }\n  \n  \/* Input Field Styles *\/\n  .form-field {\n      position: relative;\n      margin-bottom: 0;\n  }\n  \n  .form-field input,\n  .form-field textarea,\n  .form-field select {\n      width: 100%;\n      padding: 12px 15px;\n      background-color: transparent;\n      border: 5px solid #6e4ff6;\n      border-radius: 2px;\n      color: #ffffff;\n      font-size: 16px;\n      box-sizing: border-box;\n      outline: none;\n      transition: all 0.3s ease;\n  }\n  \n  \/* Custom Dropdown Styling *\/\n  .form-field select {\n      appearance: none;\n      -webkit-appearance: none;\n      -moz-appearance: none;\n      background-image: url(\"data:image\/svg+xml,%3Csvg xmlns='http:\/\/www.w3.org\/2000\/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%236e4ff6' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C\/polyline%3E%3C\/svg%3E\");\n      background-repeat: no-repeat;\n      background-position: right 15px center;\n      background-size: 16px;\n      padding-right: 40px;\n  }\n  \n  .form-field select:focus {\n      background-image: url(\"data:image\/svg+xml,%3Csvg xmlns='http:\/\/www.w3.org\/2000\/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%236e4ff6' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='18 15 12 9 6 15'%3E%3C\/polyline%3E%3C\/svg%3E\");\n  }\n  \n  \/* Date Field *\/\n  .form-field input[type=\"date\"] {\n      position: relative;\n  }\n  \n  .form-field input[type=\"date\"]::-webkit-calendar-picker-indicator {\n      position: absolute;\n      right: 15px;\n      top: 50%;\n      transform: translateY(-50%);\n      filter: invert(1);\n      opacity: 0.7;\n      cursor: pointer;\n  }\n  \n  \/* Textarea Style *\/\n  .form-field textarea {\n      min-height: 120px;\n      resize: vertical;\n  }\n  \n  \/* Placeholder Styles *\/\n  ::placeholder {\n      color: #BAB1FE;\n      opacity: 1;\n  }\n  \n  :-ms-input-placeholder {\n      color: #BAB1FE;\n  }\n  \n  ::-ms-input-placeholder {\n      color: #BAB1FE;\n  }\n  \n  \/* Focus States *\/\n  .form-field input:focus,\n  .form-field select:focus,\n  .form-field textarea:focus {\n      border-color: #863EFF;\n  }\n  \n  \/* Submit Button Container *\/\n  .submit-container {\n      text-align: center;\n      margin-top: 30px;\n      position: relative;\n  }\n  \n  \/* Submit Button Styles *\/\n  .submit-button {\n      display: inline-block;\n      cursor: not-allowed;\n      transition: transform 0.3s ease, opacity 0.3s ease;\n      width: 200px;\n      height: auto;\n      border: none;\n      background: none;\n      padding: 0;\n  }\n  \n  .submit-button.enabled {\n      cursor: pointer;\n      opacity: 1;\n  }\n  \n  .submit-button.enabled:hover {\n      transform: scale(1.05);\n  }\n  \n  .submit-button img {\n      width: 100%;\n      height: auto;\n  }\n  \n  \/* Message Styles *\/\n  .error-message {\n      color: #ff5e5e;\n      font-size: 14px;\n      text-align: center;\n      margin-top: 15px;\n      display: none;\n  }\n  \n  .thank-you-message {\n      text-align: center;\n      color: #ffffff;\n      font-size: 22px;\n      margin: 50px 0;\n      display: none;\n  }\n  \n  \/* Form heading styles *\/\n  .form-heading {\n      text-align: center;\n      font-size: 26px;\n      margin: 2rem auto;\n      color: #fff;\n      width: 100%;\n      display: block;\n  }\n  \n  \/* Dark Purple Background *\/\n  .form-background {\n      background-color: #13003B;\n      padding: 20px;\n      border-radius: 5px;\n      margin-top: 3rem;\n  }\n  \n  \/* Responsive Form Design *\/\n  @media screen and (max-width: 768px) {\n      .form-grid {\n          grid-template-columns: 1fr;\n          gap: 15px;\n      }\n      \n      .submit-button {\n          width: 180px;\n      }\n      \n      .form-heading {\n          font-size: 20px;\n      }\n  }\n\n\/* Style for reversed info section to maintain alignment *\/\n.megaplex-info-reversed {\n  justify-content: space-between;\n  padding: 0;\n}\n\n.megaplex-info-reversed .megaplex-info-text {\n  padding-left: 0;\n  padding-right: 20px;\n}\n\n@media (max-width: 992px) {\n  .megaplex-info-reversed .megaplex-info-text {\n    padding-right: 0;\n  }\n}\n\n\/* Container for the entire component *\/\n.button-container {\n  position: relative;\n  max-width: 1440px;\n  width: 100%;\n  margin: 0 auto;\n  display: flex;\n  justify-content: center;\n  align-items: center;\n}\n\n\/* Background image styling *\/\n.background-image {\n  width: 100%;\n  height: auto;\n  display: block;\n}\n\n\/* Button image overlay container *\/\n.button-overlay {\n  position: absolute;\n  top: 50%;\n  left: 50%; \n  transform: translate(-50%, -50%);\n  width: 31%;\n  transition: transform 0.3s ease;\n  z-index: 2;\n}\n\n\/* Button image styling *\/\n.button-image {\n  width: 100%;\n  height: auto;\n  cursor: pointer;\n}\n\n\/* Hover effect for the button *\/\n.button-overlay:hover {\n  transform: translate(-50%, -50%) scale(1.05);\n}\n\n\/* Responsive adjustments *\/\n@media (max-width: 768px) {\n  .button-overlay {\n    width: 30%;\n  }\n}\n\n@media (max-width: 480px) {\n  .button-overlay {\n    width: 40%;\n  }\n}\n\nhtml {\n  scroll-behavior: smooth;\n}\n\n\/* Mobile-specific banner styles *\/\n.mobile-event-banner {\n  display: none;\n}\n\n\/* MOBILE: Show mobile banner and hide desktop button component *\/\n@media screen and (max-width: 768px) {\n  .button-container {\n    display: none !important;\n  }\n  \n  .mobile-event-banner {\n    display: block;\n    width: 100%;\n    max-width: 100%;\n    margin: 2rem auto;\n    text-align: center;\n  }\n  \n  .mobile-event-banner img {\n    width: 100%;\n    height: auto;\n    display: block;\n  }\n}\n\n\/* DESKTOP: Ensure mobile banner stays hidden on larger screens *\/\n@media screen and (min-width: 769px) {\n  .mobile-event-banner {\n    display: none !important;\n  }\n}\n\n\/* FIXED: Full-Width Module - NOW CONSTRAINED with max-width *\/\n.premium-full-width-card {\n  background: #1e0454;\n  border-radius: 5px;\n  padding: 40px;\n  display: grid;\n  grid-template-columns: 1fr 1fr;\n  gap: 40px;\n  align-items: center;\n  margin: 60px auto; \/* Added auto margins for centering *\/\n  max-width: 1200px; \/* CONSTRAINT: Maximum width *\/\n  width: 100%; \/* Full width up to max-width *\/\n  transition: transform 0.3s ease;\n}\n\n.premium-full-width-card:hover {\n  transform: translateY(-5px);\n}\n\n\/* Text Content Section *\/\n.premium-full-width-content {\n  display: flex;\n  flex-direction: column;\n  justify-content: center;\n}\n\n.premium-full-width-content h2 {\n  font-size: 7rem;\n  font-family: 'Salo Regular', sans-serif;\n  font-weight: normal;\n  color: #fff;\n  margin-bottom: 20px;\n  line-height: 1.2;\n  text-transform: uppercase;\n}\n\n.premium-full-width-content p {\n  font-size: 2rem;\n  font-family: 'Founders', sans-serif;\n  color: #BAB1FE;\n  margin-bottom: 30px;\n  line-height: 1.6;\n}\n\n\/* Button in Full-Width Card *\/\n.premium-full-width-button {\n  display: inline-block;\n  cursor: pointer;\n  transition: all 0.3s ease;\n  max-width: 200px;\n  text-decoration: none;\n  align-self: flex-start;\n}\n\n.premium-full-width-button img {\n  width: 100%;\n  height: auto;\n  display: block;\n  transition: transform 0.3s ease, opacity 0.3s ease;\n}\n\n.premium-full-width-button:hover img {\n  transform: translateY(-3px) scale(1.05);\n  opacity: 0.9;\n}\n\n\/* Photo Section *\/\n.premium-full-width-photo {\n  display: flex;\n  justify-content: center;\n  align-items: center;\n}\n\n.premium-full-width-photo img {\n  width: 100%;\n  max-width: 500px;\n  height: auto;\n  border-radius: 5px;\n  object-fit: cover;\n}\n\n\/* Mobile Responsiveness for Full-Width Card *\/\n@media (max-width: 768px) {\n  .premium-full-width-card {\n    grid-template-columns: 1fr;\n    gap: 30px;\n    padding: 30px 20px;\n  }\n\n  .premium-full-width-content h2 {\n    font-size: 4rem;\n    text-align: center;\n  }\n\n  .premium-full-width-content p {\n    font-size: 2rem;\n    text-align: center;\n  }\n\n  .premium-full-width-button {\n    align-self: center;\n    max-width: 200px;\n  }\n\n  .premium-full-width-photo {\n    order: -1;\n  }\n}\n\n@media (max-width: 480px) {\n  .premium-full-width-card {\n    padding: 20px 15px;\n  }\n\n  .premium-full-width-content h2 {\n    font-size: 5rem;\n  }\n\n  .premium-full-width-content p {\n    font-size: 2rem;\n  }\n\n  .premium-full-width-button {\n    max-width: 140px;\n  }\n}\n\n<\/style>\n\n<div class=\"premium-container\" id=\"mainContent\">\n  <!-- Enhanced Banner Section with Mobile\/Desktop Images -->\n  <div class=\"megaplex-banner\">\n    <!-- Desktop Banner -->\n    <img decoding=\"async\" src=\"https:\/\/media.megaplextheatres.com\/wp-content\/uploads\/megaevents-banner-web.png\" alt=\"Spark Premium Banner Desktop\" class=\"desktop-banner\" \/>\n    <!-- Mobile Banner -->\n    <img decoding=\"async\" src=\"https:\/\/media.megaplextheatres.com\/wp-content\/uploads\/MEGAEvents Banner fr.png\" alt=\"Spark Premium Banner Mobile\" class=\"mobile-banner\" \/>\n  <\/div>\n\n<div class=\"premium-full-width-card\">\n  <!-- Text Content on Left -->\n  <div class=\"premium-full-width-content\">\n    <h2>Upcoming Movies Now Available<\/h2>\n    <p>Exciting upcoming releases like Spider-Man: Brand New Day and other highly anticipated films are now available for exclusive event bookings.<br><br>\nMake your next celebration unforgettable with a private movie screening! Whether it&#8217;s a birthday, corporate gathering, or just a fun night out with friends, our theater is the perfect place to bring your group together.\n\n<\/p>\n\n<a href=\"#eventRequestForm\" class=\"premium-full-width-button\" onclick=\"event.preventDefault(); document.getElementById('eventRequestForm').scrollIntoView({behavior: 'smooth'});\">\n      <img decoding=\"async\" src=\"https:\/\/media.megaplextheatres.com\/wp-content\/uploads\/Event Button3.webp\" alt=\"Your Button Text\" \/>\n    <\/a>\n  <\/div>\n  \n  <!-- Photo on Right -->\n  <div class=\"premium-full-width-photo\">\n    <img decoding=\"async\" src=\"https:\/\/media.megaplextheatres.com\/wp-content\/uploads\/Spiderman.webp\" alt=\"Spider-Man: Brand New Day Movie\" \/>\n  <\/div>\n<\/div>\n\n<div class=\"megaplex-container\">\n  <!-- Banner Section -->\n  <div class=\"megaplex-banner\">\n  <\/div>\n<br>\n  <!-- Main Content Section -->\n  <div class=\"megaplex-content\">\n    <!-- Info Section with Image and Text (Original layout) -->\n    <div class=\"megaplex-info\">\n      <div class=\"megaplex-info-image\">\n        <img decoding=\"async\" src=\"https:\/\/media.megaplextheatres.com\/wp-content\/uploads\/Private Screenings Event.png\" alt=\"Private Screening Image\">\n      <\/div>\n      <div class=\"megaplex-info-text text-medium\">\n        <h2>Private Screening<\/h2>\n        <h3 class=\"secondary-heading\" style=\"--secondary-heading-color: #863EFF; --secondary-heading-font: 'Salo Bold';\">CAPACITY: 40+  <br>\nFEATURES: Check-in Table, Logo on screen and Microphone<\/h3>\n        <p>Step into the spotlight and treat your clients, employees, family, and friends to an exclusive cinematic experience! Elevate your gatherings with a private screening of the latest Hollywood blockbuster at Megaplex.<\/p>\n      <\/div>\n    <\/div>\n <br>\n    \n<!-- NEW: Reversed Info Section with Text and Image -->\n<div class=\"megaplex-info megaplex-info-reversed\">\n  <div class=\"megaplex-info-text text-medium\">\n    <h2>Auditoriums<\/h2>\n    <h3 class=\"secondary-heading\" style=\"--secondary-heading-color: #863EFF; --secondary-heading-font: 'Salo Bold';\">CAPACITY: 40+ guests<br>\nFEATURES: Projection, Microphones, Audio-Visual Capabilities, and Seating<\/h3>\n\n    <p>Whether you&#8217;re orchestrating an intimate gathering or a sprawling conference, Megaplex offers versatile auditoriums to suit any occasion. From corporate events and educational seminars to gaming on the big screen, we&#8217;re equipped to accommodate gatherings of all sizes.<\/p>\n  <\/div>\n  <div class=\"megaplex-info-image\">\n    <img decoding=\"async\" src=\"https:\/\/media.megaplextheatres.com\/wp-content\/uploads\/Auditoriums Events.png\" alt=\"Auditorium Image\">\n  <\/div>\n<\/div>\n<br><br>\n\n<!-- Two-Part Button Component -->\n<div class=\"button-container\">\n  <!-- Background image with cutout -->\n  <img decoding=\"async\" \n    src=\"https:\/\/media.megaplextheatres.com\/wp-content\/uploads\/Join MegaPass Background Banner.png\" \n    alt=\"MegaPass Background\" \n    class=\"background-image\">\n  \n<a href=\"#eventRequestForm\" class=\"button-overlay\" onclick=\"event.preventDefault(); document.getElementById('eventRequestForm').scrollIntoView({behavior: 'smooth'});\">\n    <img decoding=\"async\" \n      src=\"https:\/\/media.megaplextheatres.com\/wp-content\/uploads\/Event Button2.png\" \n      alt=\"Event Button\" \n      class=\"button-image\">\n  <\/a>\n<\/div>\n\n<!-- Mobile Event Banner (only visible on mobile) -->\n<div class=\"mobile-event-banner\">\n  <a href=\"#eventRequestForm\" onclick=\"event.preventDefault(); document.getElementById('eventRequestForm').scrollIntoView({behavior: 'smooth'});\">\n    <img decoding=\"async\" src=\"https:\/\/media.megaplextheatres.com\/wp-content\/uploads\/Event Button3.png\" alt=\"Book Event Mobile Banner\">\n  <\/a>\n<\/div>\n\n<br><br><br>\n  <!-- Main Content Section -->\n<br><br>\n  <div class=\"megaplex-content\">\n    <!-- Info Section with Image and Text (Original layout) -->\n    <div class=\"megaplex-info\">\n      <div class=\"megaplex-info-image\">\n        <img decoding=\"async\" src=\"https:\/\/media.megaplextheatres.com\/wp-content\/uploads\/Venues Events.png\" alt=\"Venues Image\">\n      <\/div>\n      <div class=\"megaplex-info-text text-medium\">\n        <h2>Venues<\/h2>\n        <h3 class=\"secondary-heading\" style=\"--secondary-heading-color: #863EFF; --secondary-heading-font: 'Salo Bold';\">CAPACITY: 20-360 guests  <br>\nFEATURES: Microphones, Audio-Visual Capabilities, Tables, Chairs, and Linens<\/h3>\n        <p>Elevate your next gathering with our exceptional meeting spaces at Megaplex. Designed to leave a lasting impression. Whether you&#8217;re planning a corporate conference, a family reunion, or an unforgettable party, our versatile venues cater to every occasion.<\/p>\n      <\/div>\n    <\/div>\n <br>\n    \n  <div class=\"megaplex-info megaplex-info-reversed\">\n    <div class=\"megaplex-info-text text-medium\">\n      <h2>Birthday Parties<\/h2>\n      <h3 class=\"secondary-heading\" style=\"--secondary-heading-color: #863EFF; --secondary-heading-font: 'Salo Bold';\">CAPACITY: 10-30 guests<br>\n  PRICING: Starting at $25 per person\n  <br>\n  FEATURES: Movie ticket, boxed popcorn, 22oz drink for each guest and a designated host and reserved space 1 hour before showtime.<\/h3>\n\n      <p>Make your child&#8217;s birthday unforgettable. Ideal for groups of 10\u201330 guests, our birthday party packages start at $25 per person and include tickets to a public movie show, plus a boxed popcorn and 22oz drink for every guest. With a designated host and a reserved public party space available one hour before showtime, all you need to do is celebrate and enjoy the movie. Upgrades available.<\/p>\n    <\/div>\n    <div class=\"megaplex-info-image\">\n      <img decoding=\"async\" src=\"https:\/\/media.megaplextheatres.com\/wp-content\/uploads\/Birthday Party Event.webp\" alt=\"Birthday Party Image\">\n    <\/div>\n  <\/div>\n<div style=\"display: none\">#{{event_contact_form:MegaEvents}}<\/div>\n","protected":false},"excerpt":{"rendered":"<p>Upcoming Movies Now Available Exciting upcoming releases like Spider-Man: Brand New Day and other highly anticipated films are now available for exclusive event bookings. Make your next celebration unforgettable with a private movie screening! Whether it&#8217;s a birthday, corporate gathering, or just a fun night out with friends, our theater is the perfect place to [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1],"tags":[],"class_list":["post-5742","post","type-post","status-publish","format-standard","hentry","category-uncategorized"],"acf":[],"_links":{"self":[{"href":"https:\/\/wordpress.megaplextheatres.com\/index.php\/wp-json\/wp\/v2\/posts\/5742","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/wordpress.megaplextheatres.com\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/wordpress.megaplextheatres.com\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/wordpress.megaplextheatres.com\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/wordpress.megaplextheatres.com\/index.php\/wp-json\/wp\/v2\/comments?post=5742"}],"version-history":[{"count":151,"href":"https:\/\/wordpress.megaplextheatres.com\/index.php\/wp-json\/wp\/v2\/posts\/5742\/revisions"}],"predecessor-version":[{"id":7434,"href":"https:\/\/wordpress.megaplextheatres.com\/index.php\/wp-json\/wp\/v2\/posts\/5742\/revisions\/7434"}],"wp:attachment":[{"href":"https:\/\/wordpress.megaplextheatres.com\/index.php\/wp-json\/wp\/v2\/media?parent=5742"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/wordpress.megaplextheatres.com\/index.php\/wp-json\/wp\/v2\/categories?post=5742"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/wordpress.megaplextheatres.com\/index.php\/wp-json\/wp\/v2\/tags?post=5742"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}