@font-face {
  font-family: "Stop Bullying";
  src: url("../fonts/StopBullying.otf");
  font-display: swap;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

button,
input {
  font-family: inherit;
}

body {
  font-family: "Stop Bullying";
  font-size: 16px;
  font-weight: 400;
  color: #403917;
  background: #ffdc63;
}

header.header {
  position: fixed;
  top: 46px;
  width: 100%;
  z-index: 10;
}

.container {
  width: 100%;
  max-width: 1520px;
  padding: 0 10px;
  margin: 0 auto;
}

.header-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  /* padding: 46px 0; */
}

.nav-list {
  display: flex;
  border-radius: 67px;
  border: 3px solid #403917;
  background: #fff;
  gap: 12px;
  padding: 0 8px;
}

.nav-link {
  display: inline-flex;
  color: #403917;
  text-align: center;
  font-family: "Stop Bullying";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  text-decoration: none;
  padding: 16px;
}

section.first {
  background-image: url("../images/bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 200px;
  padding-bottom: 180px;
  position: relative;
}

section.second {
  background-image: url("../images/second-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 200px;
  background-position: center;
}

footer.footer {
  background-image: url("../images/footer-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 125px 0;
}
@keyframes floatBee {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-40px);
  }
  100% {
    transform: translateY(0);
  }
}

.illustration-container img {
  animation: floatBee 1s ease-in-out infinite;
}
.main-title {
  color: #ffe76c;
  -webkit-text-stroke: 6px #2e2911;
  font-family: "Stop Bullying";
  font-size: 161.592px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  position: relative;
}

.main-title2 {
  color: #ffe76c;
  -webkit-text-stroke: 6px #2e2911;
  font-family: "Stop Bullying";
  font-size: 161.592px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  position: relative;
}
.main-title3 {
  color: #ffe76c;
  -webkit-text-stroke: 6px #2e2911;
  font-family: "Stop Bullying";
  font-size: 51.592px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  position: relative;
}

.main-title.mobile {
  -webkit-text-stroke: 3px #2e2911;
  line-height: unset;
  font-size: 89px;
}

.second-title {
  -webkit-text-stroke: 6px #2e2911;
  color: #ffe76c;
  text-align: center;
  font-family: "Stop Bullying";
  font-size: 100px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 10px;
}

.main-title::after {
  content: "";
  background-image: url("../images/main-title-decoration.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  width: 160px;
  height: 90px;
  right: 50%;
  top: 10px;
  transform: translateX(42%);
  user-select: none;
  pointer-events: none;
}

.main-title.mobile::after {
  top: -18px;
  transform: translateX(42%);
  width: 88px;
  height: 50px;
}

.main-subtitle {
  border-radius: 27px;
  border: 4px solid #403917;
  background: #fff;
  padding: 16px 24px;
  color: #403917;
  text-align: center;
  font-family: "Stop Bullying";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  max-width: 590px;
  margin-bottom: 48px;
}

.second-subtitle {
  color: #403917;
  text-align: center;
  font-family: "Stop Bullying";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  border-radius: 27px;
  border: 4px solid #403917;
  background: #fff;
  padding: 16px 24px;
  max-width: 874px;
}

.first .section-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}

.main-text-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.btn {
  display: inline-flex;
  padding: 14px 44px;
  border-radius: 15px;
  border: 3px solid #403917;
  background: #ffe76c;
  text-decoration: none;
  color: #403917;
  font-family: "Stop Bullying";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.socials {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.social-item {
  border-radius: 1111px;
  border: 3px solid #403917;
  background: #fff;
  padding: 20px;
  /* aspect-ratio: 1/1; */
  display: flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 72px;
}

.social-item img {
  width: 100%;
}

.second-text-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.form-item input {
  background: none;
  border: none;
  padding: 24px 32px;
  color: #000;
  text-align: center;
  font-family: "Stop Bullying";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  width: 100%;
}

.form-item {
  border-radius: 24px;
  border: 4px solid #403917;
  background: #fff;
  display: flex;
  max-width: 874px;
  width: 100%;
  margin-top: 55px;
  position: relative;
}

.form-decoration {
  position: absolute;
  top: -67px;
  left: -73px;
  user-select: none;
  pointer-events: none;
}

.copy {
  background: none;
  border: none;
  padding: 0;
  border-left: 4px solid #403917;
  border-radius: 0px 21px 21px 0px;
  padding: 0 38px;
  background: #ffe76c;
}

.illustration-2 {
  margin-top: -55px;
  width: 100%;
  pointer-events: none;
  user-select: none;
}

.divider {
  width: 100%;
  height: 10px;
  position: relative;
  user-select: none;
  pointer-events: none;
}

.divider img {
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  user-select: none;
  pointer-events: none;
}

a:focus {
  outline: none;
}

.footer-disclaimer {
  color: #403917;
  font-family: "Stop Bullying";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  border-radius: 24px;
  border: 3px solid #342e12;
  background: #ffefa1;
  padding: 12px 24px;
  max-width: 686px;
}

.footer-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 40px;
}

.footer-socials {
  display: flex;
}

.footer-socials .social-item {
  border-radius: 1111px;
  border: 3px solid #ffeb69;
  background: #342e12;
  aspect-ratio: unset;
  width: 72px;
  height: 72px;
}

.footer-socials .social-item img {
  width: 100%;
  filter: brightness(0) invert(89%) sepia(26%) saturate(1030%)
    hue-rotate(334deg) brightness(109%) contrast(106%);
}

.mobile {
  display: none;
}

.pc {
  display: block;
}

.illustration-container img {
  width: 100%;
}

.tokenomics-divider {
  z-index: 5;
}
.tokenomics-divider img {
  width: 100%;
  transform: translate(-50%, -70%);
  left: 50%;
}
.tokenomics {
  padding: 200px 0;
  background: url(../images/tokenomics-background.jpg) center center no-repeat;
  background-size: cover;
  position: relative;
}
.tokenomics__container {
  display: flex;
  flex-direction: column;
  min-height: 800px;
  position: relative;
}
.tokenomics__title {
  -webkit-text-stroke: 6px #000;
  color: #fff;
  font-size: 80px;
  font-weight: 400;
}
.tokenomics__content {
  margin-top: auto;
}
.tokenomics__text {
  position: absolute;
  padding: 24px;
  background: #fff;
  border: 4px solid #403917;
  color: #403917;
  text-align: center;
  border-radius: 26px;
  font-size: 18px;
  line-height: 1.6;
  max-width: 640px;
  width: 100%;
  right: 0;
  top: 3.33%;
}
.tokenomics__text::after {
  position: absolute;
  content: url("data:image/svg+xml,%3Csvg width='103' height='120' viewBox='0 0 103 120' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_2002_10)'%3E%3Cpath d='M67.3144 51.3288L67.8156 50.7964L67.8552 50.0664L70.7881 -3.99997L85.9263 -3.99974L100.265 -3.99951L81.1077 59.4088L15.5156 106.358L67.3144 51.3288Z' fill='white' stroke='%232F2F3B' stroke-width='4'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_2002_10'%3E%3Crect width='103' height='120' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
  display: block;
  top: 100%;
  right: 10%;
}
.tokenomics__list {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
.tokenomics__item {
  width: auto;
  display: inline-flex;
  flex-direction: column;
  gap: 10px;
  padding: 24px 40px;
  background: #fff;
  border: 4px solid #403917;
  color: #403917;
  text-align: center;
  border-radius: 26px;
}
.tokenomics__item span {
  font-size: 16px;
}
.tokenomics__item strong {
  font-size: 32px;
}

@media screen and (max-width: 1280px) {
  .tokenomics__text {
    top: 10%;
  }
}

@media (max-width: 920px) {
  .second-title {
    font-size: 50px;
    -webkit-text-stroke: 4px #2e2911;
  }

  .form-decoration {
    width: 75px;
    top: -32px;
    left: -25px;
  }

  section.second {
    overflow: hidden;
  }

  .illustration-2 {
    width: 125%;
    transform: translateX(-10%);
    margin-top: 0;
  }

  .mobile {
    display: block;
  }

  .pc {
    display: none;
  }

  .nav-list {
    flex-direction: column;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: all 200ms linear;
    will-change: opacity, max-height;
    align-items: unset;
    gap: 2px;
    text-align: center;
    position: absolute;
    top: 40px;
    left: 0;
    width: 100%;
    top: 105px;
    border-radius: 27px;
    border: 4px solid #403917;
    background: #fff;
    padding: 16px;
  }

  .nav.open .nav-list {
    opacity: 1;
    max-height: 25em;
    /* margin-top: 2px; */
  }

  .nav-link {
    width: 100%;
    justify-content: center;
  }

  .first .section-content {
    flex-direction: column;
  }

  .socials {
    flex-direction: row;
  }

  .footer-content {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .tokenomics {
    padding: 15vw 0;
  }
  .tokenomics__title {
    text-align: center;
  }
  .tokenomics__text {
    position: static;
    width: 100%;
    max-width: 100%;
    margin-bottom: 12px;
  }
  .tokenomics__text::after {
    display: none;
  }
  .tokenomics__list {
    gap: 12px;
  }
  .tokenomics__item {
    width: calc(50% - 6px);
  }
}

@media screen and (max-width: 640px) {
  .tokenomics {
    padding: 100px 0;
    background: url(../images/tokenomics-background.jpg) top center no-repeat,
      #97ada8;
    background-size: 200%;
  }
  .tokenomics__container {
    min-height: auto;
  }
  .tokenomics__title {
    font-size: 12vw;
    -webkit-text-stroke: 3px #000;
    margin-bottom: 200px;
  }
  .tokenomics__item {
    padding: 16px 0;
  }
  .tokenomics__item span {
    font-size: 13px;
  }
  .tokenomics__item strong {
    font-size: 24px;
  }
  .tokenomics-divider img {
    min-width: 1000px;
  }
  .tokenomics__text {
    font-size: 13px;
    padding: 24px;
  }
}
