body {
  background: linear-gradient(90deg,
      rgba(235, 225, 217, 1) 0%,
      rgba(250, 249, 245, 1) 50%,
      rgba(235, 225, 217, 1) 100%);
}

/* .tg-sticky-menu{
  background: linear-gradient(#333, #212121) !important;
} */


h1:before, h1:after{
  background: transparent;

}

.card-lunar-1 {
  background: url(../images/card-lunar-1.png) no-repeat center center/cover;
  border-radius: 40px;
}

.card-lunar-2 {
  background: url(../images/card-lunar-2.png) no-repeat center top/cover, linear-gradient(180deg,
      rgba(222, 0, 11, 1) 0%,
      rgba(154, 5, 11, 1) 100%);
  border-radius: 40px;
}

/* Hero Section */
#hero-section {
  background: linear-gradient(90deg,
      rgba(235, 225, 217, 1) 0%,
      rgba(250, 249, 245, 1) 50%,
      rgba(235, 225, 217, 1) 100%);
  /* margin-top: 6rem; */
  padding: 14rem 0 14rem;
  /* height: calc(100vh + 0px); */
  height: auto;
}

#hero-section h1 {
  font-size: 78px;
  font-weight: 700;
  line-height: 78px;
}

#hero-section h2 {
  font-size: 34px;
}

#hero-section h1 span {
  font-size: 66px;
  line-height: 66px;
}

#hero-section .h1-two {
  font-size: 100px;
  font-weight: 700;
  line-height: 100px;
}

.img-hero img {
  transform: translate(50px, 20px) scale(1.4);
}

#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;
}

.ondor-ondor {
  z-index: -1;
  left: 50%;
  width: 100%;
  top: 50%;
  transform: translate(-60%, -60%);
}

@media (min-width: 1440px) {
  /* #hero-section {
    height: 100vh;
  } */
}

@media (max-width: 1440px) {
  #hero-section {
    padding: 10rem 0 10rem;
  }

  .img-hero img {
    /* transform: translate(0px, 20px) scale(1.4); */
  }

  #hero-section h1 {
    font-size: 82px;
    font-weight: 700;
  }

  #hero-section h2 {
    font-size: 34px;
  }

  #hero-section h1 span {
    font-size: 60px;
    line-height: 60px;
  }

  #hero-section .h1-two {
    font-size: 90px;
    line-height: 90px;
  }

  #hero-section h2 {
    font-size: 30px;
  }
}

@media (max-width: 1366px) {
  #hero-section {
    padding: 7rem 0 10rem;
  }
}

@media (max-width: 1200px) {
  #hero-section h1 {
    font-size: 68px;
  }

  #hero-section h2 {
    font-size: 25px;
  }

  #hero-section h1 span {
    font-size: 52px;
    line-height: 52px;
  }

  #hero-section .h1-two {
    font-size: 78px;
    line-height: 78px;
  }

  .img-hero img {
    transform: translate(20px, 20px) scale(1.4);
  }
}

@media (max-width: 991px) {
  #hero-section {
    background: linear-gradient(90deg,
        rgba(235, 225, 217, 1) 0%,
        rgba(250, 249, 245, 1) 50%,
        rgba(235, 225, 217, 1) 100%);
    height: auto;
    padding: 8rem 0 12rem;
  }

  .ondor-ondor {
    z-index: -1;
    left: 50%;
    width: 60%;
    top: 50%;
    transform: translate(-50%, -50%);
  }

  #hero-section .h1-two {
    font-size: 10vw;
    font-weight: 700;
    line-height: 10vw;
  }

  .img-hero img {
    transform: scale(1) translateX(0px);
    max-width: 600px;
    width: 100%;
  }

  .plus-height {
    height: 650px;
  }

  #hero-section h1 {
    font-size: 9vw;
    line-height: 9vw;
  }

  #hero-section h1 span {
    font-size: 6vw;
  }

  #hero-section h3 {
    font-size: 34px;
  }

  #hero-section ul li span {
    font-weight: 300;
  }
}

@media (max-width: 767px) {
  .ondor-ondor {
    width: 90%;
  }

  #hero-section {
    display: flex;
    align-items: center;
  }

  .img-hero img {
    transform: scale(1) translateX(0px);
  }

  .plus-height {
    height: 250px;
  }

  #hero-section h3 {
    font-size: 24px;
  }

  #hero-section .h1-two {
    /* font-size: 14vw;
    font-weight: 700;
    line-height: 46px; */
  }
}

@media (max-width: 576px) {
  #hero-section h1 {
    font-size: 11vw;
  }

  #hero-section h1 span {
    font-size: 9vw;
    line-height: 9vw;
  }

  #hero-section h2 {
    font-size: 5vw;
  }
}

@media (max-width: 480px) {
  #hero-section {
    background: linear-gradient(90deg,
        rgba(235, 225, 217, 1) 0%,
        rgba(250, 249, 245, 1) 50%,
        rgba(235, 225, 217, 1) 100%);
    height: auto;
    padding: 8rem 0;
  }
}

@media (min-width: 1921px) {
  #hero-section {
    background: linear-gradient(90deg,
        rgba(235, 225, 217, 1) 0%,
        rgba(250, 249, 245, 1) 50%,
        rgba(235, 225, 217, 1) 100%);
    /* margin-top: 6rem; */

    /* height: calc(100vh + 0); */
    height: auto;
  }
}

.ondor-ondor img {
  transform: scale(1.8);
}

/* participate-section */
#participate-section {
  /* margin-top: -14rem; */
}

.participate-list li {
  line-height: 70px;
  font-size: 24px;
}

.participate-list li::marker {
  color: #fff;
  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;
  }

  .participate-list li {
    line-height: normal;
  }
}

@media (max-width: 768px) {
  .img-stamp-mobile {
    width: 250px;
    margin: 0 auto;
  }

  .br-top-award {
    display: none;
  }

  .progress-list li {
    font-size: 20px;
  }

  .participate-list li h4 {
    font-size: 1.4rem;
  }
}

@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;
}

/* 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 -10% bottom 20% / 800px;
  border-radius: 40px;
}

.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);
}

.bg-award img {
  width: 100%;
}

#award-section .rb-l {
  background: radial-gradient(34.98% 34.98% at 40% 50%,
      #1bc875 -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 -90px bottom 0% / 790px;
    border-radius: 40px;
  }

  .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: 340px;
  }

  .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 80% 108% / 650px;
  }
}

/* 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%);
}

/* Check Section */
.radial {
  background: radial-gradient(34.98% 34.98% at 40% 50%,
      #20b26c -90%,
      rgba(6, 19, 45, 0) 90%);
  height: 2000px;
  opacity: 1;
  position: absolute;
  top: 0;
  width: 1900px;
  z-index: 1;
}

@media (max-width: 992px) {}

@media (max-width: 768px) {
  .br-top-award {
    display: none;
  }
}

@media (max-width: 576px) {}

/* Phone Absol */

.phone-absol {
  background: url(../images/img2.png) no-repeat left 13% top -20% / 340px;
}

@media (max-width: 1366px) {
  .phone-absol {
    background: url(../images/img2.png) no-repeat left 10% top -22% / 330px;
  }
}

@media (max-width: 991px) {
  .phone-absol {
    /* background: none; */
    background: url(../images/img2.png) no-repeat left 50% top 10% / 200px;
  }

  .img-phone {
    height: 350px;
  }
}

/* AB absol */

.ab-absol {
  background: url(../images/img2.png) no-repeat left 10% bottom 130% / 500px;
}

@media (max-width: 1366px) {
  .ab-absol {
    background: url(../images/img2.png) no-repeat left 10% bottom 280% / 460px;
  }
}

@media (max-width: 991px) {
  .ab-absol {
    background: none;
    /* background: url(../images/img2.png) no-repeat left 50% top 10% / 200px; */
  }
}

/* Schedule Section */
.image-calendar {
  margin-right: -100px;
}

.image-calendar img {
  transform: scale(1) scaleX(-1);
  margin-left: -65px;
  width: 350px;
}

@media (max-width: 992px) {
  .image-calendar {
    display: none;
  }
}

@media (max-width: 767px) {
  .arrow-right {
    width: 34px;
  }

  .schedule {
    font-size: 16px;
  }
}

.img-absol {
  background: url(../images/img3.png) no-repeat right 9% bottom 50% / 380px;
}

.img-absol-2 {
  background: url(../images/img3.png) no-repeat right 0% bottom 120% / 720px;
}

.bg-absol {
  height: 260px;
}

.bg-absol-2 {
  height: 300px;
}

@media (max-width: 992px) {
  .award-height {
    height: 300px;
  }

  .stamp-height {
    height: 360px;
  }
}

@media (max-width: 1366px) {
  .phone-absol {
    background: url(../images/img2.png) no-repeat left 5% bottom 100% / 330px;
  }

  .img-absol-2 {
    background: url(../images/img3.png) no-repeat right -30% bottom 120% / 720px;
  }
}

@media (max-width: 1200px) {
  .img-absol-2 {
    background: url(../images/img3.png) no-repeat right -50% bottom 160% / 670px;
  }
}

@media (max-width: 991px) {
  .phone-absol {
    background: none;
  }

  .card6 {
    min-height: auto;
  }

  .img-absol {
    background: url(../images/img3.png) no-repeat right 50% bottom 94% / 380px;
  }

  .img-absol-2 {
    background: none;
  }
}

@media (max-width: 768px) {
  .img-stamp-mobile {
    width: 250px;
    margin: 0 auto;
  }

  .br-top-award {
    display: none;
  }

  .img-absol {
    background: url(../images/img3.png) no-repeat right 50% bottom 90% / 290px;
  }

  .btn-cta {
    font-size: 16px;
  }
}

.bg-2-absol {
  bottom: -12vw;
}

.bg-2-absol img {
  max-width: 1400px;
}

@media (min-width: 1440px) {
  .bg-2-absol {
    bottom: -180px;
  }
}

@media (max-width: 991px) {
  .bg-2-absol img {
    min-width: 1400px;
  }

  .about-section {
    margin-top: -120px;
  }
}

.btn-hero-garis {
  position: relative;
}

.btn-hero-garis:before {
  content: "";
  display: block;
  /* border-left: solid 2px #ffffff; */
  background: linear-gradient(221deg,
      rgba(255, 255, 255, 1) 0%,
      rgba(255, 255, 255, 0) 100%);
  width: 2px;
  height: 800px;
  position: absolute;
  top: 0;
  left: -6px;
  z-index: 1;
  transform: translateX(-80%) rotate(60deg);
  transform-origin: 0% 0%;
}

.btn-hero-garis:after {
  content: "";
  display: block;
  /* border-left: solid 2px #ffffff; */
  background: linear-gradient(221deg,
      rgba(255, 255, 255, 1) 0%,
      rgba(255, 255, 255, 0) 100%);
  width: 2px;
  height: 800px;
  position: absolute;
  top: 37px;
  right: -6px;
  transform: translateX(-80%) rotate(60deg);
  transform-origin: 0% 0%;
}

@media (max-width: 991px) {
  .btn-hero-garis:after {
    display: none;
  }

  .btn-hero-garis:before {
    display: none;
  }
}

#footer {
  background: linear-gradient(#333, #212121);
  padding-top: 0 !important;
}

#footer .box-footer {
  /* background: linear-gradient(#333, #212121); */
  background: none;
}

@media only screen and (max-width: 578px) {
  .dropdown span {
    display: none;
  }
}

.calculator h1 {
  font-size: 24px;
  margin-bottom: 20px;
}

.calculator {
  background-color: #354a5d;
  padding: 20px;
  border-radius: 10px;
}

.investment-details {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}

.investment-details div {
  text-align: left;
}

.investment-details p {
  margin: 5px 0;
  font-size: 18px;
}

#investment-amount,
#potential-return {
  font-weight: bold;
  font-size: 24px;
}

.minimum {
  font-size: 12px;
  color: #b0b0b0;
  margin-bottom: 20px;
}

input[type="range"] {
  width: 100%;
  margin-bottom: 20px;
}

button {
  background-color: #ff9900;
  color: #fff;
  border: none;
  padding: 10px 20px;
  border-radius: 5px;
  cursor: pointer;
  font-size: 18px;
}

button:hover {
  background-color: #e68a00;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="range"] {
    overflow: hidden;
    width: 100%;
    -webkit-appearance: none;
    background-color: #25443f;
    border-radius: 20px;
    padding: 0;
  }

  input[type="range"]::-webkit-slider-runnable-track {
    height: 20px;
    -webkit-appearance: none;
    color: #13bba4;
    margin-top: 0px;
  }

  input[type="range"]::-webkit-slider-thumb {
    width: 20px;
    -webkit-appearance: none;
    height: 20px;
    cursor: ew-resize;
    background: var(--color-white);
    box-shadow: -910px -100px 0px 900px var(--color-green);
    border-radius: 20px;
  }
}

/** FF*/
input[type="range"]::-moz-range-progress {
  background-color: var(--color-green);
}

input[type="range"]::-moz-range-track {
  background-color: var(--color-white);
}

/* IE*/
input[type="range"]::-ms-fill-lower {
  background-color: var(--color-green);
}

input[type="range"]::-ms-fill-upper {
  background-color: var(--color-white);
}





























































.obj-1 {}

.obj-hero-1 {
  top: -100px;
  left: 50%;
  transform: translate(-780px, -20px) scaleX(-1);
  max-width: 240px;
}

.obj-hero-2 {
  top: -100px;
  right: 50%;
  transform: translate(780px, -20px) scaleX(-1);
  max-width: 240px;
}

.obj-hero-3 {
  top: -130px;
  left: 50%;
  transform: translate(-810px, -20px) scaleX(-1);
  max-width: 300px;
}

.obj-hero-4 {
  top: -200px;
  right: 50%;
  transform: translate(830px, 0px) scaleX(1);
  max-width: 300px;
}

.obj-hero-lampion-l {
  bottom: 44vh;
  left: 26%;
  width: 100%;
  max-width: 146px;
}

.obj-hero-lampion-r {
  bottom: 34vh;
  right: -34%;
  width: 100%;
  max-width: 166px;
}

.obj-hero-lampion-l img {
  animation: animNamedownup 10s linear infinite;
  max-width: 122px;
}

.obj-hero-lampion-r img {
  animation: animNameupdown 10s linear infinite;
  max-width: 162px;
}

@media only screen and (max-width: 1200px) {
  .obj-hero-lampion-l img {
    animation: animNamedownup 10s linear infinite;
    max-width: 80px;
  }

  .obj-hero-lampion-r img {
    animation: animNameupdown 10s linear infinite;
    max-width: 100px;
  }

  .obj-hero-lampion-r {
    bottom: 27vh;
  }

  .obj-hero-lampion-l {
    bottom: 28vh;
  }
}

@media only screen and (max-width: 991px) {
  .obj-1 {
    top: -180px;
    z-index: 99;
  }

  .obj-hero-lampion-r {
    right: 4%;
  }

}

@media only screen and (max-width: 768px) {
  .obj-hero-lampion-r {
    right: auto;
    transform: translateX(0px);
    left: 80%;
    width: 100%;
    bottom: 37vw;
  }

  .obj-hero-lampion-l {
    bottom: 44vw;
  }

  .obj-hero-lampion-r img {
    max-width: 14vw;
  }

  .obj-hero-lampion-l img {
    max-width: 12vw;
  }
}

@media only screen and (max-width: 480px) {
  .obj-1 {
    top: -120px;
    z-index: 99;
  }
}

.rotate-r img {
  animation: animNamel 100s linear infinite;
}

.rotate-l img {
  animation: animNamer 100s linear infinite;
}

.obj-lr img {

  animation: obj-lr 10s linear infinite;

}

.obj-rl img {
  animation: obj-rl 10s linear infinite;
}

@keyframes animNamel {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes animNamer {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(-360deg);
  }
}

@keyframes animNamedownup {

  0%,
  100% {
    transform: translate(-50%, 20px);
  }

  50% {
    transform: translate(-50%, -20px);
  }
}

@keyframes animNameupdown {

  0%,
  100% {
    transform: translate(-50%, -20px);
  }

  50% {
    transform: translate(-50%, 20px);
  }
}

@keyframes obj-lr {

  0%,
  100% {
    transform: translateX(20px);
  }

  50% {
    transform: translateX(-20px);
  }
}

@keyframes obj-rl {

  0%,
  100% {
    transform: translateX(-20px);
  }

  50% {
    transform: translateX(20px);
  }
}



.gradient-text-shadow {
  position: relative;
  font-size: 4rem;
  font-weight: bold;
  background: linear-gradient(90deg, #7d0c11, #fb1e1e);
  -webkit-background-clip: text;
  color: transparent;
}

.gradient-text-shadow::before {
  content: attr(data-text);
  position: absolute;
  top: 4px;
  left: -4px;
  z-index: -1;
  /* color: #ffc700; */
  background: linear-gradient(180deg, rgb(158 100 25) 0%, rgb(235 198 112) 24%, rgb(255 230 131) 69%, rgb(155 91 9) 100%);
  -webkit-background-clip: text;
  font-size: inherit;
  font-weight: inherit;
  /* text-shadow: 4px 4px 3px #f7c200; */
}



@media only screen and (max-width: 480px) {
  .gradient-text-shadow::before {
    top: 2px;
    left: -2px;
  }
}