{"id":6312,"date":"2024-08-03T17:46:59","date_gmt":"2024-08-03T22:46:59","guid":{"rendered":"https:\/\/www.chuckecheese.com.sa\/?page_id=6312"},"modified":"2026-08-06T02:48:54","modified_gmt":"2026-08-06T07:48:54","slug":"home-page-new","status":"publish","type":"page","link":"https:\/\/www.chuckecheese.com.sa\/en\/","title":{"rendered":"Home Page"},"content":{"rendered":"<div class=\"wp-block-bplugins-custom-html\" id='bPluginsCustomHtml-1'>\n<!-- ============ STYLES ============ -->\n<link rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.7.2\/css\/all.min.css\">\n\n<style>\n\/* ---- Layout \/ body ---- *\/\n.entry-content {\n  max-width: 1200px;\n  margin-left: auto;\n  margin-right: auto;\n  width: 100%;\n  background: none;\n}\nbody { max-width: none; }\n\n\/* ---- Video overlay ---- *\/\n.video-wrapper { position: relative; }\n\n.video-overlay {\n  position: absolute;\n  top: 50%;\n  left: 50%;\n  transform: translate(-50%, -50%);\n  z-index: 100;\n  width: 100%;\n  text-align: center;\n  color: #fff;\n  font-size: 24px;\n  font-weight: 800;\n  line-height: 2;\n  text-shadow: 0 3px 10px rgba(0,0,0,.4);\n  pointer-events: none;\n}\n\n.video-overlay div,\n.video-overlay .overlay-item {\n  font-family: \"Cairo\", sans-serif !important;\n  font-size: 32px !important;\n  font-weight: 700;\n}\n\n.stats-bottom {\n  display: flex;\n  justify-content: center;\n  gap: 70px;\n  margin-top: 10px;\n}\n\n.gameslocations div {\n  padding-right: 300px !important; \/* shift left a bit *\/\n}\n.gameslocations {\n  padding-bottom: 100px !important;\n}\n\n@media (max-width:768px){\n  .video-overlay{\n    font-size: 18px;\n    line-height: 1.8;\n    width: auto !important;\n    left: 50% !important;\n    top: 72% !important;\n    transform: translate(-50%, -50%) !important;\n    text-align: center !important;\n  }\n  .video-overlay div,\n  .video-overlay .overlay-item {\n    font-size: 22px !important;\n  }\n  .stats-bottom{\n    flex-direction: column;\n    gap: 10px;\n  }\n}\n\n\/* ---- Birthday club ---- *\/\n.birthdayclub h2 { text-align: center; }\n.birthdayclub p { text-align: center; }\n.birthdayclub {\n  margin-top: 50px;\n  width: 90%;\n  display: block;\n  margin-left: auto;\n  margin-right: auto;\n}\n\n\/* ---- Features section ---- *\/\n.features-section{\n  padding: 80px 20px;\n  background: #fff;\n  direction: rtl;\n  font-family: Arial, sans-serif;\n}\n.features-container{ max-width: 1200px; margin: auto; }\n.features-grid{\n  display: grid;\n  grid-template-columns: repeat(3,1fr);\n  gap: 30px;\n}\n.feature-card{\n  background: #fff;\n  border-radius: 22px;\n  padding: 40px 30px;\n  text-align: center;\n  box-shadow: 0 12px 35px rgba(0,0,0,.08);\n  transition: .35s ease;\n  border: 1px solid #f2f2f2;\n}\n.feature-card:hover{\n  transform: translateY(-10px);\n  box-shadow: 0 20px 45px rgba(0,0,0,.15);\n}\n.feature-icon{\n  width: 90px;\n  height: 90px;\n  margin: 0 auto 25px;\n  background: #E4002B;\n  border-radius: 50%;\n  display: flex;\n  justify-content: center;\n  align-items: center;\n  font-size: 38px;\n  color: #fff;\n  transition: .35s;\n}\n.feature-card:hover .feature-icon{\n  transform: rotate(-8deg) scale(1.08);\n}\n.feature-card h3{\n  margin: 0 0 15px;\n  font-size: 26px;\n  font-weight: 700;\n  color: #222;\n}\n.feature-card p{\n  margin: 0;\n  font-size: 16px;\n  line-height: 1.9;\n  color: #666;\n}\n\n@media(max-width:992px){\n  .features-grid{ grid-template-columns: repeat(2,1fr); }\n}\n@media(max-width:768px){\n  .features-section{ padding: 50px 15px; }\n  .features-grid{ grid-template-columns: 1fr; }\n  .feature-card{ padding: 35px 25px; }\n  .feature-icon{ width: 75px; height: 75px; font-size: 30px; }\n  .feature-card h3{ font-size: 22px; }\n  .feature-card p{ font-size: 15px; }\n}\n\n\/* ---- Image card (used elsewhere on the page, if present) ---- *\/\n.image-card-container { padding: 0 15px; }\n.image-card {\n  position: relative;\n  display: flex;\n  flex-direction: column;\n  justify-content: end;\n  border-radius: 35px;\n  padding: 15px;\n  width: 100%;\n  height: auto;\n  aspect-ratio: 2 \/ 3.6;\n  overflow: hidden;\n}\n.image-card img {\n  position: absolute;\n  left: 0;\n  top: 0;\n  width: 100%;\n  height: 100%;\n  object-fit: cover;\n  object-position: 97%;\n  z-index: 0;\n}\n.image-card h3 {\n  text-align: center;\n  margin-bottom: auto;\n  margin-top: 15px;\n}\n.image-card p {\n  font-size: 14px;\n  line-height: 1.2;\n  font-weight: 500;\n}\n.image-card h3,\n.image-card p {\n  color: white;\n  z-index: 1;\n  position: relative;\n}\n.image-card a {\n  background-color: red;\n  width: fit-content;\n  z-index: 1;\n  position: relative;\n  margin: 0 auto 15px;\n}\n.image-card-gradient {\n  position: absolute;\n  left: 0;\n  bottom: 0;\n  background-image: linear-gradient(transparent, #00000087 60%);\n  width: 100%;\n  height: 75%;\n}\n.image-card-desktop { display: none; }\n\n@media (min-width: 350px) {\n  .image-card p { font-size: 16px; line-height: 1.4; }\n}\n@media (min-width: 600px) {\n  .image-card { aspect-ratio: 3 \/ 2; }\n  .image-card img { object-position: left; }\n  .image-card h3 { display: none; }\n  .image-card-mobile { display: none; }\n  .image-card-desktop { display: block; }\n}\n\n\n@media (max-width:768px){\n\n.gameslocations div{\n    padding-right: 0 !important;   \n}\n\n  @media (max-width:768px){\n    .sect1 .video-overlay{\n        top: 40% !important;\n    }\n}\n  \n<\/style>\n\n<!-- ============ MAIN CONTENT ============ -->\n<div class=\"mainpagecontent\">\n  <div class=\"hpvideo\">\n    <div class=\"video-wrapper\">\n      <div class=\"wistia_responsive_padding\">\n        <div class=\"wistia_responsive_wrapper\">\n          <div class=\"wistia_embed wistia_async_pe2yxliv8c\" seo=\"true\" videoFoam=\"true\">\n            <video autoplay=\"true\" controls=\"false\" loop=\"true\" muted=\"true\" src=\"https:\/\/www.chuckecheese.com.sa\/wp-content\/uploads\/2025\/01\/home-video.mp4\" playsinline=\"\"><\/video>\n          <\/div>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/div>\n\n  <div class=\"hpsect sect1\">\n    <div class=\"contentblock\"><\/div>\n    <img decoding=\"async\" src=\"https:\/\/www.chuckecheese.com.sa\/wp-content\/uploads\/fall2024\/twostars.png\" class=\"twostarscroll\" alt=\"Two decorative stars\">\n    <img decoding=\"async\" src=\"https:\/\/www.chuckecheese.com.sa\/wp-content\/uploads\/fall2024\/lonestar1.png\" class=\"lonestar1\" alt=\"A lonely decorative star\">\n    <div class=\"video-overlay\">\n      <div>SAR 20 Million Invested in Upgrading Our Branches<\/div>\n      <div>47 Years of Experience<\/div>\n    <\/div>\n  <\/div>\n\n  <div class=\"hpsect sect2\">\n    <div class=\"video-overlay gameslocations\">\n      <div class=\"overlay-item text_1\">60+ Games per Branch<\/div>\n      <div class=\"overlay-item text_2\">17 Branches Across the Kingdom<\/div>\n    <\/div>\n    <img decoding=\"async\" src=\"https:\/\/www.chuckecheese.com.sa\/wp-content\/uploads\/fall2024\/chuckerun.png\" class=\"chuckrunning visible\" alt=\"Chuck E. Cheese running\">\n    <img decoding=\"async\" src=\"https:\/\/www.chuckecheese.com.sa\/wp-content\/uploads\/fall2024\/Jasper_Wave_0714.png\" class=\"jasperscroll visible\" alt=\"Jasper waving\">\n    <div class=\"video-container\" id=\"video1\">\n      <div class=\"wistia_responsive_padding\">\n        <div class=\"wistia_responsive_wrapper\">\n          <div class=\"wistia_embed wistia_async_tls5p4lu22\" seo=\"true\" videoFoam=\"true\">\n            <iframe src=\"https:\/\/fast.wistia.net\/embed\/iframe\/0a4ugwutcb?seo=true&#038;videoFoam=true\" allow=\"autoplay; fullscreen\" allowtransparency=\"true\" frameborder=\"0\" scrolling=\"no\"><\/iframe>\n          <\/div>\n        <\/div>\n      <\/div>\n      <img decoding=\"async\" src=\"https:\/\/www.chuckecheese.com.sa\/wp-content\/uploads\/fall2024\/photocircle.png\" class=\"mask\" alt=\"Circle Mask\">\n    <\/div>\n    <div class=\"contentblock\"><\/div>\n    <img decoding=\"async\" src=\"https:\/\/www.chuckecheese.com.sa\/wp-content\/uploads\/fall2024\/lonestar2.png\" class=\"lonestar2\" alt=\"A lonely decorative star\">\n  <\/div>\n\n  <div class=\"hpsect sect3\">\n    <img decoding=\"async\" src=\"https:\/\/www.chuckecheese.com.sa\/wp-content\/uploads\/fall2024\/chuckepartyhorn.png\" class=\"chuckepartyscroll visible\" alt=\"Chuck E. Cheese blowing a horn\">\n    <div class=\"video-container\" id=\"video2\">\n      <div class=\"wistia_responsive_padding\">\n        <div class=\"wistia_responsive_wrapper\">\n          <div class=\"wistia_embed wistia_async_beak0antkd\" seo=\"true\" videoFoam=\"true\">\n            <iframe src=\"https:\/\/fast.wistia.net\/embed\/iframe\/k81omqnaah?seo=true&#038;videoFoam=true\" allow=\"autoplay; fullscreen\" allowtransparency=\"true\" frameborder=\"0\" scrolling=\"no\"><\/iframe>\n          <\/div>\n        <\/div>\n      <\/div>\n      <img decoding=\"async\" src=\"https:\/\/www.chuckecheese.com.sa\/wp-content\/uploads\/fall2024\/photocircle.png\" class=\"mask\" alt=\"Circle Mask\">\n    <\/div>\n    <img decoding=\"async\" src=\"https:\/\/www.chuckecheese.com.sa\/wp-content\/uploads\/fall2024\/ballonday.png\" class=\"balloondec\" alt=\"3D decorative balloons\">\n    <div class=\"contentblock\">\n      <h2>The New Birthday Party Experience<\/h2>\n      <div class=\"contexttext\">Let your kids celebrate at Chuck E. Cheese with their friends, starting from SAR 69 per child<\/div>\n      <a href=\"\/parties\/\" class=\"whitebutton\">Browse Packages<\/a>\n    <\/div>\n    <img decoding=\"async\" src=\"https:\/\/www.chuckecheese.com.sa\/wp-content\/uploads\/fall2024\/lonestar3.png\" class=\"lonestar3\" alt=\"A lonely decorative star\">\n  <\/div>\n\n  <div class=\"hpsect sect4\">\n    <img decoding=\"async\" src=\"https:\/\/www.chuckecheese.com.sa\/wp-content\/uploads\/fall2024\/confettihorn.png\" class=\"confettihorn\" alt=\"A decorative confetti horn\">\n    <div class=\"video-container\" id=\"video3\">\n      <div class=\"wistia_responsive_padding\">\n        <div class=\"wistia_responsive_wrapper\">\n          <div class=\"wistia_embed wistia_async_zluaf0bva7\" seo=\"true\" videoFoam=\"true\">\n            <iframe src=\"https:\/\/fast.wistia.net\/embed\/iframe\/zluaf0bva7?seo=true&#038;videoFoam=true\" allow=\"autoplay; fullscreen\" allowtransparency=\"true\" frameborder=\"0\" scrolling=\"no\"><\/iframe>\n          <\/div>\n        <\/div>\n      <\/div>\n      <img decoding=\"async\" src=\"https:\/\/www.chuckecheese.com.sa\/wp-content\/uploads\/fall2024\/photocircle.png\" class=\"mask\" alt=\"Circle Mask\">\n    <\/div>\n    <div class=\"contentblock\">\n      <h2>The <span style=\"color: #E80016;\">New<\/span> Adventure Zone<\/h2>\n      <div class=\"contexttext\">Jump into the fun with Chuck E. Cheese adventures!<\/div>\n    <\/div>\n    <img decoding=\"async\" src=\"https:\/\/www.chuckecheese.com.sa\/wp-content\/uploads\/fall2024\/helenjumping.png\" class=\"helenjumping visible\" alt=\"Helen Jumping\">\n  <\/div>\n\n  <div class=\"hpsect sect5\">\n    <div class=\"video-container\" id=\"video4\">\n      <div class=\"wistia_responsive_padding\">\n        <div class=\"wistia_responsive_wrapper\">\n          <div class=\"wistia_embed wistia_async_aavyn8cfkn\" seo=\"true\" videoFoam=\"true\">\n            <iframe src=\"https:\/\/fast.wistia.net\/embed\/iframe\/zvjlwf2ekp?seo=true&#038;videoFoam=true\" allow=\"autoplay; fullscreen\" allowtransparency=\"true\" frameborder=\"0\" scrolling=\"no\"><\/iframe>\n          <\/div>\n        <\/div>\n      <\/div>\n      <img decoding=\"async\" src=\"https:\/\/www.chuckecheese.com.sa\/wp-content\/uploads\/fall2024\/photocircle.png\" class=\"mask\" alt=\"Circle Mask\">\n    <\/div>\n    <div class=\"contentblock\">\n      <h2>Exciting New Games<\/h2>\n      <div class=\"contexttext\">SAR 20 million spent on redesigning our entertainment centers<\/div>\n      <a href=\"\/whats-new\" class=\"whitebutton\">See What&#8217;s New<\/a>\n    <\/div>\n    <img decoding=\"async\" src=\"https:\/\/www.chuckecheese.com.sa\/wp-content\/uploads\/fall2024\/gameovergame3.png\" class=\"gameovergame\" alt=\"Decorative videogame\">\n    <img decoding=\"async\" src=\"https:\/\/www.chuckecheese.com.sa\/wp-content\/uploads\/fall2024\/tinytwostars.png\" class=\"tinytwostars\" alt=\"Two small decorative stars\">\n    <img decoding=\"async\" src=\"https:\/\/www.chuckecheese.com.sa\/wp-content\/uploads\/fall2024\/lonestar5.png\" class=\"lonestar5a\" alt=\"A decorative star\">\n  <\/div>\n\n  <div class=\"hpsect sect6\">\n    <img decoding=\"async\" src=\"https:\/\/www.chuckecheese.com.sa\/wp-content\/uploads\/fall2024\/purplepresent.png\" class=\"purplepresent\" alt=\"A decorative purple present\">\n    <img decoding=\"async\" src=\"https:\/\/www.chuckecheese.com.sa\/wp-content\/uploads\/fall2024\/munchwaving3.gif\" class=\"munchwaving\" alt=\"Mr. Munch waving!\">\n    <div class=\"video-container\" id=\"video5\">\n      <div class=\"wistia_responsive_padding\">\n        <div class=\"wistia_responsive_wrapper\">\n          <div class=\"wistia_embed wistia_async_e3tawcpsze\" seo=\"true\" videoFoam=\"true\">\n            <iframe src=\"https:\/\/fast.wistia.net\/embed\/iframe\/l3vdfk1whe?seo=true&#038;videoFoam=true\" allow=\"autoplay; fullscreen\" allowtransparency=\"true\" frameborder=\"0\" scrolling=\"no\"><\/iframe>\n          <\/div>\n        <\/div>\n      <\/div>\n      <img decoding=\"async\" src=\"https:\/\/www.chuckecheese.com.sa\/wp-content\/uploads\/fall2024\/photocircle.png\" class=\"mask\" alt=\"Circle Mask\">\n    <\/div>\n    <div class=\"contentblock\">\n      <h2>Amazing New Prizes<\/h2>\n      <div class=\"contexttext\">We&#8217;ve refreshed our prizes to make sure you&#8217;re delighted<\/div>\n    <\/div>\n    <img decoding=\"async\" src=\"https:\/\/www.chuckecheese.com.sa\/wp-content\/uploads\/fall2024\/bella2.png\" class=\"bella\" alt=\"Bella waving\">\n    <img decoding=\"async\" src=\"https:\/\/www.chuckecheese.com.sa\/wp-content\/uploads\/fall2024\/lonestar5.png\" class=\"lonestar5\" alt=\"A decorative star\">\n  <\/div>\n\n  <img decoding=\"async\" src=\"https:\/\/www.chuckecheese.com.sa\/wp-content\/uploads\/fall2024\/rocketship.png\" class=\"rocketship\" alt=\"a decorative rocket ship\">\n<\/div>\n\n<section class=\"features-section\">\n  <div class=\"features-container\">\n    <div class=\"features-grid\">\n      <div class=\"feature-card\">\n        <div class=\"feature-icon\"><i class=\"fa-solid fa-gamepad\"><\/i><\/div>\n        <h3>An Exceptional Play Experience<\/h3>\n        <p>Enjoy the latest games and entertainment activities for all ages, and make the best memories with family and friends on every visit.<\/p>\n      <\/div>\n      <div class=\"feature-card\">\n        <div class=\"feature-icon\"><i class=\"fa-solid fa-shield-halved\"><\/i><\/div>\n        <h3>A Safe Environment<\/h3>\n        <p>We uphold the highest standards of safety and cleanliness with a professional, trained team, so your kids enjoy a fun and safe experience at all our branches.<\/p>\n      <\/div>\n      <div class=\"feature-card\">\n        <div class=\"feature-icon\"><i class=\"fa-solid fa-location-dot\"><\/i><\/div>\n        <h3>Branches Everywhere<\/h3>\n        <p>Wherever you are, you&#8217;ll find us nearby, with a wide network of branches offering the same quality, service, and outstanding play experience.<\/p>\n      <\/div>\n    <\/div>\n  <\/div>\n<\/section>\n\n<a name=\"birthdayclub\"><\/a>\n<div class=\"birthdayclub\">\n  <img decoding=\"async\" class=\"bday-club-logo\" src=\"https:\/\/www.chuckecheese.com.sa\/wp-content\/uploads\/2024\/09\/chuck-e-cheese-birthday-club-cropped.png\" alt=\"Chuck E. Cheese Birthday Club\">\n  <h2>Birthday Club<\/h2>\n  <p>Join the Chuck E. Cheese Birthday Club and get free gifts, game upgrades, discounts, and more for your family members<\/p>\n  \n<div class=\"wpcf7 no-js\" id=\"wpcf7-f7481-o1\" lang=\"en-US\" dir=\"ltr\" data-wpcf7-id=\"7481\">\n<div class=\"screen-reader-response\"><p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"><\/p> <ul><\/ul><\/div>\n<form action=\"\/en\/wp-json\/wp\/v2\/pages\/6312#wpcf7-f7481-o1\" method=\"post\" class=\"wpcf7-form init\" aria-label=\"Contact form\" novalidate=\"novalidate\" data-status=\"init\">\n<fieldset class=\"hidden-fields-container\"><input type=\"hidden\" name=\"_wpcf7\" value=\"7481\" \/><input type=\"hidden\" name=\"_wpcf7_version\" value=\"6.1.7\" \/><input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" \/><input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f7481-o1\" \/><input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" \/><input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" \/><input type=\"hidden\" name=\"_extcf7_conditional_options\" value=\"{&quot;form_id&quot;:7481,&quot;conditions&quot;:[]}\" \/><input type=\"hidden\" name=\"_extcf7_redirect_options\" value=\"{&quot;form_id&quot;:7481,&quot;redirect_options&quot;:{&quot;redirection_enable&quot;:&quot;off&quot;,&quot;custom_url_enable&quot;:&quot;off&quot;,&quot;redirect_page&quot;:&quot;&quot;,&quot;custom_urle&quot;:&quot;&quot;,&quot;redirect_new_tab&quot;:&quot;off&quot;,&quot;js_action&quot;:&quot;off&quot;,&quot;javascript_code&quot;:&quot;&quot;}}\" \/><input type=\"hidden\" name=\"_wpcf7_recaptcha_response\" value=\"\" \/>\n<\/fieldset>\n<div class=\"groupofferform\">\n<h2>Sign Up For Special Offers<\/h2>  \n<p class=\"textinfo\">Sign up below to receive event news, offers, and special deals. We won't share your information or fill your mailbox.<\/p>\n<table class=\"groupoffertable\" style=\"width:100%;\">\n  <tr>\n\t<td><span class=\"wpcf7-form-control-wrap\" data-name=\"firstname\"><input size=\"40\" maxlength=\"400\" class=\"wpcf7-form-control wpcf7-text wpcf7-validates-as-required\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"First Name*\" value=\"\" type=\"text\" name=\"firstname\" \/><\/span><\/td>\n    <td><span class=\"wpcf7-form-control-wrap\" data-name=\"lastname\"><input size=\"40\" maxlength=\"400\" class=\"wpcf7-form-control wpcf7-text wpcf7-validates-as-required\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Last Name*\" value=\"\" type=\"text\" name=\"lastname\" \/><\/span><\/td>\n  <\/tr>\n  <tr><td colspan=2><span class=\"wpcf7-form-control-wrap\" data-name=\"your-email\"><input size=\"40\" maxlength=\"400\" class=\"wpcf7-form-control wpcf7-email wpcf7-validates-as-required wpcf7-text wpcf7-validates-as-email\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Your Email*\" value=\"\" type=\"email\" name=\"your-email\" \/><\/span><\/td><\/tr>\n  <tr>\n    <td><span class=\"wpcf7-form-control-wrap\" data-name=\"your-phone\"><input size=\"40\" maxlength=\"400\" class=\"wpcf7-form-control wpcf7-tel wpcf7-validates-as-required wpcf7-text wpcf7-validates-as-tel\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Your Phone*\" value=\"\" type=\"tel\" name=\"your-phone\" \/><\/span><\/td>\n    <td><span class=\"wpcf7-form-control-wrap\" data-name=\"your-city\"><select class=\"wpcf7-form-control wpcf7-select wpcf7-validates-as-required\" aria-required=\"true\" aria-invalid=\"false\" name=\"your-city\"><option value=\"\">Select City<\/option><option value=\"Abha\">Abha<\/option><option value=\"Al Hofuf\">Al Hofuf<\/option><option value=\"Al Kharj\">Al Kharj<\/option><option value=\"Al-Madinah\">Al-Madinah<\/option><option value=\"Arar\">Arar<\/option><option value=\"Buraydah\">Buraydah<\/option><option value=\"Dammam\">Dammam<\/option><option value=\"Dawadmi\">Dawadmi<\/option><option value=\"Dhahran\">Dhahran<\/option><option value=\"Hail\">Hail<\/option><option value=\"Jeddah\">Jeddah<\/option><option value=\"Jizan\">Jizan<\/option><option value=\"Jubail\">Jubail<\/option><option value=\"Khamis Mushait\">Khamis Mushait<\/option><option value=\"Khobar\">Khobar<\/option><option value=\"Mecca\">Mecca<\/option><option value=\"Najran\">Najran<\/option><option value=\"Riyadh\">Riyadh<\/option><option value=\"Sakakah\">Sakakah<\/option><option value=\"Tabuk\">Tabuk<\/option><option value=\"Taif\">Taif<\/option><option value=\"Unaizah\">Unaizah<\/option><option value=\"Yanbu\">Yanbu<\/option><\/select><\/span><\/td>\n  <\/tr>\n  <tr>\n    <td><span class=\"wpcf7-form-control-wrap\" data-name=\"your-company\"><input size=\"40\" maxlength=\"400\" class=\"wpcf7-form-control wpcf7-text\" aria-invalid=\"false\" placeholder=\"Company\/Organization\" value=\"\" type=\"text\" name=\"your-company\" \/><\/span><\/td>\n    <td><span class=\"wpcf7-form-control-wrap\" data-name=\"company-position\"><input size=\"40\" maxlength=\"400\" class=\"wpcf7-form-control wpcf7-text\" aria-invalid=\"false\" placeholder=\"Position Name\" value=\"\" type=\"text\" name=\"company-position\" \/><\/span><\/td>\n  <\/tr>\n<\/table>\n<table class=\"checkboxinfo\">\n  <tr><td><span class=\"wpcf7-form-control-wrap\" data-name=\"checkbox-singup\"><span class=\"wpcf7-form-control wpcf7-checkbox\"><span class=\"wpcf7-list-item first last\"><label><input type=\"checkbox\" name=\"checkbox-singup[]\" value=\"OPTIONAL: Sign me up to receive the Chuck E. Cheese eNewsletter and other emails specifically about Chuck E. Cheese. You may cancel anytime with just a couple of clicks.\" \/><span class=\"wpcf7-list-item-label\">OPTIONAL: Sign me up to receive the Chuck E. Cheese eNewsletter and other emails specifically about Chuck E. Cheese. You may cancel anytime with just a couple of clicks.<\/span><\/label><\/span><\/span><\/span><\/td>\n      <\/tr>\n  <tr><td><span class=\"wpcf7-form-control-wrap\" data-name=\"checkbox-event\"><span class=\"wpcf7-form-control wpcf7-checkbox\"><span class=\"wpcf7-list-item first last\"><label><input type=\"checkbox\" name=\"checkbox-event[]\" value=\"I need help planning my event! Please contact me ASAP to answer questions and help me plan my event.\" \/><span class=\"wpcf7-list-item-label\">I need help planning my event! Please contact me ASAP to answer questions and help me plan my event.<\/span><\/label><\/span><\/span><\/span><\/td>\n      <\/tr>\n  <\/table>\n\t\n\t<input type=\"submit\" value=\"REGISTER\" class=\"submitbutton\" \/>\n  \n<\/div>\n\n<STYLE>\n.groupofferform {\n    max-width: 980px;\n    display: block;\n    margin-left: auto;\n    margin-right: auto;\n    background: #673685;\n    color: white;\n    padding: 30px;\n    margin-bottom: 60px;\n    text-align: center;\n}\n\ntable.groupoffertable {\n    max-width: 400px;\n    margin-left: auto;\n    margin-right: auto;\n}\n\n.groupofferform h2 {\n    color: white;\n    text-align: center;\n    margin-bottom: 3px;\n\tline-height: 110%;\n}\n\n.groupofferform p.textinfo {\n    max-width: 80%;\n    margin-left: auto;\n    margin-right: auto;\n    line-height: 150%;\n    margin-top: 6px;\n}\n\ninput.submitbutton {\n    margin-left: auto;\n    margin-right: auto;\n    display: block;\n    padding: 9px;\n    font-weight: bold;\n    padding-left: 60px;\n    padding-right: 60px;\n    margin-top: 0px;\n    background: #f00;\n    color: white;\n    border: none;\n    text-shadow: none;\n}\n\n.groupofferform input[type=color], .groupofferform input[type=date], .groupofferform input[type=datetime], .groupofferform input[type=datetime-local], .groupofferform input[type=email], .groupofferform input[type=month], .groupofferform input[type=number], .groupofferform input[type=password], .groupofferform input[type=search], .groupofferform input[type=tel], .groupofferform input[type=text], .groupofferform input[type=url], .groupofferform input[type=week], .groupofferform input:not([type]), .groupofferform textarea, .groupofferform select {\n    border-radius: 0px;\n    padding: 6px;\n    background: white;\n    color: #333;\n    font-weight: 400;\nfont-size: 14px;\n    margin-bottom: 0;\n    border: 1px solid #673685;\n    border-right: 3px solid #673685;\n}\n\ntable.checkboxinfo {\n    max-width: 700px;\n    text-align: left;\n    margin-left: auto;\n    margin-right: auto;\n    margin-top: 10px;\n}\n\n.checkboxinfo input {\n    position: absolute;\ntop: 3px;\nleft: 0;\n}\n\ntable.checkboxinfo td {\n    vertical-align: top;\n    padding: 0px;\n}\n\n.checkboxinfo label {\n    font-weight: 500;\n    font-size: 11pt;\n    line-height: 126%;\n    vertical-align: text-bottom;\n    padding: 0px 0 0 20px;\n    margin: 0px;\nposition: relative;\n}\n\n@media (max-width:700px) {\n\n\t.groupofferform h2 {\n\t\tfont-size: 20pt;\n\t}\n\t\n\t.groupofferform p.textinfo {\n\t\tfont-size: 11pt;\n\t\tline-height: 124%;\n\t\tmargin-top: 11px;\n\t}\t\n\t\n\t.checkboxinfo label {\n\t\tfont-size: 10pt;\n\t}\t\n\t\n\ttable.checkboxinfo {\n\t\tmargin-bottom:20px;\n\t}\n}\n\np.hf-message.hf-message-success {\n    background: green;\n    color: white;\n    text-align: center;\n    padding: 20px;\n    font-weight: bold;\n    max-width: 980px;\n    margin-left: auto;\n    margin-right: auto;\n    margin-bottom: 30px;\n}\n  \n<\/STYLE><input type='hidden' class='wpcf7-pum' value='{\"closepopup\":false,\"closedelay\":0,\"openpopup\":false,\"openpopup_id\":0}' \/><div class=\"wpcf7-response-output\" aria-hidden=\"true\"><\/div>\n<\/form>\n<\/div>\n\n<\/div>\n\n<h3 style=\"\n    text-align: center;\n    color: #be0c0c;\n    margin: 0;\n    text-transform: capitalize !important;\n    font-size: 32px;\n    font-weight: 500;\n    font-family: 'Poppins', sans-serif !important;\">\n    &copy; Where A Kid Can Be A Kid\n<\/h3>\n\n<!-- ============ SCRIPTS ============ -->\n<script>\nfunction adjustZoom() {\n  const entryContent = document.querySelector('.entry-content');\n  const maxWidth = 1200;\n  const currentWidth = window.innerWidth;\n\n  if (currentWidth > maxWidth) {\n    const zoomLevel = currentWidth \/ maxWidth;\n    entryContent.style.zoom = zoomLevel;\n  } else {\n    entryContent.style.zoom = 1;\n  }\n}\n\nwindow.addEventListener('resize', adjustZoom);\nwindow.addEventListener('load', adjustZoom);\n<\/script><\/div>\n","protected":false},"excerpt":{"rendered":"","protected":false},"author":3,"featured_media":5827,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"singular-blank","meta":{"_acf_changed":false,"inline_featured_image":false,"footnotes":""},"class_list":["post-6312","page","type-page","status-publish","has-post-thumbnail","hentry"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v28.3 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>The Chuck E. Cheese Experience | Kids Birthday Parties, Pizza &amp; Arcade Games<\/title>\n<meta name=\"description\" content=\"Chuck E. Cheese is the ultimate kids&#039; birthday party place for everyday fun. Visit us for arcade games, pizza, and group events.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.chuckecheese.com.sa\/en\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"The Chuck E. Cheese Experience | Kids Birthday Parties, Pizza &amp; Arcade Games\" \/>\n<meta property=\"og:description\" content=\"Chuck E. Cheese is the ultimate kids&#039; birthday party place for everyday fun. Visit us for arcade games, pizza, and group events.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.chuckecheese.com.sa\/en\/\" \/>\n<meta property=\"og:site_name\" content=\"The Chuck E. Cheese Experience\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/ChuckECheese\/\" \/>\n<meta property=\"article:modified_time\" content=\"2026-08-06T07:48:54+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.chuckecheese.com.sa\/wp-content\/uploads\/2024\/04\/placeholder1.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"660\" \/>\n\t<meta property=\"og:image:height\" content=\"440\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:site\" content=\"@ChuckECheese\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"1 minute\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.chuckecheese.com.sa\\\/en\\\/\",\"url\":\"https:\\\/\\\/www.chuckecheese.com.sa\\\/en\\\/\",\"name\":\"The Chuck E. Cheese Experience | Kids Birthday Parties, Pizza & Arcade Games\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.chuckecheese.com.sa\\\/en\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/www.chuckecheese.com.sa\\\/en\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/www.chuckecheese.com.sa\\\/en\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.chuckecheese.com.sa\\\/wp-content\\\/uploads\\\/2024\\\/04\\\/placeholder1.jpg\",\"datePublished\":\"2024-08-03T22:46:59+00:00\",\"dateModified\":\"2026-08-06T07:48:54+00:00\",\"description\":\"Chuck E. Cheese is the ultimate kids' birthday party place for everyday fun. Visit us for arcade games, pizza, and group events.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.chuckecheese.com.sa\\\/en\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.chuckecheese.com.sa\\\/en\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/www.chuckecheese.com.sa\\\/en\\\/#primaryimage\",\"url\":\"https:\\\/\\\/www.chuckecheese.com.sa\\\/wp-content\\\/uploads\\\/2024\\\/04\\\/placeholder1.jpg\",\"contentUrl\":\"https:\\\/\\\/www.chuckecheese.com.sa\\\/wp-content\\\/uploads\\\/2024\\\/04\\\/placeholder1.jpg\",\"width\":660,\"height\":440,\"caption\":\"Chuck E. Cheese\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.chuckecheese.com.sa\\\/en\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/www.chuckecheese.com.sa\\\/en\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Home Page\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.chuckecheese.com.sa\\\/en\\\/#website\",\"url\":\"https:\\\/\\\/www.chuckecheese.com.sa\\\/en\\\/\",\"name\":\"The Chuck E. Cheese Experience\",\"description\":\"Where a kid can be a kid!\",\"publisher\":{\"@id\":\"https:\\\/\\\/www.chuckecheese.com.sa\\\/en\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/www.chuckecheese.com.sa\\\/en\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/www.chuckecheese.com.sa\\\/en\\\/#organization\",\"name\":\"Chuck E. Cheese\",\"url\":\"https:\\\/\\\/www.chuckecheese.com.sa\\\/en\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/www.chuckecheese.com.sa\\\/en\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/www.chuckecheese.com.sa\\\/wp-content\\\/uploads\\\/2021\\\/08\\\/cec-logo.svg\",\"contentUrl\":\"https:\\\/\\\/www.chuckecheese.com.sa\\\/wp-content\\\/uploads\\\/2021\\\/08\\\/cec-logo.svg\",\"width\":\"1024\",\"height\":\"1024\",\"caption\":\"Chuck E. Cheese\"},\"image\":{\"@id\":\"https:\\\/\\\/www.chuckecheese.com.sa\\\/en\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/www.facebook.com\\\/ChuckECheese\\\/\",\"https:\\\/\\\/x.com\\\/ChuckECheese\",\"https:\\\/\\\/www.instagram.com\\\/chuckecheese\\\/\",\"https:\\\/\\\/www.youtube.com\\\/user\\\/chuckecheesevideo\",\"https:\\\/\\\/www.pinterest.com\\\/chuckecheese\\\/_created\\\/\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"The Chuck E. Cheese Experience | Kids Birthday Parties, Pizza & Arcade Games","description":"Chuck E. Cheese is the ultimate kids' birthday party place for everyday fun. Visit us for arcade games, pizza, and group events.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.chuckecheese.com.sa\/en\/","og_locale":"en_US","og_type":"article","og_title":"The Chuck E. Cheese Experience | Kids Birthday Parties, Pizza & Arcade Games","og_description":"Chuck E. Cheese is the ultimate kids' birthday party place for everyday fun. Visit us for arcade games, pizza, and group events.","og_url":"https:\/\/www.chuckecheese.com.sa\/en\/","og_site_name":"The Chuck E. Cheese Experience","article_publisher":"https:\/\/www.facebook.com\/ChuckECheese\/","article_modified_time":"2026-08-06T07:48:54+00:00","og_image":[{"width":660,"height":440,"url":"https:\/\/www.chuckecheese.com.sa\/wp-content\/uploads\/2024\/04\/placeholder1.jpg","type":"image\/jpeg"}],"twitter_card":"summary_large_image","twitter_site":"@ChuckECheese","twitter_misc":{"Est. reading time":"1 minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/www.chuckecheese.com.sa\/en\/","url":"https:\/\/www.chuckecheese.com.sa\/en\/","name":"The Chuck E. Cheese Experience | Kids Birthday Parties, Pizza & Arcade Games","isPartOf":{"@id":"https:\/\/www.chuckecheese.com.sa\/en\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.chuckecheese.com.sa\/en\/#primaryimage"},"image":{"@id":"https:\/\/www.chuckecheese.com.sa\/en\/#primaryimage"},"thumbnailUrl":"https:\/\/www.chuckecheese.com.sa\/wp-content\/uploads\/2024\/04\/placeholder1.jpg","datePublished":"2024-08-03T22:46:59+00:00","dateModified":"2026-08-06T07:48:54+00:00","description":"Chuck E. Cheese is the ultimate kids' birthday party place for everyday fun. Visit us for arcade games, pizza, and group events.","breadcrumb":{"@id":"https:\/\/www.chuckecheese.com.sa\/en\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.chuckecheese.com.sa\/en\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.chuckecheese.com.sa\/en\/#primaryimage","url":"https:\/\/www.chuckecheese.com.sa\/wp-content\/uploads\/2024\/04\/placeholder1.jpg","contentUrl":"https:\/\/www.chuckecheese.com.sa\/wp-content\/uploads\/2024\/04\/placeholder1.jpg","width":660,"height":440,"caption":"Chuck E. Cheese"},{"@type":"BreadcrumbList","@id":"https:\/\/www.chuckecheese.com.sa\/en\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.chuckecheese.com.sa\/en\/"},{"@type":"ListItem","position":2,"name":"Home Page"}]},{"@type":"WebSite","@id":"https:\/\/www.chuckecheese.com.sa\/en\/#website","url":"https:\/\/www.chuckecheese.com.sa\/en\/","name":"The Chuck E. Cheese Experience","description":"Where a kid can be a kid!","publisher":{"@id":"https:\/\/www.chuckecheese.com.sa\/en\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.chuckecheese.com.sa\/en\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/www.chuckecheese.com.sa\/en\/#organization","name":"Chuck E. Cheese","url":"https:\/\/www.chuckecheese.com.sa\/en\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.chuckecheese.com.sa\/en\/#\/schema\/logo\/image\/","url":"https:\/\/www.chuckecheese.com.sa\/wp-content\/uploads\/2021\/08\/cec-logo.svg","contentUrl":"https:\/\/www.chuckecheese.com.sa\/wp-content\/uploads\/2021\/08\/cec-logo.svg","width":"1024","height":"1024","caption":"Chuck E. Cheese"},"image":{"@id":"https:\/\/www.chuckecheese.com.sa\/en\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/ChuckECheese\/","https:\/\/x.com\/ChuckECheese","https:\/\/www.instagram.com\/chuckecheese\/","https:\/\/www.youtube.com\/user\/chuckecheesevideo","https:\/\/www.pinterest.com\/chuckecheese\/_created\/"]}]}},"_links":{"self":[{"href":"https:\/\/www.chuckecheese.com.sa\/en\/wp-json\/wp\/v2\/pages\/6312","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.chuckecheese.com.sa\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.chuckecheese.com.sa\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.chuckecheese.com.sa\/en\/wp-json\/wp\/v2\/users\/3"}],"replies":[{"embeddable":true,"href":"https:\/\/www.chuckecheese.com.sa\/en\/wp-json\/wp\/v2\/comments?post=6312"}],"version-history":[{"count":3,"href":"https:\/\/www.chuckecheese.com.sa\/en\/wp-json\/wp\/v2\/pages\/6312\/revisions"}],"predecessor-version":[{"id":10434,"href":"https:\/\/www.chuckecheese.com.sa\/en\/wp-json\/wp\/v2\/pages\/6312\/revisions\/10434"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.chuckecheese.com.sa\/en\/wp-json\/wp\/v2\/media\/5827"}],"wp:attachment":[{"href":"https:\/\/www.chuckecheese.com.sa\/en\/wp-json\/wp\/v2\/media?parent=6312"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}