.main-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  min-width: 1300px;
  position: relative;
  overflow: hidden;
}

.header {
  background-color: #262423;
  border: 1px solid #00000080;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 20px 60px;
  display: flex;
}

.main-content {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer {
  background-color: #111;
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  min-width: 100%;
  margin-top: 100px;
  padding-top: 100px;
  padding-bottom: 60px;
  display: flex;
}

.logo {
  width: 200px;
}

.body {
  background-color: #171615;
  font-family: "Nmk 1", Arial, sans-serif;
}

.header-link {
  color: #fff;
  padding-left: 10px;
  padding-right: 10px;
  font-family: "Nmk 1", Arial, sans-serif;
  text-decoration: none;
}

.header-link:hover {
  color: #86d562;
  text-decoration: underline;
}

.landing-section {
  background-image: linear-gradient(#000000a8, #000000a8), url('../images/Background.png');
  background-position: 0 0, 60% 30%;
  background-size: auto, cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100svw;
  height: 80svh;
  display: flex;
}

.about-section {
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  margin-top: 100px;
  display: flex;
}

.section-heading {
  color: #86d562;
  margin-top: 0;
  margin-bottom: 20px;
}

.section-image {
  width: 40%;
}

.section-text {
  color: #fff;
  text-align: left;
  margin-bottom: 30px;
  font-size: 20px;
  line-height: 24px;
}

.section-text-block {
  width: 40%;
  text-decoration: none;
}

.mc-button {
  background-color: #3c8527;
  padding: 15px 20px;
  font-size: 20px;
  box-shadow: inset 0 -2px 0 2px #2a641c, inset 0 2px 0 2px #2a641c;
}

.marquee {
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.marquee-wrapper {
  justify-content: space-around;
  align-items: center;
  overflow: hidden;
}

.marquee-heading {
  color: #86d562;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 40px;
}

.landing-image-bottle, .footer-logo {
  width: 200px;
}

.footer-text {
  color: #fff;
  text-align: center;
  width: 33%;
  font-size: 20px;
  line-height: 24px;
}

.footer-links {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-link {
  color: #fff;
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 24px;
  text-decoration: none;
}

.footer-link:hover {
  color: #86d562;
  text-decoration: underline;
}

.footer-heading {
  color: #86d562;
  margin-top: 0;
}

.footer-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  width: 1200px;
  display: flex;
}

.marquee-list {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center stretch;
  display: flex;
}

.marquee-image {
  max-width: 200px;
  max-height: 200px;
  display: inline-block;
}

.marquee-inner {
  flex: none;
}

.marquee-content {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex: none;
  justify-content: space-around;
  min-width: 100%;
  display: flex;
}

.image {
  max-width: 200px;
  max-height: 200px;
}

.marquee-2 {
  background-color: #fff;
  border-top: 3px solid #000;
  border-bottom: 3px solid #000;
  transform: rotate(0);
}

.marquee-wrapper-2 {
  border-bottom-color: #000;
  padding-top: 5px;
  padding-bottom: 5px;
  display: flex;
}

.marquee-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  width: 100vw;
  min-width: 100vw;
}

.marquee-heading-2 {
  color: #000;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
}

.cursor-wrapper {
  z-index: 100;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0%;
}

.cursor {
  width: 50px;
  height: 50px;
}

.image-list {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  min-width: 1200px;
  max-width: 1200px;
  margin-top: 60px;
  display: flex;
}

.collection-image {
  width: 200px;
}

.tokenomics {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  min-width: 1200px;
  max-width: 1200px;
  margin-top: 100px;
  display: flex;
}

.tokenomics-header {
  color: #86d562;
  text-align: center;
  margin-top: 0;
  margin-bottom: 40px;
}

.tokenomics-text {
  color: #fff;
  text-align: center;
  width: 50%;
  margin-bottom: 30px;
  font-size: 20px;
  line-height: 24px;
}

.info-block {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.info-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 20px;
  display: grid;
}

.tokenomcis-image {
  border-radius: 100%;
  width: 200px;
  height: 200px;
  margin-bottom: 20px;
}

.section-text-block-copy {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.desclaimer {
  margin-top: 220px;
  margin-bottom: 100px;
}

.section-text-copy {
  color: #fff;
  text-align: center;
  margin-bottom: 30px;
  font-size: 20px;
  line-height: 24px;
}

@media screen and (max-width: 991px) {
  .marquee-wrapper-2 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .marquee-heading-2 {
    font-size: 25px;
    line-height: 100%;
  }
}

@media screen and (max-width: 767px) {
  .marquee-heading-2 {
    font-size: 20px;
  }
}

@media screen and (max-width: 479px) {
  .main-wrapper {
    min-width: auto;
  }

  .header {
    justify-content: center;
    padding-left: 0;
    padding-right: 0;
  }

  .main-content {
    display: block;
  }

  .footer {
    flex-flow: row;
    display: block;
  }

  .header-links {
    display: none;
  }

  .about-section {
    display: block;
  }

  .section-heading {
    font-size: 25px;
  }

  .section-image {
    width: 100%;
  }

  .section-text {
    text-align: center;
    font-size: 16px;
    line-height: 20px;
  }

  .section-text-block {
    text-align: center;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .landing-logo {
    max-width: 90%;
  }

  .footer-logo {
    margin-bottom: 60px;
  }

  .footer-text {
    width: auto;
    margin-bottom: 60px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .footer-wrapper {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    width: auto;
  }

  .marquee-wrapper-2 {
    padding-right: 20px;
  }

  .marquee-grid {
    min-width: 150vw;
    margin-right: 120px;
  }

  .marquee-heading-2 {
    padding-left: 5px;
    padding-right: 5px;
    font-size: 25px;
  }

  .cursor-wrapper {
    display: none;
  }

  .image-list {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    place-items: center;
    min-width: auto;
    max-width: 100%;
    display: grid;
  }

  .collection-image {
    width: 100px;
  }

  .tokenomics {
    min-width: auto;
    display: flex;
  }

  .tokenomics-header {
    margin-bottom: 10px;
    font-size: 30px;
  }

  .section-text-copy {
    text-align: center;
    font-size: 16px;
    line-height: 20px;
  }

  .tokenomics-text {
    text-align: center;
    width: 90%;
    font-size: 16px;
    line-height: 20px;
  }

  .info-wrapper {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    place-items: start stretch;
  }

  .section-text-block-copy {
    text-align: center;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .desclaimer {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .section-text-copy {
    text-align: center;
    width: 90%;
    font-size: 16px;
    line-height: 20px;
  }
}


@font-face {
  font-family: 'R 8 Mo';
  src: url('../fonts/MinecraftItalic-R8Mo.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: '1 Y 1 E';
  src: url('../fonts/MinecraftBoldItalic-1y1e.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Nmk 1';
  src: url('../fonts/MinecraftBold-nMK1.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Bmg 3';
  src: url('../fonts/MinecraftRegular-Bmg3.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}