:root {
  --white: white;
  --black: black;
}

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

.hero_background {
  flex-flow: column;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.hero_drip_top {
  background-color: #f9433c;
  height: 28%;
}

.drip_top {
  background-image: url('../images/hero_drip_top.svg');
  background-position: 50%;
  background-repeat: repeat-x;
  background-size: auto 100%;
  height: 120px;
}

.drip_bottom {
  background-image: url('../images/hero_drip_bottom.svg');
  background-position: 50% 100%;
  background-repeat: repeat-x;
  background-size: auto 100%;
  height: 150px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.oreo_logo {
  z-index: 5;
  height: 25%;
  position: absolute;
  top: 128.9px;
}

.pand_hero {
  z-index: 10;
  height: 100%;
  position: static;
  top: auto;
  bottom: 0%;
  left: auto;
  right: auto;
}

.drip_transition {
  z-index: 15;
  background-image: url('../images/drip_transi.svg');
  background-position: 50%;
  background-repeat: repeat-x;
  background-size: auto 100%;
  height: 50px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.block_panda_footer {
  z-index: 20;
  background-color: #f9433c;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  padding-top: 35px;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.h1 {
  color: #fff;
  font-family: Super Ocean Personal Use, sans-serif;
  font-size: 70px;
  line-height: 70px;
  position: relative;
}

.h1.h1_tokenomics {
  margin-top: 25px;
}

.block_para {
  width: 600px;
  margin-top: 50px;
}

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

.block_panda_eat {
  z-index: 2;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  margin-top: 0;
  display: flex;
  position: relative;
}

.panda_eat {
  width: 450px;
}

.about_floor {
  background-color: #3d3d3d;
  height: 81px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.separator_1 {
  background-color: #f9433c;
  width: 100%;
  height: 50px;
}

.section_tokenomics {
  background-color: #f9433c;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  padding-top: 0;
  display: flex;
  position: relative;
}

.drip_top_2 {
  background-image: url('../images/drip_top_tokenomics.svg');
  background-position: 50%;
  background-repeat: repeat-x;
  background-size: auto 100%;
  width: 100%;
  height: 120px;
  position: static;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.pepe {
  z-index: 2;
  width: 400px;
  position: relative;
}

.pepe_rocket {
  z-index: 15;
  margin-top: 0;
  display: flex;
  position: absolute;
}

.flame {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.block_tokenomics_details {
  background-color: red;
  border: 3px solid #000;
  border-bottom-style: none;
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
  flex-flow: column;
  width: 650px;
  height: 550px;
  margin-top: 0;
  padding-top: 0;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.tokenomics_details {
  background-color: #161616;
  border: 2px solid #000;
  border-top-width: 6px;
  border-bottom-color: #626262;
  border-radius: 15px;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 15px;
  padding: 20px 15px;
  display: flex;
}

.h3 {
  color: #d9d9d9;
  font-family: Maladroit, sans-serif;
  font-size: 23px;
  line-height: 23px;
}

.h3.right {
  text-align: right;
}

.block_tokenomics {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 50px;
  display: flex;
  position: relative;
}

.block_cookies {
  z-index: 10;
  justify-content: center;
  align-items: center;
  height: 300px;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.c1 {
  width: 200px;
  height: 200px;
  margin-left: 50px;
  margin-right: 50px;
}

.c2 {
  width: 150px;
  height: 150px;
  transform: rotate(115deg);
}

.c3 {
  width: 115px;
  height: 115px;
  transform: rotate(-37deg);
}

.section_transition {
  background-color: #000;
  width: 100%;
  height: 850px;
}

.oreo_car {
  z-index: 2;
  width: 100%;
  height: 100%;
}

.block_drip_white {
  z-index: 20;
  background-image: url('../images/drip_white.svg');
  background-position: 50% 100%;
  background-repeat: repeat-x;
  background-size: auto 100%;
  height: 150px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

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

.block_socials {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
  display: flex;
}

.socials {
  background-color: #262626;
  border: 2px solid #898989;
  border-bottom: 6px solid #3e3e3e;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 180px;
  height: 55px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 0;
  font-family: Maladroit, sans-serif;
  font-size: 18px;
  line-height: 18px;
  display: flex;
}

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

.header {
  z-index: 150;
  justify-content: space-between;
  align-items: center;
  height: auto;
  padding: 25px;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.title {
  color: #fff;
  font-family: Super Ocean Personal Use, sans-serif;
  font-size: 25px;
  line-height: 25px;
}

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

.tg {
  background-color: #262626;
  background-image: url('../images/telegram.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 80%;
  border: 2px solid #fff;
  border-top-width: 5px;
  border-bottom-color: #d5d5d5;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  margin: 0 0 0 15px;
  padding: 0;
  font-family: Maladroit, sans-serif;
  font-size: 18px;
  line-height: 18px;
  display: flex;
}

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

.twitter {
  background-color: #262626;
  background-image: url('../images/twitter.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 95%;
  border: 2px solid #fff;
  border-top-width: 5px;
  border-bottom-color: #d5d5d5;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  margin: 0 0 0 15px;
  padding: 0;
  font-family: Maladroit, sans-serif;
  font-size: 18px;
  line-height: 18px;
  display: flex;
}

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

.block_smoke {
  z-index: 15;
  margin-top: 0;
  margin-left: 50px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.panda_smoke {
  width: 350px;
}

.smoke {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.footer {
  background-color: #f9433c;
  height: 80px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.block_panda_hero {
  z-index: 10;
  height: 70%;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: auto;
}

.lightning {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

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

.oreo_2 {
  z-index: 1;
  height: 25%;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: auto;
}

.image-2 {
  z-index: 2;
  height: 80%;
  margin-bottom: 50px;
  position: static;
  top: auto;
  bottom: 0%;
  left: auto;
  right: auto;
}

.drip_chara {
  background-image: url('../images/chara_drip.svg');
  background-position: 50% 100%;
  background-repeat: repeat-x;
  background-size: auto 100%;
  height: 150px;
  position: static;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.floor {
  width: 100%;
  height: 200px;
}

.chara_bg {
  width: 100%;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.buy {
  z-index: 20;
  background-color: #262626;
  border: 2px solid #898989;
  border-bottom: 6px solid #3e3e3e;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 180px;
  height: 55px;
  margin: 25px;
  padding: 0;
  font-family: Maladroit, sans-serif;
  font-size: 18px;
  line-height: 18px;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.buy:hover {
  border-top-width: 6px;
  border-bottom-width: 2px;
}

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

.menulink {
  background-color: rgba(0, 0, 0, 0);
  margin-left: 30px;
  margin-right: 15px;
  padding: 0;
  font-family: Super Ocean Personal Use, sans-serif;
  font-size: 16px;
}

.menulink:hover {
  color: #b4b4b4;
}

.gang {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 500px;
  margin-top: 75px;
  display: flex;
  position: relative;
}

.separator_chara {
  background-color: #f9433c;
  width: 100%;
  height: 81px;
  position: static;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.ca {
  background-color: #0c0c0c;
  border: 3px solid #000;
  border-top-width: 6px;
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  gap: 12px;
  width: 650px;
  max-width: 92vw;
  margin-bottom: 15px;
  padding: 20px 15px;
  display: flex;
  cursor: pointer;
  color: #d9d9d9;
  font: inherit;
  appearance: none;
  -webkit-appearance: none;
}

.ca:hover {
  border-color: #333;
}

.ca[data-copied="true"] {
  color: #fff;
}

.ca-label {
  color: inherit;
  font-family: Changa One, Impact, sans-serif;
  font-size: 18px;
  line-height: 18px;
  letter-spacing: 0.04em;
  flex-shrink: 0;
}

.copy-icon {
  flex-shrink: 0;
  color: inherit;
}

.contract {
  color: inherit;
  font-family: Changa One, Impact, sans-serif;
  font-size: 23px;
  line-height: 23px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 100%;
}

.site-copyright {
  width: 100%;
  text-align: center;
  margin: 24px 0 40px;
  color: rgba(255, 255, 255, 0.9);
  font-family: Maladroit, sans-serif;
  font-size: 14px;
  line-height: 1.4;
  position: relative;
  z-index: 5;
}

.contract.right {
  text-align: right;
}

.section_welcome {
  z-index: 1000;
  background-color: #f9433c;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.continue {
  z-index: 20;
  background-color: white;
  border: 2px solid #898989;
  border-bottom: 6px solid #3e3e3e;
  color: #f7120a;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 180px;
  height: 55px;
  margin: 25px 0;
  padding: 0;
  font-family: Maladroit, sans-serif;
  font-size: 18px;
  line-height: 18px;
  display: flex;
  position: static;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.continue:hover {
  border-top-width: 6px;
  border-bottom-width: 2px;
}

.welcome {
  color: white;
  text-align: center;
  font-family: Super Ocean Personal Use, sans-serif;
  font-size: 70px;
  line-height: 70px;
  position: relative;
}

.welcome.h1_tokenomics {
  margin-top: 25px;
}

@media screen and (max-width: 991px) {
  .panda_smoke {
    width: 250px;
  }

  .menulink {
    font-size: 14px;
    line-height: 14px;
  }

  .gang {
    width: 400px;
  }
}

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

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

  .block_para {
    width: 90%;
  }

  .para {
    font-size: 17px;
  }

  .pepe {
    width: 300px;
  }

  .block_tokenomics_details {
    width: 90%;
  }

  .h3, .h3.right {
    font-size: 18px;
    line-height: 18px;
  }

  .c1 {
    width: 100px;
    height: 100px;
  }

  .c2 {
    width: 70px;
    height: 70px;
  }

  .c3 {
    width: 60px;
    height: 60px;
  }

  .block_smoke {
    margin-left: 15px;
  }

  .panda_smoke {
    width: 200px;
  }

  .menulink {
    display: none;
  }

  .gang {
    width: 350px;
    margin-top: 50px;
  }

  .separator_chara {
    height: 50px;
  }

  .ca {
    width: 90%;
  }

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

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

@media screen and (max-width: 479px) {
  .oreo_logo {
    top: 178.9px;
  }

  .h1 {
    text-align: center;
    font-size: 40px;
    line-height: 40px;
  }

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

  .pepe {
    width: 200px;
  }

  .c1 {
    margin-left: 25px;
    margin-right: 25px;
  }

  .block_drip_white {
    height: 80px;
  }

  .section_join {
    padding-top: 25px;
  }

  .panda_smoke {
    width: 150px;
  }

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

  .buy {
    width: 150px;
    height: 50px;
    font-size: 15px;
    line-height: 15px;
  }

  .gang {
    width: 90%;
  }

  .separator_chara {
    height: 15px;
  }

  .continue {
    width: 150px;
    height: 50px;
    font-size: 15px;
    line-height: 15px;
  }

  .welcome {
    text-align: center;
    font-size: 40px;
    line-height: 40px;
  }

  .welcome.h1_tokenomics {
    font-size: 40px;
    line-height: 40px;
  }
}


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