@font-face {
  font-family: "Courier";
  src: url("/assets/fonts/Courier-Regular.ttf");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Courier";
  src: url("/assets/fonts/Courier-Italic.ttf");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Courier";
  src: url("/assets/fonts/Courier-Bold.ttf");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Courier";
  src: url("/assets/fonts/Courier-BoldItalic.ttf");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "STARSHINES";
  src: url("/assets/fonts/DFVN-STARSHINES-ITALIC.TTF");
  font-style: italic;
}
@font-face {
  font-family: "STARSHINES";
  src: url("/assets/fonts/DFVN-STARSHINES-REGULAR.TTF");
}
body {
  font-family: "Montserrat", sans-serif;
  --color-orange: #f29328;
  --color-green: #699d36;
  background-color: #f9fcf4;
}

#app-nav {
  position: fixed;
  top: 0;
  z-index: 9;
  width: 100%;
  height: 225px;
  background-image: linear-gradient(to bottom, #ffffff, transparent);
}
#app-nav .nav-items {
  display: flex;
  gap: 60px;
  align-items: center;
  justify-content: center;
  margin-top: 24px;
}
#app-nav .nav-items a {
  font-size: 16px;
  font-weight: 500;
  color: #000;
  text-decoration: none;
  padding: 10px 0;
  position: relative;
}
#app-nav .nav-items a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background-color: #000;
  transform: scaleX(0);
  transition: transform 0.3s ease-in-out;
}
#app-nav .nav-items a:hover::after {
  transform: scaleX(1);
}

#app-banner {
  height: 100dvh;
  width: 100%;
  position: relative;
}
#app-banner::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 60%;
  width: 100%;
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent);
}
#app-banner .inner {
  height: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}
#app-banner .app-banner-content {
  color: #fff;
}
#app-banner .app-banner-content .label {
  text-transform: uppercase;
}
#app-banner .app-banner-content .title {
  font-family: "StarShines";
  margin: 20px 0;
  font-size: 45px;
}
#app-banner .app-banner-content .description {
  margin-bottom: 24px;
  font-size: 18px;
}
#app-banner .app-banner-content .actions .btn-cta {
  text-transform: uppercase;
  color: inherit;
  padding: 0 32px;
  font-weight: 500;
  font-size: 18px;
  background-color: var(--color-orange);
}
#app-banner > .text-banner {
  width: 100%;
  margin-top: -150px;
  position: relative;
  margin-bottom: -150px;
}

#section1 {
  padding-top: 150px;
}
#section1 .section-title {
  position: relative;
}
#section1 .section-title .background-text {
  font-size: 8vw;
  font-weight: 900;
  text-align: center;
  width: 100%;
  text-transform: uppercase;
  line-height: 1.1;
  display: block;
  color: #fff;
}
#section1 .section-title h2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
#section1 h2 {
  font-family: "Courier";
  text-align: center;
  color: var(--color-green);
  text-transform: uppercase;
  font-weight: 700;
  font-size: 44px;
}
#section1 h2 > span {
  font-size: 60px;
}
#section1 .section1-inner {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 50px;
}
#section1 .section1-inner .img {
  width: 30%;
}
#section1 .section1-inner .img img {
  width: 100%;
}
#section1 .section1-inner .content {
  flex: 1;
  max-width: 570px;
}
#section1 .section1-inner .content p {
  line-height: 1.6;
}

#section2 {
  padding-top: 150px;
}
#section2 .section-title {
  position: relative;
  margin-bottom: -230px;
  z-index: 1;
}
#section2 .section-title .section-title-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
#section2 .section-title > .bg {
  width: 100%;
}
#section2 .section-title .background-text {
  font-size: 8vw;
  font-weight: 900;
  text-align: center;
  width: 100%;
  text-transform: uppercase;
  line-height: 1.1;
  display: block;
  color: #fff;
}
#section2 .section-title h2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  margin-bottom: 0;
}
#section2 .section-title h2 img {
  width: 300px;
}
#section2 .waving-text {
  position: absolute;
  top: 50%;
  margin-top: 12%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 600px;
}
#section2 .section2-inner {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  aspect-ratio: 1909/1058;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  color: #fff;
  padding-bottom: 5%;
  position: relative;
}
#section2 .section2-inner::before {
  content: "";
  position: absolute;
  bottom: 0;
  height: 50%;
  width: 100%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent);
}
#section2 .section2-inner .content {
  position: relative;
}
#section2 .section2-inner .content p {
  line-height: 1.8;
  max-width: 600px;
}

#section3 .grid {
  padding: 100px 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
}
#section3 .grid .text {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#section3 .grid .img img {
  max-width: 100%;
}
#section3 .section-title {
  margin-top: 250px;
}
#section3 .section-title img.bg {
  width: 100%;
}
#section3 .section-title .container {
  position: relative;
}
#section3 .section-title .container .text {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  padding: 0 15%;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 32px;
}
#section3 .section-title .container .star {
  position: absolute;
}
#section3 .section-title .container .star.star-top {
  top: -35%;
  left: 0;
  width: 30%;
  transform: rotate(15deg);
  transform-origin: center;
}
#section3 .section-title .container .star.star-bottom {
  bottom: 0;
  right: 5%;
  width: 16%;
  transform: rotate(45deg);
  transform-origin: top;
}

#section4 .section-title {
  position: relative;
}
#section4 .section-title .background-text {
  font-size: 8vw;
  font-weight: 900;
  text-align: center;
  width: 100%;
  text-transform: uppercase;
  line-height: 1.1;
  display: block;
  color: #fff;
}
#section4 .section-title h2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
#section4 h2 {
  font-family: "Courier";
  text-align: center;
  color: var(--color-green);
  text-transform: uppercase;
  font-weight: 700;
  font-size: 55px;
}
#section4 .inner {
  padding: 100px 0;
}
#section4 .img {
  padding: 30px 0;
  text-align: center;
}
#section4 .img img {
  max-width: 800px;
}

#section5 {
  position: relative;
  padding-top: 100px;
}
#section5 .bg {
  width: 100%;
}
#section5 .section5-inner {
  padding-right: 36%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  color: #fff;
}
#section5 .section5-inner .container {
  margin-top: 60px;
}
#section5 .section5-inner .container p {
  max-width: 700px;
  margin: auto;
  line-height: 1.6;
}
#section5 .section5-inner .star {
  position: absolute;
}
#section5 .section5-inner .star.star1 {
  width: 160px;
  bottom: -120px;
  left: -40px;
  transform: rotate(-45deg);
  transform-origin: left;
}
#section5 .section5-inner .star.star2 {
  width: 80px;
  bottom: -10%;
  left: 140px;
  transform: rotate(5deg);
}
#section5 > .bag {
  width: 40%;
  position: absolute;
  right: -5%;
  bottom: -35%;
}

#section6 > .inner {
  padding: 200px 0;
  padding-bottom: 0;
}
#section6 .grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 32px 80px;
  padding: 30px 0;
}
#section6 .grid .item {
  text-align: center;
}
#section6 .grid .item.text {
  text-align: left;
}
#section6 .grid .item.text .title {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 12px;
}
#section6 .grid .item.img img {
  height: 160px;
  margin-bottom: 40px;
}
#section6 .grid .item.last img {
  margin-bottom: 0;
  margin-top: -70px;
  height: auto;
  max-width: 100%;
}

#section7 .section-title {
  position: relative;
  z-index: 1;
}
#section7 .section-title .section-title-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  margin-top: 10%;
}
#section7 .section-title > .bg {
  width: 100%;
}
#section7 .section-title .background-text {
  font-size: 8vw;
  font-weight: 900;
  text-align: center;
  width: 100%;
  text-transform: uppercase;
  line-height: 1.1;
  display: block;
  color: #57921d;
}
#section7 .section-title h2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  margin-bottom: 0;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  font-family: "Courier";
  font-size: 55px;
}/*# sourceMappingURL=style.css.map */