:root {
  --blue: #071c53;
}
h4 {
  line-height: 1.3 !important;
}
body {
  min-height: 100vh;
  font-family: "Manrope", sans-serif;
  font-optical-sizing: auto;
  scroll-padding-top: 80px;
}
html {
  scroll-padding-top: 80px;
}
.text-blue {
  color: var(--blue) !important;
}
.bg-blue {
  background: var(--blue);
}
.btn-blue:hover,
.btn-blue {
  background: var(--blue) !important;
  color: #fff;
  border: 1px solid var(--blue);
  font-weight: 700;
  font-size: 16px;
  padding: 15px;
}
.slider-hero-thumb .owl-nav.disabled {
  display: flex !important;
}
.owl-event .owl-nav.disabled {
  display: flex !important;
}
.nav-gradient {
  background-image: linear-gradient(to bottom, rgb(0 0 0 / 0.3), #fff0);
}
.nav-top {
  transition: ease all 0.4s;
}
.logo-footer {
  filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%)
    hue-rotate(93deg) brightness(108%) contrast(102%);
  transition: ease all 0.2s;
}
.nav-top .offcanvas.offcanvas-end {
  height: 100vh;
}
.nav-top li .nav-link {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  padding: 0.5rem 0 !important;
  margin: 0 1.7rem;
  transition: ease all 0.2s;
  text-align: center;
}
.nav-top li .nav-link.active {
  font-weight: 600;
  color: #fff;
  position: relative;
}
.nav-top li .nav-link.active:before,
.nav-scrolled li .nav-link.active:before {
  height: 2px;
  width: 100%;
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
}
.nav-top:hover,
.nav-scrolled {
  background: #fff;
}
.nav-top.bg-white .logo,
.nav-top:hover .logo,
.nav-scrolled .logo {
  filter: none;
}
.nav-top.bg-white li .nav-link,
.nav-top:hover li .nav-link,
.nav-scrolled li .nav-link {
  color: #7b7b7b;
}
.nav-top.bg-white li .nav-link:hover,
.nav-top:hover li .nav-link:hover,
.nav-scrolled li .nav-link:hover {
  color: #071c53;
}
.nav-top.bg-white li .nav-link.active:before,
.nav-top:hover li .nav-link.active:before,
.nav-scrolled li .nav-link.active:before {
  background: #7b7b7b;
}
.nav-top.bg-white li .nav-link.active,
.nav-top:hover li .nav-link.active,
.nav-scrolled li .nav-link.active {
  color: #071c53;
}
.btn-lang.show,
.btn-lang {
  background: #ffffff47;
  color: var(--blue);
  font-weight: 600;
  font-size: 16px;
  backdrop-filter: blur(10px);
  border-color: #74787649;
  color: #fff;
}
.nav-top:hover .btn-lang,
.nav-scrolled .btn-lang {
  background: #fff;
  color: #7b7b7b;
}
.nav-top:hover .btn-lang:hover {
  color: var(--blue);
}
.btn-search img {
  filter: brightness(0) invert(1);
}
.nav-top:hover .btn-search,
.nav-scrolled .btn-search img {
  filter: brightness(0) saturate(100%) invert(50%) sepia(0%) saturate(0%)
    hue-rotate(153deg) brightness(92%) contrast(93%);
}
footer {
  background: #020b22;
  padding-top: 50px;
}
footer p {
  color: #fefefe;
}
footer h5 {
  font-weight: 800;
  font-size: 16px;
}
footer ul {
  list-style-type: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
  font-weight: 400;
}
footer ul li a {
  color: #fff;
  text-decoration: none;
  display: inline-flex;
  gap: 10px;
  align-items: center;
  flex-wrap: wrap;
  word-break: break-word;
}
footer ul li a:hover {
  opacity: 0.8;
}
footer ul li a ~ .dropdown-menu {
  background: #2f2f2f;
  padding: 15px;
}
footer ul li a ~ .dropdown-menu a {
  color: #fff;
  display: inline-flex;
  gap: 10px;
  align-items: center;
}
footer ul li a ~ .dropdown-menu a:hover {
  background: #fff0;
  color: #fff;
}
footer ul li a ~ .dropdown-menu hr {
  border-color: rgb(255 255 255 / 0.4);
  margin: 13px 0;
}
footer .copyright {
  border-top: 1px solid #2f2f2f;
}
.dropdown-menu.show {
  max-height: 300px;
  overflow: scroll;
  z-index: 99999;
  min-width: 250px;
}
.dm-flag .dropdown-header {
  font-weight: 800;
  color: var(--blue);
  display: flex;
  align-items: center;
}
.flag-lang {
  min-width: 20px;
  display: inline-flex;
  width: 20px;
  height: 15px;
  border-radius: 2px;
  background: var(--blue);
  align-items: center;
  justify-content: center;
  margin-right: 6px;
  border: 0.4px solid var(--blue);
  overflow: hidden;
}
.flag-lang img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.dm-flag .dropdown-item {
  font-size: 14px;
  cursor: pointer;
}
.dm-flag hr {
  border-color: #d9d9d94e;
}
.form-search {
  position: fixed;
  top: 80px;
  left: 0;
  right: 0;
  height: calc(100vh - 85px);
  background: #fff;
  overflow: hidden;
  transition: ease all 0.3s;
  z-index: 9999;
}
.form-menubar {
  position: fixed;
  top: 80px;
  left: 0;
  right: 0;
  overflow: hidden;
  z-index: 9998;
  background: rgb(119 119 119 / 0.2);
  backdrop-filter: blur(10px);
  transition: ease all 0.4s;
}
#cruiseYachtModal {
  z-index: 9999;
}
.form-menubar:hover,
.form-menubar-scrolled {
  background-color: #fff;
  transition: ease all 0.4s;
}
.form-menubar .headline {
  color: #fff;
}
.form-menubar:hover .headline,
.form-menubar-scrolled .headline {
  color: var(--blue);
}
.form-search .container {
  height: calc(100vh - 86px);
}
.form-menubar .container {
  color: #000;
}
.ig-search-dp .form-control {
  padding: 0.825rem 0.75rem;
  font-weight: 600;
  border-color: var(--blue);
}
.ig-search-dp .form-control::placeholder {
  font-weight: 400;
}
.ig-search-dp .input-group-text {
  border-color: var(--blue);
}
.ig-search-dp .form-control:focus {
  border-color: var(--blue);
  box-shadow: none;
}
.fs-14 {
  font-size: 14px;
}
.fs-12 {
  font-size: 12px;
}
.item-ls {
  color: rgb(0 20 57 / 0.66);
  text-decoration: none;
}
.thumb-ls {
  width: 240px;
  min-width: 240px;
  height: 160px;
  border-radius: 12px;
  overflow: hidden;
  position: relative;
}
.thumb-ls img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.thumb-ls span {
  position: absolute;
  left: 10px;
  top: 10px;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  border-radius: 4px;
  background: rgb(7 28 83 / 0.6);
  border: 1px solid rgb(7 28 83 / 0.9);
  display: inline-block;
  padding: 5px 10px;
}
.desc-lg h3 {
  color: var(--blue);
  font-weight: 800;
  font-size: 20px;
  margin-bottom: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.desc-lg p {
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.items-ls {
  overflow: auto;
  height: calc(100vh - 300px);
  position: relative;
}
.items-ls::-webkit-scrollbar {
  width: 5px;
}
.items-scroll {
  overflow: visible;
  max-height: none;
}
.items-scroll:has(.col-md-4:nth-child(7)) {
  overflow-y: auto;
  max-height: calc(80vh - 140px);
}
.items-scroll::-webkit-scrollbar {
  width: 5px;
}
.items-scroll:has(.col-md-4:nth-child(7)) {
  padding-bottom: 20px;
}
::-webkit-scrollbar-track {
  background: #fff0;
}
.items-ls::-webkit-scrollbar-thumb {
  background: #d9d9d9;
  border-radius: 4px;
}
.items-ls::-webkit-scrollbar-thumb:hover {
  background: #888;
}
.items-ls hr {
  border-color: #d9d9d9;
}
.items-ls .see-all {
  display: block;
  border: 1px solid var(--blue);
  font-weight: 800;
  margin-top: 40px;
  text-align: center;
  padding: 10px 15px;
  margin-bottom: 5px;
  text-decoration: none;
  color: var(--blue);
}
.item-ls .read-more svg,
.items-ls .see-all svg {
  margin-left: 3px;
  transition: ease all 0.3s;
}
.item-ls:hover .read-more svg,
.items-ls .see-all:hover svg {
  margin-left: 10px;
}
.nav-center.owl-carousel .owl-nav {
  margin: 0;
}
.nav-center.owl-carousel .owl-nav button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.nav-center.owl-carousel .owl-nav button.owl-next {
  right: 40px;
}
.nav-center.owl-carousel .owl-nav button.owl-prev {
  left: 40px;
}
.nav-center.owl-carousel .owl-nav button img {
  width: 48px;
  height: 48px;
}
.title-section {
  font-size: 56px;
  font-family: "Playfair Display", serif;
  margin-bottom: 30px;
}
.subtitle-section {
  font-size: 16px;
  letter-spacing: 3px;
  font-weight: 800;
}
.t-title-section {
  font-size: 32px;
}
.li-content li,
p {
  font-size: 16px;
  line-height: 28px;
  color: #4f4f4f;
}
.desc-hero {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.main-title,
.desc-hero h1 {
  font-size: 104px;
  font-family: "Playfair Display", serif;
  margin-bottom: 30px;
}
.desc-hero h5 {
  font-size: 24px;
  letter-spacing: 3px;
  font-weight: 500;
}
.desc-hero a {
  display: inline-flex;
  align-items: center;
  padding: 0;
  color: #fff;
  text-decoration: none;
  border-radius: 2px;
  min-width: 230px;
  justify-content: center;
  font-weight: 700;
  gap: 5px;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 2px;
}
.desc-hero a svg {
  margin-left: 5px;
  transition: ease all 0.3s;
}
.desc-hero a:hover svg {
  margin-left: 15px;
}
.desc-hero a i {
  display: inline-block;
  height: 1px;
  width: 0;
  background: #fff;
  transition: ease all 0.3s;
}
.desc-hero a:hover i {
  width: 80px;
  margin-left: 10px;
  margin-right: 10px;
}
.search-circle {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  border-radius: 48px;
  border: 1px solid #fff;
  position: relative;
}
.search-circle img {
  width: 20px !important;
  height: auto !important;
  position: relative !important;
  left: auto !important;
  top: auto !important;
  filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%)
    hue-rotate(93deg) brightness(108%) contrast(102%);
}
.desc-hero:before {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  left: 0;
  content: "";
  background: linear-gradient(to right, rgb(0 0 0 / 0.75), #fff0);
}
.desc-hero .container {
  position: relative;
  z-index: 9;
}
.slider-hero .item {
  height: calc(100vh - 50px);
  overflow: hidden;
  position: relative;
  min-height: 690px;
}
.slider-hero .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.cf-thumb-slider {
  position: absolute;
  bottom: -50px;
  z-index: 2;
}
.slider-hero-thumb .item {
  width: 320px;
  height: 200px;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  border-radius: 12px;
}
.slider-hero-thumb .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  transition: ease all 0.3s;
}
.slider-hero-thumb .item:hover img {
  transform: scale(1.1);
}
.slider-hero-thumb .item .desc-sht {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  color: #fff;
  z-index: 2;
  padding: 15px;
}
.slider-hero-thumb .item .desc-sht h4 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 0;
}
.slider-hero-thumb .item .desc-sht span {
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 10px;
  max-height: 0;
  overflow: hidden;
  transition: ease all 0.5s;
}
.slider-hero-thumb .item:hover .desc-sht span {
  max-height: 50px;
}
.slider-hero-thumb .item .desc-sht span svg {
  width: auto;
  height: 13px;
  color: #c91919;
}
.slider-hero-thumb .item:before {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  left: 0;
  content: "";
  background: linear-gradient(#fff0, rgb(0 0 0 / 0.5));
  z-index: 1;
}
.slider-hero-thumb .item h1 {
  font-size: 18px;
}
.slider-hero-thumb .synced .item {
  background: #0c83e7;
}
.slider-hero-thumb .owl-nav {
  position: absolute;
  top: 0;
  right: 100%;
  height: 100%;
  display: inline-flex;
  gap: 20px;
  margin-right: 50px;
}
.carousel-status {
  position: absolute;
  bottom: 10px;
  font-weight: 700;
  left: 50%;
  transform: translateX(-50%);
  z-index: 4;
  font-size: 32px;
  color: rgb(255 255 255 / 0.5);
  z-index: 1;
}
.carousel-status span {
  font-size: 120px;
}
.s-highlights {
  padding-top: 100px;
  background: url(../images/bg-hightlights.webp) center top no-repeat;
  background-size: 100% auto;
  overflow: hidden;
  position: relative;
}
.s-highlights .container {
  position: relative;
  z-index: 1;
}
.s-bg-ft {
  position: relative;
}
.s-bg-ft .container {
  position: relative;
  z-index: 2;
}
.bg-ft,
.bg-highlights-ft {
  position: absolute;
  width: 100%;
  height: auto;
  bottom: 0;
}
.s-bg-ft .bg-ft {
  z-index: 1;
}
.s-bg-ft .bg-top {
  z-index: 1;
  position: absolute;
  width: 100%;
  height: auto;
  top: 0;
}
.title-w-line {
  position: relative;
  overflow: hidden;
}
.title-w-line .title-section {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.title-w-line .title-section:before {
  position: absolute;
  right: 100%;
  height: 4px;
  width: 100%;
  content: "";
  background: var(--blue);
  margin-right: 25px;
}
.title-w-line .title-section:after {
  position: absolute;
  left: 100%;
  height: 4px;
  width: 100%;
  content: "";
  background: var(--blue);
  margin-left: 25px;
}
.title-w-line-left {
  position: relative;
  overflow: hidden;
}
.title-w-line-left .title-section {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.title-w-line-left .title-section:after {
  position: absolute;
  left: 100%;
  height: 2px;
  width: 1000%;
  content: "";
  background: var(--blue);
  margin-left: 25px;
}
.owl-spotlight .item,
.owl-highlights .item {
  height: 560px;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
.owl-spotlight .item img,
.owl-highlights .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  transition: ease all 0.3s;
}
.owl-spotlight .item:hover img,
.owl-highlights .item:hover img {
  transform: scale(1.1);
}
.owl-spotlight .item .desc,
.owl-highlights .item .desc {
  position: absolute;
  left: 0;
  bottom: 0;
  background: rgb(0 0 0 / 0.6);
  color: #fff;
  padding: 25px;
  max-width: 60%;
  border-top-right-radius: 20px;
}
.owl-highlights .item .desc-2 {
  position: relative;
  height: 100%;
  color: #fff;
}
.owl-highlights .item .desc-2-none-overlay {
  position: relative;
  height: 100%;
  color: #fff;
}
.owl-highlights .item .desc-2::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  color: #fff;
  background: linear-gradient(to right, rgb(0 0 0 / 0.75), #fff0);
}
.owl-highlights .item .desc-2-none-overlay::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  color: #fff;
}
.owl-highlights .item .desc h4 {
  font-size: 32px;
}
.owl-highlights .item .desc span {
  font-size: 14px;
  color: #d9d9d9;
}
.owl-highlights .item .desc-2 .content {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 999;
  padding: 60px;
  width: 100%;
  text-align: left;
  max-width: 60%;
}
.owl-highlights .item .desc-2-none-overlay .content {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 999;
  padding: 60px;
  width: 100%;
  text-align: left;
  max-width: 60%;
}
.desc-2 a {
  display: inline-flex;
  align-items: center;
  padding: 0;
  color: white !important;
  text-decoration: none;
  border-radius: 2px;
  border: solid 1px #fff;
  min-width: 230px;
  justify-content: center;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 2px;
}
.owl-highlights .item .desc-2 h4 {
  font-size: 72px;
  text-decoration: none;
}
.owl-highlights .item .desc-2 span {
  font-size: 14px;
  color: #d9d9d9;
}
.tag-category {
  position: absolute;
  left: 25px;
  top: 23px;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  border-radius: 4px;
  background: rgb(7 28 83 / 0.6);
  border: 1px solid rgb(7 28 83 / 0.9);
  display: inline-block;
  padding: 5px 8px;
  z-index: 9;
}
.owl-event.owl-carousel .owl-stage-outer,
.owl-highlights.owl-carousel .owl-stage-outer {
  overflow: visible;
}
.owl-event.nav-center.owl-carousel .owl-nav button.owl-prev,
.owl-highlights.nav-center.owl-carousel .owl-nav button.owl-prev {
  left: auto;
  right: 100%;
  margin-right: 10px;
}
.owl-event.nav-center.owl-carousel .owl-nav button.owl-next,
.owl-highlights.nav-center.owl-carousel .owl-nav button.owl-next {
  right: auto;
  left: 100%;
  margin-left: 10px;
}
.owl-carousel .owl-nav button:hover {
  background: transparent !important;
}
.owl-event.nav-center.owl-carousel .owl-nav button:hover,
.owl-highlights.nav-center.owl-carousel .owl-nav button:hover {
  opacity: 0.8;
}
.border-blue {
  border-color: var(--blue);
}
.btn-outline-blue {
  border: 1px solid var(--blue);
  color: var(--blue);
  font-weight: 700;
  font-size: 16px;
  padding: 15px;
}
.btn-outline-blue-event {
  border: 1px solid var(--blue);
  color: var(--blue);
  font-weight: 700;
  font-size: 16px;
  padding: 15px;
}
.btn-outline-blue:hover {
  border: 1px solid var(--blue);
  background: var(--blue);
  color: #fff;
}
.btn-outline-blue-event:hover {
  border: 1px solid #fff;
  background: var(--blue);
  color: #fff;
  transition: all;
  transition-duration: 300ms;
}
.btn-white {
  border: 1px solid #fff;
  background: #fff;
  font-weight: 700;
  font-size: 16px;
  padding: 15px;
}
.btn-outline-white {
  border: 1px solid #fff;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  padding: 15px;
}
.btn-outline-white:hover {
  border: 1px solid var(--blue);
  background: var(--blue);
  color: #fff;
}
.card-img {
  border-radius: 10px;
  overflow: hidden;
  display: block;
  height: 100%;
  width: 100%;
  position: relative;
  min-height: 304px;
}
.card-img:before {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 50%;
  left: 0;
  content: "";
  background: linear-gradient(rgb(0 0 0 / 0.01), rgb(0 0 0 / 0.9));
  z-index: 1;
}
.card-img img {
  position: absolute;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  transition: ease all 0.3s;
  position: absolute;
  top: 0;
  left: 0;
}
.card-img:hover img {
  transform: scale(1.1);
}
.card-img-body {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 20px 25px;
  color: #fff;
  z-index: 2;
}
.card-img-body h4 {
  margin-bottom: 0;
  padding: 0;
  align-items: end;
  font-size: 32px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.card-img-body span {
  font-size: 14px;
  color: #d9d9d9;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}
.ci-most {
  min-height: 496px;
  text-align: left;
}
.ci-most h4 {
  font-size: 20px;
}
.ci-most .card-img-body {
  padding: 20px 25px;
}
.ci-ni {
  min-height: 500px;
  text-align: left;
}
.ci-ni-dtl {
  min-height: 386px;
  text-align: left;
}
.ci-ni-2 {
  min-height: 240px;
  text-align: left;
}
.card-img-body .text-white {
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 10px;
  max-height: 0;
  overflow: hidden;
  transition: ease all 0.5s;
}
.card-img:hover .text-white {
  margin-top: 15px;
  max-height: 50px;
}
.ci-ni h4 {
  font-size: 20px;
}
.ci-ni-dtl h4 {
  font-size: 20px;
}
.ci-ni .card-img-body {
  padding: 25px;
}
.s-spotlight {
  background: #141414;
  background: url(../asset/images/bg-spotlight.webp) center bottom no-repeat;
  background-size: cover;
  position: relative;
}
.s-spotlight .item {
  width: 500px;
  height: 680px;
}
.s-spotlight .owl-nav button {
  color: #fff;
  filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%)
    hue-rotate(93deg) brightness(108%) contrast(102%);
}
.owl-spotlight {
  position: relative;
}
.owl-spotlight.owl-theme .owl-nav {
  position: absolute;
  right: 100%;
  width: auto;
  margin-right: 50px;
  bottom: 15px;
  display: flex;
}
.owl-spotlight.owl-theme .owl-dots {
  position: absolute;
  right: 100%;
  width: 608px;
  max-width: 100%;
  margin-right: 50px;
  bottom: 60px;
  display: flex;
  overflow: hidden;
}
.owl-spotlight.owl-theme .owl-dots .owl-dot {
  width: 100%;
}
.owl-spotlight.owl-theme .owl-dots .owl-dot span {
  width: 100%;
  margin: 0;
  height: 4px;
  background: #e2e2e2;
  border-radius: 0;
}
.owl-spotlight.owl-theme .owl-dots .owl-dot:last-child span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.owl-spotlight.owl-theme .owl-dots .owl-dot:first-child span {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.owl-spotlight.owl-theme .owl-dots .owl-dot.active span {
  background: #333;
  border-radius: 4px;
}
.title-left {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
}
.f-owl-spotlight {
  position: relative;
}
.f-owl-spotlight .carousel-status-spotlight {
  font-size: 16px;
  right: 100%;
  width: 608px;
  max-width: 100%;
  margin-right: 50px;
  left: auto;
  transform: none;
  position: absolute;
  font-weight: 700;
  font-size: 18px;
  color: rgb(255 255 255 / 0.5);
  bottom: 10px;
}
.f-owl-spotlight .carousel-status-spotlight span {
  font-size: 32px;
}
.f-owl-spotlight .carousel-status {
  font-size: 16px;
  right: 100%;
  width: 608px;
  max-width: 100%;
  margin-right: 50px;
  left: auto;
  transform: none;
  position: absolute;
  font-weight: 700;
  font-size: 18px;
  color: rgb(255 255 255 / 0.5);
  bottom: 10px;
}
.f-owl-spotlight .carousel-status span {
  font-size: 32px;
}
.owl-event .item {
  height: 456px;
}
.text-red {
  color: #c91919;
}
.ci-ass-sm {
  height: 140px;
  min-height: auto;
}
.ci-ass-sm h4 {
  font-size: 20px;
}
.ci-ass-sm .card-img-body {
  padding: 15px;
}
.ci-ass-sm.card-img:before {
  height: 100%;
  background: linear-gradient(rgb(0 0 0 / 0.5), rgb(0 0 0 / 0.8));
}
.pagination .page-link {
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  color: #7b7b7b;
  border: 0;
  border-radius: 4px;
}
.pagination .page-link.active {
  background: var(--blue);
  color: #fff;
  font-weight: 600;
}
.pagination .page-link:hover {
  color: var(--blue);
}
.pagination .page-link svg {
  min-width: 40px;
}
.label-result {
  font-size: 14px;
  font-weight: 600;
  color: #7b7b7b;
  margin-bottom: 15px;
}
.no-result h4 {
  font-size: 32px;
  color: #555;
  font-weight: 800;
  margin-bottom: 40px;
  margin-top: 30px;
}
.top-80 {
  top: 80px;
}
.chat-bot {
  position: fixed;
  right: 15px;
  bottom: 20px;
  z-index: 990;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.chat-bot img {
  height: 100px;
}
.share-page {
  position: fixed;
  left: 15px;
  top: 100px;
  z-index: 9997;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
.share-page h6 {
  color: #fff;
  font-weight: 700;
  font-size: 20px;
  font-style: italic;
  text-shadow: -1px 1px 0 #000, 1px 1px 0 #000, 1px -1px 0 #000,
    -1px -1px 0 #000;
}
.list-socmed {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
.share-page input,
.share-page label {
  display: none;
}
#scrollBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  width: 47px;
  height: 47px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: rgb(0 0 0 / 0.1);
  color: #fff;
  cursor: pointer;
  border-radius: 47px;
  justify-content: center;
  align-items: center;
}
#scrollBtn:hover {
  background-color: #555;
}
.text-transform-none {
  text-transform: none !important;
}
.w-sm-auto {
  width: auto;
}
.hero-detail {
  position: relative;
  height: 70vh;
  margin-top: 80px;
  overflow: hidden;
  max-height: 520px;
}
.hero-detail:before {
  position: absolute;
  left: 0;
  right: 0;
  content: "";
  background: linear-gradient(0deg, rgb(0 0 0 / 0.5) 0%, #fff0 100%);
  height: 100%;
  width: 100%;
  z-index: 1;
}
.hero-detail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
}
.hero-detail h1 {
  z-index: 2;
}
.hero-detail-main {
  position: relative;
  height: 70vh;
  overflow: hidden;
  max-height: 600px;
}
.hero-detail-main:before {
  position: absolute;
  left: 0;
  right: 0;
  content: "";
  background: linear-gradient(0deg, rgb(0 0 0 / 0.5) 0%, #fff0 100%);
  height: 100%;
  width: 100%;
  z-index: 1;
}
.hero-detail-main img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
}
.hero-detail-main h1 {
  z-index: 2;
}
.tag-breadcrumb {
  font-size: 14px;
  font-weight: 500;
  color: #071c53;
  gap: 10px;
}
.tag-breadcrumb i {
  width: 4px;
  height: 4px;
  border-radius: 4px;
}
.reserve-ticket {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  border-radius: 10px;
  overflow: hidden;
  padding: 20px;
}
.reserve-ticket h4 {
  color: #fff;
  font-size: 24px;
  font-weight: 800;
}
.reserve-ticket .label-form {
  color: #0a0a0a;
  font-size: 16px;
  font-weight: 800;
  margin-bottom: 10px;
}
.reserve-ticket .form-control {
  height: 56px;
  background: #f5f5f5;
}
.reserve-ticket .form-check-label {
  color: #fff;
}
.reserve-ticket .form-check-input {
  border-color: #fff;
  background-color: #fff0;
}
.reserve-ticket .form-check-input:checked {
  background-color: #fff0;
}
.hero-page-search {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  height: 372px;
  margin-top: 80px;
  display: flex;
  align-items: end;
}
.hero-page-search:before {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  content: "";
  background: linear-gradient(
    90deg,
    rgb(0 0 0 / 0.8) 0%,
    rgb(0 0 0 / 0.1) 100%
  );
}
.ig-search-dp.ig-daterange {
  margin-bottom: 50px;
}
.hero-page-search .container {
  z-index: 2;
  position: relative;
}
.ig-search-dp.ig-daterange input {
  height: 54px;
}
.filter .custom-accordion-button:not(.collapsed) {
  background-color: #fff0;
  color: inherit;
  box-shadow: none;
}
.filter .custom-accordion-button {
  color: var(--blue);
  font-weight: 700;
}
.hero-detail {
  position: relative;
  height: 70vh;
  margin-top: 80px;
  overflow: hidden;
  max-height: 520px;
}
.hero-detail:before {
  position: absolute;
  left: 0;
  right: 0;
  content: "";
  background: linear-gradient(0deg, rgb(0 0 0 / 0.5) 0%, #fff0 100%);
  height: 100%;
  width: 100%;
  z-index: 1;
}
.hero-detail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
}
.hero-detail h1 {
  z-index: 2;
}
.bg-section {
  background-color: #fff;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.f-recommendation {
  border-radius: 20px;
  background: linear-gradient(
    0deg,
    rgb(0 133 255 / 0.1) 0%,
    rgb(46 99 181 / 0.1) 100%
  );
  text-align: center;
  padding: 70px 50px;
  border: 4px solid rgb(153 153 153 / 0.12);
  color: #fff;
  backdrop-filter: blur(20px);
}
.f-recommendation p {
  color: #fff;
}
.f-recommendation a {
  width: 312px;
  max-width: 100%;
  padding: 15px;
  position: relative;
  letter-spacing: 2px;
  overflow: hidden;
}
.f-recommendation a span {
  position: relative;
  z-index: 2;
}
.f-recommendation a:hover {
  background: #fff0;
  color: #4f4f4f;
}
.f-recommendation a:before {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 100%;
  top: 0;
  background: #fff;
  content: "";
  transition: ease all 0.3s;
  z-index: 1;
}
.f-recommendation a:hover:before {
  left: 0;
}
.bg-find-us {
  position: absolute;
  right: 15px;
  width: 100vw;
  top: 0;
  bottom: 0;
  overflow: hidden;
  border-bottom-right-radius: 60px;
}
.bg-find-us img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.form-contact-us select,
.form-contact-us input {
  height: 56px;
  box-shadow: inset 0 0 4px rgb(7 28 83 / 0.16);
  background: #f5f5f5;
  border-color: rgb(7 28 83 / 0.16);
}
.form-contact-us textarea {
  box-shadow: inset 0 0 4px rgb(7 28 83 / 0.16);
  background: #f5f5f5;
  border-color: rgb(7 28 83 / 0.16);
}
.s-philosophy {
  margin-top: 80px;
  margin-bottom: 80px;
}
.fr-img-philosophy {
  max-height: 400px;
  max-width: 560px;
  width: 50%;
  border-radius: 10px;
  overflow: hidden;
  float: right;
}
.fr-img-philosophy img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.fr-img-philosophy p {
  color: #4f4f4f;
}
.s-brand {
  padding-top: 70px;
  padding-bottom: 70px;
}
.s-brand p {
  color: #d9d9d9;
}
.s-brand .content {
  display: flex;
  align-items: center;
}
.s-brand .logo-wonderful {
  position: absolute;
  top: 0;
  right: 0;
  padding-right: 20px;
  padding-top: 20px;
  filter: brightness(0) invert(1);
}
.f-img-brand {
  max-height: 600px;
  max-width: 520px;
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  align-items: center;
}
.f-img-brand .img-bg-brand {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.s-asset-download {
  padding-top: 70px;
  padding-bottom: 70px;
}
.s-asset-download .card-item {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 2px 2px rgb(0 0 0 / 0.15);
  overflow: hidden;
}
.s-asset-download .card-item .c-content {
  padding: 24px;
}
.s-asset-download .card-item .c-content p {
  font-size: 20px;
}
.s-asset-download .card-item img {
  width: 100%;
  height: 290px;
  object-fit: cover;
  overflow: hidden;
}
#name,
#name_visitor,
#phone,
#phone_number,
#email,
#reasons,
#purpose {
  font-size: 14px;
  background-color: #f6f7fc;
  box-shadow: inset 0 2px 5px rgb(0 0 0 / 0.1);
  padding-top: 14px;
  padding-bottom: 14px;
}
#name::placeholder,
#name_visitor::placeholder,
#phone::placeholder,
#phone_number::placeholder,
#email::placeholder,
#reasons::placeholder,
#purpose::placeholder {
  font-size: 14px;
}
.modal-content {
  max-width: 600px !important;
}
.skeleton {
  background: linear-gradient(120deg, #ddd 25%, #e1e1e1 80%, #ddd 25%);
  background-size: 200% 100%;
  animation: shimmer 1.5s infinite;
  border-radius: 4px;
}
.skeleton-img {
  height: 450px;
  width: 100%;
  margin-bottom: 16px;
}
.skeleton-text {
  height: 16px;
  width: 80%;
  margin-bottom: 10px;
}
@keyframes shimmer {
  0% {
    background-position: -1000px 0;
  }
  100% {
    background-position: 1000px 0;
  }
}
.skeleton-card {
  display: block;
  margin-bottom: 24px;
}
.error-content h1 {
  font-size: 104px;
  font-family: "Playfair Display", serif;
  margin-bottom: 30px;
}
.error-page {
  min-height: 100vh;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.comingsoon-page {
  min-height: 100vh;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.error-content {
  position: relative;
  z-index: 2;
  padding: 0.5rem;
}
.error-title {
  font-size: 4rem;
  font-weight: 700;
  margin-bottom: 1rem;
}
.error-message {
  font-size: 1rem;
  margin-bottom: 2rem;
  opacity: 0.9;
}
.back-button {
  background-color: #fff;
  color: #333;
  padding: 0.75rem 2rem;
  border-radius: 5px;
  text-decoration: none;
  transition: all 0.3s ease;
  display: inline-block;
}
.back-button:hover {
  background-color: #f8f9fa;
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgb(255 255 255 / 0.2);
}
.card-img-body h5 {
  font-size: 24px;
  font-weight: 700;
  max-width: 280px;
}
.card-img-body p {
  color: #fff;
  margin-bottom: 0;
}
.modal-content-yacht {
  max-width: 950px !important;
  background-color: #fff;
}
.video-container {
  position: relative;
  height: 100vh;
  overflow: hidden;
}
.video-wrapper {
  position: absolute;
  inset: -15%;
  z-index: 1;
}
video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.6);
  will-change: transform;
}
.video-content-overlay {
  position: absolute;
  inset: 0;
  padding: 2rem;
  z-index: 2;
  pointer-events: none;
}
.content-container {
  position: relative;
  width: 100%;
  height: 100%;
}
.content-wrapper {
  position: absolute;
  width: 270px;
  color: #fff;
  text-align: left;
  opacity: 0;
  pointer-events: auto;
  transform: translate(-50%, -50%);
  transition: opacity 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.6),
    transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.6);
  will-change: transform;
  visibility: hidden;
  z-index: 3;
}
.markers-wrapper {
  display: inline-flex;
  gap: 60px;
  padding: 0;
  width: max-content;
}
.video-wrapper::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgb(0 0 0 / 0.8) 0%,
    rgb(0 0 0 / 0.6) 20%,
    #fff0 40%
  );
  z-index: 2;
  pointer-events: none;
}
.content-wrapper.active {
  opacity: 1;
  visibility: visible;
}
.content-title {
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: 1rem;
  color: #fff;
  cursor: pointer;
  position: relative;
  padding-bottom: 0.5rem;
}
.content-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #fff;
  transition: width 0.3s ease;
}
.content-title:hover::after {
  width: 100%;
}
.content-description {
  font-size: 0.9rem;
  line-height: 1.6;
  color: #f5f5f5;
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  position: relative;
  transition: all 0.3s ease-out;
}
.content-wrapper:hover .content-description {
  opacity: 1;
  max-height: 150px;
  margin-top: 0.5rem;
}
.content-link {
  font-size: 0.9rem;
  line-height: 1.6;
  color: #f5f5f5;
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  position: relative;
  transition: all 0.3s ease-out;
}
.content-wrapper:hover .content-link {
  opacity: 1;
  max-height: 100px;
  margin-top: 0.5rem;
}
.content-wrapper::before {
  content: "";
  position: absolute;
  inset: -1rem;
  background: linear-gradient(to right, rgb(0 0 0 / 0.8), rgb(0 0 0 / 0.25));
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
  border-radius: 5px;
}
.content-wrapper:hover::before {
  opacity: 1;
}
.location-markers {
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 60px;
  z-index: 3;
  padding: 7px;
  width: 80%;
}
.location-markers .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  opacity: 0.5;
  transition: all 0.3s ease;
  cursor: pointer;
}
.location-markers .item.active {
  opacity: 1;
}
.location-markers .item:hover {
  opacity: 1;
}
.location-markers::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 50%;
  transform: translateX(-50%);
  width: 70%;
  height: 2px;
  background: linear-gradient(
    to right,
    transparent,
    white 50%,
    white 50%,
    transparent
  );
  z-index: -1;
}
.marker-dot {
  width: 0;
  height: 0;
  border-left: 8px solid #fff0;
  border-right: 8px solid #fff0;
  border-top: 15px solid #fff;
  margin-bottom: 15px;
  position: relative;
  transition: transform 0.3s ease;
  opacity: 0;
}
.item.active .marker-dot {
  transform: scale(1.5);
  opacity: 1;
}
.item.active .marker-dot::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
}
@keyframes pulse {
  0% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }
  100% {
    transform: translate(-50%, -50%) scale(1.5);
    opacity: 0;
  }
}
.location-name {
  color: #fff;
  font-size: 1rem;
  margin-bottom: 8px;
  text-align: center;
  text-shadow: 1px 1px 2px rgb(0 0 0 / 0.5);
  font-weight: 500;
  white-space: nowrap;
}
.item.active .location-name {
  font-weight: 600;
  font-size: 1.5rem;
  color: #fff;
}
.visit-button {
  display: inline-block;
  color: #fff;
  text-decoration: none;
  padding: 6px 12px;
  border-radius: 4px;
  transition: all 0.3s ease;
  text-shadow: 1px 1px 2px rgb(0 0 0 / 0.3);
  font-size: 0.9rem;
  opacity: 0;
  transform: translateY(10px);
}
.item:hover .visit-button {
  opacity: 1;
  transform: translateY(0);
}
.video-container .markers-wrapper.owl-carousel .owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
  pointer-events: none;
}
.video-container .markers-wrapper.owl-carousel .owl-nav button {
  position: absolute;
  width: 40px;
  height: 40px;
  background: rgb(255 255 255 / 0.2) !important;
  border-radius: 50% !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  pointer-events: auto;
}
.video-container .markers-wrapper.owl-carousel .owl-nav button img {
  width: 24px;
  height: 24px;
}
.video-container .markers-wrapper.owl-carousel .owl-nav .owl-prev {
  left: 0;
  bottom: -15px;
}
.video-container .markers-wrapper.owl-carousel .owl-nav .owl-next {
  right: 0;
  bottom: -15px;
}
.video-container .markers-wrapper .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  opacity: 0.5;
  transition: all 0.1s ease;
  cursor: pointer;
}
.video-container .markers-wrapper .item.active,
.video-container .markers-wrapper.owl-carousel .owl-item.center .item {
  opacity: 1;
}
.video-container .markers-wrapper .item .marker-dot {
  width: 0;
  height: 0;
  border-left: 8px solid #fff0;
  border-right: 8px solid #fff0;
  border-top: 15px solid #fff;
  margin-bottom: 15px;
  transition: all 0.1s ease;
  opacity: 0;
}
.video-container .markers-wrapper .item.active .marker-dot,
.video-container
  .markers-wrapper.owl-carousel
  .owl-item.center
  .item
  .marker-dot {
  opacity: 1;
  transform: scale(1.5);
}
.video-container .markers-wrapper .item.active .location-name,
.video-container
  .markers-wrapper.owl-carousel
  .owl-item.center
  .item
  .location-name {
  font-size: 1.5rem;
  font-weight: 600;
}
.video-container .markers-scroll-container {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.video-container .markers-wrapper.owl-carousel .owl-nav button:hover {
  background: rgb(255 255 255 / 0.4) !important;
}
.video-container .markers-wrapper.owl-carousel .owl-stage {
  display: flex;
  align-items: center;
}
.video-container .markers-wrapper.owl-carousel .owl-item {
  display: flex;
  justify-content: center;
}
.video-container .markers-scroll-container {
  width: 100%;
  overflow: hidden;
  position: relative;
  padding: 0 50px;
}
.video-container .markers-wrapper.owl-carousel {
  display: flex;
  align-items: center;
  width: 100%;
}
.video-container .markers-wrapper .item {
  width: 100%;
  padding: 0 10px;
  text-align: center;
}
.video-container .markers-wrapper .item .location-name {
  font-size: clamp(0.8rem, 2vw, 1rem);
  margin-bottom: clamp(4px, 1vw, 8px);
  white-space: nowrap;
}
.video-container .markers-wrapper .item.active .location-name {
  font-size: clamp(1rem, 2.5vw, 1.5rem);
}
.video-container .markers-wrapper .item .marker-dot {
  border-left-width: clamp(6px, 1vw, 8px);
  border-right-width: clamp(6px, 1vw, 8px);
  border-top-width: clamp(12px, 1.5vw, 15px);
  margin-bottom: clamp(10px, 1.5vw, 15px);
}
.video-container .markers-wrapper.owl-carousel .owl-nav button {
  width: clamp(30px, 5vw, 40px);
  height: clamp(30px, 5vw, 40px);
}
.video-container .markers-wrapper.owl-carousel .owl-nav button img {
  width: clamp(18px, 3vw, 24px);
  height: clamp(18px, 3vw, 24px);
}
.carnival .tc-ppk {
  background: linear-gradient(
    125deg,
    rgb(240 126 49 / 0.75) 0,
    rgb(230 143 83 / 0.75) 100%
  );
  border-color: rgb(0 0 0 / 0.2);
}
.music .tc-ppk {
  background: linear-gradient(
    125deg,
    rgb(164 224 255 / 0.75) 0,
    rgb(0 134 205 / 0.75) 100%
  );
  border-color: rgb(0 0 0 / 0.2);
}
.culinary .tc-ppk {
  background: linear-gradient(
    125deg,
    rgb(111 81 157 / 0.75) 0,
    rgb(157 118 216 / 0.75) 100%
  );
  border-color: rgb(0 0 0 / 0.2);
}
.culture .tc-ppk {
  background: linear-gradient(
    125deg,
    rgb(107 180 44 / 0.75) 0,
    rgb(154 224 94 / 0.75) 100%
  );
  border-color: rgb(0 0 0 / 0.2);
}
.sports .tc-ppk {
  background: linear-gradient(
    125deg,
    rgb(214 53 125 / 0.5) 0,
    rgb(214 53 125 / 0.5) 100%
  );
  border-color: rgb(0 0 0 / 0.2);
}
.arts .tc-ppk {
  background: linear-gradient(
    125deg,
    rgb(218 0 0 / 0.75) 0,
    rgb(239 59 59 / 0.75) 100%
  );
  border-color: rgb(0 0 0 / 0.2);
}
.carnaval .tc-ppk {
  background: linear-gradient(
    125deg,
    rgb(240 126 49 / 0.75) 0,
    rgb(230 143 83 / 0.75) 100%
  );
  border-color: rgb(0 0 0 / 0.2);
}
.tc-ppk {
  position: absolute;
  left: -7px;
  top: 22px;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  border-radius: 4px;
  border-top-left-radius: 0;
  background: rgb(7 28 83 / 0.6);
  display: inline-block;
  z-index: 9;
  padding: 5px 15px;
  background: linear-gradient(125deg, rgb(0 134 205) 0, rgb(93 177 222) 100%);
}
.tc-ppk span {
  position: relative;
}
.tc-ppk span:after {
  width: 7px;
  height: 7px;
  border-top: 7px solid #fff0;
  border-right: 7px solid #0f5c85;
  border-bottom: 0 solid #fff0;
  border-left: 7px solid #fff0;
  content: "";
  position: absolute;
  bottom: 100%;
  left: -20.5px;
  z-index: 0;
  margin-bottom: 5.5px;
}
.music .tc-ppk span:after {
  width: 7px;
  height: 7px;
  border-top: 7px solid #fff0;
  border-right: 7px solid #0f5c85;
  border-bottom: 0 solid #fff0;
  border-left: 7px solid #fff0;
  content: "";
  position: absolute;
  bottom: 100%;
  left: -20.5px;
  z-index: 0;
  margin-bottom: 5.5px;
}
.culinary .tc-ppk span:after {
  width: 7px;
  height: 7px;
  border-top: 7px solid #fff0;
  border-right: 7px solid #5b3d88;
  border-bottom: 0 solid #fff0;
  border-left: 7px solid #fff0;
  content: "";
  position: absolute;
  bottom: 100%;
  left: -20.5px;
  z-index: 0;
  margin-bottom: 5.5px;
}
.culture .tc-ppk span:after {
  width: 7px;
  height: 7px;
  border-top: 7px solid #fff0;
  border-right: 7px solid #146733;
  border-bottom: 0 solid #fff0;
  border-left: 7px solid #fff0;
  content: "";
  position: absolute;
  bottom: 100%;
  left: -20.5px;
  z-index: 0;
  margin-bottom: 5.5px;
}
.sports .tc-ppk span:after {
  width: 7px;
  height: 7px;
  border-top: 7px solid #fff0;
  border-right: 7px solid #6b1736;
  border-bottom: 0 solid #fff0;
  border-left: 7px solid #fff0;
  content: "";
  position: absolute;
  bottom: 100%;
  left: -20.5px;
  z-index: 0;
  margin-bottom: 5.5px;
}
.arts .tc-ppk span:after {
  width: 7px;
  height: 7px;
  border-top: 7px solid #fff0;
  border-right: 7px solid #7f1a1a;
  border-bottom: 0 solid #fff0;
  border-left: 7px solid #fff0;
  content: "";
  position: absolute;
  bottom: 100%;
  left: -20.5px;
  z-index: 0;
  margin-bottom: 5.5px;
}
.carnaval .tc-ppk span:after {
  width: 7px;
  height: 7px;
  border-top: 7px solid #fff0;
  border-right: 7px solid #87472b;
  border-bottom: 0 solid #fff0;
  border-left: 7px solid #fff0;
  content: "";
  position: absolute;
  bottom: 100%;
  left: -20.5px;
  z-index: 0;
  margin-bottom: 5.5px;
}
.carnival .tc-ppk span:after {
  width: 7px;
  height: 7px;
  border-top: 7px solid #fff0;
  border-right: 7px solid #87472b;
  border-bottom: 0 solid #fff0;
  border-left: 7px solid #fff0;
  content: "";
  position: absolute;
  bottom: 100%;
  left: -20.5px;
  z-index: 0;
  margin-bottom: 5px;
}
#map-indonesia-island {
  height: 520px;
  width: 100%;
  background-color: #fff0;
  top: -60px;
  z-index: 2;
}
.leaflet-control-attribution {
  display: none;
}
.island-label {
  background: #fff0;
  font-size: 16px;
  font-weight: 700;
  color: #666;
  text-align: center;
  text-transform: capitalize;
  margin-top: 10px;
  font-family: "Playfair Display", serif;
  opacity: 0.3;
  -webkit-text-stroke: 0.5px #000;
  transition: all 0.3s ease;
}
.island-label.bold {
  color: #000000 !important;
  opacity: 0.8;
  -webkit-text-stroke: 0.5px #000;
}
.modal-dialog-right {
  position: fixed;
  margin: auto;
  width: 100%;
  height: fit-content;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  max-width: 460px;
}
.modal-content-region {
  background-color: #fff;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.modal-content-islands {
  background-color: #fff;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.modal.fade .modal-dialog-right {
  transform: translate(100%, -50%);
  transition: transform 0.2s ease-out;
}
.modal.show .modal-dialog-right {
  transform: translate(0, -50%);
}
.region-image-container {
  position: relative;
  overflow: hidden;
  height: 250px;
  object-fit: cover;
}
.islands-image-container {
  position: relative;
  overflow: hidden;
  height: 250px;
  object-fit: cover;
}
.islands-content-container {
  padding: 40px 40px 0 40px;
}
.learn-more-container {
  padding: 0 40px 40px;
}
.islands-content h3 {
  font-family: "Playfair Display", serif;
  font-weight: 700;
  font-size: 40px;
  color: var(--blue);
}
.islands-content p {
  color: #4f4f4f;
  font-size: 16px;
  line-height: 28px;
  font-weight: 500;
}
.region-content h3 {
  font-family: "Playfair Display", serif;
  font-weight: 700;
  font-size: 40px;
  color: var(--blue);
}
.region-content p {
  color: #4f4f4f;
  font-size: 16px;
  line-height: 28px;
  font-weight: 500;
}
.owl-recommendation-destination .item {
  height: 480px;
}
.card-img-exp {
  border-radius: 10px;
  overflow: hidden;
  display: block;
  height: 100%;
  width: 100%;
  position: relative;
  min-height: 350px;
  box-shadow: 0 0 10px rgb(0 0 0 / 0.15);
}
.card-img-exp:before {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 50%;
  left: 0;
  content: "";
  background: linear-gradient(#fff0, rgb(0 0 0 / 0.8));
  z-index: 1;
}
.card-img-exp img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  transition: ease all 0.3s;
  position: absolute;
  top: 0;
  left: 0;
}
.card-img-exp:hover img {
  transform: scale(1.1);
}
.card-img-exp-body {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 24px;
  color: #fff;
  z-index: 2;
}
.card-img-exp-body h4 {
  font-size: 32px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.card-img-exp-body span {
  font-size: 14px;
  color: #d9d9d9;
}
.owl-recommendation-destination.nav-center.owl-carousel
  .owl-nav
  button.owl-next {
  right: auto;
  left: 100%;
  margin-left: 10px;
}
.owl-recommendation-destination.nav-center.owl-carousel
  .owl-nav
  button.owl-prev {
  left: auto;
  right: 100%;
  margin-right: 10px;
}
.card-ti h4 {
  font-size: 20px;
  margin-bottom: 0;
}
.card-img-sd .card-img-body h4 {
  font-size: 24px;
  font-weight: 800;
}
.grayscale-event {
  filter: grayscale(100%);
}
ai12z-cta {
  --ai12z-primary-color: rgb(52 211 153);
  --ai12z-secondary-color: #2d3748;
  --ai12z-font-size: 16px;
  --ai12z-font-color: rgb(44 62 80);
  --ai12z-font-mute: #4a5568;
  --ai12z-border-color: rgba(72, 187, 120, 0.5);
  --ai12z-hover-button-color: rgb(52 211 153);
  --ai12z-hover-bg-color: rgb(245 245 245);
  --ai12z-bubble-background: rgb(229 231 235);
  --ai12z-feedback-selected: rgb(45 55 72);
  --ai12z-feedback-color: rgb(97 108 117);
  --ai12z-font-description: rgb(97 108 117);
  --ai12z-font-search-text: #1a202c;
  --ai12z-dialog-margin: 10rem 0 0 0;
}
ai12z-cta::shadow .custom-container,
ai12z-cta /deep/ .custom-container {
  display: none !important;
}
.welcome-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgb(0 0 0 / 0.45);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 99999;
  opacity: 1;
  visibility: visible;
  transition: opacity 1s ease-out, visibility 1s ease-out;
}
.welcome-text {
  text-align: center;
  color: #fff;
  opacity: 0;
  transform: translateY(30px);
  animation: fadeInUp 1s ease forwards 0.3s;
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.welcome-text h1 {
  font-size: 3rem;
  margin-bottom: 1rem;
  font-weight: 300;
  letter-spacing: 2px;
}
.welcome-text h2 {
  font-size: 3rem;
  font-weight: 700;
  font-family: "Playfair Display", serif;
  letter-spacing: 1px;
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeOutDown {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(30px);
  }
}
.welcome-overlay.fade-out .welcome-text {
  animation: fadeOutDown 1s ease forwards;
}
.banner-wrapper-ai {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
.banner-wrapper-ai::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    rgb(0 0 0 / 0.8) 0%,
    rgb(0 0 0 / 0.4) 30%,
    #fff0 100%
  );
  z-index: 1;
}
.banner-image-ai {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.8);
}
.banner-content-ai {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: 2;
}
.suggestion-card {
  height: 100%;
  background: rgb(255 255 255 / 0.2);
  backdrop-filter: blur(5px);
  border: none;
  transition: transform 0.3s ease;
}
.suggestion-card:hover {
  background: linear-gradient(
    to bottom right,
    rgb(0 134 205 / 0.8),
    rgb(0 134 205 / 0.4)
  );
  cursor: pointer;
}
.suggestion-card:hover {
  transform: translateY(-5px);
}
.input-icon-wrapper {
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
  pointer-events: none;
  display: flex;
  align-items: center;
}
.search-icon {
  color: #6c757d;
}
.search-input {
  border-top-left-radius: 8px !important;
  border-bottom-left-radius: 8px !important;
  padding-left: 45px !important;
}
.btn-ask {
  border-top-right-radius: 8px !important;
  border-bottom-right-radius: 8px !important;
  background-color: #001f3f !important;
  color: white !important;
  border: none !important;
}
.btn-ask:hover {
  background-color: #003366 !important;
}
.divider-text {
  display: flex;
  align-items: center;
  text-align: center;
  width: 100%;
}
.divider-text::before,
.divider-text::after {
  content: "";
  flex: 1;
  border-top: 1px solid #fff;
  margin: 0 15px;
}
.input-group-ai {
  position: relative;
  box-shadow: 0 4px 6px rgb(0 0 0 / 0.1);
}
.form-control-ai:focus {
  box-shadow: none;
  border-color: #001f3f;
  position: relative;
  z-index: 4;
}
.hero-page-search.hps-cp img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.destination-search {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  border-radius: 10px !important;
  overflow: hidden;
  display: none;
}
.search-cp {
  background: rgb(246 247 252);
  box-shadow: inset 0 0 5px rgb(7 28 83 / 0.16);
  border-radius: 10px;
}
.search-cp input {
  height: 48px;
  z-index: 2;
  position: relative;
  background: #fff0;
  border: 0;
  padding-left: 5px;
}
.search-cp input:focus {
  outline: none;
  background: #fff0;
  border: 0;
  box-shadow: none;
}
.search-cp input:focus ~ .placeholder-cp ~ .destination-search {
  display: block;
}
.destination-search .title-scp {
  background: #daf2ff;
  font-size: 20px;
  font-weight: 700;
  padding: 15px 40px;
  border-bottom: 1px solid rgb(7 28 83 / 0.32);
}
.f-list-search-cp {
  max-height: 350px;
  overflow: auto;
}
.f-list-search-cp::-webkit-scrollbar {
  width: 6px;
}
.f-list-search-cp::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.f-list-search-cp::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 5px;
}
.f-list-search-cp::-webkit-scrollbar-thumb:hover {
  background: #555;
  border-radius: 5px;
}
.list-search-cp {
  padding: 15px 40px;
  border-bottom: 1px solid rgb(7 28 83 / 0.32);
  display: flex;
  gap: 15px;
  align-items: center;
}
.thumb-list-cp {
  width: 96px;
  min-width: 96px;
  height: 64px;
  border-radius: 6px;
  overflow: hidden;
}
.thumb-list-cp img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.title-list-cp {
  min-width: 130px;
}
.title-list-cp h2 {
  font-size: 20px;
  font-weight: 800;
  margin-top: 0;
  margin-bottom: 2px;
}
.title-list-cp p {
  font-size: 14px;
  font-weight: 400;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 5px;
  color: #071c53;
}
.intro-list-cp {
  font-size: 12px;
  font-weight: 400;
  border-left: 1px solid rgb(7 28 83 / 0.1);
  color: #555;
  padding-left: 15px;
}
.placeholder-cp {
  z-index: 1;
  position: absolute;
  left: 58px;
  top: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  gap: 0;
  line-height: normal;
  justify-content: center;
}
.placeholder-cp span:first-child {
  font-size: 12px;
  font-weight: 800;
  color: #5b5b5b;
}
.placeholder-cp span:last-child {
  font-size: 14px;
  font-weight: 5800;
  color: #828282;
}
.search-cp input:focus ~ .placeholder-cp {
  display: none;
}
.btn-navtabs {
  background: #f1f3fa;
  border-radius: 100px;
  padding: 6px;
  overflow: auto;
  display: flex;
  justify-content: space-between;
}
.btn-navtabs.nav-tabs .nav-link {
  color: #7b7b7b;
  font-weight: 800;
  font-size: 18px;
  width: 100%;
  border-color: #fff0;
  padding: 18.7px 15px;
  border-radius: 72px;
  display: flex;
  align-items: center;
  gap: 5px;
  text-align: left;
  white-space: nowrap;
}
.btn-navtabs.nav-tabs .nav-link.btn-primary {
  color: #fff;
  background: #071c53;
}
.btn-navtabs.nav-tabs .nav-link:focus,
.btn-navtabs.nav-tabs .nav-link.active,
.btn-navtabs.nav-tabs .nav-link:focus-visible,
.btn-navtabs.nav-tabs .nav-link:active,
.btn-navtabs.nav-tabs .nav-link:hover {
  border-color: #071c53;
  color: #fff;
  background: #071c53;
}
.btn-navtabs.nav-tabs .nav-link span {
  width: 32px;
  min-width: 32px;
  height: 32px;
  border-radius: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(
    90deg,
    rgb(70 70 70 / 28%) 0,
    rgb(135 135 135 / 80%) 100%
  );
}
.btn-navtabs.nav-tabs .nav-link span i {
  width: 26px;
  min-width: 26px;
  height: 26px;
  border-radius: 26px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #7b7b7b;
}
.btn-navtabs.nav-tabs .nav-link:hover span i,
.btn-navtabs.nav-tabs .nav-link.active span i {
  background: #071c53;
}
.btn-navtabs.nav-tabs .nav-link span i img {
  max-width: 14px;
  max-height: 14px;
}
.btn-navtabs.nav-tabs .nav-link:hover span,
.btn-navtabs.nav-tabs .nav-link.active span,
.btn-navtabs.nav-tabs .nav-link.btn-primary span {
  background: linear-gradient(
    125deg,
    rgb(225 225 225 / 80%) 0,
    rgb(225 225 225 / 28%) 100%
  );
}
.btn-navtabs.nav-tabs .nav-link.btn-primary span i {
  background: #071c53;
}
.list-cp-body .thumb-cp-body {
  width: 320px;
  min-width: 320px;
  height: 200px;
  border-radius: 10px;
  overflow: hidden;
}
.list-cp-body .thumb-cp-body img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ai-response {
  order: -1;
  overflow-y: auto;
  margin-bottom: 2rem !important;
  background: rgb(255 255 255 / 0.1);
  backdrop-filter: blur(10px);
  border-radius: 8px;
  color: #fff;
  line-height: 1.6;
}
.ai-response::-webkit-scrollbar {
  width: 8px;
}
.ai-response::-webkit-scrollbar-track {
  background: rgb(255 255 255 / 0.1);
  border-radius: 4px;
}
.ai-response::-webkit-scrollbar-thumb {
  background: rgb(255 255 255 / 0.3);
  border-radius: 4px;
}
.ai-response::-webkit-scrollbar-thumb:hover {
  background: rgb(255 255 255 / 0.4);
}
.ai-response p {
  color: #fff;
}
.btn-ask.loading {
  position: relative;
  color: #fff0;
}
.btn-ask.loading::after {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 2px solid #fff;
  border-radius: 50%;
  border-top-color: #fff0;
  animation: spin 1s linear infinite;
}
.error-message {
  background: rgb(255 0 0 / 0.2);
  backdrop-filter: blur(5px);
  border-radius: 8px;
}
.ai-response[data-typing="true"]::after {
  content: "|";
  animation: blink 1s infinite;
  margin-left: 2px;
}
@keyframes spin {
  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@keyframes blink {
  0%,
  100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}
.chat-history {
  max-height: 50vh;
  overflow-y: auto;
  padding: 1rem;
  margin-bottom: 2rem;
}
.chat-history::-webkit-scrollbar {
  width: 8px;
}
.chat-history::-webkit-scrollbar-track {
  background: rgb(255 255 255 / 0.1);
  border-radius: 4px;
}
.chat-history::-webkit-scrollbar-thumb {
  background: rgb(255 255 255 / 0.3);
  border-radius: 4px;
}
.chat-history::-webkit-scrollbar-thumb:hover {
  background: rgb(255 255 255 / 0.4);
}
.response-wrapper {
  position: relative;
}
.response-wrapper:last-child .response-divider {
  display: none;
}
.user-query {
  font-size: 0.95rem;
}
.ai-expanded {
  position: fixed;
  right: -56px;
  bottom: 50%;
  transform: translateY(50%) rotate(-90deg);
  background: linear-gradient(135deg, #e95f9f 0%, #4f6cf7 100%);
  padding: 13px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  width: 160px;
  overflow: hidden;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 1100;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  cursor: pointer;
}
.ai-expanded:hover {
  width: 160px;
  padding: 13px;
  margin: 2px;
}
.ai-text {
  color: #fff;
  margin-right: 15px;
  white-space: nowrap;
  transition: opacity 0.3s ease;
  order: -1;
}
.creative .tc-ppk {
  background: linear-gradient(
    125deg,
    rgb(69 88 165 / 0.75) 0,
    rgb(111 132 215 / 0.75) 100%
  );
  border-color: rgb(0 0 0 / 0.2);
}
.mice .tc-ppk {
  background: linear-gradient(
    125deg,
    rgb(17 150 123 / 0.75) 0,
    rgb(0 205 164 / 0.75) 100%
  );
  border-color: rgb(0 0 0 / 0.2);
}
.creative .tc-ppk span:after {
  width: 7px;
  height: 7px;
  border-top: 7px solid #fff0;
  border-right: 7px solid #364ca1;
  border-bottom: 0 solid #fff0;
  border-left: 7px solid #fff0;
  content: "";
  position: absolute;
  bottom: 100%;
  left: -20.5px;
  z-index: 0;
  margin-bottom: 5.5px;
}
.mice .tc-ppk span:after {
  width: 7px;
  height: 7px;
  border-top: 7px solid #fff0;
  border-right: 7px solid #07604e;
  border-bottom: 0 solid #fff0;
  border-left: 7px solid #fff0;
  content: "";
  position: absolute;
  bottom: 100%;
  left: -20.5px;
  z-index: 0;
  margin-bottom: 5.5px;
}
.single-header {
  display: block !important;
}
.single-header .item {
  height: 520px;
  width: 100%;
  overflow: hidden;
}
.single-header .item img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.s-recomended-event {
  content-visibility: auto;
}
.tab-event {
  min-height: 200px;
}
