@import url("https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Mochiy+Pop+One&display=swap");

/* Header */
.landing-page__content__header-row {
  width: 100%;
  max-width: 1800px;
}

.landing-page__content__header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 52px;
  z-index: 10;

  display: flex;
  flex-direction: column;
  align-items: center;

  padding: 8px 20px;
  box-shadow: 0px 2px 10px 0px #0000001a;
}

.landing-page__content__header-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}

.header-nav-brand img {
  width: 150px;
  height: auto;

  @media (max-width: 640px) {
    width: 120px;
  }
}

.header-nav-items {
  display: flex;
  align-items: center;
  flex-direction: row;

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

.header-nav-items a {
  font-family: "Zen Maru Gothic";
  font-size: 18px;
  font-weight: 900;
  line-height: 24px;
  text-align: left;
}

.header-nav-items--show-mobile {
  display: flex;
  flex-direction: column;
  background-color: #ffffff;

  position: absolute;
  right: 0;
  top: 50px;

  padding-right: 32px;
  padding-top: 32px;
  padding-bottom: 32px;
  padding-left: 20px;
  
  align-items: flex-start;
  z-index: 21;
}

/* Header mobile */

.mobile-toggle {
  display: none;

  @media screen and (max-width: 640px) {
    display: flex;
    margin-left: -10px;
  }
}

.mobile-toggle__button {
  padding: 10px;
  cursor: pointer;
}

.mobile-toggle--active {
  background: #fff;
}

.mobile-toggle__button__icon {
  display: none;
}

.mobile-toggle__button__icon--active {
  display: block;
}

/* Homepage */
.first-block {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.first-block__content h1 {
  font-family: "Mochiy Pop One";
  letter-spacing: -0.04em;
}

.action-buttons {
  font-family: "Zen Maru Gothic";
  line-height: 24px;

  @media (max-width: 768px) {
    font-size: 8px;
    padding: 4px;
    line-height: 14px;
    gap: 8px;
  }
}

.btn-primary {
  background-color: #632cff;
  color: white;
  text-decoration: none;
}

.btn-secondary {
  background-color: #ffffff;
  color: black;
  text-decoration: none;
}

.first-block__image {
  position: absolute;
  z-index: 10;
  right: 6%;
}

.first-block__image .dog-photo {
  width: 420px;

  @media (max-width: 1280px) {
    width: 400px;
  }
  @media (max-width: 1024px) {
    width: 280px;
  }
  @media (max-width: 768px) {
    width: 240px;
  }
}

.first-block__desc {
  @media (max-width: 768px) {
    font-size: 9px !important;
    line-height: 17px !important;
  }
}

.first-block__image .mascot {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 200px;
  z-index: 11;

  @media (max-width: 1280px) {
    left: -60px;
  }
  @media (max-width: 968px) {
    width: 150px;
    left: -50px;
  }
  @media (max-width: 768px) {
    width: 120px;
    left: -40px;
  }
}

.title-block {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  gap: 24px;
  margin-top: 16px;
  margin-bottom: 40px;

  @media (max-width: 500px) {
    flex-direction: column;
    align-items: center;
  }
}

.main-title {
  font-family: "Mochiy Pop One";
  font-size: 30px;
  line-height: 50px;
  word-wrap: break-word;

  @media (max-width: 1024px) {
    font-size: 28px;
    line-height: 38px;
  }

  @media (max-width: 768px) {
    font-size: 22px;
    line-height: 36px;
  }
}

.help-text {
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
  word-wrap: break-word;

  @media (max-width: 1028px) {
    font-size: 16px;
    line-height: 26px;
  }
  @media (max-width: 768px) {
    font-size: 14px;
    line-height: 24px;
  }
}

@media (min-width: 1280px) {
  .help-text {
    font-size: 18px;
    line-height: 36px;
  }

  .main-title {
    font-size: 36px;
    line-height: 52px;
  }

  .title-block {
    gap: 52px;
  }
}

/* 2nd block */
.list-block {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));

  @media (max-width: 768px) {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-bottom: 15px;
  }
}

.option-icon {
  width: 24px;
  height: 24px;
}

.option-number,
.third-block-invite-text {
  font-family: "Mochiy Pop One";
}

.option-label {
  color: #000000;
  font-family: "Mochiy Pop One";
}

/* 3rd block */
.text-top-left {
  top: 4%;
  left: 6%;
}

.text-top-middle {
  top: -8%;
  right: 34%;
}

.text-top-right {
  top: 5%;
  right: 2%;
}

.dog-image {
  bottom: 20%;
  left: 55%;
}

.dog-bowl {
  bottom: 10%;
  left: 15%;
}

.help-text,
.option-desc,
.footer-lower-text {
  font-family: "SF Pro Text", -apple-system, BlinkMacSystemFont, "Segoe UI",
    Roboto, "Helvetica Neue", Arial, sans-serif;
}

.no-scrollbar::-webkit-scrollbar {
  display: none;
}
.no-scrollbar {
  -ms-overflow-style: none;  /* Internet Explorer 10+ */
  scrollbar-width: none;  /* Firefox */
}
