@font-face {
  font-family: "Calamitech";
  src: url("./fonts/Calamitech.otf") format("opentype");
}
@font-face {
  font-family: "SFPRODISPLAYBOLD";
  src: url("./fonts/SFPRODISPLAYBOLD.otf") format("opentype");
}
@font-face {
  font-family: "SFPRODISPLAYMEDIUM";
  src: url("./fonts/SFPRODISPLAYMEDIUM.otf") format("opentype");
}
@font-face {
  font-family: "SFPRODISPLAYREGULAR";
  src: url("./fonts/SFPRODISPLAYREGULAR.otf") format("opentype");
}
@font-face {
  font-family: "SFPRODISPLAYTHIN";
  src: url("./fonts/SFPRODISPLAYTHIN.ttf") format("truetype");
}
html {
  overflow-x: hidden;
}

body {
  min-height: 100vh;
  color: #ffffff;
  font-size: 1rem;
  line-height: 1.3rem;
  font-weight: 400;
  overflow-x: hidden;
  position: relative;
  font-family: "SFPRODISPLAYTHIN";
  background-image: url("./public/bg-body-d.jpg?v1.0.0");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: -webkit-image-set(url("./public/bg-body-d.webp?v1.0.0") 1x);
  background-position: top center;
  background-attachment: fixed;
  background-color: #0a0018;
}
@media screen and (max-width: 575px) {
  body {
    background-image: url("./public/bg-body-m.jpg?v1.0.0");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: -webkit-image-set(url("./public/bg-body-m.webp?v1.0.0") 1x);
    background-size: contain;
    background-position: top center;
    background-attachment: unset;
  }
}
body a, body button {
  text-decoration: none;
  transition: all 0.5s ease-in-out !important;
}
body a:hover, body button:hover {
  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 .bg-transparent {
  background: transparent;
}
body .min-vh-80 {
  min-height: 80vh;
}

.cta {
  transition: all 0.5s ease-in-out !important;
  z-index: 100;
  position: relative;
}
@media screen and (max-width: 768px) {
  .cta {
    position: absolute;
    bottom: 2%;
    z-index: 9999;
    left: 20%;
    right: 20%;
  }
}
@media screen and (max-width: 575px) {
  .cta {
    position: absolute;
    bottom: 8%;
    z-index: 9999;
    left: 22%;
    right: 22%;
    text-align: center;
  }
}
.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: 90px;
  }
}
@media screen and (max-width: 575px) {
  .cta img {
    height: 70px;
  }
}

@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);
  }
}
.navbar {
  max-height: 70px;
}
.navbar .navbar-nav .nav-link {
  color: #ffffff;
  font-family: "SFPRODISPLAYTHIN";
}

.section-start {
  padding-top: 70px;
}
@media screen and (max-width: 768px) {
  .section-start .content {
    position: relative;
    margin-top: -250px !important;
    z-index: 2;
  }
}
@media screen and (max-width: 575px) {
  .section-start .content .title {
    height: 200px;
    width: 100%;
  }
}
.section-start .content .redirect a span {
  font-family: "Calamitech";
  color: #ffffff;
  font-size: 2.4rem;
  line-height: 2.4rem;
}
.section-start .content .redirect a .star-icon {
  font-size: 1.8rem;
  display: none;
}
.section-start .content .redirect a:hover span {
  color: rgb(221, 5, 97);
}
.section-start .content .redirect a:hover .star-icon {
  display: block;
}
.section-start .content .videos {
  background: linear-gradient(270deg, rgba(221, 5, 97, 0) 0%, rgba(221, 5, 97, 0.5) 100%);
  border-radius: 15px;
}
@media screen and (max-width: 768px) {
  .section-start .content .videos {
    background: linear-gradient(360deg, rgba(221, 5, 97, 0) 0%, rgba(221, 5, 97, 0.5) 100%);
  }
}
.section-start .content .videos .video .video-thumbnail {
  position: relative;
  cursor: pointer;
  border: 3px solid transparent;
  border-radius: 13px;
}
.section-start .content .videos .video .video-thumbnail::before {
  content: " ";
  position: absolute;
  background-image: url("./public/icon-play.png?v1.0.0");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 30px;
  height: 30px;
  right: 5%;
  bottom: 5%;
}
@media screen and (max-width: 768px) {
  .section-start .content .videos .video .video-thumbnail::before {
    width: 50px;
    height: 50px;
  }
}
.section-start .content .videos .video .video-thumbnail img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}
@media screen and (max-width: 575px) {
  .section-start .content .videos .video .video-thumbnail img {
    height: 180px;
  }
}
.section-start .content .videos .video .video-thumbnail:hover {
  border: 3px solid rgb(221, 5, 97);
}
.section-start .slide {
  transform: scale(1.1);
}
@media screen and (max-width: 575px) {
  .section-start .slide {
    margin-top: -45px;
  }
}
.section-start .slide img {
  width: 100%;
}

#scrollToTopBtn {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: none; /* Hidden initially */
  background-color: rgb(221, 5, 97);
  color: #ffffff;
  border: none;
  border-radius: 50px;
  width: 60px;
  height: 60px;
  cursor: pointer;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  z-index: 3;
}

#scrollToTopBtn:hover {
  background-color: #031875;
}

.modal {
  background-color: rgba(0, 0, 0, 0.75);
}
.modal .modal-content {
  background: transparent;
}
@media screen and (max-width: 575px) {
  .modal .modal-content iframe {
    width: 100%;
  }
}

/* Active slide animation */
.swiper-slide-active {
  animation: zoom-in-left 0.5s ease-out forwards;
}

.swiper-pagination {
  position: absolute;
  width: 40px !important;
  height: 150px;
  top: 45% !important;
  right: 10px !important;
  z-index: 999;
  left: unset !important;
}
.swiper-pagination .swiper-pagination-bullet {
  width: 40px;
  height: 40px;
  border-radius: 0;
}
.swiper-pagination .swiper-pagination-bullet:first-child {
  background-image: url("./public/shape-triangle.png?v1.0.0");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-color: transparent;
}
.swiper-pagination .swiper-pagination-bullet:nth-of-type(2) {
  background-image: url("./public/shape-rectangle.png?v1.0.0");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-color: transparent;
}
.swiper-pagination .swiper-pagination-bullet:nth-of-type(3) {
  background-image: url("./public/shape-round.png?v1.0.0");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-color: transparent;
}

.zoom-out {
  animation: zoom-out 0.5s ease-out forwards;
}

.zoom-in-left {
  animation: zoom-in-left 0.5s ease-out forwards;
}

.zoom-in-right {
  animation: zoom-in-right 0.5s ease-out forwards;
}

.zoom-out-left {
  animation: zoom-out-left 0.5s ease-out forwards;
}

.zoom-out-right {
  animation: zoom-out-right 0.5s ease-out forwards;
}

@keyframes zoom-in-left {
  0% {
    transform: scale(1) translateX(100%) translateY(30%);
    opacity: 0;
  }
  100% {
    transform: scale(1) translateX(0) translateY(0);
    opacity: 1;
  }
}
@keyframes zoom-in-right {
  0% {
    transform: scale(1) translateX(-100%) translateY(30%);
    opacity: 0;
  }
  100% {
    transform: scale(1) translateX(0) translateY(0);
    opacity: 1;
  }
}
@keyframes zoom-out-left {
  0% {
    transform: scale(1) translateX(0) translateY(0);
    opacity: 1;
  }
  100% {
    transform: scale(1) translateX(100%) translateY(30%);
    opacity: 0;
  }
}
@keyframes zoom-out-right {
  0% {
    transform: scale(1) translateX(0) translateY(0);
    opacity: 1;
  }
  100% {
    transform: scale(1) translateX(-100%) translateY(30%);
    opacity: 0;
  }
}/*# sourceMappingURL=style.css.map */