@charset "UTF-8";
@import "https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300..900;1,300..900&display=swap";

/* dev/scss/main.scss */
:root {
  --brand: #FFB600;
  --brand2: #122D17;
  --color-link: #272727;
  --color-information: #FFE400;
  --color-footer: #f6f4f0;
  --color-tab-inactive: #686868;
  --color-tab-active: #f6f4f0;
  --color-tab-border-active: #2aa052;
  --color-bread-link: #999999;
  --color-bread-link-active: #000;
  --color-link-black: #000;
  --width: 85%;
  --max-width: 1450px;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html {
  scrollbar-gutter: stable;
}
body {
  font-family: "Figtree", sans-serif;
  line-height: 1.6;
  font-size: 15px;
}
img {
  display: block;
  max-width: 100%;
}
a {
  text-decoration: none;
}
p {
  margin-bottom: 1rem;
}
body.modal-open {
  overflow: hidden;
  padding-right: 0;
}
.container {
  width: var(--width);
  max-width: var(--max-width);
  margin: 0 auto;
}
.fw-bold {
  font-weight: 700;
}
.breadcrumb ul {
  display: flex;
  list-style: none;
  align-items: center;
  padding: 0;
  margin-bottom: 25px;
  margin-top: 10px;
  flex-wrap: wrap;
}
.breadcrumb .breadcrumb-item {
  font-size: 14px;
  color: var(--color-bread-link-active);
}
.breadcrumb a {
  font-size: 14px;
  color: var(--color-bread-link);
}
.breadcrumb-item + .breadcrumb-item::before {
  content: "/";
  padding: 0 5px;
  color: #6c757d;
}
.hidden {
  display: none;
}
.rotate-180 {
  transform: rotate(50deg);
  transition: transform 0.3s ease;
}
.accordion-button {
  display: flex;
  width: 100%;
  justify-content: space-between;
  background: none;
  border: none;
  font-size: 18px;
  font-weight: 700;
  border-bottom: 1px solid #929292;
  padding: 20px 0;
}
.accordion-panel {
  padding: 20px 0;
}
.lang-dropdown {
  position: relative;
  display: inline-block;
}
.lang-trigger {
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 8px 12px;
  font-size: 14px;
}
.lang-list {
  position: absolute;
  top: 100%;
  right: 0;
  z-index: 99;
  display: none;
  min-width: 100px;
  margin: 0;
  padding: 5px 0;
  list-style: none;
  background: #fff;
  border: 1px solid #ddd;
  border-top: none;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  border-radius: 15px;
}
.lang-list a {
  font-size: 14px;
}
.lang-dropdown:hover .lang-list {
  display: block;
}
.lang-list li a {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px 15px;
  text-decoration: none;
  color: #333;
  transition: background 0.2s;
}
.lang-list li a:hover {
  background: #f5f5f5;
}
.py-3 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.accordion-grid {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.accordion-grid .accordion-column {
  flex: 1;
}
.accordion-grid .accordion-item.active .accordion-content {
  display: block;
}
.accordion-grid .accordion-content {
  display: none;
  padding: 20px 0;
}
.accordion-grid .accordion-header {
  display: flex;
  width: 100%;
  justify-content: space-between;
  background: none;
  border: none;
  font-size: 16px;
  font-weight: 700;
  border-bottom: 1px solid #929292;
  padding: 20px 0;
}
.form-group {
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin-bottom: 15px;
}
.form-error {
  color: red;
}
.form-error ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
@media (min-width: 1024px) {
  .accordion-grid {
    flex-direction: row;
    gap: 50px;
  }
}
.alert {
  display: flex;
  align-items: center;
  padding: 1rem 1.5rem;
  margin: 1rem 0;
  border-radius: 2px;
}
.alert-success {
  background-color: #ecfdf5;
  border: 1px solid #10b981;
  color: #065f46;
}
.alert-icon {
  margin-right: 12px;
  display: flex;
  align-items: center;
  color: #10b981;
}
.alert-content {
  font-size: 0.95rem;
  font-weight: 500;
}
.badge-danger {
  --bs-danger: #fd625e;
  --bs-badge-padding-x: 0.4em;
  --bs-badge-padding-y: 0.25em;
  --bs-badge-font-size: 0.75em;
  --bs-badge-font-weight: 700;
  --bs-bg-opacity: 1;
  --bs-badge-color: #fff;
  --bs-badge-border-radius: var(--bs-border-radius);
  display: inline-block;
  padding: var(--bs-badge-padding-y) var(--bs-badge-padding-x);
  font-size: var(--bs-badge-font-size);
  font-weight: var(--bs-badge-font-weight);
  line-height: 1;
  color: var(--bs-badge-color);
  text-align: center;
  white-space: nowrap;
  background-color: rgba(253, 98, 94, var(--bs-bg-opacity));
  border-radius: 50rem;
  padding-right: 0.6em;
  padding-left: 0.6em;
}
@media (min-width: 1024px) {
  .hidden-desk {
    display: none;
  }
}
.qor__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
}
.qoriqancha-logo {
  width: 35%;
  display: block;
}
.logo-img {
  width: 100%;
  height: auto;
  display: block;
}
.head__content-menu {
  display: flex;
  flex-direction: column;
  align-items: end;
  gap: 5px;
}
.head__menu {
  align-items: center;
  list-style: none;
}
.head__menu .menu-item {
  padding: 10px 10px;
  display: block;
  color: var(--color-link);
  font-weight: 600;
  font-size: 14px;
}
.head__menu .btn-information {
  background-color: var(--color-information);
  color: var(--brand2);
  padding: 5px 15px;
  border-radius: 25px;
  text-align: center;
}
.head__contacts {
  display: flex;
  list-style: none;
  gap: 10px;
}
.head__contacts .contact-email path {
  stroke: #FFB600;
}
.head__contacts .item-phone path {
  stroke: #FFB600;
}
.head__contacts .item-telephone path {
  stroke: #FFB600;
}
.head__contacts .menu-item {
  display: flex;
  align-items: center;
  gap: 5px;
  color: var(--color-link);
  font-size: 14px;
  padding: 10px 10px;
}
.head__contacts .menu-item .text {
  display: none;
}
.head__contacts .menu-item path {
  fill: #FFB600;
}
.head__contacts .btn-book-now {
  display: none;
  background-color: var(--brand2);
  color: white;
  padding: 10px 20px;
  border-radius: 25px;
  text-align: center;
  text-transform: uppercase;
}
@media (min-width: 1024px) {
  .qoriqancha-logo {
    width: 15%;
  }
  .head__menu {
    display: flex;
  }
  .head__contacts .menu-item .text {
    display: block;
  }
  .head__contacts .btn-book-now {
    display: block;
  }
}
@media (width < 1024px) {
  .head__content-menu {
    flex-direction: row-reverse;
    align-items: center;
  }
  .head__menu li:not(:last-child) {
    display: none;
  }
  .head__contacts .menu-item {
    background-color: #eee;
    border-radius: 50%;
    padding: 8px;
  }
  .head__contacts svg {
    width: 19px;
    height: 19px;
  }
  .head__contacts li:last-child {
    display: none;
  }
}
.nav-menu {
  background: var(--brand);
}
.menu__root-level > .has-children > .sub-menu {
  display: none;
}
.menu__root-level {
  list-style: none;
  display: flex;
  justify-content: center;
}
.menu__root-level > .menu-item > .menu-link {
  color: var(--brand2);
  font-weight: 600;
  font-size: 14px;
  padding: 15px 20px;
  display: block;
  text-transform: uppercase;
  cursor: default;
}
.menu__root-level > .menu-item > .menu-link:hover {
  background: var(--brand2);
  color: white;
}
@media (min-width: 1024px) {
  .nav-menu {
    position: sticky;
    top: 0;
    z-index: 100;
  }
  .submenu-toggle {
    display: none;
  }
  .hamburger-btn {
    display: none;
  }
  .menu__root-level {
    position: relative;
  }
  .menu__root-level > .menu-item:hover .sub-menu-level-1 {
    display: grid;
  }
  .sub-menu-level-1 {
    position: absolute;
    z-index: 10;
    background: white;
    border-radius: 15px;
    padding: 20px;
    display: grid;
    list-style: none;
    top: 100%;
    box-sizing: border-box;
    left: initial;
    grid-template-columns: 1fr;
  }
  .sub-menu-level-1:has(.sub-menu-level-2) {
    gap: 30px;
    grid-template-columns: repeat(var(--total-items), 1fr);
    width: 60%;
    max-width: 700px;
    right: 0;
  }
  .sub-menu-level-1:has(.sub-menu-level-2) > .menu-item > .menu-link {
    display: block;
    color: #122D17;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    border-bottom: 1px solid #d8d8d8;
  }
  .sub-menu-level-1 > .menu-item .sub-menu {
    list-style: none;
  }
  .sub-menu-level-1 > .menu-item .menu-link {
    color: black;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    gap: 5px;
  }
  .sub-menu-level-1 .menu-link:not(.menu__no-link):hover {
    color: #FFB600;
  }
}
@media (width < 1024px) {
  .menu__root-level {
    position: fixed;
    top: 0;
    left: 0;
    width: 80%;
    height: 100vh;
    background: white;
    margin: 0;
    padding: 20px;
    list-style: none;
    z-index: 21;
    box-shadow: 4px 0 10px rgba(0, 0, 0, 0.1);
    transform: translateX(-100%);
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    display: flex;
    flex-direction: column;
    overflow-y: auto;
  }
  .menu__root-level.is-open {
    transform: translateX(0);
  }
  .menu__root-level > .menu-item {
    border-bottom: 1px solid #ddd;
  }
  .menu-container {
    display: flex;
    justify-content: end;
    padding: 5px 0;
  }
  .hamburger-btn {
    background: none;
    border: none;
    color: white;
  }
  .menu-item {
    position: relative;
    margin-bottom: 5px;
  }
  .menu-item.has-children {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
  }
  .menu-item.has-children > .menu-link {
    grid-column: 1;
  }
  .menu-item.has-children > .submenu-toggle {
    grid-column: 2;
  }
  .menu-item.has-children > .sub-menu {
    grid-column: 1/-1;
  }
  .submenu-toggle {
    width: 32px;
    height: 32px;
    border: 0;
    background: transparent;
    color: #FFB600;
    cursor: pointer;
  }
  .submenu-toggle::before {
    content: "+";
    font-size: 20px;
    line-height: 1;
  }
  .menu-item.is-open > .submenu-toggle::before {
    content: "-";
  }
  .menu-item.is-open > .sub-menu {
    display: block;
  }
  .sub-menu {
    display: none;
    list-style: none;
    padding-left: 20px;
    margin: 0;
  }
}
.qoriqancha-slider {
  position: relative;
  height: 650px;
  overflow: hidden;
}
.qoriqancha-slider .slider-image {
  position: absolute;
  height: 100%;
  width: 100%;
}
.qoriqancha-slider .slider-image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  display: block;
}
.qoriqancha-slider .slider-image::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.08);
}
.qoriqancha-slider .slider-content {
  position: relative;
  color: white;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.qoriqancha-slider h1 {
  font-size: 2.5em;
  text-transform: capitalize;
  margin-bottom: 10px;
  line-height: 1.4;
}
.qoriqancha-slider .slider-body {
  font-size: 14px;
}
.qoriqancha-slider .slider-body ul {
  padding-left: 1rem;
}
.qoriqancha-slider .btn {
  padding: 10px 20px;
  border-radius: 25px;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 700;
}
.qoriqancha-slider .slider-actions {
  margin-top: 30px;
  display: flex;
  gap: 10px;
}
.qoriqancha-slider .btn-contact {
  background-color: rgba(255, 255, 255, 0.27);
  color: white;
  border: 1px solid white;
}
.qoriqancha-slider .btn-availability {
  background-color: var(--color-information);
  color: var(--brand2);
}
.qoriqancha-gateway .logo-trip-advisor {
  display: flex;
  justify-content: center;
}
.qoriqancha-gateway .logo-trip-advisor img {
  width: 100px;
}
.gateway-title {
  text-align: center;
  margin-bottom: 10px;
  font-size: 2.2em;
  text-transform: capitalize;
  color: var(--brand2);
}
.gateway-description {
  width: 100%;
  text-align: center;
}
@media (min-width: 1024px) {
  .gateway-description {
    width: 65%;
    margin-left: auto;
    margin-right: auto;
  }
}
.qoriqancha-why-choose {
  background-color: #F6F4F0;
  padding: 2rem 0;
}
.why-title {
  text-align: center;
  margin-bottom: 20px;
  font-size: 1.8em;
  text-transform: uppercase;
  color: #122D17;
}
.why-cards {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 20px;
}
.why-cards .card {
  padding: 30px;
  border-radius: 20px;
  border: 1px solid #E6E6E6;
  align-items: center;
  display: flex;
  flex-direction: column;
  text-align: center;
  background: white;
  height: 100%;
}
.why-cards .card::after {
  content: "";
  border: 1px solid #2AA052;
  width: 100%;
  margin-top: auto;
  border-radius: 5px;
}
.why-cards .why-icon {
  width: 66px;
  height: 66px;
  background: #FFF5E0;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}
.why-cards h3 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 20px;
}
.why-cards .why-item-content {
  color: #535353;
  margin-bottom: 40px;
}
.content-actions {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
.content-actions a {
  display: inline-block;
  padding: 5px 25px;
  background: #FFE400;
  color: #122D17;
  text-transform: uppercase;
  font-size: 14px;
  margin-top: 30px;
  border: 1px solid #FFB600;
}
.embla {
  --slide-height: 19rem;
  --slide-spacing: 1rem;
  --slide-size: 100%;
  --slide-spacing-sm: 1.6rem;
  --slide-size-sm: 50%;
  --slide-spacing-lg: 2rem;
  --slide-size-lg: calc(100% / 3);
}
.embla.embla-four {
  --slide-size-lg: calc(100% / 4);
  --slide-spacing-lg: 1rem;
}
.embla .embla__viewport {
  overflow: hidden;
}
.embla .embla__container {
  backface-visibility: hidden;
  display: flex;
  touch-action: pan-y pinch-zoom;
  margin-left: calc(var(--slide-spacing) * -1);
  align-items: stretch;
}
.embla .embla__slide {
  min-width: 0;
  flex: 0 0 var(--slide-size);
  padding-left: var(--slide-spacing);
}
.embla__dots {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
.embla__dots .embla__dot {
  background-color: #cbd0d6;
  cursor: pointer;
  border-radius: 5px;
  display: inline-block;
  height: 10px;
  margin: 0 8px;
  transition: all 0.35s ease-in-out;
  width: 10px;
  border: none;
}
.embla__dots .embla__dot.embla__dot--selected {
  width: 30px;
  background: #122D17;
}
.card-tour {
  position: relative;
  width: 100%;
}
.card-tour .field-image img {
  width: 100%;
  height: auto;
  aspect-ratio: 3/4;
  object-fit: cover;
  display: block;
}
.card-tour .card-body {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 20px;
  color: #fff;
  background:
    linear-gradient(
      358deg,
      #000,
      rgba(0, 0, 0, 0.05));
}
.card-tour .tour-details {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}
.card-tour .field-duration {
  background-color: rgba(255, 255, 255, 0.4);
  padding: 3px 15px;
  border-radius: 15px;
  font-size: 13px;
  border: 1px solid white;
}
.card-tour .field-title {
  text-transform: uppercase;
  font-size: 20px;
  margin-bottom: 10px;
}
.card-tour .card-footer {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.card-tour .field-price {
  display: flex;
  flex-direction: column;
}
.card-tour .field-price .price {
  font-weight: 700;
  font-size: 18px;
}
.card-tour .separator-card {
  width: 100%;
  height: 1px;
  border: none;
  background-color: rgba(255, 255, 255, 0.3098039216);
}
.card-tour .btn-link-content {
  display: block;
  padding: 5px 20px;
  border: 1px solid white;
  text-transform: uppercase;
  transition: all 0.3s ease;
  color: white;
  font-size: 14px;
}
.card-tour .btn-link-content:hover {
  background-color: white;
  color: #122D17;
}
.best-title {
  text-align: center;
  margin-bottom: 20px;
  font-size: 1.8em;
  text-transform: uppercase;
  color: #122D17;
}
.best-content {
  width: 100%;
  text-align: center;
}
@media (min-width: 1024px) {
  .best-content {
    width: 65%;
    margin-left: auto;
    margin-right: auto;
  }
}
.best-content {
  margin-bottom: 50px;
}
.qoriqancha-more-famous {
  background: #122D17;
}
.tour-famous-content {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  align-items: center;
  gap: 40px;
  color: white;
}
.tour-famous-content .fms-images {
  height: 280px;
}
.tour-famous-content .fms-images img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.tour-famous-content .fms-slogan {
  text-transform: uppercase;
  display: block;
  font-size: 13px;
}
.tour-famous-content .fms-title {
  font-size: 2em;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.tour-famous-content .fms-title::after {
  content: "";
  display: block;
  width: 100px;
  height: 3px;
  background: #FFB600;
  margin-top: 5px;
  border-radius: 5px;
}
.tour-famous-content .btn-availability {
  display: inline-block;
  padding: 5px 25px;
  background: #FFE400;
  color: #122D17;
  text-transform: uppercase;
  font-size: 14px;
  margin-top: 30px;
  border: 1px solid #FFB600;
}
.qoriqancha-view-amazing {
  background: #F6F4F0;
}
.view-amazing {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 30px;
  align-items: center;
}
.view-amazing .view-slogan {
  font-size: 13px;
  text-transform: uppercase;
}
.view-amazing .view-title {
  font-size: 2.5em;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.view-amazing .view-title::after {
  content: "";
  display: block;
  width: 100px;
  height: 3px;
  background: #FFB600;
  margin-top: 5px;
  border-radius: 5px;
}
.view-amazing .view-gallery {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-auto-rows: 100px;
  gap: 10px;
}
.view-amazing .view-gallery img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.view-amazing .view-gallery img:first-child {
  grid-row: 1/3;
}
.view-actions a {
  display: inline-block;
  padding: 5px 25px;
  background: #FFE400;
  color: #122D17;
  text-transform: uppercase;
  font-size: 14px;
  margin-top: 30px;
  border: 1px solid #FFB600;
}
.package-title {
  text-align: center;
  margin-bottom: 20px;
  font-size: 1.8em;
  text-transform: uppercase;
  color: #122D17;
}
.package-content {
  width: 100%;
  text-align: center;
}
@media (min-width: 1024px) {
  .package-content {
    width: 65%;
    margin-left: auto;
    margin-right: auto;
  }
}
.package-content {
  margin-bottom: 40px;
}
.card-package {
  width: 100%;
  box-shadow: rgba(99, 99, 99, 0.2) 0 2px 8px 0px;
  display: flex;
  flex-direction: column;
}
.card-package .field-image img {
  width: 100%;
  height: auto;
  aspect-ratio: 3/2;
  object-fit: cover;
  display: block;
}
.card-package .tour-details {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
  font-size: 13px;
}
.card-package .field-title {
  text-transform: uppercase;
  font-size: 18px;
  margin-bottom: 10px;
}
.card-package .card-body {
  padding: 20px;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.card-package .separator-card {
  width: 100%;
  height: 1px;
  border: none;
  background-color: #e3e3e3;
  margin-bottom: 10px;
}
.card-package .card-footer {
  margin-top: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.card-package .field-price {
  display: flex;
  flex-direction: column;
}
.card-package .field-price .price {
  font-size: 18px;
  font-weight: 700;
}
.card-package .field-duration {
  border: 1px solid #e1e1e1;
  padding: 2px 15px;
  border-radius: 25px;
}
.card-package .btn-link-content {
  display: block;
  padding: 5px 20px;
  border: 1px solid #122D17;
  text-transform: uppercase;
  transition: all 0.3s ease;
  color: #122D17;
  font-size: 13px;
}
.card-package .btn-link-content:hover {
  background-color: #122D17;
  color: #fff;
}
.embla__container-package {
  padding: 10px 0;
}
.qoriqancha-blogs {
  background: #F6F4F0;
}
.qoriqancha-blogs .blog-title {
  text-align: center;
  margin-bottom: 20px;
  font-size: 1.8em;
  text-transform: uppercase;
  color: #122D17;
}
.qoriqancha-blogs .blog-content {
  width: 100%;
  text-align: center;
}
@media (min-width: 1024px) {
  .qoriqancha-blogs .blog-content {
    width: 65%;
    margin-left: auto;
    margin-right: auto;
  }
}
.qoriqancha-blogs .blog-content {
  margin-bottom: 40px;
}
.qoriqancha-blogs .list-blogs-home {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 30px;
}
.card-blog-home {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.card-blog-home .field-image img {
  width: 100%;
  height: auto;
  aspect-ratio: 3/2;
  object-fit: cover;
  display: block;
}
.card-blog-home .card-body {
  padding-top: 20px;
  padding-bottom: 20px;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.card-blog-home .blog-details {
  margin-bottom: 10px;
  font-size: 13px;
}
.card-blog-home .field-title {
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.card-blog-home .card-footer {
  margin-top: auto;
}
.card-blog-home .field-description {
  margin-bottom: 30px;
}
.card-blog-home .btn-link-content {
  border: 2px solid #FFB600;
  display: inline-block;
  color: black;
  padding: 8px 20px;
  text-transform: uppercase;
  font-size: 13px;
  transition: all 0.3s ease;
}
.qoriqancha-questions .question-title {
  text-align: center;
  margin-bottom: 20px;
  font-size: 1.8em;
  text-transform: uppercase;
  color: #122D17;
}
.qoriqancha-questions .question-content {
  width: 100%;
  text-align: center;
}
@media (min-width: 1024px) {
  .qoriqancha-questions .question-content {
    width: 65%;
    margin-left: auto;
    margin-right: auto;
  }
}
.qoriqancha-questions .question-content {
  margin-bottom: 40px;
}
.content-whatsapp {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 20;
}
.content-whatsapp a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  background-color: #25D366;
  color: white;
  border-radius: 50%;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  text-decoration: none;
  transition: transform 0.3s ease;
}
.content-whatsapp a:hover {
  transform: scale(1.1);
  background-color: #20ba5a;
}
@media (min-width: 750px) {
  .embla .embla__container {
    margin-left: calc(var(--slide-spacing-sm) * -1);
  }
}
@media (min-width: 1200px) {
  .embla .embla__container {
    margin-left: calc(var(--slide-spacing-lg) * -1);
  }
}
@media (min-width: 750px) {
  .embla .embla__slide {
    flex: 0 0 var(--slide-size-sm);
    padding-left: var(--slide-spacing-sm);
  }
}
@media (min-width: 1200px) {
  .embla .embla__slide {
    flex: 0 0 var(--slide-size-lg);
    padding-left: var(--slide-spacing-lg);
  }
}
@media (min-width: 1024px) {
  .qoriqancha-slider .slider-content > * {
    width: 50%;
  }
  .tour-famous-content {
    grid-template-columns: repeat(2, 1fr);
  }
  .tour-famous-content .fms-images {
    height: 450px;
  }
  .view-amazing {
    grid-template-columns: 45% 1fr;
    gap: 100px;
  }
  .view-amazing .view-gallery {
    grid-auto-rows: 200px;
  }
  .qoriqancha-blogs .list-blogs-home {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (width < 1024px) {
  .qoriqancha-slider .slider-body > :not(.slogan) {
    display: none;
  }
  .qoriqancha-slider .slider-actions {
    flex-direction: column;
  }
  .qoriqancha-slider .btn {
    width: fit-content;
  }
}
.wrapper-tabs {
  margin-top: 30px;
}
.tab-header {
  display: flex;
  list-style: none;
  margin-bottom: 20px;
  overflow-x: auto;
}
.tab-header > li {
  display: flex;
  align-items: center;
  gap: 8px;
  text-transform: uppercase;
  padding: 15px 15px;
  cursor: default;
  font-size: 14px;
  color: var(--color-tab-inactive);
}
.tab-header > li:hover {
  background: var(--color-tab-active);
  color: black;
  font-weight: 700;
}
.tab-header > li.active {
  background: var(--color-tab-active);
  color: black;
  font-weight: 700;
  border-bottom: 4px solid var(--color-tab-border-active);
}
.tour-content .tab-panel ul {
  padding-left: 1rem;
}
.tour-content .tab-panel h2,
.tour-content .tab-panel h3,
.tour-content .tab-panel h4,
.tour-content .tab-panel h5,
.tour-content .tab-panel h6 {
  margin-bottom: 1rem;
}
.wrapper-gallery {
  --gap: 5px;
  display: grid;
  grid-template-columns: 1fr;
  grid-auto-rows: 300px;
  gap: var(--gap);
}
.wrapper-gallery img:not(:first-child) {
  display: none;
}
.wrapper-gallery img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.wrapper-gallery img:nth-child(2) {
  grid-column: 2/4;
  grid-row: 1;
}
.tour__field-title {
  margin-bottom: 20px;
}
.tour__field-title::after {
  content: "";
  border-bottom: 4px solid var(--brand);
  display: block;
  width: 10%;
  margin-top: 5px;
  margin-bottom: 20px;
}
.card-information {
  padding: 25px;
  border: 1px solid #eee;
  box-shadow: 4px 5px 8px -8px rgba(0, 0, 0, 0.76);
  border-radius: 10px;
  overflow: hidden;
}
.card-information .tour__price {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #CDCDCD;
  padding-bottom: 10px;
}
.tour__field-price {
  display: flex;
  flex-direction: column;
  line-height: 1.1;
  font-size: 13px;
}
.tour__field-price .price {
  color: var(--brand2);
  font-size: 25px;
  font-weight: 700;
}
.tour__characteries {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
  font-size: 14px;
  margin-top: 20px;
  border-bottom: 1px solid #CDCDCD;
  padding-bottom: 10px;
}
.tour__characteries .char-item {
  display: flex;
  gap: 10px;
}
.tour__characteries .char-values {
  display: flex;
  flex-direction: column;
  color: var(--brand2);
}
.tour__booking {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 20px;
}
.tour__booking .btn-booking {
  display: block;
  background: var(--color-information);
  color: var(--brand2);
  padding: 10px 20px;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 14px;
  transition: all 0.3s ease;
  text-align: center;
  border-radius: 25px;
  border: 1px solid #FFB600;
}
.tour__booking .btn-answer {
  display: block;
  background: var(--brand2);
  border: 2px solid var(--brand2);
  color: white;
  padding: 10px 20px;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 14px;
  transition: all 0.3s ease;
  text-align: center;
  border-radius: 25px;
}
.booking-dialog {
  width: 100%;
  max-width: 500px;
  border: none;
  padding: 0;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  background-color: #fff;
  margin: 0;
  overflow: hidden;
}
.booking-dialog:not([open]) {
  display: none;
}
.booking-dialog[open] {
  display: flex;
  flex-direction: column;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-height: 90vh;
  margin: 0;
}
.booking-dialog::backdrop {
  background-color: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(2px);
}
.booking-dialog .dialog-body {
  padding: 1.5rem;
  overflow-y: auto;
}
.booking-dialog .dialog-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px;
  background-color: #FFB600;
  color: white;
}
.booking-dialog .dialog-header span {
  font-size: 18px;
  font-weight: 700;
}
.booking-dialog .dialog-header button {
  background: none;
  border: none;
  font-size: 24px;
  cursor: pointer;
  color: white;
}
.form-enquire-now input,
.form-enquire-now textarea {
  width: 100%;
  padding: 0.5rem;
  border: 1px solid #ccc;
  border-radius: 0.25rem;
  outline: none;
}
.form-enquire-now select {
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 0.25rem;
  outline: none;
  background-color: #fff;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  padding: 0.5rem 2.5rem 0.5rem 0.5rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.form-enquire-now .form-actions {
  display: flex;
  justify-content: center;
}
.form-enquire-now .btn-primary {
  display: block;
  padding: 8px 20px;
  border: 1px solid #122D17;
  text-transform: uppercase;
  transition: all 0.3s ease;
  color: white;
  font-size: 13px;
  background: #122D17;
  border-radius: 25px;
}
@scope (.path-tour) {
  .section-content {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 20px;
  }
}
@media (min-width: 1024px) {
  .section-slider {
    width: 85%;
    max-width: 1450px;
    margin-left: auto;
    margin-right: auto;
  }
  .wrapper-gallery {
    grid-auto-rows: 230px;
    padding-top: 5px;
    grid-template-columns: auto 19% 19%;
  }
  .wrapper-gallery img:not(:first-child) {
    display: block;
  }
  .wrapper-gallery img:first-child {
    grid-row: span 2;
  }
  @scope (.path-tour) {
    .section-content {
      grid-template-columns: minmax(0, 1fr) 28%;
      gap: 40px;
    }
  }
}
.blog-slider {
  height: 350px;
  overflow: hidden;
}
.blog-title {
  font-size: 30px;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.blog-slider img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.blog-content .region-content {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 20px;
}
.list-blogs {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 30px;
  margin-top: 20px;
}
.blog__card {
  display: grid;
  grid-template-columns: 1fr;
}
.blog__card img {
  width: 100%;
  height: auto;
  aspect-ratio: 3/2;
  object-fit: cover;
  display: block;
}
.blog__card .field-title h2 {
  line-height: 1.4;
  margin-bottom: 10px;
}
.blog__card .field-created {
  margin-bottom: 10px;
  font-size: 14px;
}
.blog__card .field-title a {
  color: var(--color-link-black);
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
}
.blog__card .field-description {
  font-size: 15px;
  margin-bottom: 20px;
}
.blog__card .btn-link {
  display: inline-block;
  padding: 10px 20px;
  border: 2px solid var(--brand2);
  color: var(--color-link-black);
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
}
.sr__blog-title {
  font-size: 18px;
  margin-bottom: 10px;
}
.sb-content {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 20px;
}
.sb-related-posts {
  border: 1px solid #E1E1E1;
}
.sb-related-posts .related-post-title {
  font-size: 16px;
  text-transform: uppercase;
  color: var(--color-link-black);
  font-weight: 700;
  display: block;
  background: #E1E1E1;
  padding: 10px 20px;
  text-align: center;
}
.sb-related-posts .list-posts {
  padding: 20px;
  background: #f5f5f5;
}
.sb-related-posts .card-related {
  display: grid;
  grid-template-columns: 100px 1fr;
  gap: 20px;
  margin-bottom: 20px;
  align-items: center;
}
.sb-related-posts .card-related img {
  width: 100px;
  height: 60px;
  object-fit: cover;
  display: block;
}
.sb-related-posts .card-related .field-title {
  font-size: 16px;
  color: var(--color-link-black);
}
.post-toc {
  margin-bottom: 30px;
  margin-top: 20px;
}
.post-toc .toc-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px;
  background: #ffe6a7;
  color: var(--color-link-black);
  font-weight: 700;
}
.post-toc .toc-list {
  padding: 15px 15px 15px 20px;
  list-style: none;
  border: 1px solid #D5D5D5;
  background-color: #F9F9F9;
  counter-reset: toc-count;
}
.toc-h2 {
  counter-increment: toc-count;
}
.toc-h2::before {
  content: counter(toc-count) ". ";
  margin-right: 5px;
  color: #000000;
  list-style: circle;
}
.post-toc .toc-list a {
  color: var(--color-link-black);
}
.post-toc .toc-list a:hover {
  color: var(--brand);
  text-decoration: underline;
}
.post-toc .toc-list .toc-h3 {
  padding-left: 20px;
}
.post-toc .toc-list .toc-h3::before {
  content: "\25cb";
}
details[open] .toc-list {
  animation: fadeIn 0.3s ease-in-out;
}
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@media (min-width: 1024px) {
  .blog-content .region-content {
    grid-template-columns: minmax(0, 1fr) 30%;
    gap: 70px;
  }
  .list-blogs {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }
  .list-blogs .blog__card:first-child {
    grid-column: 1/3;
    grid-template-columns: 1fr 1fr;
    margin-bottom: 10px;
    gap: 20px;
  }
  .sb-content {
    grid-template-columns: minmax(0, 1fr) 30%;
    gap: 50px;
  }
}
.about-slider {
  height: 350px;
  overflow: hidden;
}
.about-slider img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.about-title {
  font-size: 30px;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.about-us-content {
  width: 85%;
  margin-left: auto;
  margin-right: auto;
}
.about-us-content h1 {
  text-align: center;
  margin-bottom: 30px;
}
.about-us-content h1::after {
  content: "";
  display: block;
  width: 100px;
  height: 3px;
  background: #FFB600;
  margin-top: 5px;
  border-radius: 5px;
  margin-left: auto;
  margin-right: auto;
}
.about-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  margin-top: 40px;
  margin-bottom: 40px;
}
.card-about {
  position: relative;
  height: 320px;
}
.card-about .fd-image {
  position: absolute;
  width: 100%;
  height: 100%;
}
.card-about .fd-image::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
}
.card-about .fd-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.card-about a {
  color: white;
}
.card-about .card-body {
  position: relative;
  color: white;
  width: 100%;
  height: 100%;
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-content: end;
  justify-content: end;
}
.card-about .card-title {
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.card-about .card-text {
  font-size: 14px;
  margin-bottom: 20px;
}
.card-about .btn-about {
  display: inline-block;
  width: fit-content;
  padding: 5px 20px;
  border: 1px solid white;
  text-transform: uppercase;
  transition: all 0.3s ease;
  color: white;
  font-size: 14px;
}
.card-about .btn-about:hover {
  background-color: white;
  color: #FFB600;
}
@media (min-width: 1024px) {
  .about-us-content {
    width: 50%;
    max-width: 1450px;
  }
  .about-list {
    grid-template-columns: repeat(3, 1fr);
  }
}
.tour-category-slider {
  height: 350px;
  overflow: hidden;
}
.tour-category-slider img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.category-title {
  text-align: center;
  text-transform: capitalize;
  font-size: clamp(1.6rem, 4vw + 1rem, 2.4rem);
  margin-bottom: 20px;
}
.category-title::after {
  content: "";
  display: block;
  width: 100px;
  height: 4px;
  background: #FFB600;
  border-radius: 5px;
  margin-top: 2px;
  margin-left: auto;
  margin-right: auto;
}
.section__category-content {
  padding-bottom: 3rem;
}
.catt-desription {
  width: 100%;
  text-align: center;
}
@media (min-width: 1024px) {
  .catt-desription {
    width: 65%;
    margin-left: auto;
    margin-right: auto;
  }
}
.catt-list-tours {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 20px;
  margin-top: 40px;
}
.catt-list-tours .card-ctour {
  width: 100%;
  box-shadow: rgba(99, 99, 99, 0.2) 0 2px 8px 0px;
  display: flex;
  flex-direction: column;
}
.catt-list-tours .card-ctour .field-title a {
  text-transform: uppercase;
  font-size: 18px;
  margin-bottom: 10px;
  color: black;
}
.catt-list-tours .field-duration {
  border: 1px solid #e1e1e1;
  padding: 2px 15px;
  border-radius: 25px;
}
.catt-list-tours .field-image img {
  width: 100%;
  height: auto;
  aspect-ratio: 3/2;
  object-fit: cover;
  display: block;
}
.catt-list-tours .card-body {
  padding: 20px;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.catt-list-tours .tour-details {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
  font-size: 13px;
}
.catt-list-tours .separator-card {
  width: 100%;
  height: 1px;
  border: none;
  background-color: #e3e3e3;
  margin-bottom: 10px;
}
.catt-list-tours .card-footer {
  margin-top: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.catt-list-tours .field-price {
  display: flex;
  flex-direction: column;
}
.catt-list-tours .field-price .price {
  font-size: 18px;
  font-weight: 700;
}
.catt-list-tours .btn-link-content {
  display: block;
  padding: 5px 20px;
  border: 1px solid #122D17;
  text-transform: uppercase;
  transition: all 0.3s ease;
  color: #122D17;
  font-size: 13px;
}
.catt-list-tours .btn-link-content:hover {
  background-color: #122D17;
  color: #fff;
}
@media (min-width: 1024px) {
  .catt-list-tours {
    grid-template-columns: repeat(3, 1fr);
  }
}
.category-slider {
  height: 350px;
  overflow: hidden;
}
.category-slider img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.list-posts-category {
  margin-top: 50px;
  display: grid;
  gap: 20px;
  grid-template-columns: minmax(0, 1fr);
}
@media (min-width: 1024px) {
  .list-posts-category {
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
  }
}
.contact-us-content {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}
.contact-us-content h1 {
  margin-bottom: 30px;
  text-transform: uppercase;
}
.contact-us-content h1::after {
  content: "";
  display: block;
  width: 100px;
  height: 3px;
  background: #FFB600;
  margin-top: 5px;
  border-radius: 5px;
}
.contact-us-formulario {
  margin-bottom: 30px;
  margin-top: 30px;
}
.contact-us-formulario .flex-group {
  display: flex;
  gap: 20px;
  flex-direction: column;
}
.contact-us-formulario .form-item {
  margin-bottom: 15px;
  width: 100%;
}
.contact-us-formulario label {
  font-weight: 700;
  font-size: 13px;
  display: block;
  margin-bottom: 5px;
}
.contact-us-formulario input[type=text],
.contact-us-formulario input[type=tel],
.contact-us-formulario input[type=email],
.contact-us-formulario input[type=date],
.contact-us-formulario textarea {
  width: 100%;
  border: 1px solid #CBCFD5;
  padding: 10px;
}
.contact-us-formulario select {
  width: 100%;
  border: 1px solid #CBCFD5;
  padding: 10px;
  background: none;
}
.contact-us-formulario .qty-input {
  border: 1px solid #CBCFD5;
  padding: 10px;
}
.contact-us-formulario .btn-qty-minus,
.contact-us-formulario .btn-qty-plus {
  border-radius: 50%;
  width: 32px;
  height: 32px;
  border: 1px solid #525354;
  background: transparent;
}
.contact-us-formulario .form-actions {
  display: flex;
  justify-content: center;
}
.contact-us-formulario .btn-submit {
  padding: 15px 30px;
  border: 1px solid black;
  color: black;
  background: none;
  text-transform: uppercase;
}
.contact-us-info {
  list-style: none;
  margin-top: 20px;
}
.contact-us-info li {
  margin-bottom: 10px;
}
.contact-us-info a {
  display: flex;
  align-items: center;
  gap: 10px;
  color: black;
}
.contact-us-info path {
  fill: #FFB600;
  stroke: #FFB600;
}
@media (min-width: 1024px) {
  .contact-us-content {
    grid-template-columns: 1fr 35%;
    gap: 50px;
  }
  .contact-us-formulario .flex-group {
    flex-direction: row;
  }
  .contact-us-formulario .flex-group .form-control {
    flex: 1;
  }
}
.qoriqancha-footer {
  background-color: var(--color-footer);
  padding: 2rem 0;
}
.foo-navegation {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 20px;
}
.foo-navegation ul {
  list-style: none;
}
.foo-navegation .foo__title {
  color: var(--brand2);
  font-weight: 700;
  margin-bottom: 10px;
  text-transform: uppercase;
  display: block;
}
.foo-navegation ul li {
  margin-bottom: 8px;
}
.foo-navegation a {
  color: black;
}
.foo-navegation .foo-contact ul {
  margin-top: 30px;
}
.foo-navegation .foo-contact .foo__item-contact {
  display: grid;
  grid-template-columns: 25px 1fr;
  gap: 5px;
  align-items: center;
}
.foo__social-media {
  margin-top: 3rem;
  border-top: 1px solid #6F6F6F;
  padding-top: 30px;
  padding-bottom: 30px;
}
.foo__social-media .foo__title {
  margin-bottom: 15px;
  display: block;
}
.foo__social-media ul {
  display: flex;
  gap: 10px;
  list-style: none;
}
.foo__social-media .foo__red-item {
  background-color: white;
  width: 40px;
  height: 40px;
  padding: 10px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.foo-copyright {
  border-top: 1px solid #6F6F6F;
  padding-top: 30px;
}
.cp-content {
  display: flex;
  flex-direction: column;
}
.cp-content .cp-nav {
  display: flex;
  gap: 30px;
}
.cp-content .cp-item {
  color: black;
  text-decoration: underline;
}
@media (min-width: 1024px) {
  .foo-navegation {
    grid-template-columns: repeat(5, 1fr);
    gap: 5rem;
    justify-items: center;
  }
  .cp-content {
    flex-direction: row;
    justify-content: space-between;
  }
}
/*# sourceMappingURL=main.css.map */
