@font-face {
  font-family: "druk-wide-bold";
  src: url("/template/ks-2024/assets/druk-wide-bold.TTF") format("opentype");
  font-display: swap;
}
.meet-arina-animate,
.meet-display-animate,
.specification-detail-animate-1,
.specification-detail-animate-2,
.warranty-animate,
.about-animate {
  opacity: 0;
}
.meet-arina-animate.animate__animated,
.meet-display-animate.animate__animated,
.specification-detail-animate-1.animate__animated,
.specification-detail-animate-2.animate__animated,
.warranty-animate.animate__animated,
.about-animate.animate__animated {
  opacity: 1;
}

.heading {
  /* color: #e8eaed; */
  text-align: center;
  font-size: 25px;
  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;
}
.main-section {
  min-height: 100vh;
  padding: 0px 5px;
  overflow: hidden;
}
.main-section section {
  max-width: 1150px;
  margin: 0 auto;
}

.bg-gradient {
  background: radial-gradient(
    circle,
    rgba(144, 172, 255, 0.2) 25%,
    rgba(144, 172, 255, 0) 74%,
    rgba(144, 172, 255, 0) 100%
  );
}
.campaign {
  width: 100%;
  text-align: center;
  padding: 7px 32px;
  margin-top: 10px;
  font-size: 18px;
}
.features {
  font-size: 20px;
  background: black;
  color: #fff;
  text-align: left;
  border-radius: 4px;
  margin: auto;
}

.additional-features {
  font-size: 20px;
  display: flex;
  flex-direction: column;
  text-align: center;
}

.marketing-text {
  font-family: druk-wide;
  font-style: italic;
  font-size: 30px;
  text-align: center;
  width: 75%;
}

.specifications-section {
  font-size: 25px;
}
.specifications-detail {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 30px;
}
specifications-detail h4 {
  font-size: 26px;
}
.specifications-detail p {
  font-size: 20px;
}

.founding-section {
  font-size: 25px;
}

.warranty-section {
  font-size: 25px;
}
.ending-section,
.shipping-text {
  font-size: 25px;
}
.watch-duke {
  font-size: 21px;
}

.pre-order-button-order,
.learn-more {
  background-color: black;

  border: 2.5px solid #62c1e5;
  padding: 10px 29px;
  border-radius: 9px;
  font-size: 15px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: "druk-wide-bold";
  box-shadow: 0 0 10px rgba(52, 152, 219, 0.8);
  animation: borderAnimation-for-button-1 0.6s infinite alternate,
    glowAnimation-for-button-1 0.6s infinite alternate;
}

.secure-btn {
  background-color: black;
  font-family: "druk-wide-bold";

  border: 2.5px solid #62c1e5;
  padding: 10px 40px;
  border-radius: 9px;
  font-size: 20px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  margin-top: 20px;
  margin-bottom: 20px;
  animation: borderAnimation-for-button-1 0.6s infinite alternate,
    glowAnimation-for-button-1 0.6s infinite alternate;
}

.buy-the-founders {
  background-color: #a281fc60;
  font-family: "druk-wide-bold";

  border: 2.5px solid #a181fc;
  padding: 10px 40px;
  border-radius: 9px;
  font-size: 20px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  margin-bottom: 20px;
  animation: borderAnimation-for-button-2 0.6s infinite alternate,
    glowAnimation-for-button-2 0.6s infinite alternate;
}

.buy-the-founders:hover {
  background-color: #a181fc;

  cursor: pointer;
  transition: all 0.3s ease-in-out;
}

.secure-btn:hover {
  background-color: #387286;

  cursor: pointer;
  transition: all 0.3s ease-in-out;
}

.pre-order-button-order:hover,
.learn-more:hover {
  background-color: #387286;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}

.compatible-logos {
  /* width: 722px; */
  height: auto;
  max-width: 100%;
}
.notify-style {
  background-color: #3872865f;
}

.dice-logo {
  width: 150px;
  margin-bottom: 15px;
  height: auto;
}
.pricing-container {
  border: 3px solid red;
  text-align: center;
  padding: 20px;
}

.sign-up-form {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 91px;
  border: 2.5px solid #62c1e5;
  border-radius: 15px;
  padding: 42px 37px;
  animation: borderAnimation-for-button-1 0.6s infinite alternate,
    glowAnimation-for-button-1 0.6s infinite alternate;
}

.about-section,
.faq-section {
  font-size: 25px;
}

.founders-edition-section {
  font-size: 25px;
}

.thumbnail-image {
  width: 300px;
  height: auto;
}

.mile-stone-line-image {
  width: 300px;
  height: auto;
}

.sub-heading-tag {
  font-weight: bold;
  font-family: "druk-wide-bold";
  text-align: center;
  color: #62c1e5;
  margin-bottom: 50px;
  font-size: 45px;
}
.one-row {
  font-size: 30px;
}
.hide-features,
.hide-features-2 {
  display: none !important;
  transition: display 0.5s ease-in-out;
}

.show-features {
  display: block !important;
  transition: display 0.5s ease-in-out;
}
.show-features-2 {
  display: flex;
  transition: display 0.5s ease-in-out;
}

.founder-heading {
  margin: auto;

  text-align: left;
  width: 70%;
}

.benefits {
  text-align: left;
}

.kick-starter-logo {
  position: absolute;
  top: -40px;
  left: -50px;
  width: 99px;
}
.form-section-modal {
  margin-top: 110px;
}

.founders-edition-container-1 {
  border: 5px solid #fad844;
  width: 77%;
  margin: auto;
  padding: 10px 5px;
  position: relative;
  border-radius: 9px;
  position: relative;
  background-color: #2c2c2c;
}

.founding-edition-container-2 {
  border: 5px solid #53aac0;
  width: 77%;
  margin: auto;
  padding: 10px 15px;
  border-radius: 9px;
  position: relative;
  background-color: #2c2c2c;
}
.founding-edition-container-3 {
  border: 5px solid #000;
  width: 77%;
  margin: auto;
  padding: 10px 15px;
  border-radius: 9px;
  position: relative;
  background-color: #2c2c2c;
}

.founders-dice-logo {
  position: absolute;
  top: -70px;
  left: -65px;
  width: 120px;
}

#scrollUpButton {
  position: fixed;
  bottom: 40px;
  right: 40px;
  width: 75px;
  height: 45px;
  background-color: #0000;
  border-radius: 16px;
  border: 3px solid #62c1e5;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  animation: borderAnimation-for-button-1 0.6s infinite alternate,
    glowAnimation-for-button-1 0.6s infinite alternate;
}

.arena-signup-btn {
  position: fixed;
  bottom: 40px;
  left: 10px;
  width: 300px;
  z-index: 999;
  cursor: pointer;
}

#scrollUpButton:hover {
  background-color: #2c2c2c;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}

.video-container {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  overflow: hidden;
}

.video-container-2,
.video-container-3,
.video-container {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  overflow: hidden;
}
.video-container iframe,
.video-container-3 iframe,
.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video-container-2 iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.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);
}

.edition-features {
  margin-left: -20px;
}

.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;
}

/* Style for accordion content */
.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%;
}

.arrow-container {
  display: flex;
  margin-right: -23px;
  gap: 36px;
  margin-left: -65px;
}

.arrow-1 {
  position: absolute;
  top: -160px;
  left: 0;
  border: 2.39px solid #53aac0;
  height: 175px;
  transform: rotate(-23deg);
  animation: glowAnimation 1s ease-in-out infinite alternate;
}

.arrow-2 {
  position: absolute;
  top: 0;
  left: 0;
  border: 2.39px solid #53aac0;
  height: 175px;
  transform: rotate(23deg);
  animation: glowAnimation 1s ease-in-out infinite alternate;
}

.arrow-section-1 {
  animation-delay: 0.5s;
}

.arrow-section-2 {
  animation-delay: 1s;
}

.arrow-section-3 {
  animation-delay: 1.5s;
}

.sign-up-form-container {
  margin-top: 80px;
  margin-bottom: 80px;
}

@keyframes glowAnimation {
  from {
    background-color: #53aac0;
    box-shadow: 0 0 5px #53aac0;
  }
  to {
    background-color: #000;
    box-shadow: 0 0 15px #53aac0, 0 0 20px #53aac0, 0 0 25px #53aac0;
  }
}

.signup-heading {
  font-size: 28px !important;
}

@keyframes glow-text {
  0% {
    text-shadow: 0 0 2px #62c1e5;
  }
  100% {
    text-shadow: 0 0 8px #62c1e5;
  }
}

.company-name {
  color: #62c1e5;
  font-weight: 600;
  letter-spacing: 1px;
  text-shadow: 0 0 10px #1c4a4a, 0 0 15px #1c4a4a, 0 0 20px #1c4a4a,
    0 0 25px #1c4a4a, 0 0 30px #1c4a4a;
}
.new-2024-heading {
  margin-top: 7.5px;
  font-size: 18px;
}
.spacing {
  margin-left: -36px;
  margin-right: 16px;
}

.pricing-section {
  font-size: 24px;
}

.blue-line {
  max-height: 300px;
}
.spec-display-2 {
  text-align: left;
}
.spec-display {
  text-align: right;
}
.underline {
  width: 111px;
  position: absolute;
  bottom: -17px;
  left: -67px;
}
.original-price-arena {
  margin-left: 10px;
  font-size: 30px;
  font-weight: 700;
}

.free-shipping {
  width: 30%;
}
.__affirm-logo.__ligature__affirm_full_logo__,
.affirm-modal-trigger {
  color: black;
}

.original-price-arena{
 margin-left: 10px;
  font-size: 29px;
  font-weight: 700;
}

[pricing-arena-section]{
  width:50%;
}

/* Ipad and nest hub devices.. */
@media screen and (min-width: 500px) and (max-width: 1282px) {
  .heading {
    font-size: 25px;
  }
  .spacing {
    margin-left: 0px;
    margin-right: 0px;
  }

  .campaign {
    font-size: 22px;
    width: 100%;
    text-align: center;
    /* margin: 14px 0px; */
  }
  .features {
    font-size: 19px;
    text-align: center;
    margin: auto;
  }
  .additional-features {
    font-size: 19px;
    padding: 0px 5px;
  }
  .specifications-section {
    font-size: 22px;
    width: 95%;
    margin: 0 auto;
  }
  .specifications-detail {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: space-between;
    gap: 30px;
  }
  .specifications-detail.item2 {
    flex-direction: column-reverse;
    align-items: center;
  }
  .specifications-detail.item1 {
    align-items: center;
  }
  .warranty-section,
  .ending-section,
  .shipping-text {
    font-size: 22px;
    width: 95%;
    margin: 0 auto;
  }
  .about-section,
  .faq-section {
    font-size: 22px;
    width: 95%;
    margin: 0 auto;
  }

  .founders-edition-section {
    font-size: 22px;
    width: 95%;
    margin: 0 auto;
  }

  .founders-edition-container-1,
  .founding-edition-container-2,
  .founding-edition-container-3 {
    width: 85%;
  }

  .pre-order-button-order,
  .learn-more {
    font-size: 22px;
    padding: 6px 20px;
  }

  .secure-btn,
  .buy-the-founders {
    font-size: 22px;
    padding: 6px 20px;
  }

  .thumbnail-image {
    width: 300px;
    height: auto;
  }

  .mile-stone-line-image {
    width: 300px;
    height: auto;
  }

  .pre-order-button-order:hover,
  .learn-more:hover {
    font-size: 22px;
    padding: 6px 20px;
  }

  .secure-btn:hover,
  .buy-the-founders:hover {
    font-size: 22px;
    padding: 6px 20px;
  }

  .founder-heading {
    font-size: 20px;
    margin-bottom: 25px;
    text-align: left;
    width: 65%;
  }
  .compatible-logos {
    width: 450px;
    height: auto;
  }

  .kick-starter-logo {
    position: absolute;
    top: -30px;
    left: -40px;
    width: 75px;
  }

  .founders-dice-logo {
    position: absolute;
    top: -38px;
    left: -40px;
    width: 90px;
  }

  .dice-logo {
    width: 100px;
    margin-bottom: 15px;
    height: auto;
  }

  #scrollUpButton {
    display: none !important;
  }

  .sign-up-form {
    flex-direction: column;
    align-items: center;
    gap: 112px;
    padding: 25px 7px;
  }
  .sign-up-form-container {
    width: 80%;
    margin-inline: auto;
    margin-top: 80px;
    margin-bottom: 80px;
  }
  .arrow-container {
    transform: rotate(90deg);
    margin-left: 0px;
    margin-right: 0px;
  }
  .arrow-1 {
    position: absolute;
    top: -113px;
    left: 0;
    border: 2.39px solid #53aac0;
    height: 125px;
    transform: rotate(-25deg);
  }
  .arrow-2 {
    position: absolute;
    top: 0;
    left: 0;
    border: 2.39px solid #53aac0;
    height: 125px;
    transform: rotate(25deg);
  }
  .watch-duke {
    font-size: 22px;
  }
  .blue-line {
    max-height: 250px;
  }
  .spec-display-2,
  .spec-display {
    text-align: center;
  }
}

/* iPhones (portrait and landscape) */
@media screen and (max-width: 767px) {
  .heading {
    font-size: 18px;
  }
  .new-2024-heading {
    font-size: 9px;
  }
  .pricing-container{
    padding:10px;
  }
  .founders-edition-heading-small-screen {
    font-size: 18px !important;
  }
  .sub-heading-tag {
    font-size: 20px;
    text-align: center;
  }

  .mob-sub-heading{
    font-size:15px !important;
  }

  .heading-group {
    font-size: 25px;
    margin-bottom: 40px;
  }

  .features-heading {
    font-size: 35px;
  }

  .campaign {
    font-size: 13px;
    width: 100%;
    padding: 15px;
    text-align: center;
  }
  .features {
    font-size: 17px;
    width: 100%;
    text-align: center;
    margin: auto;
    padding: 12px !important;
  }
  .additional-features {
    font-size: 17px;
    padding: 0px 5px;
  }
  .specifications-section {
    font-size: 17px;
    width: 94%;
    margin: 0 auto;
  }
  .specifications-detail {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
  }
  .specifications-detail img {
    width: 100%;
    max-width: 100%;
    height: auto;
  }

  .specifications-detail.item2 {
    flex-direction: column-reverse;
    align-items: center;
  }
  .specifications-detail.item1 {
    align-items: center;
  }
  .warranty-section,
  .ending-section,
  .shipping-text {
    font-size: 17px;
    width: 90%;
    margin: 0 auto;
  }

  .founders-edition-container-1,
  .founding-edition-container-2,
  .founding-edition-container-3 {
    width: 100%;
    padding: 10px 7px;
  }

  .founding-section {
    font-size: 17px;
    width: 95%;
    margin: 0 auto;
  }

  .founders-edition-section {
    font-size: 17px;
    width: 95%;
    margin: 0 auto;
  }

  .pre-order-button-order,
  .learn-more {
    font-size: 15px;
    padding: 6px 20px;
  }

  .about-section,
  .faq-section {
    font-size: 17px;
    width: 90%;
    margin: 0 auto;
  }
  .sign-up-form-container {
    width: 80%;
    margin-inline: auto;
    margin-top: 80px;
    margin-bottom: 80px;
  }

  .pre-order-button-order:hover,
  .learn-more:hover {
    font-size: 15px;
    padding: 6px 15px;
  }

  .secure-btn:hover,
  .buy-the-founders:hover {
    font-size: 11px;
  }

  .secure-btn,
  .buy-the-founders {
    font-size: 11px;
    padding: 6px 7px;
  }

  .thumbnail-image {
    width: 150px;
    height: auto;
  }

  .mile-stone-line-image {
    width: 150px;
    height: auto;
  }

  .founder-heading {
    font-size: 20px;
    margin-bottom: 25px;
    text-align: center;
    width: 100%;
  }
  .compatible-logos {
    width: 350px;
    height: auto;
  }

  .benefits {
    text-align: center;
  }
  .kick-starter-logo {
    position: absolute;
    top: -12px;
    left: -28px;
    width: 45px;
  }

  .founders-dice-logo {
    position: absolute;
    top: -30px;
    left: -20px;
    width: 60px;
  }
  .form-section-modal {
    margin-top: 0px;
  }

  .dice-logo {
    width: 50px;
    margin-bottom: 15px;
    height: auto;
  }

  #scrollUpButton {
    display: none !important;
  }

  .edition-features {
    margin-left: 0px;
    text-align: center;
  }
  .accordion-title,
  .accordion-content {
    padding: 7px;
  }

  .arena-signup-btn {
    width: 250px;
    left: 0px;
  }

  .accordion-title {
    padding: 10px;
  }
  .accordion-content {
    padding: 10px;
  }
  .sign-up-form {
    flex-direction: column;
    align-items: center;
    gap: 69px;
    padding: 13px 2px;
  }
  .arrow-container {
    transform: rotate(90deg);
    margin-left: 0px;
    margin-right: 0px;
    gap: 27px;
  }
  .arrow-1 {
    height: 100px;
    top: -95px;
    transform: rotate(-12deg);
  }
  .arrow-2 {
    height: 100px;
    transform: rotate(12deg);
  }
  .signup-heading {
    font-size: 20px !important;
  }
  .signup-sheet {
    margin-bottom: -12px;
    margin-top: -6px;
  }
  .signup-img {
    margin-bottom: -18px;
  }
  .spacing {
    margin-left: 0px;
    margin-right: 0px;
  }

  .pricing-section {
    font-size: 20px;
  }
  .watch-duke {
    font-size: 17px;
  }
  .meet-section {
    flex-direction: column;
  }
  .blue-line {
    display: none;
  }
  .spec-display-2,
  .spec-display {
    text-align: center;
  }
  .free-shipping {
    width: 35%;
    display: none;
  }
  .underline {
    width: 49px;
    position: absolute;
    bottom: -10px;
    left: -20px;
  }
  [configure-btn] {
    font-size: 16px;
  }
  .original-price-arena {
    font-size: 23px;
  }
  [pricing-arena-section]{
  width:100%;
}
}
