@import url("https://fonts.cdnfonts.com/css/noto-sans-sc");
@import url("https://fonts.googleapis.com/css2?family=Jersey+15&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none;
}

a {
  color: inherit;
  text-decoration: none;
}

a, button {
  cursor: pointer;
  -webkit-transition: 0.15s;
  transition: 0.15s;
}
a:hover, button:hover {
  -webkit-filter: brightness(0.85);
          filter: brightness(0.85);
  -webkit-transition: 0.15s;
  transition: 0.15s;
}

html {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  background: #F0B90B;
}

body {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  font-family: "Jersey 15", sans-serif;
  position: relative;
}

.zh {
  font-family: "Noto Sans SC", sans-serif;
  font-weight: 700;
}

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

.mob-visible {
  display: none;
}

.header {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  padding: 20px 0;
}
.header .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 40px;
}
.header__logo {
  height: 120px;
  width: auto;
}
.header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
}
.header__nav a {
  font-family: "ZH", sans-serif;
  -webkit-text-stroke: 1px #000;
  font-size: 28px;
  color: #fff;
}
.header__langs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
}
.header__langs a {
  text-align: center;
  display: block;
}
.header__langs a img {
  height: 50px;
  width: auto;
}
.header__langs a span {
  font-size: 14px;
}

section, footer {
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.intro {
  background: url(../img/bg-1.png) no-repeat center/cover;
  min-height: 100vh;
  padding: 200px 0 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.intro .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 30px;
}
.intro__img {
  width: 50%;
  height: auto;
}
.intro__text {
  width: 50%;
  text-align: center;
}
.intro__text h1 {
  color: #F3BA2F;
  -webkit-text-stroke: 1px #fff;
  font-size: 70px;
  font-weight: 700;
  font-family: "ZH", sans-serif;
  letter-spacing: 0;
  margin-bottom: 40px;
  position: relative;
}
.intro__text h1::after {
  content: "";
  position: absolute;
  height: 100px;
  width: 100px;
  background: url(../img/zh-h1.png) no-repeat center/contain;
  right: 40%;
  bottom: 100px;
}
.intro__text h1 span {
  letter-spacing: -15px;
}
.intro__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 40px;
}
.intro__links a {
  padding: 10px;
  -webkit-box-shadow: 10px 10px 4px 0px rgba(0, 0, 0, 0.3019607843);
          box-shadow: 10px 10px 4px 0px rgba(0, 0, 0, 0.3019607843);
  border: 3px solid #0C0E12;
  background: #F3BA2F;
  border-radius: 15px;
}
.intro__links img {
  height: 60px;
  width: 60px;
}
.intro__address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  margin-top: 20px;
}
.intro__address p {
  width: 80%;
}
.intro__address a {
  width: 20%;
}

.text-block {
  border: 3px solid #0C0E12;
  -webkit-box-shadow: 10px 10px 4px 0px rgba(0, 0, 0, 0.3019607843);
          box-shadow: 10px 10px 4px 0px rgba(0, 0, 0, 0.3019607843);
  background: #F3BA2F;
  border-radius: 15px;
  font-size: 24px;
  padding: 16px;
}

.about,
.how {
  padding: 60px 0;
}
.about .container,
.how .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 50px;
}
.about__text h2,
.how__text h2 {
  color: #143F3D;
  -webkit-text-stroke: 1px #fff;
  font-size: 42px;
  font-weight: 500;
  font-family: "ZH", sans-serif;
  text-align: center;
  margin-bottom: 24px;
}
.about__last,
.how__last {
  position: relative;
}
.about__coins,
.how__coins {
  position: absolute;
  height: 120px;
  bottom: -50px;
  left: -40px;
}
.about__img,
.how__img {
  width: 40%;
  height: auto;
}
.about .text-block + .text-block,
.how .text-block + .text-block {
  margin-top: 20px;
}
.about__btn,
.how__btn {
  display: block;
  text-align: center;
  max-width: 140px;
  color: #fff;
  font-size: 32px;
  font-weight: 500;
  font-family: "ZH", sans-serif;
  margin-top: 24px;
  -webkit-box-shadow: 10px 10px 4px 0px rgba(0, 0, 0, 0.3019607843);
          box-shadow: 10px 10px 4px 0px rgba(0, 0, 0, 0.3019607843);
  background: #000;
  padding: 18px;
  border-radius: 10px;
  margin: 32px auto 0;
}

.about {
  background: url(../img/bg-2.png) no-repeat top center/cover;
  padding-top: 400px;
}
.about__text {
  max-width: 500px;
  margin: 0 auto;
}
.about__text .text-block {
  background: #E9C6B7;
  text-align: center;
}

.art {
  background: url(../img/bg-4.png) no-repeat center/cover;
  padding: 70px 0;
}
.art .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 30px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.art img {
  width: 100%;
  display: block;
  max-width: 200px;
  height: auto;
}
.art h2 {
  color: #143F3D;
  -webkit-text-stroke: 1px #fff;
  font-size: 42px;
  font-weight: 500;
  font-family: "ZH", sans-serif;
  text-align: center;
  margin-bottom: 24px;
}

.how {
  background: url(../img/bg-3.png) no-repeat center/cover;
}
.how .text-block {
  background: #fff;
  text-align: center;
  border: 1px solid #8f8f8f;
}

.footer {
  padding: 50px 0;
  background: url(../img/bg-5.png) no-repeat center/cover;
}
.footer .container {
  max-width: 800px;
}
.footer__img {
  width: 100%;
  height: auto;
}
.footer h3 {
  text-align: center;
  margin: 0 auto 40px;
  font-size: 32px;
  background: #F5F5F6;
  max-width: 500px;
  border-radius: 10px;
  padding: 10px;
  border: 1px solid #8f8f8f;
}
.footer .intro__links a {
  background: #EDE3D3;
}

@media (max-width: 991px) {
  .container {
    max-width: 768px;
  }
  .intro__text h1 {
    font-size: 48px;
  }
  .intro__links img {
    height: 45px;
    width: 45px;
  }
  .text-block {
    font-size: 20px;
    padding: 12px;
  }
  .intro__links {
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  .container {
    max-width: 576px;
  }
  .mob-visible {
    display: block;
  }
  .mob-hidden {
    display: none;
  }
  .intro {
    background: url(../img/bg-1-mob.png) no-repeat center bottom/cover;
    padding-top: 200px;
    padding-bottom: 30px;
  }
  .intro__img {
    width: 130%;
    -webkit-transform: translateX(-10%);
            transform: translateX(-10%);
    margin-bottom: -160px;
    position: relative;
    z-index: 1;
  }
  .intro__text h1 {
    margin-bottom: 0;
  }
  .intro__text {
    width: 100%;
  }
  .intro__text .text-block,
  .intro__text .intro__links {
    position: relative;
    z-index: 4;
  }
  .intro__text .text-block {
    font-size: 18px;
    padding: 10px;
  }
  .intro__links {
    margin-bottom: 12px;
  }
  .intro__address {
    margin-top: 12px;
  }
  .intro {
    min-height: 1px;
  }
  .intro .container {
    margin-top: auto;
  }
  .about__img, .how__img {
    width: 60%;
  }
  .about .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .how .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .header__logo {
    height: 60px;
  }
  .header__nav a {
    font-size: 15px;
  }
  .header .container,
  .header__nav {
    gap: 16px;
  }
  .header__langs {
    gap: 10px;
  }
  .header__nav {
    gap: 10px;
  }
  .header__langs a img {
    height: 20px;
  }
  .about, .how {
    padding: 40px 0;
  }
  .intro__links img {
    height: 35px;
    width: 35px;
  }
  .intro__links a {
    padding: 6px;
  }
  .intro__text h1::after {
    height: 100px;
    width: 100px;
    right: auto;
    left: 50px;
    bottom: -95px;
  }
  .about {
    background: url(../img/bg-2.png) no-repeat top left 53%/cover;
    min-height: 75vh;
  }
  .about .container {
    margin-top: 340px;
  }
  .art .container {
    gap: 12px;
  }
  .art img {
    max-width: 160px;
  }
  .art img.big {
    max-width: 100%;
    height: 160px;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .footer {
    min-height: 75vh;
  }
  .footer__text {
    margin-top: 260px;
  }
  .footer h3 {
    font-size: 22px;
    max-width: 300px;
    margin-bottom: 200px;
  }
}
@media (max-width: 576px) {
  .container {
    max-width: 385px;
  }
}/*# sourceMappingURL=styles.css.map */