@font-face {
  font-family: "Modesto Condensed";
  src: url("https://cdn.bbopokertables.com/template/asset/2025/toa/modesto.OTF")
    format("opentype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "century-gothic";
  src: url("/template/ks-2025/assets/fonts/GOTHIC.TTF") format("opentype");
  font-display: swap;
}

.modesto {
  font-family: "Modesto Condensed", "Impact", "Arial Narrow", sans-serif;
}

.tagline {
  font-family: "Modesto Condensed", "Impact", "Arial Narrow", sans-serif;
  font-size: 2.5rem;
  text-align: center;
  left: 0;
  right: 0;
}
.modesto-md {
  font-family: "Modesto Condensed", "Impact", "Arial Narrow", sans-serif;
  font-size: 2.6rem !important;
}
.modesto-lg {
  font-family: "Modesto Condensed", "Impact", "Arial Narrow", sans-serif;
  font-size: 3rem !important;
}
.maroon {
  color: #a20101;
}

.century {
  font-family: "century-gothic";
  font-weight: 600;
}

#background-wrapper {
  width: 100%;
  background-image: url("/template/toa/assets/07/bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  margin: 0 auto;
  overflow: hidden;
}

.logo-toa {
  width: 40%;
}

.toa-display {
  width: 75%;
}

.main-heading {
  font-size: 3rem;
  line-height: 1.2;
  margin-bottom: 1rem;
}

.pricing-section-toa {
  border: 4px solid orange;
  border-radius: 10px;
  text-align: center;
}

.pricing-section {
  font-size: 20px;
}

.strikethrough {
  position: relative;
  display: inline-block;
}

.strikethrough::before {
  content: "";
  position: absolute;
  top: 64%;
  left: 0;
  width: 100%;
  height: 4.2px;
  background-color: #f5423d;
  transform-origin: 0 0;
  transform: rotate(-8deg);
}

.feature-section {
  background: transparent;
}

.feature-section h3,
.feature-section h2 {
  font-size: 1.8rem;
  margin-bottom: 0.5rem;
}

.feature-section p {
  font-size: 1.4rem;
  line-height: 1.6;
}

.gtt-dnd-form-section {
  background-image: url("https://cdn.bbopokertables.com/template/asset/2025/toa/Email-collector.jpg");
  background-size: cover;
  width: 100%;
}

.hero-description {
  font-size: 1.6rem;
}

.gtt-dnd-head {
  font-size: 28px !important;
  background: linear-gradient(to bottom, #f2daad, #dea460, #ffa144);
  -webkit-background-clip: text;
  color: transparent;
  font-family: "Modesto Condensed" !important;
  transform: scaleY(1.5);
}

.save-lead-form {
  font-weight: bold;
}

.gallery-container {
  top: 3%;
  left: 0;
  right: 0;
}

.available-color {
  max-width: 300px;
}

.gap-responsive {
  gap: 55px;
}

.main-video-wrapper {
  display: flex;
  justify-content: center;
  margin: 18px 0px;
}

.main-video {
  width: 65%;
}

.video-container {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  background-color: transparent;
  cursor: pointer;
}

.video-container img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.video-row {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 40px;
}

.video-box {
  flex: 1 1 48%;
  max-width: 590px;
  aspect-ratio: 16 / 9;
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  cursor: pointer;
}

.video-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video-inner img,
.video-inner iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 0;
}

/* for ipad */

@media screen and (min-width: 500px) and (max-width: 1282px) {
  .logo-toa {
    margin-top: 9px;
    width: 60%;
  }
  .modesto-lg {
    font-size: 1.8rem !important;
  }
  .modesto-md {
    font-size: 1.5rem !important;
  }
  .hero-description {
    font-size: 1rem;
  }
  .tagline {
    font-size: 1.8rem;
  }
  .hero-text-section {
    margin-top: 1rem !important;
  }
  .pricing-section-toa {
    margin: 0px 25px !important;
  }
}

/* for mobile */

@media screen and (max-width: 767px) {
  .logo-toa {
    margin-top: 9px;
    width: 100%;
  }
  .toa-display {
    width: 100%;
  }
  .modesto-lg {
    font-size: 1.2rem !important;
  }
  .modesto-md {
    font-size: 1.3rem !important;
  }
  .hero-description {
    font-size: 0.7rem;
  }
  .side-bg-images {
    opacity: 0.5;
  }
  .feature-section p {
    font-size: 1rem;
    line-height: 1.6;
  }
  .available-color {
    max-width: 200px;
  }
  .tagline {
    font-size: 1rem;
  }
  .gap-responsive {
    gap: 25px;
  }
  .pricing-section-toa {
    margin: 0px 10px !important;
  }

  .main-video {
    width: 100%;
  }

  .video-row {
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 20px;
  }
}
