@font-face {
  font-family: "Press Start 2P";
  src: local("Press Start 2P"), url("../fonts/PressStart2P-Regular.ttf");
}
body {
  background-color: #000;
  color: #fff;
  font-family: Nunito;
}
.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
  width: 100%;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container,
  .container-sm {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container,
  .container-md,
  .container-sm {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1302px;
  }
}
.bannar-area .container {
  background-image: url(../images/banner-background.svg);
  background-position: bottom center;
  background-repeat: no-repeat;
  min-height: 600px;
  background-size: 100% 100%;
  padding-top: 150px;
}
.bannar-area .container {
  background-image: url(../images/banner-background.svg);
  background-position: bottom center;
  background-repeat: no-repeat;
  min-height: 600px;
  background-size: 100% 100%;
  padding-top: 150px;
}
@media (max-width: 1200px) {
  .bannar-area .container {
    min-height: 600px;
    padding-top: 150px;
  }
}
@media (max-width: 992px) {
  .bannar-area .container {
    min-height: 300px;
    padding-top: 0;
  }
}
@media (max-width: 768px) {
  .bannar-area .container {
    min-height: 300px;
    padding-top: 0;
  }
}
.features-coin {
  text-align: right;
}
.w70p {
  width: 70%;
  margin: 0 auto;
}
.w80p {
  width: 80%;
  margin: 0 auto;
}
.features-text .features-text-group {
  background: url(../images/group-line.png) repeat-x left bottom;
  padding-bottom: 40px;
  padding-top: 40px;
}
.features-text .features-text-num {
  width: 80px;
  height: 37px;
  background-image: url(../images/num-bg.png);
  text-align: center;
  line-height: 37px;
  color: #fff;
}
.features-text .features-text-title {
  font-family: "Press Start 2P";
  font-size: 12px;
  margin-left: 20px;
}
.features-text .features-text-desc {
  text-align: justify;
  font-size: 14px;
}
.section-how {
  margin-top: 50px;
}
.section-how .how-title {
  font-family: "Press Start 2P";
  font-size: 42px;
  text-align: center;
  color: #fff;
}
.section-how .how-group {
  margin-top: 40px;
}
.section-how .how-card-1 {
  background: url(../images/how-card-1.png) no-repeat left top;
  background-size: 100% 100%;
  width: 100%;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.section-how .how-card-2 {
  background: url(../images/how-card-2.png) no-repeat left top;
  background-size: 100% 100%;
  width: 100%;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.section-how .how-card-image,
.section-how .how-card-image2 {
  width: 70%;
  margin: 0 auto;
  min-height: 300px;
}
.section-how .how-card-image img,
.section-how .how-card-image2 img {
  padding-top: 40px;
}
.section-how .how-card-image2 {
  width: 50%;
}
.section-how .how-card-title {
  font-family: "Press Start 2P";
  font-size: 20px;
  margin: 0 20px 0;
}
.section-how .how-card-desc {
  font-size: 12px;
  margin: 0 20px 0;
}
@media (max-width: 1400px) {
  .section-how .how-card-title {
    font-size: 16px;
  }
  .section-how .how-card-image,
  .section-how .how-card-image2 {
    min-height: 250px;
  }
}
.section-footer {
  margin-top: 80px;
  padding-bottom: 100px;
}
.section-footer .footer-link {
  margin: 0 10px;
}
.section-footer .footer-link img {
  max-width: 86px;
  max-height: 86px;
}
@media (max-width: 768px) {
  .section-footer .footer-link img {
    max-width: 58px;
    max-height: 58px;
  }
}
.line-split-100 {
  margin-top: -100px;
}
@media (max-width: 768px) {
  .line-split-100 {
    margin-top: 0;
  }
}
.footer-area .container {
  background: url(../images/footer-background.png) no-repeat center bottom;
  background-size: cover;
}
.banner-title,
.banner-subtitle {
  font-family: 'Press Start 2P';
}
/* 09-15 */
.banner-title,
.banner-subtitle {
  font-family: 'Press Start 2P';
}
.banner-title {
  font-size: 120px;
  color: #00B3FF;
}
.banner-subtitle {
  font-size: 22px;
}
.features-title {
  font-family: "Press Start 2P";
  font-size: 60px;
  line-height: 60px;
}
.features-title-small {
  font-size: 30px;
}
.features-row {
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) * -0.5);
  margin-left: calc(var(--bs-gutter-x) * -0.5);
  align-items: center;
}
.text-blue {
  color: #00B3FF;
}
@media (max-width: 1200px) {
  .banner-title {
    font-size: 90px;
  }
  .banner-subtitle {
    font-size: 16px;
  }
  .features-title-small {
    font-size: 25px;
  }
  .features-title {
    font-size: 50px;
    line-height: 50px;
  }
}
@media (max-width: 992px) {
  .features-title {
    font-size: 36px;
    line-height: 36px;
  }
  .banner-title {
    font-size: 64px;
  }
  .banner-subtitle {
    font-size: 12px;
  }
  .features-title-small {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .features-title {
    font-size: 28px;
    line-height: 28px;
    text-align: center;
    padding: 30px 0;
  }
  .features-title-small {
    font-size: 14px;
  }
  .banner-title {
    font-size: 50px;
  }
  .banner-subtitle {
    font-size: 12px;
  }
}
@media (max-width: 576px) {
  .features-title {
    font-size: 34px;
    line-height: 34px;
    text-align: center;
    padding: 30px 0;
  }
  .features-title-small {
    font-size: 14px;
  }
  .banner-title {
    font-size: 36px;
  }
  .banner-subtitle {
    font-size: 12px;
  }
}
