.body {
  background-color: #d80010;
}

.section_hero {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: relative;
}

.logo_hero {
  height: 45%;
  margin-bottom: 122px;
  position: absolute;
}

.hero_wave {
  background-image: url('../images/wave_hero.svg');
  background-position: 0 100%;
  background-repeat: repeat-x;
  background-size: auto 100%;
  height: 25%;
  position: absolute;
  inset: auto 0% 0%;
}

.hero_chara {
  height: 58%;
  position: absolute;
  inset: auto auto 0% 0%;
}

.hero_grass {
  background-image: url('../images/grass_sep.svg');
  background-position: 0 100%;
  background-repeat: repeat-x;
  background-size: auto 100%;
  height: 50px;
  position: absolute;
  inset: auto 0% 0%;
}

.separator_1 {
  background-color: #870011;
  border-top: 3px solid #000;
  border-bottom: 3px solid #000;
  justify-content: center;
  align-items: center;
  height: 65px;
  display: flex;
}

.section_about {
  background-color: #65e3ff;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  display: flex;
  position: relative;
}

.about_grass {
  z-index: 5;
  background-image: url('../images/grass_sep.svg');
  background-position: 0 100%;
  background-repeat: repeat-x;
  background-size: auto 100%;
  width: 100%;
  height: 50px;
  margin-top: -1px;
  position: relative;
  inset: auto 0% 0%;
  transform: rotate(180deg);
}

.block_ca {
  background-color: #f7be6b;
  border: 2px solid #000;
  border-bottom-width: 5px;
  border-radius: 5px;
  width: auto;
  height: auto;
  margin: 30px 30px 42px;
  padding: 5px;
  position: absolute;
  inset: auto 0% 0% auto;
}

.ca_in {
  background-color: #ffdba5;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  padding: 5px 15px;
  display: flex;
}

.header {
  z-index: 50;
  justify-content: space-between;
  align-items: center;
  padding: 25px 25px 25px 25px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.tg {
  background-color: #bd000e;
  background-image: url('../images/tg.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border: 2px solid #000;
  border-bottom-width: 4px;
  border-radius: 5px;
  width: 45px;
  height: 45px;
  margin-left: 10px;
  margin-right: 0;
}

.tg:hover {
  border-top-width: 4px;
  border-bottom-width: 2px;
}

.header_socials {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.x {
  background-color: #bd000e;
  background-image: url('../images/x.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100%;
  border: 2px solid #000;
  border-bottom-width: 4px;
  border-radius: 5px;
  width: 45px;
  height: 45px;
  margin-left: 10px;
  margin-right: 0;
}

.x:hover {
  border-top-width: 4px;
  border-bottom-width: 2px;
}

.x-comm {
  background-color: #bd000e;
  background-image: url('../images/communities.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 70%;
  border: 2px solid #000;
  border-bottom-width: 4px;
  border-radius: 5px;
  width: 45px;
  height: 45px;
  margin-left: 10px;
  margin-right: 0;
}

.x-comm:hover {
  border-top-width: 4px;
  border-bottom-width: 2px;
}

.dex-chart {
  background-color: #bd000e;
  background-image: url('../images/dex.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 70%;
  border: 2px solid #000;
  border-bottom-width: 4px;
  border-radius: 5px;
  width: 45px;
  height: 45px;
  margin-left: 10px;
  margin-right: 0;
}

.dex-chart:hover {
  border-top-width: 4px;
  border-bottom-width: 2px;
}

.ca {
  font-family: 'Mochi Green', Grobold, sans-serif;
  font-size: 20px;
}

.copy {
  background-color: #9a7133;
  background-image: url('../images/copy.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border: 1px #000;
  border-radius: 5px;
  width: 35px;
  height: 35px;
  margin-left: 10px;
  margin-right: 0;
}

.copy:hover {
  background-color: #c19553;
  border-top-width: 4px;
  border-bottom-width: 2px;
}

.text-block {
  color: #e2533f;
  font-family: Grobold, sans-serif;
  font-size: 30px;
  line-height: 30px;
}

.menu_link {
  background-color: #0000;
  margin-right: 35px;
  padding: 0;
  font-family: 'Mochi Green', Grobold, sans-serif;
  font-size: 20px;
}

.menu_link:hover {
  color: #84000a;
}

.about_bushes {
  z-index: 3;
  background-image: url('../images/hero_bushes.svg');
  background-position: 0 100%;
  background-repeat: repeat-x;
  background-size: auto 100%;
  height: 200px;
  position: absolute;
  inset: auto 0% 0%;
}

.about_clouds {
  opacity: .4;
  background-image: url('../images/about_clouds.png');
  background-position: 50% 100%;
  background-size: cover;
  height: 350px;
  position: absolute;
  inset: 0%;
}

.about_ground {
  background-image: url('../images/hero_ground.svg');
  background-position: 0 100%;
  background-repeat: repeat-x;
  background-size: auto 100%;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 250px;
  margin-top: -117px;
  display: flex;
  position: relative;
  inset: auto 0% 0%;
}

.chara_02 {
  z-index: 2;
  height: 400px;
  margin-top: -61px;
  margin-bottom: 0;
  position: relative;
}

.block_h1 {
  justify-content: center;
  align-items: center;
  margin-top: 75px;
  display: flex;
  position: relative;
}

.h1 {
  text-align: center;
  font-family: 'Badaboom', Grobold, sans-serif;
  font-size: 100px;
  line-height: 90px;
}

.block_para {
  background-color: #ef001d;
  border: 3px solid #000;
  border-bottom-width: 8px;
  border-radius: 14px;
  width: 650px;
  height: auto;
  margin-top: 50px;
  padding: 15px;
  transform: rotate(-7deg);
}

.block-in {
  background-color: #870011;
  border-radius: 14px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 50px 25px;
  display: flex;
}

.para {
  color: #f6bf6d;
  text-align: center;
  margin-bottom: 0;
  font-family: 'Mochi Green', Grobold, sans-serif;
  font-size: 25px;
  line-height: 30px;
}

.grass_bottom {
  z-index: 7;
  background-image: url('../images/grass_sep.svg');
  background-position: 0 100%;
  background-repeat: repeat-x;
  background-size: auto 100%;
  height: 50px;
  position: absolute;
  inset: auto 0% 0%;
}

.section_how {
  z-index: 10;
  background-color: #d80010;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  padding-top: 0;
  display: flex;
  position: relative;
}

.h1_white {
  color: #ffcd82;
  text-align: center;
  margin-top: 75px;
  font-family: 'Badaboom', Grobold, sans-serif;
  font-size: 100px;
  line-height: 90px;
}

.chara_run {
  height: 240px;
  margin-top: -67px;
  margin-bottom: 0;
  position: relative;
}

.how_wave {
  background-image: url('../images/wave_hero.svg');
  background-position: 0 100%;
  background-repeat: repeat-x;
  background-size: auto 100%;
  height: 200px;
  position: absolute;
  inset: auto 0% 0%;
}

.para_how {
  justify-content: center;
  align-items: center;
  width: 650px;
  margin-top: 50px;
  display: flex;
  position: relative;
}

.para2 {
  color: #ffcd82;
  text-align: center;
  margin-bottom: 0;
  font-family: 'Mochi Green', Grobold, sans-serif;
  font-size: 25px;
  line-height: 30px;
}

.block_live {
  background-color: #ef001d;
  border: 3px solid #000;
  border-bottom-width: 8px;
  border-radius: 14px;
  width: 650px;
  height: auto;
  margin-top: 50px;
  padding: 15px;
  transform: rotate(-2deg);
}

.block_live._2 {
  margin-top: 9px;
  transform: rotate(2deg);
}

.block_live._3 {
  height: auto;
  margin-top: 50px;
  transform: none;
}

.block-how_in {
  background-color: #870011;
  border-radius: 14px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 50px 25px;
  display: flex;
}

.para_2 {
  color: #f6bf6d;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: 'Mochi Green', Grobold, sans-serif;
  font-size: 25px;
  line-height: 30px;
}

.image {
  width: 70%;
  position: absolute;
  inset: auto auto 0%;
}

.section_socials {
  background-color: #ef001d;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  padding-top: 75px;
  display: flex;
  position: relative;
}

.h1_2 {
  color: #ffcd82;
  text-align: center;
  margin-top: 0;
  font-family: 'Badaboom', Grobold, sans-serif;
  font-size: 100px;
  line-height: 90px;
  position: relative;
}

.block_links {
  background-color: #ef001d;
  border: 3px solid #000;
  border-bottom-width: 8px;
  border-radius: 14px;
  width: 650px;
  height: auto;
  margin-top: 50px;
  padding: 15px;
  position: relative;
}

.socials {
  background-color: #ef001d;
  border: 2px solid #000;
  border-bottom-width: 5px;
  justify-content: center;
  align-items: center;
  width: auto;
  min-width: 250px;
  height: 55px;
  margin-bottom: 15px;
  padding: 10px 40px;
  font-family: 'Mochi Green', Grobold, sans-serif;
  font-size: 20px;
  display: inline-flex;
}

.socials:hover {
  border-top-width: 5px;
  border-bottom-width: 2px;
}

.block-in2 {
  background-color: #870011;
  border-radius: 14px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 15px 25px 80px;
  display: flex;
}

.image-2 {
  pointer-events: none;
  height: 500px;
  margin-top: -181px;
  position: relative;
}

.div-block {
  background-color: #d80010;
  height: 200px;
  position: absolute;
  inset: auto 0% 0%;
}

.image-3 {
  width: 180px;
  height: auto;
  margin-top: -65px;
  margin-right: 25px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.ca_mobile {
  font-family: 'Mochi Green', Grobold, sans-serif;
  font-size: 20px;
  display: none;
}

.buy {
  background-color: #0000;
  margin-right: 35px;
  padding: 0;
  font-family: 'Mochi Green', Grobold, sans-serif;
  font-size: 20px;
}

.buy:hover {
  color: #84000a;
}

.code-embed {
  width: 100%;
  height: 100%;
}

.text-block-2 {
  color: #ffcd82;
  font-family: Grobold, sans-serif;
  font-size: 25px;
  line-height: 25px;
}

.live {
  background-color: #ef001d;
  border: 2px solid #000;
  border-bottom-width: 5px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 55px;
  margin-top: 25px;
  margin-bottom: 0;
  font-family: 'Mochi Green', Grobold, sans-serif;
  font-size: 20px;
  display: flex;
}

.live:hover {
  border-top-width: 5px;
  border-bottom-width: 2px;
}

.tiktok {
  background-color: #bd000e;
  background-image: url('../images/tiktok.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 75%;
  border: 2px solid #000;
  border-bottom-width: 4px;
  border-radius: 5px;
  width: 45px;
  height: 45px;
  margin-left: 10px;
  margin-right: 0;
}

.tiktok:hover {
  border-top-width: 4px;
  border-bottom-width: 2px;
}

@media screen and (max-width: 991px) {
  .logo_hero {
    width: 80%;
    height: auto;
    margin-bottom: 270px;
  }

  .hero_chara {
    height: 45%;
  }

  .block_ca {
    bottom: 35%;
    right: auto;
  }

  .image-2 {
    width: 80%;
    height: auto;
  }

  .buy {
    position: absolute;
  }
}

@media screen and (max-width: 767px) {
  .logo_hero {
    margin-bottom: 330px;
  }

  .block_ca {
    bottom: 43%;
  }

  .ca, .menu_link {
    display: none;
  }

  .chara_02 {
    height: 280px;
  }

  .h1 {
    font-size: 80px;
    line-height: 80px;
  }

  .block_para {
    width: 90%;
    transform: rotate(-4deg);
  }

  .chara_run {
    height: 150px;
  }

  .para_how, .block_live, .block_links {
    width: 90%;
  }

  .image-2 {
    margin-top: -139px;
  }

  .image-3 {
    width: 140px;
    margin-top: -45px;
    margin-right: 10px;
  }

  .ca_mobile {
    display: flex;
  }

  .buy {
    position: static;
  }
}

@media screen and (max-width: 479px) {
  .hero_chara {
    width: 95%;
    height: auto;
  }

  .chara_02 {
    height: 200px;
  }

  .h1 {
    font-size: 70px;
    line-height: 60px;
  }

  .block_para {
    transform: none;
  }

  .h1_white {
    font-size: 60px;
    line-height: 60px;
  }

  .h1_2 {
    font-size: 55px;
  }

  .image-3 {
    width: 110px;
    height: auto;
    margin-top: -30px;
    margin-right: 5px;
  }

  .ca_mobile, .buy {
    font-size: 16px;
    line-height: 16px;
  }

  .text-block-2, .live {
    text-align: center;
  }
}


@font-face {
  font-family: 'Comic Kings';
  src: url('../fonts/Comic-Kings.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Grobold';
  src: url('../fonts/GROBOLD.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Badaboom';
  src: url('../fonts/badaboom.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Mochi Green';
  src: url('../fonts/mochi_green.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* Meme Carousel Scroller Styles */
.scroller {
  width: 100%;
  overflow: hidden;
  background-color: #d80010; /* Match the red body background */
  border-top: 3px solid #000;
  border-bottom: 3px solid #000;
  padding: 10px 0;
  position: relative;
  z-index: 10;
}

.scroller__inner {
  display: flex;
  flex-wrap: wrap;
  gap: 0px;
  padding-block: 0;
  list-style: none;
}

.scroller[data-animated="true"] {
  overflow: hidden;
}

.scroller[data-animated="true"] .scroller__inner {
  width: max-content;
  flex-wrap: nowrap;
  animation: var(--_animation-name, scroll-left) var(--_animation-duration, 20s) linear infinite;
}

.scroller[data-direction="right"] {
  --_animation-name: scroll-right;
}

.scroller[data-direction="right"] .meme-img {
  border-top: unset;
}

.scroller[data-direction="left"] {
  --_animation-name: scroll-left;
}

.scroller[data-speed="fast"] {
  --_animation-duration: 20s;
}

.scroller[data-speed="slow"] {
  --_animation-duration: 60s;
}

@keyframes scroll-left {
  to {
    transform: translate(-50%);
  }
}

@keyframes scroll-right {
  from {
    transform: translate(-50%);
  }
  to {
    transform: translate(0);
  }
}

.meme-img {
  border: solid 3px #000; /* Beautiful brutalist thick black borders to match original theme */
  border-left: none;
  width: 300px;
  height: 300px;
  object-fit: cover;
  display: block;
}

.meme-slider {
  display: block;
  text-decoration: none;
}