body {
  /* background: linear-gradient(180deg, #0c1d14 30%, #020403 70%, #0c1d14 100%); */
  background: linear-gradient(180deg, #002115 28%, #000000 50%, #09110c 100%);
}

.radial-hero {
  background: radial-gradient(26% 40% at 40% 50%, #1affea 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; */
  background: linear-gradient(180deg, rgba(2, 20, 3, 1) 0%, rgba(12, 71, 49, 1) 100%);
  -webkit-mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 1) 80%, rgba(0, 0, 0, 0) 100%);
}


#hero-section {
  background: url("../images/2560x1080-awan.png") no-repeat center center / cover;

  /* margin-top: 6rem; */
  padding: 16rem 0 16rem;
  /* 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: 88px;
  line-height: 88px;
  font-weight: 700;
}

#hero-section h1 span {
  font-size: 48px;
  line-height: 48px;
}


.text-hero{
  transform: translateY(-40px);
}
.img-hero img {
  /* transform: translate(60px, 0px) scale(1.4); */
  position: absolute;
  right: 50%;
  bottom: 0;
  transform: translate(18%, 64%) scale(2);
}

.img-hero-spin {
  transform: translate(200%, 160%) scale(2.8)
}

.img-hero-spin img {
  bottom: 180px;
  width: 100%;
  max-width: 400px;
  animation: spin-lotre 100s linear infinite;
}




.img-hero-w-100 {
  position: absolute;
  width: 100%;
  height: 100vh;
}

.img-hero-w-100 img {
  max-width: 2560px;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, -3%);
  -webkit-mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 1) 95%, rgba(0, 0, 0, 0) 100%);
}

#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: 1440px) {
  #hero-section {
    height: 100vh;
  }

}

@media (max-width: 1440px) {
  .img-hero img {
    /* transform: translate(0px, 0px) scale(1.5); */
  }

  .img-hero-w-100 img {
    max-width: 160%;
  }

  #hero-section h1 {
    font-size: 78px;
    line-height: 78px;
  }
}

@media (max-width: 1366px) {
  #hero-section h1 {
    /* font-size: 50px; */
  }

}

@media (max-width: 1200px) {
  #hero-section h1 {
    font-size: 60px;
    line-height: 60px;
  }

  .img-hero img {
    /* transform: translate(0px, 0px) scale(1); */
  }

  .img-hero-w-100 {
    height: 850px;
  }
}

@media (max-width: 991px) {
  #hero-section {
    height: auto;
    padding: 8rem 0 12rem;
  }

  .img-hero img {
    transform: translate(50%, 25%) scale(2.5);
  }

  .img-hero-w-100 {
    height: 100vh;
  }

  .obj-hero {
    transform: translate(50%, -50%);
    right: 50%;
  }

  .text-hero {
    position: relative;
    z-index: 9;
  }

  .plus-height {
    min-height: 350px;
  }



  #hero-section h3 {
    font-size: 34px;
  }

  #hero-section ul li span {
    font-weight: 300;
  }

  .img-hero-w-100 img {
    max-width: 100%;
  }

  .img-hero-spin {
    transform: translate(22%, 100%) scale(1.3);
  }

  #hero-section h1 span {
    font-size: 4vw;
    line-height: 4vw;
  }

  #hero-section h1 {
    font-size: 9vw;
    line-height: 9vw;
  }

}

@media (max-width: 767px) {

  #hero-section {
    display: flex;
    align-items: center;
  }

  #hero-section h1 {
    font-size: 9vw;
    line-height: 9vw;
  }

  #hero-section h1 span {
    font-size: 5vw;
    line-height: 5vw;
  }

  .img-hero img {}

  .plus-height {}


  #hero-section h3 {
    font-size: 24px;
  }

  p,
  li {
    font-size: 20px;
    line-height: 24px;
  }

  .img-hero-w-100 img {
    transform: translate(-50%, 0%);
  }

}


@media (max-width: 480px) {
  .bg-hero-pang {
    /* background: url("../images/bg-hero-728.jpg") no-repeat left bottom / cover; */
    background: linear-gradient(180deg, rgba(2, 20, 3, 1) 0%, rgba(12, 71, 49, 1) 100%);
  }

  #hero-section {
    height: auto;
    padding: 6rem 0 6rem;
  }

  .plus-height img {}

  .img-hero img {
    transform: translate(47%, -15%) scale(3);
  }

  .img-hero-spin {
    bottom: -140px;
    transform: translate(67%, 260%) scale(2.2);
  }
}

@media (min-width: 1921px) {
  .bg-hero-pang {
    /* background: url("../images/bg-hero-2560.jpg") no-repeat left center / cover; */
    background: linear-gradient(180deg, rgba(2, 20, 3, 1) 0%, rgba(12, 71, 49, 1) 100%);
  }

  #hero-section {
    /* margin-top: 6rem; */
    /* padding: 10rem 0 16rem; */
    /* height: calc(100vh + 0); */
    height: 100vh;
  }

  .img-hero-w-100 img {
    transform: translate(-50%, -13%);
  }

}

/* 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 */


/* 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%, #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);
  }
}