@font-face {
  font-family: "druk-wide-bold";
  src: url("/template/ks-2024/assets/druk-wide-bold.TTF") format("opentype");
  font-display: swap;
}

@font-face {
  font-family: "century-gothic";
  src: url("/template/ks-2025/assets/fonts/GOTHIC.TTF") format("opentype");
  font-display: swap;
}

.century {
  font-family: "century-gothic";
  font-weight: 400;
}

.main-section {
  min-height: 100vh;
  padding: 0px 5px;
  overflow: hidden;
}
.main-section section {
  max-width: 1350px;
  margin: 0 auto;
}

.heading {
  text-align: center;
  font-size: 29px;
  font-weight: 600;
  line-height: 100%;
}

.arena-logo {
  font-family: "druk-wide-bold";
}

.heading-group {
  font-family: "druk-wide-bold";
  font-size: 40px;
  margin-bottom: 70px;
  font-weight: bold;
  text-align: center;
  line-height: 100%;
}
.features-heading {
  font-size: 50px;
}

[pricing-arena-section] {
  width: 40%;
  margin: 0 auto;
  border: 4px solid red; border-radius: 6px; text-align: center
}

.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);
}

.features-section {
  border: 2px solid #a181fc;
  border-radius: 10px;
  background: black;
  color: white;
  margin: 18px 0px;
}

.faq-section {
  font-size: 25px;
}

.question {
  text-align: left;
  font-weight: 600;
  color: #000;
  margin-bottom: 10px;
  margin-top: 10px;
}

.answer {
  text-align: left;
  font-weight: 400;
  margin-bottom: 10px;
  margin-top: 10px;
}

.accordion {
  max-width: 100%;
  margin: 20px auto;
}

/* Style for accordion sections */
.accordion-section {
  border-radius: 5px;
  margin-bottom: 20px;
  overflow: hidden;
}

.accordion-section:hover {
  transition: all 0.3s ease-in-out;
  /* background-color: #c9c6c6; */
}

/* Style for accordion titles */
.accordion-title {
  padding: 12px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 3px solid black;
  border-radius: 4px;
}

.accordion-title:hover {
  background: #cbcaca;
}

.accordion-content {
  padding: 12px;
  display: none;
  transition: all 0.5s ease-in-out;
  color: #000;
  border: 2px solid black;
  border-top: 0px;
}

.active {
  display: block;
  width: 100%;
}
.original-price-arena {
  margin-left: 10px;
  font-size: 29px;
  font-weight: 700;
}

.form-fields{
    padding: 10px 0px !important;
    }


/* Ipad and nest hub devices.. */
@media screen and (min-width: 500px) and (max-width: 1282px) {
      .arena-screen-collector{
    display: flex;
    justify-content: center;
    width: 100%;
  }
  .heading {
    font-size: 25px;
  }
  .faq-section {
    font-size: 22px;
    width: 95%;
    margin: 0 auto;
  }
  .arena-screen-collector{
    display: flex;
    justify-content: center;
    width: 100%;
  }
   [pricing-arena-section] {
    width: 70%;
  }
}

/* iPhones (portrait and landscape) */
@media screen and (max-width: 767px) {
  [pricing-arena-section] {
    width: 100%;
  }
  .heading {
    font-size: 18px;
  }
  .mob-sub-heading {
    font-size: 15px !important;
  }
  .form-fields{
    padding: 4px 0px !important;
    }

  .features-section {
    font-size: 17px;
    width: 100%;
    text-align: center;
    margin: auto;
    padding: 12px !important;
  }
  .faq-section {
    font-size: 17px;
    width: 100%;
    margin: 0 auto;
  }

  .accordion-title {
    padding: 5px;
  }
  .accordion-content {
    padding: 5px;
  }
  .original-price-arena {
    font-size: 23px;
  }
    .heading-group {
    font-size: 15px;
    margin-bottom: 40px;
  }
}
