@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;
}
.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;
  gap: 50px;
}
.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;
}
.qor__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
}
.qoriqancha-logo {
  width: 15%;
  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 {
  display: flex;
  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 .menu-item {
  display: flex;
  align-items: center;
  gap: 5px;
  color: var(--color-link);
  font-size: 14px;
  padding: 10px 10px;
}
.head__contacts .menu-item g {
  stroke: var(--brand);
}
.head__contacts .menu-item path {
  stroke: var(--brand);
}
.head__contacts .btn-book-now {
  background-color: var(--brand2);
  color: white;
  padding: 10px 20px;
  border-radius: 25px;
  text-align: center;
  text-transform: uppercase;
}
.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;
}
.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.5);
}
.qoriqancha-slider .slider-content {
  position: relative;
  color: white;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.qoriqancha-slider .slider-content > * {
  width: 50%;
}
.qoriqancha-slider h1 {
  font-size: 2.5em;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.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);
}
.gateway-title {
  text-align: center;
  margin-bottom: 10px;
  font-size: 2.2em;
  text-transform: uppercase;
  color: var(--brand2);
}
.gateway-description {
  text-align: center;
  width: 65%;
  margin: 0 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: repeat(4, 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;
}
.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__viewport {
  overflow: hidden;
}
.embla .embla__container {
  backface-visibility: hidden;
  display: flex;
  touch-action: pan-y pinch-zoom;
  margin-left: calc(var(--slide-spacing) * -1);
}
.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: #00193a;
}
.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: 65%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  margin-bottom: 50px;
}
.qoriqancha-more-famous {
  background: #122D17;
}
.tour-famous-content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  gap: 40px;
  color: white;
}
.tour-famous-content .fms-images {
  height: 450px;
}
.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: 45% 1fr;
  gap: 100px;
  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: 200px;
  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: 65%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  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: 65%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  margin-bottom: 40px;
}
.qoriqancha-blogs .list-blogs-home {
  display: grid;
  grid-template-columns: repeat(3, 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: 65%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  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);
  }
}
.wrapper-tabs {
  margin-top: 30px;
}
.tab-header {
  display: flex;
  list-style: none;
  margin-bottom: 20px;
}
.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: auto 19% 19%;
  grid-auto-rows: 230px;
  gap: var(--gap);
  padding-top: var(--gap);
}
.wrapper-gallery img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.wrapper-gallery img:first-child {
  grid-row: span 2;
}
.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) 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) 30%;
  gap: 70px;
}
.list-blogs {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  margin-top: 20px;
}
.list-blogs .blog__card:first-child {
  grid-column: 1/3;
}
.blog__card {
  display: grid;
  grid-template-columns: 1fr;
}
.blog__card:first-child {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-bottom: 10px;
  gap: 20px;
}
.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) 30%;
  gap: 50px;
}
.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);
  }
}
.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;
}
.tour-category-slider {
  height: 350px;
  overflow: hidden;
}
.tour-category-slider img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.section__category-content {
  padding-bottom: 3rem;
}
.catt-desription {
  width: 65%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.catt-list-tours {
  display: grid;
  grid-template-columns: repeat(3, 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;
}
.qoriqancha-footer {
  background-color: var(--color-footer);
  padding: 2rem 0;
}
.foo-navegation {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 5rem;
  justify-items: center;
}
.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;
  justify-content: space-between;
}
.cp-content .cp-nav {
  display: flex;
  gap: 30px;
}
.cp-content .cp-item {
  color: black;
  text-decoration: underline;
}
/*# sourceMappingURL=main.css.map */
