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: #00032b;
  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;
}
@media screen and (max-width: 768px) {
  .cta img {
    height: 70px;
  }
}

@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: 768px) {
  .section-start .content .info {
    margin-top: -15%;
  }
}
@media screen and (max-width: 575px) {
  .section-start .content .logo img {
    height: 70px;
  }
}
@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 .ambassador::after {
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url("./public/lighting-d.png?v1.0");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-position: right bottom;
  background-size: contain;
  z-index: -1;
  bottom: 0;
  right: 0;
  left: 0;
  transform-origin: bottom;
  transform: scale(1.2);
}
@media screen and (max-width: 768px) {
  .section-start .content .ambassador::after {
    background-image: url("./public/lighting-m.png?v1.0");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
}
@media screen and (max-width: 768px) {
  .section-start .content .character {
    min-height: unset !important;
  }
}
.section-start .content .character img {
  filter: drop-shadow(0 0 10px rgba(189, 212, 231, 0.6));
  transform: scale(1.1);
}
@media screen and (max-width: 768px) {
  .section-start .content .character img {
    height: 400px;
  }
}
@media screen and (max-width: 575px) {
  .section-start .content .character img {
    transform: scale(1);
    height: 360px;
  }
}
@media screen and (max-width: 575px) {
  .section-start .content .title .title-img {
    height: 140px;
  }
}
.section-start .content .prize-img {
  animation: zoom-in-zoom-out 3s ease-out infinite;
}
@media screen and (max-width: 575px) {
  .section-start .content .prize-img {
    height: 170px;
  }
}
@keyframes zoom-in-zoom-out {
  0% {
    transform: scale(0.95, 0.95);
    filter: none;
  }
  50% {
    transform: scale(1.1, 1.1);
    filter: drop-shadow(0 0 10px rgba(255, 215, 0, 0.6)) drop-shadow(0 0 25px rgba(255, 183, 0, 0.6)) drop-shadow(0 0 25px rgba(255, 69, 0, 0.6));
  }
  100% {
    transform: scale(0.95, 0.95);
    filter: none;
  }
}
@media screen and (max-width: 768px) {
  .section-start .content .event-img {
    height: 90px;
  }
}
@media screen and (max-width: 575px) {
  .section-start .content .event-img {
    height: 80px;
  }
}/*# sourceMappingURL=style.css.map */