.section_hero {
  background-image: linear-gradient(#ffe2fa, #bf8ba6);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  height: 100svh;
  display: flex;
  position: relative;
}

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

.candle2 {
  background-image: url('../images/hero_candle_2.svg');
  background-position: 0 100%;
  background-size: auto 100%;
  height: 30%;
  position: absolute;
  inset: auto 0% 0%;
}

.candle3 {
  background-image: url('../images/hero_candle_3.svg');
  background-position: 90% 100%;
  background-size: auto 100%;
  height: 25%;
  position: absolute;
  inset: auto 0% 11%;
}

.candle4 {
  background-image: url('../images/hero_candle_4.svg');
  background-position: 100% 100%;
  background-size: auto 100%;
  height: 20%;
  position: absolute;
  inset: auto 0% 20%;
}

.candle5 {
  background-image: url('../images/hero_candle_5.svg');
  background-position: 0 100%;
  background-size: auto 100%;
  height: 16%;
  position: absolute;
  inset: auto 0% 27%;
}

.cancle6 {
  background-image: url('../images/hero_candle_6.svg');
  background-position: 50% 100%;
  background-size: auto 100%;
  height: 14%;
  position: absolute;
  inset: auto 0% 33%;
}

.gwum_hero {
  height: 75%;
  position: absolute;
  inset: auto auto 1%;
}

.clouds_white {
  background-image: url('../images/clouds_white.svg');
  background-position: -10% 100%;
  background-repeat: repeat-x;
  background-size: auto 100%;
  height: 55%;
  position: absolute;
  inset: auto 0% 20%;
}

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

.grain {
  z-index: 2000;
  opacity: .5;
  pointer-events: none;
  mix-blend-mode: multiply;
  background-image: url('../images/grain.png');
  background-position: 0 0;
  background-size: auto;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: fixed;
  inset: 0%;
}

.logo {
  width: auto;
  height: 27%;
  position: absolute;
  inset: auto auto 61%;
}

.ca_addr {
  color: #000;
  background-color: #ff6cb9;
  border: 3px solid #000;
  border-bottom-width: 10px;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 600px;
  margin-bottom: 25px;
  padding-top: 11px;
  font-family: Positiveforward, sans-serif;
  font-size: 23px;
  line-height: 23px;
  display: flex;
  position: absolute;
  inset: auto auto 0%;
}

.ca_addr:hover {
  border-top-width: 10px;
  border-bottom-width: 3px;
}

.separator {
  background-color: #ff6cb9;
  border-top: 3px solid #000;
  border-bottom: 3px solid #000;
  width: 100%;
  height: 100px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.separator_in {
  background-color: #a24877;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.h2 {
  color: #ffe2f6;
  font-family: Positiveforward, sans-serif;
  font-size: 22px;
  line-height: 22px;
}

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

.block_chara {
  justify-content: center;
  align-items: flex-end;
  height: 450px;
  margin-top: -60px;
  display: flex;
  position: relative;
  inset: auto 0% 0%;
}

.gwumabout, .fwog, .wolf, .bert, .andy {
  height: 100%;
  margin-left: 10px;
  margin-right: 10px;
}

.h1 {
  color: #ff6cb9;
  text-align: center;
  -webkit-text-stroke-width: 3px;
  -webkit-text-stroke-color: black;
  font-family: Positiveforward, sans-serif;
  font-size: 135px;
  line-height: 105px;
  position: relative;
}

.h1.shadow {
  color: #000;
  margin-top: 10px;
  position: absolute;
  inset: 0%;
}

.block_h1 {
  position: relative;
}

.block_para {
  background-color: #ff6cb9;
  border: 3px solid #000;
  border-bottom-width: 10px;
  border-radius: 20px;
  width: 650px;
  height: auto;
  margin-top: 79px;
  padding: 15px;
  position: relative;
}

.block_in {
  background-color: #a24877;
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 50px 25px;
  display: flex;
}

.paragraph {
  color: #fff0fc;
  text-align: center;
  margin-bottom: 0;
  font-family: Positiveforward, sans-serif;
  font-size: 30px;
  line-height: 30px;
}

.section_swing {
  background-image: url('../images/background_2.png');
  background-position: 100% 100%;
  background-size: cover;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 800px;
  padding-top: 250px;
  display: flex;
  position: relative;
}

.image {
  height: 550px;
  margin-right: 150px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.image-2 {
  height: 400px;
  position: absolute;
  inset: auto auto 0%;
}

.image-3 {
  height: 250px;
  margin-left: 80px;
  position: absolute;
  inset: auto auto 0% 0%;
}

.image-4 {
  height: 350px;
}

.block_para_2 {
  background-color: #40e1f9;
  border: 3px solid #000;
  border-bottom-width: 10px;
  border-radius: 20px;
  width: 650px;
  height: 300px;
  margin-top: 0;
  padding: 15px;
  position: relative;
}

.tg {
  z-index: 50;
  color: #000;
  background-color: #ff6cb9;
  background-image: url('../images/tg.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 90%;
  border: 3px solid #000;
  border-bottom-width: 6px;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 53px;
  margin: 0 10px 0 0;
  padding: 0;
  font-family: Positiveforward, sans-serif;
  font-size: 23px;
  line-height: 23px;
  display: flex;
  position: static;
  inset: auto auto 0% 0%;
}

.tg:hover {
  border-top-width: 6px;
  border-bottom-width: 3px;
}

.tg.socialsfooter {
  margin-left: 5px;
  margin-right: 5px;
}

.x {
  z-index: 50;
  color: #000;
  background-color: #ff6cb9;
  background-image: url('../images/x.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 90%;
  border: 3px solid #000;
  border-bottom-width: 6px;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 53px;
  margin: 0;
  padding: 0;
  font-family: Positiveforward, sans-serif;
  font-size: 23px;
  line-height: 23px;
  display: flex;
  position: static;
  inset: auto 0% 0% auto;
}

.x:hover {
  border-top-width: 6px;
  border-bottom-width: 3px;
}

.x.socialsfooter {
  margin-left: 5px;
  margin-right: 5px;
}

.button_buy {
  color: #000;
  background-color: #40e2fe;
  border: 3px solid #000;
  border-bottom-width: 10px;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 600px;
  margin-bottom: 25px;
  padding-top: 11px;
  font-family: Positiveforward, sans-serif;
  font-size: 23px;
  line-height: 23px;
  display: flex;
  position: absolute;
  inset: auto auto 0%;
}

.button_buy:hover {
  border-top-width: 10px;
  border-bottom-width: 3px;
}

.socials_right {
  justify-content: flex-end;
  align-items: center;
  margin: 25px;
  display: flex;
  position: absolute;
  inset: auto 0% 0% auto;
}

.socials_left {
  justify-content: flex-start;
  align-items: center;
  margin: 25px;
  display: flex;
  position: absolute;
  inset: auto auto 0% 0%;
}

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

.button {
  color: #000;
  background-color: #ff6cb9;
  border: 3px solid #000;
  border-bottom-width: 6px;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 53px;
  margin-left: 10px;
  padding: 4px 0 0;
  font-family: Positiveforward, sans-serif;
  font-size: 20px;
  display: flex;
}

.button:hover {
  border-top-width: 6px;
  border-bottom-width: 3px;
}

.block_menu {
  justify-content: flex-start;
  align-items: center;
  height: 53px;
  padding-left: 15px;
  display: flex;
}

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

.menu_link {
  color: #000;
  background-color: #0000;
  margin-right: 35px;
  padding: 0;
  font-family: Positiveforward, sans-serif;
  font-size: 25px;
  line-height: 25px;
}

.menu_link:hover {
  color: #ff66b6;
}

.image-5 {
  height: 500px;
  margin-top: -82px;
  margin-bottom: -124px;
  margin-left: 80px;
  position: relative;
}

.block_in_about {
  background-color: #a24877;
  border: 3px solid #000;
  border-top-width: 10px;
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 50px 25px;
  display: flex;
  position: relative;
}

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

.blockin {
  background-color: #a24877;
  border: 3px #000;
  border-radius: 15px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 25px;
  display: flex;
  position: relative;
}

.p2 {
  color: #fff0fc;
  text-align: center;
  margin-bottom: 0;
  font-family: Positiveforward, sans-serif;
  font-size: 25px;
  line-height: 30px;
}

.h3 {
  color: #ffcae6;
  margin-bottom: 25px;
  font-family: Positiveforward, sans-serif;
  font-size: 40px;
  line-height: 40px;
}

.block_foundation {
  background-color: #ff6cb9;
  border: 3px solid #000;
  border-bottom-width: 10px;
  border-radius: 20px;
  width: 650px;
  height: auto;
  margin-top: 0;
  margin-bottom: 25px;
  padding: 15px;
  position: relative;
}

.wrapper_foundation {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 79px;
  display: flex;
  position: relative;
}

.image-6 {
  z-index: 25;
  height: 350px;
  position: absolute;
  inset: auto auto 20%;
}

.block_tokenomics {
  justify-content: center;
  align-items: center;
  width: 950px;
  margin-top: 70px;
  display: flex;
  position: relative;
}

.tokenomics_in {
  flex-flow: column;
  justify-content: space-around;
  align-items: stretch;
  width: 450px;
  height: 450px;
  margin-left: 10px;
  margin-right: 10px;
  display: flex;
}

.image-7 {
  height: 100%;
}

.tokenomics_details {
  background-color: #ff6cb9;
  border: 3px solid #000;
  border-radius: 14px;
  width: 100%;
  height: 16%;
  margin-bottom: 0;
  padding: 10px;
}

.tokenomics_details_in {
  background-color: #a24877;
  border-radius: 9px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 8px;
  display: flex;
}

.h4 {
  color: #ffdaed;
  margin-bottom: 0;
  font-family: Positiveforward, sans-serif;
  font-size: 25px;
  line-height: 25px;
}

.color {
  background-color: #ff6cb9;
  width: 5px;
  height: 80%;
  margin-right: 8px;
}

.color.yellow {
  background-color: #f8ff71;
}

.color.orange {
  background-color: #ffc166;
}

.color.blue {
  background-color: #7bd7ef;
}

.color.purple {
  background-color: #d542f4;
}

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

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

.block_roadmap {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 1000px;
  margin-top: 70px;
  display: flex;
  position: relative;
}

.roadmap_left {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  display: flex;
}

.block_roadmap_side {
  background-color: #ff6cb9;
  border: 3px solid #000;
  border-bottom-width: 10px;
  border-radius: 20px;
  width: 450px;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding: 15px;
  position: relative;
}

.p3 {
  color: #fff0fc;
  text-align: left;
  margin-bottom: 0;
  font-family: Positiveforward, sans-serif;
  font-size: 25px;
  line-height: 30px;
}

.h5 {
  color: #ffcae6;
  margin-bottom: 25px;
  font-family: Positiveforward, sans-serif;
  font-size: 30px;
  line-height: 30px;
}

.roadmap_right {
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: auto;
  display: flex;
}

.roadmap_line {
  background-color: #ffe9f5;
  flex-flow: column;
  justify-content: space-around;
  align-items: center;
  width: 2px;
  height: 100%;
  display: flex;
  position: absolute;
}

.div-block-5 {
  background-color: #ff6cb9;
  border: 2px solid #000;
  border-bottom-width: 4px;
  border-radius: 100%;
  width: 30px;
  height: 31px;
}

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

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

.pig_run {
  height: 400px;
  margin-top: -81px;
  position: relative;
}

.footer {
  background-color: #ffa6d9;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  padding-bottom: 50px;
  display: flex;
}

.logo_footer {
  width: auto;
  height: 130px;
  position: static;
  inset: auto auto 61%;
}

.socials_footer {
  justify-content: center;
  align-items: center;
  margin-top: 25px;
  display: flex;
}

.insta {
  z-index: 50;
  color: #000;
  background-color: #ff6cb9;
  background-image: url('../images/insta.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 80%;
  border: 3px solid #000;
  border-bottom-width: 6px;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 53px;
  margin: 0 0 0 10px;
  padding: 0;
  font-family: Positiveforward, sans-serif;
  font-size: 23px;
  line-height: 23px;
  display: flex;
  position: static;
  inset: auto 0% 0% auto;
}

.insta:hover {
  border-top-width: 6px;
  border-bottom-width: 3px;
}

.insta.socialsfooter {
  margin-left: 5px;
  margin-right: 5px;
}

.youtube {
  z-index: 50;
  color: #000;
  background-color: #ff6cb9;
  background-image: url('../images/youtube.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 80%;
  border: 3px solid #000;
  border-bottom-width: 6px;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 53px;
  margin: 0 0 0 10px;
  padding: 0;
  font-family: Positiveforward, sans-serif;
  font-size: 23px;
  line-height: 23px;
  display: flex;
  position: static;
  inset: auto 0% 0% auto;
}

.youtube:hover {
  border-top-width: 6px;
  border-bottom-width: 3px;
}

.youtube.socialsfooter {
  margin-left: 5px;
  margin-right: 5px;
}

.button-2 {
  margin-top: 25px;
}

.term {
  color: #000;
  background-color: #ff6cb9;
  border: 3px solid #000;
  border-bottom-width: 6px;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 53px;
  margin-top: 25px;
  margin-left: 10px;
  padding: 4px 50px 0;
  font-family: Positiveforward, sans-serif;
  font-size: 20px;
  display: flex;
}

.term:hover {
  border-top-width: 6px;
  border-bottom-width: 3px;
}

.separator_partners {
  background-color: #ff6cb9;
  border-top: 3px solid #000;
  border-bottom: 3px solid #000;
  width: 100%;
  height: auto;
  padding-top: 20px;
  padding-bottom: 20px;
}

.partners_in {
  background-color: #a24877;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 25px 15px;
  display: flex;
}

._100-margin-top {
  height: auto;
  margin-top: 0;
}

.carousel-container {
  border-radius: 100px;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  overflow: hidden;
}

.logo-container {
  background-color: #60143c;
  justify-content: space-around;
  min-width: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
  position: relative;
}

.logo-container._2 {
  margin-left: -.1%;
}

.logo-image {
  height: 40px;
}

.ca_mobile_addr {
  color: #000;
  background-color: #ff6cb9;
  border: 3px solid #000;
  border-bottom-width: 10px;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 600px;
  margin-bottom: 25px;
  padding-top: 11px;
  font-family: Positiveforward, sans-serif;
  font-size: 23px;
  line-height: 23px;
  display: none;
  position: absolute;
  inset: auto auto 0%;
}

.ca_mobile_addr:hover {
  border-top-width: 10px;
  border-bottom-width: 3px;
}

.dextools {
  color: #000;
  background-color: #ff6cb9;
  border: 3px solid #000;
  border-bottom-width: 6px;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 53px;
  margin-left: 10px;
  padding: 4px 0 0;
  font-family: Positiveforward, sans-serif;
  font-size: 20px;
  display: flex;
}

.dextools:hover {
  border-top-width: 6px;
  border-bottom-width: 3px;
}

.menu_mobile, .block_menu_mobile {
  display: none;
}

.mobile {
  color: #000;
  background-color: #ff6cb9;
  border: 3px solid #000;
  border-bottom-width: 6px;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 53px;
  margin-left: 10px;
  padding: 4px 0 0;
  font-family: Positiveforward, sans-serif;
  font-size: 20px;
  display: flex;
}

.mobile:hover {
  border-top-width: 6px;
  border-bottom-width: 3px;
}

.menu_close {
  display: none;
}

.section_terms {
  z-index: 200;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.terms_details {
  background-color: #a24877;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 450px;
  height: 100%;
  padding: 15px;
  display: flex;
  overflow: auto;
}

.disclaimer {
  color: #fdd3f5;
  font-family: Positiveforward, sans-serif;
}

.title {
  color: #ff7fc2;
  font-size: 25px;
  line-height: 25px;
}

.block_terms {
  background-color: #ff6cb9;
  border: 3px solid #000;
  border-bottom-width: 8px;
  border-radius: 17px;
  height: 80%;
  padding: 15px;
  position: relative;
}

.close_terms {
  position: absolute;
  inset: 0%;
}

@media screen and (max-width: 991px) {
  .ca_addr {
    display: none;
  }

  .block_chara {
    height: 350px;
  }

  .section_swing {
    height: auto;
    padding-top: 450px;
    padding-bottom: 161px;
  }

  .image {
    height: 500px;
    margin-right: 50px;
  }

  .block_menu {
    display: none;
  }

  .block_buttons {
    justify-content: center;
    align-items: center;
  }

  .block_tokenomics {
    flex-flow: column;
    width: 100%;
  }

  .tokenomics_in {
    margin-top: 50px;
  }

  .block_roadmap {
    width: 100%;
  }

  .roadmap_left, .roadmap_right {
    justify-content: center;
    align-items: center;
    margin-bottom: 25px;
  }

  .roadmap_line {
    display: none;
  }

  .pig_run {
    margin-top: -31px;
  }

  .logo-image {
    height: 30px;
  }

  .ca_mobile_addr {
    width: 400px;
    display: flex;
  }

  .menu_mobile {
    justify-content: center;
    align-items: center;
    width: 53px;
    height: 53px;
    display: flex;
  }

  .menumobile {
    background-color: #0000;
    background-image: url('../images/menu_mobile.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: auto 70%;
    width: 53px;
    height: 53px;
    padding: 0;
  }

  .block_menu_mobile {
    z-index: 150;
    background-color: #e6c0d9;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: none;
    position: fixed;
    inset: 0%;
  }

  .mobile {
    margin-top: 15px;
    margin-bottom: 15px;
    margin-left: 0;
    display: flex;
  }

  .menu_close {
    width: 53px;
    height: 53px;
    margin: 15px;
    display: flex;
    position: absolute;
    inset: 0% auto auto 0%;
  }

  .close {
    background-color: #0000;
    background-image: url('../images/close.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: auto 70%;
    width: 100%;
    height: 100%;
    padding: 0;
  }
}

@media screen and (max-width: 767px) {
  .gwum_hero {
    height: 65%;
  }

  .logo {
    width: 90%;
    height: auto;
    bottom: 63%;
  }

  .ca_addr {
    width: 90%;
  }

  .section_about {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .block_chara {
    height: 300px;
  }

  .wolf {
    flex: 0 auto;
    display: none;
  }

  .andy {
    display: none;
  }

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

  .block_para {
    width: 90%;
    height: auto;
  }

  .block_in {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .paragraph {
    font-size: 24px;
  }

  .section_swing {
    padding-top: 296px;
  }

  .image {
    height: 350px;
  }

  .block_para_2 {
    width: 90%;
    height: auto;
  }

  .tg {
    margin: 0 10px 0 0;
    inset: 0% auto auto 0%;
  }

  .x {
    inset: 0% 0% auto auto;
  }

  .button_buy {
    width: 90%;
  }

  .socials_right, .socials_left {
    margin: 10px;
  }

  .image-5 {
    height: auto;
    margin-left: 0;
  }

  .block_in_about, .section_foundation, .blockin {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .h3 {
    text-align: center;
  }

  .block_foundation {
    width: 90%;
    height: auto;
  }

  .block_tokenomics {
    margin-top: 25px;
  }

  .block_roadmap_side {
    width: 90%;
    height: auto;
  }

  .pig_run {
    height: 300px;
  }

  .logo_footer {
    width: 90%;
    height: auto;
    bottom: 63%;
  }

  .insta, .youtube {
    inset: 0% 0% auto auto;
  }

  .logo-container {
    min-width: 150%;
  }

  .ca_mobile_addr {
    width: 90%;
    margin-bottom: 74px;
  }
}

@media screen and (max-width: 479px) {
  .logo {
    bottom: 72%;
  }

  .h2 {
    text-align: center;
    font-size: 15px;
    line-height: 15px;
  }

  .block_chara {
    height: 250px;
  }

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

  .h1.shadow {
    display: none;
  }

  .h1._22 {
    font-size: 50px;
    line-height: 45px;
  }

  .paragraph {
    font-size: 23px;
  }

  .image-4 {
    height: 250px;
  }

  .tg {
    width: 40px;
    height: 40px;
    margin: 0 5px 0 0;
  }

  .x {
    width: 40px;
    height: 40px;
    margin: 0;
  }

  .button {
    display: flex;
  }

  .image-5 {
    margin-bottom: -72px;
  }

  .blockin {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .p2 {
    font-size: 23px;
  }

  .wrapper_foundation {
    margin-top: 50px;
  }

  .image-6 {
    height: 200px;
  }

  .tokenomics_in {
    width: 300px;
    height: auto;
    margin-top: 25px;
  }

  .tokenomics_details {
    margin-bottom: 10px;
  }

  .tokenomics_details_in {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .h4 {
    font-size: 20px;
    line-height: 20px;
  }

  .p3 {
    text-align: center;
    font-size: 23px;
  }

  .h5 {
    text-align: center;
  }

  .logo_footer {
    bottom: 72%;
  }

  .insta {
    width: 40px;
    height: 40px;
    margin: 0;
  }

  .youtube {
    width: 40px;
    height: 40px;
    margin: 0 0 0 5px;
  }

  .carousel-container {
    border-radius: 100px;
  }

  .logo-container {
    border-radius: 100px;
    min-width: 300%;
  }

  .logo-image {
    height: 25px;
  }

  .dextools, .block_menu_mobile {
    display: none;
  }

  .mobile {
    display: flex;
  }

  .section_terms {
    width: 100%;
    display: none;
  }

  .terms_details {
    width: 100%;
  }

  .block_terms {
    width: 90%;
  }
}


@font-face {
  font-family: 'Positiveforward';
  src: url('../fonts/PositiveForward.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

.grid-container {
  display: grid;
  grid-template-columns: auto auto; /* two columns */
  gap: 10px;
}