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: #270100;
  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: grayscale(1);
}
.cta img {
  animation: zoom-in-zoom-out 2s ease-out infinite;
}
@media screen and (max-width: 575px) {
  .cta img {
    height: 60px;
  }
}
@keyframes zoom-in-zoom-out {
  0% {
    transform: scale(0.95, 0.95);
    filter: drop-shadow(0 0 0 rgba(255, 247, 235, 0.8));
  }
  50% {
    transform: scale(1.15, 1.15);
    filter: drop-shadow(0 0px 20px rgba(255, 247, 235, 0.8));
  }
  100% {
    transform: scale(0.95, 0.95);
    filter: drop-shadow(0 0 0 rgba(255, 247, 235, 0.8));
  }
}

.section-start {
  z-index: 2;
  overflow: hidden;
}
.section-start::before {
  content: " ";
  position: absolute;
  background-image: url("./public/background-d-before.png?v1.0");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-position: right center;
  background-size: contain;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 30vh;
}
@media screen and (max-width: 768px) {
  .section-start::before {
    display: none;
  }
}
.section-start .content {
  min-height: 100vh;
}
@media screen and (max-width: 768px) {
  .section-start .content .logo {
    top: 60px;
  }
}
@media screen and (max-width: 575px) {
  .section-start .content .logo img {
    height: 40px;
  }
}
@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.0");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-position: right bottom;
  background-size: contain;
  z-index: 2;
  bottom: 0;
  right: 0;
  transform-origin: bottom;
  transform: scale(1.2);
}
@media screen and (max-width: 768px) {
  .section-start .content .character::after {
    background-image: url("./public/character-m.jpg?v1.0");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-position: bottom;
    background-size: contain;
    right: 0;
    transform: scale(1);
  }
}
.section-start .content .character::before {
  content: " ";
  position: absolute;
  width: 340px;
  height: 340px;
  background-image: url("./public/element-4.png?v1.0");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-size: contain;
  right: -250px;
  bottom: 0%;
  z-index: 3;
}
@media screen and (max-width: 768px) {
  .section-start .content .character::before {
    display: none;
  }
}
.section-start .content .title {
  top: -80px;
}
@media screen and (max-width: 768px) {
  .section-start .content .title {
    top: 0;
  }
}
@media screen and (max-width: 575px) {
  .section-start .content .title .title-img {
    height: 180px;
    transform: scale(1.2);
  }
}
@media screen and (max-width: 575px) {
  .section-start .content .title .sub-title-img {
    height: 16px;
  }
}
.section-start .content .main-title::before {
  content: " ";
  position: absolute;
  background-image: url("./public/title-element-1.png?v1.0");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 70px;
  height: 70px;
  bottom: 20%;
  left: 2%;
  z-index: 2;
  animation: rotating 8s linear infinite;
}
@media screen and (max-width: 768px) {
  .section-start .content .main-title::before {
    width: 30px;
    height: 30px;
    left: -7%;
    bottom: 35%;
  }
}
.section-start .content .main-title::after {
  content: " ";
  position: absolute;
  background-image: url("./public/title-element-1.png?v1.0");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 35px;
  height: 35px;
  bottom: 5%;
  right: 9%;
  z-index: 2;
  animation: rotating 8s linear infinite;
}
@media screen and (max-width: 768px) {
  .section-start .content .main-title::after {
    width: 25px;
    height: 25px;
    bottom: 10%;
    right: 0;
  }
}
.section-start .content .main-title .title-element-2 {
  top: 10%;
  right: 10%;
  z-index: 2;
}
@media screen and (max-width: 575px) {
  .section-start .content .main-title .title-element-2 {
    width: 20px;
    height: 20px;
    right: 0%;
  }
}
@keyframes rotating {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.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;
  }
}
.section-start .content .element-1 {
  bottom: 15%;
  left: 5%;
}
.section-start .content .element-2 {
  top: 5%;
  left: 35%;
}
.section-start .content .element-3 {
  bottom: -15%;
  left: 25%;
}
.section-start .content .element-4 {
  top: 5%;
  right: 20%;
  transform: rotate(25deg);
}/*# sourceMappingURL=style.css.map */