*, ::after, ::before {
  box-sizing: border-box;
}

.main-content h1, .main-content h2, .main-content h3, .main-content h4, .main-content h5, .main-content h6 {
  line-height: 1.45;
  font-weight: 600;
  margin-bottom: 10px;
}
.main-content p {
  color: var(--color-dark-1);
  line-height: 1.875;
}
.main-content ul {
  padding-left: 20px;
  list-style: initial;
  margin-bottom: 10px;
}
.main-content ul li {
  list-style: initial;
}

div.disabled {
  opacity: 0.3;
  pointer-events: none;
}

.bg-dark-2 {
  background-color: #1B4581 !important;
}

.bg-blue-1 {
  background-color: #1B4581 !important;
}

.button.-outline-blue-1 {
  border-color: #1B4581;
}

.text-blue-1 {
  color: #1B4581;
}

.main-hero-section {
  position: relative;
  overflow: hidden;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
@media (max-width: 991px) {
  .main-hero-section {
    height: 600px;
  }
}
.main-hero-section .masthead-bg-video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 1;
  transform: translate(-50%, -50%);
  object-fit: cover;
}
.main-hero-section .masthead-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0);
  z-index: 2;
}
.main-hero-section .container {
  position: relative;
  z-index: 3;
}
.main-hero-section .two-site-section {
  display: flex;
  justify-content: center;
  align-items: start;
  gap: 60px;
  text-align: center;
}
@media (max-width: 991px) {
  .main-hero-section .two-site-section {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 40px;
  }
}
.main-hero-section .two-site-section .tss-hr {
  background: #FFF;
  background: color(display-p3 1 1 1);
  height: 300px;
  width: 1px;
  margin-top: -70px;
}
@media (max-width: 991px) {
  .main-hero-section .two-site-section .tss-hr {
    height: 1px;
    width: 100%;
    margin-top: 0;
  }
}
.main-hero-section .two-site-section a {
  width: 415px;
}
@media (max-width: 991px) {
  .main-hero-section .two-site-section a {
    width: 100%;
  }
}
.main-hero-section .two-site-section a .title {
  display: flex;
  align-items: center;
  padding: 16px 32px;
  margin-bottom: 20px;
  gap: 4px;
  max-width: max-content;
  border-radius: 4px;
  border: 1px solid #FFF;
  border: 1px solid color(display-p3 1 1 1);
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.7) 20.67%, #FFF 72.12%);
  background: linear-gradient(90deg, color(display-p3 1 1 1/0.7) 20.67%, color(display-p3 1 1 1) 72.12%);
  text-decoration: none;
  transition: color 0.3s ease;
}
@media (max-width: 991px) {
  .main-hero-section .two-site-section a .title {
    margin-left: auto;
    margin-right: auto;
  }
}
.main-hero-section .two-site-section a .title .text {
  color: #1B4581;
  color: color(display-p3 0.149 0.2667 0.4902);
  text-align: right;
  font-size: 50px;
  font-style: normal;
  font-weight: 600;
  line-height: 58px; /* 116% */
}
@media (max-width: 991px) {
  .main-hero-section .two-site-section a .title .text {
    font-size: 30px;
    line-height: 40px;
  }
}
.main-hero-section .two-site-section a .title .icon {
  width: 56px;
  height: 56px;
  border-radius: 8px;
  object-fit: contain;
  pointer-events: none;
}
.main-hero-section .two-site-section a .subname {
  color: #FFF;
  color: color(display-p3 1 1 1);
  text-align: center;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.7);
  text-shadow: 0 1px 4px color(display-p3 0 0 0/0.7);
  font-family: Inter;
  font-size: 25px;
  font-style: normal;
  font-weight: 500;
  line-height: 28.13px; /* 112.52% */
}
@media (max-width: 991px) {
  .main-hero-section .two-site-section a .subname {
    font-size: 20px;
  }
}

footer .company-info p {
  color: #1B4581;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 25.8px; /* 161.25% */
}

.masthead.-type-5 .-line img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  max-width: 280px;
  margin-top: 20px;
}

.searchMenu-recreation {
  position: relative;
}

.searchMenu-recreation__field {
  position: absolute;
  margin-top: 30px;
  top: 100%;
  left: 0;
  z-index: 20;
  width: 500px;
  max-width: 100vw;
  transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  pointer-events: none;
  opacity: 0;
}

@media (max-width: 991px) {
  .searchMenu-recreation__field {
    width: auto;
    left: -20px;
    right: -20px;
  }
}
@media (max-width: 575px) {
  .searchMenu-recreation__field {
    left: -35px;
    right: -35px;
  }
}
.searchMenu-recreation__field.-is-active {
  pointer-events: auto;
  opacity: 1;
}

.searchMenu-recreation .-link:hover {
  background-color: rgba(53, 84, 209, 0.05) !important;
}

@media (min-width: 1199px) {
  .mobile-open-menu {
    display: none !important;
  }
}
body:not(.index-page) .header.-type-5 .header__buttons > *:nth-child(1) {
  color: white !important;
  background-color: var(--color-dark-2) !important;
  border-color: var(--color-dark-2) !important;
}

body:not(.index-page) .header.-type-5 .header__buttons > *:nth-child(2) {
  color: var(--color-dark-2) !important;
  border-color: var(--color-dark-2) !important;
}

.form-checkbox {
  align-items: center;
}

.sr-pagination .page-link, .sr-pagination .page-link {
  cursor: pointer;
}
.sr-pagination .page-link:hover, .sr-pagination .page-link:hover {
  background-color: var(--color-light-2) !important;
}

.no-clickable:hover {
  cursor: auto !important;
}

.ctaCard.-type-cs {
  position: relative;
  overflow: hidden;
  aspect-ratio: 3/2;
  display: block;
}
.ctaCard.-type-cs img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 0.3s ease;
}
.ctaCard.-type-cs:hover img {
  transform: scale(1.1);
}

.accordion.-simple .accordion__item.is-active .cs_accordion_button .accordion__icon {
  background-color: var(--color-dark-2) !important;
}

.accordion__content ul {
  padding-left: 20px;
}
.accordion__content ul li {
  list-style: initial;
}
.accordion__content p {
  color: #051036;
  font-size: 15px;
}

.cardImage__wishlist .favorites .icon-heart {
  position: relative;
  width: 16px;
  height: 16px;
  display: inline-block;
}
.cardImage__wishlist .favorites .icon-heart::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  mask: url("../img/icons/fav-heart.svg") no-repeat center/contain;
  -webkit-mask: url("../img/icons/fav-heart.svg") no-repeat center/contain;
  background-color: var(--color-red-1);
}
.cardImage__wishlist .favorites:hover:hover .icon-heart {
  position: relative;
  width: 16px;
  height: 16px;
  display: inline-block;
}
.cardImage__wishlist .favorites:hover:hover .icon-heart::before {
  background-color: #ffffff;
}

.detail_item__wishlist .favorites .icon-heart {
  position: relative;
  width: 16px;
  height: 16px;
  display: inline-block;
}
.detail_item__wishlist .favorites .icon-heart::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  mask: url("../img/icons/fav-heart.svg") no-repeat center/contain;
  -webkit-mask: url("../img/icons/fav-heart.svg") no-repeat center/contain;
  background-color: var(--color-red-1);
}
.detail_item__wishlist .favorites:hover:hover .icon-heart {
  position: relative;
  width: 16px;
  height: 16px;
  display: inline-block;
}
.detail_item__wishlist .favorites:hover:hover .icon-heart::before {
  background-color: #ffffff;
}

.back-to-page {
  display: flex;
  align-items: center;
  gap: 7px;
}
.back-to-page .svg-icon svg {
  height: 11.5px;
  margin-top: -3px;
}
.back-to-page .btn-name {
  line-height: normal;
}

.description p {
  color: var(--color-dark-1);
}
.description ul {
  padding: 0 0 0 20px;
  margin: 20px 0 20px 0;
}
.description ul li {
  list-style: initial;
}

.line-height-normal {
  line-height: normal;
}

.w-80 {
  width: 80% !important;
}

.sidebar-radio-boxes {
  margin-top: 10px;
}
.sidebar-radio-boxes label {
  margin-bottom: 10px;
}
.sidebar-radio-boxes label .input-radio {
  width: 18px;
  height: 18px;
}

.dropdown-btn-group {
  position: relative;
  display: inline-block;
}

.lang-btn {
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0 10px;
  border-radius: 6px;
  transition: all 0.2s ease;
}

.lang-btn:hover {
  background: transparent;
}

.cs-dropdown-menu {
  position: absolute;
  top: 120%;
  left: 4px;
  min-width: 60px;
  text-align: center;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
  transition: all 0.2s ease;
  z-index: 10;
  transform: translateY(-5px);
}

.dropdown-btn-group.active .cs-dropdown-menu {
  top: 120%;
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.dropdown-btn-group.open-up .cs-dropdown-menu {
  bottom: 120%;
  top: auto;
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
  box-shadow: 0 -4px 12px rgba(0, 0, 0, 0.1);
}

.dropdown-item {
  padding: 8px 12px;
  cursor: pointer;
  transition: background 0.2s;
  font-weight: 500;
}

.dropdown-item:hover {
  background: #f0f0f0;
}

.dest_filter_button.is-active {
  color: var(--color-white) !important;
  background-color: var(--color-dark-3) !important;
}

.payment-box {
  max-width: 655px;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.06);
}
.payment-box .payment-head {
  width: 100%;
}
.payment-box .payment-body {
  width: 100%;
}
.payment-box .payment-body ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.payment-box .payment-body ul li span {
  font-size: 22px;
  font-weight: 600;
  color: #1b4581;
}
.payment-box .payment-body ul li span:last-child {
  font-weight: 400;
}
.payment-box .payment-footer {
  width: 100%;
  padding-bottom: 20px;
}
.payment-box .payment-footer .payment-footer-in {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  border-top: 1px solid #DCDDDE;
  padding-top: 20px;
}
.payment-box .payment-footer .payment-btn {
  background: #28A921;
  color: #fff;
}

.admin-component-overlay {
  position: relative;
}
.admin-component-overlay::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 2px dashed #007bff;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.3s;
  z-index: 998;
}
.admin-component-overlay:hover::before {
  opacity: 1;
}
.admin-component-overlay:hover .admin-edit-button {
  opacity: 1;
}
.admin-component-overlay > .admin-edit-button {
  position: absolute;
  top: 10px;
  right: 10px;
  background: #007bff;
  color: white;
  border: none;
  padding: 5px 15px;
  border-radius: 4px;
  cursor: pointer;
  opacity: 0;
  transition: opacity 0.3s;
  z-index: 999;
}
.admin-component-overlay > .admin-edit-button:hover {
  background: #0056b3;
}

.featured-info p {
  color: var(--color-dark-1);
  margin-bottom: 20px;
}

.content-img-block p {
  color: var(--color-dark-1);
  margin-bottom: 20px;
}
.content-img-block h4, .content-img-block h3, .content-img-block h2, .content-img-block h1 {
  margin-bottom: 20px;
}

.testimonials img.avatar-thumbnail {
  border-radius: 100px;
  object-fit: cover;
  object-position: center;
}

.js-testimonials-slider-3 img.avatar-thumbnail {
  width: 80px;
  height: 80px;
  border-radius: 100px;
  object-fit: cover;
  object-position: center;
}

.our-team-carousel .our-team-item img {
  aspect-ratio: 3/1.5;
  min-height: 300px;
  object-fit: cover;
  object-position: top center;
}

.choices__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 30px;
  min-height: 30px;
  padding: 0;
  border-radius: 4px;
  border: none;
  background-color: white;
  text-align: left;
}

.choices__placeholder {
  opacity: 1;
}

.choices[data-type*=select-one] .choices__inner {
  padding-bottom: 0;
}

.choices__list--single {
  padding: 0;
}

.flatpickr-calendar {
  padding: 20px 20px !important;
}

#tour-date {
  opacity: 0;
  position: absolute;
  margin-top: -30px;
  width: auto;
}

.tour-general-information p {
  margin-block-end: 1em;
}

.main-hero-section .two-site-section a {
  max-width: 420px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

/*# sourceMappingURL=style.css.map */
