body {
  background: linear-gradient(180deg, rgb(10, 10, 7) 0%, rgb(0 0 0) 50%, rgb(36 2 2) 77%, rgb(0 0 0) 100%);
}

.radial-hero {
  background: radial-gradient(36% 40% at 40% 50%, #1e0d05 0%, rgba(6, 19, 45, 0) 90%);
  height: 2000px;
  opacity: 1;
  position: absolute;
  top: -32vh;
  width: 5900px;
  z-index: 1;
}


/* .bg-hero-pang {
  background: url("../images/bg-hero-1920.jpg") no-repeat center center / cover;
  -webkit-mask-image: -webkit-gradient(linear, left 80%, left bottom, from(rgba(0, 0, 0, 1)), to(rgba(0, 0, 0, 0)));
} */
.bg-hero-pang {
  background: url("../images/bg-hero-1920.jpg") no-repeat center center / cover;
  -webkit-mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 1) 80%, rgba(0, 0, 0, 0) 100%);
}


#hero-section {
  /* margin-top: 6rem; */
  padding: 7rem 0 14rem;
  /* height: calc(100vh + 0px); */
  height: auto;
}

.obj-hero {
  /* transform: translate(81%, -50%); */
  right: 50%;
  animation-name: spin;
  animation-duration: 300s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

#hero-section h1 {
  font-size: 96px;
  font-weight: 700;
  line-height: 96px;
}

/* #hero-section h1 span {
  font-size: 38px;
  line-height: 38px;
} */

.img-hero img {
  transform: translate(-30px, 70px) scale(1.16);
}


#hero-section ul li::marker {
  color: var(--color-green);
  font-size: 16px;
}

#hero-section ul {
  list-style-type: "▶   ";
  display: inline-block !important;
}

#hero-section ul li {
  margin: 10px 0;
}

#hero-section ul li span {
  color: var(--color-gray);
  font-weight: 300;
  font-size: 24px;
}

@media (min-width: 1920px) {

  .img-hero img {
    transform: translate(-140px, 70px) scale(1.36);
  }

}

@media (min-width: 1440px) {

  #hero-section {
    /* height: 100vh; */
  }

}

@media (max-width: 1440px) {


  #hero-section {
    height: auto;
  }

  #hero-section h1 {
    font-size: 94px;
    line-height: 94px;
  }

  #hero-section {
    padding: 4rem 0 9rem;
  }

  .img-hero img {
    transform: translate(-40px, 70px) scale(1.1);
  }
}

@media (max-width: 1366px) {
  #hero-section h1 {
    font-size: 84px;
    line-height: 84px;
  }

  .img-hero img {
    transform: translate(-20px, 70px) scale(1.1);
  }
}

@media (max-width: 1200px) {
  #hero-section h1 {
    font-size: 76px;
    line-height: 76px;
  }

  .img-hero img {
    transform: translate(-20px, 70px) scale(1.1);
  }

}

@media (max-width: 991px) {
  #hero-section {
    height: auto;
    padding: 8rem 0 12rem;
  }

  .bg-hero-pang {
    background: url("../images/bg-hero-991.jpg") no-repeat center bottom / cover;
  }

  .img-hero img {
    transform: translate(0px, 0px) scale(1);
    max-width: 600px;
    width: 100%;
  }

  .obj-hero {
    transform: translate(50%, -50%);
    right: 50%;
  }

  .text-hero {
    position: relative;
    z-index: 9;
  }

  .plus-height {
    /* height: 650px; */
  }

  #hero-section h1 {
    font-size: 8vw;
    line-height: 8vw;
  }

  /* #hero-section h1 span {
    font-size: 5vw;
    line-height: 5vw;
  } */

  #hero-section h3 {
    font-size: 34px;
  }

  #hero-section ul li span {
    font-weight: 300;
  }
}

@media (max-width: 767px) {

  #hero-section {
    display: flex;
    align-items: center;
    padding: 8rem 0 8rem;
  }

  #hero-section h1 {
    /* font-size: 12vw;
    line-height: 11vw; */
  }

  /* #hero-section h1 span {
    font-size: 5vw;
    line-height: 5vw;
  } */

  .img-hero img {}

  .plus-height {
    /* height: 470px; */
  }


  #hero-section h3 {
    font-size: 24px;
  }

  p,
  li {
    font-size: 18px;
    line-height: 20px;
  }
}


@media (max-width: 480px) {
  .bg-hero-pang {
    background: url("../images/bg-hero-728.jpg") no-repeat center bottom / cover;
  }

  #hero-section {
    height: auto;
    padding: 4rem 0 8rem;
  }
}

@media (min-width: 1921px) {
  .bg-hero-pang {
    background: url("../images/bg-hero-2560.jpg") no-repeat center center / cover;
  }

  #hero-section {
    /* margin-top: 6rem; */
    padding: 10rem 0 16rem;
    /* height: calc(100vh + 0); */
    height: auto;
  }
}

/* participate-section */
#participate-section {
  /* margin-top: -14rem; */
}

.participate-list li {
  line-height: 40px;
  font-size: 28px;
}

.participate-list li::marker {
  color: #20B26C;
  font-weight: bold;
}

/* Check Section */
.img-star {
  background: url(../images/img6.png) no-repeat right 8% bottom 30% / 630px;
  border-radius: 0 20px 20px 0;
  height: 520px;
}

.star-height {
  height: 220px;
}

.radial-3 {
  background: radial-gradient(34.98% 34.98% at 40% 50%,
      #ffbe0a -90%,
      rgba(6, 19, 45, 0) 90%);
  height: 2000px;
  opacity: 1;
  position: absolute;
  top: 0;
  width: 1900px;
  z-index: 1;
}

.progress-list li {
  line-height: 40px;
  font-size: 28px;
}

.progress-list li::marker {
  color: #20B26C;
}

@media (max-width: 992px) {
  .img-star {
    background: url(../images/img6.png) no-repeat bottom 20% center/ 76%;

    height: auto;
  }

  .star-height {
    height: 400px;
  }

  .stamp-height {
    height: 360px;
  }
}

@media (max-width: 768px) {
  .img-stamp-mobile {
    width: 250px;
    margin: 0 auto;
  }

  .br-top-award {
    display: none;
  }

  .progress-list li {
    font-size: 20px;
  }
}

@media (max-width: 576px) {
  .img-star {
    background: url(../images/img6.png) no-repeat center 90% / 350px;
  }

  .star-height {
    height: 250px;
  }
}


/* tnc section */
.tnc-list {
  width: fit-content;
  margin: 0 auto;
}

.tnc-list li {
  line-height: 40px;
}

.tnc-list li::marker {
  color: #20B26C;
}

/* about-section */
#about-section {
  margin-top: -14rem;
}

/* award section */
.card-award {
  background: url(../../../globalassets/images/card2.png) no-repeat center/cover;
  border-radius: 20px;
}

.img-award {
  background: url(../images/img3.png) no-repeat right -20% bottom 40%/820px;
  border-radius: 20px;
}

.img-stamp-award {
  background: url(../images/img4.png) no-repeat 86% 40%/250px;
  border-radius: 0 20px 20px 0;
}

.bg-award {
  top: 0;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%) scale(1.8) rotate(-6deg);
}

.bg-award img {
  width: 100%;
}

#award-section .rb-l {
  background: radial-gradient(34.98% 34.98% at 40% 50%,
      #20B26C -90%,
      rgba(6, 19, 45, 0) 90%);
  height: 2200px;
  opacity: 1;
  top: 0;
  left: 0;
  transform: translate(-48%, -36%) scale(1.2);
  width: 2200px;
  z-index: -1;
}

#award-section li {
  font-size: 20px;
  line-height: 50px;
}

@media (max-width: 1440px) {
  #award-section li {
    font-size: 18px;
    line-height: 50px;
  }
}

@media (max-width: 1199px) {
  .img-award {
    background: url(../images/img3.png) no-repeat right -160px bottom 40%/760px;
    border-radius: 20px;
  }

  .ul-grand li {
    font-size: 24px;
    line-height: normal;
  }
}

@media (max-width: 992px) {
  .img-award {
    background: url(../images/img3.png) no-repeat bottom right/ contain;
  }

  .img-stamp-award {
    background: url(../images/img4.png) no-repeat 44% 10% / 200px;
  }

  .award-height {
    height: 400px;
  }

  .stamp-height {
    height: 310px;
  }

  .img-5 {
    max-width: 250px;
  }
}

@media (max-width: 768px) {
  .img-stamp-mobile {
    width: 250px;
    margin: 0 auto;
  }

  .br-top-award {
    display: none;
  }

  #award-section li {
    font-size: 18px;
    line-height: 40px;
  }
}

@media (max-width: 576px) {
  .img-award {
    background: url(../images/img3.png) no-repeat right 16% bottom -30px / 670px;
  }
}

/* Qualify-section */
.rb-l {
  background: radial-gradient(34.98% 34.98% at 40% 50%,
      #20b237 -90%,
      rgba(6, 19, 45, 0) 90%);
  height: 2000px;
  opacity: 1;
  top: 0;
  left: 0;
  width: 1900px;
  z-index: -1;
  transform: translate(-44%, -24%);
}

.img-check {
  max-width: 260px;
}

/* Check Section */
.radial {
  background: radial-gradient(34.98% 34.98% at 40% 50%, #321214 -20%, rgba(6, 19, 45, 0) 90%);
  height: 1800px;
  opacity: 1;
  position: absolute;
  top: 0;
  width: 1800px;
  z-index: 1;
}

.radial2 {
  background: radial-gradient(34.98% 34.98% at 33% 36%, #321214 -80%, rgba(6, 19, 45, 0) 90%);
  height: 1900px;
  opacity: 1;
  position: absolute;
  top: 0;
  width: 1900px;
  z-index: 1;
}

@media (max-width: 992px) {}

@media (max-width: 768px) {
  .br-top-award {
    display: none;
  }
}


/* Review Section */
.review-card {
  background: linear-gradient(180deg, rgba(51, 51, 51, 1) 0%, rgba(33, 33, 33, 1) 100%);
  border-radius: 24px;
  height: 100%;
}

.review-card img {
  height: fit-content;
}

.bi::before,
[class^="bi-"]::before,
[class*=" bi-"]::before {
  color: #FFC700;
  font-size: 16px;
}

/* Winner Section */
.list-item li {
  margin-bottom: 14px;
}


/* Card Prizes */
.fourcard .card-col-3 {
  max-width: 280px !important;
}

.cardprize {
  background: url(../images/card-prize.png) no-repeat center/100% 100%;
  border-radius: 20px;
}


.cardprize img {
  transform: translateY(-12px);
}

@media (max-width: 767px) {


  .cardprize img {
    transform: scale(1) translateY(-12px);
  }
}

@media (max-width: 1366px) {
  .fourcard .card-col-3 {
    max-width: 240px !important;
  }
}



.img-spin {
  position: absolute;
  animation: spin-lotre 10s linear infinite;
}

.img-spin-prize {
  position: relative;
  z-index: 99;
}


@keyframes spin-lotre {
  0% {
    transform: translate(-50%, -80%) rotate(0deg);
  }

  100% {
    transform: translate(-50%, -80%) rotate(360deg);
  }
}

.bootstrap-select .dropdown-toggle .filter-option-inner-inner {
  font-size: 22px;
}

#award-section ul {
  list-style-type: "▶ ";
  display: inline-block !important;
  padding-left: 18px;
}

#award-section ul li::marker {
  color: var(--color-green);
  font-size: 16px;
}

#award-section ul li {
  padding-left: 10px;
  line-height: 40px;
}



.btn-box input[type="checkbox"]:checked+label {
  background-color: #007bff;
  color: #fff;
}

.btn-box input[type="checkbox"] {
  display: none;
}

.btn-box label {
  display: inline-block;
  padding: 10px 20px;
  margin: 5px;
  border: 1px solid #359758;
  border-radius: 5px;
  background-color: #ffffff00;
  color: #47af6a;
  cursor: pointer;
  transition: background-color 0.3s, color 0.3s;
}

.btn-box label:active,
.btn-box label:hover {
  background-color: #20b26c;
  color: #fff;
}

.btn-box input[type="checkbox"]:checked+label {
  background-color: #20b26c;
  color: #fff;
}

.selectpicker {
  color: #000000 !important;
  background: transparent;
  border-bottom: 2px solid black;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  border-radius: 0;
  padding: 0;
  margin-top: 10px;
  width: 100%;
  text-align: start;
  font-size: 22px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  text-wrap: wrap;
}

.selectpicker:hover,
.selectpicker:first-child:active,
.selectpicker.show {
  background-color: #00000026;
  border-color: #000000;
}



/* .dropdown-menu.show {
  width: 100%;
  position: absolute;
  inset: 0px auto auto 0px;
  margin: 0px;
  transform: translate(0px, 37px);
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 20px 10px;
  background: #f7f7f7ab;
  backdrop-filter: blur(11px);
}

.dropdown-toggle::after {
  display: p;
} */

.form-check-input:checked {
  background-color: #20b26c;
  border-color: #20b26c;
}

.form-check-input[type=checkbox] {
  width: 16px;
  height: 16px;
}

@media (max-width: 991px) {
  .dropdown-menu {
    display: none;
  }
}

.radio-btn-style input[type="radio"],
.radio-btn-style-mobile input[type="radio"] {
  display: none;
  /* Sembunyikan radio button asli */
}

.radio-btn-style label,
.radio-btn-style-mobile label {
  display: inline-block;
  padding: 0.5rem 1rem;
  font-size: 1rem;
  font-weight: 500;
  color: #47af6a;
  background-color: #ffffff00;
  border: 1px solid #47af6a;
  border-radius: 0.375rem;
  cursor: pointer;
  margin-right: 0.5rem;
  transition: background-color 0.2s, color 0.2s, border-color 0.2s;
}

.radio-btn-style input[type="radio"]:checked+label,
.radio-btn-style-mobile input[type="radio"]:checked+label {
  background-color: #47af6a;
  color: white;
  border-color: #47af6a;
}

.radio-btn-style label:hover,
.radio-btn-style-mobile label:hover {
  background-color: #47af6a;
  border-color: #47af6a;
  color: white;
}

.form-select,
.form-select:focus {
  border: none;
  border-bottom: 2px solid #000;
  border-radius: 0;
  background-color: transparent;
  box-shadow: none;
  font-size: 20px;
  color: #000000;
}

.td-cust-1 {
  max-width: 614px;
}

#table-hj .table-body td {
  padding: 30px 20px;
}

.schedule {
  background: linear-gradient(90deg, rgba(81, 81, 81, 1) 0%, rgba(70, 70, 70, 1) 100%);
  padding: 20px;
  width: fit-content;
  border-radius: 20px;
}

#join-section ul li::marker {
  color: var(--color-green);
  font-size: 16px;
}

#join-section ul {
  list-style-type: "▶ ";
  display: inline-block !important;
}






.radio-style [type="radio"]:checked,
.radio-style [type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px;
}

.radio-style [type="radio"]:checked+label,
.radio-style [type="radio"]:not(:checked)+label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
}

.radio-style [type="radio"]:checked+label:before,
.radio-style [type="radio"]:not(:checked)+label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 22px;
  height: 22px;
  border: 1px solid #ddd;
  border-radius: 100%;
  background: #fff;
}

.radio-style [type="radio"]:checked+label:after,
.radio-style [type="radio"]:not(:checked)+label:after {
  content: '';
  width: 14px;
  height: 14px;
  background: #1ba5f5;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 4px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.radio-style [type="radio"]:not(:checked)+label:after {
  opacity: 0;
  -webkit-transform: scale(0) translateY(-50%);
  transform: scale(0) translateY(-50%);
}

.radio-style [type="radio"]:checked+label:after {
  opacity: 1;
  -webkit-transform: scale(1) translateY(-50%);
  transform: scale(1) translateY(-50%);
}


/* Sponsor Style */
.slider {
  background: transparent;
  height: auto;
  overflow: hidden;
  margin: auto;
  position: relative;
  width: 100%;
}

/* .slider::before,
.slider::after {
  background: transparent;
  content: "";
  height: 100px;
  position: absolute;
  width: 200px;
  z-index: 2;
} */

.slider::after {
  right: 0;
  top: 0;
  transform: rotateZ(180deg);
}

.slider::before {
  left: 0;
  top: 0;
}

.slider .slide-track {
  -webkit-animation: scroll 40s linear infinite;
  animation: scroll 40s linear infinite;
  display: flex;
  width: calc(350px * 28);
}

.slider .slide {
  height: auto;
  width: 350px;
}

.slider .slide img {
  height: auto;
  width: 350px;
}

@media screen and (max-width: 720px) {
  .slider .slide {
    width: 150px;
  }

  .slider .slide img {
    width: 150px;
  }

  .slider .slide-track {
    -webkit-animation: scroll 100s linear infinite;
    animation: scroll 100s linear infinite;
  }
}


@-webkit-keyframes scroll {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(calc(-350px * 14));
  }
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(calc(-350px * 14));
  }
}




/* Background Section Image*/
.img-lap-lap{
  position: absolute;
  transform: scale(4) translate(10px, 30px) !important;
  animation: motion-opacity 3s infinite;
}
@keyframes motion-opacity {
  50% {opacity: 0;}
}

@media screen and (max-width: 991px) {
  .img-lap-lap{
    transform:scale(4) translate(0px, -20px) !important;
  }
}
