body {
  /* background: linear-gradient(180deg, #0c1d14 30%, #020403 70%, #0c1d14 100%); */
  background: linear-gradient(180deg, #000000 28%, #000000 50%, #09110c 100%);

  /* background: url("../images/bg-body.jpg") no-repeat top center / cover; */
}

.radial-hero {
  background: radial-gradient(36% 40% at 40% 50%, #000000 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 right bottom / cover;
  /* -webkit-mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 1) 80%, rgba(0, 0, 0, 0) 100%); */
}

.bg-hero-pang-1 {
  background: url("../images/bg1.jpg") no-repeat bottom right / cover;
  /* -webkit-mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 1) 80%, rgba(0, 0, 0, 0) 100%); */

  background-attachment: fixed;
}

#hero-section {
  /* margin-top: 6rem; */
  padding: 8rem 0;
  /* height: calc(100vh + 0px); */
  height: 90vh;
}

.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: 90px;
  font-weight: 900;
  line-height: 90px;
  text-transform: uppercase;
}


.img-hero img {
  transform: translate(-40px, 0px) scale(1.2);
}

.menyilaukan {
  position: absolute;
}

.menyilaukan img {
  transform: translate(-40px, 90px) scale(2);
}

#hero-section ul li::marker {
  color: #F0C564;
  font-size: 26px;
}

#hero-section ul {
  list-style-type: disc;
  display: inline-block !important;
}

#hero-section ul li {
  margin: 10px 0;
  padding: 0;
}

#hero-section li::after {
  content: "";
  display: block;
  width: 100%;
  margin: 12px 0;
  border-bottom: 1px solid #fff;
}

#hero-section ul li span {
  color: var(--color-gray);
  font-weight: 300;
  font-size: 24px;
}

@media (min-width: 1440px) {

  #hero-section {
    height: 90vh;
  }

  #hero-section ul {
    margin-left: -32px;
  }

  #hero-section li::after {
    width: 60%;
  }

}

@media (max-width: 1440px) {
  #hero-section {
    height: 90vh;
    padding: 8rem 0 8rem;
  }

  .bg-hero-pang-1 {
    background: linear-gradient(to bottom, rgb(255 255 255 / 0%) 0% 10%, rgb(183 255 252 / 60%) 100%), url(../images/bg1.jpg) no-repeat bottom right / cover;
  }

  .img-hero img {
    /* transform: translate(0px, 0px) scale(1.5); */
  }

  #hero-section h1 {
    font-size: 90px;
    line-height: 90px;
  }
}

@media (max-width: 1399px) {
  .img-hero img {
    /* transform: translate(50px, 0px) scale(1.3); */
  }
}

@media (max-width: 1366px) {

  #hero-section {
    padding: 6rem 0;
  }

  #hero-section h1 {
    font-size: 85px;
    line-height: 85px;
  }

}

@media (max-width: 1200px) {
  #hero-section h1 {
    font-size: 75px;
    line-height: 75px;
  }

  .img-hero img {}

}

@media (max-width: 991px) {
  #hero-section {
    height: auto;
    padding: 8rem 0 8rem;
  }

  .bg-hero-pang {
    background: url("../images/bg-hero-991.jpg") no-repeat right bottom / cover;
  }

  .bg-hero-pang-1 {
    background: url(../images/bg1-991.jpg) no-repeat bottom center / cover, #e0ffef;
    background-attachment: fixed;
  }

  .img-hero img {
    transform: translate(0px, 0px) scale(1);
    max-height: 350px;
    width: auto;
  }

  .obj-hero {
    transform: translate(50%, -50%);
    right: 50%;
  }

  .text-hero {
    position: relative;
    z-index: 9;
  }

  .plus-height {
    /* height: 650px; */
  }

  #hero-section h1 {
    font-size: 7vw;
    line-height: 7vw;
  }

  #hero-section h1 span {
    font-size: 8vw;
    line-height: 8vw;
  }

  #hero-section h3 {
    font-size: 34px;
  }

  #hero-section ul li span {
    font-weight: 300;
  }

  .menyilaukan img {
    transform: translate(0px, 20px) scale(2);
  }
}

@media (max-width: 767px) {

  #hero-section {
    display: flex;
    align-items: center;
  }

  #hero-section h1 {
    font-size: 6vw;
    line-height: 6vw;
  }

  .text-long {
    font-size: 20px;
  }

  #hero-section h1 span {
    font-size: 10vw;
    line-height: 10vw;
  }

  .img-hero img {}

  .plus-height {
    /* height: 470px; */
  }


  #hero-section h3 {
    font-size: 24px;
  }

  p,
  li {
    font-size: 20px;
    line-height: 24px;
  }
}


@media (max-width: 480px) {
  .bg-hero-pang {
    background: url("../images/bg-hero-728.jpg") no-repeat right bottom / cover;
    -webkit-mask-image: none;
  }

  #hero-section {
    height: auto;
    padding: 4rem 0 0rem;
  }
}

@media (min-width: 1921px) {
  .bg-hero-pang {
    background: url("../images/bg-hero-2560.jpg") no-repeat right bottom / cover;
  }

  .bg-hero-pang-1 {
    background: url("../images/bg1-2560.jpg") no-repeat bottom right / cover;
    background-attachment: fixed;
    /* -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: 10rem 0 10rem;
    /* height: calc(100vh + 0); */
    height: 90vh;
  }
}

/* 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;
}

.ul-grand li {
  font-size: 32px;
  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;
  }
}

@media (max-width: 576px) {
  .img-award {
    background: url(../images/img3.png) no-repeat 78% 128% / 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%, #00FF88 -90%, rgba(6, 19, 45, 0) 90%);
  height: 1800px;
  opacity: 1;
  position: absolute;
  top: 0;
  width: 1800px;
  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.jpg) no-repeat center/100% 100%;
  border-radius: 50px;
  border: 4px solid #FFFF;
  box-shadow: 0 0 0 6px #418880;
  min-height: 460px;
}

.cardprize span {
  color: #06524C;
}

.cardprize img {
  transform: translate(10px, 0px);

}

@media (max-width: 767px) {


  .cardprize img {
    transform: scale(1) translate(-20, -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;
}

#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 15s linear infinite;
  display: flex;
  width: calc(350px * 12);
  filter: brightness(100);
}

.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 45s linear infinite;
  }
}


@-webkit-keyframes scroll {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(calc(-350px * 6));
  }
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(calc(-350px * 6));
  }
}

#speak-section h3 span {
  font-size: 24px;
}

/* Way Section */
#way {
  background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0) 80%, rgb(0 0 0) 100%), url(../images/bg-1.jpg) no-repeat center center / cover;
  mix-blend-mode: screen;
}

@media (max-width: 991px) {
  .way-njeng {
    margin-top: -80px;
  }
}

/* fun-facts Section */
#fun-facts {
  background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0) 80%, rgb(0 0 0) 100%), url(../images/bg-2.jpg) no-repeat center center / cover;
  mix-blend-mode: screen;
}

/* Speak Section */
.img-4 {
  transform: scale(1.5) translate(50px, -20px);
}

@media (max-width: 991px) {
  .img-4 {
    transform: scale(1) translateX(0px);
  }
}

@media (max-width: 767px) {
  #fun-facts {
    background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0) 80%, rgb(0 0 0) 100%);
  }
}


/* ad */
#prize-section {
  background: url(../images/bg2-1920.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right 7% bottom 0;
  background-attachment: fixed;
}

#why-section {
  background: url(../images/bg3-1920.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right bottom;
  background-attachment: fixed;
}

.why-list {
  max-width: 540px;
}

.bg-transparent-w {
  background: rgb(255 255 255 / 60%);
  ;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(14.3px);
  -webkit-backdrop-filter: blur(14.3px);
  border: 1px solid rgba(255, 255, 255, 0.74);
  border-top-width: 0;
  border-right-width: 2px;
  border-bottom-width: 0;
  border-left-width: 0;
  border-style: solid;
  border-color: #ffffff00;
}

.bg-transparent-w-1 {
  background: linear-gradient(#6ab5bb 0%, rgba(255, 255, 255, 0.48) 100%);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(14.3px);
  -webkit-backdrop-filter: blur(14.3px);
  border: 1px solid rgba(255, 255, 255, 0.74);
  border-top-width: 0;
  border-right-width: 2px;
  border-bottom-width: 0;
  border-left-width: 0;
  border-style: solid;
  border-color: #ffffff;
}

.list-eligible {
  border: 1px solid #02A29E;
  border-radius: 30px;
}


.bg-img-award {
  position: relative;
  padding: 20px 70px;
  border-radius: 32px;
  background:
    linear-gradient(90deg, #7D4C19 0%, #D9AE4D 50%, #7D4C19 100%) padding-box,
    linear-gradient(270deg, #FFA007 0%, #FFF7EA 50%, #FFA007 100%) border-box;
  border: 5px solid transparent;
  outline: 3px solid #523805;
  box-shadow: 0 0 0 15px #523805;
}

.bg-img-award::after {
  content: "";
  position: absolute;
  top: -10px;
  left: -10px;
  right: -10px;
  bottom: -10px;
  border: 2px dashed #ffffff;
  border-radius: 38px;
  pointer-events: none;
  background: transparent;
}

.duwek1 {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(-50%, -50%) rotate(20deg) scale(0.7);
  z-index: 9;

}

.duwek2 {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(50%, -50%) rotate(10deg) scale(0.7);
  z-index: 9;
}



body {
  background: #f1f9fb;
}

.bg-hero-pang {
  -webkit-mask-image: none !important;
}

.prize-card {
  padding: 20px;
  background: linear-gradient(83.36deg, #83DBC9 -89.18%, #1BAB6D 99.01%);
  border-radius: 20px;

}

#lucky-draw,
#winner-section {
  background:
    url("../images/bg-map.png"),
    linear-gradient(90deg, #83DBC9 -64.16%, #1BAB6E 100%);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;

}

.text-gradient-gb {
  background: linear-gradient(90deg, #0D9CEF 0%, #0DB04B 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;

}

#footer {
  background: linear-gradient(#333, #212121);
}

#footer .box-footer {
  background: none;
}


@media (min-width: 1921px) {
  #prize-section {
    background: url(../images/bg2-2560.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right bottom;
    background-attachment: fixed;
  }

  #why-section {
    background: url(../images/bg3-2560.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right bottom;
    background-attachment: fixed;
  }
}


@media (max-width: 991px) {
  .bg-transparent-w {
    border: none;
  }
}