:root {
  --pink: #D52126;
  --white: white;
  --black: black;
}

.email{
    font-size:2vw;
    font-family: 'Japanese Robot';
    color:#000000;
   text-decoration:none;
   text-transform: uppercase ;
}

.section_hero {
  background-image: url('https://kabosutokeneth.xyz/../images/bg-wave_yellowish.png');
  background-position: 50%;
  background-size: 350px;
  background-attachment: fixed;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  height: 100svh;
  display: flex;
  position: relative;
}

.hero_cloud {
  background-image: url('https://kabosutokeneth.xyz/../images/hero_cloud.svg');
  background-position: 50% 100%;
  background-size: auto 100%;
  height: 25%;
  position: absolute;
  inset: auto 0% 0%;
}

.hero_chara {
  height: 65%;
  position: absolute;
  inset: auto auto 0%;
  margin-left: 10vw;
}

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

.header_left {
  justify-content: flex-start;
  align-items: center;
  height: 50px;
  display: flex;
}

.header_button {
  height: auto;
}

.continue {
  color: #fff;
  background-color: #D52126;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 50px;
  padding: 3px 50px 0;
  font-family: Japanese Robot, sans-serif;
  font-size: 20px;
  line-height: 20px;
  display: flex;
}

.button_hero {
  background-color: #ff3966;
  border-bottom: 5px solid #000;
  border-radius: 100px;
  padding: 5px;
}

.button_hero:hover {
  border-top: 5px solid #000;
  border-bottom-width: 0;
}

.hero_logo {
  margin-top: 125px;
  position: absolute;
  inset: 0% auto auto;
}

.title_hero {
  font-family: Japanese Robot, sans-serif;
  font-size: 180px;
  line-height: 150px;
}

.title_red {
  color: var(--pink);
}

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

.menu_link:hover,
.pink {
  color: var(--pink);
}

.hero_bottom {
  background-image: url('https://kabosutokeneth.xyz/../images/hero_bottom.svg');
  background-position: 50% 100%;
  background-size: auto 100%;
  width: 150vw;
  height: 7%;
  position: absolute;
  inset: auto 0% 0%;
}

.section_about {
  z-index: 20;
  background-color: #f2f0ea;
  background-image: url('https://kabosutokeneth.xyz/../images/bg-wave_yellowish.png');
  background-position: 50%;
  background-size: 350px;
  background-attachment: fixed;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.separator_1 {
  background-color: #d81a4c;
  width: 100%;
  height: 25px;
  position: relative;
}

.block_h1_about {
  background-color: #ba0c42;
  border-top: 10px solid #ff005c;
  border-bottom: 10px solid #ff005c;
  width: 100%;
  height: 150px;
  padding-top: 15px;
  padding-bottom: 15px;
  position: relative;
}

.block_h1_in {
  background-color: #7f0833;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 12px;
  display: flex;
}

.h1 {
  color: #fff;
  font-family: Japanese Robot, sans-serif;
  font-size: 90px;
  line-height: 90px;
}

.hider {
  background-color: #d81a4c;
  height: 50px;
  position: absolute;
  inset: 0% 0% auto;
}

.about_details {
  background-color: #990c38;
  border: 10px #ff005c;
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 650px;
  margin-top: 0;
  padding: 35px;
  display: flex;
}

.para {
  color: #fff;
  text-align: center;
  margin-bottom: 0;
  font-family: Maladroit, sans-serif;
  font-size: 22px;
  line-height: 30px;
}

ul {
  list-style-type: none;
}

.about_chara {
  height: 450px;
  position: relative;
}

.block_about_chara {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: -58px;
  display: flex;
  position: relative;
}

.about_circle {
  background-color: #D52126;
  border-radius: 100%;
  width: 400px;
  height: 400px;
  position: absolute;
}

.about_h1 {
  z-index: 20;
  flex-flow: column;
  width: 100%;
  display: flex;
  position: relative;
}

.title_transition {
  background-image: url('https://kabosutokeneth.xyz/../images/hero_bottom.svg');
  background-position: 50% 100%;
  background-repeat: repeat-x;
  background-size: auto 100%;
  width: 100%;
  height: 50px;
  transform: rotate(180deg);
}

.block_about {
  background-color: #ff005c;
  border-bottom: 8px solid #000;
  border-radius: 20px;
  margin-top: 50px;
  padding: 10px;
  position: relative;
  transform: rotate(-3deg);
}

.about_bg {
  background-image: url('https://kabosutokeneth.xyz/../images/bg_about.svg');
  background-position: 0 100%;
  background-repeat: repeat-x;
  background-size: auto 100%;
  width: 100%;
  height: 200px;
  position: absolute;
  inset: auto 0% 0%;
}

.section_tokenomics {
  z-index: 10;
  background-color: #f2f0ea;
  background-image: linear-gradient(#9e002aba, #9e002aba), url('https://kabosutokeneth.xyz/../images/bg-wave_red.png');
  background-position: 0 0, 50%;
  background-size: auto, 350px;
  background-attachment: scroll, fixed;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  padding-bottom: 75px;
  display: flex;
  position: relative;
}

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

.block_tokenomics {
  background-color: #fff3dd;
  background-image: url('https://kabosutokeneth.xyz/../images/tokenomics_card_bg.svg');
  background-position: 50%;
  background-size: 115%;
  border: 3px solid #000;
  border-bottom-width: 8px;
  border-radius: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 80%;
  height: auto;
  margin-top: 50px;
  padding: 15px 15px 200px;
  display: flex;
  position: relative;
}

.tokenomics_details {
  background-color: #eee3d0;
  border: 2px solid #ab956c;
  border-bottom-width: 6px;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 65px;
  margin-bottom: 15px;
  display: flex;
}

.h2 {
  color: #000;
  font-family: Japanese Robot, sans-serif;
  font-size: 25px;
  line-height: 25px;
}

.image {
  height: 470px;
  margin-top: -110px;
  position: relative;
}

.div-block {
  z-index: 0;
  background-image: url('https://kabosutokeneth.xyz/../images/lamps.svg');
  background-position: 0 100%;
  background-repeat: repeat-x;
  background-size: auto 100%;
  width: 100%;
  height: 250px;
  margin-top: 111px;
  position: absolute;
}

.dog_tokenomics {
  z-index: 20;
  height: 525px;
  margin-top: 0;
  position: absolute;
  inset: auto -8% -22% auto;
}

.section_how {
  z-index: 40;
  background-image: url('https://kabosutokeneth.xyz/../images/bg-wave_yellowish.png');
  background-position: 50%;
  background-size: 350px;
  background-attachment: fixed;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  padding-bottom: 75px;
  display: flex;
  position: relative;
}

.block_how {
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  display: flex;
}

.how_block {
  background-color: #ff005c;
  border: 0 solid #000;
  border-bottom-width: 8px;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 450px;
  height: 450px;
  margin: 25px;
  padding: 15px;
  display: flex;
  position: relative;
}

.how_title {
  background-color: #ff005c;
  border-bottom: 6px solid #000;
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  width: 90%;
  padding: 10px;
  display: flex;
  position: absolute;
  inset: -5% auto auto;
}

.h2-2 {
  color: #ffe2a1;
  font-size: 25px;
  font-weight: 700;
  line-height: 25px;
}

.how_in {
  background-color: #990c38;
  border-bottom: 5px solid #000;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 25px;
  display: flex;
}

.para-2 {
  color: #fff;
  text-align: center;
  margin-bottom: 0;
  font-family: Maladroit, sans-serif;
  font-size: 20px;
  line-height: 30px;
}

.how_title_in {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #990c38;
  border-radius: 15px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  display: flex;
}

.h3 {
  color: #ffe7a1;
  font-family: Japanese Robot, sans-serif;
  font-size: 25px;
  line-height: 25px;
}

.title_transition_money {
  z-index: 20;
  background-image: url('https://kabosutokeneth.xyz/../images/hero_bottom.svg');
  background-position: 50% 100%;
  background-repeat: repeat-x;
  background-size: auto 100%;
  width: 100%;
  height: 50px;
  position: relative;
  transform: rotate(180deg);
}

.how_div {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 75px;
  display: flex;
}

.how_bottom {
  background-image: url('https://kabosutokeneth.xyz/../images/hero_bottom.svg');
  background-position: 0 100%;
  background-size: auto 100%;
  width: 150vw;
  height: 50px;
  position: absolute;
  inset: auto 0% 0%;
}

.section_join {
  background-image: url('https://kabosutokeneth.xyz/../images/bg-wave_yellowish.png');
  background-position: 50%;
  background-size: 350px;
  background-attachment: fixed;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  display: flex;
  position: relative;
}

.dog_fly {
  z-index: 30;
  height: 450px;
  position: absolute;
  inset: 167px auto auto;
}

.title_footer {
  margin-top: 75px;
  font-family: Japanese Robot, sans-serif;
  font-size: 180px;
  line-height: 150px;
}

.footer_bg {
  background-image: url('https://kabosutokeneth.xyz/../images/bg_about.svg');
  background-position: 0 100%;
  background-repeat: repeat-x;
  background-size: auto 100%;
  width: 100%;
  height: 300px;
  position: absolute;
  inset: auto 0% 0%;
}

.image-2 {
  height: 300px;
  position: absolute;
  inset: auto auto 0%;
  transform: translate(0);
}

.dog_footer {
  z-index: 20;
  height: 450px;
  position: relative;
  inset: auto auto 0% 0%;
}

.footer_bottom {
  z-index: 20;
  background-image: url('https://kabosutokeneth.xyz/../images/hero_bottom.svg');
  background-position: 0 100%;
  background-size: auto 100%;
  width: 150vw;
  height: 50px;
  position: absolute;
  inset: auto 0% 0%;
}

.sakura_footer {
  background-image: url('https://kabosutokeneth.xyz/../images/sakura_footer.svg');
  background-position: 50% 0;
  background-size: cover;
  width: 80%;
  height: 200px;
  position: absolute;
  inset: auto auto 0%;
}

.div-block-2 {
  background-color: #ff005c;
  border-bottom: 8px solid #000;
  border-radius: 100px;
  width: 650px;
  height: auto;
  margin-top: 50px;
  padding: 10px;
}

.div-block-3 {
  background-color: #D52126;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  display: flex;
}

.social_footer {
  background-color: #ff005c;
  background-image: url('https://kabosutokeneth.xyz/../images/telegram.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-bottom: 5px solid #000;
  border-radius: 8px;
  width: 50px;
  height: 53px;
  margin-left: 15px;
  margin-right: 15px;
  position: static;
}

.social_footer:hover {
  border-top: 5px solid #000;
  border-bottom-width: 0;
}

.social_footer.x {
  background-image: url('https://kabosutokeneth.xyz/../images/twitter.svg');
  background-size: 110%;
  position: static;
}

.social_footer.dex {
  background-image: url('https://kabosutokeneth.xyz/../images/dextools.svg');
  background-size: 65%;
  position: static;
}

.social_footer.uni {
  background-image: url('/assets/images/dexview\ 2.png');
  background-size: 110%;
  position: static;
}

.block_ca {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 25px;
  display: flex;
}

.ca {
  color: #ff4f86;
  text-align: center;
  font-family: Maladroit, sans-serif;
  font-size: 20px;
}

.copy {
  background-color: #ff005c;
  background-image: url('https://kabosutokeneth.xyz/../images/copy.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 75%;
  border-bottom: 5px solid #000;
  border-radius: 8px;
  width: 40px;
  height: 42px;
  margin-top: 10px;
  margin-left: 15px;
  margin-right: 15px;
}

.copy:hover {
  border-top: 5px solid #000;
  border-bottom-width: 0;
}

.copy.x {
  background-image: url('https://kabosutokeneth.xyz/../images/twitter.svg');
  background-size: 110%;
}

.copy.dex {
  background-image: url('https://kabosutokeneth.xyz/../images/dextools.svg');
  background-size: 65%;
}

.copy.uni {
  background-image: url('https://kabosutokeneth.xyz/../images/uniswap.svg');
  background-size: 110%;
}

.hero_tg {
  background-color: #ff005c;
  background-image: url('https://kabosutokeneth.xyz/../images/telegram.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border: 2px solid #000;
  border-bottom-width: 5px;
  border-radius: 8px;
  width: 50px;
  height: 53px;
  margin: 15px;
  position: absolute;
  inset: auto auto 0% 0%;
}

.hero_tg:hover {
  border: 2px solid #000;
  border-top-width: 5px;
}

.hero_tg.x {
  background-image: url('https://kabosutokeneth.xyz/../images/twitter.svg');
  background-size: 110%;
}

.hero_tg.dex {
  background-image: url('https://kabosutokeneth.xyz/../images/dextools.svg');
  background-size: 65%;
}

.hero_tg.uni {
  background-image: url('https://kabosutokeneth.xyz/../images/uniswap.svg');
  background-size: 110%;
}

.hero_x {
  background-color: #ff005c;
  background-image: url('https://kabosutokeneth.xyz/../images/twitter.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 110%;
  border: 2px solid #000;
  border-bottom-width: 5px;
  border-radius: 8px;
  width: 50px;
  height: 53px;
  margin: 15px;
  position: absolute;
  inset: auto 0% 0% auto;
}

.hero_x:hover {
  border: 2px solid #000;
  border-top-width: 5px;
}

.hero_x.x {
  background-image: url('https://kabosutokeneth.xyz/../images/twitter.svg');
  background-size: 110%;
}

.hero_x.dex {
  background-image: url('https://kabosutokeneth.xyz/../images/dextools.svg');
  background-size: 65%;
}

.hero_x.uni {
  background-image: url('https://kabosutokeneth.xyz/../images/uniswap.svg');
  background-size: 110%;
}

.ca_mobile {
  color: #ff4f86;
  text-align: center;
  font-family: Maladroit, sans-serif;
  font-size: 20px;
  display: none;
}

.section_welcome {
  z-index: 1500;
  background-color: #f6f3dd;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0%;
}

.title_welcome {
  font-family: Japanese Robot, sans-serif;
  font-size: 180px;
  line-height: 150px;
}

.button_continue {
  background-color: #ff3966;
  border-bottom: 5px solid #000;
  border-radius: 100px;
  padding: 5px;
}

.button_continue:hover {
  border-top: 5px solid #000;
  border-bottom-width: 0;
}

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

  .header {
    justify-content: center;
    padding-left: 15px;
  }

  .header_left {
    display: none;
  }

  .title_hero {
    font-size: 150px;
  }

  .menu_link {
    display: none;
  }

  .building {
    height: 400px;
    margin-right: 15px;
  }

  .dog_tokenomics {
    height: 450px;
  }

  .dog_fly {
    height: 300px;
  }

  .title_footer,
  .title_welcome {
    font-size: 150px;
  }
}

@media screen and (max-width: 767px) {
  .header {
    padding-left: 15px;
  }

  .title_hero {
    font-size: 100px;
    line-height: 100px;
  }

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

  .about_details {
    width: auto;
  }

  .about_chara {
    height: 350px;
  }

  .about_circle {
    width: 300px;
    height: 300px;
  }

  .block_about {
    width: 90%;
    transform: none;
  }

  .building {
    height: 250px;
  }

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

  .dog_tokenomics {
    height: 380px;
  }

  .title_footer {
    font-size: 100px;
    line-height: 100px;
  }

  .dog_footer {
    height: 400px;
    margin-top: 50px;
  }

  .sakura_footer {
    width: 100%;
  }

  .div-block-2 {
    width: 90%;
  }

  .ca {
    display: none;
  }

  .ca_mobile {
    display: flex;
  }

  .title_welcome {
    font-size: 100px;
    line-height: 100px;
  }
}

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

  .header {
    padding-left: 15px;
  }

  .title_hero {
    font-size: 70px;
    line-height: 70px;
    position: relative;
    bottom: -88px;
  }

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

  .para {
    font-size: 16px;
    line-height: 25px;
  }

  .block_tokenomics {
    padding-bottom: 150px;
  }

  .dog_tokenomics {
    height: auto;
  }

  .block_how {
    width: 100%;
  }

  .how_block {
    width: 95%;
    height: 100%;
    margin-left: 0;
    margin-right: 0;
  }

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

  .how_in {
    padding-top: 70px;
  }

  .para-2 {
    font-size: 16px;
    line-height: 25px;
  }

  .h3 {
    text-align: center;
    font-size: 18px;
    line-height: 18px;
  }

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

  .dog_footer {
    width: 90%;
    height: auto;
    margin-top: 0;
  }

  .div-block-2 {
    width: auto;
    margin-top: 25px;
  }

  .div-block-3 {
    flex-flow: column;
  }

  .social_footer {
    margin: 5px 25px;
  }

  .title_welcome {
    font-size: 70px;
    line-height: 70px;
    position: relative;
    bottom: auto;
  }
}


@font-face {
  font-family: 'Japanese Robot';
  src: url('../font/Japanese-Robot.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Maladroit';
  src: url('../font/maladroit.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}