@import url(../css/vendors/normalize.css);
@import url(../css/vendors/bootstrap.min.css);
@import url(../css/plugins/magnific-popup.css);
@import url(../css/plugins/perfect-scrollbar.css);
@import url(../css/plugins/carouselTicker.css);
@font-face {
  font-family: 'Manrope';
  src: url('assets/font/Manrope-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Merienda';
  src: url('assets/font/Merienda-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.btn.btn-mode img,
.cb-container input:checked ~ .checkmark:after,
.radio-container input:checked ~ .checkmark:after,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
li.hr span,
main,
menu,
nav,
section {
  display: block;
}
.clear,
main {
  clear: both;
}
.cb-container,
.radio-container {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.header .main-menu li.has-children > a::after,
.header .main-menu li.has-children > a:hover::after {
  background: url(../imgs/arrow-down.svg) center no-repeat;
}
#scrollUp svg,
.footer.footer-white a.icon-socials:hover svg {
  fill: var(--bs-brand-secondary);
}
:root {
  --bs-border-color: #e4e6e8;
  --bs-color-white: #ffffff;
  --bs-color-black: #000000;
  --bs-color-700: #4d4d4d;
  --bs-background-1000: #000000;
  --bs-background-white: #ffffff;
  --bs-color-1000: #000000;
  --bs-background-body: #ffffff;
  --bs-background-1: #fff0ec;
  --bs-background-2: #e4f9f9;
  --bs-background-3: #e3f0ff;
  --bs-background-4: #efefeb;
  --bs-background-5: #ffec88;
  --bs-background-6: #9dd3fb;
  --bs-background-7: #fcf2fa;
  --bs-background-8: #f6f3fc;
  --bs-background-9: #fcfcf3;
  --bs-background-12: #a8e2ef;
  --bs-background-card: #ffffff;
  --bs-neutral-0: #ffffff;
  --bs-neutral-100: #f2f4f6;
  --bs-neutral-200: #e4e6e8;
  --bs-neutral-300: #d6d7d8;
  --bs-neutral-400: #8e8e8e;
  --bs-neutral-500: #737373;
  --bs-neutral-600: #01205e;
  --bs-neutral-700: #4d4d4d;
  --bs-neutral-800: #01205e;
  --bs-neutral-900: #ffc700;
  --bs-neutral-1000: #01205f;
  --bs-button-bg: #000000;
  --bs-button-bg-2: #f2f4f6;
  --bs-button-text: #f2f4f6;
  --bs-button-text-2: #000000;
  --bs-brand-secondary: #ffc700;
  --bs-brand-primary: #000000;
  --bs-warning: #f09814;
  --bs-success: #3dc262;
  --bs-danger: #d63e29;
  --bs-brand-1: #8acfff;
  --bs-brand-2: #9761dc;
  --bs-brand-4: #c5ff41;
  --bs-color-grey: #afafaf;
  --bs-color-2: #c5ff41;
  --bs-color-grey-2: #f0f0f0;
  --bs-neutral-950: #1e1e1e;
}
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
.display-1,
.display-2 {
  line-height: 76px;
  font-weight: 400;
}
.display-1,
.display-2,
.text-15-medium,
.text-label,
.text-lg,
.text-md,
.text-sm,
.text-xl,
button,
input,
select,
textarea {
  font-family: Manrope, sans-serif;
}
thead {
  font-weight: 600;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:after,
blockquote:before,
q:after,
q:before {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
.img-responsive,
img {
  max-width: 100%;
}
button,
input,
select,
textarea {
  font-size: 14px;
}
.custom-select:focus,
:focus,
[contenteditable].form-control:focus,
[type="email"].form-control:focus,
[type="password"].form-control:focus,
[type="tel"].form-control:focus,
[type="text"].form-control:focus,
button:focus,
input.form-control:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
input[type="text"]:focus,
select:focus,
textarea.form-control:focus,
textarea:focus {
  box-shadow: none !important;
  outline: 0 !important;
}
input:focus::-moz-placeholder {
  opacity: 0;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.hover-up,
.hover-up:hover {
  transition: 0.25s cubic-bezier(0.02, 0.01, 0.47, 1);
}
a {
  color: #f5c003;
  text-decoration: none;
}
a:hover {
  color: #01205e;
}
.form-control,
.form-group i {
  color: var(--bs-neutral-600);
}
li.hr span {
  width: 100%;
  height: 1px;
  background-color: #e4e4e4;
  margin: 20px 0;
}
::placeholder {
  color: var(--bs-neutral-600);
  opacity: 1;
}
:-ms-input-placeholder,
::-webkit-input-placeholder {
  color: var(--bs-neutral-600);
  opacity: 1;
}
.box-collapse2,
.fix {
  overflow: hidden;
}
.box-count .deals-countdown .countdown-section:last-child::before,
.box-faqs-type-2::before,
.box-list-numbers .item-numbers:last-child::before,
.box-search-advance .box-bottom-search .item-search.bd-none::before,
.btn.btn-dropdown:after,
.dropdown-quantity .btn:after,
.dropdown-sort #dropdownSort::after,
.dropdown-sort .dropdown-toggle::after,
.form-section,
.header .main-menu li.mega-li .mega-menu .mega-menu-inner ul li a:after,
.header.stick .top-bar,
.hidden,
.mobile-header-wrapper-style
  .mobile-header-wrapper-inner
  .mobile-header-content-area
  .mobile-menu-wrap
  nav
  .mobile-menu
  li.hr,
.sidebar-canvas-wrapper
  .mobile-header-wrapper-inner
  .mobile-header-content-area
  .mobile-menu-wrap
  nav
  .mobile-menu
  li.hr,
.swiper-button-next-style-1:after,
.swiper-button-prev-style-1:after,
.ui-slider-handle {
  display: none;
}
.section {
  float: left;
  width: 100%;
}
.card-journey-small .card-info .card-program .endtime .card-button,
.f-right {
  float: right;
}
.capitalize {
  text-transform: capitalize;
}
.uppercase {
  text-transform: uppercase;
}
.bg-img {
  background-position: center center;
  background-size: cover;
}
.block-banner-destination .box-swiper,
.block-why-choose-us .container,
.box-about-video,
.box-banner-activities,
.box-banner-ads,
.box-banner-single-blog,
.box-calendar-date,
.box-dropdown-cart,
.card-banner,
.card-banner .card-image,
.card-explore .card-info,
.card-journey-small .card-info .card-program,
.card-news .card-info .card-program,
.card-support .card-image,
.container-banner-home7,
.dropdown,
.footer.footer-white,
.form-group,
.image-bottom-how,
.input-calendar,
.position-relative,
.search-form form,
.top-bar-2 .top-button-mode {
  position: relative;
}
.height-100vh {
  height: 100vh !important;
}
.hover-up:hover {
  transform: translateY(-3px);
}
.form-control {
  border: 1px solid var(--bs-neutral-200);
  border-radius: 8px;
  background-color: var(--bs-background-card);
  padding: 11px 15px 13px;
  width: 100%;
}
.form-control::placeholder {
  color: var(--bs-neutral-400);
}
.form-group i {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 15px;
  font-size: 18px;
}
textarea.form-control {
  height: auto;
}
.form-icons {
  padding-left: 41px;
}
.banner-hero.hero-1 .banner-description,
.banner-hero.hero-1 .heading-banner,
.text-white {
  color: #fff;
}
.brand-1-1 {
  color: #52b8aa;
}
.brand-1 {
  color: var(--bs-brand-1);
}
.brand-4 {
  color: #c5ff41;
}
.brand-primary {
  color: var(--bs-brand-primary);
}
strong {
  font-weight: 700;
}
.divider {
  border-top: 1px solid var(--bs-neutral-200);
  margin: 20px 0;
}
:hover {
  transition-duration: 0.2s;
}
.banner-contact img,
.block-banner-destination .block-banner-destination-inner img,
.box-image-video img,
.box-section,
.card-grid-video .card-image img,
.card-journey-big .card-image img,
.card-news .card-image img,
.card-popular .card-image img,
.section-box {
  display: block;
  width: 100%;
}
.text-shadow {
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}
.link-green {
  color: #319f1f;
}
.dropdown .dropdown-menu.show {
  border: thin solid var(--bs-neutral-200);
  box-shadow: 0 9px 26px 0 rgba(31, 31, 51, 0.06);
  background-color: var(--bs-neutral-0);
  border-radius: 10px;
  padding: 0;
  overflow: hidden;
}
.btn.btn-border-1:hover,
.btn.btn-signin:hover,
.btn.btn-tag-sm:hover,
.btn.btn-white-md:hover,
.btn.btn-white-sm:hover,
.btn.btn-white:hover,
.card-home-link:hover,
.card-journey-big:hover,
.card-journey-small:hover,
.card-news:hover,
.card-popular.card-top-destination:hover,
.card-why-choose-us:hover {
  box-shadow: 0 6px 22px 0 rgba(0, 0, 0, 0.09);
}
.dropdown .dropdown-menu.show .dropdown-item {
  padding: 10px 20px;
  color: var(--bs-neutral-900);
  font-size: 14px;
}
.dropdown .dropdown-menu.show .dropdown-item.active {
  color: var(--bs-neutral-0);
  text-decoration: none;
  background-color: var(--bs-neutral-700);
}
.dropdown .dropdown-menu.show .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: var(--bs-neutral-700);
}
.dropdown.dropdown-sort .dropdown-menu.show {
  border-radius: 10px;
  margin-top: 20px;
}
.display-1 {
  font-size: 96px;
}
.display-2 {
  font-size: 82px;
}
.heading-1,
.heading-2,
.heading-3,
.heading-4,
.heading-5,
.heading-6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Manrope, sans-serif;
  font-weight: 600;
  font-display: swap;
}
.heading-1-regular,
.heading-2-regular,
.heading-3-regular,
.heading-4-regular,
.heading-5-regular,
.heading-6-regular,
body,
h1 span {
  font-weight: 400;
}
.heading-1,
h1 {
      font-size: 50px;
    line-height: 62px;
}
.heading-2,
h2 {
  font-size: 42px;
  line-height: 50px;
}
.heading-3,
h3 {
  font-size: 44px;
  line-height: 58px;
}
.heading-4,
h4 {
  font-size: 36px;
  line-height: 48px;
}
.heading-5,
h5 {
  font-size: 28px;
  line-height: 36px;
}
.heading-6,
h6 {
  font-size: 20px;
  line-height: 32px;
}
.heading-1-medium,
.heading-2-medium,
.heading-3-medium,
.heading-4-medium,
.heading-5-medium,
.heading-6-medium,
.list-colors li.active .box-colors label,
.text-lg-medium,
.text-md-medium,
.text-sm-medium,
.text-xl-medium,
.text-xs-medium,
h2 span {
  font-weight: 500;
}
.text-label,
.text-lg,
.text-md,
.text-sm,
.text-xl {
  font-weight: 500;
}
.btn.btn-black,
.text-lg-bold,
.text-md-bold,
.text-sm-bold,
.text-xl-bold,
.text-xs-bold {
  font-weight: 700 !important;
}
.text-xs,
.text-xs-bold,
.text-xs-medium {
  font-size: 12px;
  line-height: 18px;
}
.text-sm,
.text-sm-bold,
.text-sm-medium {
  font-size: 14px;
  line-height: 22px;
}
.box-popular-posts-md .card-post .card-info a,
.text-md,
.text-md-bold,
.text-md-medium,
.text-xl,
.text-xl-bold,
.text-xl-medium {
  font-size: 16px;
  line-height: 26px;
}
.text-lg,
.text-lg-bold,
.text-lg-medium {
  font-size: 18px;
  line-height: 28px;
}
.text-label {
  font-size: 22px;
  line-height: 27px;
}
.text-15-medium {
  font-size: 15px;
  line-height: 23px;
  font-weight: 500;
}
.text-24-semibold {
  font-size: 24px;
  line-height: 29px;
  font-weight: 600;
  letter-spacing: 3%;
  font-family: Manrope, sans-serif;
}
.text-22-bold,
.text-24-bold {
  font-weight: 700;
  font-family: Manrope, sans-serif;
}
.text-24-bold {
  font-size: 24px;
  line-height: 34px;
}
.text-22-bold {
  font-size: 22px;
  line-height: 28px;
}
.text-20-medium {
  font-size: 20px;
  line-height: 22px;
  font-weight: 500;
  font-family: Manrope, sans-serif;
}
.text-16-bold,
.text-18-bold {
  font-weight: 700;
  font-family: Manrope, sans-serif;
}
.text-18-bold {
  font-size: 18px;
  line-height: 28px;
}
.text-16-bold {
  font-size: 16px;
  line-height: 16px;
}
.text-18-semibold {
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
  font-family: Manrope, sans-serif;
}
.text-32-bold {
  font-size: 32px;
  line-height: 42px;
  font-weight: 700;
  font-family: Manrope, sans-serif;
}
.text-48-semibold {
  font-size: 48px;
  line-height: 55px;
  font-weight: 600;
  font-family: Manrope, sans-serif;
}
.text-88-semibold {
  font-size: 88px;
  line-height: 76px;
  font-weight: 600;
  font-family: Manrope, sans-serif;
}
.text-96 {
  font-size: 96px !important;
  line-height: 103px !important;
  font-weight: 400 !important;
  font-family: Manrope, sans-serif !important;
}
.box-calendar-date input,
.btn,
.btn.btn-black,
.item-search-input,
.pagination li a,
body {
  font-family: Manrope, sans-serif;
}
.linear-3 {
  background: linear-gradient(236deg, #22d1ee 0, #c5ff41 100%);
}
.color-grey {
  color: var(--bs-color-grey);
}
.color-grey-2 {
  color: var(--bs-color-grey-2);
}
.linear-1 {
  background: linear-gradient(236deg, #22d1ee 0, #3d5af1 100%);
}
.linear-2 {
  background: linear-gradient(236deg, #27d9ae 0, #23caee 100%);
}
.border-linear-2 {
  border-image-source: linear-gradient(to left, #22d1ee, #3d5af1) !important;
}
.background-1,
.bg-1 {
  background-color: var(--bs-background-1) !important;
}
.background-2,
.bg-2 {
  background-color: var(--bs-background-2) !important;
}
.bg-3 {
  background-color: var(--bs-background-3) !important;
}
.background-4,
.bg-4 {
  background-color: var(--bs-background-4) !important;
}
.background-5,
.bg-5 {
  background-color: var(--bs-background-5) !important;
}
.background-6,
.bg-6 {
  background-color: var(--bs-background-6) !important;
}
.preloader {
  background-color: #ecf0f1;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999999;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  margin: 0 auto;
}
.preloader img {
  max-width: 250px;
}
.pagination {
  justify-content: flex-start;
  margin-top: 30px;
  flex-wrap: wrap;
  list-style: none !important;
  padding-left: 0 !important;
}
.card-bestprice .card-info h6,
.card-explore .card-info h6,
.card-journey-small .card-info .card-title,
.card-support .card-info h6,
.pagination li {
  margin-bottom: 8px;
}
.pagination li a {
  display: inline-block;
  width: 48px;
  height: 48px;
  line-height: 48px;
  border: 0 solid var(--bs-neutral-100);
  border-radius: 50%;
  text-align: center;
  padding: 0;
  font-size: 18px;
  font-weight: 600;
  color: var(--bs-neutral-500);
  margin: 2px 4px;
  background-color: var(--bs-button-bg-2);
}
.pagination li a.active,
.pagination li a:hover {
  background-color: var(--bs-button-bg);
  color: var(--bs-button-text);
}
.card-journey-small .card-info .card-program .card-location .text-star img,
.card-news .card-info .card-program .card-location .text-star img,
.card-testimonial .card-top .card-rate img,
.pagination .page-item:not(:first-child) .page-link {
  margin-left: 2px;
}
.pagination .page-item:first-child .page-link,
.pagination .page-item:last-child .page-link {
  border: 0;
  line-height: 42px;
  border-radius: 50%;
}
.pagination .page-item:first-child .page-link svg,
.pagination .page-item:last-child .page-link svg {
  stroke: var(--bs-button-text-2);
}
.pagination .page-item:first-child .page-link:hover svg,
.pagination .page-item:last-child .page-link:hover svg {
  stroke: #afafaf;
}
.box-count {
  text-align: left;
  margin: 0 0 20px;
}
.box-count .deals-countdown {
  border-radius: 0;
  display: flex;
  padding: 4px 0;
  width: 100%;
  margin: auto;
  max-width: 100%;
}
.box-count .deals-countdown .countdown-section {
  display: inline-block;
  text-align: center;
  line-height: 12px;
  position: relative;
  margin-right: 4px;
}
.box-count .deals-countdown .countdown-section span {
  display: block;
  color: #fff;
}
.box-count .deals-countdown .countdown-section .countdown-amount {
  font-size: 20px;
  font-weight: 700;
  line-height: 46px;
  width: 42px;
  min-height: 46px;
  background-color: var(--bs-button-bg-2);
  border-radius: 8px;
  color: var(--bs-neutral-1000);
  margin-bottom: 4px;
}
.box-count .deals-countdown .countdown-section .countdown-period {
  text-transform: capitalize;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
  color: var(--bs-neutral-400);
}
.card-count .box-count .deals-countdown .countdown-section .countdown-amount {
  background-color: var(--bs-neutral-0);
  border: 1px solid var(--bs-border-color);
}
.card-count .box-count .deals-countdown .countdown-section .countdown-period,
.card-grid-video .card-info p,
.footer.footer-type-6 .box-info-support .phone-support,
.form-contact .btn-book,
.header.header-fixed.header .icon-cart,
.header.header-fixed.header .main-menu > li > a {
  color: var(--bs-neutral-0);
}
.w-85 {
  width: 85% !important;
}
.btn.btn-link:hover,
.link-secondary {
  color: var(--bs-brand-secondary);
}
.card-journey-small .card-image .label.bestsale,
.link-secondary:hover {
  color: var(--bs-success);
}
.card-home-link .card-info a:hover,
.card-journey-small .card-info .card-title a:hover,
.card-news .card-info .card-title a:hover,
.card-popular .card-info .card-title:hover,
.dropdown-account ul li a:hover,
.dropdown-cart ul li a:hover,
.icon-cart:hover,
.icon-lang:hover,
.link-secondary-2 {
  color: var(--bs-warning) !important;
}
.dropdown-language .dropdown-item img,
.mobile-header-wrapper-style
  .mobile-header-wrapper-inner
  .mobile-header-content-area
  .mobile-menu-wrap
  nav
  .mobile-menu
  li
  a
  i,
.sidebar-canvas-wrapper
  .mobile-header-wrapper-inner
  .mobile-header-content-area
  .mobile-menu-wrap
  nav
  .mobile-menu
  li
  a
  i {
  margin-right: 5px;
}
.box-dropdown-cart .dropdown-account,
.box-dropdown-cart .dropdown-cart {
  padding: 25px;
  width: 120px;
}
.box-dropdown-cart .dropdown-cart {
  width: 90px;
}
.box-dropdown-cart .dropdown-account ul li,
.box-dropdown-cart .dropdown-cart ul li,
.item-search {
  margin-bottom: 15px;
}
.box-dropdown-cart .dropdown-account ul li a,
.box-dropdown-cart .dropdown-cart ul li a {
  color: var(--bs-neutral-1000);
  text-decoration: none;
  transition-duration: 0.2s;
}
.box-dropdown-cart .dropdown-account ul li a:hover,
.box-dropdown-cart .dropdown-cart ul li a:hover {
  margin-left: 5px;
  transition-duration: 0.2s;
}
.box-dropdown-cart .dropdown-account ul li a img,
.box-dropdown-cart .dropdown-cart ul li a img {
  float: left;
  margin: 4px 10px 0 0;
}
.dropdown-cart {
  background-color: #fff;
  border: 1px solid #3d565f;
}
.dropdown-account,
.dropdown-cart {
  right: 0;
  display: none;
  visibility: hidden;
  position: absolute;
  top: calc(100% + 30px);
  border-radius: 8px;
  z-index: 99;
  width: 220px;
  background-color: var(--bs-neutral-0);
  padding: 22px;
  box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.07);
  transition: 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  border: 1px solid var(--bs-neutral-100);
}
.popup-firstload,
.popup-signin,
.popup-signup {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  background: url(../imgs/template/overlay.png);
  height: 100%;
}
.dropdown-account.dropdown-open,
.dropdown-cart.dropdown-open {
  display: block;
  visibility: visible;
}
.dropdown-account ul li,
.dropdown-cart ul li {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 20px;
}
.dropdown-account ul li:last-child,
.dropdown-cart ul li:last-child,
.mtb-0 {
  margin: 0;
}
.box-list-numbers .item-numbers h2,
.box-list-numbers .item-numbers p,
.box-list-quicklinks .item-quicklinks .item-info a,
.card-contact .card-info .card-method-contact a,
.card-contact .card-info .card-title a,
.card-journey-big .card-info .card-title a,
.card-journey-small .card-info .card-title a,
.card-journey-small.card-journey-small-type-2 .card-links ul li a:hover,
.card-journey-small.card-journey-small-type-2 .card-links ul li:hover,
.card-news .card-info .card-title a,
.card-place .card-info .card-info-top a,
.card-why-travel .card-info .card-link,
.dropdown-account ul li a,
.dropdown-cart ul li a,
.footer-type-3 .menu-bottom-footer li a:hover,
.footer-type-3 .need-help,
.list-checkbox li.active label,
.list-disc li,
.mobile-header-wrapper-style
  .mobile-header-wrapper-inner
  .mobile-header-content-area
  .mobile-header-info-wrap
  .single-mobile-header-info:hover
  > a,
.sidebar-canvas-wrapper
  .mobile-header-wrapper-inner
  .mobile-header-content-area
  .mobile-header-info-wrap
  .single-mobile-header-info:hover
  > a,
.top-bar-2 .text-header .link-secondary,
.top-bar-2 .text-header-info a {
  color: var(--bs-neutral-1000);
}
.bdrd8,
.box-banner-activities .banner-slide-activity img,
.box-banner-activities-detail-4 img {
  border-radius: 8px;
}
.popup-signin,
.popup-signup {
  width: 100%;
  overflow-y: hidden;
  overflow-x: hidden;
  display: none;
  padding: 10px;
}
.popup-signin .popup-container,
.popup-signup .popup-container {
  border-radius: 16px;
  background-color: var(--bs-neutral-0);
  background-image: url(../imgs/template/popup/bg-signin.png);
  background-position: right bottom;
  background-repeat: no-repeat;
  position: relative;
  max-width: 470px;
  width: 100%;
  margin: 3% auto auto;
  border: 1px solid var(--bs-neutral-0);
}
.datepicker .next,
.popup-firstload .popup-container {
  background-repeat: no-repeat;
  background-position: center;
}
.popup-signin .popup-container .popup-content,
.popup-signup .popup-container .popup-content {
  padding: 49px 40px;
}
.form-group .cb-remember {
  height: 15px;
  width: 15px;
  float: left;
  margin: 1px 10px 0 0;
}
.form-group .remeber-me label {
  font-size: 12px;
  line-height: 18px;
  font-weight: 500;
  margin-bottom: 0;
}
.form-group label.text-sm-medium {
  font-size: 14px;
  line-height: 22px;
  font-weight: 500;
  color: var(--bs-neutral-1000);
  margin-bottom: 8px;
}
.box-remember-forgot {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
}
.popup-firstload {
  width: 100%;
}
.popup-firstload .popup-container {
  border-radius: 16px;
  background-color: var(--bs-background-5);
  background-image: url(../imgs/template/bg-popup.png);
  position: relative;
  max-width: 1036px;
  width: 100%;
  margin: 6% auto auto;
  border: 1px solid var(--bs-neutral-0);
}
.datepicker .next,
.datepicker .next:hover {
  background-image: url(../imgs/next-day.png);
}
.close-popup,
.close-popup-signin,
.close-popup-signup {
  top: 20px;
  right: 20px;
  z-index: 1234;
  height: 42px;
  width: 42px;
  border-radius: 4px;
  cursor: pointer;
}
.popup-firstload .popup-container .popup-content {
  padding: 61px 0;
  display: flex;
}
.popup-firstload .popup-container .popup-left {
  padding-left: 72px;
  width: 50%;
}
.popup-firstload .popup-container .popup-right {
  position: relative;
  width: 50%;
}
.close-popup {
  position: absolute;
  background: url(../imgs/close.png) center no-repeat;
  background-color: var(--bs-neutral-0);
}
.close-popup-signin,
.close-popup-signup {
  position: absolute;
  background: url(../imgs/close.png) center no-repeat;
  background-color: var(--bs-neutral-100);
}
.button-area,
.logo-area {
  background-color: var(--bs-neutral-0);
  margin-left: -72px;
  display: inline-block;
}
.logo-area {
  padding: 21px 21px 21px 72px;
  border-radius: 0 500px 500px 0;
}
.button-area {
  padding: 28px 46px;
  border-radius: 500px 0 0 500px;
  position: absolute;
  right: 0;
  bottom: 48px;
}
.button-area .btn-next {
  height: 40px;
  width: 40px;
  border-radius: 50%;
  background-color: var(--bs-neutral-1000);
  display: inline-block;
  padding: 0;
  line-height: 36px;
}
.box-list-quicklinks .item-quicklinks:hover .item-icon,
.box-price,
.button-area .btn-next:hover,
.button-brand-2,
.card-home-link:hover .card-icon,
.card-popular-2.card-popular-3 {
  background-color: var(--bs-brand-secondary);
}
.btn.btn-bg-2-lg-square:hover svg,
.btn.btn-gray:hover svg,
.button-area .btn-next svg,
.card-place .card-info .card-info-bottom a:hover svg,
.card-popular .card-info .card-meta .card-button a:hover svg,
.form-contact .btn-book svg,
.slick-next:hover svg,
.slick-prev:hover svg,
.swiper-button-next-style-1:hover svg,
.swiper-button-prev-style-1:hover svg {
  stroke: var(--bs-neutral-0);
}
.btn.btn-black-lg-square:hover svg,
.btn.btn-black-lg:hover svg,
.btn.btn-sort svg,
.button-area .btn-next:hover svg,
.card-place .card-info .card-info-bottom a svg,
.card-popular .card-info .card-meta .card-button a svg,
.card-popular-2 .card-meta .card-button a svg,
.swiper-button-next-style-1 svg,
.swiper-button-prev-style-1 svg,
.top-bar-2 .text-header .link-secondary svg {
  stroke: var(--bs-neutral-1000);
}
.title-popup {
  margin-top: 22px;
  margin-bottom: 30px;
}
.box-price {
  border: 4px solid var(--bs-color-white);
  border-radius: 50%;
  width: 115px;
  height: 115px;
  text-align: center;
  line-height: 95px;
  position: absolute;
  bottom: -10px;
  left: -40px;
}
.box-price .box-price-inner {
  display: inline-block;
  line-height: 22px;
  vertical-align: middle;
}
.box-price .box-price-inner .text-price-1 {
  font-size: 9px;
  line-height: 14px;
  font-weight: 700;
  display: block;
  color: var(--bs-color-1000);
}
.box-price .box-price-inner .text-price-2 {
  font-size: 29px;
  line-height: 39px;
  display: block;
  font-weight: 700;
  color: var(--bs-color-1000);
}
.box-price .box-price-inner .text-price-3 {
  font-size: 11x;
  display: block;
  line-height: 18px;
  font-weight: 700;
  color: var(--bs-color-1000);
  text-decoration: underline;
}
.background-body {
  background-color: var(--bs-background-body) !important;
}
.button-bg-2 {
  background-color: var(--bs-button-bg-2) !important;
}
.button-bg-5 {
  background-color: var(--bs-neutral-900) !important;
}
.background-3 {
  background-color: #01205e !important;
}
.background-7 {
  background-color: var(--bs-background-7) !important;
}
.background-8 {
  background-color: var(--bs-background-8) !important;
}
.background-9 {
  background-color: var(--bs-background-9) !important;
}
.background-card {
  background-color: var(--bs-background-card) !important;
}
.background-0 {
  background-color: var(--bs-neutral-0) !important;
}
.background-100 {
  background-color: var(--bs-neutral-100) !important;
}
.background-1000 {
  background-color: var(--bs-neutral-1000) !important;
}
.card-journey-grid-3 .card-info .card-program .card-duration-tour p,
.card-journey-grid-3 .card-info .card-title a,
.color-white {
  color: var(--bs-color-white) !important;
}
.neutral-0 {
  color: var(--bs-neutral-0) !important;
}
.neutral-100 {
  color: var(--bs-neutral-100) !important;
}
.neutral-200 {
  color: var(--bs-neutral-200) !important;
}
.neutral-300 {
  color: var(--bs-neutral-300) !important;
}
.neutral-400 {
  color: var(--bs-neutral-400) !important;
}
.neutral-500 {
  color: var(--bs-neutral-500) !important;
}
.neutral-600 {
  color: var(--bs-neutral-600) !important;
}
.neutral-700 {
  color: var(--bs-neutral-700) !important;
}
.neutral-800 {
  color: var(--bs-neutral-800) !important;
}
.neutral-900 {
  color: var(--bs-neutral-900) !important;
}
.card-popular-2.card-popular-3 .card-info h6,
.item-search-input,
.neutral-1000 {
  color: var(--bs-neutral-1000) !important;
}
.light-mode {
  display: inline-block !important;
}
.dark-mode,
.slider-thumnail .slick-next,
.slider-thumnail .slick-prev,
.slider-thumnail-activities .slick-next,
.slider-thumnail-activities .slick-prev {
  display: none !important;
}
.divider-line {
  margin: 20px 0;
  border-bottom: 1px solid var(--bs-border-color);
}
.banner-contact .banner-img-contact,
.banner-faq,
.cb-container,
.form-group,
.radio-container {
  margin-bottom: 12px;
}
.mobile-menu {
  margin-top: 30px;
}
.background-brand-2 {
  background-color: var(--bs-brand-secondary) !important;
}
.datepicker table tr td,
.datepicker table tr th {
  width: auto;
  height: auto;
  border-radius: 6px;
  padding: 8px 15px;
}
.datepicker .next {
  cursor: pointer;
  text-indent: -100px;
  overflow: hidden;
}
.datepicker .next:hover {
  background-repeat: no-repeat;
  background-position: center;
}
.datepicker .prev,
.datepicker .prev:hover {
  background-image: url(../imgs/prev-day.png);
  background-position: center;
  background-repeat: no-repeat;
}
.datepicker .prev {
  cursor: pointer;
  text-indent: -100px;
  overflow: hidden;
}
.datepicker table tr td.active.active,
.datepicker table tr td.active.highlighted.active,
.datepicker table tr td.active.highlighted:active,
.datepicker table tr td.active:active {
  background-color: var(--bs-brand-secondary);
  border-color: var(--bs-brand-secondary);
  color: var(--bs-color-black);
  background-image: -webkit-gradient(
    linear,
    0 0,
    0 100%,
    from(var(--bs-brand-secondary)),
    to(var(--bs-brand-secondary))
  );
  background-image: -webkit-linear-gradient(
    to bottom,
    var(--bs-brand-secondary),
    var(--bs-brand-secondary)
  );
  background-image: -o-linear-gradient(
    to bottom,
    var(--bs-brand-secondary),
    var(--bs-brand-secondary)
  );
  background-image: linear-gradient(
    to bottom,
    var(--bs-brand-secondary),
    var(--bs-brand-secondary)
  );
}
.datepicker table tr td.day:hover,
.datepicker table tr td.focused {
  color: var(--bs-color-black);
}
.box-calendar-date::before,
.btn.btn-dropdown-search:after {
  content: "";
  height: 10px;
  width: 14px;
  background-color: transparent;
  background-image: url(../imgs/dropdown.svg);
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  right: 10px;
  top: 10px;
  border: 0;
}
.box-calendar-date input {
  border: 0;
  height: auto;
  background-color: transparent;
  font-size: 14px;
  line-height: 16px;
  font-weight: 700;
}
.item-search-input {
  font-size: 14px !important;
  line-height: 22px;
  height: auto !important;
  padding: 0 !important;
  font-weight: 700;
  border: none !important;
}
.box-calendar-date input:focus {
  border: 0;
  background: url(../imgs/calendar.svg) left center no-repeat;
}
.btn.btn-black:hover,
.btn.btn-dropdown:hover,
.mobile-social-icon a.icon-socials {
  background-color: var(--bs-neutral-100);
}
a,
button,
h4,
img,
input,
span {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
@keyframes slideleft {
  10% {
    opacity: 0;
    transform: scale(0);
    right: 0;
  }
  50% {
    opacity: 1;
    transform: scale(1);
  }
  90% {
    opacity: 0;
    transform: scale(0);
    right: 100%;
  }
}
[data-loader="spinner"] {
  width: 35px;
  height: 35px;
  display: inline-block;
  -webkit-animation: 1.2s ease-in-out infinite spinner;
  -o-animation: 1.2s ease-in-out infinite spinner;
  animation: 1.2s ease-in-out infinite spinner;
  background: url(../imgs/favicon.svg);
  box-shadow: 0 0 10px #fff;
}
.cb-container input:checked ~ .checkmark,
.checkmark {
  background-position: center;
  background-repeat: no-repeat;
}
@-webkit-keyframes spinner {
  0% {
    -webkit-transform: perspective(120px) rotateX(0) rotateY(0);
    -ms-transform: perspective(120px) rotateX(0) rotateY(0);
    -o-transform: perspective(120px) rotateX(0) rotateY(0);
    transform: perspective(120px) rotateX(0) rotateY(0);
  }
  50% {
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(0);
    -ms-transform: perspective(120px) rotateX(-180deg) rotateY(0);
    -o-transform: perspective(120px) rotateX(-180deg) rotateY(0);
    transform: perspective(120px) rotateX(-180deg) rotateY(0);
  }
  100% {
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-180deg);
    -ms-transform: perspective(120px) rotateX(-180deg) rotateY(-180deg);
    -o-transform: perspective(120px) rotateX(-180deg) rotateY(-180deg);
    transform: perspective(120px) rotateX(-180deg) rotateY(-180deg);
  }
}
@-moz-keyframes spinner {
  0% {
    -webkit-transform: perspective(120px) rotateX(0) rotateY(0);
    -ms-transform: perspective(120px) rotateX(0) rotateY(0);
    -o-transform: perspective(120px) rotateX(0) rotateY(0);
    transform: perspective(120px) rotateX(0) rotateY(0);
  }
  50% {
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(0);
    -ms-transform: perspective(120px) rotateX(-180deg) rotateY(0);
    -o-transform: perspective(120px) rotateX(-180deg) rotateY(0);
    transform: perspective(120px) rotateX(-180deg) rotateY(0);
  }
  100% {
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-180deg);
    -ms-transform: perspective(120px) rotateX(-180deg) rotateY(-180deg);
    -o-transform: perspective(120px) rotateX(-180deg) rotateY(-180deg);
    transform: perspective(120px) rotateX(-180deg) rotateY(-180deg);
  }
}
@-o-keyframes spinner {
  0% {
    -webkit-transform: perspective(120px) rotateX(0) rotateY(0);
    -ms-transform: perspective(120px) rotateX(0) rotateY(0);
    -o-transform: perspective(120px) rotateX(0) rotateY(0);
    transform: perspective(120px) rotateX(0) rotateY(0);
  }
  50% {
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(0);
    -ms-transform: perspective(120px) rotateX(-180deg) rotateY(0);
    -o-transform: perspective(120px) rotateX(-180deg) rotateY(0);
    transform: perspective(120px) rotateX(-180deg) rotateY(0);
  }
  100% {
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-180deg);
    -ms-transform: perspective(120px) rotateX(-180deg) rotateY(-180deg);
    -o-transform: perspective(120px) rotateX(-180deg) rotateY(-180deg);
    transform: perspective(120px) rotateX(-180deg) rotateY(-180deg);
  }
}
@keyframes spinner {
  0% {
    -webkit-transform: perspective(120px) rotateX(0) rotateY(0);
    -ms-transform: perspective(120px) rotateX(0) rotateY(0);
    -o-transform: perspective(120px) rotateX(0) rotateY(0);
    transform: perspective(120px) rotateX(0) rotateY(0);
  }
  50% {
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(0);
    -ms-transform: perspective(120px) rotateX(-180deg) rotateY(0);
    -o-transform: perspective(120px) rotateX(-180deg) rotateY(0);
    transform: perspective(120px) rotateX(-180deg) rotateY(0);
  }
  100% {
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-180deg);
    -ms-transform: perspective(120px) rotateX(-180deg) rotateY(-180deg);
    -o-transform: perspective(120px) rotateX(-180deg) rotateY(-180deg);
    transform: perspective(120px) rotateX(-180deg) rotateY(-180deg);
  }
}
@keyframes shadow-pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(151, 119, 250, 0.8);
  }
  100% {
    box-shadow: 0 0 0 5px transparent;
  }
}
@keyframes shadow-pulse-big {
  0% {
    box-shadow: 0 0 0 0 rgba(239, 63, 72, 0.1);
  }
  100% {
    box-shadow: 0 0 0 20px transparent;
  }
}
@keyframes jump {
  0% {
    transform: translate3d(0, 20%, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
.jump {
  transform-origin: 0;
  animation: 0.5s linear infinite alternate jump;
}
.blur-move {
  animation: 10s infinite blur-move;
}
@keyframes blur-move {
  0%,
  100% {
    top: 0;
    left: -10%;
  }
  25%,
  75% {
    top: -45%;
    left: -12%;
  }
  50% {
    top: -45%;
    left: 50%;
  }
}
@-webkit-keyframes spinning-coin-fall {
  0% {
    -webkit-transform: translate(-50%, -50%) perspective(160px) rotateY(0)
      rotateX(0);
    transform: translate(-50%, -50%) perspective(160px) rotateY(0) rotateX(0);
  }
  10% {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) perspective(160px) rotateY(-65deg)
      rotateX(0);
    transform: translate(-50%, -50%) perspective(160px) rotateY(-65deg)
      rotateX(0);
  }
  70% {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) perspective(160px) rotateY(1440deg)
      rotateX(0);
    transform: translate(-50%, -50%) perspective(160px) rotateY(1440deg)
      rotateX(0);
  }
  100%,
  90% {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) perspective(160px) rotateY(2880deg)
      rotateX(90deg);
    transform: translate(-50%, -50%) perspective(160px) rotateY(2880deg)
      rotateX(90deg);
  }
}
@keyframes spinning-coin-fall {
  0% {
    -webkit-transform: translate(-50%, -50%) perspective(160px) rotateY(0)
      rotateX(0);
    transform: translate(-50%, -50%) perspective(160px) rotateY(0) rotateX(0);
  }
  10% {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) perspective(160px) rotateY(-65deg)
      rotateX(0);
    transform: translate(-50%, -50%) perspective(160px) rotateY(-65deg)
      rotateX(0);
  }
  70% {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) perspective(160px) rotateY(1440deg)
      rotateX(0);
    transform: translate(-50%, -50%) perspective(160px) rotateY(1440deg)
      rotateX(0);
  }
  100%,
  90% {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) perspective(160px) rotateY(2880deg)
      rotateX(90deg);
    transform: translate(-50%, -50%) perspective(160px) rotateY(2880deg)
      rotateX(90deg);
  }
}
.spinning-coin-fall:before {
  -webkit-animation: 3s infinite spinning-coin-fall;
  animation: 3s infinite spinning-coin-fall;
  background-color: var(--bs-warning);
  border-radius: 100%;
  content: "";
  height: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0;
  -webkit-transform-origin: center;
  transform-origin: center;
  width: 40px;
}
#scrollUp,
#scrollUp svg,
.switch {
  position: relative;
}
body {
  background: 0 0 / contain #fff;
  color: var(--bs-color-1000);
  font-size: 14px;
  line-height: 24px;
  font-style: normal;
}
.btn {
  border-radius: 0;
  padding: 14px 23px;
  font-size: 18px;
  line-height: 1;
  transition: 0.2s;
}
.text-24-merienda,
.text-32-merienda,
.text-36-merienda {
  font-family: "Merienda One", handwriting;
}
.box-list-quicklinks .item-quicklinks .item-info a:hover,
.btn:hover,
.card-contact .card-info .card-method-contact a:hover,
.card-contact .card-info .card-title a:hover,
.card-journey-grid-3 .card-info .card-title a:hover,
.card-journey-small .card-image .label.saleoff,
.card-place .card-info .card-info-top a:hover,
.card-why-travel .card-info .card-link:hover,
.card-why-travel .card-info .card-title:hover,
.footer .phone-support,
.mobile-header-wrapper-style
  .mobile-header-wrapper-inner
  .mobile-header-content-area
  .mobile-header-info-wrap
  .single-mobile-header-info
  .lang-curr-dropdown
  ul
  li
  a:hover,
.mobile-header-wrapper-style
  .mobile-header-wrapper-inner
  .mobile-header-content-area
  .mobile-header-info-wrap
  .single-mobile-header-info
  a:hover,
.sidebar-canvas-wrapper
  .mobile-header-wrapper-inner
  .mobile-header-content-area
  .mobile-header-info-wrap
  .single-mobile-header-info
  .lang-curr-dropdown
  ul
  li
  a:hover,
.sidebar-canvas-wrapper
  .mobile-header-wrapper-inner
  .mobile-header-content-area
  .mobile-header-info-wrap
  .single-mobile-header-info
  a:hover,
a.link-black:hover {
  color: var(--bs-warning);
}
.btn.btn-print {
  background: var(--bs-neutral-100) url(../imgs/print.svg) no-repeat left 10px
    center;
  font-size: 1rem;
  border-radius: 4px;
  padding-left: 30px;
}
.btn.btn-dropdown {
  padding: 8px 35px 8px 18px;
  border-radius: 50px;
  border: 1px solid var(--bs-neutral-200);
  color: var(--bs-neutral-1000);
  font-size: 14px;
  line-height: 22px;
  font-weight: 500;
  background: var(--bs-neutral-200) url(../imgs/arrow-down.svg) no-repeat right
    15px center;
}
.btn.btn-black,
.btn.btn-gray {
  padding: 8px 18px !important;
  font-size: 14px !important;
  line-height: 22px !important;
}
.btn.btn-black {
  color: var(--bs-neutral-0) !important;
  background-color: var(--bs-neutral-1000);
  border-radius: 50px;
  border: 0;
}
.btn.btn-black-lg,
.btn.btn-gray {
  color: var(--bs-neutral-1000) !important;
  font-family: Manrope, sans-serif;
  font-weight: 700 !important;
  background-color: #ffc700;
}
.btn.btn-black:hover {
  color: var(--bs-neutral-1000) !important;
}
.btn.btn-gray {
  border-radius: 50px;
  border: 1px solid var(--bs-border-color);
}
.btn.btn-bg-2-lg-square svg,
.btn.btn-brand-secondary svg,
.btn.btn-gray svg {
  stroke: var(--bs-neutral-1000);
  margin-left: 13px;
}
.btn.btn-gray:hover {
  color: var(--bs-neutral-0) !important;
  background-color: var(--bs-neutral-1000);
  border: 0;
}
.btn.btn-black-lg {
  padding: 12px 22px !important;
  font-size: 16px !important;
  line-height: 26px !important;
  border-radius: 50px;
  display: flex;
  align-items: center;
  width: fit-content;
}
.btn.btn-bg-2-lg-square,
.btn.btn-black-lg-square {
  padding: 12px 22px !important;
  font-size: 16px !important;
  line-height: 26px !important;
  font-weight: 700 !important;
  border-radius: 8px;
  font-family: Manrope, sans-serif;
}
.btn.btn-black-lg svg,
.btn.btn-black-lg-square svg {
  stroke: var(--bs-neutral-0);
  margin-left: 13px;
}
.btn.btn-bg-2-lg-square svg.first,
.btn.btn-black-lg svg.first,
.btn.btn-black-lg-square svg.first,
.btn.btn-brand-secondary .first {
  margin-left: 0;
  margin-right: 8px;
}
.btn.btn-black-lg:hover {
  color: #ffc700 !important;
  background-color: var(--bs-neutral-1000);
}
.btn.btn-black-lg-square {
  color: var(--bs-neutral-0) !important;
  background-color: var(--bs-neutral-1000);
  display: flex;
  align-items: center;
  width: fit-content;
}
.btn.btn-bg-2-lg-square,
.btn.btn-brand-secondary {
  display: flex;
  align-items: center;
  width: fit-content;
}
.btn.btn-black-lg-square:hover,
.btn.btn-brand-secondary:hover {
  color: var(--bs-neutral-1000) !important;
  background-color: var(--bs-neutral-200);
}
.btn.btn-bg-2-lg-square {
  color: var(--bs-neutral-1000) !important;
  background-color: var(--bs-button-bg-2);
}
.btn.btn-tag,
.btn.btn-tag-sm {
  border-radius: 50px;
  color: var(--bs-neutral-1000);
}
.btn.btn-bg-2-lg-square:hover {
  color: var(--bs-neutral-0) !important;
  background-color: var(--bs-neutral-1000);
}
.btn.btn-tag {
  padding: 12px 22px;
  font-size: 14px;
  line-height: 22px;
  font-weight: 700;
  background-color: var(--bs-neutral-100);
}
.btn.btn-tag-sm,
.btn.btn-tag-white {
  background-color: var(--bs-neutral-0);
}
.btn.btn-tag-sm {
  padding: 9px 16px;
  font-size: 12px;
  line-height: 18px;
  border: 1px solid var(--bs-border-color);
}
.btn.btn-brand-secondary,
.btn.btn-tag-white {
  font-weight: 700;
  border-radius: 50px;
  padding: 12px 22px;
}
.btn.btn-tag-sm:hover {
  background-color: var(--bs-neutral-1000);
  color: var(--bs-neutral-0);
}
.btn.btn-tag-white {
  font-size: 14px;
  line-height: 22px;
  color: #01205e;
}
.btn.btn-brand-secondary {
  font-size: 16px;
  line-height: 26px;
  background-color: var(--bs-brand-secondary);
  color: var(--bs-color-1000) !important;
}
.btn.btn-payment {
  padding: 0 17px;
  height: 50px;
  line-height: 45px;
  border: 1px solid var(--bs-border-color);
  border-radius: 5px;
  background-color: var(--bs-neutral-0);
  text-align: center;
  margin-right: 10px;
}
.btn.btn-default,
.btn.btn-mode {
  padding: 11px 18px;
  border-radius: 50px;
  font-size: 14px;
}
.box-list-quicklinks .item-quicklinks .item-icon img,
.btn.btn-border-1 img,
.btn.btn-payment img,
.burger-icon img,
.burger-icon-2 img,
.card-contact .card-image .card-icon img,
.card-home-link .card-icon img,
.card-socials .link-social img,
.close-canvas img {
  display: inline-block;
  vertical-align: middle;
}
.btn.btn-default {
  background-color: var(--bs-neutral-1000);
  color: var(--bs-neutral-0);
  line-height: 22px;
  font-weight: 700;
}
.btn.btn-border-1,
.btn.btn-dropdown-search,
.btn.btn-how-work,
.btn.btn-mode {
  font-weight: 700;
  color: var(--bs-neutral-1000);
}
.btn.btn-dropdown-search {
  font-size: 14px;
  line-height: 22px;
  border: 0;
  background-color: transparent;
  width: auto;
  text-align: left;
  padding: 5px 40px 5px 5px;
  position: relative;
}
.btn.btn-border-1,
.btn.btn-white {
  background-color: var(--bs-neutral-0);
  border: 1px solid var(--bs-border-color);
  font-size: 16px;
  line-height: 26px;
}
.btn.btn-border-1 {
  padding: 16px;
  border-radius: 8px;
}
.btn.btn-border-1 img,
.btn.btn-border-1 svg {
  margin-right: 12px;
  fill: var(--bs-neutral-500);
}
.block-socials-footer a.icon-socials svg,
.box-text-location svg,
.btn.btn-share svg,
.card-contact .card-image .card-icon svg,
.card-socials .link-social svg,
.display-type.active svg,
.footer.footer-white a.icon-socials svg,
.top-bar-2 .text-header-info .email-head svg,
.top-bar-2 .text-header-info .phone-head svg {
  fill: var(--bs-neutral-1000);
}
.btn.btn-how-work {
  font-size: 16px;
  line-height: 26px;
  display: flex;
  align-items: center;
  width: fit-content;
  padding: 0;
}
.btn.btn-white {
  border-radius: 38px;
  min-width: 140px;
  font-weight: 700;
  color: var(--bs-neutral-1000);
}
.btn.btn-white-md,
.btn.btn-white-sm {
  border: 1px solid var(--bs-border-color);
  line-height: 18px;
  font-weight: 700;
  color: var(--bs-neutral-1000);
  background-color: var(--bs-neutral-0);
  font-size: 16px;
}
.btn.btn-white-sm {
  padding: 7px 21px 9px;
  border-radius: 38px;
  min-width: 140px;
}
.btn.btn-white-md img,
.btn.btn-white-sm img {
  display: inline-block;
  vertical-align: middle;
  margin: 0 1px;
}
.btn.btn-white-md {
  padding: 10px 21px;
  border-radius: 38px;
  min-width: auto;
}
.btn.btn-signin {
  padding: 11px 18px;
  background-color: var(--bs-neutral-0);
  border: 1px solid var(--bs-border-color);
  border-radius: 38px;
  font-size: 16px;
  line-height: 26px;
  font-weight: 700;
  color: var(--bs-neutral-1000);
}
.btn.btn-label-tag,
.btn.btn-label-tag-lg {
  background-color: var(--bs-background-1);
  color: var(--bs-neutral-1000);
  font-weight: 700;
}
.btn.btn-label-tag {
  padding: 7px 12px;
  font-size: 12px;
  line-height: 12px;
  border-radius: 16px;
  border: 1px solid var(--bs-border-color);
}
.btn.btn-label-tag-lg:hover,
.btn.btn-label-tag:hover {
  background-color: var(--bs-neutral-1000) !important;
  color: var(--bs-neutral-0);
}
.btn.btn-label-tag-lg {
  padding: 8px 18px;
  font-size: 14px;
  line-height: 22px;
  border-radius: 50px;
  border: 1px solid var(--bs-border-color);
}
.btn.btn-link {
  color: var(--bs-neutral-1000);
  font-size: 16px;
  line-height: 26px;
  font-weight: 700;
  text-decoration: none;
}
.btn.btn-link svg {
  stroke: var(--bs-neutral-1000);
  margin-left: 12px;
}
.btn.btn-book svg,
.btn.btn-link:hover svg {
  stroke: var(--bs-brand-secondary);
}
.btn.btn-login {
  background-color: var(--bs-neutral-100);
  border-radius: 8px;
  padding: 14px;
  min-width: 56px;
  color: var(--bs-neutral-1000);
  font-size: 14px;
  line-height: 22px;
  border: 1px solid var(--bs-neutral-200);
  height: 56px;
}
.btn.btn-login img {
  display: block;
  margin: auto;
}
.card-news .card-info .card-program .endtime .card-author img,
.text-with-img img,
.title-svg svg,
.user-account img {
  margin-right: 10px;
}
.btn.btn-login:hover {
  background-color: var(--bs-neutral-900);
  color: var(--bs-neutral-0);
  border-color: var(--bs-neutral-900);
}
.btn.btn-google {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 56px;
}
.btn.btn-google img {
  margin-right: 10px;
  margin-left: 0;
}
.btn.btn-sort {
  padding: 8px 10px;
}
.btn.btn-sort:hover svg,
.card-contact .card-info .card-method-contact a:hover svg,
.card-why-travel .card-info .card-link:hover svg,
a.link-black:hover svg {
  stroke: var(--bs-warning);
}
.btn.btn-share {
  padding: 9px 18px;
  border: 1px solid var(--bs-border-color);
  border-radius: 50px;
  background-color: var(--bs-background-card);
  color: var(--bs-button-text-2);
  font-size: 14px;
  line-height: 22px;
  font-weight: 700;
}
.btn.btn-book,
.slider {
  background-color: var(--bs-neutral-1000);
}
.btn.btn-share svg {
  margin-right: 6px;
}
.btn.btn-book {
  border-radius: 8px;
  padding: 15px;
  width: 100%;
  color: var(--bs-brand-secondary);
  font-size: 16px;
  line-height: 26px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn.btn-book svg {
  margin-left: 10px;
}
.btn.btn-tag-border {
  padding: 7px 14px;
  background-color: var(--bs-background-card);
  border: 1px solid var(--bs-border-color);
  border-radius: 50px;
  font-size: 12px;
  line-height: 18px;
  color: var(--bs-button-text-2);
}
@-webkit-keyframes anime {
  0%,
  100% {
    background-position: 0 50%;
  }
  50% {
    background-position: 100% 50%;
  }
}
@keyframes anime {
  0%,
  100% {
    background-position: 0 50%;
  }
  50% {
    background-position: 100% 50%;
  }
}
#scrollUp {
  display: inline-block;
  height: 40px;
  border-radius: 50%;
  padding: 0;
  width: 40px;
  color: #fff;
  right: 30px;
  bottom: 30px;
  text-align: center;
  z-index: 999 !important;
  border: 0;
  background: var(--bs-neutral-900);
  line-height: 40px;
  -webkit-animation: 1s cubic-bezier(0.68, -0.55, 0.265, 1.55) both
    scale-up-center;
  animation: 1s cubic-bezier(0.68, -0.55, 0.265, 1.55) both scale-up-center;
}
#scrollUp svg {
  height: 14px;
  z-index: 123;
  top: 12px;
}
@keyframes pulse-border {
  0% {
    transform: translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}
@keyframes scale-up-center {
  0% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.switch {
  display: inline-block;
  width: 65px;
  height: 30px;
  vertical-align: middle;
}
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.slider:before {
  position: absolute;
  content: "";
  height: 21px;
  width: 21px;
  left: 5px;
  bottom: 5px;
  background: linear-gradient(236deg, #22d1ee 0, #c5ff41 100%);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
input:checked + .slider {
  background-color: #52b8aa;
}
input:focus + .slider {
  box-shadow: 0 0 1px var(--bs-brand-1);
}
input:checked + .slider:before {
  -webkit-transform: translateX(34px);
  -ms-transform: translateX(34px);
  transform: translateX(34px);
}
.slider.round {
  border-radius: 34px;
}
.slider.round:before {
  border-radius: 50%;
}
.cb-container {
  display: inline-block;
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  line-height: 24px;
  user-select: none;
}
.cb-container input,
.radio-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.checkmark {
  position: absolute;
  top: 1px;
  left: 0;
  height: 22px;
  width: 22px;
  background-color: transparent;
  background-image: url(../imgs/check.svg);
  border-radius: 4px;
}
.cb-container input:checked ~ .checkmark {
  background-image: url(../imgs/checked.svg);
}
.cb-container .text-small {
  color: var(--bs-neutral-500);
  font-weight: 400;
  font-size: 17px;
  line-height: 24px;
}
.cb-container input:checked ~ .text-small {
  color: var(--bs-neutral-1000);
  font-weight: 500;
}
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.cb-container input:checked ~ .text-lbl {
  color: neutral-500;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
  opacity: 1;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  opacity: 1;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  opacity: 1;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  opacity: 1;
}
input {
  border: 1px solid #ececec;
  border-radius: 10px;
  height: 50px;
  box-shadow: none;
  padding-left: 20px;
  font-size: 16px;
  width: 100%;
}
input:focus,
textarea:focus {
  background: 0 0;
  border: 1px solid var(--bs-neutral-300);
}
select {
  width: 100%;
  background: 0 0;
  border: 0 solid #ececec;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 14px;
  font-weight: 700;
  color: var(--bs-neutral-1000);
}
option {
  background: #fff;
  border: 0 solid #626262;
  padding-left: 10px;
  font-size: 14px;
  font-weight: 700;
}
textarea {
  border: 1px solid #ececec;
  border-radius: 10px;
  height: 50px;
  box-shadow: none;
  padding: 10px 10px 10px 20px;
  font-size: 16px;
  width: 100%;
  min-height: 250px;
}
.contact-from-area .contact-form-style button {
  font-size: 18px;
  font-weight: 500;
  padding: 20px 40px;
  color: #fff;
  border: none;
  background-color: var(--bs-brand-1);
  border-radius: 10px;
  font-family: Montserrat, sans-serif;
}
.contact-from-area .contact-form-style button:hover {
  background-color: #8acfff !important;
}
.form-group label {
  font-size: 16px;
  line-height: 16px;
  font-weight: 600;
  font-family: Manrope, sans-serif;
  margin-bottom: 16px;
}
.form-group input {
  background: var(--bs-neutral-100);
  border: 1px solid var(--bs-neutral-200);
  height: 56px;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 15px 15px 12px !important;
  font-size: 16px;
  width: 100%;
}
.form-group .datepicker {
  color: #8e8e8e !important;
}
.form-group input:focus {
  background: 0 0;
  border-color: var(--bs-neutral-300);
}
.form-group input.form-icons {
  padding-left: 42px;
}
label {
  margin-bottom: 5px;
}
.radio-container {
  display: block;
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  font-size: 22px;
  user-select: none;
}
.radio-container input:checked ~ .checkmark {
  background-color: var(--bs-color-2);
}
.radio-container:hover input ~ .checkmark {
  background-color: var(--bs-neutral-300);
}
.radio-container .checkmark:after {
  left: 7px;
  top: 5px;
  width: 8px;
  height: 10px;
  border: solid var(--bs-neutral-1000);
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.card-journey-big {
  position: relative;
  overflow: hidden;
  border-radius: 32px;
  border: 1px solid var(--bs-border-color);
  max-width: 560px;
  width: 100%;
}
.swiper-media-gallery {
  height: 200px;
}
.card-journey-big .card-image,
.card-journey-small .card-image {
  position: relative;
  overflow: hidden;
  height: 326px;
}
.card-journey-big .card-info {
  padding: 43px 32px 32px;
  background-color: var(--bs-neutral-0);
  border-radius: 30px;
  position: relative;
  margin-top: -40px;
}
.card-journey-big .card-info .card-program {
  position: relative;
  display: flex;
  justify-content: space-between;
}
.card-journey-small {
  position: relative;
  overflow: hidden;
  border-radius: 32px;
  border: 1px solid var(--bs-border-color);
  max-width: 403px;
  width: 100%;
  margin-bottom: 40px;
}
.card-journey-small .card-image .label {
  position: absolute;
  top: 22px;
  left: 25px;
  border-radius: 50px;
  font-size: 14px;
  line-height: 22px;
  font-weight: 700;
  color: var(--bs-warning);
  z-index: 12;
  padding: 5px 22px;
  background-color: var(--bs-background-card);
}
.card-journey-small .card-image img {
  display: block;
  width: auto;
  height: 100%;
  max-width: none;
  min-width: 100%;
}
.card-journey-small .card-info {
  padding: 43px 32px;
  background-color: var(--bs-neutral-0);
  border-radius: 30px;
  position: relative;
  margin-top: -40px;
}
.card-journey-small .card-info .card-facilities {
  border-top: 1px solid var(--bs-border-color);
  padding-top: 25px;
  margin-bottom: 24px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.card-journey-small .card-info .card-facilities .item-facilities,
.header.header-commingsoon .main-header .header-left,
.header.header-commingsoon .main-header .header-right {
  width: 50%;
}
.card-journey-small .card-info .card-facilities .item-facilities p {
  background-repeat: no-repeat;
  background-position: left center;
  padding: 0 0 0 30px;
  margin-bottom: 13px;
}
.card-journey-small .card-info .card-program .card-location,
.card-news .card-info .card-program .card-location {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 45px;
}
.card-journey-small .card-info .card-program .card-location .text-location,
.card-news .card-info .card-program .card-location .text-location {
  background: url(../imgs/location.svg) left center no-repeat;
  padding-left: 20px;
}
.card-journey-small .card-info .card-program .card-facitlities {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-top: -15px;
  padding-top: 27px;
  border-top: 1px solid var(--bs-border-color);
  margin-bottom: 15px;
}
.card-journey-small .card-info .card-program .card-facitlities .card-fuel,
.card-journey-small .card-info .card-program .card-facitlities .card-gear,
.card-journey-small .card-info .card-program .card-facitlities .card-miles,
.card-journey-small .card-info .card-program .card-facitlities .card-seat {
  width: 50%;
  padding: 0 0 0 30px;
  margin-bottom: 13px;
  color: var(--bs-neutral-1000);
}
.card-journey-small .card-info .card-program .duration {
  margin-bottom: 45px;
}
.card-journey-small .card-info .card-program .endtime {
  padding-bottom: 26px;
}
.card-journey-small.card-journey-small-type-2 .card-image {
  height: 246px;
}
.card-journey-small.card-journey-small-type-2 .card-image img {
  min-width: 100%;
}
.card-journey-small.card-journey-small-type-2 .card-links {
  margin-top: 24px;
}
.card-journey-small.card-journey-small-type-2 .card-links ul {
  display: flex;
  align-items: center;
  margin: 0 -10px;
  flex-wrap: wrap;
  list-style: disc;
  padding-left: 30px;
}
.card-journey-small.card-journey-small-type-2 .card-links ul li {
  width: 50%;
  padding: 0 10px 0 0;
  margin-bottom: 18px;
  color: var(--bs-neutral-500);
}
.card-journey-small.card-journey-small-type-2 .card-links ul li a {
  color: var(--bs-neutral-500);
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
}
.card-journey-small.card-journey-small-type-3 {
  border: 0;
}
.card-journey-small.card-journey-small-type-3 .card-info {
  margin-top: 0;
  padding: 25px 17px 10px;
}
.card-journey-small.card-journey-small-type-3 .card-image,
.image-banner-bottom img {
  border-radius: 32px;
}
.card-journey-small.card-grid-real .card-info {
  border: 1px solid var(--bs-border-color);
  border-radius: 32px;
  margin: -40px -1px -1px;
}
.card-contact .card-info .card-title,
.card-journey-small.card-grid-car .card-info .card-location,
.card-journey-small.card-grid-real .card-info .card-location {
  margin-bottom: 27px;
}
.card-journey-small.card-grid-car {
  border: 1px solid var(--bs-border-color);
  background-color: var(--bs-neutral-0) !important;
}
.card-journey-small.card-grid-car .card-info {
  border: 1px solid var(--bs-border-color);
  border-radius: 32px;
  margin: 0 -1px -1px;
}
.card-journey-small.card-grid-car .card-image {
  line-height: 326px;
}
.card-popular .card-info .card-title,
.card-popular.card-top-destination .card-info .card-title {
  line-height: 28px;
  font-weight: 700;
  font-size: 16px;
}
.card-journey-small.card-grid-car .card-image img {
  max-width: 100%;
  height: auto;
  min-width: auto;
  margin: auto;
  display: inline-block;
  vertical-align: middle;
}
.card-popular {
  padding: 15px;
  border-radius: 24px;
  border: 1px solid var(--bs-border-color);
  margin-bottom: 24px;
}
.card-popular .card-image {
  position: relative;
  overflow: hidden;
  height: auto;
  width: 100%;
  border-radius: 20px;
  margin-bottom: 18px;
}
.card-popular .card-info .card-title {
  color: var(--bs-neutral-1000);
  margin-bottom: 4px;
  display: block;
}
.block-dropdown-filter,
.box-search-advance .box-top-search,
.card-news .card-info .card-program .endtime,
.card-popular .card-info .card-meta,
.top-bar-2 .container-fluid {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.card-popular .card-info .card-meta .meta-links a {
  color: var(--bs-neutral-500);
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
}
.card-place .card-info .card-info-bottom a,
.card-popular .card-info .card-meta .card-button a {
  display: inline-block;
  height: 27px;
  width: 27px;
  text-align: center;
  line-height: 24px;
  border-radius: 50%;
  background-color: var(--bs-neutral-100);
}
.burger-icon.burger-icon-white > span::after,
.burger-icon.burger-icon-white > span::before,
.card-place .card-info .card-info-bottom a:hover,
.card-popular .card-info .card-meta .card-button a:hover,
.swiper-button-next-style-1:hover,
.swiper-button-prev-style-1:hover,
.swiper-pagination-style-1
  .swiper-pagination-bullet.swiper-pagination-bullet-active,
.swiper-pagination-style-3 .swiper-pagination-bullet-active {
  background-color: var(--bs-neutral-1000);
}
.card-popular.card-top-destination {
  border-radius: 16px;
  display: flex;
  align-items: center;
}
.card-popular.card-top-destination .card-image {
  width: 80px;
  min-width: 80px;
  height: 80px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 18px;
  margin-bottom: 0;
}
.card-popular.card-top-destination .card-image img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
}
.card-popular.card-top-destination .card-info,
.container-banner {
  position: relative;
  width: 100%;
}
.card-popular.card-top-destination .card-info .card-meta {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.card-popular.card-top-destination .card-info .card-meta .meta-links,
.mobile-header-wrapper-style
  .mobile-header-wrapper-inner
  .mobile-header-top
  .box-author-profile,
.service-title,
.sidebar-canvas-wrapper
  .mobile-header-wrapper-inner
  .mobile-header-top
  .box-author-profile {
  margin-bottom: 10px;
}
.card-popular.card-top-destination
  .card-info
  .card-meta
  .meta-links
  .text-tour {
  display: inline-block;
  padding-left: 14px;
  background: url(../imgs/page/homepage6/flag.svg) left center no-repeat;
}
.card-popular.card-top-destination
  .card-info
  .card-meta
  .meta-links
  .text-property {
  display: inline-block;
  padding-left: 18px;
  background: url(../imgs/page/homepage9/property.svg) left center no-repeat;
}
.card-popular.card-top-destination
  .card-info
  .card-meta
  .meta-links
  .text-post {
  display: inline-block;
  padding-left: 18px;
  background: url(../imgs/page/blog/post.svg) left center no-repeat;
}
.card-popular-2 {
  padding: 18px;
  border-radius: 24px;
  border: 1px solid var(--bs-border-color);
  margin-bottom: 24px;
  background-color: var(--bs-button-bg-2);
}
.card-popular-2 .card-info h6 {
  padding: 10px;
  margin: 0;
}
.card-popular-2 .card-meta {
  margin-top: 5px;
  padding: 12px 26px;
  background-color: var(--bs-button-bg);
  color: var(--bs-neutral-0);
  border-radius: 16px;
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.card-popular-2 .card-meta .meta-links {
  width: 75%;
  line-height: 22px;
  color: var(--bs-color-white);
}
.card-popular-2 .card-meta .card-button {
  width: 45%;
  text-align: right;
}
.card-popular-2 .card-meta .card-button a {
  display: inline-block;
  height: 27px;
  width: 27px;
  text-align: center;
  line-height: 25px;
  border-radius: 50%;
  background-color: var(--bs-neutral-0);
}
.card-why-choose-us {
  text-align: center;
  position: relative;
  border: 1px solid var(--bs-border-color);
  border-radius: 32px;
  padding: 24px 32px;
  margin-bottom: 24px;
  background-color: var(--bs-brand-secondary);
}
.card-advanture,
.card-walking {
  border-radius: 8px;
  padding: 55px;
  background-position: top center;
  height: 406px;
  background-repeat: no-repeat;
  background-size: cover;
}
.card-why-choose-us .card-image {
  margin-bottom: 11px;
}
.card-why-choose-us .card-info h6 {
  margin-bottom: 8px;
  color: var(--bs-neutral-1000);
}
.card-why-choose-us .card-info p {
  color: var(--bs-neutral-600);
}
.card-why-choose-us.card-why-choose-us-type-2 {
  text-align: left;
  background-image: url(../imgs/page/homepage1/fast-booking.png);
  background-repeat: no-repeat;
  background-position: bottom right;
  background-color: var(--bs-border-color);
  min-height: 268px;
}
.card-why-choose-us.card-why-choose-us-type-3 {
  text-align: left;
  background-image: url(../imgs/page/homepage1/best-price.png);
  background-repeat: no-repeat;
  background-position: bottom right;
  background-color: var(--bs-border-color);
  min-height: 268px;
  padding-right: 80px;
  background-color: var(--bs-warning);
}
.card-walking {
  background-image: url(../imgs/page/homepage1/walking.png);
  width: 506px;
}
.card-advanture .card-info h4,
.card-walking .card-info h4 {
  color: var(--bs-neutral-0);
  margin-bottom: 32px;
}
.card-advanture {
  background-image: url(../imgs/page/homepage1/advance.png);
  width: 612px;
  text-align: right;
}
.card-bestprice,
.card-explore,
.card-support {
  background-position: bottom center;
}
.card-advanture .card-info {
  display: inline-block;
  text-align: left;
  max-width: 220px;
}
.card-vacation {
  width: 426px;
  background-image: url(../imgs/page/homepage1/vacation.png);
}
.card-vacation .card-info {
  max-width: 180px;
}
.card-vacation .card-info h5,
.card-vacation .card-info p {
  color: var(--bs-neutral-0);
  margin-bottom: 4px;
}
.card-walking-2 {
  background-image: url(../imgs/page/homepage1/walking2.png);
}
.card-news {
  position: relative;
  overflow: hidden;
  border-radius: 32px;
  border: 1px solid var(--bs-border-color);
  max-width: 100%;
  width: 100%;
}
.card-news .card-image {
  position: relative;
  overflow: hidden;
  height: auto;
}
.card-news .card-image .label {
  position: absolute;
  top: 20px;
  left: 20px;
  border-radius: 50px;
  font-size: 14px;
  line-height: 22px;
  font-weight: 700;
  color: var(--bs-neutral-1000);
  z-index: 12;
  padding: 8px 18px;
  background-color: var(--bs-neutral-0);
}
.card-news .card-info {
  padding: 30px 31px;
  background-color: var(--bs-neutral-0);
  border-radius: 30px;
  position: relative;
  margin-top: -40px;
}
.card-home-link,
.card-testimonial {
  border: 1px solid var(--bs-border-color);
}
.card-news .card-info .card-meta,
.post-meta-date {
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.card-news .card-info .card-meta .post-date,
.post-meta-date .post-date {
  display: inline-block;
  padding: 0 16px 0 20px;
  background: url(../imgs/calendar.svg) left center no-repeat;
  font-size: 14px;
  line-height: 22px;
  font-weight: 500;
  color: var(--bs-neutral-1000);
}
.card-news .card-info .card-meta .post-time,
.post-meta-date .post-time {
  display: inline-block;
  padding: 0 16px 0 20px;
  font-size: 14px;
  line-height: 22px;
  font-weight: 500;
  color: var(--bs-neutral-1000);
  background: url(../imgs/time.svg) left center no-repeat;
}
.card-news .card-info .card-meta .post-comment,
.post-meta-date .post-comment {
  display: inline-block;
  padding: 0 0 0 20px;
  font-size: 14px;
  line-height: 22px;
  font-weight: 500;
  color: var(--bs-neutral-1000);
  background: url(../imgs/comment.svg) left center no-repeat;
}
.card-contact .card-image,
.card-news .card-info .card-title {
  margin-bottom: 34px;
}
.card-author,
.card-news .card-info .card-program .endtime .card-author,
.card-testimonial .card-top .card-author,
.header.header-commingsoon .main-header .header-left .header-logo,
.left-dropdown-filter,
.title-svg,
.user-account {
  display: flex;
  align-items: center;
}
.card-testimonial {
  max-width: 470px;
  width: 100%;
  height: 45vh;
  padding: 34px 40px;
  background-color: var(--bs-neutral-0);
  border-radius: 32px;
}
.card-testimonial .card-top {
  border-bottom: 1px solid var(--bs-border-color);
  padding-bottom: 23px;
  margin-bottom: 31px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.card-testimonial .card-top .card-author .card-image {
  width: 64px;
  height: 64px;
  margin-right: 12px;
}
.card-testimonial .card-top .card-author .card-image img {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  display: block;
}
.card-place {
  position: relative;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
}
.card-place .card-image {
  min-width: 168px;
  height: 130px;
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: 168px;
  border-radius: 16px 0 0 16px;
}
.card-place .card-image img {
  display: block;
  height: 100%;
}
.card-place .card-info {
  border-radius: 16px;
  border: 1px solid var(--bs-border-color);
  padding: 17px;
  background-color: var(--bs-neutral-0);
  width: calc(100% + 21px);
  margin-left: -21px;
  position: relative;
  z-index: 2;
  overflow: hidden;
  min-height: 130px;
}
.card-place .card-info .card-info-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 5px;
}
#calendar-events .datepicker-inline .table-condensed tbody tr td:hover,
#calendar-events .datepicker-inline .table-condensed thead tr th,
#calendar-events .datepicker-inline .table-condensed thead tr th:hover,
.card-place .card-info .card-info-top .card-rate,
.popular-keywords a {
  color: var(--bs-neutral-500);
}
.card-place .card-info .card-info-top .card-rate img {
  margin-right: 5px;
  display: inline-block;
  vertical-align: middle;
}
.card-place .card-info .card-info-bottom {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 5px;
}
.card-place .card-info .card-info-bottom p {
  width: 70%;
  padding-right: 20px;
}
.card-home-link {
  background-color: #fff;
  border-radius: 8px;
  padding: 16px;
  margin-bottom: 16px;
  display: flex;
  align-items: flex-start;
}
.card-home-link .card-icon {
  width: 45px;
  height: 45px;
  border: 1px solid var(--bs-border-color);
  border-radius: 8px;
  text-align: center;
  line-height: 41px !important;
  background-color: var(--bs-neutral-100);
  margin-right: 12px;
  min-width: 45px;
  padding: 0 !important;
}
.card-home-link .card-info a {
  padding: 0 !important;
}
.box-banner-destination-3 img,
.card-banner .card-image img {
  display: block;
  border-radius: 16px;
}
.card-banner .card-info {
  position: absolute;
  top: 85%;
  left: 0;
  transform: translateY(-50%);
  z-index: 12;
  padding: 36px;
}
.card-banner .card-info h4 {
  margin-bottom: 29px;
}
.card-banner .card-info h5 {
  margin-bottom: 51px;
}
.card-why-travel {
  position: relative;
  background-color: var(--bs-background-2);
  border-radius: 16px;
  padding: 35px 29px;
  margin-bottom: 35px;
  text-align: center;
}
.card-why-travel .card-image {
  background-color: var(--bs-neutral-0);
  border-radius: 16px;
  height: 64px;
  width: 64px;
  text-align: center;
  line-height: 64px;
  box-shadow: 0 6px 22px 0 rgba(0, 0, 0, 0.09);
  margin: auto auto 11px;
}
.card-why-travel .card-image img {
  display: inline-block;
  vertical-align: middle;
  margin-top: 14px;
}
.card-why-travel .card-info .card-title {
  display: block;
  margin-bottom: 11px;
  color: var(--bs-neutral-1000);
}
.card-why-travel .card-info .card-desc {
  margin-bottom: 11px;
  text-align: justify;
}
.card-why-travel .card-info .card-link svg {
  stroke: var(--bs-neutral-1000);
  margin-left: 5px;
}
.card-support {
  background-color: #a8baf9;
  border-radius: 32px;
  padding: 37px 31px;
  background-image: url(../imgs/page/homepage3/bg-support.png);
  background-repeat: no-repeat;
  margin-bottom: 24px;
}
.card-support .card-info {
  position: relative;
  margin-bottom: 42px;
}
.card-support .card-image img {
  display: block;
  width: 100%;
  border-radius: 32px;
  margin-bottom: 12px;
  border: 1px solid var(--bs-neutral-0);
}
.card-bestprice {
  background-color: #d4f6c0;
  border-radius: 32px;
  padding: 43px 51px;
  background-image: url(../imgs/page/homepage3/bg-bestprice.png);
  background-repeat: no-repeat;
  margin-bottom: 24px;
}
.card-bestprice .card-info {
  position: relative;
  margin-bottom: 10px;
}
.card-bestprice .card-info p,
.card-explore .card-info p {
  margin-bottom: 32px;
}
.card-explore {
  background-color: #a8e2ef;
  border-radius: 32px;
  padding: 44px 40px;
  background-image: url(../imgs/page/homepage3/bg-explore.png);
  background-repeat: no-repeat;
  margin-bottom: 24px;
}
.card-image-promotion {
  position: relative;
  margin-bottom: 24px;
}
.card-image-promotion .card-info {
  background-color: var(--bs-background-9);
  border-radius: 32px;
  height: 369px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}
.card-image-promotion .card-info .box-price {
  bottom: 80px;
  left: 30px;
  z-index: 14;
}
.card-image-promotion .card-image {
  position: relative;
  z-index: 12;
  text-align: center;
}
.card-love-us {
  background-color: transparent;
  padding: 0;
  display: flex;
  align-items: flex-start;
}
.card-love-us .card-image {
  min-width: 64px;
  margin: 0 16px 0 0;
}
.card-love-us .card-info {
  text-align: left;
}
.card-activity {
  background-color: #8cd8e9;
  border-radius: 32px;
  padding: 40px 40px 20px;
  background-image: url(../imgs/page/homepage5/bg-activity.png);
  background-repeat: no-repeat;
  background-position: bottom right;
  margin-bottom: 40px;
}
.card-category,
.card-category::before {
  background-position: center;
  width: 100%;
}
.card-activity .card-info h6 {
  margin-bottom: 22px;
}
.card-activity .card-image {
  margin-top: 60px;
  text-align: center;
}
.card-category {
  height: 316px;
  border-radius: 8px;
  background-image: url(../imgs/page/homepage5/waking-up.png);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}
.card-category::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background-image: url(../imgs/page/homepage5/bg-trans.png);
  background-repeat: repeat;
  z-index: 2;
}
.card-category.card-category-2,
.card-category.card-category-3 {
  height: 400px;
  max-width: 400px;
  margin: auto auto 30px;
}
.card-category .card-image {
  position: relative;
  z-index: 1;
}
.card-category .card-info {
  position: absolute;
  top: 40px;
  left: 40px;
  right: 40px;
  z-index: 3;
  text-align: left;
  bottom: 0;
}
.card-category .card-info .card-text {
  display: inline-block;
  text-align: left;
}
.card-category .card-info .card-text .box-img-activity {
  margin-top: 10px;
  margin-bottom: -15px;
}
.card-category.card-category-3 {
  position: relative;
}
.card-category.card-category-3 .card-info {
  left: 25px;
}
.card-category.card-category-3 .card-info .phone-activity {
  position: absolute;
  bottom: 25px;
  left: 22px;
}
.card-grid-video {
  position: relative;
  margin-bottom: 30px;
}
.card-grid-video .card-image {
  position: relative;
  overflow: hidden;
  border-radius: 16px;
}
.card-grid-video .card-image::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../imgs/page/homepage7/bg-trans-video.png);
  background-position: bottom center;
  background-size: contain;
}
.card-grid-video .card-image .btn-play {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 101px;
  width: 101px;
  margin: auto;
  background: url(../imgs/page/homepage3/play.png) center/cover no-repeat;
  z-index: 12;
}
.card-grid-video .card-info {
  position: absolute;
  bottom: 40px;
  left: 0;
  right: 0;
  z-index: 12;
  text-align: center;
  max-width: 537px;
  margin: auto;
}
.card-grid-video .card-info h4 {
  margin-bottom: 8px;
  color: var(--bs-neutral-0);
}
.card-post {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.card-post .card-image {
  min-width: 70px;
  margin-right: 12px;
}
.card-post .card-image img {
  display: block;
  border-radius: 8px;
}
.card-post .card-info a {
  display: block;
  color: var(--bs-neutral-1000);
  margin-bottom: 9px;
}
.card-post .card-info .price-through {
  display: inline-block;
  text-decoration: line-through;
}
.card-post .card-info .price {
  display: inline-block;
  margin-right: 13px;
}
.card-journey-grid-3 {
  position: relative;
  max-width: 100%;
  height: 398px;
  border-radius: 24px;
}
.card-journey-grid-3 .card-image {
  height: 100% !important;
}
.card-journey-grid-3 .card-image::before {
  content: "";
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  background-image: url(../imgs/page/tour/bg-trans-black.png);
  background-repeat: repeat-x;
  background-position: bottom center;
}
.card-journey-grid-3 .card-image img {
  height: 100%;
  width: auto;
  max-width: none;
  min-width: 100%;
  position: relative;
  z-index: 1;
}
.card-journey-grid-3 .card-info {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 12;
  background-color: transparent;
  padding: 10px 21px 32px;
}
.box-info-contact p,
.card-journey-grid-3 .card-info .card-program .card-duration-tour {
  margin-bottom: 19px;
}
.card-contact {
  width: 100%;
  padding: 22px 25px;
  border: 1px solid var(--bs-border-color);
  border-radius: 8px;
  background-color: var(--bs-background-body);
  margin-bottom: 25px;
}
.card-contact .card-image .card-icon {
  border-radius: 6px;
  border: 1px solid var(--bs-neutral-1000);
  width: 48px;
  height: 48px;
  line-height: 44px;
  text-align: center;
}
.card-contact .card-info .card-title .title {
  display: block;
  margin-bottom: 10px;
  color: var(--bs-neutral-1000);
}
.card-contact .card-info .card-title p {
  min-height: 36px;
}
.card-contact .card-info .card-method-contact a svg {
  stroke: var(--bs-neutral-1000);
  margin-left: 6px;
}
.card-business {
  position: relative;
  width: 100%;
  padding: 0;
  text-align: left;
  margin-bottom: 55px;
}
.card-business .card-image {
  margin-left: 0;
  margin-bottom: 16px;
}
.slider-labels {
  margin-top: 10px;
}
.noUi-target,
.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.noUi-target {
  position: relative;
  direction: ltr;
}
.noUi-base {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}
.noUi-origin {
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
}
.noUi-stacking .noUi-handle {
  z-index: 10;
}
.noUi-state-tap .noUi-origin {
  -webkit-transition: left 0.3s, top 0.3s;
  transition: left 0.3s, top 0.3s;
}
.noUi-state-drag * {
  cursor: inherit !important;
}
.noUi-base,
.noUi-handle {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.noUi-horizontal .noUi-handle {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #345dbb;
}
.noUi-background {
  background: #d6d7d9;
}
.noUi-connect {
  background: #345dbb;
  -webkit-transition: background 450ms;
}
.noUi-draggable {
  cursor: w-resize;
}
.noUi-vertical .noUi-draggable {
  cursor: n-resize;
}
.packages.box-swiper {
  height: 600px;
}
.teams .box-swiper {
  height: 250px;
}
.noUi-handle {
  position: relative;
  z-index: 1;
  cursor: default;
  -webkit-box-sizing: content-box !important;
  -moz-box-sizing: content-box !important;
  box-sizing: content-box !important;
}
.noUi-handle:active {
  border: 8px solid rgba(53, 93, 187, 0.38);
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  left: -6px;
  top: -6px;
}
[disabled] .noUi-connect,
[disabled].noUi-connect {
  background: var(--bs-neutral-1000);
}
.banner-hero.hero-1,
.banner-hero.hero-2 {
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
[disabled] .noUi-handle,
[disabled].noUi-origin {
  cursor: not-allowed;
}
.ui-widget.ui-widget-content {
  border: 0 solid #ebebeb;
}
.noUi-origin,
.noUi-target {
  border-radius: 4px;
}
.noUi-horizontal {
  height: 6px;
}
.noUi-background {
  background: var(--bs-neutral-200);
}
.noUi-connect {
  background: var(--bs-neutral-1000);
  transition: background 450ms;
  height: 6px;
  margin-top: 0;
}
.noUi-horizontal .noUi-handle {
  background-color: var(--bs-neutral-1000);
  border: 3px solid var(--bs-neutral-0);
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.05);
  left: -6px;
  top: -6px;
}
.noUi-tooltip {
  position: absolute;
  top: -25px;
  left: -11px;
  right: 0;
  color: var(--bs-neutral-1000);
  font-size: 14px;
  line-height: 22px;
  font-weight: 500;
  width: 25px;
}
.banner-hero.hero-1 {
  background-image: url(../imgs/page/homepage6/bg-banner-main.png);
  position: relative;
}
.banner-hero.hero-1 .bg-icon-banner {
  position: absolute;
  bottom: 91px;
  z-index: 1;
  height: 132px;
  width: 140px;
  left: 50px;
  background: url(../imgs/page/homepage6/bg-banner.png) right center no-repeat;
}
.banner-hero.hero-1 .banner-inner {
  padding-top: 200px;
  padding-bottom: 176px;
  position: relative;
}
.banner-hero.hero-1 .banner-inner span.bg-circle {
  position: absolute;
  top: 25%;
  z-index: 1;
  height: 490px;
  width: 35%;
  right: 120px;
  background: url(../imgs/page/homepage6/bg-banner2.png) right center/contain
    no-repeat;
}
.banner-hero.hero-1 .banner-inner .container,
.banner-hero.hero-2 .banner-inner .container,
.box-about-video .container {
  position: relative;
  z-index: 2;
}
.banner-hero.hero-2 {
  background-image: url(../imgs/page/homepage5/bg-banner.png);
  position: relative;
}
.banner-hero.hero-2 .banner-inner {
  padding-top: 200px;
  padding-bottom: 0;
  position: relative;
}
.banner-hero.hero-2 .banner-inner h1 {
  color: var(--bs-neutral-0);
  margin-bottom: 100px;
}
.banner-hero.hero-2 .banner-inner .bg-banner {
  position: absolute;
  bottom: 0;
  top: 150px;
  z-index: 1;
  width: 100%;
  max-width: 777px;
  right: 120px;
  background: url(../imgs/page/homepage5/banner.png) bottom center/contain
    no-repeat;
}
.banner-hero.hero-2 .banner-inner .block-banner,
.box-2-banner,
.box-popular-destinations-2 {
  padding-bottom: 90px;
}
.cards-banner {
  display: flex;
  flex-wrap: wrap;
  max-width: 701px;
}
.cards-banner .card-banner-1 {
  width: calc(35% - 24px);
  padding: 27px;
  margin-right: 24px;
  border-radius: 34px;
  margin-bottom: 24px;
}
.cards-banner .card-banner-2 {
  width: 65%;
  padding: 27px;
  border-radius: 34px;
  margin-bottom: 24px;
}
@keyframes hero-thumb-animation {
  0% {
    transform: translateY(-20px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes hero-thumb-sm-animation {
  0% {
    -webkit-transform: translateY(0) translateX(50px);
    -moz-transform: translateY(0) translateX(50px);
    -ms-transform: translateY(0) translateX(50px);
    transform: translateY(0) translateX(50px);
  }
  100% {
    -webkit-transform: translateY(0) translateX(0);
    -moz-transform: translateY(0) translateX(0);
    -ms-transform: translateY(0) translateX(0);
    transform: translateY(0) translateX(0);
  }
}
@keyframes hero-thumb-sm-2-animation {
  0% {
    -webkit-transform: translateY(-50px);
    -moz-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    transform: translateY(-50px);
  }
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.shape-1 {
  -webkit-animation: 2s linear infinite alternate hero-thumb-animation;
  -moz-animation: 2s linear infinite alternate hero-thumb-animation;
  -o-animation: 2s linear infinite alternate hero-thumb-animation;
  animation: 2s linear infinite alternate hero-thumb-animation;
}
.shape-2 {
  -webkit-animation: 4s linear infinite alternate hero-thumb-sm-animation;
  -moz-animation: 4s linear infinite alternate hero-thumb-sm-animation;
  -o-animation: 4s linear infinite alternate hero-thumb-sm-animation;
  animation: 4s linear infinite alternate hero-thumb-sm-animation;
}
.shape-3 {
  -webkit-animation: 4s linear infinite alternate hero-thumb-sm-2-animation;
  -moz-animation: 4s linear infinite alternate hero-thumb-sm-2-animation;
  -o-animation: 4s linear infinite alternate hero-thumb-sm-2-animation;
  animation: 4s linear infinite alternate hero-thumb-sm-2-animation;
}
.top-bar {
  background-color: var(--bs-background-1000);
  padding: 10px 0;
  color: var(--bs-color-white);
}
.top-bar .text-header {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.top-bar-2 {
  color: var(--bs-neutral-1000);
  padding: 0;
}
.top-bar-2 .btn.btn-mode {
  background-color: transparent;
  padding: 8px 18px;
}
.box-item-sort,
.sidebar-canvas-lang,
.top-bar-2 .top-right-header {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.top-bar-2 .text-header .text-unlock {
  color: var(--bs-neutral-1000);
  background-image: url(../imgs/page/homepage5/lightning.svg);
}
.top-bar-2 .text-header-info a svg {
  margin-right: 3px;
}
.top-bar-2 .text-header-info .phone-head {
  margin-right: 34px;
}
.top-bar-2 .head-currency,
.top-bar-2 .head-lang {
  border-right: 1px solid var(--bs-border-color);
  height: 42px;
  line-height: 42px;
  padding-right: 15px;
}
.accordion-button.collapsed,
.top-bar-3 {
  border-bottom: 1px solid var(--bs-border-color);
}
.header {
  padding: 0;
  float: left;
  width: 100%;
  position: relative;
  top: auto;
  left: auto;
  z-index: 123;
  border-bottom: 1px solid var(--bs-neutral-200);
}
.header .container-fluid {
  max-width: 100%;
  padding-left: 50px;
  padding-right: 50px;
}
.header .main-header .header-left {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-between;
}
.header .main-header .header-left .header-logo {
  margin-right: 0;
  min-width: 134px;
}
.header .main-header .header-left .header-nav {
  width: 100%;
  text-align: right;
}
.header .main-header .header-right {
  width: 30%;
  min-width: 405px;
  text-align: right;
  display: flex;
  align-items: center;
  position: relative;
  justify-content: flex-end;
}
.header .nav-main-menu {
  display: flex;
  padding: 0;
  align-items: right;
  justify-content: right;
}
.header .main-menu li {
  float: left;
  position: relative;
  padding: 0 7px;
}
.header .main-menu li.has-children > a::after {
  content: "";
  height: 10px;
  width: 10px;
  opacity: 1;
  margin-left: 0;
  position: absolute;
  top: 28px;
  right: 0;
  opacity: 0.6;
}
.header .main-menu li.hr {
  padding: 0 22px;
}
.header .main-menu li.hr span {
  background-color: #ececec;
  height: 1px;
  width: 100%;
  display: block;
  margin: 5px 0;
}
.header .main-menu li a {
  font-family: Manrope, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  color: var(--bs-neutral-1000);
  display: block;
  padding: 20px 18px;
  text-decoration: none;
  position: relative;
  transition-duration: 0.2s;
}
.header .main-menu li a:hover {
  color: var(--bs-warning) !important;
  transition-duration: 0.2s;
}
.header .main-menu li a i {
  font-size: 10px;
  opacity: 0.5;
  margin-left: 3px;
}
.header .main-menu li ul {
  opacity: 0;
  visibility: hidden;
  transition-duration: 0.2s;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 999;
  min-width: 240px;
  border-radius: 8px;
  -webkit-box-shadow: 0 6px 22px 0 rgba(0, 0, 0, 0.09);
  box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.07);
  padding: 10px 0;
}
.header .main-menu li.mega-li .mega-menu .mega-menu-inner,
.header .main-menu li.mega-li-small .mega-menu .mega-menu-inner-small {
  box-shadow: 0 6px 22px 0 rgba(0, 0, 0, 0.09);
  background-color: var(--bs-neutral-0);
  background-repeat: no-repeat;
  background-position: bottom right;
}
.header .main-menu li.mega-li .mega-menu .mega-menu-inner ul,
.header .main-menu li.mega-li-small .mega-menu .mega-menu-inner-small ul {
  box-shadow: none;
  top: auto;
  left: auto;
  min-width: 100%;
  background-color: transparent;
  position: relative;
  visibility: visible;
  display: inline-block;
  padding: 0;
  opacity: 1;
}
.header .main-menu li ul.sub-menu {
  background-color: var(--bs-neutral-0);
}
.header .main-menu li ul li {
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
}
.header .main-menu li ul li a {
  font-size: 14px;
  color: var(--bs-neutral-500);
  position: relative;
  padding: 10px 25px 10px 15px;
  transition: 0.3s;
  font-family: Manrope, sans-serif;
  font-style: normal;
  font-weight: 500;
  display: inline-block;
  min-width: 182px;
}
.header .main-menu li ul li a:hover {
  transition: 0.2s;
  color: var(--bs-warning) !important;
}
.header .main-menu li ul li ul {
  top: 0;
  left: 100%;
}
.header .main-menu li.mega-li {
  position: static;
}
.header .main-menu li.mega-li .mega-menu,
.header .main-menu li.mega-li-small .mega-menu {
  position: absolute;
  top: 96%;
  left: 0;
  width: 100%;
  display: none;
  z-index: 12345;
}
.header .main-menu li.mega-li .mega-menu .mega-menu-inner {
  max-width: 1255px;
  margin: auto;
  border: 0 solid var(--bs-neutral-0);
  border-radius: 0 0 16px 16px;
  padding: 35px;
  position: relative;
  background-image: url(../imgs/template/bg-mega.png);
}
.header .main-menu li.mega-li .mega-menu .mega-menu-inner h6,
.header .main-menu li.mega-li-small .mega-menu .mega-menu-inner-small h6,
.list-checkbox li {
  margin-bottom: 4px;
}
.header .main-menu li.mega-li .mega-menu .mega-menu-inner .btn-brand-secondary {
  padding: 12px 22px;
}
.header .main-menu li.mega-li .mega-menu .mega-menu-inner ul {
  border: 0;
  margin-top: 16px;
}
.header .main-menu li.mega-li .mega-menu .mega-menu-inner ul li,
.header .main-menu li.mega-li-small .mega-menu .mega-menu-inner-small ul li {
  padding: 0;
  margin-bottom: 12px;
}
.box-media,
.header .main-menu li.mega-li .mega-menu .mega-menu-inner ul li a,
.header .main-menu li.mega-li-small .mega-menu .mega-menu-inner-small ul li a,
.header.stick,
.ptb-0,
.sticky-bar.stick .main-header {
  padding: 0;
}
.header .main-menu li.mega-li .mega-menu .mega-menu-inner .list-featured {
  padding-left: 60px;
  margin-top: 0;
}
.box-list-why .card-why-travel .card-image,
.header .main-menu li.mega-li .mega-menu .mega-menu-inner .list-featured li,
.mobile-header-wrapper-style
  .mobile-header-wrapper-inner
  .mobile-header-content-area
  .mobile-header-info-wrap
  .single-mobile-header-info:last-child,
.sidebar-canvas-wrapper
  .mobile-header-wrapper-inner
  .mobile-header-content-area
  .mobile-header-info-wrap
  .single-mobile-header-info:last-child {
  margin-bottom: 0;
}
.header .main-menu li.mega-li .mega-menu .mega-menu-inner .list-featured li a {
  font-size: 16px;
  line-height: 26px;
  font-weight: 700;
  color: var(--bs-neutral-1000);
  background-repeat: no-repeat;
  background-position: left center;
  padding: 10px 10px 10px 45px;
  transition-duration: 0.2s;
}
.header
  .main-menu
  li.mega-li
  .mega-menu
  .mega-menu-inner
  .list-featured
  li
  a.tours {
  background-image: url(../imgs/tour.svg);
}
.header
  .main-menu
  li.mega-li
  .mega-menu
  .mega-menu-inner
  .list-featured
  li
  a.activities {
  background-image: url(../imgs/activities.svg);
}
.header
  .main-menu
  li.mega-li
  .mega-menu
  .mega-menu-inner
  .list-featured
  li
  a.destinations {
  background-image: url(../imgs/destination.svg);
}
.header
  .main-menu
  li.mega-li
  .mega-menu
  .mega-menu-inner
  .list-featured
  li
  a.hotels {
  background-image: url(../imgs/hotel.svg);
}
.header
  .main-menu
  li.mega-li
  .mega-menu
  .mega-menu-inner
  .list-featured
  li
  a.rental-car {
  background-image: url(../imgs/rental.svg);
}
.header
  .main-menu
  li.mega-li
  .mega-menu
  .mega-menu-inner
  .list-featured
  li
  a.property {
  background-image: url(../imgs/property.svg);
}
.header
  .main-menu
  li.mega-li
  .mega-menu
  .mega-menu-inner
  .list-featured
  li
  a.tickets {
  background-image: url(../imgs/ticket.svg);
}
.header
  .main-menu
  li.mega-li
  .mega-menu
  .mega-menu-inner
  .list-featured
  li
  a:hover {
  color: var(--bs-warning) !important;
  padding-left: 40px;
  transition-duration: 0.2s;
}
.header .main-menu li.mega-li-small .mega-menu .mega-menu-inner-small {
  border: 0 solid var(--bs-neutral-0);
  border-radius: 0 0 16px 16px;
  padding: 35px 35px 23px;
  position: relative;
  background-image: none;
  max-width: 450px;
  min-width: 450px;
}
.header
  .main-menu
  li.mega-li-small
  .mega-menu
  .mega-menu-inner-small.mega-menu-inner-destinations {
  max-width: 220px;
  min-width: 220px;
}
.header .main-menu li.mega-li-small .mega-menu .mega-menu-inner-small ul {
  border: 0;
  margin-top: 8px;
}
.header
  .main-menu
  li.mega-li-small
  .mega-menu
  .mega-menu-inner-small
  ul
  li
  a:after {
  display: none;
  transition-duration: 0.2s;
}
.header
  .main-menu
  li.mega-li-small
  .mega-menu
  .mega-menu-inner-small
  ul
  li
  a:hover {
  padding-left: 5px;
  transition-duration: 0.2s;
}
.header .main-menu li:hover > ul {
  opacity: 1;
  visibility: visible;
  margin-top: 0;
}
#calendar-events .datepicker-inline,
#calendar-events .datepicker-inline .table-condensed,
.box-popular-posts-md .card-post .card-image img,
.box-tickets,
.header .main-menu li:hover > ul li {
  width: 100%;
}
.header .main-menu li:hover.mega-li .mega-menu,
.header .main-menu li:hover.mega-li-small .mega-menu {
  display: block;
}
.header.header-fixed {
  position: fixed;
  top: 0;
  left: 0;
}
.header.header-fixed.header {
  border-bottom-color: rgba(255, 255, 255, 0.3490196078);
}
.header.header-fixed.header .main-menu li.has-children > a::after {
  background: url(../imgs/arrow-down-w.svg) center no-repeat;
}
.header.header-fixed.header .icon-lang {
  background: url(../imgs/global.svg) left center no-repeat;
  color: var(--bs-neutral-0);
}
.header.header-fixed.header .icon-cart span,
.header.header-fixed.header .icon-lang span {
  background: url(../imgs/arrow-lang.svg) right center no-repeat;
}
.header.header-fixed.sticky-bar.stick {
  background-color: var(--bs-neutral-700);
}
.header.header-commingsoon {
  background-color: var(--bs-background-card);
  padding: 23px 0;
}
.header.header-commingsoon .main-header .header-left .header-logo .text-slogan {
  position: relative;
  padding-left: 25px;
}
.header.header-commingsoon
  .main-header
  .header-left
  .header-logo
  .text-slogan::before {
  content: "";
  width: 1px;
  height: 26px;
  background-color: var(--bs-border-color);
  position: absolute;
  top: 2px;
  left: 0;
}
.icon-lang {
  display: inline-block;
  cursor: pointer;
  padding: 0 0 0 26px;
  color: var(--bs-neutral-1000);
  background: url(../imgs/lang.svg) left center no-repeat;
}
.icon-cart span,
.icon-lang span {
  display: inline-block;
  padding: 0 18px 0 0;
  background: url(../imgs/arrow-down-sm.svg) right center no-repeat;
}
.icon-cart {
  cursor: pointer;
  color: var(--bs-neutral-1000);
}
.box-desc-menu {
  border-radius: 8px;
  background-color: var(--bs-neutral-900);
  padding: 24px;
  margin-top: 40px;
}
.box-desc-menu p,
.form-search.dark p.color-white {
  color: var(--bs-neutral-200);
}
.footer h6,
.need-help {
  color: var(--bs-color-white);
}
.sticky-bar.stick {
  -webkit-animation: 0.7s ease-in-out fadeInDown;
  animation: 0.7s ease-in-out fadeInDown;
  -webkit-box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.05);
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
  left: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-bottom: 1px solid var(--bs-neutral-100);
  background: var(--bs-neutral-0);
}
.form-search.dark,
.form-search.dark .form-control,
.sidebar-visible .burger-icon.burger-icon-white > span::after,
.sidebar-visible .burger-icon.burger-icon-white > span::before {
  background-color: var(--bs-neutral-950);
}
.card-author .card-image {
  width: 48px;
  height: 48px;
  margin-right: 12px;
}
.card-author .card-image img {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: block;
}
.user-account img {
  max-width: 50px;
  border-radius: 50%;
}
.user-account .user-name {
  margin-bottom: 0;
  font-weight: 600;
  font-size: 14px;
}
.perfect-scroll {
  height: 100vh;
  width: 100%;
  position: relative;
}
.body-overlay-1 {
  background: 0 0;
  height: 100%;
  left: 0;
  opacity: 0;
  position: fixed;
  top: 0;
  visibility: hidden;
  width: 100%;
  cursor: crosshair;
  z-index: 997;
}
.canvas-menu-active .body-overlay-1,
.mobile-menu-active .body-overlay-1 {
  opacity: 1;
  visibility: visible;
}
.form-search {
  position: absolute;
  top: 100%;
  right: 50%;
  width: 100%;
  max-width: 350px;
  z-index: 1234;
  padding: 5px;
  display: none;
  border-radius: 8px;
  border: 1px solid var(--bs-neutral-100);
  -webkit-box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.07);
  box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.07);
  background-color: #fff;
}
.form-search.dark {
  border: 1px solid var(--bs-neutral-900);
}
.form-search.dark .form-control {
  border: 1px solid var(--bs-neutral-800);
  border-radius: 8px;
  padding: 11px 15px 13px;
  width: 100%;
  color: #727373;
}
.form-search.dark .btn-search-2,
.mobile-search form input,
.search-form form button {
  background-color: transparent;
}
.form-search .form-control {
  height: 46px;
  line-height: 1;
  padding: 10px 15px 10px 20px;
}
.form-search .btn-search-2 {
  position: absolute;
  top: 20px;
  right: 21px;
  width: 56px;
  height: 46px;
  background: url(../imgs/search.svg) center no-repeat;
  background-color: var(--bs-neutral-950);
  border: 0;
  border-radius: 0 8px 8px 0;
}
.popular-keywords a:hover {
  color: var(--bs-color-2);
}
.box-button-logins {
  display: flex;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 30px;
}
.mobile-header-wrapper-style,
.sidebar-canvas-wrapper {
  position: fixed;
  top: 0;
  max-width: 380px;
  width: 100%;
  min-height: 100vh;
  bottom: 0;
  right: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  background-color: var(--bs-neutral-0);
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.09);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.09);
  z-index: 1006;
}
.mobile-header-wrapper-style.sidebar-canvas-visible,
.mobile-header-wrapper-style.sidebar-visible,
.sidebar-canvas-wrapper.sidebar-canvas-visible,
.sidebar-canvas-wrapper.sidebar-visible {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.mobile-header-wrapper-style .mobile-header-wrapper-inner,
.sidebar-canvas-wrapper .mobile-header-wrapper-inner {
  padding: 0 0 30px;
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
}
.mobile-header-wrapper-style .mobile-header-wrapper-inner .burger-icon,
.sidebar-canvas-wrapper .mobile-header-wrapper-inner .burger-icon {
  top: 25px;
  right: 30px;
  position: absolute;
  height: 34px;
  width: 34px;
}
.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-logo,
.sidebar-canvas-wrapper .mobile-header-wrapper-inner .mobile-header-logo {
  padding: 7px 10px;
  border-bottom: 1px solid var(--bs-border-color);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.mobile-header-wrapper-style
  .mobile-header-wrapper-inner
  .mobile-header-logo
  .burger-icon,
.sidebar-canvas-wrapper
  .mobile-header-wrapper-inner
  .mobile-header-logo
  .burger-icon {
  display: inline-block;
  position: relative;
  height: 42px;
  width: 42px;
  background-color: var(--bs-neutral-100);
  background-image: url(../imgs/close.png);
  background-position: center;
  background-repeat: no-repeat;
  top: auto;
  right: auto;
}
.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-top,
.sidebar-canvas-wrapper .mobile-header-wrapper-inner .mobile-header-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 15px 10px 13px;
  background-color: var(--bs-neutral-0);
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  align-self: center;
}
.footer-top img,
.mobile-header-wrapper-style
  .mobile-header-wrapper-inner
  .mobile-header-top
  .mobile-header-logo
  a,
.sidebar-canvas-wrapper
  .mobile-header-wrapper-inner
  .mobile-header-top
  .mobile-header-logo
  a {
  display: block;
}
.mobile-header-wrapper-style
  .mobile-header-wrapper-inner
  .mobile-header-top
  .mobile-header-logo
  a
  img,
.sidebar-canvas-wrapper
  .mobile-header-wrapper-inner
  .mobile-header-top
  .mobile-header-logo
  a
  img {
  width: 100px;
}
.mobile-header-wrapper-style
  .mobile-header-wrapper-inner
  .mobile-header-content-area,
.sidebar-canvas-wrapper
  .mobile-header-wrapper-inner
  .mobile-header-content-area {
  padding: 0 30px;
}
.mobile-header-wrapper-style
  .mobile-header-wrapper-inner
  .mobile-header-content-area
  .mobile-menu-wrap
  nav
  .mobile-menu
  li,
.sidebar-canvas-wrapper
  .mobile-header-wrapper-inner
  .mobile-header-content-area
  .mobile-menu-wrap
  nav
  .mobile-menu
  li {
  display: block;
  position: relative;
  padding: 0;
  margin-bottom: 20px;
}
.mobile-header-wrapper-style
  .mobile-header-wrapper-inner
  .mobile-header-content-area
  .mobile-menu-wrap
  nav
  .mobile-menu
  li:last-child,
.sidebar-canvas-wrapper
  .mobile-header-wrapper-inner
  .mobile-header-content-area
  .mobile-menu-wrap
  nav
  .mobile-menu
  li:last-child {
  border-bottom: none;
}
.mobile-header-wrapper-style
  .mobile-header-wrapper-inner
  .mobile-header-content-area
  .mobile-menu-wrap
  nav
  .mobile-menu
  li.has-children
  .menu-expand,
.sidebar-canvas-wrapper
  .mobile-header-wrapper-inner
  .mobile-header-content-area
  .mobile-menu-wrap
  nav
  .mobile-menu
  li.has-children
  .menu-expand {
  right: 0;
  position: absolute;
  cursor: pointer;
  z-index: 9;
  text-align: center;
  font-size: 12px;
  display: block;
  width: 30px;
  height: 30px;
  line-height: 46px;
  top: 0;
  color: var(--bs-neutral-1000);
}
.mobile-header-wrapper-style
  .mobile-header-wrapper-inner
  .mobile-header-content-area
  .mobile-menu-wrap
  nav
  .mobile-menu
  li.has-children
  .menu-expand
  i,
.sidebar-canvas-wrapper
  .mobile-header-wrapper-inner
  .mobile-header-content-area
  .mobile-menu-wrap
  nav
  .mobile-menu
  li.has-children
  .menu-expand
  i {
  height: 24px;
  width: 24px;
  display: inline-block;
  opacity: 1;
  background: url(../imgs/arrow-right-big.svg) center no-repeat;
}
.mobile-header-wrapper-style
  .mobile-header-wrapper-inner
  .mobile-header-content-area
  .mobile-menu-wrap
  nav
  .mobile-menu
  li.has-children.active
  > .menu-expand,
.sidebar-canvas-wrapper
  .mobile-header-wrapper-inner
  .mobile-header-content-area
  .mobile-menu-wrap
  nav
  .mobile-menu
  li.has-children.active
  > .menu-expand {
  background: rgba(255, 255, 255, 0.2);
}
.mobile-header-wrapper-style
  .mobile-header-wrapper-inner
  .mobile-header-content-area
  .mobile-menu-wrap
  nav
  .mobile-menu
  li.has-children.active
  > .menu-expand
  i,
.sidebar-canvas-wrapper
  .mobile-header-wrapper-inner
  .mobile-header-content-area
  .mobile-menu-wrap
  nav
  .mobile-menu
  li.has-children.active
  > .menu-expand
  i {
  background: url(../imgs/arrow-down-big.svg) center no-repeat;
}
.mobile-header-wrapper-style
  .mobile-header-wrapper-inner
  .mobile-header-content-area
  .mobile-menu-wrap
  nav
  .mobile-menu
  li
  a,
.sidebar-canvas-wrapper
  .mobile-header-wrapper-inner
  .mobile-header-content-area
  .mobile-menu-wrap
  nav
  .mobile-menu
  li
  a {
  font-size: 16px;
  line-height: 26px;
  text-transform: capitalize;
  font-weight: 700;
  position: relative;
  display: inline-block;
  color: var(--bs-neutral-1000);
  transition-duration: 0.2s;
}
.mobile-header-wrapper-style
  .mobile-header-wrapper-inner
  .mobile-header-content-area
  .mobile-menu-wrap
  nav
  .mobile-menu
  li
  ul,
.sidebar-canvas-wrapper
  .mobile-header-wrapper-inner
  .mobile-header-content-area
  .mobile-menu-wrap
  nav
  .mobile-menu
  li
  ul {
  padding: 10px 0 0;
}
.mobile-header-wrapper-style
  .mobile-header-wrapper-inner
  .mobile-header-content-area
  .mobile-menu-wrap
  nav
  .mobile-menu
  li
  ul
  li,
.sidebar-canvas-wrapper
  .mobile-header-wrapper-inner
  .mobile-header-content-area
  .mobile-menu-wrap
  nav
  .mobile-menu
  li
  ul
  li {
  padding: 0;
  margin-bottom: 12px;
  border-bottom: none;
}
.container-search-advance .box-search-advance,
.mobile-header-wrapper-style
  .mobile-header-wrapper-inner
  .mobile-header-content-area
  .mobile-menu-wrap
  nav
  .mobile-menu
  li
  ul
  li.has-children
  .menu-expand,
.sidebar-canvas-wrapper
  .mobile-header-wrapper-inner
  .mobile-header-content-area
  .mobile-menu-wrap
  nav
  .mobile-menu
  li
  ul
  li.has-children
  .menu-expand {
  top: 0;
}
.mobile-header-wrapper-style
  .mobile-header-wrapper-inner
  .mobile-header-content-area
  .mobile-menu-wrap
  nav
  .mobile-menu
  li
  ul
  li:hover
  a,
.sidebar-canvas-wrapper
  .mobile-header-wrapper-inner
  .mobile-header-content-area
  .mobile-menu-wrap
  nav
  .mobile-menu
  li
  ul
  li:hover
  a {
  padding-left: 13px;
  transition-duration: 0.2s;
}
.mobile-header-wrapper-style
  .mobile-header-wrapper-inner
  .mobile-header-content-area
  .mobile-menu-wrap
  nav
  .mobile-menu
  li
  ul
  li:hover
  a::before,
.sidebar-canvas-wrapper
  .mobile-header-wrapper-inner
  .mobile-header-content-area
  .mobile-menu-wrap
  nav
  .mobile-menu
  li
  ul
  li:hover
  a::before {
  opacity: 1;
  transition-duration: 0.2s;
}
.mobile-header-wrapper-style
  .mobile-header-wrapper-inner
  .mobile-header-content-area
  .mobile-menu-wrap
  nav
  .mobile-menu
  li
  ul
  li
  a,
.sidebar-canvas-wrapper
  .mobile-header-wrapper-inner
  .mobile-header-content-area
  .mobile-menu-wrap
  nav
  .mobile-menu
  li
  ul
  li
  a {
  font-size: 14px;
  line-height: 22px;
  display: block;
  font-weight: 500;
  color: var(--bs-neutral-500);
  padding-left: 0;
  position: relative;
  transition-duration: 0.2s;
}
.box-category-posts .box-list-populars,
.mobile-header-wrapper-style
  .mobile-header-wrapper-inner
  .mobile-header-content-area
  .mobile-menu-wrap
  nav
  .mobile-menu
  li
  ul
  li
  ul,
.sidebar-canvas-wrapper
  .mobile-header-wrapper-inner
  .mobile-header-content-area
  .mobile-menu-wrap
  nav
  .mobile-menu
  li
  ul
  li
  ul {
  margin-top: 0;
}
.mobile-header-wrapper-style
  .mobile-header-wrapper-inner
  .mobile-header-content-area
  .mobile-header-info-wrap
  .single-mobile-header-info
  .lang-curr-dropdown
  ul
  li:last-child,
.mobile-header-wrapper-style
  .mobile-header-wrapper-inner
  .mobile-header-content-area
  .mobile-menu-wrap
  nav
  .mobile-menu
  li
  ul
  li.has-children.active,
.sidebar-canvas-wrapper
  .mobile-header-wrapper-inner
  .mobile-header-content-area
  .mobile-header-info-wrap
  .single-mobile-header-info
  .lang-curr-dropdown
  ul
  li:last-child,
.sidebar-canvas-wrapper
  .mobile-header-wrapper-inner
  .mobile-header-content-area
  .mobile-menu-wrap
  nav
  .mobile-menu
  li
  ul
  li.has-children.active {
  padding-bottom: 0;
}
.mobile-header-wrapper-style
  .mobile-header-wrapper-inner
  .mobile-header-content-area
  .mobile-menu-wrap
  nav
  .mobile-menu
  li:hover
  > a,
.sidebar-canvas-wrapper
  .mobile-header-wrapper-inner
  .mobile-header-content-area
  .mobile-menu-wrap
  nav
  .mobile-menu
  li:hover
  > a {
  color: var(--bs-warning);
  padding-left: 3px;
  transition-duration: 0.2s;
}
.mobile-header-wrapper-style
  .mobile-header-wrapper-inner
  .mobile-header-content-area
  .categories-dropdown-wrap
  ul
  li
  a,
.sidebar-canvas-wrapper
  .mobile-header-wrapper-inner
  .mobile-header-content-area
  .categories-dropdown-wrap
  ul
  li
  a {
  padding: 5px 15px;
}
.mobile-header-wrapper-style
  .mobile-header-wrapper-inner
  .mobile-header-content-area
  .mobile-header-info-wrap,
.sidebar-canvas-wrapper
  .mobile-header-wrapper-inner
  .mobile-header-content-area
  .mobile-header-info-wrap {
  padding: 20px;
  border-radius: 5px;
  border: 1px solid #ececec;
  margin: 17px 0 30px;
}
.mobile-header-wrapper-style
  .mobile-header-wrapper-inner
  .mobile-header-content-area
  .mobile-header-info-wrap
  .single-mobile-header-info,
.sidebar-canvas-wrapper
  .mobile-header-wrapper-inner
  .mobile-header-content-area
  .mobile-header-info-wrap
  .single-mobile-header-info {
  position: relative;
  margin-bottom: 13px;
}
.mobile-header-wrapper-style
  .mobile-header-wrapper-inner
  .mobile-header-content-area
  .mobile-header-info-wrap
  .single-mobile-header-info
  a,
.sidebar-canvas-wrapper
  .mobile-header-wrapper-inner
  .mobile-header-content-area
  .mobile-header-info-wrap
  .single-mobile-header-info
  a {
  font-size: 14px;
  display: block;
  font-weight: 500;
  color: var(--bs-neutral-1000);
}
.mobile-header-wrapper-style
  .mobile-header-wrapper-inner
  .mobile-header-content-area
  .mobile-header-info-wrap
  .single-mobile-header-info
  a
  i,
.sidebar-canvas-wrapper
  .mobile-header-wrapper-inner
  .mobile-header-content-area
  .mobile-header-info-wrap
  .single-mobile-header-info
  a
  i {
  font-size: 14px;
  color: var(--bs-warning);
  margin-right: 8px;
}
.mobile-header-wrapper-style
  .mobile-header-wrapper-inner
  .mobile-header-content-area
  .mobile-header-info-wrap
  .single-mobile-header-info
  .lang-curr-dropdown,
.sidebar-canvas-wrapper
  .mobile-header-wrapper-inner
  .mobile-header-content-area
  .mobile-header-info-wrap
  .single-mobile-header-info
  .lang-curr-dropdown {
  margin-top: 5px;
  display: none;
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 10px 0 0;
  width: 100%;
  z-index: 11;
}
.mobile-header-wrapper-style
  .mobile-header-wrapper-inner
  .mobile-header-content-area
  .mobile-header-info-wrap
  .single-mobile-header-info
  .lang-curr-dropdown
  ul
  li,
.sidebar-canvas-wrapper
  .mobile-header-wrapper-inner
  .mobile-header-content-area
  .mobile-header-info-wrap
  .single-mobile-header-info
  .lang-curr-dropdown
  ul
  li {
  padding-bottom: 10px;
}
.mobile-header-wrapper-style
  .mobile-header-wrapper-inner
  .mobile-header-content-area
  .mobile-header-info-wrap
  .single-mobile-header-info
  .lang-curr-dropdown
  ul
  li
  a,
.sidebar-canvas-wrapper
  .mobile-header-wrapper-inner
  .mobile-header-content-area
  .mobile-header-info-wrap
  .single-mobile-header-info
  .lang-curr-dropdown
  ul
  li
  a {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.7);
  font-weight: 400;
}
.mobile-header-wrapper-style
  .mobile-header-wrapper-inner
  .mobile-header-content-area
  .mobile-header-border,
.sidebar-canvas-wrapper
  .mobile-header-wrapper-inner
  .mobile-header-content-area
  .mobile-header-border {
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
.mobile-header-wrapper-style
  .mobile-header-wrapper-inner
  .mobile-header-content-area
  .site-copyright,
.sidebar-canvas-wrapper
  .mobile-header-wrapper-inner
  .mobile-header-content-area
  .site-copyright {
  font-size: 13px;
  color: var(--bs-neutral-800);
}
.sidebar-canvas-wrapper {
  max-width: 485px;
}
.sidebar-canvas-wrapper .sidebar-canvas-container {
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
}
.sidebar-canvas-wrapper .sidebar-canvas-container .sidebar-canvas-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px;
  border-bottom: 1px solid var(--bs-border-color);
}
.sidebar-canvas-wrapper .sidebar-canvas-container .sidebar-canvas-content {
  padding: 38px;
}
.box-author-profile {
  border-radius: 8px;
  border: 1px solid var(--bs-border-color);
  padding: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 48px;
  width: 100%;
}
.title-contactus,
.title-eventsdate,
.title-quicklinks,
.title-savedplaces {
  padding: 0 0 0 32px;
  margin-bottom: 32px;
}
.close-canvas {
  height: 42px;
  width: 42px;
  border-radius: 4px;
  line-height: 42px;
  background-color: var(--bs-brand-secondary);
  text-align: center;
}
.title-quicklinks {
  background: url(../imgs/quick-link.svg) left center no-repeat;
}
.title-eventsdate {
  background: url(../imgs/events.svg) left center no-repeat;
}
.title-savedplaces {
  background: url(../imgs/saved-place.svg) left center no-repeat;
}
.title-contactus {
  background: url(../imgs/contact.svg) left center no-repeat;
}
.box-list-quicklinks {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 -13px 48px;
}
.box-list-quicklinks .item-quicklinks {
  width: 50%;
  margin-bottom: 16px;
  padding: 0 13px;
  display: flex;
  align-items: center;
}
.contact-info .address-2,
.contact-info .email-2,
.contact-info .hour-work-2 {
  padding: 0 0 0 23px;
  margin-bottom: 19px;
  color: var(--bs-neutral-400);
}
.box-list-quicklinks .item-quicklinks .item-icon {
  height: 58px;
  width: 58px;
  line-height: 54px;
  min-width: 58px;
  text-align: center;
  border: 1px solid var(--bs-neutral-200);
  border-radius: 8px;
  background-color: var(--bs-neutral-100);
  margin-right: 16px;
}
.box-list-quicklinks .item-quicklinks .item-info .online {
  padding: 0 0 0 15px;
  background: url(../imgs/online.svg) left center no-repeat;
}
.box-list-quicklinks .item-quicklinks .item-info .resolved {
  padding: 0 0 0 15px;
  background: url(../imgs/resolved.svg) left center no-repeat;
}
.box-contactus,
.box-eventsdate,
.box-savedplaces {
  margin-bottom: 48px;
}
.contact-info .address-2 {
  background: url(../imgs/address2.svg) left top 4px no-repeat;
}
.contact-info .hour-work-2 {
  background: url(../imgs/hour-work2.svg) left top 5px no-repeat;
}
.contact-info .email-2 {
  background: url(../imgs/mail2.svg) left top 5px no-repeat;
}
#calendar-events {
  background-color: var(--bs-neutral-100);
  border-radius: 16px;
  border: 1px solid var(--bs-border-color);
  padding: 31px;
}
.burger-icon,
.burger-icon-2 {
  width: 42px;
  height: 42px;
  border-radius: 4px;
  z-index: 999999;
  cursor: pointer;
}
#calendar-events .datepicker-inline .table-condensed tbody tr td {
  vertical-align: middle;
  font-size: 16px;
  line-height: 40px;
  height: 40px;
  font-weight: 500;
  color: var(--bs-neutral-1000);
}
#calendar-events .datepicker-inline .table-condensed tbody tr td.day.active {
  background-color: var(--bs-brand-secondary);
  border-color: var(--bs-brand-secondary);
  background-image: none;
  color: var(--bs-neutral-1000);
}
.burger-icon-2 {
  position: relative;
  -webkit-transition: 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  top: auto;
  right: auto;
  display: block;
  background-color: var(--bs-brand-secondary);
  line-height: 40px;
  text-align: center;
}
.burger-icon {
  position: absolute;
  background-color: var(--bs-neutral-100);
  -webkit-transition: 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  top: 0;
  right: 0;
  display: none;
}
.burger-icon > span {
  display: block;
  position: absolute;
  left: 8px;
  width: 24px;
  height: 1px;
}
.burger-icon > span.burger-icon-top {
  top: 14px;
}
.burger-icon > span.burger-icon-bottom {
  bottom: 14px;
}
.burger-icon > span.burger-icon-mid {
  top: 20px;
}
.burger-icon.burger-close > span.burger-icon-top {
  display: none;
  opacity: 0;
}
.burger-icon.burger-close > span.burger-icon-mid {
  top: 20px;
  transform: rotate(45deg);
}
.burger-icon.burger-close > span.burger-icon-bottom {
  bottom: 21px;
  transform: rotate(-45deg);
}
.burger-icon > span::after,
.burger-icon > span::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #333;
}
.mobile-search form {
  background-color: var(--bs-neutral-100);
  border-radius: 8px;
  height: 44px;
  padding: 8px 15px 11px 30px;
  position: relative;
}
.mobile-search form input {
  border: 0;
  width: 100%;
  height: auto;
}
.mobile-search form i {
  position: absolute;
  left: 18px;
  top: 14px;
  font-size: 18px;
  color: var(--bs-neutral-700);
}
.mobile-social-icon h6 {
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 30px;
}
.mobile-social-icon a {
  text-align: center;
  font-size: 14px;
  margin-right: 5px;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  height: 30px;
  width: 30px;
  display: inline-flex;
  background: #efeaff;
  border-radius: 30px;
  line-height: 1;
  align-content: center;
  justify-content: center;
}
.mobile-social-icon a img {
  max-width: 18px;
}
.mobile-social-icon a img:hover {
  opacity: 0.8;
}
.mobile-social-icon a:hover {
  transform: translateY(-2px);
  transition-duration: 0.5s;
  margin-top: -2px;
}
.box-list-brand-car .item-brand:last-child,
.image-bottom-how img:last-child,
.mobile-social-icon a:last-child,
a.icon-socials:last-child {
  margin-right: 0;
}
.mobile-account {
  margin: 15px 0;
  padding: 30px 0 20px;
  border-top: thin solid #ececec;
}
.mobile-account .mobile-menu {
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
}
.mobile-account h6 {
  font-weight: 600;
  font-size: 18px;
}
.mobile-account ul li {
  padding: 13px 0;
}
.mobile-account ul li a {
  font-size: 15px;
  line-height: 1;
  text-transform: capitalize;
  font-weight: 500;
  position: relative;
  display: inline-block;
  color: var(--bs-neutral-800);
  transition-duration: 0.2s;
}
.mobile-account ul li:hover a {
  padding-left: 3px;
  transition-duration: 0.2s;
  color: var(--bs-warning);
}
.sidebar-title {
  border-bottom: thin solid #ececec;
  font-weight: 600;
  margin-bottom: 30px;
  padding-bottom: 10px;
}
.search-form form input {
  border: 1px solid #ececec;
  border-radius: 10px;
  height: 64px;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding-left: 20px;
  font-size: 16px;
  width: 100%;
}
.search-form form button {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  border: none;
  font-size: 20px;
  height: 100%;
  padding: 0 24px;
  color: #242424;
}
.footer-1 {
  width: 30%;
}
.footer-2,
.footer-3,
.footer-4,
.footer-5 {
  width: 17.5%;
}
.footer {
  background-color: var(--bs-background-1000);
  padding: 40px 0 0;
}
.footer h6 {
  margin-bottom: 16px;
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
}
.footer .menu-footer {
  display: inline-block;
}
.footer .menu-footer li {
  list-style: none;
  margin-bottom: 18px;
}
.footer .menu-bottom-footer li:last-child,
.footer .menu-footer li:last-child {
  padding-right: 0;
}
.footer .menu-footer li a {
  color: var(--bs-neutral-400);
  font-size: 16px;
  text-decoration: none;
  transition-duration: 0.2s;
  line-height: 26px;
}
.footer .menu-footer li a:hover {
  color: #ffc700;
  transition-duration: 0.2s;
}
.footer .menu-bottom-footer li a,
.footer .menu-bottom-footer li a:hover {
  color: var(--bs-neutral-0);
  transition-duration: 0.2s;
}
.footer .menu-bottom-footer {
  display: inline-block;
  width: 100%;
}
.footer .menu-bottom-footer li {
  list-style: none;
  margin-bottom: 0;
  display: inline-block;
  padding: 0 20px;
}
.footer .menu-bottom-footer li a {
  font-size: 14px;
  text-decoration: none;
}
.footer .footer-bottom {
  padding: 30px 0 10px;
  color: var(--bs-neutral-700);
  font-size: 14px;
  border-top: 1px solid rgba(87, 86, 86, 0.4901960784);
}
.footer .footer-bottom strong {
  color: var(--bs-brand-1);
  font-weight: 700;
}
.footer .footer-bottom a {
  text-decoration: none;
}
.footer.footer-type-3 {
  background-color: var(--bs-neutral-0);
  background-image: url(../imgs/bg-footer.webp);
  background-position: bottom center;
  background-size: contain;
  background-repeat: no-repeat;
  padding-bottom: 170px;
}
.footer.footer-white .form-newsletter .form-control {
  background-color: var(--bs-neutral-0);
  background-image: url(../imgs/email.png);
}
.footer.footer-white .footer-bottom {
  border-top-color: rgba(87, 86, 86, 0.4901960784);
}
.footer.footer-white a.icon-socials {
  background-color: var(--bs-neutral-0);
  border: 1px solid var(--bs-neutral-600);
}
.footer.footer-type-6 {
  padding-top: 82px;
}
.footer.footer-type-6 .footer-bottom {
  border-top: 0;
  margin-top: 15px !important;
}
.box-footer-col-3 {
  display: flex;
  align-items: center;
  border: 1px solid #313131;
  border-radius: 32px;
  margin-top: 25px;
}
.box-footer-col-3 .footer-col-1,
.box-footer-col-3 .footer-col-2 {
  width: 33.33%;
  padding: 45px;
  position: relative;
}
.box-footer-col-3 .footer-col-1::before {
  content: "";
  position: absolute;
  top: -2px;
  bottom: -3px;
  width: 1px;
  z-index: 12;
  right: 0;
  border-right: 1px solid #313131;
}
.box-footer-col-3 .footer-col-2::before {
  content: "";
  position: absolute;
  top: -3px;
  bottom: -4px;
  width: 1px;
  z-index: 12;
  right: 0;
  border-right: 1px solid #313131;
}
.box-footer-col-3 .footer-col-3 {
  width: 33.33%;
  padding: 45px;
}
.dark .form-newsletter .form-control {
  background-color: var(--bs-neutral-1000) !important;
  background-image: url(../imgs/email.svg) !important;
  border-color: #313131;
}
.icon-address {
  padding: 0 0 0 25px;
  background: url(../imgs/address.svg) left top 10px no-repeat;
}
.icon-worktime {
  padding: 0 0 0 25px;
  background: url(../imgs/hour-work.svg) left top 10px no-repeat;
}
.icon-email {
  padding: 0 0 0 25px;
  background: url(../imgs/mail.svg) left top 10px no-repeat;
}
.footer-top {
  border-bottom: 1px solid rgba(87, 86, 86, 0.4901960784);
  padding-bottom: 35px;
  margin-bottom: 49px;
}
.bg-footer {
  height: 130px;
  width: 100%;
  background: url(../imgs/bg-footer.png) bottom center/contain no-repeat;
  background-color: var(--bs-background-body);
  padding-top: 0;
}
.need-help {
  background: url(../imgs/phone.svg) left center no-repeat;
  display: inline-block;
  padding: 0 19px 0 35px;
}
.accordion-button h3,
.accordion-button p,
.box-author-testimonials,
.category-link,
.footer-type-3 h6 {
  color: var(--bs-neutral-1000);
}
a.icon-socials {
  display: inline-block;
  height: 43px;
  width: 43px;
  border-radius: 50%;
  background-color: var(--bs-neutral-1000);
  transition-duration: 0.2s;
  margin-right: 7px;
  line-height: 39px;
  text-align: center;
  border: 1px solid var(--bs-neutral-600);
}
a.icon-socials img {
  vertical-align: middle;
}
a.icon-socials svg {
  fill: var(--bs-neutral-0);
}
a.icon-socials:hover {
  transform: translateY(-3px);
  transition-duration: 0.2s;
}
a.icon-socials:hover svg {
  fill: #fefa17;
}
.title-follow {
  margin-top: 28px;
  margin-bottom: 12px;
}
.block-socials-footer .box-socials-footer {
  margin-top: 8px;
}
.block-socials-footer a.icon-socials {
  background-color: var(--bs-neutral-100);
  border-color: var(--bs-border-color);
}
.block-socials-footer a.icon-socials:hover svg {
  fill: var(--bs-warning);
}
.footer-type-3 {
  border-top: 1px solid var(--bs-border-color);
  padding-top: 70px;
}
.footer-type-3 h6 {
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
}
.footer-type-3 .form-newsletter {
  border: 1px solid var(--bs-border-color);
  border-radius: 60px;
  position: relative;
  margin-bottom: 17px;
  background-color: var(--bs-neutral-0);
}
.footer-type-3 .form-newsletter .btn-brand-secondary {
  background-color: var(--bs-button-bg);
  color: var(--bs-color-white) !important;
}
.footer-type-3 .form-newsletter .form-control {
  background-color: var(--bs-neutral-0);
  background-image: url(../imgs/email.png);
  border: 0;
}
.footer-type-3 .btn.btn-payment {
  height: 28px;
  line-height: 24px;
  margin-right: 6px;
  padding: 0 5px;
}
.footer-type-3 .btn.btn-payment img {
  max-height: 12px;
}
.footer-type-3 .payment-method {
  max-width: 270px;
}
.footer-type-3 .payment-method .btn {
  min-width: auto;
  width: 100%;
}
.footer-type-3 .menu-bottom-footer li {
  padding: 0 10px;
}
.footer-type-3 .menu-bottom-footer li a {
  color: var(--bs-neutral-500);
  font-size: 12px;
  line-height: 18px;
}
.container-footer {
  padding: 42px 60px 0;
}
.ptb-30,
.section-padding-30 {
  padding: 30px 0;
}
.box-payments,
.ptb-50,
.section-padding-50 {
  padding: 50px 0;
}
.box-top-category,
.ptb-60,
.section-padding,
.section-padding-60 {
  padding: 60px 0;
}
.ptb-10 {
  padding: 10px 0;
}
.ptb-20 {
  padding: 20px 0;
}
.ptb-35 {
  padding: 35px 0;
}
.ptb-32 {
  padding: 32px 0;
}
.ptb-40 {
  padding: 40px 0;
}
.ptb-70 {
  padding: 70px 0;
}
.ptb-80 {
  padding: 80px 0;
}
.box-best-places,
.box-contact-form,
.box-nearby,
.box-posts-grid-2,
.box-why-book-travila-5,
.ptb-90 {
  padding: 90px 0;
}
.box-explore,
.box-why-book-travila,
.ptb-100 {
  padding: 100px 0;
}
.ptb-110 {
  padding: 110px 0;
}
.ptb-120 {
  padding: 120px 0;
}
.ptb-130 {
  padding: 130px 0;
}
.ptb-140 {
  padding: 140px 0;
}
.ptb-150 {
  padding: 150px 0;
}
.ptb-160 {
  padding: 160px 0;
}
.ptb-170 {
  padding: 170px 0;
}
.ptb-177 {
  padding: 177px 0;
}
.ptb-180 {
  padding: 180px 0;
}
.ptb-190 {
  padding: 190px 0;
}
.ptb-200 {
  padding: 200px 0;
}
.ptb-210 {
  padding: 210px 0;
}
.ptb-220 {
  padding: 220px 0;
}
.ptb-290 {
  padding: 290px 0;
}
.ptb-310 {
  padding: 310px 0;
}
.p-10 {
  padding: 10px !important;
}
.p-15 {
  padding: 15px !important;
}
.p-20 {
  padding: 20px !important;
}
.p-25 {
  padding: 25px !important;
}
.p-30 {
  padding: 30px !important;
}
.p-40 {
  padding: 40px !important;
}
.p-65 {
  padding: 65px !important;
}
.pt-5 {
  padding-top: 5px !important;
}
.pt-10 {
  padding-top: 10px !important;
}
.pt-15 {
  padding-top: 15px !important;
}
.pt-20 {
  padding-top: 20px !important;
}
.pt-25 {
  padding-top: 25px !important;
}
.pt-30 {
  padding-top: 30px !important;
}
.pt-35 {
  padding-top: 35px !important;
}
.pt-40 {
  padding-top: 40px !important;
}
.pt-45 {
  padding-top: 45px !important;
}
.pt-50 {
  padding-top: 50px !important;
}
.pt-55 {
  padding-top: 55px !important;
}
.pt-60 {
  padding-top: 60px !important;
}
.pt-65 {
  padding-top: 65px !important;
}
.pt-70 {
  padding-top: 70px !important;
}
.pt-75 {
  padding-top: 75px !important;
}
.pt-80 {
  padding-top: 80px !important;
}
.pt-85 {
  padding-top: 85px !important;
}
.pt-90 {
  padding-top: 90px !important;
}
.pt-95 {
  padding-top: 95px !important;
}
.pt-100 {
  padding-top: 100px !important;
}
.pt-105 {
  padding-top: 105px !important;
}
.pt-110 {
  padding-top: 110px !important;
}
.pt-115 {
  padding-top: 115px !important;
}
.pt-120 {
  padding-top: 120px !important;
}
.pt-125 {
  padding-top: 125px !important;
}
.pt-130 {
  padding-top: 130px !important;
}
.pt-135 {
  padding-top: 135px !important;
}
.pt-140 {
  padding-top: 140px !important;
}
.pt-145 {
  padding-top: 145px !important;
}
.pt-150 {
  padding-top: 150px !important;
}
.pt-155 {
  padding-top: 155px !important;
}
.pt-160 {
  padding-top: 160px !important;
}
.pt-165 {
  padding-top: 165px !important;
}
.pt-170 {
  padding-top: 170px !important;
}
.pt-175 {
  padding-top: 175px !important;
}
.pt-180 {
  padding-top: 180px !important;
}
.pt-185 {
  padding-top: 185px !important;
}
.pt-190 {
  padding-top: 190px !important;
}
.pt-195 {
  padding-top: 195px !important;
}
.pt-200 {
  padding-top: 200px !important;
}
.pt-260 {
  padding-top: 260px !important;
}
.pb-5 {
  padding-bottom: 5px !important;
}
.pb-10 {
  padding-bottom: 10px !important;
}
.pb-15 {
  padding-bottom: 15px !important;
}
.pb-20 {
  padding-bottom: 20px !important;
}
.pb-25 {
  padding-bottom: 25px !important;
}
.pb-30 {
  padding-bottom: 30px !important;
}
.pb-35 {
  padding-bottom: 35px !important;
}
.pb-40 {
  padding-bottom: 40px !important;
}
.pb-45 {
  padding-bottom: 45px !important;
}
.pb-50 {
  padding-bottom: 50px !important;
}
.pb-55 {
  padding-bottom: 55px !important;
}
.pb-60 {
  padding-bottom: 60px !important;
}
.pb-65 {
  padding-bottom: 65px !important;
}
.pb-70 {
  padding-bottom: 70px !important;
}
.pb-75 {
  padding-bottom: 75px !important;
}
.pb-80 {
  padding-bottom: 80px !important;
}
.pb-85 {
  padding-bottom: 85px !important;
}
.pb-90 {
  padding-bottom: 90px !important;
}
.pb-95 {
  padding-bottom: 95px !important;
}
.pb-100 {
  padding-bottom: 100px !important;
}
.pb-105 {
  padding-bottom: 105px !important;
}
.pb-110 {
  padding-bottom: 110px !important;
}
.pb-115 {
  padding-bottom: 115px !important;
}
.pb-120 {
  padding-bottom: 120px !important;
}
.pb-125 {
  padding-bottom: 125px !important;
}
.pb-130 {
  padding-bottom: 130px !important;
}
.pb-135 {
  padding-bottom: 135px !important;
}
.pb-140 {
  padding-bottom: 140px !important;
}
.pb-145 {
  padding-bottom: 145px !important;
}
.pb-150 {
  padding-bottom: 150px !important;
}
.pb-155 {
  padding-bottom: 155px !important;
}
.pb-160 {
  padding-bottom: 160px !important;
}
.pb-165 {
  padding-bottom: 165px !important;
}
.pb-170 {
  padding-bottom: 170px !important;
}
.pb-175 {
  padding-bottom: 175px !important;
}
.pb-180 {
  padding-bottom: 180px !important;
}
.pb-185 {
  padding-bottom: 185px !important;
}
.pb-190 {
  padding-bottom: 190px !important;
}
.pb-195 {
  padding-bottom: 195px !important;
}
.pb-200 {
  padding-bottom: 200px !important;
}
.pl-0 {
  padding-left: 0 !important;
}
.pl-5 {
  padding-left: 5px !important;
}
.pl-10 {
  padding-left: 10px !important;
}
.pl-15 {
  padding-left: 15px !important;
}
.pl-20 {
  padding-left: 20px !important;
}
.pl-25 {
  padding-left: 25px !important;
}
.pl-30 {
  padding-left: 30px !important;
}
.pl-35 {
  padding-left: 35px !important;
}
.pl-40 {
  padding-left: 40px !important;
}
.pl-45 {
  padding-left: 45px !important;
}
.pl-50 {
  padding-left: 50px !important;
}
.pl-55 {
  padding-left: 55px !important;
}
.pl-60 {
  padding-left: 60px !important;
}
.pl-65 {
  padding-left: 65px !important;
}
.pl-70 {
  padding-left: 70px !important;
}
.pl-75 {
  padding-left: 75px !important;
}
.pl-80 {
  padding-left: 80px !important;
}
.pl-85 {
  padding-left: 85px !important;
}
.pl-90 {
  padding-left: 90px !important;
}
.pl-95 {
  padding-left: 95px !important;
}
.pl-100 {
  padding-left: 100px !important;
}
.pl-105 {
  padding-left: 105px !important;
}
.pl-110 {
  padding-left: 110px !important;
}
.pl-115 {
  padding-left: 115px !important;
}
.pl-120 {
  padding-left: 120px !important;
}
.pl-125 {
  padding-left: 125px !important;
}
.pl-130 {
  padding-left: 130px !important;
}
.pl-135 {
  padding-left: 135px !important;
}
.pl-140 {
  padding-left: 140px !important;
}
.pl-145 {
  padding-left: 145px !important;
}
.pl-150 {
  padding-left: 150px !important;
}
.pl-155 {
  padding-left: 155px !important;
}
.pl-160 {
  padding-left: 160px !important;
}
.pl-165 {
  padding-left: 165px !important;
}
.pl-170 {
  padding-left: 170px !important;
}
.pl-175 {
  padding-left: 175px !important;
}
.pl-180 {
  padding-left: 180px !important;
}
.pl-185 {
  padding-left: 185px !important;
}
.pl-190 {
  padding-left: 190px !important;
}
.pl-195 {
  padding-left: 195px !important;
}
.pl-200 {
  padding-left: 200px !important;
}
.pr-5 {
  padding-right: 5px !important;
}
.pr-10 {
  padding-right: 10px !important;
}
.pr-15 {
  padding-right: 15px !important;
}
.pr-20 {
  padding-right: 20px !important;
}
.pr-25 {
  padding-right: 25px !important;
}
.pr-30 {
  padding-right: 30px !important;
}
.pr-35 {
  padding-right: 35px !important;
}
.pr-40 {
  padding-right: 40px !important;
}
.pr-45 {
  padding-right: 45px !important;
}
.pr-50 {
  padding-right: 50px !important;
}
.pr-55 {
  padding-right: 55px !important;
}
.pr-60 {
  padding-right: 60px !important;
}
.pr-65 {
  padding-right: 65px !important;
}
.pr-70 {
  padding-right: 70px !important;
}
.pr-75 {
  padding-right: 75px !important;
}
.pr-80 {
  padding-right: 80px !important;
}
.pr-85 {
  padding-right: 85px !important;
}
.pr-90 {
  padding-right: 90px !important;
}
.pr-95 {
  padding-right: 95px !important;
}
.pr-100 {
  padding-right: 100px !important;
}
.pr-105 {
  padding-right: 105px !important;
}
.pr-110 {
  padding-right: 110px !important;
}
.pr-115 {
  padding-right: 115px !important;
}
.pr-120 {
  padding-right: 120px !important;
}
.pr-125 {
  padding-right: 125px !important;
}
.pr-130 {
  padding-right: 130px !important;
}
.pr-135 {
  padding-right: 135px !important;
}
.pr-140 {
  padding-right: 140px !important;
}
.pr-145 {
  padding-right: 145px !important;
}
.pr-150 {
  padding-right: 150px !important;
}
.pr-155 {
  padding-right: 155px !important;
}
.pr-160 {
  padding-right: 160px !important;
}
.pr-165 {
  padding-right: 165px !important;
}
.pr-170 {
  padding-right: 170px !important;
}
.pr-175 {
  padding-right: 175px !important;
}
.pr-180 {
  padding-right: 180px !important;
}
.pr-185 {
  padding-right: 185px !important;
}
.pr-190 {
  padding-right: 190px !important;
}
.pr-195 {
  padding-right: 195px !important;
}
.pr-200 {
  padding-right: 200px !important;
}
.plr-5-percent {
  padding: 0 5%;
}
.mtb-10 {
  margin: 10px 0;
}
.mtb-15 {
  margin: 15px 0;
}
.mtb-20 {
  margin: 20px 0;
}
.mtb-30 {
  margin: 30px 0;
}
.mtb-40 {
  margin: 40px 0;
}
.mtb-50 {
  margin: 50px 0;
}
.mtb-60 {
  margin: 60px 0;
}
.mtb-70 {
  margin: 70px 0;
}
.mtb-80 {
  margin: 80px 0;
}
.mtb-90 {
  margin: 90px 0;
}
.mtb-100 {
  margin: 100px 0;
}
.mtb-110 {
  margin: 110px 0;
}
.mtb-120 {
  margin: 120px 0;
}
.mtb-130 {
  margin: 130px 0;
}
.mtb-140 {
  margin: 140px 0;
}
.mtb-150 {
  margin: 150px 0;
}
.mtb-290 {
  margin: 290px 0;
}
.image-top-how,
.mb-24 {
  margin-bottom: 24px;
}
.mt-5 {
  margin-top: 5px !important;
}
.mt-8 {
  margin-top: 8px !important;
}
.mt-10 {
  margin-top: 10px !important;
}
.mt-15 {
  margin-top: 15px !important;
}
.mt-20 {
  margin-top: 20px !important;
}
.mt-25 {
  margin-top: 25px !important;
}
.mt-30 {
  margin-top: 30px !important;
}
.mt-35 {
  margin-top: 35px !important;
}
.mt-40 {
  margin-top: 40px !important;
}
.mt-45 {
  margin-top: 45px !important;
}
.mt-50 {
  margin-top: 50px !important;
}
.mt-55 {
  margin-top: 55px !important;
}
.mt-60 {
  margin-top: 60px !important;
}
.mt-65 {
  margin-top: 65px !important;
}
.mt-70 {
  margin-top: 70px !important;
}
.mt-75 {
  margin-top: 75px !important;
}
.mt-80 {
  margin-top: 80px !important;
}
.mt-85 {
  margin-top: 85px !important;
}
.mt-90 {
  margin-top: 90px !important;
}
.mt-95 {
  margin-top: 95px !important;
}
.mt-100 {
  margin-top: 100px !important;
}
.mt-105 {
  margin-top: 105px !important;
}
.mt-110 {
  margin-top: 110px !important;
}
.mt-115 {
  margin-top: 115px !important;
}
.mt-120 {
  margin-top: 120px !important;
}
.mt-125 {
  margin-top: 125px !important;
}
.mt-130 {
  margin-top: 130px !important;
}
.mt-135 {
  margin-top: 135px !important;
}
.mt-140 {
  margin-top: 140px !important;
}
.mt-145 {
  margin-top: 145px !important;
}
.mt-150 {
  margin-top: 150px !important;
}
.mt-155 {
  margin-top: 155px !important;
}
.mt-160 {
  margin-top: 160px !important;
}
.mt-165 {
  margin-top: 165px !important;
}
.mt-170 {
  margin-top: 170px !important;
}
.mt-175 {
  margin-top: 175px !important;
}
.mt-180 {
  margin-top: 180px !important;
}
.mt-185 {
  margin-top: 185px !important;
}
.mt-190 {
  margin-top: 190px !important;
}
.mt-195 {
  margin-top: 195px !important;
}
.mt-200 {
  margin-top: 200px !important;
}
.mb-5 {
  margin-bottom: 5px !important;
}
.mb-10 {
  margin-bottom: 10px !important;
}
.mb-15 {
  margin-bottom: 15px !important;
}
.mb-20 {
  margin-bottom: 20px !important;
}
.mb-25 {
  margin-bottom: 25px !important;
}
.mb-30 {
  margin-bottom: 30px !important;
}
.mb-35 {
  margin-bottom: 35px !important;
}
.mb-40 {
  margin-bottom: 40px !important;
}
.mb-45 {
  margin-bottom: 45px !important;
}
.mb-50 {
  margin-bottom: 50px !important;
}
.mb-55 {
  margin-bottom: 55px !important;
}
.mb-60 {
  margin-bottom: 60px !important;
}
.mb-65 {
  margin-bottom: 65px !important;
}
.mb-70 {
  margin-bottom: 70px !important;
}
.mb-75 {
  margin-bottom: 75px !important;
}
.mb-80 {
  margin-bottom: 80px !important;
}
.mb-85 {
  margin-bottom: 85px !important;
}
.mb-90 {
  margin-bottom: 90px !important;
}
.mb-95 {
  margin-bottom: 95px !important;
}
.mb-100 {
  margin-bottom: 100px !important;
}
.mb-105 {
  margin-bottom: 105px !important;
}
.mb-110 {
  margin-bottom: 110px !important;
}
.mb-115 {
  margin-bottom: 115px !important;
}
.mb-120 {
  margin-bottom: 120px !important;
}
.mb-125 {
  margin-bottom: 125px !important;
}
.mb-130 {
  margin-bottom: 130px !important;
}
.mb-135 {
  margin-bottom: 135px !important;
}
.mb-140 {
  margin-bottom: 140px !important;
}
.mb-145 {
  margin-bottom: 145px !important;
}
.mb-150 {
  margin-bottom: 150px !important;
}
.mb-155 {
  margin-bottom: 155px !important;
}
.mb-160 {
  margin-bottom: 160px !important;
}
.mb-165 {
  margin-bottom: 165px !important;
}
.mb-170 {
  margin-bottom: 170px !important;
}
.mb-175 {
  margin-bottom: 175px !important;
}
.mb-180 {
  margin-bottom: 180px !important;
}
.mb-185 {
  margin-bottom: 185px !important;
}
.mb-190 {
  margin-bottom: 190px !important;
}
.mb-195 {
  margin-bottom: 195px !important;
}
.mb-200 {
  margin-bottom: 200px !important;
}
.ml-0 {
  margin-left: 0 !important;
}
.ml-5 {
  margin-left: 5px !important;
}
.ml-10 {
  margin-left: 10px !important;
}
.ml-15 {
  margin-left: 15px !important;
}
.ml-20 {
  margin-left: 20px !important;
}
.ml-25 {
  margin-left: 25px !important;
}
.ml-30 {
  margin-left: 30px !important;
}
.ml-35 {
  margin-left: 35px !important;
}
.ml-40 {
  margin-left: 40px !important;
}
.ml-45 {
  margin-left: 45px !important;
}
.ml-50 {
  margin-left: 50px !important;
}
.ml-55 {
  margin-left: 55px !important;
}
.ml-60 {
  margin-left: 60px !important;
}
.ml-65 {
  margin-left: 65px !important;
}
.ml-70 {
  margin-left: 70px !important;
}
.ml-75 {
  margin-left: 75px !important;
}
.ml-80 {
  margin-left: 80px !important;
}
.ml-85 {
  margin-left: 85px !important;
}
.ml-90 {
  margin-left: 90px !important;
}
.ml-95 {
  margin-left: 95px !important;
}
.ml-100 {
  margin-left: 100px !important;
}
.ml-105 {
  margin-left: 105px !important;
}
.ml-110 {
  margin-left: 110px !important;
}
.ml-115 {
  margin-left: 115px !important;
}
.ml-120 {
  margin-left: 120px !important;
}
.ml-125 {
  margin-left: 125px !important;
}
.ml-130 {
  margin-left: 130px !important;
}
.ml-135 {
  margin-left: 135px !important;
}
.ml-140 {
  margin-left: 140px !important;
}
.ml-145 {
  margin-left: 145px !important;
}
.ml-150 {
  margin-left: 150px !important;
}
.ml-155 {
  margin-left: 155px !important;
}
.ml-160 {
  margin-left: 160px !important;
}
.ml-165 {
  margin-left: 165px !important;
}
.ml-170 {
  margin-left: 170px !important;
}
.ml-175 {
  margin-left: 175px !important;
}
.ml-180 {
  margin-left: 180px !important;
}
.ml-185 {
  margin-left: 185px !important;
}
.ml-190 {
  margin-left: 190px !important;
}
.ml-195 {
  margin-left: 195px !important;
}
.ml-200 {
  margin-left: 200px !important;
}
.mr-0 {
  margin-right: 0 !important;
}
.mr-5 {
  margin-right: 5px !important;
}
.mr-10 {
  margin-right: 10px !important;
}
.mr-15 {
  margin-right: 15px !important;
}
.mr-20 {
  margin-right: 20px !important;
}
.mr-25 {
  margin-right: 25px !important;
}
.mr-30 {
  margin-right: 30px !important;
}
.mr-35 {
  margin-right: 35px !important;
}
.mr-40 {
  margin-right: 40px !important;
}
.mr-45 {
  margin-right: 45px !important;
}
.mr-50 {
  margin-right: 50px !important;
}
.mr-55 {
  margin-right: 55px !important;
}
.mr-60 {
  margin-right: 60px !important;
}
.mr-65 {
  margin-right: 65px !important;
}
.mr-70 {
  margin-right: 70px !important;
}
.mr-75 {
  margin-right: 75px !important;
}
.mr-80 {
  margin-right: 80px !important;
}
.mr-85 {
  margin-right: 85px !important;
}
.mr-90 {
  margin-right: 90px !important;
}
.mr-95 {
  margin-right: 95px !important;
}
.mr-100 {
  margin-right: 100px !important;
}
.mr-105 {
  margin-right: 105px !important;
}
.mr-110 {
  margin-right: 110px !important;
}
.mr-115 {
  margin-right: 115px !important;
}
.mr-120 {
  margin-right: 120px !important;
}
.mr-125 {
  margin-right: 125px !important;
}
.mr-130 {
  margin-right: 130px !important;
}
.mr-135 {
  margin-right: 135px !important;
}
.mr-140 {
  margin-right: 140px !important;
}
.mr-145 {
  margin-right: 145px !important;
}
.mr-150 {
  margin-right: 150px !important;
}
.mr-155 {
  margin-right: 155px !important;
}
.mr-160 {
  margin-right: 160px !important;
}
.mr-165 {
  margin-right: 165px !important;
}
.mr-170 {
  margin-right: 170px !important;
}
.mr-175 {
  margin-right: 175px !important;
}
.mr-180 {
  margin-right: 180px !important;
}
.mr-185 {
  margin-right: 185px !important;
}
.mr-190 {
  margin-right: 190px !important;
}
.mr-195 {
  margin-right: 195px !important;
}
.mr-200 {
  margin-right: 200px !important;
}
.text-unlock {
  margin-right: 32px;
  display: inline-block;
  padding: 2px 0 2px 20px;
}
.box-filter-search {
  padding-top: 24px;
  border-bottom: 1px solid var(--bs-neutral-200);
  padding-bottom: 30px;
}
.box-flights,
.box-why-choose-us {
  border-bottom: 1px solid var(--bs-border-color);
}
.category-link {
  display: inline-block;
  padding: 8px 18px;
  border-radius: 50px;
  margin: 0 4px 0 0;
}
.category-link.active,
.category-link:hover {
  background-color: var(--bs-neutral-1000);
  color: var(--bs-neutral-0);
}
.block-filter-search {
  border-radius: 50px;
  border: 1px solid var(--bs-border-color);
  overflow: hidden;
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}
.block-filter-search .filter-left,
.block-testimonials .testimonials-right {
  width: 60%;
}
.block-filter-search .filter-right {
  width: 40%;
  text-align: center;
}
.block-filter-search .form-control {
  background-color: var(--bs-neutral-100);
  border-radius: 0;
  border: 0;
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
  height: 75px;
  padding: 15px 15px 15px 69px;
  background-image: url(../imgs/search.svg);
  background-repeat: no-repeat;
  background-position: left 29px center;
}
.block-filter-search .form-control::placeholder {
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
  color: var(--bs-neutral-500);
}
.left-dropdown-filter .btn {
  margin: 8px 8px 8px 0;
}
.swiper-button-next-style-1,
.swiper-button-prev-style-1 {
  height: 40px;
  width: 40px;
  line-height: 38px;
  text-align: center;
  border-radius: 50%;
  background-color: var(--bs-neutral-200);
}
.box-button-slider-team {
  text-align: right;
}
.box-button-slider-team .swiper-button-prev-style-1 {
  position: relative;
  left: auto;
  top: auto;
      height: 36px;
    width: 36px;

  right: auto;
  margin: 0 4px 0 0;
  display: inline-block;
}
.box-button-slider-team .swiper-button-next-style-1 {
  position: relative;
  left: auto;
      height: 36px;
    width: 36px;

  right: auto;
  top: auto;
  margin: 0;
  display: inline-block;
}
.swiper-group-journey {
  padding-bottom: 40px;
  padding-top: 20px;
}
.swiper-group-journey .swiper-slide {
  width: auto;
}
.container-slider {
  padding-left: 30px;
}
.list-ticks-green,
.popular-categories {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.popular-categories .dropdown-filter {
  margin-left: 8px;
  margin-bottom: 8px;
}
.box-top-rated {
  padding: 0 0 50px;
}
.title-why {
  margin-top: 8px;
  margin-bottom: 24px;
}
.download-apps {
  margin-top: 64px;
}
.box-category .container-slider {
  padding-left: 40px;
}
.box-left-payment {
  padding-left: 110px;
}
.box-testimonials {
  padding: 45px 0 79px;
  background-color: var(--bs-background-2);
}
.block-testimonials {
  display: flex;
  align-items: center;
  overflow: hidden;
  padding-top: 0;
}
.block-testimonials .testimonials-left {
  max-width: 688px;
  width: 40%;
  margin-right: 80px;
  position: relative;
}
.block-testimonials .testimonials-left::before {
  content: "";
  position: absolute;
  top: -100px;
  right: -100px;
  width: 264px;
  height: 140px;
  background: url(../imgs/plane.png) center/cover no-repeat;
  z-index: 1;
}
.box-news {
  padding: 91px 0 110px;
}
.box-list-news {
  margin-top: 54px;
}
.box-why-choose-us {
  padding-bottom: 70px;
  padding-top: 110px;
}
.box-flights {
  padding-top: 90px;
  padding-bottom: 51px;
}
.box-category {
  padding-top: 51px;
}
.box-author-testimonials {
  display: inline-block;
  padding: 10px 12px;
  border-radius: 50px;
  background-color: var(--bs-neutral-0);
  font-size: 14px;
  line-height: 22px;
  font-weight: 700;
  display: flex;
  align-items: center;
  width: fit-content;
  z-index: 123;
  position: relative;
  border: 1px solid var(--bs-border-color);
}
.box-author-testimonials img {
  border: 1px solid var(--bs-neutral-0);
  border-radius: 50%;
  height: 26px;
  width: 26px;
  margin-right: -13px;
}
.box-author-testimonials img:last-child,
.download-apps img {
  margin-right: 8px;
}
#dropdownSort {
  padding-right: 40px;
  background: url(../imgs/sort.svg) right 16px center no-repeat;
}
.box-your-journey {
  padding: 43px 0 0;
}
.box-list-populars {
  margin-top: 25px;
}
.payment-method {
  max-width: 475px;
}
.payment-method .btn {
  margin-bottom: 10px;
  min-width: 111px;
}

.banner-main .banner-image .container {
  padding-top: 90px;
  padding-right: 250px;
}
.slick-next,
.slick-prev {
  position: absolute;
  top: auto;
  bottom: 163px;
  transform: translateY(-50%);
  left: 15px;
  z-index: 123;
  height: 40px;
  width: 40px;
  border: 0;
  border-radius: 50%;
  background-color: var(--bs-neutral-200);
}
.slick-next svg,
.slick-prev svg {
  stroke: #002165;
}
.slick-next:hover,
.slick-prev:hover {
  background-color: #002165;
}
.slick-next {
  right: auto;
  left: 60px;
}
.slider-thumnail {
  top: 60px;
  position: absolute;
  width: 247px;
  z-index: 110;
  right: 0;
}
.slider-nav-thumbnails .banner-slide {
  margin-bottom: 16px;
  border: 3px solid var(--bs-neutral-0);
  border-radius: 16px;
  overflow: hidden;
}
.slider-nav-thumbnails .banner-slide.slick-current {
  border-color: var(--bs-brand-secondary);
}
.box-search-advance {
  border: 1px solid var(--bs-border-color);
  border-radius: 16px;
  background-color: var(--bs-neutral-0);
  padding: 28px;
  position: relative;
  top: -100px;
  z-index: 12;
  margin-bottom: -50px;
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.05);
}
.item-support,
.sidebar-area,
.text-phone {
  box-shadow: 0 6px 22px 0 rgba(0, 0, 0, 0.09);
}
.box-search-advance .box-bottom-search {
  border: 1px solid var(--bs-border-color);
  border-radius: 16px;
  background-color: var(--bs-neutral-0);
  padding: 21px 0;
  margin-top: 28px;
  display: flex;
  align-items: flex-end;
}
.box-search-advance .box-bottom-search .item-search {
  width: 26%;
  position: relative;
  padding: 0 12px;
}
.box-search-advance .box-bottom-search .item-search::before {
  content: "";
  height: 58px;
  right: 10px;
  width: 1px;
  background-color: var(--bs-border-color);
  position: absolute;
  top: 1px;
}
.box-search-advance .box-bottom-search .btn-black-lg {
  padding: 10px 32px !important;
}
.box-search-advance .box-bottom-search .btn-black-lg svg {
  margin: 0 10px 0 0;
}
.need-some-help {
  font-size: 14px;
  line-height: 22px;
  font-weight: 500;
  color: var(--bs-neutral-500);
  display: inline-block;
  padding: 0 0 0 20px;
}
.calendar-search,
.location-search,
.passenger-search {
  padding-left: 22px !important;
}
.location-search {
  background: url(../imgs/location.svg) left center no-repeat;
}
.calendar-search {
  background: url(../imgs/calendar.svg) left center no-repeat;
}
.passenger-search {
  background: url(../imgs/user.svg) left center no-repeat;
}
.box-payment-style-2 {
  border-radius: 16px;
  background-color: var(--bs-background-4);
  padding: 52px;
}
.box-image-payment-2 img {
  border-radius: 56px;
}
.box-list-brand-car .item-brand {
  padding: 15px 25px;
  background-color: var(--bs-neutral-0);
  border-radius: 16px;
  margin-right: 24px;
  margin-bottom: 24px;
}
.box-list-brand-car .item-brand img {
  display: block;
  max-height: 28px;
}
.box-recent-lauched-car {
  background-color: var(--bs-background-2);
  padding: 89px 0 112px;
}
.mb-16 {
  margin-bottom: 16px !important;
}
.box-search-category {
  margin-top: 35px;
}
.box-list-brand-car {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 64px;
}
.box-why-travel-us {
  padding: 30px 0 100px;
}
.form-newsletter {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  max-width: 505px;
  width: 100%;
}
.form-newsletter .form-control {
  border-radius: 100px;
  border: 1px solid var(--bs-neutral-500);
  background-color: var(--bs-background-1000);
  color: var(--bs-neutral-500);
  padding: 19px 24px 19px 50px;
  height: 60px;
  width: 100%;
  max-width: 360px;
  margin-right: 8px;
  background-image: url(../imgs/email.svg);
  background-repeat: no-repeat;
  background-position: left 24px center;
}
.form-newsletter .form-control::placeholder {
  color: var(--bs-neutral-500);
}
.form-newsletter .btn-brand-secondary {
  height: 60px;
  color: var(--bs-background-1000);
}
.box-list-featured {
  margin-top: 26px;
}
.list-disc {
  list-style: disc;
  padding-left: 20px;
  margin-left: 0;
}
.box-flights-type-2 {
  padding-top: 110px;
  padding-bottom: 110px;
}
.swiper-pagination-style-1 {
  text-align: left;
  padding-left: 74px;
  bottom: 50px !important;
}
.swiper-pagination-style-1 .swiper-pagination-bullet {
  background-color: #fff;
  margin: 0 2px !important;
  opacity: 1;
}
.box-popular-destinations {
  position: relative;
  padding-top: 98px;
  padding-bottom: 60px;
}
.box-swiper-pd {
  position: relative;
  padding-left: 50px;
  padding-right: 50px;
}
.box-recommended-for-you {
  padding-top: 80px;
}
.box-numbers {
  background: url(../imgs/bg-number.webp) center/contain no-repeat #f7c002;
  padding: 60px;
}
.box-faqs,
.box-love-us-inner {
  background-position: left bottom;
}
.block-right-banner,
.box-faqs,
.box-faqs-inner,
.box-love-us-inner,
.item-banner-slide,
.list-ticks-green li {
  background-repeat: no-repeat;
}
.box-list-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
}
.box-list-numbers .item-numbers {
  width: auto;
  max-width: 244px;
  padding: 0 40px;
  position: relative;
}
.box-list-numbers .item-numbers::before {
  content: "";
  width: 1px;
  height: 60px;
  background-color: #01205e;
  position: absolute;
  top: 50%;
  margin-top: -30px;
  right: 0;
}
.box-love-us-inner {
  padding: 50px 0;
}
.box-button-faq {
  max-width: 868px;
  margin: 64px auto auto;
  text-align: center;
}
.box-button-faq .btn {
  margin-right: 12px;
  margin-left: 12px;
  margin-bottom: 24px;
}
.accordion-button {
  border-bottom: 0;
  padding: 48px 90px 48px 0;
  border: 0;
  border-bottom: 1p solid var(--bs-border-color);
  border-color: var(--bs-border-color);
  position: relative;
}
.accordion-button h3 {
  padding: 0 45px;
  min-width: 146px;
}
.accordion-button p {
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
}
.accordion-button:focus,
.list-colors li.active .box-colors .item-color {
  border-color: var(--bs-border-color);
}
.accordion-collapse {
  border: 0;
  background-color: var(--bs-neutral-100);
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
  border-bottom: 1px solid var(--bs-border-color);
}
.accordion,
.text-phone {
  background-color: var(--bs-neutral-0);
}
.accordion-collapse .accordion-body {
  padding: 0 120px 0 146px;
  text-align: justify;
  margin-bottom: 48px;
  color: var(--bs-neutral-500);
}
.accordion-button:not(.collapsed) {
  background-color: var(--bs-neutral-100);
  padding-bottom: 15px;
}
.accordion {
  overflow: hidden;
  border-radius: 16px;
  border: 1px solid var(--bs-border-color);
}
.box-faqs {
  background-image: url(../imgs/page/homepage3/bg-faq.png);
  padding-top: 90px;
  border-bottom: 1px solid var(--bs-border-color);
}
.box-faqs-inner {
  background-position: right top 90px;
}
.block-faqs {
  margin: 20px auto auto;
}
.accordion-button::after {
  background-image: url(../imgs/open-faq.png);
  transform: rotate(0);
  background-position: center;
  background-color: var(--bs-neutral-100);
  border-radius: 4px;
  width: 42px;
  height: 42px;
  top: 48px;
  right: 48px;
  position: absolute;
  z-index: 12;
}
.accordion-button:not(.collapsed)::after {
  background-image: url(../imgs/close-faq.png);
  background-color: var(--bs-neutral-1000);
}
.box-section6-home3 {
  padding: 0 0 110px;
}
.image-top-how img {
  width: 100%;
  border-radius: 16px;
  display: block;
}
.image-bottom-how img {
  display: inline-block;
  vertical-align: top;
  margin-right: 24px;
  border-radius: 16px;
}
.image-bottom-how .shape {
  position: absolute;
  left: 63%;
  bottom: 10px;
  z-index: 2;
}
.box-payments-2 {
  padding-bottom: 50px;
}
.banner-marker {
  position: absolute;
  top: 50%;
  left: 3%;
  z-index: 1;
}
.banner-plus {
  position: absolute;
  top: 30%;
  left: 5%;
  z-index: 1;
}
.banner-fly {
  position: absolute;
  top: 36%;
  left: 51%;
  z-index: 1;
}
.box-our-featured {
  padding-top: 0;
}
.box-socials-footer-cover {
  flex-wrap: wrap;
}
.box-buttons-banner {
  display: flex;
  align-items: center;
  gap: 20px;
}
.text-24-merienda {
  font-size: 24px;
  line-height: 35px;
  font-weight: 400;
}
.text-32-merienda {
  font-size: 32px;
  line-height: 46px;
  font-weight: 400;
}
.text-36-merienda {
  font-size: 36px;
  line-height: 50px;
  font-weight: 400;
}
.list-ticks-green li,
.text-phone,
.text-with-img,
a.link-black {
  font-weight: 700;
}
.text-64-medium,
.text-86-bold {
  font-family: Manrope, sans-serif;
}
.box-live-travel,
.box-logos-3 {
  padding-bottom: 110px;
}
.container-media {
  display: flex;
  align-items: center;
  overflow: hidden;
}
.container-media img {
  max-width: 100%;
  display: block;
}
.list-check-2-col {
  display: flex;
  align-items: center;
  margin: 0 -10px;
  flex-wrap: wrap;
}
.list-check-2-col li {
  width: 50%;
  padding: 0 10px 0 30px;
}
.box-right-payment {
  padding-left: 20px;
  padding-top: 30px;
}
.box-image-payment-right {
  margin-top: 50px;
}
.card-mw {
  max-width: 46%;
}
.text-phone {
  position: absolute;
  bottom: 150px;
  left: 0;
  padding: 13px 26px;
  border-radius: 31px;
  color: var(--bs-warning);
  font-size: 16px;
  line-height: 25px;
}
.box-top-search-section {
  padding: 25px 0 90px;
}
.box-swiper-padding .card-news {
  max-width: 400px;
}
.box-footer-help,
.box-join,
.box-send-message {
  display: flex;
  align-items: center;
  color: var(--bs-neutral-0);
}
.box-footer-help img,
.box-join img,
.box-send-message img {
  margin-right: 16px;
}
.list-numbers {
  display: flex;
  align-items: center;
  margin: 0 -10px;
}
.list-numbers .item-number {
  width: 100%;
  padding: 0 10px;
}
.item-banner-slide {
  min-height: 743px;
  position: relative;
  background-position: top center;
  padding: 120px 0 345px;
  background-size: cover;
}
.container-search-advance {
  position: absolute;
  bottom: 120px;
  left: 0;
  right: 0;
  z-index: 12;
}
.swiper-pagination-style-2 {
  padding-left: 0;
  bottom: auto !important;
  top: 50%;
  transform: translateY(-50%);
  right: 60px;
  width: 20px !important;
  left: auto !important;
  line-height: 16px;
  text-align: center;
}
.swiper-pagination-style-2 .swiper-pagination-bullet {
  background-color: #fff;
  margin: 0 !important;
  opacity: 1;
  width: 12px;
  height: 12px;
}
.swiper-pagination-style-2
  .swiper-pagination-bullet.swiper-pagination-bullet-active,
.swiper-pagination-style-2 .swiper-pagination-bullet:hover {
  background-color: var(--bs-brand-secondary);
  width: 18px;
  height: 18px;
}
.box-top-rated-3 {
  padding: 90px 0 10px;
}
.box-button-tabs {
  margin-top: 45px;
}
.box-button-tabs .btn {
  margin: 0 12px 12px 0;
}
.box-button-center {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 65px;
}
.box-faqs-type-2 {
  background-image: none;
}
.box-logos-4 .item-logo-payment {
  text-align: center;
}
.box-image-how {
  position: relative;
  margin-top: 35px;
}
.img-arrow {
  position: absolute;
  top: 55px;
  right: 12%;
  z-index: 12;
}
.img-dot {
  position: absolute;
  bottom: 65px;
  left: -5px;
  z-index: 12;
}
.box-image-3-col {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 -7px;
}
.box-image-3-col .img-col {
  padding: 0 7px;
  width: 33.33%;
}
.box-image-3-col .img-col img {
  display: block;
  border-radius: 56px;
  margin-bottom: 13px;
}
.box-best-car {
  padding: 59px 0 29px;
  background-color: var(--bs-background-1000);
}
.title-best-car {
  margin-top: 22px;
  margin-bottom: 22px;
}
.box-faqs-type-3 {
  border-bottom-width: 0;
}
.box-image-banner-home8 {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  max-width: 51%;
}
.block-right-banner {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  max-width: 40%;
  z-index: 12;
  width: 100%;
  background-position: top left;
  background-size: cover;
}
.bg-why,
.bg-why-2,
.image-banner-bottom,
.image-banner-top-left {
  position: absolute;
  z-index: 1;
}
.item-support {
  position: absolute;
  top: 67px;
  left: 67px;
  background-color: var(--bs-neutral-0);
  border-radius: 16px;
  border: 1px solid var(--bs-border-color);
  padding: 16px 28px;
  display: flex;
  align-items: center;
}
.item-support img {
  margin-right: 18px;
}
.image-banner-bottom {
  bottom: 0;
  left: 82px;
}
.image-banner-top-left {
  top: 80px;
  left: 120px;
}
.image-banner-top-left img {
  border-radius: 24px;
}
.box-list-why {
  max-width: 326px;
}
.box-list-why .card-why-travel {
  align-items: center;
  margin-bottom: 32px;
}
.card-margin-left {
  margin-left: 64px !important;
}
.bg-why {
  top: -55px;
  right: -55px;
}
.bg-why-2 {
  bottom: -55px;
  left: -55px;
}
.card-socials .link-social {
  border-radius: 50%;
  background-color: var(--bs-neutral-100);
  text-align: center;
  line-height: 27px;
  height: 27px;
  width: 27px;
  display: inline-block;
  margin-right: 6px;
}
.block-meet {
  padding: 105px 0 15px;
}
.box-list-tags .btn {
  margin-right: 12px;
  margin-bottom: 12px;
}
.sidebar-area {
  border: 1px solid var(--bs-border-color);
  border-radius: 8px;
  padding: 35px 31px;
}
.list-checkbox li label {
  font-size: 14px;
  line-height: 22px;
  color: var(--bs-neutral-500);
}
.list-checkbox li label input {
  height: 25px;
  width: 25px;
  float: left;
  margin: 0 12px 0 0;
}
.list-ticks-green li {
  margin-bottom: 20px;
  padding: 3px 25px 3px 36px;
  background-image: url(../imgs/page/homepage10/tick.png);
  background-position: left center;
  font-size: 14px;
  line-height: 22px;
  color: var(--bs-neutral-0);
}
.text-with-img {
  display: flex;
  align-items: center;
  font-size: 16px;
  line-height: 26px;
  color: var(--bs-neutral-0);
}
.dropdown-sort #dropdownSort,
.dropdown-sort .dropdown-toggle,
.link-see-more {
  color: var(--bs-neutral-1000);
  font-size: 12px;
  line-height: 18px;
  font-weight: 500;
}
.box-top-flights {
  padding: 90px 0 0;
}
.swiper-pagination-style-3 {
  text-align: center;
  width: 100%;
  position: relative;
  display: inline-block;
  margin: 35px 0 0;
}
.swiper-pagination-style-3 .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: var(--bs-neutral-200);
  opacity: 1;
  margin: 0 3px;
}
.box-img-test-1 {
  position: absolute;
  left: 80px;
  top: 20px;
}
.box-img-test-2 {
  position: absolute;
  right: 80px;
  top: 90px;
}
.box-img-test-3 {
  position: absolute;
  right: 0;
  bottom: 30px;
}
.box-img-test-4 {
  position: absolute;
  left: 110px;
  bottom: 20px;
}
.box-collapse,
.box-link-bottom {
  margin-bottom: 35px;
}
.list-colors li {
  margin-bottom: 12px;
  cursor: pointer;
}
.list-colors li .box-colors label {
  color: var(--bs-border-color);
  font-size: 17px;
  line-height: 24px;
  font-weight: 400;
}
.list-colors li .box-colors .item-color {
  height: 24px;
  width: 24px;
  padding: 2px;
}
.list-colors li .box-colors .item-color::before {
  height: 18px;
  width: 18px;
  top: 2px;
  left: 2px;
}
.box-value-price {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 8px;
}
.box-content-main {
  display: flex;
  margin-left: -12px;
  margin-right: -12px;
  padding: 56px 0 90px;
}
.box-content-main .content-left {
  width: 100%;
  padding: 0 12px;
  min-width: 295px;
  max-width: 295px;
}
.box-content-main .content-right {
  width: 100%;
  padding: 0 12px;
}
.box-content-main #dropdownSort {
  padding-right: 0;
  background-image: none;
}
.item-sort {
  display: flex;
  align-items: center;
  border: 1px solid var(--bs-border-color);
  border-radius: 4px;
  padding: 7px;
  margin-left: 4px;
}
.dropdown-sort {
  top: -1px;
}
.dropdown-sort #dropdownSort,
.dropdown-sort .dropdown-toggle {
  padding: 0 19px 0 0;
  background-image: url(../imgs/dropdown.svg);
  background-position: right 1px center;
  background-repeat: no-repeat;
  border: 0;
}
.box-view-type {
  min-height: 40px;
  display: flex;
  align-items: center;
}
.display-type {
  display: inline-block;
  margin-right: 10px;
}
.display-type svg {
  fill: var(--bs-neutral-500);
}
.number-found {
  display: inline-block;
  margin-left: 8px;
}
.card-journey-small .card-info .card-program .icon-duration {
  padding: 0 20px 0 22px;
  background: url(../imgs/duration.svg) left center no-repeat;
}
.card-journey-small .card-info .card-program .icon-guest {
  padding: 0 0 0 22px;
  background: url(../imgs/guest.svg) left center no-repeat;
}
.box-grid-tours .card-journey-small,
.box-list-tours .card-journey-small {
  margin-bottom: 24px;
  max-width: 100%;
}
.box-grid-tours .card-journey-small .card-info,
.box-list-tours .card-journey-small .card-info {
  padding: 28px 21px;
  border-radius: 24px;
}
.box-grid-tours .card-journey-small .card-image,
.box-list-tours .card-journey-small .card-image {
  height: 230px;
  line-height: 230px;
}
.box-see-more {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 15px;
}
.link-see-more {
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  text-decoration: none;
}
.link-see-more svg {
  margin-left: 5px;
  fill: var(--bs-neutral-1000);
}
.box-popular-posts {
  padding: 30px 0 0;
}
@media (max-width: 768px) {
  .header .main-header {
    display: flex;
  }
  #contact-popup {
    width: 100% !important;
    margin: auto;
  }
  .footer-type-3 {
    padding-bottom: 50px !important;
  }
  .category-link {
    display: inline-grid;
    padding: 8px;
    border: 1px solid;
    border-radius: 50px;
    color: var(--bs-neutral-1000);
    margin: 0 3px 13px 0;
    text-align: center;
    font-size: 10px;
  }
  .mfp-close-btn-in .mfp-close {
    color: #ffc700 !important;
    right: 0 !important;
  }
  .card-banner .card-info h4,
  .card-banner .card-info h5 {
    font-size: 20px;
    width: 45%;
    line-height: 24px;
  }
}
@media (min-width: 768px) {
  .box-list-tours.list-tours .col-xl-4 {
    flex: 0 0 auto;
    width: 100%;
  }
  .box-list-tours.list-tours .card-journey-small {
    display: flex;
    align-items: center;
  }
  .box-list-tours.list-tours .card-journey-small .card-image {
    height: 298px;
    min-width: 401px;
  }
  .box-list-tours.list-tours .card-journey-small .card-image img {
    display: block;
    width: auto;
    height: 100%;
    min-width: 100%;
    max-width: none;
    min-height: 100%;
  }
  .box-list-tours.list-tours .card-journey-small .card-info {
    padding-top: 80px;
    padding-left: 40px;
    height: 298px;
    width: 100%;
    margin-top: 0;
    margin-left: -30px;
    border-radius: 24px;
  }
  .box-list-tours.list-tours .card-journey-small .card-info .card-title a {
    font-size: 24px;
    line-height: 32px;
  }
  .box-list-tours.list-tours
    .card-journey-small
    .card-info
    .card-duration-tour {
    margin-bottom: 24px;
  }
}
.block-banner-destination {
  padding: 0 60px;
}
.block-banner-destination .box-swiper .swiper-button-prev-style-1 {
  left: 54px;
  margin-top: -20px;
}
.block-banner-destination .box-swiper .swiper-button-next-style-1 {
  right: 54px;
  margin-top: -20px;
}
.block-banner-destination .block-banner-destination-inner {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
}
.box-top-search-destination {
  padding-top: 110px;
  padding-bottom: 100px;
}
.box-buttons-destination {
  position: relative;
  padding: 72px 0 48px;
}
.box-buttons-destination .box-button-faq {
  text-align: center;
  max-width: 100%;
  margin-top: 0;
}
.map-main {
  position: relative;
  height: 100%;
}
.text-found {
  color: var(--bs-color-700);
}
.slider-nav-thumbnails-activities-detail .banner-slide {
  padding: 12px;
}
.slider-nav-thumbnails-activities-detail .banner-slide img {
  border-radius: 8px;
  display: block;
  width: 100%;
}
.slider-thumnail-activities {
  margin: 12px -12px 0;
  padding-bottom: 12px;
}
.box-banner-activities .slick-prev {
  position: absolute;
  top: 50%;
  margin-top: -25px;
  z-index: 12;
  left: 38px;
}
.box-banner-activities .slick-next {
  position: absolute;
  top: 50%;
  margin-top: -25px;
  z-index: 12;
  right: 38px;
  left: auto;
}
.container-banner-activities .box-button-abs {
  position: absolute;
  bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.container-banner-activities .box-button-abs .btn {
  margin: 0 10px 20px;
}
.container-banner-activities .box-button-abs .btn img,
.container-banner-activities .box-button-abs .btn svg {
  margin-left: 0;
  margin-right: 8px;
  fill: var(--bs-neutral-1000);
  display: inline-block;
  vertical-align: middle;
  width: auto;
  min-width: auto;
  min-height: auto;
}
.banne-activities-3 {
  display: flex;
  align-items: center;
  margin: 0 -12px;
  flex-wrap: wrap;
}
.banne-activities-3 .banner-col-1,
.banne-activities-3 .banner-col-2,
.banne-activities-3 .banner-col-3 {
  padding: 0 12px;
  width: 33.33%;
}
.banne-activities-3 .banner-col-1 img,
.banne-activities-3 .banner-col-2 img,
.banne-activities-3 .banner-col-3 img {
  border-radius: 8px;
  width: 100%;
}
.container-banner-activities .box-button-abs-right {
  justify-content: end;
  width: auto;
  right: 27px;
  left: 0;
}
.container-banner-activities .box-button-abs-right .btn-white-md {
  height: 50px;
  width: 50px;
  border-radius: 50%;
  padding: 0;
  line-height: 45px;
  text-align: center;
}
.container-banner-activities .box-button-abs-right .btn {
  margin-left: 4px;
  margin-right: 4px;
}
.box-banner-activities-detail-4 {
  position: relative;
  margin-bottom: 35px;
}
.box-banner-activities-detail-4 .container-banner-activities {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}
.box-banner-activities-detail-4
  .container-banner-activities
  .box-button-abs-right {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.box-banner-activities-detail-4
  .container-banner-activities
  .box-button-abs-right
  .btn-brand-secondary {
  position: absolute;
  bottom: 13px;
  right: 27px;
}
.box-banner-activities-detail-4
  .container-banner-activities
  .box-button-abs-right
  .btn-play {
  width: 72px;
  height: 79px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.box-slide-property {
  padding: 71px 0 47px;
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.05);
  position: relative;
}
.list-number-choose {
  display: flex;
  align-items: center;
  margin: 9px -8px 19px;
}
.list-number-choose a {
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  text-align: center;
  font-size: 16px;
  line-height: 40px;
  font-weight: 700;
  color: var(--bs-neutral-1000);
  background-color: var(--bs-button-bg-2);
  margin: 0 4px;
}
.input-calendar label,
a.link-black {
  font-size: 16px;
  line-height: 26px;
  color: var(--bs-neutral-1000);
}
a.link-black svg {
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
  stroke: var(--bs-neutral-1000);
}
.box-buttons-property-detail {
  border-bottom: 1px solid var(--bs-border-color);
  padding-left: 60px;
  padding-right: 60px;
}
.border-none {
  border: 0 !important;
}
.card-journey-small-type-4 .card-image {
  height: 247px;
}
.box-content-property-also-like {
  padding-bottom: 60px;
  padding-top: 90px;
  border-top: 1px solid var(--bs-border-color);
}
.box-our-services-car {
  border-top: 1px solid var(--bs-border-color);
  padding: 90px 0;
}
.box-popular-posts-md .card-post .card-image {
  max-width: 93px;
  min-width: 93px;
}
.btn:first-child:active {
  border-color: transparent;
}
.box-news-blog-single,
.footer-post-tags {
  border-top: 1px solid var(--bs-border-color);
}
.input-calendar svg {
  position: absolute;
  right: 15px;
  top: 14px;
  fill: var(--bs-neutral-1000);
}
.dropdown-quantity .btn {
  padding: 8px 25px 8px 16px;
  position: relative;
  outline: 0;
}
.dropdown-quantity .btn:focus {
  border: 1px solid transparent;
  outline: 0;
}
.dropdown-quantity .btn svg {
  stroke: var(--bs-neutral-1000);
  position: absolute;
  right: 0;
  top: 14px;
}
.box-header-on-top {
  position: absolute;
  z-index: 1234;
  left: 70px;
  right: 70px;
  bottom: 20px;
}
.btn-clear-filter {
  background: url(../imgs/close-filter.svg) left center no-repeat;
  font-size: 14px;
  line-height: 22px;
  font-weight: 500;
  color: var(--bs-neutral-1000);
  padding: 0 0 0 25px;
}
.btn-logo,
.form-contact input[type="email"],
.form-contact input[type="text"] {
  background-color: var(--bs-background-card);
}
.btn-logo {
  padding: 25px 22px;
  border-radius: 8px;
  position: absolute;
  bottom: 25px;
  left: 25px;
  z-index: 12;
}
.content-booking-form .item-line-booking.item-line-booking-2 {
  border-bottom: 0;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.input-calendar label {
  display: flex;
  align-items: center;
  font-weight: 500;
  margin-left: 20px;
}
.input-calendar label input {
  width: auto;
  margin: 0 5px 0 0;
}
.input-radio-type {
  display: flex;
}
.text-86-bold {
  font-size: 86px;
  line-height: 86px;
  font-weight: 700;
}
.text-64-medium {
  font-size: 64px;
  line-height: 76px;
  font-weight: 400;
}
.box-next-trips {
  position: relative;
  padding: 10px 0 0;
}
.box-button-slider-nexttrip {
  position: relative;
  height: 50px;
  margin-top: 10px;
}
.box-button-slider-nexttrip::before {
  content: "";
  height: 5px;
  background-color: var(--bs-border-color);
  left: 0;
  right: 120px;
  top: 50%;
  margin-top: -3px;
  position: absolute;
}
.box-button-slider-nexttrip .swiper-button-next-group-5,
.box-button-slider-nexttrip.full-line::before {
  right: 0;
}
.box-button-slider-nexttrip .swiper-button-prev-group-5 {
  left: auto;
  right: 48px;
}
.box-slide-blogs .swiper-wrapper .swiper-slide {
  max-width: 515px;
  width: 100%;
}
.box-slide-blogs .slider-active .swiper-wrapper {
  justify-content: normal;
}
.box-buttons-blog {
  padding-top: 50px;
}
.box-blog-slide {
  padding: 75px 0 0;
}
.box-category-posts {
  position: relative;
  padding: 0 0 90px;
}
.meta-user {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}
.meta-user .box-author-small {
  display: flex;
  align-items: center;
  padding-left: 0;
  margin-bottom: 12px;
  padding-right: 20px;
}
.meta-user .box-author-small img {
  width: 32px;
  height: 32px;
  border: 1px solid var(--bs-brand-secondary);
  border-radius: 50%;
  margin-right: 10px;
}
.head-blog-detail {
  max-width: 824px;
  margin: auto auto 48px;
}
.head-blog-detail .btn {
  margin: 0 4px;
}
.box-image-video {
  position: relative;
  margin-bottom: 32px;
}
.box-mw-824,
.content-detail-post {
  max-width: 824px;
  margin: auto;
}
.content-detail-post p {
  margin-bottom: 32px;
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
  color: var(--bs-neutral-700);
}
.content-detail-post h6 {
  font-size: 20px;
  line-height: 32px;
  font-weight: 700;
  color: var(--bs-neutral-1000);
  margin-bottom: 12px;
}
.footer-post-tags {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 48px;
  padding-top: 25px;
  margin-bottom: 115px;
}
.footer-post-tags .box-tags .btn {
  margin: 0 16px 16px 0;
}
.footer-post-tags .box-share {
  margin-bottom: 16px;
}
.box-news-blog-single {
  padding-top: 60px;
  padding-bottom: 80px;
}
.bdrd-16,
.box-banner-single-blog .swiper-slide img {
  border-radius: 16px;
}
.box-button-top-right {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 2;
}
.box-button-top-right .btn {
  margin-left: 10px;
}
.box-icon-flight {
  position: relative;
  text-align: right;
}
.box-icon-flight img {
  display: block;
  margin-bottom: 20px;
  margin-left: -20px;
}
.box-icon-flight h6 {
  text-align: left;
  max-width: 460px;
  display: inline-block;
}
.box-about-video::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 200px;
  background-color: var(--bs-background-5);
  z-index: 1;
}
.box-about-1 {
  padding: 63px 0 91px;
}
.box-location-shop {
  padding: 180px 0 0;
  background-image: url(../imgs/page/pages/bg-contact.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top center;
}
.box-text-location {
  max-width: 245px;
  text-align: left;
}
.box-traveled-in {
  background: url(../imgs/page/pages/bg-travel-in.png) bottom 5px right 5px
    no-repeat;
  background-color: var(--bs-background-5);
  border: 1px solid var(--bs-border-color);
  border-radius: 16px;
  padding: 28px 33px;
}
.box-traveled-in .box-authors-partner {
  border: 0;
  padding: 0;
}
.banner-contact .row,
.box-banner-faq .row {
  margin: 0 -6px;
}
.banner-contact .row .col-lg-12,
.banner-contact .row .col-lg-6 {
  padding: 0 6px;
}
.box-contact-support {
  padding: 50px 0 99px;
}
.box-what-offer {
  padding-bottom: 60px;
}
.box-banner-faq .row .col-lg-7 {
  padding: 0 6px;
  width: 56%;
}
.box-banner-faq .row .col-lg-5 {
  padding: 0 6px;
  width: 44%;
}
.banner-faq img {
  display: block;
  width: 100%;
  border-radius: 16px;
}
.box-banner-commingsoon {
  padding-top: 90px;
}
.box-button-right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: 100px;
}
@media (max-width: 1599.98px) {
  .image-banner-top-left {
    top: 30px;
    left: 20px;
  }
}
@media (max-width: 1399.98px) {
  .custom-class {
    display: block;
  }
  .header .main-menu li {
    padding: 0 10px;
  }
  .card-journey-small .card-info {
    padding: 20px 16px;
  }
}
@media (max-width: 1199.98px) {
  .burger-icon,
  .custom-class {
    display: block;
  }
  .header .main-header .header-right {
    min-width: 290px;
  }
  .header-right {
    padding-right: 50px;
  }
  .header .nav-main-menu {
    display: none;
  }
  .header .main-header,
  .sticky-bar.stick .main-header {
    padding: 10px 0;
  }
  .popup-firstload .popup-container {
    max-width: 95%;
  }
  .box-search-advance .box-bottom-search {
    flex-wrap: wrap;
  }
  .box-search-advance .box-bottom-search .item-search,
  .box-search-advance-2 .box-bottom-search .item-search,
  .box-search-advance-2 .box-bottom-search .item-search:last-child {
    width: 25%;
  }
  .box-search-advance .box-bottom-search .item-search:last-child {
    width: 100%;
    justify-content: center !important;
    padding-top: 20px;
  }
  .box-search-advance .box-bottom-search .item-search:last-child .btn {
    width: 100%;
    justify-content: center;
  }
  .banner-main h1 {
    font-size: 50px;
    line-height: 60px;
  }
  .box-list-numbers {
    padding: 80px 30px;
    flex-wrap: wrap;
  }
  .box-search-advance-2 {
    position: relative;
    top: auto;
    right: auto;
    max-width: 100%;
    margin-top: 20px;
    margin-bottom: 0;
  }
  .box-search-advance-3-col .box-bottom-search .item-search {
    width: 50%;
  }
  .block-banner-home5 {
    background-size: 70% auto;
  }
  .block-banner-home5 h1 {
    font-size: 54px;
    line-height: 66px;
  }
  .box-footer-col-3 .footer-col-1,
  .box-footer-col-3 .footer-col-2,
  .box-footer-col-3 .footer-col-3 {
    padding: 15px;
  }
  .top-bar-2 .text-header-info .phone-head,
  .top-bar-2 .text-header-info a {
    margin-right: 14px;
    width: 17px;
    display: inline-block;
    overflow: hidden;
    height: 20px;
    line-height: 17px;
    vertical-align: middle;
  }
  .top-bar-2 .text-header-info a {
    margin-right: 0;
  }
  .image-banner-bottom {
    max-width: 400px;
  }
  .box-why-home9-inner-inner {
    padding-left: 460px;
  }
  .box-img-test-1 {
    left: 10px;
  }
  .box-img-test-2 {
    right: 10px;
    top: 70px;
  }
  .box-img-test-3 {
    right: -10px;
    bottom: 0;
  }
  .destination-banner-1 {
    height: 110px;
  }
  .destination-banner-2 {
    height: 290px;
  }
  .destination-banner-3 {
    height: 242px;
  }
  .destination-banner-4,
  .destination-banner-5 {
    height: 155px;
  }
  .destination-banner-6 {
    height: 194px;
  }
  .destination-banner-7 {
    height: 203px;
  }
  .box-header-on-top {
    left: 110px;
    bottom: -20px;
    right: 110px;
  }
  .block-room-features {
    position: relative;
    bottom: auto;
    left: auto;
    right: auto;
    margin-top: 35px;
  }
  .item-room-feature {
    max-width: 16.28%;
  }
  .box-image-vision .image-vision-2 {
    max-width: 160px;
    top: -10px;
    right: 10px;
  }
  .box-image-vision .image-vision-1 {
    max-width: 160px;
    bottom: -30px;
    left: 10px;
  }
  .header.header-commingsoon .main-header .header-right {
    width: 60%;
    padding-right: 0;
  }
  .header.header-commingsoon .main-header .header-left {
    width: 40%;
  }
  .box-video-comming .box-banner-abs {
    bottom: -90px;
    right: -20px;
  }
}
@media (max-width: 991.98px) {
  .bg-contact-form-2,
  .block-right-banner {
    height: 500px;
    max-width: 100%;
    position: relative;
  }
  .footer-1,
  .footer-2,
  .footer-3,
  .footer-4,
  .footer-5 {
    width: 50%;
    margin-bottom: 40px;
  }
  .contact-info-box {
    width: 100% !important;
  }
  .box-banner-home4 .box-image-banner-home4 .shape-rate {
    left: 0;
  }
  .block-filter-search .filter-right {
    width: 60%;
    text-align: center;
  }
  .block-filter-search .filter-left,
  .block-subscriber .subscriber-right {
    width: 40%;
  }
  .block-dropdown-filter,
  .box-content-main,
  .box-footer-col-3,
  .box-search-advance .box-bottom-search,
  .card-journey-small.card-journey-small-type-2 .card-links ul,
  .header-commingsoon .main-header,
  .left-dropdown-filter {
    flex-wrap: wrap;
  }
  .left-dropdown-filter {
    margin-bottom: 15px;
  }
  .block-filter-search .filter-right .category-link {
    padding: 5px 14px;
    margin: 0 2px 0 0;
  }
  .box-left-payment,
  .box-right-skyward {
    padding-left: 0;
  }
  .block-testimonials,
  .container-slider {
    padding-left: 15px !important;
  }
  .block-testimonials {
    flex-wrap: wrap;
  }
  .block-testimonials .testimonials-left {
    max-width: 100%;
    margin-right: 0 !important;
    width: 100%;
  }
  .block-testimonials .testimonials-left::before,
  .box-list-numbers .item-numbers::before {
    right: 10px;
  }
  .block-testimonials .testimonials-right {
    width: 100%;
  }
  .block-subscriber .subscriber-left {
    width: 60%;
    padding: 0 16px;
  }
  .block-filter-search .form-control::placeholder {
    font-size: 14px;
  }
  .box-search-advance .box-bottom-search .item-search {
    width: 50%;
    position: relative;
    padding: 0 27px;
    margin-bottom: 15px;
  }
  .box-search-advance .box-bottom-search .item-search:last-child {
    width: 100%;
    justify-content: center !important;
  }
  .box-footer-col-3 .footer-col-1::before,
  .box-footer-col-3 .footer-col-2::before,
  .box-image-banner-home8,
  .box-install-app-3 .block-install-apps::before,
  .box-list-numbers .item-numbers.item-numbers-2::before,
  .box-search-advance .box-bottom-search .item-search.item-search-2::before,
  .box-search-advance .box-bottom-search .item-search:last-child::before,
  .image-banner-bottom,
  .image-banner-top-left {
    display: none;
  }
  .box-list-numbers {
    padding: 30px 10px;
    flex-wrap: wrap;
  }
  .bg-contact-form-2 {
    margin-bottom: 35px;
  }
  .box-list-numbers .item-numbers {
    width: 50%;
    padding: 0 20px;
  }
  .box-search-advance-2 .box-bottom-search .item-search,
  .box-search-advance-2 .box-bottom-search .item-search:last-child {
    width: 50%;
  }
  .box-search-advance-3-col {
    margin-bottom: 30px;
  }
  .box-banner-home4 .box-image-banner-home4 {
    position: relative;
    bottom: auto;
    right: auto;
    text-align: center;
  }
  .box-image-how {
    margin-bottom: 40px;
  }
  .box-banner-home4 .box-image-banner-home4 .shape-phone {
    right: -20px;
  }
  .card-journey-small.card-journey-small-type-2 .card-links ul li {
    width: 100%;
    margin-bottom: 7px;
  }
  .card-journey-small.card-journey-small-type-2 .card-links {
    margin-top: 15px;
  }
  .block-banner-home5 {
    padding-bottom: 400px;
  }
  .box-item-download {
    padding: 30px 20px;
  }
  .box-footer-col-3 .footer-col-1,
  .box-footer-col-3 .footer-col-2 {
    width: 100%;
    padding: 25px 35px;
    border-bottom: 1px solid #313131;
  }
  .box-footer-col-3 .footer-col-3 {
    width: 100%;
    padding: 25px 35px;
  }
  .container-search-advance {
    position: relative;
    bottom: auto;
    left: auto;
    right: auto;
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .item-banner-slide {
    min-height: 543px;
    padding: 120px 0 145px;
  }
  .item-banner-slide h1 {
    font-size: 50px;
    line-height: 60px;
  }
  .item-banner-slide h5 {
    font-size: 20px;
    line-height: 30px;
  }
  .box-testimonials-4,
  .dark .box-testimonials-4 {
    background-position: top 50% left 0;
  }
  .swiper-pagination-style-2 {
    right: 15px;
  }
  .block-right-banner {
    top: auto;
    right: auto;
    bottom: auto;
    margin-top: 40px;
  }
  .item-people-used {
    bottom: 78px;
    left: auto;
    right: 60px;
  }
  .box-why-home9-inner-inner {
    padding: 30px 30px 30px 26px;
  }
  .box-how-it-work-inner,
  .box-why-home9-inner {
    background-image: none;
  }
  .box-install-app-3 .block-install-apps {
    background-image: none;
    margin: 0;
    padding: 50px 40px 10px;
  }
  .box-content-main .content-left {
    min-width: 100%;
  }
  .box-content-main .content-right {
    padding-bottom: 50px;
  }
  .box-search-advance-4 {
    top: 30px;
  }
  .block-banner-destination {
    padding: 0 15px;
  }
  .box-header-on-top {
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    margin-top: 30px;
  }
  .item-room-feature {
    max-width: 21.28%;
    padding: 10px;
    margin: 0 6px 20px;
  }
  .box-buttons-room-detail-2 .box-button-faq {
    padding-left: 10px;
    padding-right: 10px;
  }
  .box-content-info-detail {
    margin-top: 0;
  }
  .header-commingsoon .main-menu li {
    padding: 0 5px;
    float: none;
    display: inline-block;
  }
  .header-commingsoon .main-menu li a {
    padding: 15px 5px;
  }
  .header.header-commingsoon .main-header .header-left {
    width: 100%;
    justify-content: center;
  }
  .header.header-commingsoon .main-header .header-right {
    width: 100%;
    padding-right: 0;
    justify-content: center;
    text-align: center;
  }
  .box-video-comming {
    margin-bottom: 150px;
  }
  .header.header-commingsoon
    .main-header
    .header-left
    .header-logo
    .text-slogan::before {
    left: -12px;
  }
  .header.header-commingsoon
    .main-header
    .header-left
    .header-logo
    .text-slogan {
    padding-left: 5px;
  }
}
@media (max-width: 767.98px) {
  .mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-top {
    padding: 15px 30px 13px;
    border-bottom: 1px solid var(--bs-border-color);
  }
  .mobile-header-wrapper-style
    .mobile-header-wrapper-inner
    .mobile-header-top
    .mobile-header-logo
    a
    img {
    width: 140px;
  }
  .mobile-header-wrapper-style
    .mobile-header-wrapper-inner
    .mobile-header-content-area {
    padding: 30px;
  }
  .btn-play-video {
    width: 71px;
    height: 71px;
  }
  .block-filter-search .filter-right {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .block-filter-search,
  .block-subscriber,
  .box-banner-2-col,
  .box-search-advance .box-top-search,
  .list-reviews .item-review .head-review,
  .popup-firstload .popup-container .popup-content {
    flex-wrap: wrap;
  }
  .block-filter-search .filter-left,
  .block-filter-search .filter-right,
  .box-banner-2-col .banner-destination-left {
    width: 100%;
  }
  .box-price {
    left: 20%;
  }
  .block-subscriber .subscriber-right,
  .block-testimonials .testimonials-left::before,
  .box-banner-left-how,
  .box-img-test-1,
  .box-img-test-2,
  .box-img-test-3,
  .box-img-test-4,
  .slider-thumnail,
  .text-unlock,
  .top-bar,
  .top-bar .text-header {
    display: none;
  }
  .block-subscriber .subscriber-left {
    width: 100%;
    padding: 35px;
  }
  .card-popular-2 .card-meta .meta-links {
    width: 85%;
  }
  .card-popular-2 .card-meta {
    padding: 12px 10px;
  }
  .popup-firstload .popup-container .popup-left {
    padding-left: 22px;
    width: 100%;
  }
  .popup-firstload .popup-container .popup-right {
    width: 100%;
    text-align: center;
  }
  .popup-firstload .popup-container .popup-right img {
    max-height: 250px;
  }
  .banner-main .banner-image .container {
    padding-right: 0;
    padding-top: 30px;
  }
  .banner-image {
    height: 100%;
    min-height: 100%;
    background-size: contain !important;
    padding-bottom: 0 !important;
  }
  .btn.btn-brand-secondary {
    padding: 7px;
    font-size: 7px;
    line-height: 4px;
  }
  .banner-slide h6 {
    font-size: 6px !important;
    line-height: 10px !important;
  }
  .mob-banner {
    width: 58% !important;
  }
  .banner-main h1 {
    font-size: 14px !important;
    line-height: 18px !important;
    margin-bottom: 6px !important;
  }
  .header .main-header .header-left {
    display: initial;
  }
  .banner-main .slick-next,
  .banner-main .slick-prev {
    position: absolute;
    top: 20% !important;
    bottom: 0 !important;
    display: none !important;
  }
  .container-banner {
    position: absolute;
    height: 100%;
  }
  .box-search-advance {
    top: 197px !important;
    margin-bottom: 28% !important;
  }
  .left-top-search {
    margin-bottom: 0;
  }
  .box-search-advance .box-bottom-search .btn-black-lg {
    width: 100%;
    justify-content: center;
  }
  .card-journey-small {
    max-width: 100%;
  }
  .image-bottom-how {
    display: flex;
  }
  .image-bottom-how img {
    width: 47%;
  }
  .box-testimonials-3::before {
    right: 0;
    top: 10px;
  }
  .img-phone {
    max-width: 180px;
    left: -30px;
  }
  .block-install-apps {
    padding: 30px 10px 0;
  }
  .box-banner-home4 .box-image-banner-home4 .shape-phone {
    right: 10px;
  }
  .box-image-3-col .img-col img {
    border-radius: 32px;
  }
  .card-popular.card-top-destination .card-image {
    width: 60px;
    min-width: 60px;
    height: 60px;
    margin-right: 10px;
  }
  .card-popular.card-top-destination .card-image img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
  }
  .box-title-bestsell {
    background-image: none;
    padding-right: 0;
  }
  .box-how-it-work-inner {
    padding: 30px 30px 0;
  }
  .box-item-sort,
  .box-view-type,
  .container-banner-activities .box-button-abs-right {
    justify-content: center;
  }
  .box-banner-2-col .banner-destination-right {
    position: relative;
    top: auto;
    right: auto;
    bottom: 0;
    width: 100%;
  }
  .map-main {
    height: 500px;
  }
  .block-banner-destination .box-swiper .swiper-button-prev-style-1 {
    left: 14px;
  }
  .block-banner-destination .box-swiper .swiper-button-next-style-1 {
    right: 14px;
  }
  .banner-detail-1,
  .banner-detail-2,
  .banner-detail-3,
  .banner-detail-4,
  .banner-detail-5,
  .banner-detail-6,
  .destination-banner-1,
  .destination-banner-2,
  .destination-banner-3,
  .destination-banner-4,
  .destination-banner-5,
  .destination-banner-6,
  .destination-banner-7 {
    height: auto;
  }
  .head-reviews {
    flex-wrap: wrap;
    justify-content: center;
  }
  .head-reviews .review-left {
    margin-right: 0;
    margin-bottom: 24px;
  }
  .head-reviews .review-right {
    margin-bottom: 24px;
  }
  .list-reviews .item-review .author-review,
  .list-reviews .item-review .rate-review {
    margin-bottom: 15px;
  }
  .group-collapse-expand {
    padding: 20px 20px 12px;
  }
  .item-room-feature {
    max-width: 29.28%;
  }
  .box-banner-room {
    padding: 0 10px 30px;
  }
  .text-86-bold {
    font-size: 66px;
    line-height: 76px;
  }
  .text-64-medium {
    font-size: 44px;
    line-height: 56px;
  }
  .box-video-comming .box-banner-abs {
    bottom: -50px;
    right: -10px;
    max-width: 250px;
  }
  .box-video-comming {
    margin-bottom: 90px;
  }
  .box-content-tickets-detail {
    padding: 15px 10px;
  }
  .btn-logo {
    padding: 15px;
    bottom: 4px;
    left: 4px;
  }
  .box-button-abs {
    display: none !important;
  }
}
.bgs,
.inner-banners {
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 575.98px) {
  .banne-activities-3 .banner-col-1,
  .banne-activities-3 .banner-col-2,
  .banne-activities-3 .banner-col-3,
  .box-search-advance-2 .box-bottom-search .item-search,
  .box-search-advance-2 .box-bottom-search .item-search:last-child,
  .footer-1,
  .footer-2,
  .footer-3,
  .footer-4,
  .footer-5 {
    width: 100%;
  }
  .header .main-header .header-right {
    min-width: 150px;
  }
  .box-search-advance .box-bottom-search .item-search::before,
  .dark .box-search-advance .box-bottom-search .item-search::before,
  .header .main-header .header-right .btn-green-linear {
    display: none;
  }
  .burger-icon,
  .sticky-bar.stick .burger-icon {
    top: 0;
  }
  .box-swiper-padding .card-news,
  .card-journey-small {
    max-width: 100%;
  }
  .header .container-fluid {
    padding-left: 10px;
    padding-right: 10px;
  }
  .heading-1,
  h1 {
    font-size: 40px;
    line-height: 56px;
  }
  .heading-2,
  h2 {
    font-size: 34px;
    line-height: 52px;
  }
  .title-popup {
    font-size: 30px;
    line-height: 44px;
  }
  .logo-area {
    padding: 21px 21px 21px 22px;
    margin-left: -22px;
  }
  .button-area {
    padding: 20px 27px;
  }
  .payment-method .btn {
    min-width: 100%;
  }
  .box-search-advance .box-bottom-search .item-search {
    width: 100%;
    border-bottom: 1px solid var(--bs-border-color);
    padding-bottom: 10px;
  }
  .box-search-advance .box-bottom-search .item-search:last-child {
    border-bottom: 0;
    padding-bottom: 0;
  }
  .dark .box-search-advance .box-bottom-search .item-search {
    border-color: #313131;
  }
  .box-list-numbers .item-numbers {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .box-list-numbers .item-numbers h2 {
    font-size: 32px;
    line-height: 48px;
  }
  .box-search-advance-2 .box-bottom-search .item-search:last-child .btn {
    width: auto;
  }
  .item-banner-box .item-banner-box-inner {
    padding: 30px;
  }
  .container-footer {
    padding: 2px 20px 0;
  }
  .box-swiper-padding.container-slider {
    padding-right: 15px;
  }
  .btn.btn-border-1 svg {
    height: 18px;
    margin-right: 8px;
  }
  .box-buttons-destination .box-button-faq .btn,
  .box-left-payment-destination .box-button-faq .btn {
    padding: 8px;
    font-size: 14px;
    margin-right: 12px;
    margin-bottom: 12px;
  }
  .item-room-feature {
    max-width: 45%;
  }
  .box-commingsoon-1 {
    padding: 30px 30px 30px 20px;
  }
  .box-countdown-comming
    .box-count
    .deals-countdown
    .countdown-section
    .countdown-amount {
    width: 70px;
    height: 82px;
    font-size: 32px;
    line-height: 82px;
  }
  .banne-activities-3 {
    flex-wrap: wrap;
  }
}
@media (max-width: 499.98px) {
  .download-apps img {
    max-height: 44px;
  }
  .box-list-quicklinks .item-quicklinks,
  .list-check-2-col li,
  .list-flight-facilities li {
    width: 100%;
  }
  .sidebar-canvas-wrapper .sidebar-canvas-container .sidebar-canvas-content {
    padding: 18px;
  }
  .mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-top {
    padding: 15px 15px 13px;
  }
  .mobile-header-wrapper-style
    .mobile-header-wrapper-inner
    .mobile-header-content-area {
    padding: 15px;
  }
  .heading-1,
  h1 {
    font-size: 44px;
    line-height: 56px;
  }
  .banner-main h1 {
    font-size: 30px;
    line-height: 35px;
  }
  .banner-slide h6 {
    font-size: 15px;
    line-height: 22px;
  }
  .box-banner-home4 .box-image-banner-home4 .shape-phone {
    bottom: 5%;
  }
  .block-banner-home5 {
    padding-bottom: 300px;
  }
  .box-telephone-booking,
  .card-journey-small .card-info .card-program .endtime,
  .list-check-2-col,
  .list-numbers {
    flex-wrap: wrap;
  }
  .list-numbers .item-number {
    width: 50%;
  }
  .card-grid-video .card-info {
    bottom: 20px;
  }
  .card-grid-video .card-image .btn-play {
    margin-top: 20%;
  }
  .card-grid-video .card-info h4 {
    font-size: 25px;
    line-height: 35px;
  }
  .accordion-collapse .accordion-body {
    padding-left: 76px;
    padding-right: 20px;
    margin-bottom: 28px;
  }
  .accordion-button h3 {
    font-size: 30px;
    line-height: 40px;
    padding: 0 15px;
    min-width: 76px;
  }
  .accordion-button::after {
    right: 18px;
  }
  .accordion-button {
    padding-right: 60px;
  }
  .box-swiper-home7 {
    padding: 0;
  }
  .box-swiper-home7 .swiper-button-next-style-1,
  .box-swiper-home7 .swiper-button-prev-style-1 {
    display: none;
  }
  .box-swiper-home7 .swiper-group-journey {
    padding-left: 0;
    padding-right: 0;
  }
  .map-main {
    height: 400px;
  }
  .box-hotel-facilities-list .list-numbers .item-number {
    width: 33.33%;
    margin-bottom: 25px;
  }
  .box-timeline .item-timeline {
    padding-left: 65px;
  }
  .item-info-flight {
    padding: 20px;
  }
  .box-telephone-booking .box-tel-left {
    width: 100%;
    margin-bottom: 20px;
  }
  .datepicker table tr td,
  .datepicker table tr th {
    padding: 8px 12px;
  }
}
@media (max-width: 449.98px) {
  .card-news .card-info {
    padding: 25px;
  }
  .block-subscriber .subscriber-left {
    padding: 20px 15px;
  }
  .card-news .card-info .card-meta .post-date,
  .card-news .card-info .card-meta .post-time {
    padding-right: 10px;
  }
  .box-list-numbers .item-numbers {
    width: 100%;
  }
  .box-list-numbers .item-numbers::before {
    display: none;
  }
  .card-testimonial {
    max-width: 380px;
  }
  .img-phone {
    max-width: 120px;
  }
  .download-apps {
    display: flex;
    align-items: center;
  }
  .card-journey-small .card-info {
    padding: 33px 10px;
  }
  .block-banner-property-detail .banner-property-detail-1 .box-button-abs,
  .box-buttons-banner {
    flex-wrap: wrap;
  }
  .heading-3,
  h3 {
    font-size: 34px;
    line-height: 48px;
  }
  .popup-signin .popup-container .popup-content {
    padding: 29px 15px;
  }
  .btn.btn-google img {
    margin-right: 5px;
    margin-left: 0;
  }
  .btn.btn-login {
    padding-left: 9px;
    padding-right: 9px;
  }
  .item-room-feature {
    max-width: 100%;
  }
  .box-countdown-comming
    .box-count
    .deals-countdown
    .countdown-section
    .countdown-amount {
    width: 60px;
    height: 72px;
    font-size: 28px;
    line-height: 72px;
  }
  .box-countdown-comming
    .box-count
    .deals-countdown
    .countdown-section
    .countdown-period {
    font-size: 18px;
    line-height: 28px;
  }
  .box-button-top-right {
    top: 10px;
    right: 10px;
  }
  .box-button-top-right .btn {
    margin-left: 5px;
  }
  .heading-4,
  h4 {
    font-size: 24px;
    line-height: 34px;
  }
  .box-banner-activities-detail-4
    .container-banner-activities
    .box-button-abs-right
    .btn-brand-secondary {
    bottom: 0;
    right: 5px;
  }
}
@media (max-width: 374.98px) {
  .box-footer-col-3 .footer-col-1,
  .box-footer-col-3 .footer-col-2,
  .box-footer-col-3 .footer-col-3,
  .card-news .card-info {
    padding: 15px;
  }
  .item-sort > span {
    display: none;
  }
}
@media (max-width: 339.98px) {
  .box-buttons-feature-4 .btn-black,
  .box-buttons-feature-4 .btn.btn-learmore-2 {
    margin-bottom: 15px;
  }
}
@media (min-width: 1400px) {
  .container {
    max-width: 1248px;
  }
  .container.wide {
    max-width: 1544px;
  }
  .w-lg-75 {
    max-width: 75%;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1440px) {
  .header-right {
    display: none;
  }
}
@media screen and (min-width: 1400px) and (max-width: 1610px) {
  .header .container-fluid {
    max-width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .header .main-menu li a {
    padding: 20px 14px 20px 8px;
  }
  .btn.btn-mode {
    padding: 11px;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1399.98px) {
  .burger-icon {
    display: block;
  }
  .header .nav-main-menu {
    display: none;
  }
  .header .main-header,
  .sticky-bar.stick .main-header {
    padding: 10px 0;
  }
}
.card-journey-small .card-info .card-program .card-duration-tour {
  display: flex;
  align-items: center;
  margin-bottom: 35px;
}
.card-journey-small .card-info .card-rating .card-right .rating {
  display: inline-block;
  padding: 6px 16px;
  background-color: #01205e;
  border-radius: 50px;
  color: #ffc700;
  font-size: 14px;
  line-height: 22px;
  font-weight: 700;
  border: 1px solid #01205e;
  box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.07);
}
.card-journey-small .card-info .card-rating {
  position: absolute;
  top: -19px;
  z-index: 13;
  left: 32px;
  right: 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.inner-banners {
  padding: 150px;
}
.contact-info-box,
.contact-info-boxs {
  background: #0c0c22;
  color: #fff;
  padding: 50px;
  z-index: 2;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
}
.text-right {
  text-align: right !important;
}
.contact-info-box {
  position: absolute;
  top: 50px;
  width: 30%;
}
.contact-info-box img,
.contact-info-boxs img {
  width: 14px;
  height: 14px;
}
.contact-box-contact .contact-info-boxs {
  height: 40vh;
}
.contact-info-box h6,
.contact-info-boxs h6 {
  font-size: 20px;
}
.contact-info-box .box-info-contact p,
.contact-info-boxs .box-info-contact p {
  display: inline-flex;
}
.text-clr {
  color: #ffc700 !important;
}
.service-card {
  position: relative;
  width: 100%;
  height: 300px;
  background-size: cover;
  background-position: center;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s;
}
.service-card:hover {
  transform: scale(1.02);
}
.card-overlay {
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  height: 100%;
  width: 100%;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  transition: background 0.3s;
}
.mfp-close-btn-in .mfp-close {
  color: #ffc700 !important;
  right: 0;
}
.mfp-close-btn-in .contact-info-boxs .mfp-close {
  color: #ffc700 !important;
  right: 28%;
}
#contact-popup {
  width: 50%;
  margin: auto;
}
.service-details {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: 0.4s;
  font-size: 0.95rem;
}
.service-card:hover .service-details {
  opacity: 1;
  max-height: 300px;
}
.active-form {
  display: flex !important;
}
.category-link.active {
  font-weight: 700;
  text-decoration: underline;
}
.category-link {
  margin-right: 10px;
  cursor: pointer;
}
.box-bottom-search {
  margin-top: 20px;
}
.banner-slide h1 {
  color: #01205f !important;
}
.banner-slide h6 {
  color: #002165 !important;
}
.swiper-slide .card-journe.background-card img {
  width: 100%;
  height: 200px;
  object-fit: contain;
}
