.header-title {
  font-family: "Literata";
  font-style: normal;
  font-weight: 800;
  font-size: 32px;
  align-self: flex-start;
}
.header-description {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 12.5px;
  color: #3c3557;
}
#header-img-container {
  max-width: 400px;
  min-width: 300px;
  margin-right: -120px;
}

.download-img-lg {
  width: 335px;
}
.download-img-md {
  width: 294px;
}
.download-img-sm {
  width: 200px;
}
/* INFO */
.info-title {
  font-family: "Literata";
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
  text-align: center;
  color: #0c0622;
  margin-top: 15px;
  margin-bottom: 20px;
}

.info-description {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #3c3557;
  text-align: left;
}

/* SHOWCASE */
.blob {
  z-index: -1;
}

.showcase-wrapper {
  min-height: 70vh;
  min-width: 70vw;
  margin-bottom: 100px;
  overflow: hidden;
}
.showcase {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: #5538ee;
}
.show-case-image {
  width: 500px;
}
.showcase-title {
  font-family: "Literata";
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  color: #0c0622;
}

.show-case-link {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 16px;
  color: #6b4eff;
}

/* CAROUSEL */
.carousel-inner img {
  margin: auto;
  width: 700px;
  max-height: fit-content;
}

.carousel-title {
  color: #0c0622;
}

.section-dark {
  height: 600px;
  overflow: hidden;
  width: 100%;
  margin-top: -130px;
  background: linear-gradient(
      0deg,
      rgba(124, 81, 255, 0.08),
      rgba(124, 81, 255, 0.08)
    ),
    #121212;
  padding-bottom: 50px;
}
.section-dark-title {
  font-family: "Literata";
  font-style: normal;
  font-weight: 500;
  margin-top: 100px;
  font-size: 28px;
  line-height: 36px;
  text-align: center;
  color: #9990ff;
}

.faq-section {
  background: linear-gradient(
      0deg,
      rgba(124, 81, 255, 0.08),
      rgba(124, 81, 255, 0.08)
    ),
    #121212;
  width: 100%;
  height: 100%;
}
.accordion {
  width: fit-content;
}
.accordion-item {
  max-height: 300px;
  overflow-y: auto;
}

@media (min-width: 992px) {
  .section-title {
    font-size: 60px;
  }
  .section-subtitle {
    font-size: 36px;
  }
  .header-title {
    font-size: 60px;
  }
  .header-description {
    font-size: 20px;
  }
  #header-img-container {
    margin-right: 0;
  }
  .about-description {
    font-size: 20px;
  }
  .info-title {
    font-size: 28px;
  }

  .showcase-wrapper {
    margin-bottom: 0;
  }
  .showcase-title {
    font-size: 48px;
  }
  .showcase {
    font-size: 20px;
  }
  .section-dark {
    height: 382px;
  }
  .accordion {
    width: 500px;
  }
  .bottom-section-title {
    font-size: 36px;
  }
  .bottom-section-description {
    font-size: 20px;
  }
}
