@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/TOA-Pre-Sale-page-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;
  }


/* 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;
  }
}

/* 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;
  }
}
