@font-face {
  font-family: "Novelin";
  src: url("../fonts/Novelin-Thin.otf") format("opentype");
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: "Novelin";
  src: url("../fonts/Novelin-ThinItalic.otf") format("opentype");
  font-weight: 100;
  font-style: italic;
}

@font-face {
  font-family: "Novelin";
  src: url("../fonts/Novelin-Light.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "Novelin";
  src: url("../fonts/Novelin-LightItalic.otf") format("opentype");
  font-weight: 300;
  font-style: italic;
}

@font-face {
  font-family: "Novelin";
  src: url("../fonts/Novelin-Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Novelin";
  src: url("../fonts/Novelin-Italic.otf") format("opentype");
  font-weight: 400;
  font-style: italic;
}

@font-face {
  font-family: "Novelin";
  src: url("../fonts/Novelin-Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "Novelin";
  src: url("../fonts/Novelin-BoldItalic.otf") format("opentype");
  font-weight: 700;
  font-style: italic;
}

@font-face {
  font-family: "Novelin";
  src: url("../fonts/Novelin-Black.otf") format("opentype");
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: "Novelin";
  src: url("../fonts/Novelin-BlackItalic.otf") format("opentype");
  font-weight: 900;
  font-style: italic;
}

:root {
  --background-color: #181815;
  --gradient-color-1: #f5dc9f;
  --gradient-color-2: #181815;
  --white-color: #fff;
  --button-color-1: #c8c863;
  --background-color-2: #51504b;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

main {
  overflow-x: hidden;
  margin-top: 0 !important;
}

body {
  font-family: "Novelin", sans-serif;
  overflow-x: hidden;
  position: relative;
  color: var(--white-color);
  background-color: var(--background-color);
}

.section {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.section-title {
  text-transform: uppercase;
  font-size: 40px;
}

.section-description {
  font-weight: 400;
  font-size: 18px;
}

.section-note {
  font-weight: 300;
  font-size: 14px;
}

.section-name {
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 10px;
  color: #fff;
}

.section-name.introduce {
  text-transform: none;
}

.section-name::before,
.section-name::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 1em;
  background: #fff;
}

.gradient {
  position: absolute;
  border-radius: 50%;
  filter: blur(100px);
  z-index: 1;
}

/* HOME SECTION */
.home-section img {
  width: 100%;
}

/* HIGHLIGHT SECTION */
.highlight-section {
  margin-top: -4px;
  width: 100%;
  padding: 80px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  gap: 20px;
}

.highlight-gradient-1 {
  top: -300px;
  left: -150px;
  width: 600px;
  height: 600px;
  background: #fcecc3;
  opacity: 0.01;
}

.highlight-gradient-2 {
  top: -100px;
  left: 50%;
  transform: translateX(-50%);
  width: 400px;
  height: 400px;
  background: #fcecc3;
  opacity: 0.01;
}

.highlight-gradient-3 {
  top: -300px;
  right: -150px;
  width: 600px;
  height: 600px;
  background: #fcecc3;
  opacity: 0.01;
}

.lens-flare {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 2px;
  background: linear-gradient(to right, transparent, #fff, transparent);
  filter: blur(2px);
  z-index: 1;
}

.glow {
  position: absolute;
  top: -100px;
  left: -25%;
  width: 150%;
  height: 250px;
  background: radial-gradient(
    ellipse at center,
    var(--gradient-color-1) 0%,
    transparent 70%
  );
  filter: blur(15px);
  opacity: 0.5;
}

/* ABOUT */
.about-section {
  width: 100%;
  height: 950px;
  position: relative;
  /* background-image: url("/themes/default2019/img/giias-2025/background-fronx.png");
  background-size: cover;
  background-position: center 10%;
  background-repeat: no-repeat; */
  padding: 0 80px;
}

.about-bg {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: auto;
  transform-origin: center;
  will-change: transform;
  z-index: 1;
}

.about-bg img {
  height: 100%;
  width: auto;
  object-fit: cover;
  filter: drop-shadow(-50px 0 100px rgba(255, 228, 96, 0.4));
}

.about-gradient-2 {
  position: absolute;
  top: 10%;
  left: -200px;
  width: 400px;
  height: 400px;
  background: linear-gradient(130deg, #ecbb29 60%, #a0e43b 20%);
  opacity: 0.3;
  z-index: 0;
}

.about-gradient-3 {
  position: absolute;
  top: 70%;
  right: -50px;
  width: 100px;
  height: 100px;
  background: #ffff60;
  z-index: 2;
}

.about-gradient-4 {
  position: absolute;
  top: 45%;
  right: -50px;
  width: 100px;
  height: 100px;
  background: #ffff60;
  z-index: 2;
}

.about-content {
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  z-index: 10;
  position: relative;
  width: 45%;
}

.about-section .section-description {
  margin-top: 20px;
}

.discover-button {
  background-color: var(--background-color-2);
  margin-top: 60px;
  display: flex;
  align-items: center;
  border-radius: 20px;
  width: fit-content;
}

.discover-left {
  background-color: var(--button-color-1);
  color: white;
  padding: 20px 40px;
  font-size: 20px;
  font-weight: 500;
  border-radius: 20px;
  border: 2px solid var(--white-color);
  box-shadow: 0 0 20px 5px rgba(255, 255, 255, 0.7);
  text-decoration: none;
}

.discover-right {
  margin-left: -30px;
  height: 100%;
  display: flex;
  align-items: center;
  padding: 0 20px;
  gap: 10px;
  border-radius: 0 20px 20px 0;
}

.avatar-group {
  display: flex;
}

.avatar-group {
  display: flex;
  align-items: center;
}

.avatar {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  overflow: hidden;
  border: 4px solid var(--background-color-2);
  margin-left: -10px;
  background-color: #ccc;
}

.avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.avatar-group img:first-child {
  margin-left: 0;
}

.arrow {
  margin: 0 10px;
  text-decoration: none;
  color: var(--white-color);
}

.about-gradient-1 {
  position: absolute;
  bottom: -10px;
  left: -5%;
  width: 150%;
  height: 100px;
  background: linear-gradient(
    to top,
    rgba(24, 24, 21, 1) 0%,
    rgba(24, 24, 21, 0.9) 33%,
    transparent 100%
  );
  z-index: 1;
  filter: blur(5px);
  pointer-events: none;
}

/* INTRODUCE */
.introduce-section {
  width: 100%;
  height: auto;
  position: relative;
  padding: 40px;
  overflow: hidden;
}

.introduce-gradient-2 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 200px;
  background: linear-gradient(to top, rgba(24, 24, 21, 1) 0%, transparent 100%);
  z-index: 2 !important;
  /* filter: blur(5px); */
  pointer-events: none;
}

/* .introduce-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("/themes/default2019/img/giias-2025/city.png");
  background-size: cover;
  background-position: center 10%;
  background-repeat: no-repeat;
  filter: blur(3px);
  z-index: 1;
} */

.introduce-bg {
  position: absolute;
  inset: 0;
  background-image: url("/themes/default2019/img/giias-2025/city.png");
  background-size: cover;
  background-position: center 10%;
  background-repeat: no-repeat;
  filter: blur(3px);
  z-index: 1;
  will-change: transform;
}

.introduce-content {
  position: relative;
  z-index: 2;
  height: 100%;
  width: 100%;
  border-radius: 10px;
  border: 1px solid #ffffff1e;
  background: rgba(255, 255, 255, 0.02);
  backdrop-filter: blur(7px);
  -webkit-backdrop-filter: blur(5px);
  color: white;
  padding: 30px;
  overflow: hidden;
}

.introduce-box {
  display: flex;
  gap: 40px;
  align-items: start;
  justify-content: space-between;
}

.introduce-title {
  flex: 1;
  max-width: 50%;
}

.introduce-description {
  flex: 1;
  max-width: 50%;
}

.outer-box {
  position: relative;
  padding: 25px 0;
  padding-left: 50px;
  margin-top: 20px;
  border-radius: 20px;
  height: 100%;
  width: 95%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.inner-box {
  transform: skewX(-5deg);
  border-radius: 15px;
  padding: 30px;
  height: 100%;
  width: 100%;
  text-align: center;
  background-image: url("/themes/default2019/img/giias-2025/vitara.png");
  background-size: cover;
  background-position: center 10%;
  background-repeat: no-repeat;
  box-shadow: 0 0 10px 2px rgba(255, 255, 255, 0.7);
}

.outer-box img {
  width: 110%;
}

.line-1 {
  position: absolute;
  top: 0;
  right: -25px;
  width: 50%;
  height: 2px;
  background: var(--button-color-1);
  box-shadow: 0 0 10px 2px rgba(255, 255, 255, 0.7);
}

.line-2 {
  position: absolute;
  bottom: 0;
  left: 20px;
  width: 50%;
  height: 2px;
  background: var(--button-color-1);
  box-shadow: 0 0 10px 2px rgba(255, 255, 255, 0.7);
}

.introduce-gradient-1 {
  position: absolute;
  top: 0;
  left: 0;
  filter: blur(100px);
  width: 100%;
  height: 100px;
  background: var(--gradient-color-2);
  opacity: 1;
  z-index: 1;
}

/* DOORPRIZE */
.doorprize-section {
  position: relative;
  height: auto;
}

.doorprize-section img {
  width: 100%;
}

.doorprize-gradient-1 {
  position: absolute;
  bottom: -10px;
  left: -5%;
  width: 150%;
  height: 200px;
  background: linear-gradient(
    to top,
    rgba(29, 30, 25, 1) 0%,
    rgba(29, 30, 25, 0.5) 33%,
    rgba(29, 30, 25, 0.3) 66%,
    transparent 100%
  );
  z-index: 1;
  filter: blur(5px);
  pointer-events: none;
}

.doorprize-content {
  position: absolute;
  top: 10%;
  left: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}

.btn-doorprize {
  margin-top: 60px;
  background-color: var(--button-color-1);
  color: var(--background-color);
  padding: 20px 40px;
  font-size: 16px;
  font-weight: 500;
  border-radius: 50px;
  border: 1px solid var(--white-color);
  box-shadow: 0 0 20px 5px rgba(255, 255, 255, 0.7);
  text-decoration: none;
}

/* GUEST */

.guest-space {
  width: 100%;
  position: relative;
}

.guest-space-gradient {
  position: absolute;
  left: -25%;
  top: -50px;
  width: 150%;
  height: 150px;
  background: linear-gradient(
    to bottom,
    #424024 10%,
    #181815,
    transparent 100%
  );
  filter: blur(20px);
  z-index: 100;
}

.guest-section img {
  width: 100%;
}

/* GAMES */
.swiper-container {
  overflow: visible;
  position: relative;
}

.swiper {
  position: relative;
}

.swiper.games-swiper {
  height: 600px;
  width: 80%;
  padding-right: 100px;
}

.swiper-wrapper {
  height: 100%;
}

.swiper-pagination {
  position: absolute;
  top: 40% !important;
  right: 0 !important;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  gap: 12px;
  z-index: 10;
}

.swiper-pagination-bullet {
  width: 14px !important;
  height: 14px !important;
  background-color: #fff !important;
  border-radius: 50%;
  transition: all 0.3s ease;
}

.swiper-pagination-bullet-active {
  width: 14px !important;
  height: 20px !important;
  border-radius: 10px !important;
  background-color: #ffdc71 !important;
}

.swiper-arrows {
  position: absolute;
  top: 40%;
  right: 0;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.swiper-arrows button {
  background-color: #1f2327;
  color: white;
  border: none;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  font-size: 14px;
  cursor: pointer;
  transition: all 0.2s ease;
}

.swiper-arrows button:hover {
  background-color: #c8c863;
}

.background-bubble {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background-image: url("/themes/default2019/img/giias-2025/bubble.gif");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  mix-blend-mode: screen;
}

.games-content {
  position: relative;
  padding: 80px 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  z-index: 10;
}

.games-container {
  padding: 0 10%;
}

.games-box {
  display: flex;
  justify-content: space-between;
  column-gap: 100px;
}

.games-card {
  flex: 1;
  position: relative;
  overflow: hidden;
}

.games-card img {
  width: 100%;
}

button {
  font-family: "Novelin", sans-serif;
}

.games-card-content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 90%;
  height: 100%;
  padding-top: 250px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.games-card-title {
  font-size: 18px;
  flex: 1;
  margin-left: 20px;
}

.games-card-button {
  width: fit-content;
  background-color: var(--button-color-1);
  color: var(--background-color);
  padding: 10px 20px;
  font-size: 12px;
  font-weight: 500;
  margin-left: 40px;
  cursor: pointer;
  border-radius: 50px;
  border: 1px solid var(--white-color);
  box-shadow: 0 0 20px 5px rgba(255, 255, 255, 0.7);
  text-decoration: none;
}

.games-card-button i {
  transform: rotate(-45deg);
}

#games_splide {
  width: 95%;
  z-index: 10;
}

.games-space {
  width: 100%;
  height: 300px;
}

.custom-arrows {
  position: absolute;
  top: 50%;
  right: 5%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  gap: 10px;
  z-index: 10;
}

#games_splide .splide__slide {
  width: 100%;
}

#games_splide .splide__arrow {
  background-color: #1f2327;
  color: white;
  border: none;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  font-size: 14px;
  cursor: pointer;
  transition: all 0.2s ease;
}

#games_splide .splide__arrow:hover {
  background-color: #c8c863;
}

.games-gradient-1 {
  position: absolute;
  bottom: -80%;
  left: -25%;
  width: 150%;
  height: 100%;
  background: #ffdc71;
  filter: blur(100px);
  opacity: 0.3;
  z-index: 1;
}

.games-gradient-3 {
  position: absolute;
  bottom: -80%;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 100%;
  background: #ffff60;
  filter: blur(100px);
  opacity: 0.15;
  z-index: 3;
}

.games-gradient-4 {
  position: absolute;
  bottom: -10px;
  left: -5%;
  width: 150%;
  height: 100px;
  background: linear-gradient(to top, #181815, #3b3920, transparent);
  z-index: 5;
  filter: blur(5px);
  pointer-events: none;
}

.games-space-2 {
  width: 100%;
  position: relative;
}

.space-gradient {
  position: absolute;
  left: -25%;
  top: -50px;
  width: 150%;
  height: 160px;
  background: linear-gradient(
    to bottom,
    #424024 10%,
    #181815,
    transparent 100%
  );
  filter: blur(20px);
  z-index: 100;
}

.games-gradient-2 {
  position: absolute;
  bottom: -60%;
  left: 50%;
  transform: translateX(-50%);
  border: 1px solid #a7870785;
  width: 85%;
  height: 85%;
  background: var(--background-color);
  border-radius: 50%;
  z-index: 2;
}

/* LINEUP */
.lineup-section {
  width: 100%;
  height: auto;
  padding: 100px 0;
  background: #66614c;
  position: relative;
  overflow: hidden;
  background-image: url("/themes/default2019/img/giias-2025/background-lineup.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.lineup-content {
  padding: 20px 80px;
}

#lineup__slide {
  z-index: 5;
  width: 90%;
  padding-left: 10%;
  padding-top: 80px;
}

#lineup__slide .splide__slide {
  text-align: center;
  padding: 20px;
  width: 200px;
}

.car-content {
  background-color: #89898965;
  height: 100%;
  padding: 20px 0;
  border-radius: 20px;
}

#lineup__slide .splide__slide img {
  width: 250px;
  height: auto;
  object-fit: contain;
}

.car-title {
  margin-bottom: 60px;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.5);
}

#lineup__slide .splide__slide {
  padding-bottom: 60px;
}

#lineup__slide .splide__pagination {
  display: flex;
  padding-left: 10%;
  justify-content: center;
  gap: 12px;
}

#lineup__slide .splide__pagination__page {
  width: 10px;
  height: 10px;
  background-color: #fff !important;
  border-radius: 50%;
  background: transparent;
  opacity: 0.5;
  transition: all 0.3s ease;
}

#lineup__slide .splide__pagination__page.is-active {
  background-color: #f0ec73 !important;
  opacity: 1;
  width: 20px;
  border-radius: 20px;
  transform: scale(1.2);
}

#lineup__slide .splide__arrow {
  display: none !important;
}

/* FOOTER */
.footer-section {
  width: 100%;
  padding: 20px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.footer-text {
  color: #fff;
  font-weight: 400;
  font-size: 16px;
}

.popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 1000;
}

.popup-overlay.active {
  display: flex;
}

.popup-box {
  background: #898989;
  padding: 30px;
  border-radius: 10px;
  width: 80%;
  height: 80%;
  position: relative;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
}

.close-popup {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 20px;
  color: #fff;
  cursor: pointer;
}

.popup-content {
  overflow-y: auto;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.popup-title {
  font-size: 40px;
  margin-bottom: 20px;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
}

.play-content {
  width: 100%;
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: space-around;
  gap: 20px;
}

.play-content-2 {
  width: 100%;
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
}

.play-content-2 ul li {
  font-size: 20px;
  margin: 20px 10px;
}

.play-item {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  justify-content: center;
}

.play-item img {
  width: 100%;
  height: auto;
  max-width: 200px;
  border-radius: 10px;
}

.play-item p {
  font-size: 18px;
  color: #fff;
  text-align: center;
}

/* Animasi salju SVG */
.wrapper-content-snowfall .snowfall circle,
.wrapper-content-snowfall .snowfall path {
  animation-name: snowfall;
  animation-duration: 10s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  opacity: 0;
}

/* Memberikan delay berbeda untuk setiap elemen */
.wrapper-content-snowfall .snowfall circle:nth-child(odd),
.wrapper-content-snowfall .snowfall path:nth-child(odd) {
  animation-delay: 1s;
}

.wrapper-content-snowfall .snowfall circle:nth-child(even),
.wrapper-content-snowfall .snowfall path:nth-child(even) {
  animation-delay: 3s;
}

.wrapper-content-snowfall .snowfall circle:nth-child(3n),
.wrapper-content-snowfall .snowfall path:nth-child(3n) {
  animation-delay: 5s;
}

.wrapper-content-snowfall .snowfall circle:nth-child(5n),
.wrapper-content-snowfall .snowfall path:nth-child(5n) {
  animation-delay: 7s;
}

@keyframes snowfall {
  0% {
    transform: translateY(-30px) translateX(-10px);
    opacity: 0;
  }

  20% {
    opacity: 1;
  }

  80% {
    opacity: 0.8;
  }

  100% {
    transform: translateY(500px) translateX(10px);
    opacity: 0;
  }
}

/* RESPONSIVE */
@media screen and (max-width: 1460px) {
}

@media screen and (max-width: 1367px) {
  .outer-box {
    height: 75%;
  }

  .games-card-content {
    padding-top: 200px;
  }
}

@media screen and (max-width: 1240px) {
}

@media screen and (max-width: 1150) {
}
