
#booked-profile-page h3{
  color: #f60b0e;
}


#booked-profile-page h4{
  color: #000000;
}

.red {
	  color: #f60b0e;
}

.StripeElement {
  box-sizing: border-box;

  height: 40px;
  width: 100%;
  padding: 10px 12px;
  margin: 0 0px 30px 0px;

  border: 1px solid transparent;
  border-radius: 4px;
  background-color: white;

  box-shadow: 0 1px 3px 0 #e6ebf1;
  -webkit-transition: box-shadow 150ms ease;
  transition: box-shadow 150ms ease;
}

.StripeElement--focus {
  box-shadow: 0 1px 3px 0 #cfd7df;
}

.StripeElement--invalid {
  border-color: #fa755a;
}

.StripeElement--webkit-autofill {
  background-color: #fefde5 !important;
}

.coupon  {
}


.coupon-gift {
    font-size:12em;
    color:#ffffff;
}
.coupon-gift-text {
    font-size:1.75em;
    color:#ffffff;
}

.form-coupon {
  background:#e7e7e7;
  border:1px solid #000000;
  padding:10px;
  width:100%;
  font-size:16px;
}

.form-coupon-textarea {
  background:#e7e7e7;
  border:1px solid #000000;
  padding:10px;
  width:100%;
  font-size:16px;
}


.red {
    color: red;
}

 .contact-info h3 {
  color: red;
}

.terms {
  padding:5px 10px 5px 10px;
  font-size:12px;
  height:100px;
  overflow: auto;
  background:#ffffff;
}

.faqs {
  font-size:1.5em;

}

.faqs li {
    margin: 0 0 0 2em;
}
.faqs h4 {
    margin: 0 0 1em 0em;
}

.results-name {
  font-size:2em;
}
.results-icon {
  color:#ffffff;
  padding-left:25px
}

.results-standing {
  padding-top:1.3em;
  padding-bottom:1em;
  font-size:1.6em;
}

.results-box {
  color:#000;
  background:#fff;
  padding:25px 0 0 0;
}

.results-box h2 {
  color:#000;
}

.results-data {
  text-transform: uppercase;
  padding-bottom:0.5em;
}

.custom-game-title {
  margin-bottom: 0.5rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  line-height: 1.2;
  color: #fff;
}

.faq-content {
  font-size:1.1em;
}

.about-content {
  font-size:22px;
  padding: 10px 0px 19px 0px;
}

@media (max-width: 768px) {
  .about-content {
    font-size: 16px;
    padding: 8px 0 15px 0;
  }
}

.faqs h4 {
  text-transform: uppercase;
}

.game-left-block {
  padding-bottom:20px;
}

.box-white {
  color:#181818;
}

.beta-test-city {
  font-size: 1.15em;
}

#home-mobile-content {
  margin-top:10em;

}


.pulsing {
  -webkit-animation: pulsing 1s infinite cubic-bezier(0.66, 0, 0, 1);
  -moz-animation: pulsing 1s infinite cubic-bezier(0.66, 0, 0, 1);
  -ms-animation: pulsing 1s infinite cubic-bezier(0.66, 0, 0, 1);
  animation: pulsing 1s infinite cubic-bezier(0.66, 0, 0, 1);
  transition: all 1500ms ease-in-out;
}

a.pulsing:hover {
  -webkit-animation: none;
  -moz-animation: none;
  -ms-animation: none;
  animation: none;
}


@keyframes pulsing {
  0% {
    transform: scale(1, 1);
  }
  50% {
    opacity: 0.95;
  }
  100% {
    transform: scale(1.15);
    opacity: 1;
  }
}


.cta-home {
  margin-top: 10%;
  margin-left: 5%;
  padding:25px;
  background: #181818;
  opacity: .9;
  max-width:580px;
  width: 100%;
  border-radius: .25rem;
}

.section-content-black {
  background: #181818;
}

@media (max-width: 800px) {
  body {
    background-position: 57% 10%;
  }

  .cta-home {
    margin-top: 30%;
    margin-left: 2%;
    padding:25px;
    background: #181818;
    opacity: .9;
    max-width:220px;
    width: 100%;
  }

  .section-center-black {
    padding-top:20px;
  }

}

.textarea {
  background: #ffffff;
  color:#181818;
}

.starrr {
  display: inline-block;
}

.starrr a {
  font-size: 35px;
  padding: 0 1px;
  cursor: pointer;
  color: #f60b0e;
  text-decoration: none; }

.btn-clickhere {
  color:#181818;
  font-weight: bold;
  text-transform: uppercase;
}

.btn-clickhere:hover {
  color:red;
  font-weight: bold;
  text-decoration: underline;
  text-transform: uppercase;
}

.launching_title {
  color: #0b0b0b;
}

/* ==========================================================================
   Launcher Page - Cinematic "Press Start" Experience
   ========================================================================== */

.launcher-card {
  background-color: #ffffff;
  padding: 40px 24px 36px;
  border-radius: 12px;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.08);
  max-width: 560px;
  margin: 24px auto;
}

@media (min-width: 768px) {
  .launcher-card {
    padding: 56px 48px 48px;
  }
}

.launcher-welcome {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.75rem;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 8px;
  letter-spacing: -0.01em;
}

@media (min-width: 768px) {
  .launcher-welcome {
    font-size: 2.25rem;
  }
}

.launcher-context {
  font-size: 1.05rem;
  color: #444;
  margin-bottom: 6px;
  line-height: 1.5;
}

@media (min-width: 768px) {
  .launcher-context {
    font-size: 1.15rem;
  }
}

.launcher-tagline {
  font-size: 0.95rem;
  color: #888;
  margin-bottom: 28px;
  font-style: italic;
}

/* Language Switcher */
.launcher-lang-switcher {
  margin-bottom: 32px;
}

.launcher-lang-label {
  display: block;
  font-size: 0.8rem;
  color: #999;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 10px;
}

.launcher-lang-buttons {
  display: inline-flex;
  gap: 0;
  border-radius: 8px;
  overflow: hidden;
  border: 2px solid #e0e0e0;
}

.launcher-lang-btn {
  padding: 8px 24px;
  border: none;
  background: #fafafa;
  color: #666;
  font-size: 0.9rem;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s ease;
  outline: none;
}

.launcher-lang-btn:first-child {
  border-right: 1px solid #e0e0e0;
}

.launcher-lang-btn:hover:not(.launcher-lang-btn--active) {
  background: #f0f0f0;
  color: #333;
}

.launcher-lang-btn--active {
  background: #F60B0E;
  color: #ffffff;
  font-weight: 600;
  cursor: default;
}

/* CTA Button */
.launcher-cta-wrapper {
  margin-bottom: 16px;
}

.launcher-cta {
  font-size: 1.15rem;
  font-weight: 600;
  padding: 14px 48px;
  border-radius: 8px;
  letter-spacing: 0.02em;
  text-transform: none;
}

@media (min-width: 768px) {
  .launcher-cta {
    font-size: 1.25rem;
    padding: 16px 56px;
  }
}

/* Micro anticipation text */
.launcher-micro {
  font-size: 0.85rem;
  color: #aaa;
  margin-top: 4px;
  margin-bottom: 0;
}

/* Too many players warning */
.launcher-warning {
  padding: 16px 24px;
  margin-bottom: 24px;
  font-size: 1rem;
  background-color: #fff8e1;
  border: 1px solid #ffe082;
  border-radius: 8px;
  color: #6d4c00;
}

/* Modal - warm conversational styling */
.launcher-modal-header {
  text-align: center;
  margin-bottom: 28px;
  padding-top: 8px;
}

.launcher-modal-title {
  font-size: 1.35rem;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 6px;
}

.launcher-modal-subtitle {
  font-size: 0.9rem;
  color: #777;
  line-height: 1.4;
}

.launcher-modal-sections {
  text-align: left;
  color: #333;
}

.launcher-modal-section {
  margin-bottom: 18px;
}

.launcher-modal-section-title {
  font-weight: 600;
  font-size: 0.95rem;
  color: #1a1a1a;
  margin-bottom: 3px;
}

.launcher-modal-section-text {
  font-size: 0.88rem;
  color: #555;
  line-height: 1.5;
}

.launcher-modal-terms {
  padding-top: 14px;
  border-top: 1px solid #e8e8e8;
}

.launcher-terms-link {
  color: #F60B0E;
  text-decoration: underline;
  font-weight: 500;
}

.launcher-terms-link:hover {
  color: #c7070a;
}

.launcher-modal-checkbox {
  margin: 18px 0;
}

.launcher-modal-checkbox .custom-control-label {
  font-size: 0.88rem;
  color: #444;
}

.testeur-page-paragraph {
  font-size: 1.1em;
}

.modal-content {
  background-color: #e7e7e7;
  color:#181818;
  text-align: left;
}


.pulsing {
  -webkit-animation: pulsing 1s infinite cubic-bezier(0.66, 0, 0, 1);
  -moz-animation: pulsing 1s infinite cubic-bezier(0.66, 0, 0, 1);
  -ms-animation: pulsing 1s infinite cubic-bezier(0.66, 0, 0, 1);
  animation: pulsing 1s infinite cubic-bezier(0.66, 0, 0, 1);
  transition: all 1500ms ease-in-out;
}

a.pulsing:hover {
  -webkit-animation: none;
  -moz-animation: none;
  -ms-animation: none;
  animation: none;
}


@keyframes pulsing {
  0% {
    transform: scale(1, 1);
  }
  50% {
    opacity: 0.9;
  }
  100% {
    transform: scale(0.99);
    opacity: 1;
  }
}

.organize-checkout-td {
  padding:18px;
}

.text-grey {
  color:#282828;
}

.btn-over {
  font-size: .9em;
  font-family: "Montserrat", sans-serif;
}

.btn-over:hover {
  text-decoration: underline;
}

.faq-answer {
  color: #252525;
  margin-bottom: 20px;
  padding:10px 0
}

.section-content-demi {
  margin: 35px 0 0 0;
  padding: 35px 0 0 0;
}

.section-black-demi {
background: #252525;
}


.mastermind-border-bottom {
  padding-top: 0px;
  padding-bottom:5px;
  border-bottom: 1px solid #333232;
}

.about-mission {
  font-size: 1.2em;
  margin-bottom: 35px;
}


.text-black {
  color: #1B1B1B;
}

.section-center-black {
    padding-bottom: 30px;
    background-color: #252525;
}

.section-content-no-margin {
    padding-top: 30px;
}

.section-heading-no-margin {
    margin-bottom: 10px;
}

.link-red {
  color:red;
}
.link-red:hover {
  color:white;
}

.img-gift-card {
  max-width: unset;
}


.btn-dispatch {
  font-weight:bold;
  font-size:0.75em;
}

@media (min-width: 768px) {
  .btn-dispatch {
  font-size:1.25em;
  }
}

@media (min-width: 992px) {
  .btn-dispatch {
    font-size:1.5em;
  }
}

.dispatch-home {
  font-size: 1.25rem;
  color:#fff0f0;
}

@media (min-width: 768px) {
  .dispatch-home {
  font-size:1.7em;
  }
}

@media (min-width: 992px) {
  .dispatch-home {
    font-size:1.9em;
  }
}


.btn-dispatch-soon {
  font-weight:bold;
  font-size:1.25em;
}

@media (min-width: 768px) {
  .btn-dispatch-soon {
  font-size:1.5em;
  }
}

@media (min-width: 992px) {
  .btn-dispatch-soon {
    font-size:1.5em;
  }
}

/* ==========================================================================
   Header Nav Bar (.hdr-nav)
   ========================================================================== */

.hdr-nav {
  display: flex;
  align-items: center;
  background-color: #ed1b24;
  padding: 0 24px;
  position: relative;
  z-index: 200;
}

.hdr-nav__logo {
  flex-shrink: 0;
  margin-right: 32px;
}

.hdr-nav__logo img {
  width: 200px;
  display: block;
}

.hdr-nav__links {
  display: flex;
  align-items: center;
  gap: 4px;
  flex: 1;
}

.hdr-nav__item {
  display: inline-flex;
  align-items: center;
  color: #ffffff;
  font-family: 'Montserrat', sans-serif;
  font-size: 0.9rem;
  font-weight: 500;
  padding: 10px 14px;
  text-decoration: none;
  white-space: nowrap;
  border-radius: 4px;
  transition: background-color 0.2s ease;
  cursor: pointer;
}

.hdr-nav__item:hover,
.hdr-nav__item:focus {
  color: #ffffff;
  background-color: rgba(255,255,255,0.15);
  text-decoration: none;
}

.hdr-caret {
  font-size: 0.65em;
  margin-left: 5px;
  opacity: 0.8;
}

/* Games Dropdown */
.hdr-nav__dropdown-wrap {
  position: relative;
}

.hdr-nav__dropdown {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 280px;
  background: #ffffff;
  border-radius: 6px;
  box-shadow: 0 8px 30px rgba(0,0,0,0.18);
  padding: 6px 0;
  z-index: 300;
  animation: hdrDropFadeIn 0.15s ease;
}

.hdr-nav__dropdown-wrap:hover .hdr-nav__dropdown {
  display: block;
}

@keyframes hdrDropFadeIn {
  from { opacity: 0; transform: translateY(-4px); }
  to   { opacity: 1; transform: translateY(0); }
}

.hdr-nav__dropdown-item {
  display: block;
  padding: 9px 18px;
  color: #333;
  font-family: 'Montserrat', sans-serif;
  font-size: 0.85rem;
  font-weight: 500;
  text-decoration: none;
  transition: background-color 0.15s ease, color 0.15s ease;
}

.hdr-nav__dropdown-item:hover {
  background-color: #fef2f2;
  color: #ed1b24;
  text-decoration: none;
}

.hdr-nav__dropdown-divider {
  height: 1px;
  margin: 4px 14px;
  background-color: #eee;
}

.hdr-nav__dropdown-item--all {
  font-weight: 600;
  color: #ed1b24;
}

.hdr-nav__dropdown-item--all:hover {
  background-color: #ed1b24;
  color: #ffffff;
}

/* Language Toggle */
.hdr-nav__lang {
  display: flex;
  align-items: center;
  margin-left: auto;
  padding-left: 16px;
  font-family: 'Montserrat', sans-serif;
  font-size: 0.85rem;
  white-space: nowrap;
}

.hdr-nav__lang-active {
  color: #ffffff;
  font-weight: 700;
}

.hdr-nav__lang-sep {
  color: rgba(255,255,255,0.5);
  margin: 0 6px;
}

.hdr-nav__lang-link {
  color: rgba(255,255,255,0.7);
  font-weight: 500;
  text-decoration: none;
  transition: color 0.2s ease;
}

.hdr-nav__lang-link:hover {
  color: #ffffff;
  text-decoration: none;
}

@media (min-width: 992px) {
  .hdr-nav__logo img {
    width: 220px;
  }
  .hdr-nav__item {
    font-size: 0.95rem;
    padding: 10px 18px;
  }
  .hdr-nav__links {
    gap: 6px;
  }
}

