@font-face {
  font-family: "Stop Bullying";
  src: url("../font/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;
}

.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-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%;
}

@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;
  }
}
