body {
  background: linear-gradient(180deg, rgba(0, 50, 53, 1) 0%, rgba(0, 0, 0, 1) 100%);
}

.radial-hero {
  background: radial-gradient(36% 40% at 40% 50%, #011619 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: 4rem 0 4rem;
  /* 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(-40px, 0px) scale(1);
}


#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(-90px, 0px) scale(1);
  }

}

@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: 0rem 0 9rem;
  }

  .img-hero img {
    transform: translate(30px, 50px) scale(1);
  }
}

@media (max-width: 1366px) {
  #hero-section h1 {
    font-size: 84px;
    line-height: 84px;
  }

  .img-hero img {
    transform: translate(-20px, 40px) scale(1);
  }
}

@media (max-width: 1200px) {
  #hero-section h1 {
    font-size: 76px;
    line-height: 76px;
  }

  .img-hero img {
    transform: translate(-20px, 60px) scale(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;
  }

  #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 6rem;
  }
}

@media (min-width: 1921px) {
  .bg-hero-pang {
    background: url("../images/bg-hero-2560.jpg") no-repeat center bottom / cover;
  }

  #hero-section {
    /* margin-top: 6rem; */
    padding: 4rem 0 6rem;
    /* 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 46% bottom -10px / 610px;
  }
}

/* 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%, #018034 -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%, #15877F -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));
  }
}




/* Animation Image*/
.motion-lr {
  animation: motion-lr 8s ease-in-out infinite;
}

.motion-rl {
  animation: motion-rl 8s ease-in-out infinite;
}

@keyframes motion-lr {
  0% {
    transform: translate(-10%, 0px);
  }

  50% {
    transform: translate(10%, 0px);
  }

  100% {
    transform: translate(-10%, 0px);
  }
}

@keyframes motion-rl {
  0% {
    transform: translate(10%, 0px);
  }

  50% {
    transform: translate(-10%, 0px);
  }

  100% {
    transform: translate(10%, 0px);
  }
}

.animate1 {
  top: 0;
  right: 50%;
  transform: translate(450px, -200px);
  filter: brightness(.8);
  animation: updown1-animate 3s infinite;
}

.animate2 {
  top: 0;
  right: 50%;
  transform: translate(520px, -100px) scale(.7);
  filter: brightness(.8);
  animation: updown2-animate 4s ease-in-out infinite;
}

.animate3 {
  top: 0;
  right: 50%;
  transform: translate(830px, 220px);
  animation: side1-animate 4s ease-in-out infinite;
}

.animate4 {
  top: 0;
  right: 50%;
  transform: translate(-50%, 420px) scale(.7);
  animation: side2-animate 4s ease-in-out infinite;
}

.animate5 {
  top: 0;
  right: 50%;
  transform: translate(-470px, 60px);
  z-index: 99;
  animation: side3-animate 5s ease-in-out infinite;
}

.animate6 {
  bottom: 0;
  left: 0;
  transform: translate(-640px, 160px);
  animation: side4-animate 5s ease-in-out infinite;
}

.animate7 {
  bottom: 0;
  left: 0;
  transform: translate(-640px, 160px);
  animation: side5-animate 5s ease-in-out infinite;
}

@keyframes updown1-animate {
  0% {
    transform: translate(275px, -200px)scale(.5);
  }

  50% {
    transform: translate(275px, -190px)scale(.5);
  }

  100% {
    transform: translate(275px, -200px)scale(.5);
  }
}

@keyframes updown2-animate {
  0% {
    transform: translate(350px, -270px) scale(.5);
  }

  50% {
    transform: translate(350px, -260px) scale(.5);
  }

  100% {
    transform: translate(350px, -270px) scale(.5);
  }
}

@keyframes side1-animate {
  0% {
    transform: translate(680px, 240px) scale(.8);
  }

  50% {
    transform: translate(670px, 240px) scale(.8);
  }

  100% {
    transform: translate(680px, 240px) scale(.8);
  }
}

@keyframes side2-animate {
  0% {
    transform: translate(100px, 300px) scale(.9);
  }

  50% {
    transform: translate(90px, 300px) scale(.9);
  }

  100% {
    transform: translate(100px, 300px) scale(.9);
  }
}

@keyframes side3-animate {
  0% {
    transform: translate(230px, 450px) scale(.6);
  }

  50% {
    transform: translate(220px, 450px) scale(.6);
  }

  100% {
    transform: translate(230px, 450px) scale(.6);
  }
}

@keyframes side4-animate {
  0% {
    transform: translate(-100%, -100%) scale(.7);
  }

  50% {
    transform: translate(-100%, -105%) scale(.7);
  }

  100% {
    transform: translate(-100%, -100%) scale(.7);
  }
}

@keyframes side5-animate {
  0% {
    transform: translate(0%, -100%) scale(.7);
  }

  50% {
    transform: translate(4%, -100%) scale(.7);
  }

  100% {
    transform: translate(0%, -100%) scale(.7);
  }
}


@media (max-width: 767px) {
  .animate3 {
    transform: translate(-90px, 310px) scale(.8);
  }

  .animate4 {
    transform: translate(90px, 416px) scale(.7);
  }

  .animate6 {
    transform: translate(100px, 260px);
  }


  @keyframes side1-animate {
    0% {
      transform: translate(-90px, 310px) scale(.8);
    }

    50% {
      transform: translate(-80px, 310px) scale(.8);
    }

    100% {
      transform: translate(-90px, 310px) scale(.8);
    }
  }

  @keyframes side2-animate {
    0% {
      transform: translate(100px, 416px) scale(.7);
    }

    50% {
      transform: translate(90px, 416px) scale(.7);
    }

    100% {
      transform: translate(100px, 416px) scale(.7);
    }
  }

  @keyframes side4-animate {
    0% {
      transform: translate(100px, 260px);
    }

    50% {
      transform: translate(90px, 260px);
    }

    100% {
      transform: translate(100px, 260px);
    }
  }
}



h6 {
  font-size: 26px;
}

@media (max-width: 1200px) {
  h6 {
    font-size: 22px;
  }
}

/* Pricing card */

.pricing {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  width: 100%;
  margin: 0 auto;
}

.pricing-item {
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: stretch;
  align-items: stretch;
  text-align: center;
  -webkit-flex: 0 1 330px;
  flex: 0 1 330px;
}

.pricing-action {
  color: inherit;
  border: none;
  background: none;
  cursor: pointer;
}

.pricing-action:focus {
  outline: none;
}

.pricing-feature-list {
  text-align: left;
}

.pricing-palden .pricing-item {
  font-family: 'Open Sans', sans-serif;
  cursor: default;
  color: #84697c;
  background: #fff;
  box-shadow: 0 0 10px rgba(46, 59, 125, 0.23);
  border-radius: 20px 20px 10px 10px;
  margin: 1em;
}

@media screen and (min-width: 66.25em) {
  .pricing-palden .pricing-item {
    margin: 1em -0.5em;
  }

  .pricing-palden .pricing__item--featured {
    margin: 0;
    z-index: 10;
    box-shadow: 0 0 20px rgba(46, 59, 125, 0.23);
  }
}

.pricing-palden .pricing-deco {
  border-radius: 10px 10px 0 0;
  background: linear-gradient(180deg, #00bb73, #073f3b);
  padding: 4em 0 9em;
  position: relative;
}

.pricing-palden .pricing-deco-img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 160px;
}

.pricing-palden .pricing-title {
  font-size: 16px;
  margin: 0;
  text-transform: uppercase;
  color: #fff;
}

.pricing-palden .deco-layer {
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
}

.pricing-palden .pricing-item:hover .deco-layer--1 {
  -webkit-transform: translate3d(15px, 0, 0);
  transform: translate3d(15px, 0, 0);
}

.pricing-palden .pricing-item:hover .deco-layer--2 {
  -webkit-transform: translate3d(-15px, 0, 0);
  transform: translate3d(-15px, 0, 0);
}

.pricing-palden .icon {
  font-size: 2.5em;
}

.pricing-palden .pricing-price {
  font-size: 5em;
  font-weight: bold;
  padding: 0;
  color: #fff;
  margin: 0 0 0.25em 0;
  line-height: 0.75;
}

.pricing-palden .pricing-currency {
  font-size: 0.15em;
  vertical-align: top;
}

.pricing-palden .pricing-period {
  font-size: 0.15em;
  padding: 0 0 0 0.5em;
  font-style: italic;
}

.pricing-palden .pricing__sentence {
  font-weight: bold;
  margin: 0 0 1em 0;
  padding: 0 0 0.5em;
}

.pricing-palden .pricing-feature-list {
  margin: 0;
  padding: 0.25em 0 2.5em;
  list-style: none;
  text-align: center;
  margin-top: -40px;
  position: relative;
}

.pricing-palden .pricing-feature {
  padding: 8px 0;
}

.pricing-palden .pricing-action {
  font-weight: bold;
  margin: auto 3em 2em 3em;
  padding: 1em 2em;
  color: #fff;
  border-radius: 30px;
  background: linear-gradient(135deg, #a93bfe, #584efd);
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.pricing-palden .pricing-action:hover,
.pricing-palden .pricing-action:focus {
  background: linear-gradient(135deg, #fd7d57, #f55d59);
}

.pricing-palden .pricing-item--featured .pricing-deco {
  padding: 5em 0 8.885em 0;
}

@import url(//fonts.googleapis.com/css?family=Lato:300:400);

.waves {
  position: relative;
  width: 100%;
  height: 150vh;
  margin-bottom: -7px;
  /*Fix for safari gap*/
  min-height: 100px;
  max-height: 250px;
}

/* Animation */

.parallax>use {
  animation: move-forever 25s cubic-bezier(.55, .5, .45, .5) infinite;
}

.parallax>use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}

.parallax>use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}

.parallax>use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}

.parallax>use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}

@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }

  100% {
    transform: translate3d(85px, 0, 0);
  }
}

/* Box */
.box-white {
  gap: 40px;
}

.img-about {
  transform: translateY(-10%);
}


@media (max-width: 991px) {
  .box-white {
    gap: 80px;
  }

  .img-about {
    transform: translateY(0);
  }

  .pricing-palden .pricing-price {
    font-size: 10vw;
  }
}

@media (max-width: 767px) {
  .pricing-palden .pricing-price {
    font-size: 12vw;
  }
}

@media (max-width: 565px) {
  .pricing-palden .pricing-price {
    font-size: 14vw;
  }
}