@font-face {
  font-family: "Inter";
  src: url("../css/Inter/Inter-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Inter";
  src: url("../css/Inter/Inter-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
  overflow-wrap: break-word;
}

img {
  max-width: 100%;
  height: auto;
  border: none;
}

html {
  overflow-x: hidden;
}

body {
  width: 100vw;
  max-width: 420px;
  margin: 0 auto;
  overflow-x: hidden;
  font-family: "Inter";
}

.header {
  background: linear-gradient(275deg, #ff3b76 3.99%, #ffe577 126.56%);
  padding: 17px;
  line-height: 1;
}

.header-logo {
  width: 128px;
}
.header-logo img {
  width: 100%;
  height: auto;
}

.hero {
  width: 100%;
  aspect-ratio: 393/591;
  background-image: url(../images/hero-bg.webp);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  padding-top: 37%;
  padding-left: 5.6%;
}

.hero-text {
  color: #fff !important;
  font-family: "Inter" !important;
  font-size: 26px !important;
  font-style: normal !important;
  font-weight: 700 !important;
  line-height: 30px !important;
}

.hero-logo {
  margin-top: 14px;
  width: 245px;
}

.hero-text2 {
  margin-top: 7px !important;
  color: #fff !important;
  font-family: "Inter" !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 20px !important;
}

.top-container {
  background: linear-gradient(280deg, #ff3b76 -6.72%, #ffe577 113.64%);
}

.release {
  padding-top: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4.3%;
}

.release-img {
  width: 39.6%;
}

.release-right {
  width: 46%;
}

.release-h2 {
  color: #fff;
  text-align: center;
  font-family: "Inter";
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
  white-space: nowrap;
}

.release-icon {
  margin: 18px auto 0;
  width: 68px;
}

.release-icon-text {
  margin-top: -5px;
  color: #fff;
  font-family: "Inter";
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.2;
  text-align: center;
}

.release-dawnload {
  width: 163px;
  margin: 12px auto 0;
}

.about {
  margin-top: 46px;
  display: flex;
  align-items: center;
  gap: 5.6%;
}

.about-img {
  width: 48%;
  flex-shrink: 0;
}
.about-img img {
  width: 100%;
  height: auto;
}

.about-right {
  padding-right: 12px;
}

.about-h2 {
  color: #fff;
  font-family: "Inter";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.about-text {
  margin-top: 18px;
  color: #fff;
  font-family: "Inter";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px; /* 137.5% */
}

.menu {
  margin-top: 35px;
}

.menu-h2 {
  color: #fff;
  font-family: "Inter";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-align: center;
}

.menu-container {
  margin: 18px auto 0;
  width: 82%;
}

.menu-name {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 22px;
}

.menu-text {
  color: #fff;
  font-family: "Inter";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}
.menu-text + .menu-name {
  margin-top: 22px;
}

.menu-img {
  margin-top: 33px;
  width: 100%;
}

.company {
  padding-bottom: 29px;
  margin-top: 30px;
  display: flex;
  justify-content: center;
  gap: 11%;
}

.company-h2 {
  color: #fff;
  font-family: "Inter";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.company-right {
  color: #fff;
  font-family: "Inter";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}
.company-right span {
  font-weight: 700;
}

.footer {
  background: #2e2c2b;
  padding: 29px 0 7px 40px;
}

.footer-menu-list a {
  color: #fff;
  font-family: "Inter";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  text-decoration: underline;
}

.footer-copyright {
  margin-top: 55px;
  color: #fff;
  text-align: center;
  font-family: "Inter";
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}

.breadcrumb {
  margin-top: 20px;
  list-style: none;
  display: flex;
}

.breadcrumb li {
  margin: 0;
}

.breadcrumb li:not(:last-child)::after {
  content: ">";
  margin: 0 8px;
  color: #7a7a7a;
}

.breadcrumb a {
  text-decoration: none;
  color: #7a7a7a;
  font-size: 14px;
}

.breadcrumb a:hover {
  text-decoration: underline;
}

.page {
  padding: 0 20px 0;
}
.page h1 {
  color: #2e2c2b;
  font-family: "Inter";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 22px;
}
.page h1 + p {
  margin-top: 20px;
}
.page h2 {
  color: #2e2c2b;
  font-family: "Inter";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px; /* 137.5% */
  margin-top: 22px;
}
.page p {
  color: #2e2c2b;
  font-family: "Inter";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px; /* 137.5% */
}
.page p a {
  text-decoration: underline;
}/*# sourceMappingURL=style.css.map */