.zpcontainer-fluid {
  padding-inline-start: 0;
  padding-inline-end: 0;
}

.zpelement {
  margin-block-start: 0px;
}

.zpsection {
  padding-block-start: 0;
  padding-block-end: 0;
  padding-inline-start: 0;
  padding-inline-end: 0;
}

#section-register .container {
  transform: skew(-10deg);
  background-color: var(--f4u-pink);
  padding: 1rem 0;
  margin: 50px auto;
  font-family: roboto;
  color: var(--white);
}

a {
  width: fit-content;
}

.navbar-nav,
.nav-item {
  padding: 0;
}

[data-headercontainer="zptheme-data-headercontainer"] {
  display: none;
}

.footer-logo {
  margin-top: 8px;
}

.line-height-h2-vn {

  line-height: auto;
}

@media (min-width: 1400px) {
  .container {
    max-width: 1240px;
  }
}

/* @media (min-width: 1600px) {
  .container {
    max-width: 1400px;
  }
} */

@media (min-width: 992px) {
  #navbarScroll .navbar-nav-scroll {
    border-right: 0 !important;
  }
}

#hero-section,
#hero-bg {
  min-height: 700px;
}

.dropdown-menu[data-bs-popper] {
  top: calc(100% + 14px);
}

#section-register .container .row {
  transform: skew(10deg);
  padding: 20px 40px;
}

#section-register input::placeholder {
  color: #fff;
}

#section-register ul {
  padding-left: 0;
}

#section-register li {
  list-style: none;
}

.iti-sdc-3 {
  width: 100%;
}

#section-register input {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  border-bottom: 2px solid #fff;
  padding: 0.375rem 0;
  color: var(--text-white);
}

@media (max-width: 991px) {
  #section-register .container {
    transform: skew(0deg);
    border-radius: 20px;
  }

  #section-register .container .row {
    transform: skew(0deg);
  }
}

/* Kanit Fonts */
@font-face {
  font-family: "Kanit";
  src: url(../fonts/Kanit-Black.ttf);
  font-weight: 400;
}

@font-face {
  font-family: "Kanit";
  src: url(../fonts/Kanit-BlackItalic.ttf);
  font-weight: 400;
  font-style: italic;
}

@font-face {
  font-family: "Kanit";
  src: url(../fonts/Kanit-Bold.ttf);
  font-weight: 700;
}

@font-face {
  font-family: "Kanit";
  src: url(../fonts/Kanit-BoldItalic.ttf);
  font-weight: 700;
  font-style: italic;
}

@font-face {
  font-family: "Kanit";
  src: url(../fonts/Kanit-ExtraBold.ttf);
  font-weight: 800;
}

@font-face {
  font-family: "Kanit";
  src: url(../fonts/Kanit-ExtraBoldItalic.ttf);
  font-weight: 800;
  font-style: italic;
}

@font-face {
  font-family: "Kanit";
  src: url(../fonts/Kanit-ExtraLight.ttf);
  font-weight: lighter;
}

@font-face {
  font-family: "Kanit";
  src: url(../fonts/Kanit-ExtraLightItalic.ttf);
  font-weight: 200;
  font-style: italic;
}

@font-face {
  font-family: "Kanit";
  src: url(../fonts/Kanit-Italic.ttf);
  font-weight: 400;
  font-style: italic;
}

@font-face {
  font-family: "Kanit";
  src: url(../fonts/Kanit-Light.ttf);
  font-weight: 300;
  font-style: italic;
}

@font-face {
  font-family: "kanit";
  src: url(../fonts/Kanit-LightItalic.ttf);
  font-weight: 300;
  font-style: italic;
}

@font-face {
  font-family: "kanit";
  src: url(../fonts/Kanit-Medium.ttf);
  font-weight: 500;
}

@font-face {
  font-family: "kanit";
  src: url(../fonts/Kanit-MediumItalic.ttf);
  font-weight: 500;
  font-style: italic;
}

@font-face {
  font-family: "kanit";
  src: url(../fonts/Kanit-Regular.ttf);
  font-weight: 400;
}

@font-face {
  font-family: "kanit";
  src: url(../fonts/Kanit-SemiBold.ttf);
  font-weight: 600;
}

@font-face {
  font-family: "kanit";
  src: url(../fonts/Kanit-SemiBoldItalic.ttf);
  font-weight: 600;
  font-style: italic;
}

@font-face {
  font-family: "kanit";
  src: url(../fonts/Kanit-Thin.ttf);
  font-weight: 100;
}

@font-face {
  font-family: "kanit";
  src: url(../fonts/Kanit-ThinItalic.ttf);
  font-weight: 100;
  font-style: italic;
}

/*=======================CSS Reset=======================*/
html,
body {
  background: linear-gradient(0deg,
      rgba(9, 17, 12, 1) 0%,
      rgba(16, 29, 22, 1) 50%,
      rgba(12, 29, 20, 1) 100%);
  color: #fff;
  overflow-x: hidden;
}

img {
  border: none;
  max-width: 100%;
}

a {
  text-decoration: none;
}

@media (prefers-reduced-motion: no-preference) {
  html {
    scroll-behavior: smooth;
  }
}

/*=======================Colors=======================*/
:root {
  /* Basic Color */
  --dark: #191919;
  --color-white: #ffffff;
  --color-navy: #202f3d;
  --color-green2: #02d12d;
  --color-dark-blue: #150a67;
  --color-green: #20b26c;
  --color-purple: #6B44AF;
  --color-yellow: #f5c51b;
  --color-teal: #F7D499;
  --color-gray: #b7b7b7;
  --color-gray2: #414141;
  --color-gray3: #25272B;
  --color-gray4: #1a1a1a;
  --color-gray-dark-gradient: linear-gradient(180deg,
      rgba(37, 37, 37, 1) 0%,
      rgba(34, 34, 34, 1) 100%);
  --color-gray-dark-gradient2: linear-gradient(0deg,
      rgba(33, 33, 33, 1) 0%,
      rgba(51, 51, 51, 1) 100%);
}

/* Fonts */
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap");

/*=======================Typhography=======================*/
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
div,
span {
  font-family: proxima-nova;
}

h1 {
  font-weight: 700;
  font-size: 64px;
}

h2 {
  font-weight: 700;
  font-size: 48px;
}

h3 {
  font-weight: 500;
  font-size: 34px;
}

h4 {
  font-weight: 500;
  font-size: 2rem;
}

h5 {
  font-weight: 500;
  font-size: 26px;
}

h6 {
  font-weight: normal;
  font-size: 28px;
}

section,
header {
  position: relative;
  z-index: 9;
}

header {
  z-index: 999 !important;
}

p,
li {
  font-weight: 400;
  font-size: 22px;
  line-height: 30px;
}

/* a span {
  font-size: 20px;
} */

@media (max-width: 1200px) {
  h2 {
    font-size: 36px;
  }

  h3 {
    font-size: 30px;
  }

  h6 {
    font-size: 22px;
  }

  p,
  li {
    font-size: 20px;
  }
}

@media (max-width: 768px) {
  h2 {
    font-size: 30px;
    line-height: 32px;
  }

  h3 {
    font-size: 24px;
  }

  h5,
  h6 {
    font-size: 20px;
  }

  p,
  li {
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
  }
}

/*=======================BG Colors=======================*/
/* Basic Color */
.bg-green {
  background-color: var(--color-green);
}

.bg-purple {
  background-color: var(--color-purple);
}

.bg-teal {
  background-color: var(--color-teal);
}

.bg-navy {
  background-color: var(--color-navy);
}

.bg-yellow {
  background-color: var(--color-yellow);
}

.bg-gray {
  background-color: var(--color-gray);
}

.bg-gray2 {
  background-color: var(--color-gray2);
}

.bg-gray3 {
  background-color: var(--color-gray3);
}

.bg-gray-gradient {
  background: var(--color-gray-dark-gradient);
}

.bg-gray-gradient2 {
  background: var(--color-gray-dark-gradient2);
}

.bg-white-blur {
  backdrop-filter: blur(10px);
  background: #ffffff24;
}

.bg-black-blur {
  backdrop-filter: blur(10px);
  background: #0000006e;
}

.bg-green2 {
  background: var(--color-green2);
}

/*=======================Text Colors=======================*/
/* Fonts Color */
.text-green {
  color: var(--color-green);
}

.text-green2 {
  color: var(--color-green2);
}

.text-dark-blue {
  color: var(--color-dark-blue);
}

.text-navy {
  color: var(--color-navy);
}

.text-yellow {
  color: var(--color-yellow);
}

.text-gray {
  color: var(--color-gray);
}

.text-gray2 {
  color: var(--color-gray2);
}

.text-gray3 {
  color: var(--color-gray3);
}

/*=======================Border Colors=======================*/
/* border Color */
.border-green {
  border-color: var(--color-green) !important;
}

.border-navy {
  border-color: var(--color-navy) !important;
}

.border-yellow {
  border-color: var(--color-yellow) !important;
}

.border-gray {
  border-color: var(--color-gray) !important;
}

/*=======================HEADER=======================*/

header {
  background-color: #fff;
  padding: 20px 50px;
}

.header-bahasa .language {
  background: linear-gradient(#333, #212121);
  width: 85px;
  height: 40px;
}

.dropdown-menu-lang {
  background: linear-gradient(#333, #212121);
  border-radius: 2rem;
  width: calc(100vw - 110px);
  max-width: 400px;
  border: 0;
}

.dropdown-menu a {
  /*--bs-dropdown-border-width:0;*/
  text-decoration: none;
}

.dropdown-menu a:hover {
  text-decoration: none;
}

.dropdown-menu li {
  transition: 0.5s;
}

.dropdown-menu ul {
  list-style: none;
}

.dropdown-menu li li {
  padding: 4px 14px;
  border-radius: 1rem;
}

.dropdown-menu li li:hover {
  /* text-decoration: underline; */
  background: var(--color-gray2);
  border-radius: 1rem;
  transition: 0.5s;
}

.dropdown-menu p,
.dropdown-menu a {
  font-size: 1rem;
  margin: 0;
}










.card-dropdown {
  display: flex;
  flex-wrap: wrap;
  padding: 1.2rem 2.4rem;
  gap: 20px 12px;
}

.card-dropdown>li {
  width: calc(50% - 6px);
  padding: 0;
}

.card-dropdown ul {
  padding: 0;
}

.card-dropdown>li>p {
  padding-left: 10px;
}

.head-bahasa {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 22px 0 1rem;
}

.head-bahasa-logo {
  max-width: 140px;
}

.logo-18 {
  width: 80px;
  max-width: 100%;
  height: 58px;
}

.head-bahasa-close {
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3e%3cg id='delete-1--remove-add-button-buttons-delete-cross-x-mathematics-multiply-math'%3e%3cpath id='Union' fill-rule='evenodd' clip-rule='evenodd' d='M1.9649 0.320814C1.74936 0.112633 1.46067 -0.0025607 1.16101 4.3203e-05C0.86136 0.00264711 0.574717 0.12284 0.362822 0.334735C0.150927 0.54663 0.0307344 0.833273 0.0281305 1.13293C0.0255266 1.43258 0.14072 1.72127 0.348901 1.93681L6.39804 7.98596L0.348901 14.0351C0.239746 14.1405 0.152681 14.2666 0.0927849 14.4061C0.0328889 14.5455 0.0013618 14.6955 4.31506e-05 14.8472C-0.0012755 14.999 0.0276407 15.1495 0.0851046 15.2899C0.142568 15.4304 0.227429 15.558 0.334735 15.6653C0.442041 15.7726 0.569643 15.8574 0.710096 15.9149C0.850549 15.9724 1.00104 16.0013 1.15279 16C1.30454 15.9986 1.4545 15.9671 1.59393 15.9072C1.73337 15.8473 1.85948 15.7603 1.9649 15.6511L8.01404 9.60196L14.0632 15.6511C14.2787 15.8593 14.5674 15.9745 14.8671 15.9719C15.1667 15.9693 15.4534 15.8491 15.6653 15.6372C15.8772 15.4253 15.9974 15.1386 16 14.839C16.0026 14.5393 15.8874 14.2506 15.6792 14.0351L9.63004 7.98596L15.6792 1.93681C15.8874 1.72127 16.0026 1.43258 16 1.13293C15.9974 0.833273 15.8772 0.54663 15.6653 0.334735C15.4534 0.12284 15.1667 0.00264711 14.8671 4.3203e-05C14.5674 -0.0025607 14.2787 0.112633 14.0632 0.320814L8.01404 6.36996L1.9649 0.320814Z' fill='%23fff'/%3e%3c/g%3e%3c/svg%3e");
  width: 16px;
  height: 16px;
}

.sidebar-open-account-close {

  position: absolute;
  top: 20px;
  right: 20px;
}

.card-dropdown li a.active {
  color: var(--color-green) !important;
}

/* Header */
/*========================= Header Sticky Menu =======================*/
#sticky-header {
  padding: 11px 0px !important;
}

.transparent-header {
  position: fixed;
  width: 100%;
  z-index: 9;
  height: auto;
  background: transparent;
}

.navbar-toggler img {
  width: 20px;
  margin-right: 2px;
}

.tg-header__area.tg-sticky-menu {
  padding: 0 0;
}

.tg-header__area.tg-sticky-menu {
  padding: 0 0;
  position: fixed;
}

.tg-sticky-menu.sticky-menu__show {
  transform: unset;
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.2);
  opacity: 1;
  position: fixed;
}

.tg-sticky-menu {
  position: fixed;
  left: 0;
  margin: auto;
  top: 0;
  width: 100%;
  z-index: 99;
  background: #000000;
  border-radius: 0;
  opacity: 1;
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.2);
}

@media (min-width: 992px) {

  .logo-size,
  .head-bahasa-logo {
    max-height: 50px;
    width: 270px;
    max-width: 100%;
  }
}

/* .logo-size,
.head-bahasa-logo {
  width: 175px;
} */

/* .logo-size, .head-bahasa-logo {
  width: 230px;
} */

#header .cta-header-cust {
  font-size: 18px;
}






#header-tanpa-berger {
  padding: 8px 0;
}

.normal-anniversary {
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  top: 10px;
}

.scrolled-anniversary {
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  top: 10px;
}

/* Hide the scrolled logo by default */
.scrolled-logo {
  display: none;
}

/* Add a class to the header when scrolling */
.tg-sticky-menu .normal-logo {
  display: none;
}

.tg-sticky-menu .scrolled-logo {
  display: block;
}

div#sticky-header {
  padding: 10px 0;
  transition: 0.5s;
}

.navbar-toggler {
  border: var(--bs-border-width) solid #fff;
}

.bi::before,
[class^="bi-"]::before,
[class*=" bi-"]::before {
  color: #fff;
}

@media (max-width: 1199px) {

  /* .logo-size,
  .head-bahasa-logo {
    width: 148px;
  } */
}

@media (max-width: 991px) {

  .logo-size,
  .head-bahasa-logo {
    max-height: 50px;
    width: 100%;
    max-width: 165px;
  }

  .logo-18 {
    width: 50px;
    height: 36px;
  }

  #header .cta-header-cust {
    font-size: 14px;
    padding: 4px 12px;
    min-width: 108px;
  }

  .header-bahasa .bahasa {
    position: absolute;
    top: -18px;
    right: 25px;
  }

  .header-bahasa .language {
    background: none;
    width: 85px;
    height: 40px;
    margin-top: 16px;
  }

  .navbar-toggler {
    border: none !important;
    padding: 0;
  }

  .cta-header-cust {
    font-size: 14px;
    padding: 4px 12px;
  }

  #header-tanpa-berger {
    padding: 0;
  }

  .scrolled-anniversary {
    left: auto;
    position: relative;
    transform: none;
    top: auto;
  }

  #header-tanpa-berger .bahasa {
    position: relative;
    top: auto;
    right: auto;
  }

  #header-tanpa-berger .language {
    background: none;
    width: auto;
    height: auto;
    margin-top: auto;
  }


  div#sticky-header {
    /* height: 80px;
    display: flex;
    align-items: center; */
    padding: 21px 0px !important;
  }

  /* #sticky-header .container {
    padding: 0 1rem;
  } */

  #sticky-header .custom-container {
    padding: 0 0rem;
  }

  .tg-sticky-menu {
    transition: 0s;
  }

  div#sticky-header {
    padding: 20px 0;
  }

  .scrolled-logo {
    display: block;
  }

  .tg-sticky-menu,
  .sticky-menu__show {
    border-radius: 0 0 15px 15px;
  }

  .logo-normal {
    display: none;
  }

  .logo-scroll {
    display: block;
  }

  .tg-sticky-menu .scrolled-logo .logo-scroll {
    display: block;
  }

  .tg-sticky-menu {
    border-radius: 0 0 15px 15px !important;
  }

  div#sticky-header {
    transition: none;
  }


  .dropdown-menu {
    padding: 0 12px;
  }

  .dropdown-menu-lang {
    background: linear-gradient(#333, #212121);
    width: 100vw;
    height: 100vh;
    max-width: 100%;
    border: 0;
    position: fixed !important;
    top: -2px !important;
    border-radius: 0;
  }

  .dropdown-menu {
    display: block;
    left: 0;
    transform: translateX(100%);
    transition: .5s;
  }

  .dropdown-menu.show {
    transform: translateX(0%) !important;
    transition: .5s;
  }

  .card-dropdown {
    padding: 1.2rem 0px;
  }
}

@media (min-width: 991px) {
  .head-bahasa {
    display: none;
  }

}

@media (max-width: 768px) {

  .line-height-h2-vn {

    line-height: 50px;
  }
}

@media (max-width: 400px) {
  #header-tanpa-berger .logo {
    margin-right: 10px;
  }

  #header-tanpa-berger .bahasa {
    width: 16px;
  }

  #header-tanpa-berger .language span {
    display: none;
  }

  .cta-header-cust {
    padding: 0px 8px;
  }

}







/*=======================BUTTON=======================*/
.btn-main {
  display: block;
  width: fit-content;
  padding: 6px 16px;
  font-size: 24px;
}

.btn-main img {
  transform: rotate(-45deg);
}

/* .btn-transparent {
  display: block;
  width: fit-content;
  background-color: transparent;
  padding: 0.5rem 1rem;
  border-radius: 6px;
} */

.btn-main:hover {
  /* color: var(--white); */
}

.btn-main:hover,
.btn-transparent:hover {
  filter: brightness(1.2);
}

.btn-main {
  display: flex;
  align-items: center;
}

.btn-hero {
  padding-left: 28px;
}

.text-dark {
  color: var(--dark);
}

/* ==========================FOOTER==================== */
.logo-footer {
  width: 100%;
  max-width: 274px;
  max-height: 50px;
}

.logo-footer-17thAnniversary {
  width: 100%;
  max-width: 274px;
  max-height: 50px;
}

#footer .box-footer {
  padding: 30px 50px;
  background: linear-gradient(#333, #212121);
  border-radius: 40px;
}

#footer .box-footer .container {
  padding: 0px 12px;
}

#footer-accordion .accordion-button {
  min-width: 150px;
  padding: 1rem 0rem;
}

#footer-accordion .accordion-button:not(.collapsed) {
  color: #b7b7b7;
  box-shadow: none;
}

#footer-accordion .accordion-button:focus {
  box-shadow: none;
}

#footer-accordion .accordion-button.disabled {
  pointer-events: none;
  cursor: default;
}

#footer-accordion .accordion-button::after {
  content: none;
}

#footer-accordion .accordion-button:not(.collapsed)::after,
#footer-accordion .accordion-button::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="25" viewBox="0 0 24 25" fill="none"%3e %3cpath d="M12.001 16.5C11.8569 16.5 11.7173 16.4736 11.5822 16.4209C11.4471 16.3682 11.3165 16.2803 11.1904 16.1573L6.29932 11.3855C6.08315 11.1746 5.98406 10.9109 6.00208 10.5946C6.02009 10.2782 6.12818 10.0234 6.32635 9.83003C6.56054 9.60155 6.83076 9.4917 7.13702 9.50049C7.44327 9.50928 7.70449 9.61912 7.92067 9.83003L12.001 13.8373L16.1084 9.83003C16.3246 9.61912 16.5813 9.51367 16.8786 9.51367C17.1758 9.51367 17.4415 9.62791 17.6757 9.8564C17.8919 10.0673 18 10.3265 18 10.6341C18 10.9417 17.8919 11.2009 17.6757 11.4118L12.8117 16.1573C12.6856 16.2803 12.555 16.3682 12.4199 16.4209C12.2848 16.4736 12.1452 16.5 12.001 16.5Z" fill="white"/%3e %3c/svg%3e');
  margin-left: 0px;
  width: 1.5rem;
}

#footer-accordion .accordion-button::after {
  transform: rotate(0deg) scale(1.5) translate(18%, 4%);
}

#footer-accordion .accordion-button:not(.collapsed)::after {
  transform: rotate(-180deg) scale(1.5) translate(0%, -12%);
}

.accordion-body a p {
  margin: 0;
  padding: 0.2rem 0.75rem;
}

.accordion-body a:hover p {
  background: linear-gradient(149deg,
      rgba(255, 255, 255, 0.17) 11.45%,
      rgba(255, 255, 255, 0.05) 121.43%);
  border-radius: 10px;
}

h2.accordion-header {
  padding: 0 0.6rem;
}

.accordion-body {
  padding: 0;
}

@media (max-width: 991px) {
  #footer-accordion .accordion-body {
    margin: 0;
  }

  #footer-accordion .accordion-body a p {
    font-size: 1.25rem;
    color: var(--color-gray) !important;
  }

  #footer-accordion .accordion-body a:hover p {
    color: var(--color-green) !important;
  }

  #footer-accordion .accordion-button::after {
    content: "";
  }

  #footer-accordion .accordion-button.disabled {
    pointer-events: auto;
    cursor: pointer;
    filter: brightness(0) invert(1);
    opacity: 1;
  }

  #footer-accordion .accordion-button {
    font-size: 1.25rem;
    font-weight: 600;
    padding: 0.5rem 0;
  }

  #footer-accordion h2.accordion-header {
    padding: 0 0;
  }

  #footer-accordion .accordion-body {
    padding: 0 !important;
  }

  #footer-accordion .accordion-body a p {
    margin: 0;
    padding: 0.5rem 0rem;
  }

  #footer-accordion .accordion-body a:hover p {
    background: none;
    border-radius: none;
  }

  #footer-accordion .accordion-item {
    margin-bottom: 0px;
  }
}

@media (max-width: 768px) {
  #footer-accordion .box-footer {
    padding: 1.5rem;
    border-radius: 1.5rem;
  }
}




/*=======================DIVIDER=======================*/
.divider {
  border-radius: 20px;
  height: 6px;
  width: 100%;
  max-width: 240px;
  background: linear-gradient(90deg,
      rgb(255 255 255 / 19%) 0%,
      rgb(255 255 255 / 30%) 100%);
}

.divider .bg-green {
  border-radius: 20px;
  height: 6px;
  width: 40%;
}

.divider .bg-teal {
  border-radius: 20px;
  height: 6px;
  width: 40%;
}

/*=======================RESPONSIVE=======================*/
@media (max-width: 991px) {
  #header {
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    background: #000;
    /* border-bottom: 1px solid #414141; */
    border-radius: 0 0 15px 15px;
  }

  .navbar-collapse {
    margin: 0px;
  }

  .logo-footer-17thAnniversary {
    max-width: 230px;

  }
}

@media (min-width: 992px) {
  #navbarScroll .navbar-nav-scroll {
    margin-left: auto auto !important;
    border-right: 1px solid #000;
    padding-right: 10px !important;
    margin-right: 10px !important;
    text-align: right !important;
  }
}

/*============= Border-radius ============= */
.rounded-none {
  border-radius: 0px;
}

.rounded-sm {
  border-radius: 0.125rem;
  /* 2px */
}

.rounded {
  border-radius: 0.25rem;
  /* 4px */
}

.rounded-md {
  border-radius: 0.375rem;
  /* 6px */
}

.rounded-lg {
  border-radius: 0.5rem;
  /* 8px */
}

.rounded-xl {
  border-radius: 0.75rem;
  /* 12px */
}

.rounded-2xl {
  border-radius: 1rem;
  /* 16px */
}

.rounded-3xl {
  border-radius: 1.5rem;
  /* 24px */
}

.rounded-4xl {
  border-radius: 2rem;
  /* 24px */
}

.rounded-5xl {
  border-radius: 2.5rem;
}

.rounded-6xl {
  border-radius: 3rem;
}

.rounded-full {
  border-radius: 9999px;
}

@media (min-width: 576px) {
  .rounded-sm-none {
    border-radius: 0px;
  }

  .rounded-sm-sm {
    border-radius: 0.125rem;
    /* 2px */
  }

  .rounded-sm {
    border-radius: 0.25rem;
    /* 4px */
  }

  .rounded-sm-md {
    border-radius: 0.375rem;
    /* 6px */
  }

  .rounded-sm-lg {
    border-radius: 0.5rem;
    /* 8px */
  }

  .rounded-sm-xl {
    border-radius: 0.75rem;
    /* 12px */
  }

  .rounded-sm-2xl {
    border-radius: 1rem;
    /* 16px */
  }

  .rounded-sm-3xl {
    border-radius: 1.5rem;
    /* 24px */
  }

  .rounded-sm-4xl {
    border-radius: 2rem;
    /* 24px */
  }

  .rounded-sm-5xl {
    border-radius: 2.5rem;
  }

  .rounded-sm-6xl {
    border-radius: 3rem;
  }

  .rounded-sm-full {
    border-radius: 9999px;
  }
}

@media (min-width: 768px) {
  .rounded-md-none {
    border-radius: 0px;
  }

  .rounded-md-sm {
    border-radius: 0.125rem;
    /* 2px */
  }

  .rounded-md {
    border-radius: 0.25rem;
    /* 4px */
  }

  .rounded-md-md {
    border-radius: 0.375rem;
    /* 6px */
  }

  .rounded-md-lg {
    border-radius: 0.5rem;
    /* 8px */
  }

  .rounded-md-xl {
    border-radius: 0.75rem;
    /* 12px */
  }

  .rounded-md-2xl {
    border-radius: 1rem;
    /* 16px */
  }

  .rounded-md-3xl {
    border-radius: 1.5rem;
    /* 24px */
  }

  .rounded-md-4xl {
    border-radius: 2rem;
    /* 24px */
  }

  .rounded-md-5xl {
    border-radius: 2.5rem;
  }

  .rounded-md-6xl {
    border-radius: 3rem;
  }

  .rounded-md-full {
    border-radius: 9999px;
  }
}

@media (min-width: 768px) {
  .rounded-lg-none {
    border-radius: 0px;
  }

  .rounded-lg-sm {
    border-radius: 0.125rem;
    /* 2px */
  }

  .rounded-lg {
    border-radius: 0.25rem;
    /* 4px */
  }

  .rounded-lg-md {
    border-radius: 0.375rem;
    /* 6px */
  }

  .rounded-lg-lg {
    border-radius: 0.5rem;
    /* 8px */
  }

  .rounded-lg-xl {
    border-radius: 0.75rem;
    /* 12px */
  }

  .rounded-lg-2xl {
    border-radius: 1rem;
    /* 16px */
  }

  .rounded-lg-3xl {
    border-radius: 1.5rem;
    /* 24px */
  }

  .rounded-lg-4xl {
    border-radius: 2rem;
    /* 24px */
  }

  .rounded-lg-5xl {
    border-radius: 2.5rem;
  }

  .rounded-lg-6xl {
    border-radius: 3rem;
  }

  .rounded-lg-full {
    border-radius: 9999px;
  }
}


/*============= POSITION z-index ============= */
.relative-index-1 {
  position: relative;
  z-index: 1;
}

.relative-index-9 {
  position: relative;
  z-index: 9;
}

.relative-index-99 {
  position: relative;
  z-index: 99;
}

.relative-index-999 {
  position: relative;
  z-index: 999;
}

.absol-center {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.absol-left {
  position: absolute;
  left: 0%;
  top: 50%;
  transform: translate(-40%, -50%);
}

.absol-right {
  position: absolute;
  right: 0%;
  top: 50%;
  transform: translate(60%, -50%);
}

/*============= height margin ============= */
.max-height-250 {
  max-height: 250px;
}

.max-height-350 {
  max-height: 350px;
}

.max-height-450 {
  max-height: 450px;
}

.max-height-550 {
  max-height: 550px;
}

.max-height-full {
  max-height: 100%;
}

@media (min-width: 992px) {
  .max-height-lg-250 {
    max-height: 250px;
  }

  .max-height-lg-350 {
    max-height: 350px;
  }

  .max-height-lg-450 {
    max-height: 450px;
  }

  .max-height-lg-550 {
    max-height: 550px;
  }

  .max-height-full {
    max-height: 100%;
  }

  .max-height-lg-full {
    max-height: 100%;
  }
}

/*============= spacing padding margin ============= */

.py-60 {
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}

.py-120 {
  padding-top: 120px !important;
  padding-bottom: 120px !important;
}

.px-60 {
  padding-left: 60px !important;
  padding-right: 60px !important;
}

.px-120 {
  padding-left: 120px !important;
  padding-right: 120px !important;
}

.pt-60 {
  padding-top: 60px !important;
}

.pt-120 {
  padding-top: 120px !important;
}

.pb-60 {
  padding-bottom: 60px !important;
}

.pb-120 {
  padding-bottom: 120px !important;
}

.my-60 {
  margin-top: 60px !important;
  margin-bottom: 60px !important;
}

.my-120 {
  margin-top: 120px !important;
  margin-bottom: 120px !important;
}

.mx-60 {
  margin-left: 60px !important;
  margin-right: 60px !important;
}

.mx-120 {
  margin-left: 120px !important;
  margin-right: 120px !important;
}

.mt-60 {
  margin-top: 60px !important;
}

.mt-120 {
  margin-top: 120px !important;
}

.mb-60 {
  margin-bottom: 60px !important;
}

.mb-120 {
  margin-bottom: 120px !important;
}

@media (min-width: 992px) {
  .py-lg-60 {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }

  .py-lg-120 {
    padding-top: 120px !important;
    padding-bottom: 120px !important;
  }

  .px-lg-60 {
    padding-left: 60px !important;
    padding-right: 60px !important;
  }

  .px-120 {
    padding-left: 120px !important;
    padding-right: 120px !important;
  }

  .pt-lg-60 {
    padding-top: 60px !important;
  }

  .pt-lg-120 {
    padding-top: 120px !important;
  }

  .pb-lg-60 {
    padding-bottom: 60px !important;
  }

  .pb-lg-120 {
    padding-bottom: 120px !important;
  }

  .my-lg-60 {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
  }

  .my-lg-120 {
    margin-top: 120px !important;
    margin-bottom: 120px !important;
  }

  .mx-lg-60 {
    margin-left: 60px !important;
    margin-right: 60px !important;
  }

  .mx-lg-120 {
    margin-left: 120px !important;
    margin-right: 120px !important;
  }


  .mt-lg-60 {
    margin-top: 60px !important;
  }

  .mt-lg-120 {
    margin-top: 120px !important;
  }

  .mb-lg-60 {
    margin-bottom: 60px !important;
  }

  .mb-lg-120 {
    margin-bottom: 120px !important;
  }
}

.fw-100 {
  font-weight: 100;
}

.fw-200 {
  font-weight: 200;
}

.fw-300 {
  font-weight: 300;
}

.fw-400 {
  font-weight: 400;
}

.fw-500 {
  font-weight: 500;
}

.fw-600 {
  font-weight: 600;
}

.fw-700 {
  font-weight: 700;
}

.fw-800 {
  font-weight: 800;
}

.fw-900 {
  font-weight: 900;
}

.flex-1 {
  flex: 1;
}

.flex-2 {
  flex: 2;
}

.flex-3 {
  flex: 3;
}

.flex-4 {
  flex: 4;
}

.flex-5 {
  flex: 5;
}

.flex-6 {
  flex: 6;
}

.flex-7 {
  flex: 7;
}

.flex-8 {
  flex: 8;
}

.flex-9 {
  flex: 9;
}

.flex-none {
  flex: none;
}

.flex-auto {
  flex: auto;
}

@media (min-width: 992px) {
  .flex-lg-1 {
    flex: 1;
  }

  .flex-lg-2 {
    flex: 2;
  }

  .flex-lg-3 {
    flex: 3;
  }

  .flex-lg-4 {
    flex: 4;
  }

  .flex-lg-5 {
    flex: 5;
  }

  .flex-lg-6 {
    flex: 6;
  }

  .flex-lg-7 {
    flex: 7;
  }

  .flex-lg-8 {
    flex: 8;
  }

  .flex-lg-9 {
    flex: 9;
  }

  .flex-lg-none {
    flex: none;
  }

  .flex-lg-auto {
    flex: auto;
  }
}

.line-height-18 {
  line-height: 18px;
}

.line-height-20 {
  line-height: 20px;
}

.line-height-22 {
  line-height: 22px;
}

.line-height-24 {
  line-height: 24px;
}

.line-height-26 {
  line-height: 26px;
}

.line-height-28 {
  line-height: 28px;
}

.line-height-30 {
  line-height: 30px;
}

.line-height-32 {
  line-height: 32px;
}

.line-height-34 {
  line-height: 34px;
}

.line-height-36 {
  line-height: 36px;
}

.line-height-38 {
  line-height: 38px;
}

.line-height-40 {
  line-height: 40px;
}

.z-index-1 {
  z-index: 1;
}

.z-index-9 {
  z-index: 9;
}

.z-index-99 {
  z-index: 99;
}

.z-index-999 {
  z-index: 999;
}

.z-index-9999 {
  z-index: 9999;
}

.font-size-8 {
  font-size: 8px;
}

.font-size-10 {
  font-size: 10px;
}

.font-size-12 {
  font-size: 12px;
}

.font-size-14 {
  font-size: 14px;
}

.font-size-16 {
  font-size: 16px;
}

.font-size-18 {
  font-size: 18px;
}

.font-size-20 {
  font-size: 20px;
}

.font-size-22 {
  font-size: 22px;
}

.font-size-24 {
  font-size: 24px;
}

.font-size-26 {
  font-size: 26px;
}

.font-size-28 {
  font-size: 28px;
}

.font-size-32 {
  font-size: 32px;
}

.font-size-34 {
  font-size: 34px;
}

.font-size-36 {
  font-size: 36px;
}

.font-size-38 {
  font-size: 38px;
}

.font-size-40 {
  font-size: 40px;
}

.font-size-42 {
  font-size: 42px;
}

.font-size-44 {
  font-size: 44px;
}

.font-size-46 {
  font-size: 46px;
}

.font-size-48 {
  font-size: 48px;
}

.font-size-62 {
  font-size: 62px;
}

@media (min-width: 992px) {
  .font-size-lg-8 {
    font-size: 8px;
  }

  .font-size-lg-10 {
    font-size: 10px;
  }

  .font-size-lg-12 {
    font-size: 12px;
  }

  .font-size-lg-14 {
    font-size: 14px;
  }

  .font-size-lg-16 {
    font-size: 16px;
  }

  .font-size-lg-18 {
    font-size: 18px;
  }

  .font-size-lg-20 {
    font-size: 20px;
  }

  .font-size-lg-22 {
    font-size: 22px;
  }

  .font-size-lg-24 {
    font-size: 24px;
  }

  .font-size-lg-26 {
    font-size: 26px;
  }

  .font-size-lg-28 {
    font-size: 28px;
  }

  .font-size-lg-32 {
    font-size: 32px;
  }

  .font-size-lg-34 {
    font-size: 34px;
  }

  .font-size-lg-36 {
    font-size: 36px;
  }

  .font-size-lg-38 {
    font-size: 38px;
  }

  .font-size-lg-40 {
    font-size: 40px;
  }

  .font-size-lg-42 {
    font-size: 42px;
  }

  .font-size-lg-44 {
    font-size: 44px;
  }

  .font-size-lg-46 {
    font-size: 46px;
  }

  .font-size-lg-48 {
    font-size: 48px;
  }

  .font-size-lg-62 {
    font-size: 62px;
  }

  .line-height-lg-18 {
    line-height: 18px;
  }

  .line-height-lg-20 {
    line-height: 20px;
  }

  .line-height-lg-22 {
    line-height: 22px;
  }

  .line-height-lg-24 {
    line-height: 24px;
  }

  .line-height-lg-26 {
    line-height: 26px;
  }

  .line-height-lg-28 {
    line-height: 28px;
  }

  .line-height-lg-30 {
    line-height: 30px;
  }

  .line-height-lg-32 {
    line-height: 32px;
  }

  .line-height-lg-34 {
    line-height: 34px;
  }

  .line-height-lg-36 {
    line-height: 36px;
  }

  .line-height-lg-38 {
    line-height: 38px;
  }

  .line-height-lg-40 {
    line-height: 40px;
  }
}

.object-position-bottom {
  object-position: bottom;
}

.object-position-center {
  object-position: center;
}

.object-position-left {
  object-position: left;
}

.object-position-right {
  object-position: right;
}

.object-position-top {
  object-position: top;
}

/* Card */
.card1 {
  background: url(../images/card1.png) no-repeat center/cover;
  border-radius: 20px;
}

.card2 {
  background: url(../images/card2.png) no-repeat left/cover;
  border-radius: 20px;
}

.card3 {
  background: url(../images/card3.png) no-repeat center/cover;
  border-radius: 20px;
}

.card3-right {
  background: url(../images/card3.png) no-repeat center right/160% 100%;
  border-radius: 20px;
}

.card4 {
  background: url(../images/card4.png) no-repeat center/cover;
  border-radius: 20px;
}

.card5 {
  background: url(../images/card5.png) no-repeat center/cover;
  border-radius: 20px;
}

.card6 {
  background: url(../images/card6.png) no-repeat center/100% 100%;
  border-radius: 20px;
}

.card7 {
  background: url(../images/card7.jpg) no-repeat center/100% 100%;
  border-radius: 20px;
}

.card8 {
  background: url(../images/card8.png) no-repeat center/100% 100%;
  border-radius: 20px;
}

.card9 {
  background: url(../images/card9.png) no-repeat center/100% 100%;
  border-radius: 20px;
}

.card10 {
  background: url(../images/card10.png) no-repeat center/100% 100%;
  border-radius: 20px;
}

.card11 {
  background: url(../images/card11.png) no-repeat center/100% 100%;
  border-radius: 20px;
}

.card12 {
  background: linear-gradient(90deg, rgb(72 177 107) 0%, rgb(27 115 63) 100%);
  border-radius: 20px;
  border: 2px solid #54c277;
  color: #000;
}

.card13 {
  background: linear-gradient(180deg, rgba(51, 51, 51, 1) 0%, rgba(33, 33, 33, 1) 100%);
  border-radius: 22px;
}

.card14 {
  background: url(../images/card-14.jpg) no-repeat center/100% 100%;
  border-radius: 20px;
}

.card-white1 {
  background: url(../images/card-white1.png) no-repeat center/100% 100%;
  border: 4px solid #fff;
}

.card-white-blur {
  backdrop-filter: blur(10px);
  background: #ffffff1f;
  border-radius: 20px;
}

.card-dark-blur {
  backdrop-filter: blur(10px);
  background: #0000001f;
  border-radius: 20px;
}



.card-gray {
  background-color: #515151d4;
  box-shadow: -1px -1px 0 0 #ffffff69;
}

.card-green {
  background: #20b26c;
  border-radius: 40px;
}

.card-col-2 {
  width: 100%;
  max-width: 280px;
}

.card-col-3 {
  width: 100%;
  max-width: 370px;
}


.card-white-blur label {
  color: #fff;
}

.card-white-blur .inputan input::placeholder {
  color: #ffffffa1;
}




.card-white-blur .inputan input,
.card-white-blur #phone {
  border-bottom: 2px solid #fff;
}

.card-white-blur .inputan input:focus {
  border-bottom: 2px solid #20b26c;
}

.card-white-blur .iti--separate-dial-code .iti__selected-flag {
  background-color: #ffffff52 !important;
}


@media (max-width: 1400px) {
  .card-col-3 {
    max-width: 350px;
  }
}

@media (max-width: 1200px) {
  .card-col-3 {
    max-width: 330px;
  }
}

@media (max-width: 991px) {
  .card-col-3 {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
  }
}

/* Winner Section */





/* ====================FORM============ */

.zf-tempFrmWrapper {
  position: relative;
}

.taeeeekkkkkkkkkkkkkkkk {
  display: none;
}

.zf-phwrapper span:first-child {
  width: 9%;
}

.zf-phwrapper span {
  width: 89%;
}

.iti {
  padding: 2px 0;
}

.full-phone {
  width: 100%;
}

form ul {
  list-style: none;
  padding: 0;
}

.zf-nameWrapper {
  width: 100%;
  display: flex;
}

.zf-tempFrmWrapper {
  margin-bottom: 20px;
}

.zf-nameWrapper .inputan,
.zf-tempContDiv .inputan {
  display: flex;
  flex-direction: column-reverse;
}

.inputan input {
  background: #0000;
  border: none;
  border-bottom: 2px solid #000;
  padding: 10px;
  color: #fff;
}

.inputan input::placeholder {
  color: #000;
}

.zf-tempFrmWrapper label {
  font-weight: 600;
}

.inputan input:focus {
  outline: none;
  background: none;
  border-bottom: 2px solid #ffffff;
}

.inputan input:focus::placeholder {
  color: #fff;
}

.inputan-phone input {
  padding-left: 120px;
}

.phone-susah-diatur {
  position: relative;
}

.zf-phwrapper {
  position: relative;
}

.phone-negara {
  position: absolute;
}

#phone {
  padding: 5px 4px;
  width: 0;
  border: none;
  background: #fff0;
  font-weight: 600;
  /* min-width: 100px; */
}

#phone:focus {
  outline: none;
}

.phone-susah-diatur .nah-phone-iki {
  position: absolute;
  top: 38px;
}

.iti--separate-dial-code .iti__selected-flag {
  background-color: #1a955a !important;
  min-width: 100px;
}

.iti__selected-dial-code {
  color: #fff;
}

[type="checkbox"] {
  transform: scale(1.4);
  margin-right: 8px;
}

.iti__country-name {
  color: #000 !important;
}



/* REGISTER+++++++++++++++++++ */
#phone {
  width: 100%;
}

.nah-phone-iki,
.iti--allow-dropdown {
  width: 100%;
  max-width: 100%;
}

#phone {
  background: #0000;
  border: none;
  border-bottom: 2px solid #000;
  padding: 10px;
  color: #fff;
}

.iti__selected-flag {
  height: calc(100% - 3px);
}

.input-hiden {
  display: none;
}

.phone-susah-diatur .nah-phone-iki {
  position: relative;
  top: 0;
}

.iti__selected-flag {
  height: calc(100% - 3px) !important;
}


.radial-1 {
  background: radial-gradient(34.98% 34.98% at 40% 50%, #48C81B -90%, rgba(6, 19, 45, 0) 90%);
  height: 1500px;
  opacity: 1;
  width: 1500px;
  transform: scale(1.2);
}

.radial-2 {
  background: radial-gradient(34.98% 34.98% at 40% 50%, #1bc875 -90%, rgba(6, 19, 45, 0) 90%);
  height: 1500px;
  opacity: 1;
  width: 1500px;
  transform: scale(1.2);
}


/* Card Arrow */
.card-arrow-3 {
  position: relative;
}

.card-arrow-3::after {
  content: "\F138";
  font-family: 'bootstrap-icons';
  position: absolute;
  font-size: 50px;
  right: 0;
  top: 50%;
  transform: translate(150%, -50%);
}

.card-arrow-3:last-child::after {
  content: none;
}

@media (max-width: 991px) {
  .card-arrow-3::after {
    right: 50%;
    bottom: 0;
    top: auto;
    transform: translate(50%, 120%) rotate(90deg);
  }
}


#accordion-section .accordion {}

#accordion-section .accordion-button {
  font-size: 20px;
  padding: 22px 16px;
  border-radius: 20px;
}

#accordion-section .accordion-button li {
  font-size: 20px;
}

#accordion-section .accordion-button {
  background: linear-gradient(#333, #212121);
  color: var(--color-white)
}

#accordion-section .accordion-button:not(.collapsed) {
  background: var(--color-green);
  color: var(--dark);
  box-shadow: none;

}

#accordion-section h2.accordion-header {
  padding: 0;
}

#accordion-section .accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23212529' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M2 5L8 11L14 5'/%3e%3c/svg%3e")
}

#accordion-section .accordion-button::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23ffffff' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M2 5L8 11L14 5'/%3e%3c/svg%3e");
}

#accordion-section .accordion-item:first-of-type,
.accordion-item:not(:first-of-type) {
  border-radius: 22px;
}

#accordion-section .accordion-collapse .accordion-body {
  padding: 10px 20px;
}

#accordion-section .accordion-item {
  border: 2px solid #333;
  background: none;
  color: #fff;
}

#accordion-section .accordion-body p,
#accordion-section .accordion-body li {
  font-size: 18px;
}

@media (max-width:768px) {
  #accordion-section .accordion-button li {
    font-size: 22px;
  }
}


.absolute-all-center {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.absolute-vertical-center {
  left: 50%;
  transform: translateX(-50%);
}

.absolute-horizontal-center {
  top: 50%;
  transform: translateY(-50%);
}

.absolute-left-0 {
  left: 0;
}

.absolute-right-0 {
  right: 0;
}

.absolute-top-0 {
  top: 0;
}

.absolute-bottom-0 {
  bottom: 0;
}

.absolute-left-50 {
  left: 50%;
}

.absolute-right-50 {
  right: 50%;
}

.absolute-top-50 {
  top: 50%;
}

.absolute-bottom-50 {
  bottom: 50%;
}


.absolute-left-min-50 {
  left: 0%;
  transform: translate(-40%, -50%);
}

.absolute-left-half-50 {
  left: 0%;
  transform: translate(-50%, -50%);
}

.absolute-right-min-50 {
  right: 0%;
  transform: translate(60%, -50%);
}

.absolute-right-half-50 {
  right: 0%;
  transform: translate(50%, -50%);
}

.absolute-l-min-50 {
  left: 0%;
  transform: translate(-50%, -50%);
}

.absolute-l-half-50 {
  left: 0%;
  transform: translate(-50%, -50%);
}

.absolute-r-min-50 {
  right: 0%;
  transform: translate(50%, -50%);
}

.absolute-r-half-50 {
  right: 0%;
  transform: translate(50%, -50%);
}



.tnc-text {
  color: var(--color-yellow);
  transition: .5s;
  ;
}

.tnc-text:hover {
  color: var(--color-white);
  transition: .5s;
}


li {
  padding: 0px;
  margin: 0px;
}

/* 
============================================================
============================================================
===================== LIST SEGITIGA ========================
============================================================
============================================================ 
*/
.list-segitiga li::marker {
  color: var(--color-green);
  font-size: 16px;
}

.list-segitiga {
  list-style-type: "▶   ";
  display: inline-block !important;
}

.list-segitiga li {
  margin: 10px 0;
}

.list-segitiga li span {
  color: var(--color-gray);
  font-size: 18px;
}






/* 
============================================================
============================================================
======================== LIST ONGKO ========================
============================================================
============================================================ 
*/

.list-ongko li::marker {
  color: #20B26C;
  font-weight: bold;
}


/* Promotion Period */
.schedule-date::before {
  content: "";
  display: block;
  /* border-left: solid 2px #ffffff; */
  background: url(../images/ab1.png);
  width: 464px;
  height: 27px;
  position: absolute;
  top: -8px;
  left: 50%;
  z-index: 1;
  transform: translateX(-50%) scale(.8);
}

.schedule-date::after {
  content: "";
  display: block;
  /* border-left: solid 2px #ffffff; */
  background: url(../images/ab1.png);
  width: 464px;
  height: 27px;
  position: absolute;
  bottom: -8px;
  left: 50%;
  z-index: 1;
  transform: translateX(-50%) scale(.8) rotate(180deg);
}

.schedule-date2::before {
  content: "";
  display: block;
  /* border-left: solid 2px #ffffff; */
  background: url(../images/ab2.png);
  width: 464px;
  height: 27px;
  position: absolute;
  top: -8px;
  left: 50%;
  z-index: 1;
  transform: translateX(-50%) scale(.8);
}

.schedule-date2::after {
  content: "";
  display: block;
  /* border-left: solid 2px #ffffff; */
  background: url(../images/ab2.png);
  width: 464px;
  height: 27px;
  position: absolute;
  bottom: -8px;
  left: 50%;
  z-index: 1;
  transform: translateX(-50%) scale(.8) rotate(180deg);
}

@media (max-width: 767px) {
  .schedule-date::before {
    transform: translateX(-50%) scale(.5);
  }

  .schedule-date::after {
    transform: translateX(-50%) scale(.5) rotate(180deg);
  }

  .schedule-date2::before {
    transform: translateX(-50%) scale(.5);
  }

  .schedule-date2::after {
    transform: translateX(-50%) scale(.5) rotate(180deg);
  }
}











/* TIMELINE============== */
/* Container for the timeline */
.timeline-container {
  position: relative;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

/* Central vertical timeline line */
.timeline-container::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 4px;
  background-color: #20b26c;
  transform: translateX(-50%);
}

/* Timeline items */
.timeline-item {
  position: relative;
  width: 50%;
  padding: 20px;
  box-sizing: border-box;
  opacity: 0;
  transition: opacity 1s ease-out, transform 1s ease-out;
}

.timeline-item.left {
  left: 0;
}

.timeline-item.right {
  left: 50%;
}

.timeline-item.visible {
  opacity: 1;
  transform: translateY(0);
}

.timeline-item.left.visible {
  transform: translateX(-6px);
}

.timeline-item.right.visible {
  transform: translateX(6px);
}

.timeline-content {
  background-color: rgb(40 45 48);
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0 0 4px rgb(29 160 86), 0 0 16px rgb(102 244 192 / 40%);
  position: relative;
  display: flex;
  align-items: center;
  transition: box-shadow 0.5s ease, transform 0.3s ease;
}

/* Remove glow and slightly shrink on hover */
.timeline-content:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  transform: scale(0.98);
}

/* Timeline Date next to the central line */
.timeline-date {
  position: absolute;
  top: 3px;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #141414;
  color: #20b26c;
  font-weight: bold;
  font-size: 18px;
  padding: 8px 12px;
  border-radius: 10px;
  z-index: 1;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  min-width: 190px;
  text-align: center;
}

.timeline-title {
  font-size: 22px;
  color: #20b26c;
  margin-bottom: 10px;
}

.timeline-description {
  font-size: 15px;
  color: #d4e0e6;
  line-height: 1.6;
}

/* Arrow to connect items with the central line */
.timeline-item.left::before {
  content: '';
  position: absolute;
  top: 40px;
  right: -12px;
  width: 12px;
  height: 12px;
  background-color: #20b26c;
  border-radius: 50%;
}

.timeline-item.right::before {
  content: '';
  position: absolute;
  top: 40px;
  left: -12px;
  width: 12px;
  height: 12px;
  background-color: #20b26c;
  border-radius: 50%;
}

@media (max-width: 991px) {}

/* Responsive styles for mobile */
@media (max-width: 768px) {
  .timeline-item {
    width: 100%;
    padding-left: 40px;
    padding-right: 40px;
  }

  .timeline-item.right {
    left: 0;
  }

  .timeline-container::before {
    left: 20px;
  }

  .timeline-item.left::before,
  .timeline-item.right::before {
    left: 20px;
    right: auto;
  }

  .timeline-date {
    left: 20px;
    transform: translate(-3px, -50%);
  }

  .timeline-item.right.visible {
    transform: translateX(-6px);
  }
}

/* TABLE============== */
#table-hj table {
  border: 2px solid #54c277;
  border-collapse: separate;
  border-radius: 20px;
  border-spacing: 0;
}

#table-hj thead {
  height: 40px;
}

#table-hj thead,
#table-hj tbody {
  text-align: center;
}

#table-hj tbody,
#table-hj tr,
#table-hj td {
  border: 1px solid #54c277;
}

#table-hj .table-inner {
  height: 32px;
}

#table-hj .table-head {
  background: linear-gradient(90deg, rgb(12 94 48) 0%, rgb(87 198 122) 50%, rgb(12 94 48) 100%);
  font-size: 24px;
}


#table-hj .table-head th {
  padding: 14px;
  border: 1px solid black;
}

#table-hj .table-head th:first-child {
  border-radius: 20px 0 0 0;
}

#table-hj .table-head th:last-child {
  border-radius: 0 20px 0 0;
}

#table-hj .table-body {
  font-size: 22px;
}

#table-hj .table-body td {
  padding: 30px 16px;
}

#table-hj tbody tr:last-child td:first-child {
  border-radius: 0 0 0 20px;
}

#table-hj tbody tr:last-child td:last-child {
  border-radius: 0 0 20px 0;
}

#table-hj .sub-head p {
  font-size: 35px;
  line-height: 1.2;
  color: #fff;
}

/* Table teal */
#table-tl table {
  border: 2px solid #F4D194;
  border-collapse: separate;
  border-radius: 20px;
  border-spacing: 0;
}

#table-tl thead {
  height: 40px;
}

#table-tl thead,
#table-tl tbody {
  text-align: center;
}

#table-tl tbody,
#table-tl tr,
#table-tl td {
  border: 1px solid #F4D194;
}

#table-tl .table-inner {
  height: 32px;
}

#table-tl .table-head {
  background: linear-gradient(90deg, rgba(246, 212, 152, 1) 0%, rgba(222, 181, 116, 1) 50%, rgba(246, 212, 152, 1) 100%);
  font-size: 24px;
}

#table-tl .table-head th {
  padding: 14px;
  border: 1px solid black;
}

#table-tl .table-head th:first-child {
  border-radius: 20px 0 0 0;
}

#table-tl .table-head th:last-child {
  border-radius: 0 20px 0 0;
}

#table-tl .table-body {
  font-size: 22px;
}

#table-tl .table-body td {
  padding: 30px 16px;
}

#table-tl tbody tr:last-child td:first-child {
  border-radius: 0 0 0 20px;
}

#table-tl tbody tr:last-child td:last-child {
  border-radius: 0 0 20px 0;
}

#table-tl .sub-head p {
  font-size: 35px;
  line-height: 1.2;
  color: #fff;
}

#section-table .section__title:after {
  filter: hue-rotate(275deg) brightness(90%) saturate(150%);
}

#section-table .obj-2,
#section-table .obj-1 {
  transform: scale(.5);
}

@media (max-width: 767px) {
  #section-table .section__title h3 {
    font-size: 35px;
  }

  #section-table {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .about__funFact-images .main-img {
    max-width: 330px;
  }
}

.table-wrap {
  background: #1B1A1A;
  border-radius: 45.26px;
}

@media (min-width: 992px) {}

@media (max-width: 991px) {
  .sub-head.text-center p {
    font-size: 20px;
  }
}

.zf-errorMessage {
  color: red;
}




.ul-checklist {
  list-style: none;
  padding-left: 0;
}

.ul-checklist li {
  position: relative;
  padding-left: 1.5em;
  /* space to preserve indentation on wrap */
}

.ul-checklist li:before {
  content: '';
  /* placeholder for the SVG */
  position: absolute;
  left: 6px;
  top: 6px;
  width: 1em;
  height: 1em;
  /* background: url("data:image/svg+xml;utf8,<?xml version='1.0' encoding='utf-8'?><svg width='18' height='18' viewBox='0 0 1792 1792' xmlns='http://www.w3.org/2000/svg'><path d='M1671 566q0 40-28 68l-724 724-136 136q-28 28-68 28t-68-28l-136-136-362-362q-28-28-28-68t28-68l136-136q28-28 68-28t68 28l294 295 656-657q28-28 68-28t68 28l136 136q28 28 28 68z'/></svg>") no-repeat; */
  background: url("data:image/svg+xml;utf8,<?xml version='1.0' encoding='utf-8'?><svg width='18' height='18' viewBox='0 0 1792 1792' xmlns='http://www.w3.org/2000/svg'><path fill='%2320B26C' d='M1671 566q0 40-28 68l-724 724-136 136q-28 28-68 28t-68-28l-136-136-362-362q-28-28-28-68t28-68l136-136q28-28 68-28t68 28l294 295 656-657q28-28 68-28t68 28l136 136q28 28 28 68z'/></svg>") no-repeat;
}

.card-isi-3 {
  width: 100%;
  max-width: 400px;
  min-width: 350px;
}

@media (max-width: 480px) {
  .card-isi-3 {
    min-width: 100%;
  }

  #button-submit-leadform {
    width: 100%;
    display: flex;
    justify-content: center;
  }
}

/* blend-mode */
.blend-screen {
  mix-blend-mode: screen;
}

.blend-multiply {
  mix-blend-mode: multiply;
}