@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap");
:root {
  --alt-font: "Inter", sans-serif;
  --primary-font: "Inter", sans-serif;
  --base-color: #2063ae;
  --dark-gray: #181b31;
  --green: #0fc978;
  --medium-gray: #6e7982;
  --bs-heading-color: #181b31;
}
.text-putih {
    color: white !important;
}

.bg-hitam {
    background: black !important;
}

.bg-abu {
    background: #E7E6E6 !important;
}

.bg-biru-soft {
    background: #9CC2E5 !important;
}

.program {
    width: 100%;
}

.program h6 {
    font-size: 14px !important;
}

@media(max-width: 768px) {
    .program {
        width: max-content;
    }
}

::-webkit-input-placeholder {
  color: #6e7982 !important;
  text-overflow: ellipsis;
}
::-moz-placeholder {
  color: #6e7982 !important;
  text-overflow: ellipsis;
  opacity: 1;
}
:-ms-input-placeholder {
  color: #6e7982 !important;
  text-overflow: ellipsis;
  opacity: 1;
}
body {
  line-height: 25px;
}
.header-icon .icon > a {
  font-size: 15px;
}
header .navbar-brand img {
  max-height: 50px;
}
.sticky .header-transparent .header-button .btn {
  background-color: var(--dark-gray);
  color: var(--white);
}
.sticky .header-transparent .header-button .btn:hover {
  border-color: var(--dark-gray);
}
.navbar .navbar-nav .nav-link {
  font-size: 12px;
}
.bg-midnight-dark-blue {
  background-color: #191d3c;
}
.bg-dark-blue {
  background-color: #0d1229;
}
.bg-arsenic-grey {
  background-color: #3c414a !important;
}
.bg-transparent-white-light {
  background-color: rgba(255, 255, 255, 0.1) !important;
}
.btn {
  text-transform: initial;
  letter-spacing: 0px;
}
.btn i,
.btn.btn-hover-animation-switch .btn-icon {
  margin-left: 6px;
}
.btn.btn-switch-text.btn-extra-large > span {
  font-size: 17px;
  padding: 16px 36px;
}
.btn.btn-switch-text.btn-large > span {
  font-size: 15px;
  padding: 14px 34px;
}
.btn.btn-switch-text.btn-medium > span {
  font-size: 14px;
  padding: 12px 28px;
}
.btn.btn-switch-text.btn-small > span {
  font-size: 13px;
  padding: 8px 20px;
}
.btn.btn-switch-text.btn-very-small > span {
  font-size: 12px;
  padding: 6px 20px;
}
.btn.btn-link {
  padding: 0 0 2px;
}
.btn-yellow {
  background-color: var(--yellow);
  color: var(--dark-gray);
}
.btn-yellow:hover {
  background-color: transparent;
  border-color: var(--yellow);
  color: var(--yellow);
}
.btn.btn-box-shadow.btn-yellow:hover {
  background-color: var(--yellow) !important;
  color: var(--dark-gray) !important;
}
.btn-green {
  background-color: var(--green);
  color: var(--white);
}
.btn-green:hover {
  background-color: var(--white);
  border-color: var(--white);
  color: var(--dark-gray);
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 25px;
}
.page-title-extra-small h2 {
  font-size: 3.25rem;
  line-height: 3.425rem;
}
.form-check-input:checked {
  background-color: var(--base-color) !important;
  border-color: var(--base-color) !important;
}
.form-check-input:focus {
  outline: none;
  box-shadow: none;
}
footer {
  padding-top: 100px;
}
footer .footer-logo img {
  max-height: 32px;
}
.footer-dark a:hover {
  color: var(--white);
}
footer ul li {
  margin-bottom: 0;
}
.newsletter-style-02 .btn i {
  top: -1px;
}
.newsletter-style-02 input {
  font-size: 14px;
}
@media (max-width: 991px) {
  [data-mobile-nav-style="full-screen-menu"] .navbar-full-screen-menu-inner {
    background-image: url(../../images/demo-hosting-mobile-menu-bg.jpg);
    background-position: center center;
    background-size: cover;
  }
}
@media (max-width: 1199px) {
  .btn.btn-switch-text.btn-small > span {
    padding: 6px 18px;
  }
  footer {
    padding-top: 80px;
  }
  .btn.btn-switch-text.btn-extra-large > span {
    padding: 16px 30px;
  }
  .btn.btn-switch-text.btn-large > span {
    padding: 14px 30px;
  }
}
@media (max-width: 767px) {
  footer {
    padding-top: 50px;
  }
  .newsletter-style-02 .btn i {
    top: 0;
  }
}
.header-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    45deg,
    rgba(var(--bs-primary-rgb), 0.75),
    rgba(0, 135, 81, 0.75)
  );
  backdrop-filter: blur(2px);
}
.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(45deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
}
.decrease-top {
  padding: 50px 50px 0;
  margin-top: -50px;
  z-index: 99;
  position: relative;
  background: white;
  border-radius: 2rem;
}
@media (max-width: 767.98px) {
  .decrease-top {
    padding: 35px 25px 0;
    margin-top: -40px;
    border-radius: 1.5rem;
  }
}
@media (max-width: 767.98px) {
  .countdown-style-02 .countdown-box {
    position: relative;
    width: fit-content;
    padding: 0 15px;
    color: var(--white);
    font-family: var(--alt-font);
    display: inline-block;
    text-align: center;
  }
  .countdown-style-02 .countdown-box .number {
    font-size: 1.25rem;
    line-height: 1.5rem;
    font-weight: 600;
    letter-spacing: -1px;
  }
  .countdown-style-02 .countdown-box span {
    font-size: 10px;
    line-height: 12px;   
  }
  .countdown-style-02 .countdown-box:before {
      font-size: 2rem;
    }
}
.breadcrumb.light a {
  color: #febb37;
}
.breadcrumb.light .breadcrumb-item.active {
  color: rgba(255, 255, 255, 0.5);
}
.breadcrumb-item + .breadcrumb-item::before {
  color: rgba(255, 255, 255, 0.5);
}
.header-padding {
  padding-bottom: 5rem;
}
.ornament-yellow {
  position: absolute;
  object-fit: contain;
  height: 750px;
  width: 750px;
  left: -375px;
  top: -375px;
  opacity: 0.75;
}
@media (max-width: 767.98px) {
  .ornament-yellow {
    height: 500px;
    width: 500px;
    left: -250px;
    top: -250px;
  }
}
header .navbar [class*="col-"] .navbar-nav .nav-item {
  position: relative;
}
header .navbar [class*="col-"] .navbar-nav .nav-item:after {
  content: "";
  background: #febb37;
  height: 3px;
  bottom: 0;
  position: absolute;
  width: 0;
  transition: all 0.3s ease;
}
header .navbar [class*="col-"] .navbar-nav .nav-item:hover:after,
header .navbar [class*="col-"] .navbar-nav .nav-item.active:after {
  bottom: 0;
  right: 0;
  width: 100%;
}
.reset-desc ul li {
  list-style: unset !important;
}
.price-item-container {
  border-radius: 1rem;
  overflow: hidden;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.price-item-container .price-item-header {
  background: linear-gradient(45deg, #2063ae, #246fc4);
  color: white;
  font-size: 1.25rem;
  padding: 15px 30px;
  font-weight: 500;
}
.price-item-container .price-item-content {
  padding: 20px 30px;
}
.price-item-container .price-item-content .price {
  font-size: 2rem;
  line-height: normal;
  font-weight: 600;
  color: #008751;
}
.tour-container .tour-title {
  padding: 10px 20px;
  background: rgba(0, 0, 0, 0.05);
  color: rgba(var(--bs-dark-rgb), 1) !important;
  font-weight: 600;
  font-size: 1.1rem;
  border-radius: 10px;
}
.tour-container .tour-itinerary {
  padding: 20px 30px;
}
.tour-container .tour-itinerary .item {
  padding: 10px 0;
  display: flex;
  gap: 20px;
  position: relative;
}
.tour-container .tour-itinerary .item:before {
  content: "";
  position: absolute;
  left: calc(7.5px - 1px);
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  width: 1px;
  z-index: -1;
}
.tour-container .tour-itinerary .item:last-child:before {
  display: none;
}
.tour-container .tour-itinerary .item .bullet {
  height: 15px;
  min-width: 15px;
  background: #008751;
  border-radius: 50%;
  position: relative;
}
.tour-container .tour-itinerary .item .bullet:before {
  content: "";
  position: absolute;
  width: 25px;
  height: 25px;
  background: #008751;
  border-radius: 50%;
  left: -5px;
  top: -5px;
  z-index: -1;
  opacity: 0.25;
}
.tour-container .tour-itinerary .item .detail {
  line-height: normal;
}
.hotel-container {
  padding: 20px;
  border-radius: 10px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.hotel-container .hotel-img {
  border-radius: 5px;
  aspect-ratio: 2 / 1.25;
  object-fit: cover;
}
.hotel-container .title {
  font-size: 1.1rem;
  line-height: normal;
  font-weight: 600;
  margin: 0;
}
.hotel-container .description {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.hotel-container .description .description-item p {
  line-height: 1.5;
}
.hotel-container .description .description-item .desc-title {
  font-size: 0.9rem;
  color: rgba(0, 0, 0, 0.3);
}
.hotel-container .btn-direction {
  width: 100%;
  background: rgba(0, 0, 0, 0.1);
  padding: 5px 20px;
  margin-top: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-radius: 5px;
}
.tourrec-container {
  padding: 20px;
  border-radius: 10px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.tourrec-container .tourrec-img {
  border-radius: 5px;
  aspect-ratio: 2 / 1.25;
  object-fit: cover;
}
.tourrec-container .title {
  font-size: 1.1rem;
  line-height: normal;
  font-weight: 600;
  margin: 0;
}
.tourrec-container .description {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.tourrec-container .description .description-item p {
  line-height: 1.5;
}
.tourrec-container .description .description-item .desc-title {
  font-size: 0.9rem;
  color: rgba(0, 0, 0, 0.3);
}
.tourrec-container .btn-direction {
  width: 100%;
  background: rgba(0, 0, 0, 0.1);
  padding: 5px 20px;
  margin-top: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-radius: 5px;
  color: var(--bs-gray);
}
header .navbar-brand {
  margin-right: 0;
  vertical-align: middle;
  padding: 10px 0;
  display: inline-block;
  font-size: 0;
}
.speaker-container {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.speaker-container .speaker-img {
  aspect-ratio: 3 / 4;
  border-radius: 10px;
  object-fit: cover;
  width: 100%;
}
.speaker-container .name {
  margin: 0;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: normal;
}
.speaker-container .description {
  font-size: 0.9rem;
  line-height: 1.4;
  font-style: italic;
  margin: 0;
}
.session-container {
  background: var(--bs-primary);
  padding: 15px 20px;
  border-radius: 15px;
  color: white;
}
.session-container .content.top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  line-height: normal;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.75);
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.session-container .content.center {
  padding: 15px 0;
}
.session-container .content.center .session-title {
  color: white;
  font-size: 1.5rem;
  margin: 0;
}
.content.bottom {
  line-height: normal;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.75);
}
.logo-footnote {
  width: 100%;
  height: 80px;
  object-fit: contain;
  object-position: center;
}
.logo-eo {
  width: 100%;
  height: 120px;
  object-fit: contain;
  object-position: center;
}
.logo-partner {
  width: 100%;
  height: 60px;
  object-fit: contain;
  object-position: center;
}
@media (max-width: 991px) {
    .logo-eo {
      height: 80px;
    }
  .logo-partner {
      height: 40px;
    }
}
@media (max-width: 991px) {
  .navbar.bg-transparent,
  .navbar-modern-inner.bg-transparent,
  .navbar-full-screen-menu-inner.bg-transparent {
    background-color: transparent !important;
  }
}
.navbar-toggler-line {
  background: white;
}
.hero-background-img {
    position: absolute;
    inset: 0;
}
.hero-background-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    animation: animatedBackground 10s linear infinite alternate;
}
@keyframes animatedBackground {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.2);
  }
}
.listocprofile-container .listoc-name {
    font-size: 1.25rem;
    font-weight: 600;
    color: rgba(var(--bs-dark-rgb), 1) !important;
    margin-bottom: 10px;
}
.listocprofile-container .listoc-name .info {
    font-weight: 400;
    font-style: italic;
}
.listocprofile-container .listoc-img {
    width: 250px;
    border-radius: 10px;
}
.listscprofile-container .listsc-name {
    font-size: 1.25rem;
    font-weight: 600;
    color: rgba(var(--bs-dark-rgb), 1) !important;
    margin-bottom: 10px;
}
.listscprofile-container .listsc-name .info {
    font-weight: 400;
    font-style: italic;
}
.listscprofile-container .listsc-img {
    width: 250px;
    border-radius: 10px;
}
.marquee-area, .marquee-two-area, .marquee-light-area {
  overflow: hidden;
}
.marquee__wrp {
  position: relative;
}
.marquee__slide {
  display: flex;
  position: relative;
}
.marquee__slide.marquee-revers .marquee__item-wrp, .marquee__slide.marquee-revers .marquee-two__item-wrp {
  position: relative;
  -webkit-animation: slide-har-revers 20s linear infinite;
  animation: slide-har-revers 20s linear infinite;
}
@-webkit-keyframes slide-har-revers {
  100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@keyframes slide-har-revers {
  100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.marquee__item, .marquee-two__item, .marquee-light__item {
  padding: 0 50px;
}
.marquee__item h4, .marquee-two__item h4, .marquee-light__item h4 {
  white-space: nowrap;
  font-size: 40px;
  line-height: 50px;
}
.marquee__item-wrp, .marquee-two__item-wrp {
  display: flex;
  gap: 10px;
  position: relative;
  -webkit-animation: slide-har 40s linear infinite;
  animation: slide-har 40s linear infinite;
}
@-webkit-keyframes slide-har {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@keyframes slide-har {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.marquee-two-area, .marquee-light-area {
  padding: 15px 0;
  background-color: var(--primary-color);
}
.marquee-two-area.page-contact, .page-contact.marquee-light-area {
  background-color: #144c3a;
}
.marquee-two__item, .marquee-light__item {
  padding: 0 25px;
}
.marquee-light-area {
  background-color: var(--white);
  transform: rotate(-2.12deg);
  margin-top: -80px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .marquee-light-area {
    margin-top: 0;
    transform: rotate(0deg);
  }
}
.marquee-light-area.marquee-revers-area {
  background-color: #de9fff;
  transform: rotate(2.12deg);
  overflow: hidden;
}
@media (max-width: 767px) {
  .marquee-light-area.marquee-revers-area {
    transform: rotate(0deg);
  }
}
.marquee-light__item {
  padding: 0 14px;
}
.marquee-light__item h4 {
  text-transform: uppercase;
  font-size: 44px;
  line-height: 56px;
}
@media (max-width: 767px) {
  .marquee-light__item h4 {
    font-size: 30px;
    line-height: 40px;
  }
}
.marquee-light__item h4 a {
  color: var(--heading-color) !important;
  font-family: var(--space-grotesk);
}
.marquee-four-area {
  overflow: hidden;
  margin-top: -50px;
  position: relative;
  z-index: 1;
}
.brand-area p {
  color: rgba(255, 255, 255, 0.6980392157);
  font-size: 14px;
}
.brand__slider .marquee__item, .brand__slider .marquee-two__item, .brand__slider .marquee-light__item {
  padding: 0px 10px;
}
@media (max-width: 767px) {
  .brand__slider .marquee__item, .brand__slider .marquee-two__item, .brand__slider .marquee-light__item {
    padding: 0px 15px;
  }
}
.brand__slider .marquee__item img {
    /*width: 100px;*/
    max-width: unset;
    object-fit: contain;
    height: 60px;
}