body {
  /* background: linear-gradient(180deg, #0c1d14 30%, #020403 70%, #0c1d14 100%); */
  background: linear-gradient(180deg, rgb(194 207 213) 0%, rgba(225, 225, 225, 1) 38%, rgba(225, 225, 225, 1) 65%, rgba(217, 255, 245, 1) 100%);
}

.radial-hero {
  background: radial-gradient(26% 40% at 40% 50%, #8EE2D3 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-v2.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: 12rem 0;
  /* height: calc(100vh + 0px); */
  height: auto;
}

.obj-hero {
  transform: translate(-25%, 130px) scale(0.8);
  right: -50%;
}

#hero-section h1 {
  font-size: 58px;
  line-height: 66px;
  font-weight: 700;
  /* text-shadow: 0 0 3px #ffc700, 0 0 12px #ffc700; */
}

#hero-section h1 span {
  font-size: 52px;
  line-height: 70px;
  font-weight: 400;
}

.img-hero img {
  transform: translate(-30px, 32px) scale(1.1);
  position: relative;
  /* transform: translate(-420px, -80px) scale(1.0);
  position: absolute; */
  z-index: -1;
}

.img-hero .laplap {
  /* transform: translate(-90px, 80px) scale(2);
  position: relative; */
  transform: translate(-470px, -120px) scale(1.0);
  position: absolute;
  z-index: -1;
}

.ico-text-hero {
  max-width: 120px;
}

#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(-100px, 80px) scale(2.0); */
  }

  .obj-hero {
    transform: translate(-27%, 60px) scale(0.8);
    right: -50%;
  }
}

@media (min-width: 1440px) {

  #hero-section {
    height: 100vh;
  }



}

@media (max-width: 1440px) {
  #hero-section h1 {
    font-size: 60px;
    line-height: 54px;
  }

  #hero-section h1 span {
    font-size: 48px;
    line-height: 48px;
  }

  .img-hero img {
    /* transform: translate(-120px, 80px) scale(1.8); */
  }
}

@media (max-width: 1366px) {
  #hero-section h1 {
    font-size: 56px;
    line-height: 56px;
  }

  .img-hero img {
    /* transform: translate(20px, 70px) scale(2.6); */
  }

}

@media (max-width: 1200px) {
  #hero-section h1 {
    font-size: 48px;
    line-height: 46px;
  }

  #hero-section h1 span {
    font-size: 40px;
    line-height: 40px;
  }

  .ico-text-hero {
    max-width: 98px;
  }

  .img-hero img {
    /* transform: translate(-100px, 80px) scale(1.8); */
  }

  .img-hero .laplap {
    transform: translate(-380px, -120px) scale(1.0);
  }
}

@media (max-width: 991px) {
  #hero-section {
    height: auto;
    padding: 8rem 0;
  }

  .bg-hero-pang {
    background: url("../images/bg-hero-991-v2.jpg") no-repeat center bottom / cover;
  }

  .img-hero img {
    max-width: 600px;
    width: 100%;
    /* transform: translate(-80px, -10px) scale(1.2); */
    transform: translate(0px, 32px) scale(1);
  }

  .img-hero .laplap {
    left: 50%;
    transform: translate(-69%, -10px) scale(1.2);
  }

  .obj-hero {
    transform: translate(50%, -50%);
    right: 50%;
  }

  .text-hero {
    position: relative;
    z-index: 9;
  }

  .plus-height {
    height: 650px;
  }

  #hero-section h1 {
    font-size: 9vw;
    line-height: 8vw;
  }

  #hero-section h1 span {
    font-size: 8vw;
    line-height: 8vw;
  }

  .ico-text-hero {
    /* max-width: 12vw; */
    display: none;
  }

  #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;
  }



  .img-hero img {
    /* transform: translate(-10%, 10%) scale(1.2); */
  }

  .plus-height {
    padding: 30px 0px;
  }


  #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-v2.jpg") no-repeat center bottom / cover;
  }

  #hero-section {
    height: auto;
    padding: 4rem 0;
  }

  #hero-section h1 {
    font-size: 8vw;
    line-height: 8vw;
  }

  #hero-section h1 span {
    font-size: 10vw;
    line-height: 10vw;
  }

  .ico-text-hero {
    max-width: 14vw;
  }
}

@media (min-width: 1921px) {
  .bg-hero-pang {
    background: url("../images/bg-hero-2560-v2.jpg") no-repeat left 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 {
  border-radius: 20px;
}

.bg-award {
  top: 0;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%) scale(1.8);
}

.bg-award img {
  width: 100%;
}

#award-section ul li::marker {
  color: var(--color-green);
  font-size: 16px;
}

#award-section ul {
  list-style-type: "▶ ";
  display: inline-block !important;
  padding-left: 16px;
}

#award-section ul li span {
  color: #000;
  font-size: 18px;
  font-weight: normal;
}


@media (max-width: 1199px) {
  .img-award {
    background: url(../images/img3.png) no-repeat right -160px bottom 40%/760px;
    border-radius: 0 20px 20px 0;
  }
}

@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% / 250px;
  }


  .award-height {
    height: 400px;
  }

  .stamp-height {
    height: 360px;
  }
}

@media (max-width: 768px) {
  .img-stamp-mobile {
    width: 250px;
    margin: 0 auto;
  }

  .br-top-award {
    display: none;
  }

  #award-section ul li span {
    line-height: 30px;
    font-weight: 300;
  }
}

@media (max-width: 576px) {
  .img-award {
    background: url(../images/img3.png) no-repeat 62% 100% / 600px;
  }
}

@media (min-width: 1921px) {
  .bg-award {
    transform: translate(-50%, -40%) scale(1.8);
  }
}

/* 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%, #2CA057 -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;
  }
}

/* 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);
  }
}

.opacity-animation {
  animation: mymove 2s infinite;
}

@keyframes mymove {
  50% {
    opacity: 0;
  }
}

/* New Style */
.card-white {
  background: #ffffff82;
  border: 4px solid #fff;
  width: 100%;
}

.schedule-date::before {
  background: url(../images/calendar-frame.png);
}

.schedule-date::after {
  background: url(../images/calendar-frame.png);
}

#header .cta-header-cust {
  font-size: 18px;
  background: #000;
  color: #fff;
}

#header .tg-sticky-menu .cta-header-cust {
  font-size: 18px;
  background: #fff;
  color: #000;
}

@media (max-width: 991px) {
  #header .cta-header-cust {
    font-size: 14px;
    background: #fff;
    color: #000;
  }

  #header .tg-sticky-menu .cta-header-cust {
    font-size: 14px;
  }
}

@media (max-width: 400px) {
  #header-tanpa-berger .language span {
    display: none;
  }

  .bahasa {
    justify-content: flex-end;
  }
}