body {
  font-family: 'Plus Jakarta Sans', sans-serif;
}

a, a:hover, a:focus {
  text-decoration: none;
}

/* Navbar Start */
.navbar-custom {
  background: #FCFCFC;
  z-index: 999;
  border-bottom: 1px solid #EEEFF1;
  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;
}
.nav-link {
  color: #505E73 !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 {
  height: 50px;
  margin-right: 2rem;
}

.right-menu-container {
  display: flex;
  flex-direction: row;
  gap: 35px;
}
.location-navbar {
  font-weight: 500;
  font-size: 16px;
  line-height: 28px;
  text-align: center;
  letter-spacing: -0.01em;
  color: #505E73 !important;
}
.login-btn {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 4px 16px 6px;
  gap: 8px;
  width: 76px;
  height: 32px;
  background: linear-gradient(225deg, #2582B8 13.62%, #3667C7 57.78%, #083CA3 100%);
  border-radius: 16px;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: -0.01em;
  color: #FFFFFF;
  border: none;
}
.login-btn:hover, .login-btn:focus {
  opacity: 80%;
  color: white;
}
.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 End */

/* Navbar Start */
/* .navbar-custom {
  background-color: rgba(34, 39, 48, 0.4) !important;
  z-index: 999;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  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;
}
.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 {
  height: 50px;
  margin-right: 2rem;
}

.right-menu-container {
  display: flex;
  flex-direction: row;
  gap: 35px;
}
.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-color: #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: white !important;
  text-align: left;
  padding: 0.75rem 1.5rem;
}

.nav-dark .dropdown-menu a:hover, .login-btn-container .dropdown-menu a:hover {
  background-color: #2c343f;
}

.nav-dark .dropdown-menu a:focus, .login-btn-container .dropdown-menu a:focus {
  background-color: #2c343f;
}

.nav-dark .dropdown-menu, .login-btn-container .dropdown-menu {
  background-color: #222730;
  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;
}

.hot-badge p{
  margin: 0;
  padding: 0;
} */
/* Navbar End */

.welcome-image-container {
  background: radial-gradient(61.03% 97.59% at 50% 50%, #31617C 0%, #01091C 100%);
  height: 100vh;
}

.img-container {
  width: 100%;
  height: 100vh;
  display: inline-block;
  position: relative;
}

.img-background-welcome {
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
.img-background-welcome img {
  display: block;
  margin: 0 auto;
  /* height: 100vh; */
  width: 100%;
}

.carousel-welcome-container {
  position: absolute;
  height: 100vh;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.carousel-welcome-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 5%;
}

.carousel-welcome {
  position: absolute;
  top: 45%;
  left: 25%;
  /* background-color: white; */
  /* min-width: 40%; */
  max-width: 45%;
  transform: translate(-50%, -50%);
}

.carousel-welcome-item {
  width: 100%;
  border-radius: 20%;
  padding: 0 1rem;
}

.carousel-welcome .custom-slick-dots {
  position: absolute;
  bottom: -3rem;
  display: inline-block;
  width: 100%;
  padding: 0;
  margin: 3px 0;
  list-style: none;
  text-align: center;
}

.carousel-welcome .custom-slick-dots ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.carousel-welcome .custom-slick-dots li {
  border-radius: 100%;
  background-color: transparent;
  position: relative;
  display: inline-block;
  margin: 0 10px;
  padding: 0;
  cursor: pointer;
}

.carousel-welcome .custom-paging {
  position: relative;
  background-color: transparent;
  border-radius: 100%;
  width: 20px;
  height: 20px;
}

.carousel-welcome .slick-active .custom-paging {
  border: 1px solid #d9d9d9;
}

.carousel-welcome .custom-paging-dot{
  position: absolute;
  top: 50%;
  left: 50%;
  /* bottom: 50%;
  right: 50%; */
  transform: translate(-50%, -50%);
  background-color: #d9d9d9;
  border-radius: 100%;
  width: 8px;
  height: 8px;
}

.carousel-welcome-img{
  position: absolute;
  left: 5%;
  top: 25%;
  color: white;
  padding: 4px;
  font-size: 17px;
  line-height: 18px;
  max-width: 40%;
  min-width: 40%;
  max-height: 100%;
  min-height: 100%;
}
.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: 6%;
  cursor: pointer;
  color: black;
  right: 10px;
  display: none;
  font-size: 25px;
}
.close-button-container img{
  cursor: pointer;
}
.schedule-container{
  z-index: 20;
  position: absolute;
  left: 5%;
  bottom: 2%;
  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;
  padding: 1.5rem 2.5rem;
  gap: 20px;
}
.schedule {
  height: 100%;
  width: 23%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  /* gap: 20px; */
  /* margin-left: 15px; */
  position: relative;
  /* background-color: blue; */
}
.schedule-s {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.schedule-icon {
  /* width: 100%; */
  /* height: 100%; */
  /* background-color: green; */
  margin-right: 20px;
}
.schedule-icon-img {
  width: 56px;
}
.schedule-data {
  width: 100%;
  /* position: relative; */
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  text-align: start;
  align-items: start;
  /* background-color: red; */
}
.schedule-data-label {
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  text-align: center;
  letter-spacing: -0.01em;
  color: #737E8F;
}
.schedule-data-select {
  cursor: pointer;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 5px;
  font-weight: 600;
  font-size: 16px;
  line-height: 28px;
  text-align: center;
  letter-spacing: -0.01em;
  color: #2C343F;
}
.schedule-btn-container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 31%;
}
.schedule-btn-container button {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 16px 0;
  border: none;
  width: 100%;
  background: linear-gradient(225deg, #2582B8 13.62%, #3667C7 57.78%, #083CA3 100%);
  border-radius: 12px;
  font-weight: 600;
  font-size: 16px;
  text-align: center;
  letter-spacing: -0.01em;
  color: #FFFFFF;
}
.dropup {
  bottom: 100%;
  top: auto !important;
}
.custom-hide {
  opacity: 0;
  visibility: hidden;
}
.custom-show {
  opacity: 100;
  visibility: visible;
}
.modal-calendar-schedule-container {
  position: absolute;
  /* display: none; */
  top: 100%;
  z-index: 99;
  width: 334px;
  /* height: 250px; */
  background: #EEEFF1;
  border-radius: 14px;
  left: 0;
  padding: 10px;
}
.modal-calendar-schedule {
  width: 100%; 
  /* height: 100%; */
  /* margin-left: 2.5%; */
  /* margin-top: 2.5%; */
  display: flex;
  flex-direction: column;
  background: #FFFFFF;
  border: 1px solid #EEEFF1;
  box-shadow: 3px 6px 15px rgba(0, 0, 0, 0.08);
  border-radius: 12px;
  padding: 15px;
  position: relative;
}
.year-selector {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 40%;
  /* margin: 10px 0; */
  /* margin-left: 5%; */
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  letter-spacing: -0.01em;
  color: #2C343F;
}
.img-arrow {
  display: flex;
  justify-content: center;
  align-items: center;
}
.month-selector {
  display: flex;
  flex-direction: column;
  width: 100%;
  /* margin-left: 10%; */
  margin: 15px 0 40px 0;
  gap: 10px;
  /* background-color: yellow; */
}
.container-button-schedule {
  position: absolute;
  bottom: 10px;
  right: 10px;
  display: flex;
  flex-direction: row;
  justify-content: end;
  gap: 10px;
  width: 90%;
  height: 36px;
}
.list-month {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.icon-close-modal {
  position: absolute;
  top: 15px;
  right: 15px;
  cursor: pointer;
}
.icon-close-modal img {
  width: 30px;
}
.icon-close-modal-cost {
  outline: none;
  border: none;
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
}
.month-name {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 25%;
  height: 36px;
  cursor: pointer;
}
.month-name span{
  font-weight: 500;
  font-size: 16px;
  line-height: 28px;
  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;
}
.month-name:hover {
  background: linear-gradient(225deg, #2582B8 13.62%, #3667C7 57.78%, #083CA3 100%);
  border-radius: 8px;
  font-weight: 500;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: -0.01em;
  color: #FFFFFF;
}
.month-name:hover span{
  font-weight: 500;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: -0.01em;
  background: #FFFFFF;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
#modal-place-schedule-container {
  position: absolute;
  /* display: none; */
  top: 100%;
  left: 0;
  z-index: 99;
  width: 653px;
  /* height: 548px; */
  background-color: #EEEFF1;
  border-radius: 16px;
  padding: 10px;
}
.modal-place-schedule {
  width: 100%; 
  /* height: 96%; */
  /* margin-left: 2%;
  margin-top: 2%; */
  display: flex;
  flex-direction: column;
  background: #FFFFFF;
  border: 1px solid #EEEFF1;
  box-shadow: 3px 6px 15px rgba(0, 0, 0, 0.08);
  border-radius: 16px;
  padding: 15px;
}
.modal-place-title {
  font-weight: 600;
  font-size: 16px;
  /* margin-top: 3%;
  margin-left: 8%; */
  text-align: start;
  letter-spacing: -0.01em;
  color: #2C343F;
}
.modal-place-title input {
  width: 70%;
  height: 56px;
  background: #F8F8F8;
  border-radius: 12px;
  border: none;
  outline: none;
  }
.data-city {
  width: 100%;
  /* max-height: 60%; */
  /* margin-left: 5%; */
  /* margin-top: 8%; */
  /* overflow-y: scroll; */
  margin: 15px 0 40px 0;
}
.province-name {
  margin-top: 20px;
  font-weight: 600;
  font-size: 16px;
  line-height: 28px;
  text-align: start;
  letter-spacing: -0.01em;
  color: #495669;
}
.city-name-row {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.city-name {
  flex: 0 0 33.333333%;
  margin-top: 10px;
  height: 28px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  color: #505E73;
  position: relative;
}

.round {
  width: 100%;
  height: 100%;
  position: relative;
}

.city-name-label {
  height: 100%;
  display: flex;
  justify-content: start;
  align-items: center;
  position: absolute;
}

.modal-cost-schedule-container {
  position: absolute;
  /* display: none; */
  top: 100%;
  left: 0;
  z-index: 99;
  width: 517px;
  /* height: auto; */
  background-color: #EEEFF1;
  border-radius: 16px;
  padding: 10px;
}
.modal-cost-schedule {
  width: 100%; 
  /* height: 96%; */
  /* margin-left: 2%; */
  /* margin-top: 2%; */
  display: flex;
  flex-direction: column;
  background-color: #ffffff;
  /* margin-bottom: 2%; */
  border: 1px solid #EEEFF1;
  box-shadow: 3px 6px 15px rgba(0, 0, 0, 0.08);
  border-radius: 16px;
  padding: 15px;
}

.modal-cost-title {
  /* font-weight: 500; */
  font-weight: 600;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: -0.01em;
  color: #495669;
  /* padding-top: 10px; */
  /* padding-left: 10px; */
}
.range-input-container {
  margin-top: 15px;
  width: 100%;
  /* margin-left: 2.5%; */
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.range-input-container input{
  width: 47.5%;
  height: 44px;
  border: 1px solid #AFB5BF;
  border-radius: 12px;
  padding-left: 10px;
}
.select-menu-checkout {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  /* margin-left: 2.5%; */
  /* margin: 15px 0 40px; */
  /* margin-top: 15px; */
  justify-content: space-between;
  /* padding-bottom: 20px; */
}
.container-button-cost {
  position: absolute;
  bottom: 20px;
  right: 20px;
  display: flex;
  flex-direction: row;
  justify-content: end;
  gap: 10px;
  width: 90%;
  height: 36px;
}
.select-menu-checkout button {
  margin-top: 10px;
  width: 30%;
  height: 42px;
  background: #E6ECF6;
  align-items: center;
  text-align: center;
  border: none;
  outline: none;
  border-radius: 8px;
  font-weight: 500;
  font-size: 16px;
  display: flex;
  letter-spacing: -0.01em;
  color: #3963B5;
}
.select-menu-checkout button:hover {
  background: linear-gradient(225deg, #2582B8 13.62%, #3667C7 57.78%, #083CA3 100%);
  color: #ffffff;
}
.select-menu-checkout button:focus {
  background: linear-gradient(225deg, #2582B8 13.62%, #3667C7 57.78%, #083CA3 100%);
  color: #ffffff;
}
.container-button-city {
  position: absolute;
  bottom: 20px;
  right: 20px;
  display: flex;
  flex-direction: row;
  justify-content: end;
  gap: 10px;
  width: 90%;
  height: 36px;
}
.reset-btn {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 8px;
  width: 76px;
  height: 36px;
  border-radius: 8px;
  border: 1px solid #2582B8;
}
.reset-btn-sch {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 8px;
  border: 1px solid #2582B8;
  color: #2582B8;
  background-color: transparent;
}
.reset-btn-sch:hover, .reset-btn-sch:focus {
  border: 1px solid #2582B8;
  color: white;
  /* background-color: #2582B8; */
  background: linear-gradient(225deg, #2582B8 13.62%, #3667C7 57.78%, #083CA3 100%);
}
.reset-btn span {
  font-weight: 500;
  font-size: 16px;
  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;
}
.apply-btn {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 101px;
  height: 36px;
  background: linear-gradient(225deg, #2582B8 13.62%, #3667C7 57.78%, #083CA3 100%);
  border-radius: 8px;
  color: #FFFFFF;
  border: none;
  outline: none;
}
.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: 100%;
  height: 50px;
  margin-top: 5%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 0 60px;
}
.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: 100%;
  /* min-height: 100px; */
  margin-top: 5%;
  padding: 0 60px;
}
.card-body {
  padding: 12px 0;
}
.card-deck {
  width: 100%;
  justify-content: space-evenly;
}
.card-container-deck {
  display: flex;
  margin: 0 -10px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.card-container-deck-s {
  padding: 0 10px;
  width: 20%;
}
.card-custom-package-container {
  width: 25%;
  padding: 0 15px;
}
.custom-card-package{
  border: none !important;
  font-size: 16px;
  letter-spacing: -0.01em;
  display: flex;
  justify-content: start;
  padding: 10px;
  position: relative;
}
.custom-card-package:hover .custom-card-decoration {
  opacity: 100;
  visibility: visible;
}
.custom-card-decoration {
  position: absolute;
  opacity: 0;
  visibility: none;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.7);
  z-index: 10;
  box-shadow: 5px 5px 15px rgba(100, 100, 100, 0.3);
  transition: all 0.5s ease-in-out;
}
.custom-card-decoration .container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.custom-card-decoration span {
  color: white;
  background: linear-gradient(225deg, #2582B8 13.62%, #3667C7 57.78%, #083CA3 100%);
  border-radius: 20px;
  padding: 0.5rem 1.5rem;
}
.custom-card-package:hover  {
  text-decoration: none;
}
.custom-img-container {
  position: relative;
  width: 100%;
  height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.custom-background-img {
  position: absolute;
  background-color: white;
  z-index: 5;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
/* .custom-background-img {
  position: absolute;
  z-index: 5;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  filter: blur(8px);
  -webkit-filter: blur(8px);

  height: 100%;
  width: 100%;

  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
} */
.custom-card-img-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 7;
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.custom-card-img-container {
  width: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.custom-card-img-footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  right: 0;
  z-index: 8;
}
.custom-card-img {
  max-width: 100%;
  max-height: 400px;
  width: auto;
  height: auto;
}
.custom-card-promo {
  position: absolute;
  top: 10px;
  left: -3px;
  background-color: #ee2d34;
  color: white;
  padding: 2px 6px;
  font-size: 12px;
  font-weight: 600;
  border-radius: 2px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.4);
}
.custom-icon-detail {
  width: 20px;
}
.date-package {
  font-weight: 500; 
  /* color: #8A93A1; */
  color: #1F58CC;
  padding: 12px 0;
}
.date-package-separator {
  margin: 0 5px;
}
.date-package-interval {
  /* color: #8A93A1; */
  color: #505E73;
}
.title-package {
  /* margin-top: 10px; */
  font-weight: 700;
  font-size: 16px;
  color: #000000;
  margin-bottom: 8px;
}
.price-package {
  margin-top: 10px;
  font-weight: 700;
  font-size: 24px;
  color: #1B842C;
  display: flex;
  align-items: flex-start;
  /* display: block; */
}
.price-package .false-price {
  font-weight: 600;
  font-size: 12px;
  letter-spacing: -0.01em;
  color: #505E73;
  display: inline-block;
  margin-right: 5px;
  text-decoration: line-through;
}
.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: end;
  font-weight: 500;
  color: #2C343F;
  font-size: 14px;
}
.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: 100%;
  height: 340px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 0 60px;
  /* gap: 20px; */
}
.biro-partner-container .caption-side {
  width: 50%;
}
.biro-partner-container .carousel-side {
  width: 50%;
}
.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;
}
.carousel-partner-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.partner-img {
  width: 20%;
  padding: 20px 35px;
  display: inline-flex;
}
.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-container-welcome {
  display: flex;
  width: 100%;
  height: 100%;
}
.carousel-item-box {
  height: 300px;
}
.carousel-item-partner img{
  width: 500px;
}
.about-us-container {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-top: 40px;
  padding: 0 60px;
}
.about-us-title {
  font-weight: 600;
  font-size: 32px;
  letter-spacing: -0.01em;
  color: #394352;
}
.about-us-content {
  margin-top: 40px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0 -20px;
}
.about-us-wrapper {
  width: 33%;
  padding: 20px;
}
.about-us-card {
  /* width: 33%; */
  padding: 50px 50px;
  /* margin: 10px 20px; */
  /* background-color: #ECEFF5; */
}
.about-us-card.blue {
  background-color: #ECEFF5;
}
.about-us-card.yellow {
  background-color: #F9F4EC;
}
.about-us-image {
  width: 40%;
}
.about-us-image img {
  width: 100%;
}
.about-us-detail {
  width: 60%;
  padding-left: 30px;
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.about-us-detail-image img {
  height: 50px;
}
.about-us-detail-data {
  display: flex;
  flex-direction: column;
  gap: 5px;
  align-items: center;
}
.about-us-detail-name {
  font-weight: 600;
  font-size: 24px;
  letter-spacing: -0.01em;
  color: #073794;
  text-align: center;
}
.about-us-detail-desc {
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: -0.01em;
  color: #505E73;
  text-align: center;
}
.question-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 50px;
  /* background-color: blue; */
}
.list-question {
  width: 60%;
  display: flex;
  flex-direction: column;
}
.image-question {
  width: 40%;
}
.image-question img {
  width: 100%;
}
.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 div{
  text-align: left;
}
.custom-card-collapse-body {
  border-bottom: 1px solid #C9CDD4;
  margin-left: 1.25rem;
}
.see-all-question-btn {
  margin-top: 30px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 8px 16px;
  gap: 16px;
  width: 40%;
  height: 54px;
  border: 1px solid #073794;
  border-radius: 12px;
  font-weight: 600;
  font-size: 16px;
  text-align: center;
  letter-spacing: -0.01em;
  color: #073794;
  outline: none;
}
.best-travel-container {
  margin-top: 50px;
}
.title-best-travel {
  font-weight: 600;
  font-size: 32px;
  letter-spacing: -0.01em;
  color: #394352;
  margin-bottom: 30px;
}
.best-travel-container-box{ 
  width: 100%;
}
.custom-card-best-travel {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border: 1px solid #C9CDD4;
  border-radius: 32px;
  width: 100%;
}
.custom-card-best-travel-body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 3rem 1.5rem;
}
.best-travel-image {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
  padding: 0 1.5rem
}
.best-travel-image img{
  width: 100%;
  height: 100%;
}
.custom-card-best-travel-name{
  font-weight: 500;
  font-size: 18px;
  letter-spacing: -0.01em;
  color: #2C343F;
  margin-bottom: 0.15rem;
  white-space: nowrap;
}
.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: left;
}
.testimoni-image {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: start;
  width: 100%;
  gap: 15px;
}
.testimoni-img {
  border-radius: 100%;
  aspect-ratio: 1/1;
}
.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; */
  margin: 1.5rem 0 0 0;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: -0.01em;
  color: #505E73;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 5; /* number of lines to show */
          line-clamp: 5; 
  -webkit-box-orient: vertical;
}
.carousel-review-container {
  width: 100%;
  overflow: hidden;
}
.carousel-review-wrapper {
  margin: 0 -1.5rem;
}
.carousel-review {
  position: relative;
  width: 100%;
}
.custom-card-testimoni {
  /* max-width: 22%;
  min-width: 22%; */
  border: none;
  padding: 0 1.5rem;
  width: 100%;
}
.custom-card-testimoni-review {
  display: flex;
  flex-direction: row;
}
.carousel-review hr {
  border: 1px solid #C9CDD4;
  width: 100%;
}
.carousel-review .custom-slick-dots, .carousel-partner .custom-slick-dots {
  position: absolute;
  bottom: -3rem;
  display: inline-block;
  width: 100%;
  padding: 0;
  margin: 3px 0;
  list-style: none;
  text-align: center;
}
.carousel-review .custom-slick-dots ul, .carousel-partner .custom-slick-dots ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.carousel-review .custom-slick-dots li, .carousel-partner .custom-slick-dots li {
  border-radius: 100%;
  background-color: #d9d9d9;
  position: relative;
  display: inline-block;
  margin: 0 10px;
  padding: 0;
  cursor: pointer;
}
.carousel-review .custom-slick-dots .slick-active, .carousel-partner .custom-slick-dots .slick-active {
  background-color: #083ca3;
}
.carousel-review .custom-paging, .carousel-partner .custom-paging {
  /* position: relative;
  background-color: #d9d9d9;
  border-radius: 100%; */
  width: 8px;
  height: 8px;
}
.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_frontend/paket-2.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  filter: blur(16px);
  -webkit-filter: blur(16px);
}
.content-consultation {
  width: 100%;
  overflow: hidden;
  position: absolute;
  height: 334px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  background: rgba(0, 0, 0, 0.6);
  /* background-color: red; */
  padding: 40px 60px 40px;
}
.desc-consultation {
  font-weight: 400;
  font-size: 24px;
  text-align: center;
  letter-spacing: 0.05em;
  color: #FFFFFF;
  word-spacing: 0.3rem;
}
.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;
  color: #32D84B;
  font-weight: 600;
  font-size: 16px;
}
.consultation-button:hover, .consultation-button:focus {
  background: linear-gradient(225.86deg, #32D84B 6.72%, #499D56 56.07%, #1B842C 114%);
  color: white;
}
/* .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 */
.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 */
.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;
}
::-webkit-scrollbar {
  display: none;
}
.slick-dots {
  position: absolute;
  bottom: -45px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0;
  font-size: 0;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 50px;
  line-height: 5px;
  text-align: center;
  color: #083CA3;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: #083CA3;
  opacity: 0.75;
}

/* .floating{
	position:fixed;
	width:150px;
	height:60px;
	bottom:40px;
	right:40px;
	text-align:center;
} */

.contact-whatsapp {
  position: fixed;
  right: 25px;
  bottom: 25px;
  display: flex;
  z-index: 999;
}

.btn-pack-type {
  width: 106px;
  height: 30px;
  background: #E9FCF3;
  border-radius: 8px;
  font-weight: 400;
  font-size: 12px;
  letter-spacing: -0.01em;
  color: #127A48;
  outline: none;
  border: none;
}

.btn-periode {
  width: 106px;
  height: 30px;
  background: #FFF3ED;
  border-radius: 8px;
  font-weight: 400;
  font-size: 12px;
  letter-spacing: -0.01em;
  color: #8C4C2A;
  outline: none;
  border: none;
}