@font-face {
  font-family: "noto-sans-bold";
  src: url("../fonts/NotoSansJP-Bold.ttf") format("truetype"), url("../fonts/NotoSansJP-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "blackhansans";
  src: url("../fonts/BlackHanSans-Regular.ttf") format("truetype"), url("../fonts/BlackHanSans-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "noto-sans-reg";
  src: url("../fonts/NotoSans-VariableFont_wdth,wght.ttf") format("truetype"), url("../fonts/NotoSans-VariableFont_wdth,wght.ttf") format("truetype");
}
body {
  background-color: #071738;
  background-image: url("../img/bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
  width: auto;
}

.navbar {
  background-color: transparent;
  position: absolute;
}
.navbar a {
  padding-top: 25px !important;
}

#hero-video {
  position: static;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 100vh;
  inset: 0;
  -o-object-fit: cover;
     object-fit: cover; /* fills the hero like background-size: cover */
}

#main .headertext {
  position: absolute;
  top: 950px;
  width: 100%;
  text-align: center;
}
#main .appstore {
  position: absolute;
  top: 1070px;
  width: 100%;
  text-align: center;
}
#main img {
  padding: 10px;
}
#main h4 {
  color: #fdf1e2;
  font-family: noto-sans-bold;
  text-shadow: 2px 2px 5px #000000;
}
#main h1 {
  color: #c9fffc;
  font-family: blackhansans;
  text-shadow: 2px 2px 5px #000000;
  padding-top: 15px;
}
@media (min-width: 2180px) and (max-width: 2337px) {
  #main .headertext {
    top: 1300px;
  }
  #main .appstore {
    top: 1450px;
  }
}
@media (min-width: 2338px) and (max-width: 2483px) {
  #main .headertext {
    top: 1400px;
  }
  #main .appstore {
    top: 1520px;
  }
}
@media (min-width: 2484px) and (max-width: 2560px) {
  #main .headertext {
    top: 1500px;
  }
  #main .appstore {
    top: 1620px;
  }
}
@media (max-width: 1707px) {
  #main .headertext {
    top: 1010px;
  }
  #main .appstore {
    top: 1130px;
  }
}
@media (max-width: 1708px) {
  #main .headertext {
    top: 1020px;
  }
  #main .appstore {
    top: 1150px;
  }
}
@media (max-width: 1709px) {
  #main .headertext {
    top: 1020px;
  }
  #main .appstore {
    top: 1150px;
  }
}
@media (max-width: 1710px) {
  #main .headertext {
    top: 1030px;
  }
  #main .appstore {
    top: 1150px;
  }
}
@media (max-width: 1763px) {
  #main .headertext {
    top: 1040px;
  }
  #main .appstore {
    top: 1160px;
  }
}
@media (min-width: 1764px) and (max-width: 1842px) {
  #main .headertext {
    top: 1060px;
  }
  #main .appstore {
    top: 1190px;
  }
}
@media (min-width: 1843px) and (max-width: 1913px) {
  #main .headertext {
    top: 1090px;
  }
  #main .appstore {
    top: 1200px;
  }
}
@media (min-width: 1914px) and (max-width: 2082px) {
  #main .headertext {
    top: 1180px;
  }
  #main .appstore {
    top: 1300px;
  }
}
@media (min-width: 2082px) and (max-width: 2179px) {
  #main .headertext {
    top: 1250px;
  }
  #main .appstore {
    top: 1370px;
  }
}
@media (max-width: 1659px) {
  #main .headertext {
    top: 1000px;
  }
  #main .appstore {
    top: 1110px;
  }
}
@media (max-width: 1539px) {
  #main .headertext {
    top: 950px;
  }
  #main .appstore {
    top: 1070px;
  }
}
@media (max-width: 540px) {
  #main .headertext {
    top: 960px;
  }
  #main .appstore {
    top: 1070px;
  }
}

.section1 {
  background-image: url("../img/section1bg3.png");
  background-position: center center;
  background-size: cover;
  min-height: 1000px;
}
.section1 h3 {
  color: white;
  font-family: blackhansans;
}
.section1 p {
  color: #fdf1e2;
  font-family: noto-sans-reg;
}
.section1 .tier {
  color: #c9fffc;
}
.section1 .num {
  font-family: noto-sans-bold;
}
.section1 .rewards-text {
  padding-top: 200px;
}
.section1 .rewards {
  padding-top: 200px;
}
.section1 .learn-more-btn {
  margin-top: 20px;
  background-color: #f49c35;
  font-family: noto-sans-bold;
  color: #ffffff;
  font-size: 1.1rem;
  padding: 18px 60px;
  border: 3px solid #ffffff;
  cursor: pointer;
  transition: 0.35s ease;
}
.section1 .learn-more-btn:hover {
  background-color: #fafafa;
  color: #f49c35;
  border: 3px solid #f49c35;
}
@media (max-width: 991px) {
  .section1 {
    height: auto;
  }
  .section1 .rewards-text {
    text-align: center;
    padding-top: 40px;
    padding-bottom: 100px;
  }
}

.section2 {
  background-image: url("../img/section2bg2.png");
  background-position: center;
  background-size: cover;
  min-height: 80vh;
  color: #ffffff;
}
.section2 img {
  padding-right: 10px;
}
.section2 h3 {
  font-family: blackhansans;
}
.section2 .pre {
  color: #fdf1e2;
  font-family: noto-sans-bold;
}
.section2 .title {
  font-family: noto-sans-bold;
  color: #c9fffc;
}
.section2 p {
  font-family: noto-sans-reg;
}
.section2 .overviewtext {
  padding-top: 100px;
}
.section2 video {
  border: 5px solid #ffffff;
}
.section2 .gameplay {
  padding-top: 100px;
  float: right;
}
@media (max-width: 991px) {
  .section2 {
    height: auto;
  }
  .section2 .overviewtext {
    text-align: center;
  }
  .section2 .gameplay {
    text-align: center;
    float: none;
    padding-top: 40px;
    padding-bottom: 100px;
  }
}

.section3 {
  background-image: url("../img/section3.png");
  background-position: center;
  background-size: cover;
  min-height: 80vh;
}
.section3 .maintext {
  padding-bottom: 90px;
}
.section3 p {
  padding-top: 50px;
  font-family: noto-sans-reg;
  color: #fdf1e2;
}
.section3 .blue {
  color: #c9fffc;
}
.section3 img {
  padding-top: 150px;
}

footer {
  text-transform: uppercase;
  background-color: #080d15;
  padding-bottom: 80px;
  padding-top: 80px;
  text-align: center;
}
footer .bottomlink {
  padding-right: 45px;
}
footer span {
  font-family: noto-sans-reg;
}
footer a {
  color: #fdf1e2;
  text-decoration: none;
}
footer p {
  display: inline;
}
footer a:hover {
  color: #c9fffc;
  transition: all 500ms ease;
}
footer hr {
  margin-top: 50px;
  background-color: #282c32;
}
footer .icons {
  text-align: center;
  padding-bottom: 50px;
}/*# sourceMappingURL=main.css.map */