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-color: #0400fe;
  background-image: url("./public/background-d.jpg?v1.0");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: -webkit-image-set(url("./public/background-d.webp?v1.0") 1x);
  background-position: top center;
}
@media screen and (max-width: 768px) {
  body {
    background-image: url("./public/background-m.jpg?v1.0");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: -webkit-image-set(url("./public/background-m.webp?v1.0") 1x);
    background-position: top center;
    background-size: cover;
  }
}
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:hover {
  filter: drop-shadow(2px 4px 8px rgba(255, 247, 235, 0.8));
}
.cta img {
  animation: color-showdow 2s ease-out infinite;
}

@keyframes color-showdow {
  0% {
    filter: drop-shadow(2px 4px 8px rgba(255, 247, 235, 0.8));
  }
  50% {
    filter: drop-shadow(0 0 0 #fde784);
  }
  100% {
    filter: drop-shadow(2px 4px 8px rgba(255, 247, 235, 0.8));
  }
}
.section-start {
  z-index: 2;
  overflow: hidden;
}
.section-start .content {
  min-height: 100vh;
}
@media screen and (max-width: 575px) {
  .section-start .content .logo img {
    height: 35px;
  }
}
@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;
  }
}
@media screen and (max-width: 575px) {
  .section-start .content .character {
    min-height: unset !important;
    height: 60vh;
  }
}
.section-start .content .character::after {
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url("./public/character-d.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: 8%;
  transform-origin: bottom;
  transform: scale(1.2);
}
@media screen and (max-width: 768px) {
  .section-start .content .character::after {
    background-image: url("./public/character-m.png?v1.1");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    right: 0;
    transform: scale(1);
  }
}
.section-start .content .character .element-all {
  animation: zoomIn 2s infinite ease-in-out;
  right: 15%;
  bottom: 5%;
  z-index: 2;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 768px) {
  .section-start .content .character .element-all {
    right: unset;
    left: -5%;
    bottom: 0;
    height: 700px;
    top: 5%;
  }
}
@media screen and (max-width: 575px) {
  .section-start .content .character .element-all {
    height: 400px;
  }
}
@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 .title .title-img {
  animation: zoom-in-zoom-out 2s ease-out infinite;
}
@media screen and (max-width: 768px) {
  .section-start .content .title .title-img {
    height: 280px;
  }
}
@media screen and (max-width: 575px) {
  .section-start .content .title .title-img {
    height: 180px;
  }
}
@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 .payment-cert {
  bottom: 0;
  left: 0;
  z-index: 99;
}
.section-start .content .payment-cert img {
  -o-object-position: bottom;
     object-position: bottom;
}
@media screen and (max-width: 768px) {
  .section-start .content .payment-cert img {
    height: 200px;
  }
}/*# sourceMappingURL=style.css.map */