body {
  font-family: 'Plus Jakarta Sans', sans-serif;
}
::-webkit-scrollbar {
  display: none;
}
a:hover, a:focus {
  text-decoration: none;
}
.navbar-custom {
  background: linear-gradient(225deg, #2582B8 13.62%, #3667C7 57.78%, #083CA3 100%);
  z-index: 999;
  padding: 0 35px;
}
.navbar-custom .nav-link {
  padding: 1.5rem 1rem;
}
.login-btn-container .nav-link {
  padding: 0;
}
.dropdown-select-text {
  color: #000000 !important;
}
nav .navbar-nav li a{
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 28px;
  text-align: center;
  letter-spacing: -0.01em;
  /* color: #FFFFFF !important; */
}
.nav-link {
  color: #FFFFFF !important;
}
.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 0;
}
.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler-icon:focus {
  outline: none;
  box-shadow: none;
}

.navbar-brand {
  margin-right: 0;
}

.company-logo {
  /* width: 42.78px; */
  height: 50px;
  margin-right: 2rem;
  /* margin-left: 65px; */
}

.right-menu-container {
  display: flex;
  flex-direction: row;
  gap: 35px;
  /* margin-right: 50px; */
}
.location-navbar {
  font-weight: 500;
  font-size: 16px;
  line-height: 28px;
  text-align: center;
  letter-spacing: -0.01em;
  color: #FFFFFF;
}
.login-btn {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 4px 16px 6px;
  gap: 8px;
  width: 76px;
  height: 32px;
  background: #FFFFFF;
  border-radius: 16px;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: -0.01em;
  color: #083CA3;
  border: none;
}
.login-btn:hover, .login-btn:focus {
  opacity: 80%;
}
.navbar-custom .dropdown-menu {
  margin: 0;
  left: 2rem;
  top: 80%;
}
.login-btn-container {
  position: relative;
}
.login-btn-container .dropdown-menu {
  margin: 0;
  right: 0;
  top: 100%;
  left: auto;
}
.nav-dark .dropdown-menu a, .login-btn-container .dropdown-menu a {
  color: #505E73 !important;
  text-align: left;
  padding: 0.75rem 1.5rem;
}

.nav-dark .dropdown-menu a:hover, .login-btn-container .dropdown-menu a:hover {
  background-color: rgb(247,247,247);
}

.nav-dark .dropdown-menu a:focus, .login-btn-container .dropdown-menu a:focus {
  background-color: rgb(247,247,247);
}

.nav-dark .dropdown-menu, .login-btn-container .dropdown-menu {
  background-color: #ffffff;
  width: 15rem;
  border-radius: 1rem;
  overflow: hidden;
}

.nav-link .hot-badge {
  padding: 0.2rem 0.6rem;
  background-color: #ee2d34;
  border-radius: 20%;
  margin-right: 5px;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 28px;
  text-align: center;
  letter-spacing: -0.01em;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: white;
}

.hot-badge p{
  margin: 0;
  padding: 0;
}
/* .navbar-custom {
  background: linear-gradient(225deg, #2582B8 13.62%, #3667C7 57.78%, #083CA3 100%);
  min-height: 104px;
  z-index: 999;
}
.dropdown-select-text {
  color: #000000 !important;
}
.left-menu-nav {
  gap: 39px;
  margin-left: 40px;
}
nav .navbar-nav li a{
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 28px;
  text-align: center;
  letter-spacing: -0.01em;
}
.nav-link {
  color: #FFFFFF !important;
}
.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 0;
}
.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler-icon:focus {
  outline: none;
  box-shadow: none;
}

.company-logo {
  width: 42.78px;
  height: 40px;
  margin-left: 65px;
}

.right-menu-container {
  display: flex;
  flex-direction: row;
  gap: 35px;
  margin-right: 50px;
}
.location-navbar {
  font-weight: 500;
  font-size: 16px;
  line-height: 28px;
  text-align: center;
  letter-spacing: -0.01em;
  color: #FFFFFF;
}
.login-btn {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 4px 16px 6px;
  gap: 8px;
  width: 76px;
  height: 32px;
  background: #FFFFFF;
  border-radius: 16px;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: -0.01em;
  color: #083CA3;
  border: none;
} */
.welcome-image-container {
  background: radial-gradient(61.03% 97.59% at 50% 50%, #31617C 0%, #01091C 100%);
}

.img-container {
  width: 100%;
  display: inline-block;
  position: relative;
}
.carousel-welcome-img{
  position: absolute;
  left: 5%;
  top: 25%;
  color: white;
  padding: 4px;
  font-size: 17px;
  line-height: 18px;
  width: 40%;
}
.custom-carousel-welcome li {
  /* display: none !important; */
  width: 15px !important;
  height: 15px !important;
  margin-right: 5px !important;
  margin-left: 5px !important;
  border-radius: 50% !important;
  border: 0 !important;
  background-color: transparent !important;
  box-shadow: 0 0 0 0.1rem rgb(255, 255, 255) !important;
  display: flex;
  justify-content: center;
  vertical-align: middle;
  align-items: center;
}
.carousel-welcome-inside {
  width: 11px;
  height: 11px;
  border-radius: 100% !important;
  border: none;
}
.custom-carousel-welcome {
  bottom: -3rem;
}
.container-show-schedule {
  height: 15%;
  width: 100%;
  position: absolute;
  bottom: 5%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.button-show-schedule {
  display: none;
}
.close-button-container {
  position: absolute;
  top: 5%;
  cursor: pointer;
  color: black;
  right: 10px;
  display: none;
  font-size: 25px;
}
.schedule-container{
  z-index: 20;
  position: absolute;
  left: 5%;
  bottom: 5%;
  color: white;
  padding: 4px;
  font-size: 17px;
  line-height: 18px;
  width: 90%;
  height: 15%;
  background: #FFFFFF;
  box-shadow: 3px 6px 15px rgba(0, 0, 0, 0.08);
  border-radius: 16px;
  display: flex;
  flex-direction: row;
}
.schedule {
  height: 100%;
  width: 23%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.schedule-btn-container {
  height: 100%;
  width: 31%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.schedule-btn-container button {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  border: none;
  gap: 16px;
  width: 90%;
  height: 45%;
  background: linear-gradient(225deg, #2582B8 13.62%, #3667C7 57.78%, #083CA3 100%);
  border-radius: 12px;
  font-weight: 600;
  font-size: 16px;
  line-height: 28px;
  outline: none;
  text-align: center;
  letter-spacing: -0.01em;
  color: #FFFFFF;
}
.schedule-data {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  text-align: start;
  align-items: start;
}
.schedule-data-label {
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  text-align: center;
  letter-spacing: -0.01em;
  color: #737E8F;
}
.schedule-data-select {
  font-weight: 600;
  font-size: 16px;
  line-height: 28px;
  text-align: center;
  letter-spacing: -0.01em;
  color: #2C343F;
}
.promo-container {
  width: 100%;
  height: 332px;
  left: 0px;
  top: 862px;
  background: linear-gradient(225deg, #2582B8 13.62%, #3667C7 57.78%, #083CA3 100%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.promo-banner {
  width: 100%;
  height: 80%;
  display: flex;
  overflow-x: scroll;
  align-items: center;
  gap: 40px;
  padding-left: 40px;
}
.promo-image{
  min-width: 355px;
  height: 206px;
  border-radius: 16px;
}
.promo-image img{
  min-width: 355px;
  height: 206px;
  border-radius: 16px;
}
.arrow-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  vertical-align: middle;
  width: 229px;
  height: 28px;
  font-weight: 500;
  font-size: 16px;
  line-height: 28px;
  text-align: center;
  letter-spacing: -0.01em;
  color: #FFFFFF;
}
.arrow-btn {
  cursor: pointer;
}
.label-departure-container {
  width: 90%;
  height: 50px;
  margin-top: 5%;
  margin-left: 5%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.label-departure {
  font-weight: 600;
  font-size: 32px;
  line-height: 44px;
  letter-spacing: -0.01em;
  color: #394352;
}
.see-all-link {
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: -0.01em;
  background: linear-gradient(225deg, #2582B8 13.62%, #3667C7 57.78%, #083CA3 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.package-card-container {
  width: 90%;
  margin-left: 5%;
  min-height: 100px;
  margin-top: 5%;
}
.card-body {
  padding: 10px 0 10px 0;
}
.custom-card-package{
  border: none !important;
  font-size: 16px;
  letter-spacing: -0.01em;
  width: 100%;
  display: flex;
  justify-content: start;
}
.date-package {
  font-weight: 500;
  color: #8A93A1;
}
.title-package {
  margin-top: 10px;
  font-weight: 600;
  font-size: 16px;
  color: #000000;
}
.price-package {
  margin-top: 10px;
  font-weight: 500;
  font-size: 16px;
  color: #1B842C;
}
.package-detail-container {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 20px;
}
.package-detail-info {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.label-detail-package {
  font-weight: 400;
  color: #8A93A1;
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 10px;
}
.value-detail-package {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  color: #2C343F;
}
.value-detail-package img {
  margin-right: 5px;
}
.quota-container {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.quota-fullfiled {
  font-weight: 500;
  font-size: 14px;
  color: #2C343F;
}
.quota-remaining {
  font-weight: 400;
  font-size: 14px;
  color: #737E8F;
}
.progress {
  margin-top: 15px;
}
.package-type {
  margin-top: 15px;
  width: 100%;
  display: flex;
  flex-direction: row;
}
.travel-agent-container {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
}
.travel-agent-data {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.travel-name {
  font-weight: 500;
  font-size: 14px;
  letter-spacing: -0.01em;
  color: #505E73;
}
.travel-location {
  font-weight: 400;
  font-size: 12px;
  letter-spacing: -0.01em;
  color: #2C343F;
}
.biro-partner-container {
  width: 90%;
  margin-left: 5%;
  height: 340px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
.title-partner {
  font-weight: 600;
  font-size: 32px;
  letter-spacing: -0.01em;
  color: #394352;
}
.desc-partner {
  margin-top: 10px;
  font-weight: 400;
  font-size: 16px;
  color: #737E8F;
}
.custom-partner-carousel {
  bottom: -3rem;
}
.custom-partner-carousel li {
  width: 10px !important;
  height: 10px !important;
  margin-right: 5px !important;
  margin-left: 5px !important;
  border-radius: 50% !important;
  border: 0 !important;
  background-color: #083CA3 !important;
  display: flex;
  justify-content: center;
  vertical-align: middle;
  align-items: center;
}
.carousel-item-partner img{
  width: 500px;
}
.about-us-container {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 0 60px;
  margin: 150px 0 90px;
}
.about-us-title {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  font-size: 32px;
  letter-spacing: -0.01em;
  color: #394352;
}
.about-us-title span{
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: -0.01em;
  color: #8A93A1;
}
.about-us-content {
  margin-top: 40px;
  display: flex;
  flex-direction: row;
}
.about-us-image {
  width: 490px;
  height: 327px;
}
.about-us-detail {
  margin-left: 30px;
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.about-us-detail-data {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.about-us-detail-name {
  font-weight: 600;
  font-size: 24px;
  letter-spacing: -0.01em;
  color: #073794;
}
.about-us-detail-desc {
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: -0.01em;
  color: #505E73;
}
.question-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
}
.list-question {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.title-question {
  font-weight: 600;
  font-size: 32px;
  letter-spacing: -0.01em;
  color: #394352;
}
.accordion-question-container {
  margin-top: 20px;
}
.custom-card-collapse {
  border: none;
  width: 700px;
}
.custom-card-collapse-header {
  border: none;
}
.btn-custom-collapse {
  padding-left: 0;
  font-weight: 600;
  font-size: 20px;
  letter-spacing: -0.01em;
  color: #073794;
  text-decoration: none;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
}
.btn-custom-collapse {
  text-align: left;
}
.custom-card-collapse-body {
  border-bottom: 1px solid #C9CDD4;
  padding: 1rem 1.25rem;
}
.see-all-question-btn {
  margin-top: 30px;
  margin-bottom: 15%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 8px 16px;
  gap: 16px;
  width: 40%;
  height: 54px;
  border: none;
  border-radius: 12px;
  background: linear-gradient(225deg, #2582B8 13.62%, #3667C7 57.78%, #083CA3 100%);
  font-weight: 600;
  font-size: 16px;
  text-align: center;
  letter-spacing: -0.01em;
  color: #FFFFFF;
  outline: none;
}
.text-explain-question {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 400;
  font-size: 16px;
  text-align: center;
  letter-spacing: -0.01em;
  color: #505E73;
  margin-top: 10%;
}
.best-travel-container {
  margin-top: 50px;
}
.title-best-travel {
  font-weight: 600;
  font-size: 32px;
  letter-spacing: -0.01em;
  color: #394352;
  margin-bottom: 30px;
}
.custom-card-best-travel {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border: 1px solid #C9CDD4;
  border-radius: 32px;
}
.custom-card-best-travel-body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.best-travel-image {
  margin-bottom: 30px;
}
.custom-card-best-travel-name{
  font-weight: 500;
  font-size: 20px;
  letter-spacing: -0.01em;
  color: #2C343F;
}
.custom-card-best-travel-review{
  font-weight: 500;
  font-size: 16px;
  letter-spacing: -0.01em;
  color: #737E8F;
}
.testimoni-container {
  margin-top: 80px;
}
.title-testimoni {
  font-weight: 600;
  font-size: 32px;
  letter-spacing: -0.01em;
  color: #394352;
  margin-bottom: 30px;
}
.custom-card-testimoni-body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.testimoni-image {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: start;
  width: 100%;
  gap: 15px;
}
.testimoni-user {
  display: flex;
  flex-direction: column;
}
.testimoni-user-name {
  font-weight: 500;
  font-size: 20px;
  letter-spacing: -0.01em;
  color: #2C343F;
}
.testimoni-user-address {
  font-weight: 400;
  font-size: 16px;
  letter-spacing: -0.01em;
  color: #2C343F;
}
.custom-card-testimoni-desc {
  margin-top: 10px;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: -0.01em;
  color: #505E73;
}
.custom-card-testimoni {
  border: none;
}
.custom-card-testimoni-review {
  display: flex;
  flex-direction: row;
}
.review-for {
  font-weight: 500;
  font-size: 14px;
  letter-spacing: -0.01em;
  color: #737E8F;
  margin-right: 5px;
}
.travel-review-name{
  margin-left: 5px;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: -0.01em;
  color: #495669;
}
.consultation-container {
  margin-top: 50px;
  width: 100%;
  height: 334px;
  position: relative;
}
.background-consultation-container {
  width: 100%;
  height: 334px;
  background-image: url("../assets/paket-2.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  filter: blur(16px);
  -webkit-filter: blur(16px);
}
.content-consultation {
  width: 100%;
  position: absolute;
  height: 334px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  background: rgba(0, 0, 0, 0.6); 
}
.desc-consultation {
  font-weight: 400;
  font-size: 24px;
  text-align: center;
  letter-spacing: -0.01em;
  color: #FFFFFF;
}
.consultation-button {
  margin-top: 20px;
  width: 327px;
  height: 54px;
  background-color: #FFFFFF;
  border-radius: 12px;
  border: none;
  outline: none;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  vertical-align: middle;
}
.consultation-button span{
  font-weight: 600;
  font-size: 16px;
  text-align: center;
  letter-spacing: -0.01em;
  background: linear-gradient(225.86deg, #32D84B 6.72%, #499D56 56.07%, #1B842C 114%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
/* .footer-landing-page {
  width: 100%;
  min-height: 330px;
  background: linear-gradient(225deg, #2582B8 13.62%, #3667C7 57.78%, #083CA3 100%);
}
.footer-landing-page {
  display: flex;
  flex-direction: row;
}
.logo-footer {
  display: flex;
  padding-top: 20px;
  justify-content: start;
  flex-direction: column;
  align-items: start;
  gap: 20px;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: -0.01em;
  color: #FFFFFF;

}
.about-footer {
  display: flex;
  flex-direction: column;
  justify-content: start;
  padding-top: 30px;
  align-items: start;
  padding-left: 20px;
  gap: 20px;
}
.title-about-footer {
  font-weight: 600;
  font-size: 20px;
  letter-spacing: -0.01em;
  color: #FFFFFF;
}
.link-about-footer {
  font-weight: 500;
  font-size: 16px;
  letter-spacing: -0.01em;
  color: #FFFFFF;
}
.find-footer {
  padding-top: 30px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.social-media-footer {
  display: flex;
  flex-direction: row;
  gap: 10px;
}
.logo-footer {
  margin-left: 5%;
  width: 35%;
}
.about-footer {
  width: 15%;
}
.find-footer {
  width: 25%;
}
.reserved {
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: -0.01em;
  color: #FFFFFF;
} */
.custom-testimoni-carousel {
  bottom: -3rem;
}
.custom-testimoni-carousel li {
  width: 10px !important;
  height: 10px !important;
  margin-right: 5px !important;
  margin-left: 5px !important;
  border-radius: 50% !important;
  border: 0 !important;
  background-color: #083CA3 !important;
  display: flex;
  justify-content: center;
  vertical-align: middle;
  align-items: center;
}
.contact-whatsapp {
  width: 90%;
  padding-top: 4rem;
  margin-left: 5%;
  display: flex;
  justify-content: end;
}
/* Footer */
.footer-landing-page {
  width: 100%;
  background: linear-gradient(225deg, #2582B8 13.62%, #3667C7 57.78%, #083CA3 100%);
}
.footer-detail {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 40px 60px 40px;
}
.logo-footer-container {
  padding: 0 15px;
  width: 50%;
}
.about-footer-container {
  padding: 0 15px;
  width: 25%;
}
.mitra-footer-container {
  padding: 0 15px;
  width: 25%;
}
.logo-footer {
  display: flex;
  justify-content: start;
  flex-direction: column;
  align-items: start;
  gap: 20px;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: -0.01em;
  color: #FFFFFF;
  margin: 0;
}
.address-footer {
  padding: 24px 0;
}
.address-footer .address-row+.address-row {
  padding-top: 6px;
}
.address-row {
  display: flex;
  align-items: center;
  width: 100%;
}
.address-icon {
  width: 24px;
}
.address-detail {
  color: white;
  margin-left: 12px;
  font-size: 14px;
}
.address-detail p {
  margin: 0;
  padding: 0;
}
.about-footer {
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  gap: 20px;
}
.about-footer a {
  text-decoration: none;
  transition: all 0.1s ease-in-out;
}

.about-footer a:hover, .about-footer a:focus {
  text-decoration: underline;
  color: white;
  text-underline-offset: 3px;
  text-decoration-thickness: 0.5px;
  transform: translateX(5px);
}
.title-about-footer {
  font-weight: 600;
  font-size: 20px;
  letter-spacing: -0.01em;
  color: #FFFFFF;
}
.link-about-footer {
  font-weight: 500;
  font-size: 16px;
  letter-spacing: -0.01em;
  color: #FFFFFF;
}
.find-footer {
  padding-top: 30px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.social-media-footer {
  display: flex;
  flex-direction: row;
  gap: 20px;
  padding: 12px 0;
}
.reserved {
  font-weight: 400;
  font-size: 14px;
  line-height: 28px;
  letter-spacing: -0.01em;
  color: #FFFFFF;
  width: 100%;
  text-align: center;
  padding: 6px 0;
  background-color: rgba(34, 39, 48, 0.6) !important;
}
/* End Footer */