@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap");

@font-face {
  font-family: LogoFont;
  src: url(../font/Avenir-Next-Condensed-Demi-Bold.ttf);
}

body {
  font-family: "Inter", serif;
  --bs-body-color: #363636;
  --bs-primary-rgb: 71, 131, 183;
  --bs-secondary-rgb: 143, 143, 143;
  --bs-link-color-rgb: 191, 10, 153;
  --bs-link-hover-color-rgb: 191, 10, 193;
}

.navbar {
  --bs-navbar-nav-link-padding-x: 1.25rem;
}
.nav {
  --bs-nav-link-color: #8f8f8f;
  --bs-nav-link-font-weight: 500;
}
.nav .active {
  font-weight: 700;
}
.nav.flex-column .active {
  color: rgb(var(--bs-primary-rgb));
}
.nav-pills {
  --bs-nav-pills-border-radius: var(--bs-border-radius-pill);
}
.nav-tags {
  --bs-nav-link-color: #ffffff;
  --bs-nav-link-hover-color: #ffffff;
}
.nav-tags .nav-link {
  background: #ffffff33;
  margin-right: 1rem;
  margin-bottom: 0.5rem;
}
.fs-36px {
  font-size: 2.25rem;
}
.text-shadow {
  text-shadow: 0px 4px 4px #00000040;
}
.top-90 {
  top: 90% !important;
}
.top-33 {
  top: 33% !important;
}
.bg-green {
  background-color: #72a81e;
}
.btn {
  border-radius: var(--bs-border-radius-pill);
  --bs-btn-padding-x: 2rem;
  --bs-btn-padding-y: 0.75rem;
}
.btn-primary {
  --bs-btn-bg: #bf0a99;
  --bs-btn-border-color: #bf0a99;
  --bs-btn-hover-bg: #b60990;
  --bs-btn-hover-border-color: #b60990;
  --bs-btn-active-bg: #b60990;
  font-weight: 600;
}
.btn-light {
  --bs-btn-color: #bf0a99;
  font-weight: 600;
}
.btn-secondary {
  --bs-btn-bg: #ffffff33;
  --bs-btn-border-color: #ffffff33;
  --bs-btn-hover-bg: #ffffff57;
  --bs-btn-hover-border-color: #ffffff57;
  --bs-btn-active-bg: #ffffff57;
}
.btn-outline-primary {
  --bs-btn-padding-x: 1.5rem;
  --bs-btn-padding-y: 0.5rem;
  --bs-btn-color: rgb(var(--bs-primary-rgb));
  --bs-btn-border-color: rgb(var(--bs-primary-rgb));
  --bs-btn-hover-bg: rgb(var(--bs-primary-rgb));
  --bs-btn-active-bg: rgb(var(--bs-primary-rgb));
  --bs-btn-active-border-color: rgb(var(--bs-primary-rgb));
}
.btn-outline-secondary {
  --bs-btn-color: #bf0a99;
  --bs-btn-border-color: #bf0a99;
  --bs-btn-hover-bg: #bf0a99;
  --bs-btn-hover-border-color: #bf0a99;
}
.btn-close {
  --bs-btn-close-bg: url('data:image/svg+xml,<svg width="48" height="48" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(%23clip0_38_1293)"><path d="M38 12.82L35.18 10L24 21.18L12.82 10L10 12.82L21.18 24L10 35.18L12.82 38L24 26.82L35.18 38L38 35.18L26.82 24L38 12.82Z" fill="%23BF0A99"/></g><defs><clipPath id="clip0_38_1293"><rect width="48" height="48" fill="white"/></clipPath></defs></svg>');
  background: transparent var(--bs-btn-close-bg) center / 3em auto no-repeat;
  --bs-btn-close-opacity: 0.75;
  --bs-btn-close-hover-opacity: 1;
}
.btn-arrows > button {
  background: rgb(var(--bs-primary-rgb));
}
.btn-arrows svg {
  fill: #fff;
  width: 1.2em;
  height: 1.2em;
}
.btn-arrows .prev svg {
  transform: scaleX(-1);
}
.accordion {
  --bs-accordion-btn-padding-x: 0;
  --bs-accordion-body-padding-x: 0;
  --bs-accordion-border-radius: 0;
}
.accordion-item {
  border-left: 0;
  border-right: 0;
}
.pagination {
  --bs-pagination-padding-y: 0.4rem;
  --bs-pagination-border-color: #4783b7;
  --bs-pagination-color: #4783b7;
  --bs-pagination-font-size: 1.25rem;
  --bs-pagination-hover-bg: #4783b7;
  --bs-pagination-hover-border-color: #4783b7;
  --bs-pagination-hover-color: #fff;
  --bs-pagination-active-bg: #4783b7;
  --bs-pagination-active-border-color: #4783b7;
}
.pagination .page-link {
  width: 44px;
  height: 44px;
  text-align: center;
  border-radius: 100% !important;
}
.pagination .page-item:first-child .page-link,
.pagination .page-item:last-child .page-link {
  --bs-pagination-bg: #bf0a99;
  --bs-pagination-border-color: #bf0a99;
  --bs-pagination-color: #fff;
}
.pagination .page-item + .page-item {
  margin-left: 1rem !important;
}

.breadcrumb {
  --bs-breadcrumb-divider: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 18'%3E%3Cpath d='M0.885 15.885L7.755 9L0.885 2.115L3 0L12 9L3 18L0.885 15.885Z' fill='%238F8F8F'/%3E%3C/svg%3E");
}
.breadcrumb-item a {
  color: #8f8f8f;
  text-decoration: none;
}
.breadcrumb-item.active {
  color: rgb(var(--bs-primary-rgb));
  font-weight: 700;
}
.breadcrumb-item + .breadcrumb-item::before {
  width: 1rem;
}

.carousel-controls {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 6%;
  z-index: 9;
}
.carousel-controls .container > * {
  display: inline-block;
  width: auto;
  vertical-align: middle;
  height: 32px;
}
.carousel-control-next,
.carousel-control-prev,
.carousel-indicators {
  position: static;
}
.carousel-indicators {
  margin: 0 0.5rem 2px;
}
.carousel-fade .carousel-item {
  background-color: #fff;
}

.destinations .card {
  --bs-border-radius: 1rem;
  --bs-card-inner-border-radius: 1rem;
  border: 0;
}
.destinations .card h4 {
  position: absolute;
  bottom: 4rem;
  left: 0;
  right: 0;
  text-align: center;
  font-weight: 700;
}
.destinations .card a.hide {
  opacity: 0;
  font-size: 0;
}
#destinations .offcanvas {
  position: absolute;
  top: 0;
  width: 100%;
  --bs-offcanvas-height: auto;
  max-height: max-content;
}
#destinations .offcanvas .offcanvas-body {
  overflow-y: visible;
}
#destinations .offcanvas .card .card-img-overlay,
.top-auto {
  top: auto;
}

.accordion {
  --bs-accordion-btn-icon-transform: rotate(-90deg);
  --bs-accordion-btn-icon-width: 1.5rem;
  --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23bf0a99' stroke-width='2.5' stroke-linejoin=''%3e%3cpath d='M2 5L8 11L14 5'/%3e%3c/svg%3e");
  --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23bf0a99' stroke-width='2.5' stroke-linejoin=''%3e%3cpath d='M2 5L8 11L14 5'/%3e%3c/svg%3e");
}
.accordion-button {
  font-size: 1.5rem;
}
.accordion-button:not(.collapsed) {
  background: none;
  color: rgb(var(--bs-primary-rgb));
  font-weight: 500;
  font-size: 1.75rem;
}
.accordion-button:not(.collapsed):not(.fs-4) {
  font-weight: 700;
}
.accordion-button:not(.collapsed),
.accordion-button:focus {
  box-shadow: none;
}

.stars i {
  display: inline-block;
  width: 43px;
  height: 43px;
  background-repeat: no-repeat;
}
.stars i.star-empty {
  background-image: url("../images/icon-star-empty.png");
}
.stars i.star-fill {
  background-image: url("../images/icon-star-fill.png");
}

.content ol > li::marker,
.content ol > li > strong {
  font-weight: bold;
  font-size: 1.5rem; /* Bigger font for numbering */
}
.content ol ol li::marker {
  font-weight: normal;
  font-size: 1rem;
}

.form-control {
  padding: 0.75rem;
}
.form-check-label.active {
  color: rgb(var(--bs-link-color-rgb));
  font-weight: 700;
}
.form-check-input:checked {
  background-color: rgb(var(--bs-link-color-rgb));
  border-color: rgb(var(--bs-link-color-rgb));
}

footer {
  background-color: #4783b7;
}
footer,
footer a,
footer .nav-link,
footer a,
footer .nav-link:hover {
  color: #ffffff;
}
footer .top .nav-link {
  padding-left: 0;
}
footer h4 {
  font-weight: 700;
}
footer address p {
  margin-bottom: 0.5rem;
}
footer address i {
  margin-right: 1rem;
}
.social-link .nav-link {
  border: solid 1px #fff;
  border-radius: 100%;
  width: 50px;
  height: 50px;
  padding: 10px 0;
  text-align: center;
  margin-right: 1rem;
}
footer .subscribe .form-control,
footer .subscribe .form-control::placeholder {
  color: #fff;
  opacity: 1;
}
a {
  text-decoration: none;
  color: unset;
}

.carousel-caption {
  position: absolute;
  right: 0;
  bottom: 1.25rem;
  left: 0;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #fff;
  text-align: center;
  display: flex;
  height: 100%;
  align-items: center;
  width: 100%;
  align-content: center;
  flex-wrap: wrap;
}

.carousel-desc {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 9;
}

.text-logo {
  font-family: LogoFont;
}

.text-primary {
  color: #4783b7 !important;
}

.text-secondary {
  color: #bf0a99 !important;
}

.text-tertiary {
  color: #72a81e;
}

/* Hide scrollbar for Chrome, Safari and Opera */
.no-scrollbar::-webkit-scrollbar {
  display: none;
}
/* Hide scrollbar for IE, Edge and Firefox */
.no-scrollbar {
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}

@keyframes bounceY {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-20px);
  }
}

.animate-bounceY {
  animation: bounceY 1.5s infinite;
}
.navbar-nav .nav-link.active, .navbar-nav .nav-link.show{
    
    border:2px solid #fff;
}
.nav-item:hover{
     background-color: white;   /* jadi putih saat hover */
  color: #BF0A99 !important;             /* teks berubah */
  border: 2px solid #007bff; /* border muncul tebal */
}
.nav-item .active{
     background-color: white;   /* jadi putih saat hover */
  color: #BF0A99 !important;            /* teks berubah */
  border: 2px solid #007bff; /* border muncul tebal */
}

