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

html {
  font-size: 20px;
  width: 100vw;
  overflow-x: hidden;
  scroll-behavior: smooth;
}
html:has(.topnav--open) {
  overflow: hidden;
}
html:has(.popup--open) {
  overflow: hidden;
}
@media (max-width: 767px) {
  html {
    font-size: 5.3333333333vw;
  }
}
@media (min-width: 768px) and (max-width: 1919px) {
  html {
    font-size: 1.0422094841vw;
  }
}

body {
  position: relative;
  padding: 0;
  overflow-x: clip;
}

input {
  outline: none;
  box-shadow: none;
}
input:focus, input:hover {
  outline: none;
}

body {
  font-weight: 400;
  line-height: 1;
  font-family: "Open Sans", sans-serif;
  color: #1c1c1c;
}

img {
  vertical-align: middle;
}

a {
  text-decoration: none;
}

b {
  font-weight: 700;
}

button {
  outline: none;
  box-shadow: none;
  border: none;
}

fieldset {
  border: transparent;
}

.section__title {
  font-family: "Tenor Sans", sans-serif;
  font-weight: 400;
  line-height: 129%;
}
.section__subtitle {
  letter-spacing: 0.1rem;
  font-family: "Tenor Sans", sans-serif;
  text-transform: uppercase;
}

.page__title {
  font-family: "Tenor Sans", sans-serif;
  font-weight: 400;
  line-height: 125%;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .page__title {
    font-size: 1.2rem;
  }
}
@media (min-width: 768px) {
  .page__title {
    font-size: 3.6rem;
  }
}

.wrap {
  position: relative;
  width: 100%;
  max-width: 96rem;
  margin: 0 auto;
}

.btn {
  outline: none;
  border: none;
  cursor: pointer;
}
.btn--primary {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #e0b102;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  transition: background-color 0.3s;
}
@media (max-width: 767px) {
  .btn--primary {
    padding: 0.35rem;
    border-radius: 0.8rem;
    font-size: 0.4rem;
  }
}
@media (min-width: 768px) {
  .btn--primary {
    padding: 0.8rem 1.5rem;
    border-radius: 1.6rem;
    font-size: 0.9rem;
  }
}
.btn--primary:hover {
  background-color: #f5c823;
}

.bottomnav {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
}
@media (max-width: 767px) {
  .bottomnav {
    order: -1;
    margin-top: 0.45rem;
    column-gap: 0.5rem;
  }
}
@media (min-width: 768px) {
  .bottomnav {
    max-height: 6rem;
    margin-top: 1rem;
    flex-direction: column;
    column-gap: 2.15rem;
  }
}
.bottomnav a {
  font-weight: 600;
  color: #fff;
}
@media (max-width: 767px) {
  .bottomnav a {
    font-size: 0.5rem;
    line-height: 1.15rem;
  }
}
@media (min-width: 768px) {
  .bottomnav a {
    font-size: 0.8rem;
    line-height: 1.8rem;
  }
}

.form__label {
  display: block;
  font-weight: 700;
}
@media (max-width: 767px) {
  .form__label {
    margin-bottom: 0.35rem;
    font-size: 0.5rem;
  }
}
@media (min-width: 768px) {
  .form__label {
    margin-bottom: 0.7rem;
    font-size: 1.1rem;
  }
}
.form__box {
  display: grid;
}
@media (max-width: 767px) {
  .form__box {
    row-gap: 0.8rem;
  }
}
@media (min-width: 768px) {
  .form__box {
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem 2.7rem;
    align-items: flex-end;
  }
}
@media (min-width: 768px) {
  .form__item--wide {
    grid-column: 1/3;
  }
}

.wpcf7 .screen-reader-response, .wpcf7-response-output {
  display: none;
}
.wpcf7-form.sent .form {
  display: none;
}
.wpcf7-not-valid-tip {
  color: #ff0000;
}
@media (max-width: 767px) {
  .wpcf7-not-valid-tip {
    font-size: 0.3rem;
  }
}
@media (min-width: 768px) {
  .wpcf7-not-valid-tip {
    font-size: 0.6rem;
  }
}
.wpcf7-form input[type=text],
.wpcf7-form input[type=email],
.wpcf7-form select,
.wpcf7-form textarea {
  width: 100%;
  border: none;
  background-color: #fff;
  color: #1c1c1c;
  font-family: inherit;
  outline: none;
}
@media (max-width: 767px) {
  .wpcf7-form input[type=text],
  .wpcf7-form input[type=email],
  .wpcf7-form select,
  .wpcf7-form textarea {
    padding: 0.5rem 0.55rem;
    font-size: 0.5rem;
    border-radius: 0.1rem;
  }
}
@media (min-width: 768px) {
  .wpcf7-form input[type=text],
  .wpcf7-form input[type=email],
  .wpcf7-form select,
  .wpcf7-form textarea {
    padding: 1rem 1.1rem;
    font-size: 1.1rem;
    border-radius: 0.25rem;
  }
}
.wpcf7-form textarea {
  resize: none;
}
@media (max-width: 767px) {
  .wpcf7-form textarea {
    height: 2.65rem;
  }
}
@media (min-width: 768px) {
  .wpcf7-form textarea {
    height: 5.9rem;
  }
}
.wpcf7-form input[type=submit] {
  outline: none;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #e0b102;
  color: #fff;
  font-family: inherit;
  font-weight: 700;
  text-transform: uppercase;
  transition: background-color 0.3s;
}
@media (max-width: 767px) {
  .wpcf7-form input[type=submit] {
    padding: 0.4rem 0.6rem;
    font-size: 0.45rem;
    border-radius: 0.85rem;
  }
}
@media (min-width: 768px) {
  .wpcf7-form input[type=submit] {
    padding: 0.8rem 1.5rem;
    font-size: 0.9rem;
    border-radius: 1.6rem;
  }
}
.wpcf7-form input[type=submit]:hover {
  background-color: #f5c823;
}
.wpcf7-form-control-wrap {
  position: relative;
}
.wpcf7-form-control-wrap:has(.wpcf7-not-valid-tip) .wpcf7-form-control {
  background-color: #ffe9e9;
}
.wpcf7-list-item:has(input[type=checkbox]) label {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .wpcf7-list-item:has(input[type=checkbox]) label {
    column-gap: 0.3rem;
  }
}
@media (min-width: 768px) {
  .wpcf7-list-item:has(input[type=checkbox]) label {
    column-gap: 0.8rem;
  }
}
.wpcf7-list-item:has(input[type=checkbox]) label input {
  display: none;
}
.wpcf7-list-item:has(input[type=checkbox]) label::before {
  flex-shrink: 0;
  background-color: #fbf4ea;
  content: "";
}
@media (max-width: 767px) {
  .wpcf7-list-item:has(input[type=checkbox]) label::before {
    width: 0.7rem;
    height: 0.7rem;
    border: 0.05rem solid #635d6f;
    border-radius: 0.1rem;
  }
}
@media (min-width: 768px) {
  .wpcf7-list-item:has(input[type=checkbox]) label::before {
    width: 1.6rem;
    height: 1.6rem;
    border: 0.15rem solid #635d6f;
    border-radius: 0.29rem;
  }
}
.wpcf7-list-item:has(input[type=checkbox]) .wpcf7-list-item-label {
  display: block;
}
@media (max-width: 767px) {
  .wpcf7-list-item:has(input[type=checkbox]) .wpcf7-list-item-label {
    font-size: 0.5rem;
    line-height: 0.65rem;
  }
}
@media (min-width: 768px) {
  .wpcf7-list-item:has(input[type=checkbox]) .wpcf7-list-item-label {
    max-width: 35rem;
    font-size: 1.1rem;
    line-height: 1.5rem;
  }
}
.wpcf7-list-item:has(input[type=checkbox]:checked) label::before {
  background-color: #635d6f;
}

#tour_name {
  display: none;
}

.message {
  display: none;
  text-align: center;
  font-weight: 600;
  font-size: 1.1rem;
  line-height: normal;
}
.message.show {
  display: block;
}

.logo {
  display: inline-block;
}

.topnav {
  display: flex;
  column-gap: 2.15rem;
  list-style-type: none;
}
@media (max-width: 767px) {
  .topnav {
    flex-direction: column;
  }
}
@media (min-width: 768px) {
  .topnav {
    align-items: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .topnav__box {
    position: absolute;
    top: 2rem;
    left: 0;
    width: 100%;
    max-height: 0;
    border-radius: 0.6rem;
    background-color: rgba(255, 255, 255, 0.9);
    overflow: hidden;
    transition: 0.3s max-height;
  }
}
@media (min-width: 768px) {
  .topnav__box {
    margin: 0 auto;
  }
}
.topnav__box--open {
  max-height: 10rem;
}
.topnav a {
  font-weight: 600;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .topnav a {
    padding: 0 0.55rem;
    font-size: 0.65rem;
    line-height: 1.55rem;
    color: #1c1c1c;
  }
}
@media (min-width: 768px) {
  .topnav a {
    font-size: 0.8rem;
    line-height: 200%;
    color: #fff;
  }
}
.topnav .current-menu-item a {
  font-weight: 700;
}

.slick-track {
  display: flex;
}
.slick-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #e0b102;
  border-radius: 50%;
}
@media (max-width: 767px) {
  .slick-arrow {
    width: 0.8rem;
    height: 0.8rem;
  }
}
@media (min-width: 768px) {
  .slick-arrow {
    width: 2.5rem;
    height: 2.5rem;
  }
}
.slick-arrow.slick-disabled {
  opacity: 0.3;
}
.slick-arrow svg {
  max-width: 50%;
}
.slick-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  list-style-type: none;
}
@media (max-width: 767px) {
  .slick-dots {
    min-height: 0.5rem;
    column-gap: 0.25rem;
  }
}
@media (min-width: 768px) {
  .slick-dots {
    min-height: 0.75rem;
    column-gap: 0.6rem;
  }
}
.slick-dots li {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .slick-dots li {
    width: 0.5rem;
    height: 0.5rem;
  }
}
@media (min-width: 768px) {
  .slick-dots li {
    width: 0.75rem;
    height: 0.75rem;
  }
}
.slick-dots button {
  border-radius: 50%;
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  text-indent: 100%;
  background-color: #8d8d8d;
  transition: 0.2s all;
  cursor: pointer;
}
@media (max-width: 767px) {
  .slick-dots button {
    max-width: 0.4rem;
    max-height: 0.4rem;
  }
}
@media (min-width: 768px) {
  .slick-dots button {
    max-width: 0.6rem;
    max-height: 0.6rem;
  }
}
.slick-active button {
  background-color: #e0b102;
}
@media (max-width: 767px) {
  .slick-active button {
    max-width: 0.5rem;
    max-height: 0.5rem;
  }
}
@media (min-width: 768px) {
  .slick-active button {
    max-width: 0.75rem;
    max-height: 0.75rem;
  }
}

.social {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .social {
    margin-top: 0.85rem;
    column-gap: 0.75rem;
  }
}
@media (min-width: 768px) {
  .social {
    margin-top: 1.5rem;
    column-gap: 0.9rem;
  }
}
.social span {
  text-transform: uppercase;
  font-weight: 600;
}
@media (max-width: 767px) {
  .social span {
    font-size: 0.45rem;
  }
}
@media (min-width: 768px) {
  .social span {
    font-size: 0.6rem;
  }
}
.social img {
  display: block;
  width: auto;
}
@media (max-width: 767px) {
  .social img {
    height: 0.5rem;
  }
}
@media (min-width: 768px) {
  .social img {
    height: 0.6rem;
  }
}

@media (max-width: 767px) {
  .advantages {
    padding: 3.15rem 0;
  }
}
@media (min-width: 768px) {
  .advantages {
    padding: 5.7rem 0 9.5rem;
  }
}
@media (min-width: 768px) {
  .advantages .wrap {
    max-width: 75.3rem;
  }
}
@media (max-width: 767px) {
  .advantages .section__title {
    display: none;
  }
}
@media (min-width: 768px) {
  .advantages .section__title {
    font-size: 3.25rem;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .advantages__list {
    display: flex;
  }
}
@media (min-width: 768px) {
  .advantages__list {
    margin-top: 3.6rem;
    display: grid;
    grid-template-columns: 1fr 35.6rem 1fr;
    row-gap: 4.5rem;
  }
}
@media (max-width: 767px) {
  .advantages__slider {
    width: 100%;
    overflow: hidden;
  }
}
@media (min-width: 768px) {
  .advantages__slider {
    display: contents;
  }
}
@media (max-width: 767px) {
  .advantages__img {
    display: none;
  }
}
@media (min-width: 768px) {
  .advantages__img {
    grid-column: 2/3;
    grid-row: 1/3;
  }
}
.advantages__img img {
  width: 100%;
  height: auto;
}
@media (max-width: 767px) {
  .advantages__item {
    width: 100vw;
    padding: 0 3rem;
    flex-shrink: 0;
  }
}
@media (min-width: 768px) {
  .advantages__item:nth-child(5) {
    grid-column: 2/3;
    max-width: 18rem;
    margin: -4rem auto 0;
  }
}
.advantages__title {
  text-transform: uppercase;
  font-family: "Tenor Sans", sans-serif;
}
@media (max-width: 767px) {
  .advantages__title {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 768px) {
  .advantages__title {
    font-size: 1.75rem;
  }
}
@media (max-width: 767px) {
  .advantages__desc {
    margin-top: 0.5rem;
    font-size: 0.75rem;
    line-height: 1.15rem;
  }
}
@media (min-width: 768px) {
  .advantages__desc {
    margin-top: 0.9rem;
    font-size: 1.25rem;
    line-height: 1.9rem;
  }
}

@media (max-width: 767px) {
  .available {
    padding: 2.5rem 0 3.5rem;
  }
}
@media (min-width: 768px) {
  .available {
    padding: 4.15rem 0 12.25rem;
  }
}
@media (max-width: 767px) {
  .available .wrap {
    padding: 0 2rem;
  }
}
@media (min-width: 768px) {
  .available .wrap {
    max-width: 83.6rem;
  }
}
.available .section__title {
  text-align: center;
}
@media (max-width: 767px) {
  .available .section__title {
    font-size: 1rem;
  }
}
@media (min-width: 768px) {
  .available .section__title {
    font-size: 3.25rem;
  }
}
.available__list {
  display: grid;
}
@media (max-width: 767px) {
  .available__list {
    margin-top: 1.3rem;
    row-gap: 2.5rem;
  }
}
@media (min-width: 768px) {
  .available__list {
    margin-top: 7.75rem;
  }
  .available__list:not(:has(.available__item:only-child)) {
    grid-template-columns: repeat(2, 1fr);
    gap: 7.75rem 11.4rem;
  }
  .available__list:not(:has(.available__item:only-child)) .available__title {
    font-size: 1.9rem;
    line-height: 2.4rem;
  }
  .available__list:not(:has(.available__item:only-child)) .available__box {
    font-size: 1.35rem;
    line-height: 1.85rem;
  }
  .available__list:has(.available__item:only-child) {
    max-width: 46.6rem;
    margin-left: auto;
    margin-right: auto;
  }
  .available__list:has(.available__item:only-child) .available__title {
    text-align: center;
    font-size: 1.9rem;
    line-height: 2.4rem;
  }
  .available__list:has(.available__item:only-child) .available__box {
    font-size: 1.1rem;
    line-height: 1.9rem;
  }
}
.available__item {
  display: flex;
  flex-direction: column;
}
.available__slider {
  display: grid;
  align-items: center;
}
@media (max-width: 767px) {
  .available__slider {
    grid-template-columns: 0.8rem 1fr 0.8rem;
    column-gap: 0.4rem;
  }
}
@media (min-width: 768px) {
  .available__slider {
    grid-template-columns: 2.5rem 1fr 2.5rem;
    column-gap: 0.9rem;
  }
}
.available__slider-box {
  width: 100%;
  overflow: hidden;
}
@media (max-width: 767px) {
  .available__slider-box {
    border-radius: 0.5rem;
  }
}
@media (min-width: 768px) {
  .available__slider-box {
    border-radius: 1.6rem;
  }
}
@media (max-width: 767px) {
  .available__slider-img {
    height: 7.5rem;
  }
}
@media (min-width: 768px) {
  .available__slider-img {
    height: 19.5rem;
  }
}
.available__slider-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.available__box {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
@media (max-width: 767px) {
  .available__box {
    padding: 0 0.95rem;
  }
}
@media (min-width: 768px) {
  .available__box {
    padding: 0 3.25rem;
  }
}
.available__title {
  font-family: "Tenor Sans", sans-serif;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .available__title {
    margin-top: 0.65rem;
    font-size: 0.75rem;
    line-height: 1rem;
  }
}
@media (min-width: 768px) {
  .available__title {
    margin-top: 1.6rem;
    font-size: 1.9rem;
  }
}
.available__desc {
  flex-grow: 1;
  font-weight: 300;
}
@media (max-width: 767px) {
  .available__desc {
    margin: 0.36rem 0 0.7rem;
    font-size: 0.45rem;
    line-height: 0.75rem;
  }
}
@media (min-width: 768px) {
  .available__desc {
    margin: 1.75rem 0;
    font-size: 1.1rem;
  }
}
@media (max-width: 767px) {
  .available__desc ul,
  .available__desc ol {
    padding-left: 0.65rem;
  }
}
@media (min-width: 768px) {
  .available__desc ul,
  .available__desc ol {
    padding-left: 1rem;
  }
}
@media (max-width: 767px) {
  .available__desc p:not(:first-child),
  .available__desc ul:not(:first-child),
  .available__desc ol:not(:first-child) {
    margin-top: 0.5rem;
  }
}
@media (min-width: 768px) {
  .available__desc p:not(:first-child),
  .available__desc ul:not(:first-child),
  .available__desc ol:not(:first-child) {
    margin-top: 1.2rem;
  }
}
@media (max-width: 767px) {
  .available__desc ::marker {
    font-size: 0.3rem;
  }
}
@media (min-width: 768px) {
  .available__desc ::marker {
    font-size: 0.8rem;
  }
}
.available__desc strong {
  font-weight: 700;
}
.available__date {
  margin-top: auto;
  text-transform: uppercase;
  font-weight: 300;
}
@media (max-width: 767px) {
  .available__date {
    font-size: 0.45rem;
  }
}
@media (min-width: 768px) {
  .available__date {
    font-size: 1.1rem;
  }
}
.available__price {
  display: block;
  font-weight: 700;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .available__price {
    margin-top: 0.4rem;
    font-size: 0.5rem;
  }
}
@media (min-width: 768px) {
  .available__price {
    margin-top: 1rem;
    font-size: 1.1rem;
  }
}
.available-btn__box {
  margin-top: 1rem;
  display: flex;
  column-gap: 1rem;
}
.available-btn__box .btn {
  width: max-content;
}
@media (max-width: 767px) {
  .available-btn__box .btn {
    padding: 0.45rem 0.6rem;
  }
}

.best {
  background: url("../img/map-bg.jpg") no-repeat top center;
}
@media (max-width: 767px) {
  .best {
    padding: 1.4rem 0 0.9rem;
  }
}
@media (min-width: 768px) {
  .best {
    padding: 4.8rem 0 5.5rem;
  }
}
@media (max-width: 767px) {
  .best .wrap {
    padding: 0 2.8rem;
  }
}
@media (min-width: 768px) {
  .best .wrap {
    max-width: 55.5rem;
  }
}
.best .section__title {
  text-align: center;
}
@media (max-width: 767px) {
  .best .section__title {
    font-size: 0.75rem;
    line-height: 1rem;
  }
}
@media (min-width: 768px) {
  .best .section__title {
    margin-top: 2rem;
    font-size: 3.2rem;
    line-height: 2.9rem;
  }
}
.best .section__subtitle {
  text-align: center;
}
@media (max-width: 767px) {
  .best .section__subtitle {
    font-size: 0.35rem;
    line-height: 0.4rem;
  }
}
.best__list {
  display: grid;
}
@media (max-width: 767px) {
  .best__list {
    margin-top: 0.55rem;
    grid-template-columns: repeat(12, 1fr);
    grid-template-rows: 6.8rem repeat(2, 3.85rem);
    gap: 0.1rem;
  }
}
@media (min-width: 768px) {
  .best__list {
    margin-top: 2.25rem;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: 23.7rem 13.5rem;
    gap: 0.5rem;
  }
}
.best__link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}
.best__box {
  position: relative;
  z-index: 1;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  pointer-events: none;
}
@media (max-width: 767px) {
  .best__box {
    padding: 0.43rem;
  }
}
@media (min-width: 768px) {
  .best__box {
    padding: 1.5rem;
  }
}
.best__img {
  position: absolute;
  width: 100%;
  height: 100%;
}
.best__img::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  content: "";
}
.best__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: 0.3s transform;
}
.best__title {
  color: #fff;
  font-family: "Tenor Sans", sans-serif;
}
@media (max-width: 767px) {
  .best__title {
    font-size: 0.43rem;
    line-height: 0.65rem;
  }
}
@media (min-width: 768px) {
  .best__title {
    font-size: 1.5rem;
    line-height: 2.25rem;
  }
}
.best__num {
  color: #fff;
  font-weight: 600;
}
@media (max-width: 767px) {
  .best__num {
    line-height: 0.35rem;
    font-size: 0.25rem;
  }
}
@media (min-width: 768px) {
  .best__num {
    font-size: 0.8rem;
    line-height: 1.2rem;
  }
}
.best__item {
  position: relative;
  overflow: hidden;
}
@media (max-width: 767px) {
  .best__item:first-child, .best__item:nth-child(3) {
    grid-column: 1/7;
  }
  .best__item:nth-child(2), .best__item:nth-child(4) {
    grid-column: 7/13;
  }
  .best__item:nth-child(5) {
    grid-column: 1/7;
  }
  .best__item:nth-child(6) {
    grid-column: 7/13;
  }
}
@media (min-width: 768px) {
  .best__item:first-child {
    grid-column: 1/3;
  }
  .best__item:last-child {
    grid-column: 3/5;
  }
}
.best__item:hover img {
  transform: scale(1.1);
}
.best-btn__box {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .best-btn__box {
    margin-top: 0.9rem;
  }
}
@media (min-width: 768px) {
  .best-btn__box {
    margin-top: 2rem;
  }
}

@media (max-width: 767px) {
  .bullets {
    padding: 1.15rem 0;
  }
}
@media (min-width: 768px) {
  .bullets {
    padding: 4.8rem 0;
  }
}
@media (max-width: 767px) {
  .bullets .wrap {
    max-width: 11.15rem;
  }
}
@media (min-width: 768px) {
  .bullets .wrap {
    max-width: 84.8rem;
  }
}
.bullets__list {
  display: grid;
}
@media (max-width: 767px) {
  .bullets__list {
    row-gap: 1.25rem;
  }
}
@media (min-width: 768px) {
  .bullets__list {
    grid-template-columns: repeat(3, 1fr);
    column-gap: 1.15rem;
  }
}
.bullets__item {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .bullets__item {
    height: 4.5rem;
    padding: 0.5rem;
  }
}
@media (min-width: 768px) {
  .bullets__item {
    height: 11.5rem;
    padding: 1.2rem;
  }
}
.bullets__img {
  position: absolute;
  z-index: -1;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
@media (max-width: 767px) {
  .bullets__img {
    border-radius: 0.6rem;
  }
}
@media (min-width: 768px) {
  .bullets__img {
    border-radius: 1.6rem;
  }
}
.bullets__img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.bullets__img::after {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.45);
  display: block;
  content: "";
}
.bullets__title {
  margin: auto;
  text-align: center;
  color: #fff;
  font-family: "Tenor Sans", sans-serif;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .bullets__title {
    max-width: 8rem;
    font-size: 0.6rem;
  }
}
@media (min-width: 768px) {
  .bullets__title {
    max-width: 17rem;
    font-size: 1.5rem;
  }
}

@media (max-width: 767px) {
  .contact {
    padding: 2rem 0;
  }
}
@media (min-width: 768px) {
  .contact {
    padding: 4.9rem 0 5.5rem;
  }
}
.contact .wrap {
  background-color: #f3f3f3;
  border-radius: 1.6rem;
}
@media (max-width: 767px) {
  .contact .wrap {
    max-width: calc(100vw - 6rem);
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .contact .wrap {
    max-width: 68.9rem;
    padding: 2.5rem 4rem;
  }
}
.contact__box {
  display: grid;
}
@media (max-width: 767px) {
  .contact__box {
    grid-template-columns: 1fr 5.5rem;
    column-gap: 1rem;
  }
}
@media (min-width: 768px) {
  .contact__box {
    grid-template-columns: 1fr 27rem;
    column-gap: 5.6rem;
  }
}
.contact .section__title {
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .contact .section__title {
    grid-column: 1/3;
    font-size: 1rem;
  }
}
@media (min-width: 768px) {
  .contact .section__title {
    font-size: 4rem;
  }
}
@media (max-width: 767px) {
  .contact .section__desc {
    grid-column: 1/3;
    margin: 0.25rem 0;
    font-size: 0.5rem;
    line-height: 0.65rem;
  }
}
@media (min-width: 768px) {
  .contact .section__desc {
    margin-top: 2.2rem;
    font-size: 1.75rem;
    line-height: 2.2rem;
  }
}
.contact .section__desc br {
  display: contents;
}
.contact__btn {
  width: max-content;
  display: flex;
  align-items: center;
  background-color: #fff;
  color: #1c1c1c;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .contact__btn {
    padding: 0.05rem 0.05rem 0.05rem 0.6rem;
    align-items: center;
    align-self: center;
    column-gap: 0.2rem;
    font-size: 0.3rem;
    box-shadow: 0 0 0.3rem rgba(0, 0, 0, 0.82);
    border-radius: 0.85rem;
  }
}
@media (min-width: 768px) {
  .contact__btn {
    margin-top: 1.7rem;
    padding: 0.2rem 0.2rem 0.2rem 2.1rem;
    column-gap: 1.5rem;
    font-size: 1.1rem;
    box-shadow: 0 0 0.5rem #000;
    border-radius: 2.9rem;
  }
}
.contact__btn:after {
  display: flex;
  content: "";
  background: url("../img/arrow.svg") no-repeat center/60% #e0b102;
  border-radius: 50%;
  transform: rotate(0);
  transition: transform 0.3s;
}
@media (max-width: 767px) {
  .contact__btn:after {
    width: 1.2rem;
    height: 1.2rem;
  }
}
@media (min-width: 768px) {
  .contact__btn:after {
    width: 4.2rem;
    height: 4.2rem;
  }
}
.contact__btn:hover::after {
  transform: rotate(43deg);
}
@media (max-width: 767px) {
  .contact__content {
    display: contents;
  }
}
.contact__map {
  aspect-ratio: 1;
  background-color: #b4b4b4;
}
@media (max-width: 767px) {
  .contact__map {
    padding: 0.1rem;
    border-radius: 50%;
    box-shadow: 0 0 0.15rem rgba(0, 0, 0, 0.25);
  }
}
@media (min-width: 768px) {
  .contact__map {
    padding: 0.7rem;
    border-radius: 1.6rem;
    box-shadow: 0 0 0.5rem #b4b4b4;
  }
}
.contact__map-box {
  height: 100%;
  overflow: hidden;
}
@media (max-width: 767px) {
  .contact__map-box {
    border-radius: 50%;
  }
}
@media (min-width: 768px) {
  .contact__map-box {
    border-radius: 1.5rem;
  }
}
.contact__map-box iframe {
  width: 100%;
  height: 100%;
}

@media (max-width: 767px) {
  .cta {
    padding: 2.35rem 0 3rem;
  }
}
@media (min-width: 768px) {
  .cta {
    padding: 8.5rem 0 10.3rem;
  }
}
@media (min-width: 768px) {
  .cta .wrap {
    max-width: 68.85rem;
    display: flex;
    align-items: center;
    column-gap: 2.5rem;
  }
}
.cta .wrap::before, .cta .wrap:after {
  display: block;
  content: "";
  background-color: #ccc;
}
@media (max-width: 767px) {
  .cta .wrap::before, .cta .wrap:after {
    position: absolute;
  }
}
@media (min-width: 768px) {
  .cta .wrap::before, .cta .wrap:after {
    height: 18rem;
  }
}
.cta .wrap::before {
  background: url("../img/ready-left.png") no-repeat top center/cover;
}
@media (max-width: 767px) {
  .cta .wrap::before {
    top: 1.9rem;
    left: 0.75rem;
    height: 4.4rem;
    width: 4.4rem;
  }
}
@media (min-width: 768px) {
  .cta .wrap::before {
    width: 15.15rem;
  }
}
.cta .wrap:after {
  background: url("../img/ready-right.png") no-repeat top center/cover;
}
@media (max-width: 767px) {
  .cta .wrap:after {
    top: 1.5rem;
    right: 1.9rem;
    height: 3.35rem;
    width: 3.05rem;
  }
}
@media (min-width: 768px) {
  .cta .wrap:after {
    width: 11rem;
  }
}
.cta__box {
  max-width: 37.75rem;
  text-align: center;
}
@media (max-width: 767px) {
  .cta .section__title {
    font-size: 1rem;
  }
}
@media (min-width: 768px) {
  .cta .section__title {
    font-size: 3.5rem;
  }
}
@media (max-width: 767px) {
  .cta .section__desc {
    margin: 0.25rem auto 0;
    max-width: 8rem;
    font-size: 0.6rem;
    line-height: 0.85rem;
  }
  .cta .section__desc br {
    display: contents;
  }
}
@media (min-width: 768px) {
  .cta .section__desc {
    margin-top: 0.5rem;
    font-size: 1.75rem;
    line-height: 2.2rem;
  }
}
.cta__btn-box {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .cta__btn-box {
    margin-top: 1.2rem;
    column-gap: 0.65rem;
  }
}
@media (min-width: 768px) {
  .cta__btn-box {
    margin-top: 1.6rem;
    column-gap: 2.5rem;
  }
}

.footer {
  position: relative;
  color: #fff;
}
@media (max-width: 767px) {
  .footer {
    padding: 0.6rem 0 1.1rem;
  }
}
@media (min-width: 768px) {
  .footer {
    padding: 4.1rem 0;
  }
}
.footer::before, .footer:after {
  position: absolute;
  z-index: -1;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
}
.footer::before {
  background: url("../img/footer-bg.jpg") no-repeat center/cover;
  filter: blur(0.22rem);
}
.footer::after {
  background: rgba(0, 0, 0, 0.43);
}
@media (max-width: 767px) {
  .footer .wrap {
    padding: 0 3.2rem;
    display: flex;
    flex-direction: column;
  }
}
@media (min-width: 768px) {
  .footer .wrap {
    max-width: 62.2rem;
    display: grid;
    grid-template-columns: 16.8rem 15rem 18.2rem;
    column-gap: 4.4rem;
  }
}
@media (max-width: 767px) {
  .footer__aside {
    display: contents;
  }
}
@media (max-width: 767px) {
  .footer__title {
    display: none;
  }
}
@media (min-width: 768px) {
  .footer__title {
    margin-top: 1.5rem;
    font-size: 0.7rem;
    text-transform: uppercase;
    font-family: "Tenor Sans", sans-serif;
    letter-spacing: 0.1rem;
  }
}
.footer__text {
  font-weight: 600;
}
@media (max-width: 767px) {
  .footer__text {
    margin-top: 0.7rem;
    font-size: 0.45rem;
    line-height: 0.85rem;
  }
}
@media (min-width: 768px) {
  .footer__text {
    margin-top: 1.2rem;
    font-size: 0.8rem;
    line-height: 1.5rem;
  }
}
@media (max-width: 767px) {
  .footer .logo {
    order: -1;
  }
}
.footer .logo img {
  height: auto;
}
@media (max-width: 767px) {
  .footer .logo img {
    max-width: 1.7rem;
  }
}
@media (min-width: 768px) {
  .footer .logo img {
    max-width: 5.25rem;
  }
}

.gallery {
  background-color: #f3f3f3;
}
@media (max-width: 767px) {
  .gallery {
    padding: 0.85rem 0 1.7rem;
  }
}
@media (min-width: 768px) {
  .gallery {
    padding: 3.25rem 0 6.3rem;
  }
}
@media (min-width: 768px) {
  .gallery .wrap {
    max-width: 76rem;
  }
}
.gallery .section__title {
  text-align: center;
}
@media (max-width: 767px) {
  .gallery .section__title {
    font-size: 0.75rem;
  }
}
@media (min-width: 768px) {
  .gallery .section__title {
    font-size: 2.4rem;
  }
}
.gallery__list {
  display: flex;
}
@media (max-width: 767px) {
  .gallery__list {
    margin-top: 1.1rem;
  }
}
@media (min-width: 768px) {
  .gallery__list {
    margin-top: 2.4rem;
  }
}
.gallery__slider {
  width: 100%;
}
@media (max-width: 767px) {
  .gallery .slick-track {
    column-gap: 1.15rem;
  }
}
@media (min-width: 768px) {
  .gallery .slick-track {
    column-gap: 4.3rem;
  }
}
.gallery__img img {
  width: auto;
}
@media (max-width: 767px) {
  .gallery__img img {
    height: 3.2rem;
  }
}
@media (min-width: 768px) {
  .gallery__img img {
    height: 11.5rem;
  }
}

.header {
  position: absolute;
  z-index: 9;
  top: 0;
  width: 100%;
}
@media (max-width: 767px) {
  .header {
    padding: 1.4rem 2.125rem;
  }
}
@media (min-width: 768px) {
  .header {
    padding: 2.5rem 0;
  }
}
.header .wrap {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .header .wrap {
    min-height: 1.9rem;
    padding: 0 0.65rem;
    border-radius: 0.6rem;
    background-color: rgba(255, 255, 255, 0.9);
  }
}
@media (min-width: 768px) {
  .header .wrap {
    max-width: 79.3rem;
  }
}
.header__burger {
  background-color: transparent;
}
@media (max-width: 767px) {
  .header__burger svg {
    width: 0.7rem;
    height: auto;
  }
}
@media (min-width: 768px) {
  .header__burger {
    display: none;
  }
}
@media (max-width: 767px) {
  .header .logo {
    margin: auto;
    position: relative;
    left: -0.35rem;
  }
}
.header .logo img {
  height: auto;
}
@media (max-width: 767px) {
  .header .logo img {
    max-width: 1.9rem;
  }
}
@media (min-width: 768px) {
  .header .logo img {
    max-width: 4.7rem;
  }
}

@media (max-width: 767px) {
  .more {
    padding-top: 1.6rem;
  }
}
@media (min-width: 768px) {
  .more {
    padding-top: 3.25rem;
  }
}
.more .wrap {
  background-color: #f3f3f3;
  border-radius: 1.6rem;
}
@media (max-width: 767px) {
  .more .wrap {
    max-width: calc(100vw - 4rem);
    padding: 1.4rem 1.72rem 0.8rem;
  }
}
@media (min-width: 768px) {
  .more .wrap {
    max-width: 79.3rem;
    padding: 3.3rem 8.25rem;
  }
}
.more .section__title {
  text-align: center;
}
@media (max-width: 767px) {
  .more .section__title {
    font-size: 0.9rem;
    line-height: 1rem;
  }
}
@media (min-width: 768px) {
  .more .section__title {
    margin-top: 1.5rem;
    font-size: 2.4rem;
  }
}
@media (max-width: 767px) {
  .more .section__subtitle {
    display: none;
  }
}
@media (min-width: 768px) {
  .more .section__subtitle {
    font-size: 1rem;
    text-align: center;
  }
}
.more__list {
  display: grid;
}
@media (max-width: 767px) {
  .more__list {
    margin-top: 1rem;
    row-gap: 1.5rem;
  }
}
@media (min-width: 768px) {
  .more__list {
    margin-top: 3.5rem;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 5rem;
  }
}
.more__item {
  text-align: center;
}
.more__item .btn {
  max-width: max-content;
}
@media (max-width: 767px) {
  .more__item .btn {
    margin: 0.7rem auto 0;
  }
}
@media (min-width: 768px) {
  .more__item .btn {
    margin: 1.9rem auto 0;
  }
}
.more__img {
  width: 100%;
  overflow: hidden;
}
@media (max-width: 767px) {
  .more__img {
    height: 6.4rem;
    border-radius: 0.6rem;
  }
}
@media (min-width: 768px) {
  .more__img {
    height: 16.8rem;
    border-radius: 1.6rem;
  }
}
.more__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.more__title {
  font-weight: 600;
  text-transform: uppercase;
  color: #9e9e9e;
}
@media (max-width: 767px) {
  .more__title {
    margin-top: 0.7rem;
    font-size: 0.3rem;
  }
}
@media (min-width: 768px) {
  .more__title {
    margin-top: 1.9rem;
    font-size: 0.8rem;
  }
}
.more__desc {
  font-family: "Tenor Sans", sans-serif;
}
@media (max-width: 767px) {
  .more__desc {
    margin-top: 0.6rem;
    font-size: 0.6rem;
  }
}
@media (min-width: 768px) {
  .more__desc {
    margin-top: 1.6rem;
    font-size: 1.6rem;
  }
}

@media (max-width: 767px) {
  .order {
    padding-bottom: 3.2rem;
  }
}
@media (min-width: 768px) {
  .order {
    padding-bottom: 9.5rem;
  }
}
@media (max-width: 767px) {
  .order .wrap {
    padding: 0 2rem;
  }
}
@media (min-width: 768px) {
  .order .wrap {
    max-width: 75.3rem;
  }
}
.order__box {
  background-color: #f3f3f3;
  border-radius: 1.6rem;
}
@media (max-width: 767px) {
  .order__box {
    display: flex;
    flex-direction: column;
  }
}
@media (min-width: 768px) {
  .order__box {
    display: grid;
    grid-template-columns: 1fr 31rem;
  }
}
@media (max-width: 767px) {
  .order__content {
    padding: 2rem 1rem 1.6rem;
  }
}
@media (min-width: 768px) {
  .order__content {
    padding: 4.3rem 3.5rem;
  }
}
@media (max-width: 767px) {
  .order .section__title {
    font-size: 1rem;
    line-height: 1.4rem;
  }
}
@media (min-width: 768px) {
  .order .section__title {
    font-size: 3.25rem;
    line-height: 4.6rem;
  }
}
@media (max-width: 767px) {
  .order .section__desc {
    margin-top: 1rem;
    font-size: 0.6rem;
    line-height: 1rem;
  }
}
@media (min-width: 768px) {
  .order .section__desc {
    margin-top: 2rem;
    font-size: 1.75rem;
    line-height: 2.2rem;
  }
}
.order__img {
  border-radius: 1.6rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .order__img {
    height: 6.52rem;
  }
}
@media (min-width: 768px) {
  .order__img {
    min-height: 37.5rem;
  }
}
.order__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.order__btn-box {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .order__btn-box {
    margin-top: 1rem;
    column-gap: 0.8rem;
  }
}
@media (min-width: 768px) {
  .order__btn-box {
    margin-top: 3rem;
    column-gap: 1.7rem;
  }
}

.popular {
  position: relative;
  overflow: hidden;
}
@media (max-width: 767px) {
  .popular {
    padding: 1.5rem 0 3.75rem;
    min-height: 22rem;
  }
}
@media (min-width: 768px) {
  .popular {
    padding: 5.3rem 0 6.8rem;
    min-height: 56.1rem;
  }
}
.popular:before, .popular:after {
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  content: "";
}
.popular:before {
  background: url("/wp-content/themes/grandvoyage/assets/img/popular.jpg") no-repeat top center/cover;
  filter: blur(0.1rem);
}
@media (min-width: 768px) {
  .popular:before {
    background-attachment: fixed;
  }
}
.popular:after {
  background: rgba(0, 0, 0, 0.3);
}
@media (max-width: 767px) {
  .popular .wrap {
    padding: 0 2rem;
  }
}
@media (min-width: 768px) {
  .popular .wrap {
    max-width: 84.8rem;
  }
}
.popular .section__title {
  text-align: center;
  color: #fff;
  font-family: "Tenor Sans", sans-serif;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .popular .section__title {
    font-size: 0.75rem;
  }
}
@media (min-width: 768px) {
  .popular .section__title {
    font-size: 2.3rem;
  }
}
.popular__list {
  display: grid;
}
@media (max-width: 767px) {
  .popular__list {
    margin-top: 1rem;
    column-gap: 0.7rem;
    grid-template-columns: 1.5rem 1fr 1.5rem;
  }
  .popular__list > .btn {
    margin-top: 5.8rem;
  }
}
@media (min-width: 768px) {
  .popular__list {
    margin-top: 5.5rem;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 6.5rem;
  }
  .popular__list > .btn {
    display: none;
  }
}
@media (max-width: 767px) {
  .popular__slider {
    width: 100%;
    overflow: hidden;
    border-radius: 0.5rem;
    box-shadow: 0 0 0.4rem rgba(0, 0, 0, 0.47);
  }
}
@media (min-width: 768px) {
  .popular__slider {
    display: contents;
  }
}
.popular__item {
  background-color: #fff;
  overflow: hidden;
}
@media (min-width: 768px) {
  .popular__item {
    min-height: 36.15rem;
    border-radius: 1.5rem;
    box-shadow: 0 0 1rem #000;
  }
}
.popular__item .btn {
  margin-left: auto;
}
.popular__img {
  height: 17.2rem;
  background-color: #e0b102;
}
@media (max-width: 767px) {
  .popular__img {
    height: 7.4rem;
  }
}
@media (min-width: 768px) {
  .popular__img {
    height: 17.2rem;
  }
}
.popular__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .popular__box {
    padding: 0.45rem 0.8rem 1.1rem;
  }
}
@media (min-width: 768px) {
  .popular__box {
    padding: 1rem 1.9rem 2.9rem;
  }
}
.popular__price {
  font-weight: 700;
}
@media (max-width: 767px) {
  .popular__price {
    font-size: 0.45rem;
  }
}
@media (min-width: 768px) {
  .popular__price {
    font-size: 1rem;
  }
}
.popular__title {
  font-family: "Tenor Sans", sans-serif;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .popular__title {
    font-size: 0.65rem;
  }
}
@media (min-width: 768px) {
  .popular__title {
    font-size: 1.5rem;
  }
}
.popular__desc {
  font-weight: 300;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .popular__desc {
    margin-top: 0.6rem;
    font-size: 0.45rem;
    line-height: 0.65rem;
  }
}
@media (min-width: 768px) {
  .popular__desc {
    min-height: 7.5rem;
    margin-top: 1.3rem;
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
@media (max-width: 767px) {
  .popular__desc p:not(:first-child) {
    margin-top: 0.45rem;
  }
}
@media (min-width: 768px) {
  .popular__desc p:not(:first-child) {
    margin-top: 1rem;
  }
}
.popular__footer {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .popular__footer {
    margin-top: 0.6rem;
  }
}
@media (min-width: 768px) {
  .popular__footer {
    margin-top: 1.8rem;
  }
}
@media (max-width: 767px) {
  .popular .slick-arrow {
    width: 1.5rem;
    height: 1.5rem;
  }
}

.popup {
  position: fixed;
  z-index: 11;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  max-width: 0;
  max-height: 0;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.4);
  transition: 0.01s max-width 0.6s, 0.01s max-height 0.6s, opacity 0.3s;
  overflow: auto;
}
.popup--open {
  max-width: 100vw;
  max-height: 2000vh;
  opacity: 1;
  transition: max-width 0.01s, max-height 0.01s, opacity 0.3s;
}
.popup__container {
  padding: 2rem 0;
  display: flex;
  justify-content: center;
}
.popup__box {
  position: relative;
  display: flex;
  flex-direction: column;
  background-color: #f3f3f3;
}
@media (max-width: 767px) {
  .popup__box {
    max-width: calc(100vw - 2rem);
    padding: 2rem 1rem 1rem;
    border-radius: 1.3rem;
  }
}
@media (min-width: 768px) {
  .popup__box {
    max-width: 47rem;
    padding: 4.5rem 1.7rem 5.9rem;
    border-radius: 1.6rem;
  }
}
.popup__close {
  position: absolute;
  width: 1.05rem;
  height: 1.05rem;
  background-color: transparent;
  cursor: pointer;
  transform: rotate(45deg);
}
@media (max-width: 767px) {
  .popup__close {
    top: 1rem;
    right: 1rem;
  }
}
@media (min-width: 768px) {
  .popup__close {
    top: 2rem;
    right: 2rem;
  }
}
.popup__close::before, .popup__close:after {
  position: absolute;
  display: block;
  background-color: #000;
  content: "";
}
.popup__close::before {
  top: 0.5rem;
  left: 0;
  width: 1.05rem;
  height: 0.05rem;
}
.popup__close:after {
  top: 0;
  left: 0.5rem;
  width: 0.05rem;
  height: 1.05rem;
}

.primary {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  color: #fff;
}
@media (max-width: 767px) {
  .primary {
    height: 16.9rem;
  }
}
@media (min-width: 768px) {
  .primary {
    height: 28.6rem;
  }
}
.primary::before {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  top: 0;
  background: rgba(0, 0, 0, 0.38);
  content: "";
}
.primary .page__title {
  margin: auto;
  text-align: center;
}
@media (min-width: 768px) {
  .primary .page__title {
    max-width: 52.7rem;
  }
}
.primary img {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.primary .wrap {
  z-index: 1;
}

.tours-video {
  background: url("../img/map-bg.jpg") no-repeat top center;
  background-size: cover;
}
@media (max-width: 767px) {
  .tours-video {
    margin-top: 2.5rem;
    padding: 1rem 0 1.3rem;
  }
}
@media (min-width: 768px) {
  .tours-video {
    margin-top: 1rem;
    padding: 5.35rem 0 5rem;
  }
}
@media (max-width: 767px) {
  .tours-video .wrap {
    padding: 0 2rem;
  }
}
@media (min-width: 768px) {
  .tours-video .wrap {
    max-width: 67.25rem;
  }
}
.tours-video .section__title {
  text-align: center;
}
@media (max-width: 767px) {
  .tours-video .section__title {
    font-size: 1rem;
  }
}
@media (min-width: 768px) {
  .tours-video .section__title {
    font-size: 3.25rem;
  }
}
.tours-video__list {
  display: grid;
  align-items: center;
}
@media (max-width: 767px) {
  .tours-video__list {
    margin-top: 1rem;
    column-gap: 0.4rem;
    grid-template-columns: 0.8rem 1fr 0.8rem;
  }
}
@media (min-width: 768px) {
  .tours-video__list {
    margin-top: 3rem;
    column-gap: 2.5rem;
    grid-template-columns: 2.5rem 1fr 2.5rem;
  }
}
.tours-video__slider {
  width: 100%;
  overflow: hidden;
}
.tours-video__slider .slick-list {
  overflow: hidden;
}
.tours-video__slider-img {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.tours-video__slider-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .tours-video__slider .slick-dots {
    margin-top: 0.75rem;
  }
}
@media (min-width: 768px) {
  .tours-video__slider .slick-dots {
    margin-top: 2.8rem;
  }
}
.tours-video__item {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .tours-video__item {
    min-height: 6.5rem;
  }
}
@media (min-width: 768px) {
  .tours-video__item {
    min-height: 32.65rem;
  }
}
.tours-video__item iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}
.tours-video-btn__box {
  display: flex;
  justify-content: center;
}
@media (max-width: 767px) {
  .tours-video-btn__box {
    margin-top: 1rem;
  }
}
@media (min-width: 768px) {
  .tours-video-btn__box {
    margin-top: 3.4rem;
  }
}
@media (max-width: 767px) {
  .tours-video-btn__box .btn {
    padding: 0.45rem 0.6rem;
  }
}
@media (min-width: 768px) {
  .tours-video-btn__box .btn {
    min-height: 3.7rem;
  }
}

@media (max-width: 767px) {
  .why .wrap {
    padding: 0 2rem;
  }
}
@media (min-width: 768px) {
  .why .wrap {
    max-width: 80.5rem;
  }
}
@media (max-width: 767px) {
  .why__box {
    margin-top: 0.75rem;
  }
}
@media (min-width: 768px) {
  .why__box {
    margin-top: 2rem;
    display: grid;
    grid-template-columns: 1fr 25.6rem;
    column-gap: 5.5rem;
  }
}
.why .section__title {
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .why .section__title {
    font-size: 1rem;
    line-height: 1;
  }
}
@media (min-width: 768px) {
  .why .section__title {
    font-size: 3.5rem;
  }
}
@media (max-width: 767px) {
  .why__content p {
    font-size: 0.6rem;
    line-height: 1.15rem;
  }
}
@media (min-width: 768px) {
  .why__content p {
    font-size: 1.5rem;
    line-height: 2.5rem;
  }
}
.why__content ul,
.why__content ol {
  font-weight: 600;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .why__content ul,
  .why__content ol {
    margin-top: 1rem;
    padding-left: 1rem;
    font-size: 0.5rem;
  }
}
@media (min-width: 768px) {
  .why__content ul,
  .why__content ol {
    margin-top: 2.8rem;
    padding-left: 1.5rem;
    font-size: 1.2rem;
  }
}
@media (max-width: 767px) {
  .why__content ul li,
  .why__content ol li {
    line-height: 1rem;
  }
  .why__content ul li br,
  .why__content ol li br {
    display: contents;
  }
}
@media (min-width: 768px) {
  .why__content ul li,
  .why__content ol li {
    line-height: 2.15rem;
  }
}
@media (max-width: 767px) {
  .why__content ul li:not(:last-child),
  .why__content ol li:not(:last-child) {
    margin-bottom: 0.45rem;
  }
}
@media (min-width: 768px) {
  .why__content ul li:not(:last-child),
  .why__content ol li:not(:last-child) {
    margin-bottom: 0.85rem;
  }
}
.why__img {
  overflow: hidden;
  background-color: #e0b102;
}
@media (max-width: 767px) {
  .why__img {
    margin: 1rem auto 0;
    height: 7rem;
    width: 6rem;
  }
}
@media (min-width: 768px) {
  .why__img {
    height: 27rem;
    width: 100%;
  }
}
.why__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 767px) {
  .about .wrap:has(.section__desc) {
    padding: 2.5rem 2rem 3rem;
  }
}
@media (min-width: 768px) {
  .about .wrap:has(.section__desc) {
    max-width: 62.25rem;
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
}
@media (max-width: 767px) {
  .about .section__desc {
    font-size: 0.6rem;
    line-height: 1.15rem;
    text-align: center;
  }
}
@media (min-width: 768px) {
  .about .section__desc {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
@media (max-width: 767px) {
  .about-contact {
    padding: 3.25rem 0.9rem;
  }
}
@media (min-width: 768px) {
  .about-contact {
    padding: 13.1rem 0 9.4rem;
  }
}
.about-contact .section__title {
  font-family: "Tenor Sans", sans-serif;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .about-contact .section__title {
    font-size: 1rem;
    line-height: 1.8rem;
  }
}
@media (min-width: 768px) {
  .about-contact .section__title {
    max-width: 57rem;
    font-size: 3.5rem;
    line-height: 4.5rem;
  }
}
.about-contact .wrap {
  background-color: #d2d2d2;
}
@media (max-width: 767px) {
  .about-contact .wrap {
    padding: 1.25rem;
    border-radius: 1.3rem;
  }
}
@media (min-width: 768px) {
  .about-contact .wrap {
    max-width: 83rem;
    padding: 4.5rem 5.01rem;
    border-radius: 1.6rem;
  }
}
@media (max-width: 767px) {
  .about-contact__box {
    margin-top: 0.9rem;
  }
}
@media (min-width: 768px) {
  .about-contact__box {
    margin-top: 4rem;
    display: grid;
    grid-template-columns: 1fr 19rem;
    column-gap: 3.5rem;
  }
}
@media (max-width: 767px) {
  .about-contact__img {
    display: none;
  }
}
@media (min-width: 768px) {
  .about-contact__img {
    margin-top: 1.35rem;
    height: 27rem;
    overflow: hidden;
    border-radius: 1.5rem;
  }
  .about-contact__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
.about-contact__btn {
  max-width: max-content;
  margin: 1rem auto 0;
}

.contact-page .section__title {
  text-align: center;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .contact-page .section__title {
    font-size: 1rem;
  }
}
@media (min-width: 768px) {
  .contact-page .section__title {
    font-size: 3.5rem;
  }
}
@media (max-width: 767px) {
  .contact-page__details {
    padding: 1.6rem 0 2.8rem;
  }
}
@media (min-width: 768px) {
  .contact-page__details {
    padding: 7.25rem 0 4.75rem;
  }
}
@media (max-width: 767px) {
  .contact-page__details .wrap {
    padding: 0 2rem;
  }
}
@media (min-width: 768px) {
  .contact-page__details .wrap {
    max-width: 73.35rem;
  }
}
@media (max-width: 767px) {
  .contact-page__box {
    margin-top: 1.7rem;
  }
}
@media (min-width: 768px) {
  .contact-page__box {
    margin-top: 5.04rem;
    display: grid;
    grid-template-columns: 19rem 1fr;
    column-gap: 9.3rem;
  }
}
.contact-page__list {
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .contact-page__list {
    row-gap: 1.6rem;
  }
}
@media (min-width: 768px) {
  .contact-page__list {
    row-gap: 2.4rem;
  }
}
.contact-page__item {
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .contact-page__item {
    row-gap: 0.5rem;
  }
}
@media (min-width: 768px) {
  .contact-page__item {
    row-gap: 1.5rem;
  }
}
.contact-page__label {
  font-family: "Tenor Sans", sans-serif;
  text-transform: uppercase;
  color: #757575;
}
@media (max-width: 767px) {
  .contact-page__label {
    font-size: 0.75rem;
    line-height: 1;
  }
}
@media (min-width: 768px) {
  .contact-page__label {
    font-size: 1.8rem;
  }
}
@media (max-width: 767px) {
  .contact-page__desc {
    font-size: 0.5rem;
    line-height: 1;
  }
  .contact-page__desc br {
    display: contents;
  }
}
@media (min-width: 768px) {
  .contact-page__desc {
    font-size: 1.5rem;
    line-height: 2.2rem;
  }
}
@media (max-width: 767px) {
  .contact-page__content {
    margin-top: 1.8rem;
    font-size: 0.6rem;
    line-height: 1.15rem;
  }
}
@media (min-width: 768px) {
  .contact-page__content {
    font-size: 1.5rem;
    line-height: 2.75rem;
  }
}
@media (max-width: 767px) {
  .contact-page__content p:not(:first-child) {
    margin-top: 1rem;
  }
}
@media (min-width: 768px) {
  .contact-page__content p:not(:first-child) {
    margin-top: 1.8rem;
  }
}
.contact-page__video {
  background: url("../img/map-bg.jpg") no-repeat top center/cover;
}
@media (max-width: 767px) {
  .contact-page__video {
    min-height: 14.5rem;
    padding: 1.5rem 0 2.8rem;
  }
}
@media (min-width: 768px) {
  .contact-page__video {
    min-height: 63.5rem;
    padding: 8.525rem 0 13.2rem;
  }
}
@media (max-width: 767px) {
  .contact-page__video .wrap {
    padding: 0 2rem;
  }
}
@media (min-width: 768px) {
  .contact-page__video .wrap {
    max-width: 57.15rem;
  }
}
@media (max-width: 767px) {
  .contact-page__video-box {
    margin-top: 1.75rem;
    min-height: 7.2rem;
  }
}
@media (min-width: 768px) {
  .contact-page__video-box {
    margin-top: 2rem;
    min-height: 32.65rem;
  }
}
.contact-page__video-box iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}
.contact-page__btn-box {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .contact-page__btn-box {
    margin-top: 1.9rem;
    column-gap: 0.8rem;
  }
}
@media (min-width: 768px) {
  .contact-page__btn-box {
    margin-top: 2.4rem;
    column-gap: 2.75rem;
  }
}
.contact-page .btn {
  line-height: 1;
}

@media (max-width: 767px) {
  .country .primary {
    height: 17rem;
  }
}
@media (min-width: 768px) {
  .country .primary {
    height: 45rem;
  }
}
.country .primary:before {
  width: 100%;
  height: 100%;
  filter: none;
  bottom: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.38);
}
@media (max-width: 767px) {
  .country-short {
    padding-top: 2.2rem;
  }
}
@media (min-width: 768px) {
  .country-short {
    padding-top: 7.8rem;
  }
}
@media (max-width: 767px) {
  .country-short .wrap {
    padding: 0 2rem;
  }
}
@media (min-width: 768px) {
  .country-short .wrap {
    max-width: 73.3rem;
  }
}
.country-short__box {
  background-color: #f3f3f3;
}
@media (max-width: 767px) {
  .country-short__box {
    padding: 1.4rem 1rem;
    border-radius: 0.25rem;
    font-size: 0.6rem;
    line-height: 1rem;
  }
}
@media (min-width: 768px) {
  .country-short__box {
    padding: 4.2rem;
    border-radius: 1.25rem;
    font-size: 1.75rem;
    line-height: 3.5rem;
  }
}
@media (max-width: 767px) {
  .country-details {
    margin-top: 3.8rem;
  }
}
@media (min-width: 768px) {
  .country-details {
    margin-top: 7.75rem;
  }
}
.country-details .wrap {
  display: grid;
  align-items: center;
}
@media (max-width: 767px) {
  .country-details .wrap {
    padding: 0 2rem;
    grid-template-columns: 1fr 6.6rem;
    gap: 1.6rem 0.6rem;
  }
}
@media (min-width: 768px) {
  .country-details .wrap {
    max-width: 96rem;
    grid-template-columns: 1fr 40.4rem;
    column-gap: 7.35rem;
  }
}
@media (max-width: 767px) {
  .country-details__box {
    display: contents;
  }
}
@media (min-width: 768px) {
  .country-details__box {
    padding-left: 7rem;
    display: flex;
    flex-direction: column;
    row-gap: 3.65rem;
  }
}
@media (max-width: 767px) {
  .country-details .section__title {
    font-size: 1rem;
    line-height: 1.4rem;
  }
}
@media (min-width: 768px) {
  .country-details .section__title {
    font-size: 4rem;
    line-height: 4.5rem;
  }
}
@media (max-width: 767px) {
  .country-details .section__desc {
    order: 1;
    grid-column: 1/3;
    font-size: 0.6rem;
    line-height: 1rem;
  }
}
@media (min-width: 768px) {
  .country-details .section__desc {
    font-size: 1.5rem;
    line-height: 2.9rem;
  }
}
.country-details__img {
  overflow: hidden;
}
@media (max-width: 767px) {
  .country-details__img {
    height: 7.5rem;
  }
}
@media (min-width: 768px) {
  .country-details__img {
    height: 46.1rem;
  }
}
.country-details__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.error {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .error {
    min-height: calc(100vh - 10rem);
  }
}
@media (min-width: 768px) {
  .error {
    min-height: 40rem;
  }
}
.error__box {
  text-align: center;
}
@media (max-width: 767px) {
  .error__box {
    max-width: 12rem;
  }
}
@media (min-width: 768px) {
  .error__box {
    max-width: 24rem;
  }
}
.error__num {
  font-weight: 700;
  color: #747474;
}
@media (max-width: 767px) {
  .error__num {
    font-size: 6rem;
  }
}
@media (min-width: 768px) {
  .error__num {
    font-size: 12rem;
  }
}
.error__desc {
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .error__desc {
    font-size: 0.6rem;
    line-height: 1.5;
  }
}
@media (min-width: 768px) {
  .error__desc {
    font-size: 1rem;
    line-height: 1.4rem;
  }
}
.error .btn {
  width: max-content;
  margin: 1rem auto 0;
}

body:has(.error) .topnav a {
  color: #1c1c1c;
}

.home .primary {
  align-items: flex-start;
}
@media (max-width: 767px) {
  .home .primary {
    height: 19.4rem;
  }
}
@media (min-width: 768px) {
  .home .primary {
    height: 38.5rem;
  }
}
.home .primary:before {
  top: inherit;
  filter: blur(8.4rem);
  background: rgba(0, 0, 0, 0.67);
}
@media (max-width: 767px) {
  .home .primary:before {
    bottom: 0;
    width: 60rem;
    height: 9.52rem;
  }
}
@media (min-width: 768px) {
  .home .primary:before {
    bottom: -2.5rem;
    width: 95.5rem;
    height: 19.65rem;
  }
}
@media (max-width: 767px) {
  .home .primary .wrap {
    margin-top: 6.9rem;
    padding: 0 2.125rem;
  }
}
@media (min-width: 768px) {
  .home .primary .wrap {
    max-width: 79.3rem;
    margin-top: 13.2rem;
  }
}
.home .primary__box {
  position: relative;
}
.home .primary .section__title {
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .home .primary .section__title {
    font-size: 1.2rem;
  }
}
@media (min-width: 768px) {
  .home .primary .section__title {
    max-width: 41rem;
    font-size: 3.6rem;
  }
}
.home .primary .section__desc {
  font-weight: 600;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .home .primary .section__desc {
    margin-top: 0.4rem;
    font-size: 0.55rem;
    line-height: 0.8rem;
  }
}
@media (min-width: 768px) {
  .home .primary .section__desc {
    margin-top: 1rem;
    font-size: 1rem;
  }
}
.home .primary__btn-box {
  display: flex;
}
@media (max-width: 767px) {
  .home .primary__btn-box {
    margin-top: 1.5rem;
    column-gap: 0.9rem;
  }
}
@media (min-width: 768px) {
  .home .primary__btn-box {
    margin-top: 5.3rem;
    column-gap: 2.6rem;
  }
}

@media (max-width: 767px) {
  .tour-category__container {
    padding: 3.8rem 0;
  }
}
@media (min-width: 768px) {
  .tour-category__container {
    padding: 6.5rem 0;
  }
}
@media (max-width: 767px) {
  .tour-category__container .wrap {
    padding: 0 2rem;
  }
}
@media (min-width: 768px) {
  .tour-category__container .wrap {
    max-width: 65rem;
  }
}
.tour-category__list {
  display: grid;
}
@media (max-width: 767px) {
  .tour-category__list {
    column-gap: 0.5rem;
    grid-template-columns: 1.5rem 1fr 1.5rem;
  }
  .tour-category__list > .btn {
    margin-top: 5.8rem;
  }
}
@media (min-width: 768px) {
  .tour-category__list {
    grid-template-columns: repeat(3, 1fr);
    gap: 2.5rem 2.8rem;
  }
  .tour-category__list > .btn {
    display: none;
  }
}
@media (max-width: 767px) {
  .tour-category__slider {
    width: 100%;
    overflow: hidden;
    border-radius: 0.6rem;
    box-shadow: 0 0 0.4rem rgba(0, 0, 0, 0.47);
  }
}
@media (min-width: 768px) {
  .tour-category__slider {
    display: contents;
  }
}
.tour-category__item {
  position: relative;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
}
@media (max-width: 767px) {
  .tour-category__item {
    height: 15.4rem;
  }
}
@media (min-width: 768px) {
  .tour-category__item {
    height: 30rem;
    border-radius: 1.25rem;
    box-shadow: 0 0 1rem #000;
  }
}
.tour-category__title {
  color: #fff;
  font-family: "Tenor Sans", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .tour-category__title {
    font-size: 0.6rem;
  }
}
@media (min-width: 768px) {
  .tour-category__title {
    font-size: 1.2rem;
  }
}
.tour-category__desc {
  color: #fff;
  font-weight: 300;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .tour-category__desc {
    margin-top: 0.55rem;
    font-size: 0.45rem;
    line-height: 0.6rem;
  }
}
@media (min-width: 768px) {
  .tour-category__desc {
    min-height: 7.5rem;
    margin-top: 1.1rem;
    font-size: 0.9rem;
    line-height: 1.5rem;
  }
}
@media (max-width: 767px) {
  .tour-category__desc p:not(:first-child) {
    margin-top: 0.3rem;
  }
}
@media (min-width: 768px) {
  .tour-category__desc p:not(:first-child) {
    margin-top: 0.75rem;
  }
}
.tour-category__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .tour-category__footer {
    margin-top: 0.4rem;
  }
}
@media (min-width: 768px) {
  .tour-category__footer {
    margin-top: 0.74rem;
  }
}
.tour-category__price {
  font-weight: 700;
  color: #fff;
}
@media (max-width: 767px) {
  .tour-category__price {
    font-size: 0.5rem;
  }
}
@media (min-width: 768px) {
  .tour-category__price {
    font-size: 1rem;
  }
}
@media (max-width: 767px) {
  .tour-category__box {
    padding: 0 0.75rem 1.15rem;
  }
}
@media (min-width: 768px) {
  .tour-category__box {
    padding: 0 1.6rem 2.75rem;
  }
}
.tour-category__img {
  position: absolute;
  z-index: -1;
  top: 0;
  width: 100%;
  height: 100%;
}
.tour-category__img::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.65);
  content: "";
}
.tour-category__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .tour-category .slick-arrow {
    width: 1.5rem;
    height: 1.5rem;
  }
}/*# sourceMappingURL=main.css.map */