html {
  overflow-x: hidden;
}

body {
  min-height: 100vh;
  color: #ffffff;
  font-size: 0.9rem;
  line-height: 1.3rem;
  font-weight: 400;
  color: #000118;
  overflow-x: hidden;
  position: relative;
}
body.ddb {
  background-image: url("./public/bg-ddb-d.jpg?v1.0");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: -webkit-image-set(url("./public/bg-ddb-d.webp?v1.0") 1x);
  background-position: right center;
}
@media screen and (max-width: 768px) {
  body.ddb {
    background-image: url("./public/bg-ddb-t.jpg?v1.0");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: -webkit-image-set(url("./public/bg-ddb-t.webp?v1.0") 1x);
  }
}
@media screen and (max-width: 575px) {
  body.ddb {
    background-image: url("./public/bg-ddb-m.jpg?v1.0");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: -webkit-image-set(url("./public/bg-ddb-m.webp?v1.0") 1x);
  }
}
body.umance {
  background-image: url("./public/bg-umance-d.jpg?v1.0");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: -webkit-image-set(url("./public/bg-umance-d.webp?v1.0") 1x);
  background-position: right center;
}
@media screen and (max-width: 768px) {
  body.umance {
    background-image: url("./public/bg-umance-t.jpg?v1.0");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: -webkit-image-set(url("./public/bg-umance-t.webp?v1.0") 1x);
  }
}
@media screen and (max-width: 575px) {
  body.umance {
    background-image: url("./public/bg-umance-m.jpg?v1.0");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: -webkit-image-set(url("./public/bg-umance-m.webp?v1.0") 1x);
  }
}
body.aaron {
  background-image: url("./public/bg-aaron-d.jpg?v1.0");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: -webkit-image-set(url("./public/bg-aaron-d.webp?v1.0") 1x);
  background-position: left 20%;
}
@media screen and (max-width: 768px) {
  body.aaron {
    background-image: url("./public/bg-aaron-t.jpg?v1.0");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: -webkit-image-set(url("./public/bg-aaron-t.webp?v1.0") 1x);
  }
}
@media screen and (max-width: 575px) {
  body.aaron {
    background-image: url("./public/bg-aaron-m.jpg?v1.0");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: -webkit-image-set(url("./public/bg-aaron-m.webp?v1.0") 1x);
  }
}
body a, body button {
  text-decoration: none;
  transition: all 0.5s ease-in-out !important;
}
body h1, body h2, body h3, body h4, body h5, body h6, body strong, body b {
  font-family: "SF-Pro-Bold";
}
body img {
  -o-object-fit: contain;
     object-fit: contain;
}
body .text-gold {
  color: rgba(255, 247, 235, 0.8);
}
body .text-white {
  color: #ffffff;
}
body .min-vh-80 {
  min-height: 80vh;
}

.cta {
  transition: all 0.5s ease-in-out !important;
}
.cta img {
  transition: all 0.5s ease-in-out !important;
  animation: zoom-in-zoom-out 2s ease infinite;
}
@media screen and (max-width: 768px) {
  .cta img {
    height: 60px;
  }
}
.cta:hover img {
  transform: scale(1.1);
}

@keyframes zoom-in-zoom-out {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.5, 1.5);
  }
  100% {
    transform: scale(1, 1);
  }
}
.section-start {
  z-index: 2;
  overflow: hidden;
}
.section-start .content {
  min-height: 100vh;
}
@media screen and (max-width: 768px) {
  .section-start .content .logo img {
    height: 60px;
  }
}
@keyframes flipInOut {
  0% {
    transform: perspective(400px) rotateX(180deg);
    opacity: 0;
  }
  25% {
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
  75% {
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    transform: perspective(400px) rotateX(-180deg);
    opacity: 0;
  }
}
.section-start .content .character::before {
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0%;
  left: 0;
}
@media screen and (max-width: 575px) {
  .section-start .content .character::before {
    background-image: url("./public/flying-element-m.png?v1.1");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    transform: scale(1);
    top: -5%;
  }
}
.section-start .content .character::after {
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url("./public/img-character-bg.png?v1.1");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-position: right bottom;
  background-size: contain;
  z-index: -1;
  bottom: 0;
  right: 10%;
  transform: scale(1.1);
}
@media screen and (max-width: 1440px) {
  .section-start .content .character::after {
    background-position: right center;
    transform: scale(1.4);
  }
}
@media screen and (max-width: 768px) {
  .section-start .content .character::after {
    transform: scale(1.2);
    right: 5%;
  }
}
.section-start .content .character img.aaron {
  transform: scale(1.1);
  -o-object-position: bottom;
     object-position: bottom;
  animation: flickerColor 6s infinite;
}
@media screen and (max-width: 768px) {
  .section-start .content .character img.aaron {
    height: 600px;
  }
}
@media screen and (max-width: 575px) {
  .section-start .content .character img.aaron {
    height: 380px;
    width: auto;
  }
}
@media screen and (max-width: 575px) and (max-height: 768px) {
  .section-start .content .character img.aaron {
    height: 300px;
    width: auto;
  }
}
.section-start .content .character img.payment {
  z-index: 3;
}
@keyframes flickerColor {
  0% {
    filter: drop-shadow(2px 8px 12px rgba(253, 231, 132, 0.5));
  }
  50% {
    filter: drop-shadow(2px 8px 12px rgba(253, 231, 132, 0));
  }
  100% {
    filter: drop-shadow(2px 8px 12px rgba(253, 231, 132, 0.5));
  }
}
.section-start .content .character .coin-top {
  top: 10%;
  left: 5%;
  animation: coin-top 4s ease-in-out infinite;
}
@media screen and (max-width: 575px) {
  .section-start .content .character .coin-top img {
    width: 60px;
    height: 60px;
  }
}
@keyframes coin-top {
  0% {
    transform: translate(0, 0px);
  }
  50% {
    transform: translate(25px, 25px);
  }
  100% {
    transform: translate(0, 0px);
  }
}
.section-start .content .character .coin-bottom {
  top: 60%;
  right: -2%;
  animation: coin-bottom 4s ease-in-out infinite;
}
@media screen and (max-width: 575px) {
  .section-start .content .character .coin-bottom img {
    width: 60px;
    height: 60px;
  }
}
@keyframes coin-bottom {
  0% {
    transform: translate(0, 0px);
  }
  50% {
    transform: translate(-25px, 25px);
  }
  100% {
    transform: translate(0, 0px);
  }
}
@media screen and (max-width: 768px) {
  .section-start .content .title .title-img {
    height: 120px;
  }
}
.section-start .content .title .title-img.ddb {
  animation: color-shadow 2s ease-in-out infinite;
}
@keyframes color-shadow {
  0% {
    filter: drop-shadow(0 0 30px #FF5733);
  }
  50% {
    filter: drop-shadow(0 0 0 #FF5733);
  }
  100% {
    filter: drop-shadow(0 0 30px #FF5733);
  }
}
.section-start .content .title .title-img.umance {
  animation: color-shadow 2s ease-in-out infinite;
}
@keyframes color-shadow {
  0% {
    filter: drop-shadow(0 0 30px #E460FF);
  }
  50% {
    filter: drop-shadow(0 0 0 #E460FF);
  }
  100% {
    filter: drop-shadow(0 0 30px #E460FF);
  }
}
@media screen and (max-width: 768px) {
  .section-start .content .title .title-img.umance {
    height: 140px;
  }
}
.section-start .content .title .title-img.aaron {
  animation: color-shadow 2s ease-in-out infinite;
}
@keyframes color-shadow {
  0% {
    filter: drop-shadow(0 0 30px #00F6FF);
  }
  50% {
    filter: drop-shadow(0 0 0 #00F6FF);
  }
  100% {
    filter: drop-shadow(0 0 30px #00F6FF);
  }
}
@media screen and (max-width: 768px) {
  .section-start .content .title .title-img.aaron {
    height: 140px;
  }
}
@media screen and (max-width: 768px) {
  .section-start .content .title .sub-title {
    height: 80px;
  }
}
@media screen and (max-width: 575px) {
  .section-start .content .title .sub-title {
    height: 80px;
  }
}
@keyframes flicker {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.6;
  }
  100% {
    opacity: 1;
  }
}
@keyframes zoom-in-zoom-out {
  0% {
    transform: scale(0.95, 0.95);
  }
  50% {
    transform: scale(1.1, 1.1);
  }
  100% {
    transform: scale(0.95, 0.95);
  }
}
.section-start .content .terms-apply {
  font-size: 0.8rem;
}
.section-start .ambassador-name {
  font-family: "Inter", sans-serif;
  width: 200px;
  line-height: 1.8rem;
  bottom: 5%;
  right: 1%;
}
@media screen and (max-width: 768px) {
  .section-start .ambassador-name {
    background: rgba(0, 0, 0, 0.8);
    padding: 8px 15px;
    border-radius: 15px;
    line-height: 1.4rem;
    right: unset;
    left: 18%;
    width: 180px;
  }
}
@media screen and (max-width: 768px) {
  .section-start .ambassador-name {
    left: 8%;
  }
}
.section-start .ambassador-name label {
  font-weight: bold;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .section-start .ambassador-name label {
    font-size: 1.2rem;
  }
}
.section-start .ambassador-name span {
  font-size: 1rem;
  font-weight: light;
}
@media screen and (max-width: 768px) {
  .section-start .ambassador-name span {
    font-size: 0.8rem;
  }
}
.section-start .ambassador-name.aaron {
  bottom: 15%;
  left: 43%;
}
@media screen and (max-width: 768px) {
  .section-start .ambassador-name.aaron {
    width: 160px;
    bottom: 5%;
    left: 8%;
  }
}/*# sourceMappingURL=style.css.map */