html {
  scroll-behavior: smooth;
}

body {
  background-color: #151515;
  color: #fff;
  font-feature-settings: "liga" off, "clig" off;
  font-family: "Epilogue";
  margin: 0;
  display: flex;
  flex-direction: column;
}

header {
  display: flex;
  justify-content: space-between;
  padding-inline: 55px;
  gap: 190px;
}

.bold-text {
  font-weight: 700;
  font-family: "Epilogue" !important;
}

.logo {
  display: flex;
  flex-direction: column;
  align-self: flex-start;
  align-items: flex-end;
  width: max-content;
  padding-top: 49px;
}

.logo img {
  width: 244.446px;
}

.second {
  display: flex;
  flex-direction: column;
  justify-self: center;
  gap: 55px;
}

.banner img {
  width: 731.51px;
}

.banner a {
  text-decoration: none;
}

.banner-figure {
  display: flex;
  align-items: center;
}

.header-figcaption {
  writing-mode: vertical-rl;
  transform: scale(-1, -1);
  margin-top: 370px;
  margin-left: 10px;
  font-size: 10px;
}

h1 {
  font-size: 5vw;
  font-weight: 900;
  line-height: 80%; /* 76.8px */
  margin: 0;
}

h2 {
  font-size: 64px;
  font-weight: 100;
  margin-block: -10px;
}

h3 {
  font-size: 48px;
  font-weight: 900;
  text-align: center;
  font-feature-settings: "liga" off, "clig" off;
  font-size: 48px;
  line-height: 80%;
}

h4 {
  font-size: 36px;
  font-weight: 200;
}

a {
  color: #fff;
}

main {
  padding-inline: 218px;
  justify-content: center;
}

.heading_content {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.paragraphs {
  width: 60%;
}

.paragraphs p {
  font-family: "Space Grotesk";
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 140%; /* 22.4px */
}

.platforms {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}

.platforms a {
  display: inline-flex;
  padding: 10px 14px;
  justify-content: center;
  align-items: center;
  font-family: "Space Grotesk";
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 2px;
  border-radius: 200px;
  border: 1px solid #ffffff1a;
  margin-right: 8px;
  margin-bottom: 12px;
  text-decoration: none;
}

.story-link {
  display: inline-block;
  border: 1px solid #ffffff1a;
  border-radius: 200px;
  padding: 10px 14px;
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 2px;
}

.story-link:hover {
  background-color: #ffffff1a;
  border: 1px solid #151515;
}

.FAQ_anchor a {
  gap: 6.5px;
  color: #fff;
}

.arrow {
  position: relative;
  top: 2px;
}

.faq-link {
  display: inline-block;
  border: 1px solid #ffffff1a;
  border-radius: 200px;
  padding: 10px 14px;
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 2px;
  text-decoration: none;
}

.faq-link:hover {
  background-color: #ffffff1a;
  background-color: #ffffff1a;
  border: 1px solid #151515;
}

.FAQ_anchor span {
  font-family: "Space Grotesk";
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 2px;
}

.FAQ_anchor img {
  width: 12px;
  height: 12px;
  padding-right: 5px;
}

.stats {
  display: flex;
  border: 1px solid #fff;
  border-radius: 10px;
}

.stat {
  display: flex;
  flex-direction: column;
  flex-basis: 100%;
  padding: 24px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-right: 1px solid #fff;
}

.stat:last-child {
  border: none;
}

.stat-title {
  font-feature-settings: "liga" off, "clig" off;
  font-family: "Space Grotesk";
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 2px;
}

.stat-text {
  font-size: 26px;
  font-weight: 500;
}

.eth-symbol {
  font-family: Arial, Helvetica, sans-serif;
}

.story-section {
  margin-top: 132px;
}

.story-section h2 {
  font-family: Epilogue;
  font-size: 96px;
  font-weight: 900;
  grid-column: 1/8;
  grid-row: 1;
  margin-bottom: -60px;
}

.story-block h3 {
  font-family: Epilogue;
  text-align: left;
  margin: 0;
}

.story-block h4 {
  font-family: Epilogue;
  text-align: left;
  position: relative;
  bottom: 10px;
}

.story-content {
  display: grid;
  grid-template-columns: 1 / 8;
  grid-template-rows: 1;
  gap: 80px 60px;
  font-family: "Space Grotesk";
  font-size: 16px;
  font-weight: 300;
  line-height: 140%;
  width: fit-content;
  padding-bottom: 120px;
}

.story-captions {
  padding-top: 8px;
  font-size: 10px;
  text-transform: uppercase;
}

.text-content {
  align-content: center;
  max-width: 70%;
}

.text-content a {
  text-decoration: none;
}

.year {
  margin-top: 15px;
}

.launch {
  grid-column: 1 / 10;
  grid-row: 2;
}

.early-years {
  grid-column: 3 / 10;
  grid-row: 3;
}

.boom {
  grid-column: 3 / 8;
  grid-row: 4;
}

.growth {
  grid-column: 3 / 8;
  grid-row: 5;
}

.ending {
  grid-column: 3 / 8;
  grid-row: 6;
}

.launch .text-content {
  grid-column: 1 / 4;
  max-width: 70%;
}

.launch-subheading {
  margin-top: 100px !important;
  padding-right: 100px;
}

.launch .image-content {
  grid-column: 4 / 9;
}

.early-years .text-content {
  grid-column: 6 / 8;
  max-width: 70%;
}

.early-years .image-content {
  grid-column: 1 / 4;
  grid-row: 1;
}

.boom .text-content {
  grid-column: 1 / 4;
  max-width: 70%;
}

.boom .image-content {
  grid-column: 4 / 8;
}

.growth .text-content {
  grid-column: 6 / 8;
  max-width: 70%;
}

.growth .image-content {
  grid-column: 1 / 4;
  grid-row: 1;
}

.ending .text-content {
  grid-column: 1 / 4;
  max-width: 70%;
}

.ending .image-content {
  grid-column: 4 / 8;
}

.image-content {
  margin: 0;
}

.image-content img {
  max-width: 25vw;
  height: auto;
  border-radius: 16px;
}

.image-content a {
  text-decoration: none;
}

.faq-section {
  display: grid;
  grid-template-columns: 50% 50%;
}

.faq-section h3 {
  text-align: left;
}

hr {
  margin-top: 24px;
  margin-bottom: 24px;
  height: 0px;
  border: none;
  border-top: 0.5px solid white;
}

.general-question {
  grid-column: 1;
  padding-right: 40px;
}

.general-question h3 {
  margin-bottom: 30px;
}

.preservation-efforts {
  grid-column: 2;
  padding-left: 40px;
}

.preservation-efforts h3 {
  margin-bottom: 30px;
}

.faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  line-height: 100%;
}

.faq-toggle {
  display: flex;
  align-items: center;
  margin-left: auto;
}

.faq-answer {
  font-size: 14px;
  font-weight: 50;
  line-height: 140%;
  padding-top: 16px;
}

.links-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 24px;
  margin-top: 100px;
  padding: 100px;
}

.links-section h3 {
  margin: 0;
}

.links-section p {
  width: 50%;
  text-align: center;
  line-height: 140%;
  font-family: "Space Grotesk";
  font-size: 16px;
}

.platforms-break {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}

.contact_us_section {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 100px;
}

.contact_us_section h3 {
  margin-bottom: 20px;
}

.contact_us_section p {
  text-align: center;
  font-feature-settings: "liga" off, "clig" off;
  font-family: "Space Grotesk";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 19.6px */
  width: 50%;
  padding-bottom: 20px;
}

.contact_us_section button {
  display: flex;
  height: var(--dimension-core-400, 32px);
  padding: 10px 14px;
  justify-content: center;
  align-items: center;

  border-radius: 200px;
  border: var(--border-width-default, 1px) solid rgba(255, 255, 255, 0.1);
  background-color: transparent;
  color: #fff;
  font-feature-settings: "liga" off, "clig" off;
  font-family: "Space Grotesk";
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 2px;
}

.email-link {
  text-transform: uppercase;
  text-decoration: none;
  font-size: 10px;
  display: inline-block;
  border: 1px solid #ffffff1a;
  border-radius: 200px;
  padding: 10px 14px;
  font-weight: 400;
  letter-spacing: 2px;
}

.email-link:hover {
  background-color: #ffffff1a;
  border: 1px solid #151515;
}

footer {
  display: flex;
  justify-content: center;
  margin-top: 160px;
  padding-bottom: 120px;
}

footer img {
  width: 244.446px;
  height: 27px;
}

@media (max-width: 1024px) {
  body {
    padding: 0;
  }

  .logo {
    position: absolute;
  }

  .second {
    gap: 0;
  }

  header {
    padding-inline: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 0;
  }

  main {
    padding-inline: 16px;
    align-content: center;
    justify-content: center;
    left: 0;
    gap: 27px;
  }

  .content {
    padding: 16px;
  }

  .banner {
    z-index: -1;
  }

  .banner img {
    width: 100vw;
  }

  .header-year {
    font-size: 36px;
    padding-top: 5px;
  }

  .logo {
    padding-top: 26px;
    padding-inline: 16px;
  }

  .logo img {
    width: 34vw;
  }

  .logo span {
    font-size: 2.8vw;
  }

  h1 {
    font-size: 10vw;
  }

  h2 {
    font-size: 2.8vw;
  }

  .story-block h4 {
    bottom: 8px;
  }

  .paragraphs {
    width: 100%;
  }

  .paragraphs p {
    font-size: 16px;
  }

  .platforms {
    width: 100%;
  }

  .image-content {
    margin: 0;
  }

  .image-content img {
    max-width: 100%;
  }

  .text-content {
    max-width: 100%;
  }

  .story-content {
    display: flex;
    flex-direction: column;
    padding-bottom: 80px;
    gap: 40px;
  }

  .story-section {
    padding: 0;
    margin-top: 100px;
  }

  .story-section h2 {
    font-size: 48px;
    margin-bottom: 40px;
  }

  .year {
    margin-top: 7px;
  }

  h3 {
    font-size: 32px;
  }

  h4 {
    font-size: 24px;
  }

  .launch-subheading {
    margin-top: 0 !important;
  }

  .stats {
    flex-direction: column;
  }

  .stat {
    border-bottom: 1px solid #fff;
    border-right: none;
  }

  .faq-section {
    display: flex;
    flex-direction: column;
    margin-top: 100px;
  }

  .faq-section h3 {
    line-height: 85%;
  }

  .general-question {
    max-width: 100%;
    padding: 0;
  }

  .preservation-efforts {
    max-width: 100%;
    padding: 0;
  }

  .links-section {
    padding: 0;
  }

  .links-section p {
    width: 100%;
    font-size: 14px;
  }
  .links-section br {
    display: none;
  }

  .contact_us_section {
    margin-top: 141px;
  }

  .contact_us_section p {
    width: 100%;
  }

  .header-figcaption {
    display: none;
  }
}

@media (max-width: 1300px) and (min-width: 1024px) {
  .story-section h2 {
    max-width: min-content;
  }
}
