/* Button Styles */
.btn-yellow {
  background: linear-gradient(180deg, #ffb800 0%, #ff8a00 100%);
  border: none;
  border-radius: 60px;
  padding: 16px 40px;
  color: #fff;
  font-weight: 700;
  font-size: 18px;
  text-transform: uppercase;
  text-decoration: none;
  box-shadow: 0px 4px 20px rgba(255, 136, 0, 0.4);
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.btn-yellow:hover {
  transform: translateY(-2px);
  box-shadow: 0px 6px 25px rgba(255, 136, 0, 0.6);
  color: #fff;
}

.btn-yellow:active {
  transform: translateY(1px);
  box-shadow: 0px 2px 10px rgba(255, 136, 0, 0.4);
}

.btn-transparent {
  background: transparent;
  border: 2px solid #fff;
  border-radius: 60px;
  padding: 14px 40px;
  color: #fff;
  font-weight: 700;
  font-size: 18px;
  text-transform: uppercase;
  text-decoration: none;
  margin-left: 20px;
  transition: all 0.3s ease;
}

.btn-transparent:hover {
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
}

/* Optional: Add glow effect */
.btn-yellow::before {
  content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(
    circle,
    rgba(255, 255, 255, 0.3) 0%,
    rgba(255, 255, 255, 0) 70%
  );
  transform: rotate(45deg);
  transition: all 0.3s ease;
  opacity: 0;
}

.btn-yellow:hover::before {
  opacity: 1;
}

.monster-1 {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: absolute;
  z-index: 1;
  right: -21%;
  bottom: 4%;
}

.monster-1 .monster-img {
  width: 45%;
  position: relative;
  bottom: -341px;
}

.monster-1 .monster-sarang-img {
  width: 66%;
}

@media (max-width: 1024px) {
  .monster-1 {
    right: -39%;
    bottom: 15%;
  }

  .monster-1 .monster-img {
    width: 26%;
    position: relative;
    bottom: -218px;
  }

  .monster-1 .monster-sarang-img {
    width: 42%;
  }
}

.sec-1-title-1 {
  margin-bottom: 10px;
}

.logo {
  transform: scale(1.8);
}

.wrap-sec-1-btn {
  display: flex;
  gap: 20px;
}

@media (max-width: 1199px) {
  .nav-item {
    padding: 0 10px;
  }
  .logo {
    transform: scale(1.4);
  }
}

@media (max-width: 1024px) {
  .wrap-sec-1-dec {
    margin-left: 0 !important;
  }

  .sec-1-dec {
    font-size: 0.9em;
    width: 80% !important;
  }

  .wrap-sec-1-btn > a {
    width: 200px;
  }

  .sec-1-btn {
    width: 100% !important;
  }

  .banner-title {
    margin: 0 !important;
  }

  .banner-btn {
    /* float: none !important; */
  }
}

@media (max-width: 991px) {
  .navbar {
    height: fit-content !important;
  }

  .big-logo {
    width: 300px;
    position: absolute;
    top: -47px;
  }

  .sec-1-dec {
    font-size: 0.7em;
    width: 80% !important;
    line-height: 22px;
  }
}

.banner-wrp {
  position: relative;
  overflow: hidden;
}

.sec2-img {
  width: 100%;
  margin: 0 auto;
  display: block;
}

.sec2-desc {
  color: #ffff;
  width: 64%;
  text-align: center;
  margin: 0 auto;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  margin-top: 11px;
}

.sec2-box {
  background-image: url("/images/sec2-box.svg");
  background-size: contain;
  background-position: center;
  padding: 56px;
  min-height: 378px;
  background-repeat: no-repeat;
  text-align: center;
}

.sec2-box h3 {
  color: #fcf3ad;
  text-align: center;
  font-size: 1.5em;
}

.sec2-box p {
  color: #fff;
  text-align: center;
  font-size: 0.7em;
  line-height: 16px;
}

.sec2-box img {
  width: 258px;
  height: 211px;
  object-fit: cover;
}

.sec3-container {
  display: flex;
  gap: 17px;
  margin-top: 65px;
}

.sec3-box {
  background-image: url(/images/sec3-box.svg);
  width: 319px;
  background-repeat: no-repeat;
  height: 251px;
  background-size: contain;
  padding: 28px;
  text-align: center;
}

.sec3-box img {
  width: 139px;
  height: 137px;
  object-fit: contain;
  position: relative;
  margin-top: -55px;
}

.sec3-title {
  font-size: 1.1em;
  font-weight: 600;
  color: #fff;
}

.sec3-description {
  color: #fff;
  font-size: 0.6em;
  width: 99%;
  margin: 0 auto;
  line-height: 14px;
}

.rewards-section {
  float: left;
  margin-top: 104px;
}

.rewards-title {
  color: #fff;
  font-size: 2.2em;
  font-weight: bold;
  margin-bottom: 19px;
  width: 400px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.rewards-list {
  max-width: 378px;
  /* margin: 0 auto; */
}

.reward-item {
  margin-bottom: 15px;
  text-align: left;
}

.reward-item h2 {
  color: #fff;
  font-size: 1.2em;
  margin-bottom: 10px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.reward-number {
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 50%;
  text-align: center;
  margin-right: 15px;
  border: 1px solid #ffff;
}

.reward-item p {
  font-size: 0.7em;
  line-height: 1.5;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.mobile-bg {
  height: 100vh;
}

.sec3-char {
  position: absolute;
  right: 0;
  width: 30%;
  z-index: -1;
}

.hero-enemy-slider {
  margin: 0 auto;
  width: fit-content;
}

.sec4-char {
  width: 90%;
  margin: 0 auto;
  display: block;
}

.sec4-char-mobile {
  display: none;
}

.sec6-char-mobile {
  display: none;
}

@media (max-width: 425px) {
  .banner-wrp:nth-child(4) {
    height: 79vh;
  }

  .sec6-char-mobile {
    display: block;
  }

  .sec4-char {
    display: none !important;
  }

  .sec4-char-mobile {
    display: block;
    width: 164%;
    position: absolute;
    bottom: -14px;
    z-index: 1;
    left: -122px;
  }

  .sec5-char-mobile {
    display: none !important;
  }

  .rewards-section {
    margin-top: 0 !important;
  }

  .rewards-section > img {
    width: 50%;
    margin: 0 auto;
    display: block;
  }

  .sec6-char {
    display: none !important;
  }

  .footer-links ul {
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }

  .footer-links ul li::before {
    display: none;
  }

  .footer-links ul li {
    padding: 0;
    margin-bottom: 10px;
  }

  .footer-newsletter {
    width: 100%;
    margin-left: auto;
    text-align: center;
    margin-bottom: 22px;
    margin-right: 0;
  }

  .footer-main {
    margin-top: -59px;
  }

  .hero-enemy-slider {
    margin: auto;
    width: auto;
  }

  .sec-1-dec {
    text-align: center !important;
    font-size: 0.6em;
    width: 100% !important;
    line-height: 22px;
    font-weight: 700 !important;
  }

  .sec-1-btn {
    width: 84% !important;
  }

  .wrap-sec-1-btn > div {
    display: block;
    width: 1540px;
    text-align: center;
  }

  .monster-1 .monster-img {
    width: 96%;
    position: relative;
    bottom: -381px;
    right: 100px;
    z-index: 1;
  }

  .monster-1 .monster-sarang-img {
    width: 111%;
    bottom: -94px;
    position: relative;
    right: 82px;
  }

  .sec2-img {
    width: 100%;
    margin: 0 auto;
    display: block;
  }

  .sec2-desc {
    color: #ffff;
    width: 89%;
    text-align: center;
    margin: 0 auto;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    margin-top: 11px;
    font-size: 0.8em;
    line-height: 15px;
  }

  .sec2-box {
    background-image: url(/images/sec2-box.svg);
    background-size: contain;
    background-position: center;
    padding: 0;
    min-height: 345px;
    background-repeat: no-repeat;
    width: 259px;
    text-align: center;
    margin: 0 auto;
  }

  .sec2-box img {
    width: fit-content;
    height: 205px;
    object-fit: cover;
    margin: 0 auto;
  }

  .sec2-box img.satu {
    left: -28px !important;
  }

  .sec2-box img.dua {
    left: -3px !important;
    top: 6px;
  }

  .sec2-box img.tiga {
    left: 0px !important;
    top: 10px;
    position: relative;
  }

  .sec2-box p {
    color: #fff;
    text-align: center;
    font-size: 0.7em;
    line-height: 16px;
    width: 85%;
    margin: 0 auto;
  }

  .sec3-char {
    position: absolute;
    right: 0;
    width: 74%;
    top: 128px;
    z-index: -1;
  }

  .mobile-features-slider {
    margin: auto;
    width: auto;
  }
}

/* Styling untuk dots/bulatan slider */
.slick-dots {
  display: flex !important;
  justify-content: center;
  list-style: none;
  padding: 0;
  margin: 0;
  gap: 10px;
}

.slick-dots li {
  margin: 0;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 15px;
  height: 15px;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: #b38c3d;
  /* Warna oranye/kuning seperti di gambar */
  border-radius: 50%;
  transition: all 0.3s ease;
}

/* Dot yang aktif lebih besar */
.slick-dots li.slick-active button {
  width: 29px;
  height: 29px;
  background: #f5a623;
  border: 4px solid #00dfa366;
  box-shadow: 0 0 5px rgba(255, 255, 255, 0.5);
}

/* Sembunyikan teks di dalam button */
.slick-dots li button:before {
  display: none;
}

.tirai {
  background-color: black;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  opacity: 0.6;
}
