html {
  overflow-x: hidden;
}

body {
  min-height: 100vh;
  color: #ffffff;
  font-size: 0.9rem;
  line-height: 2.2rem;
  font-weight: 400;
  color: #000118;
  overflow-x: hidden;
  position: relative;
  background-image: url("./public/bg-m.jpg?v250121");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: -webkit-image-set(url("./public/bg-m.webp?v250121") 1x);
  background-repeat: repeat-y;
  width: 100%;
  height: 100%;
  z-index: -1;
  max-width: 768px;
  margin: 0 auto;
}
body::before {
  content: " ";
  position: absolute;
  background-image: url("./public/bg-body-m.jpg?v250121");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: -webkit-image-set(url("./public/bg-body-m.webp?v250121") 1x);
  width: 100%;
  height: 95vh;
}
@media screen and (max-width: 768px) {
  body::before {
    background-image: url("./public/bg-body-t.jpg?v250121");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: -webkit-image-set(url("./public/bg-body-t.webp?v250121") 1x);
  }
}
@media screen and (max-width: 575px) {
  body::before {
    background-image: url("./public/bg-body-m.jpg?v250121");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: -webkit-image-set(url("./public/bg-body-m.webp?v250121") 1x);
  }
}
@media screen and (max-width: 390px) {
  body::before {
    background-position: center bottom;
  }
}
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;
  z-index: 100;
  position: relative;
  margin-top: -35px;
}
@media screen and (max-width: 768px) {
  .cta {
    margin-top: -15px;
  }
}
.cta:hover {
  filter: drop-shadow(2px 4px 8px rgba(255, 247, 235, 0.8));
}
.cta img {
  animation: color-showdow 2s ease-out infinite;
}
@media screen and (max-width: 575px) {
  .cta img {
    height: 40px;
  }
}
@media screen and (max-width: 390px) {
  .cta img {
    height: 40px;
  }
}

@keyframes color-showdow {
  0% {
    filter: drop-shadow(2px 4px 12px #fde784);
  }
  50% {
    filter: drop-shadow(0 0 0 #fde784);
  }
  100% {
    filter: drop-shadow(2px 4px 12px #fde784);
  }
}
.section-start {
  z-index: 2;
  overflow: hidden;
}
.section-start .content {
  min-height: 100vh;
}
.section-start .content .info .element-all {
  animation: zoomIn 2s infinite ease-in-out;
  left: 5%;
  bottom: 20%;
  z-index: 2;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 575px) {
  .section-start .content .info .element-all {
    left: 10%;
    bottom: 0;
    z-index: 2;
    -o-object-fit: contain;
    object-fit: contain;
    width: 90%;
    margin: 0 auto;
  }
}
@keyframes zoomIn {
  0% {
    transform: scale(1);
    opacity: 0;
    z-index: -1;
  }
  50% {
    transform: scale(1.4);
    opacity: 1;
    z-index: 1;
  }
  100% {
    transform: scale(1);
    opacity: 0;
    z-index: -1;
  }
}
.section-start .content .logo {
  overflow: hidden;
  position: relative;
}
.section-start .content .logo img {
  animation: 1.5s ease 0s infinite normal none shake;
}
@media screen and (max-width: 768px) {
  .section-start .content .logo img {
    height: 60px;
  }
}
@media screen and (max-width: 575px) {
  .section-start .content .logo img {
    height: 34px;
  }
}
@keyframes shake {
  0% {
    opacity: 0.5;
  }
  25% {
    filter: drop-shadow(0px 0px 8px rgba(251, 193, 115, 0.8));
  }
  75% {
    filter: drop-shadow(0px 0px 0px rgba(251, 193, 115, 0.8));
  }
  100% {
    opacity: 1;
  }
}
.section-start .content .character {
  margin-top: -45%;
}
@media screen and (max-width: 768px) {
  .section-start .content .character {
    margin-top: -45%;
  }
}
@media screen and (max-width: 575px) {
  .section-start .content .character {
    margin-top: -25%;
  }
}
.section-start .content .character img.ddb {
  transform: scale(1);
  width: 100%;
  height: 100%;
  -o-object-position: 0;
     object-position: 0;
}
@media screen and (max-width: 768px) {
  .section-start .content .character img.ddb {
    transform: scale(1);
    width: 100%;
    height: 100%;
    -o-object-position: 0;
       object-position: 0;
  }
}
.section-start .content .character img.signature {
  right: 0%;
  top: 43%;
}
@media screen and (max-width: 768px) {
  .section-start .content .character img.signature {
    right: 0%;
    top: 43%;
  }
}
@media screen and (max-width: 575px) {
  .section-start .content .character img.signature {
    right: 5%;
    top: 35%;
    width: 100px;
    height: 50px;
  }
}
@media screen and (max-width: 390px) {
  .section-start .content .character img.signature {
    height: 35px;
  }
}
@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));
  }
}
@media screen and (max-width: 768px) {
  .section-start .content .title .title-img {
    height: 220px;
  }
}
@media screen and (max-width: 390px) {
  .section-start .content .title .title-img {
    height: 180px;
  }
}
.section-start .content .title .coin {
  animation: tada 2s infinite;
  bottom: 5%;
  right: -10%;
}
@media screen and (max-width: 768px) {
  .section-start .content .title .coin {
    bottom: 5%;
    right: -10%;
    width: 90px;
    height: 90px;
  }
}
@media screen and (max-width: 575px) {
  .section-start .content .title .coin {
    bottom: -15%;
    right: 10%;
    width: 70px;
    height: 70px;
  }
}
@media screen and (max-width: 390px) {
  .section-start .content .title .coin {
    width: 60px;
    height: 60px;
    bottom: -10%;
    right: 10%;
  }
}
@keyframes tada {
  0% {
    transform: scaleX(1);
  }
  10%, 20% {
    transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
  }
  30%, 50%, 70%, 90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
  }
  40%, 60%, 80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
  }
  100% {
    transform: scaleX(1);
  }
}
.section-start .footer {
  bottom: 0;
  width: 100%;
  padding: 0;
  -o-object-position: bottom;
     object-position: bottom;
}/*# sourceMappingURL=style.css.map */