/* SECTION BANNER HERO */
.bloq-hero-main {
  .contextual {
    top: 80px;
  }


  position: relative;
  height: 90vh;
  width: 100%;
  overflow: hidden;
  margin-top: calc(68px * -1);
}

.field-tipbloq-hero-image {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;

  &::before {
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
    background-color: rgba(0, 0, 0, 0.70);
  }

  img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 30%;
  }
}

.hero-body {
  position: relative;
  height: 100%;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;

  h1 {
    font-size: 4.2rem;
    margin-bottom: 30px;
    color: white;
    line-height: 1.1;
  }
}

.hero-foo {
  display: flex;
  margin-top: 30px;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.field-tipbloq-hero-link {
  a:first-child {
    background-color: var(--brand);
    color: white;
    border-radius: var(--border-radius);
    padding: 8px 35px;
    display: inline-block;
    width: fit-content;
    box-shadow: 0 4px 10px rgba(5, 61, 56, 0.16);
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
  }
}

.btn-play {
  border-radius: 50%;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0.3);
  border: 1px solid rgba(255, 255, 255, 0.4);

  path {
    fill: white;
    stroke: white;
  }
}

/* END SECTION BANNER HERO */

/* SECTION ABOUT US */
.bloq-about-home {
  position: relative;
  overflow: hidden;

  &::before {
    content: "";
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    background-image: url("../../images/2.svg");
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 0.03;
    z-index: -1;
    mask-image: linear-gradient(
      white 80%,
      transparent
    );
  }
}

.about-description {
  display: grid;
  grid-template-columns: 1fr;
  align-items: center;
  gap: 20px;
}

.about-title {
  font-size: 2.3rem;
}

.about-content {
  z-index: 3;
}

.field-bloq-abtus-description {
  align-self: end;
}

.field-bloq-abtus-gallery {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-auto-rows: 250px;
  gap: 10px;

  .field__item {
    height: 100%;
  }

  > .field__item:last-child {
    grid-row: span 2 / span 2;
    grid-column-start: 2;
    grid-row-start: 1;
  }

  img {
    border-radius: 10px;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

.paragraph--type--parg-about-home-item {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 40px;

  svg {
    width: 35px;
    height: 35px;
  }

  path {
    fill: var(--accent);
  }
}

.field-parg-abth-item-title {
  h3 {
    margin-bottom: 0;
    margin-top: 0;
    font-size: 16px;
  }
}

.field-parg-abth-item-description {
  font-size: 14px;
}

.field-bloq-abtus-link {
  margin-top: 30px;
  display: flex;
}

.field-bloq-abtus-link {
  margin-top: 30px;

  a {
    display: block;
    width: fit-content;
    background-color: var(--brand);
    color: white;
    border-radius: var(--border-radius);
    padding: 8px 25px;
    text-transform: capitalize;
  }
}

.field-bloq-abtus-parag-items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  margin-top: 30px;
}

/* ./SECTION ABOUT US */

/* SECTION POPULARS TOURS */
.block-responsibletrekking-views-block-popular-tours-hm-block-1 {
  padding-bottom: 4rem;
}

.block-responsibletrekking-bloqpopulartours {
  margin-left: auto;
  margin-right: auto;
  width: var(--width);
  max-width: var(--max-width);
  padding-top: 2rem;
}

.view-popular-tours-hm {
  margin-left: auto;
  margin-right: auto;
  width: var(--width);
  max-width: var(--max-width);
}

.view-popular-tours-hm > .view-content {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
}

.view-popular-tours-hm .bef-exposed-form .form-submit {
  display: none;
}

.view-popular-tours-hm .bef-links ul {
  display: flex;
  list-style: none;
  justify-content: end;
  gap: 1.5rem;
  margin-bottom: 30px;

  a {
    color: var(--darked);
    font-size: 14px;
  }

  .bef-link--selected {
    box-shadow: 0 4px 10px rgba(5, 61, 56, 0.16);
    transition: box-shadow 0.25s ease, transform 0.25s ease;
    background: var(--brand);
    padding: 5px 20px;
    border-radius: 25px;
    text-align: center;
    color: white;

  }
}

.view-popular-tours-hm {
  .vw-field-thumbnail {
    img {
      width: 100%;
      height: auto;
      aspect-ratio: 3 / 2;
      object-fit: cover;
      display: block;
    }
  }
}

.card-popular {
  box-shadow: 0 0 17px 0 rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  overflow: hidden;
  display: flex;
  flex-direction: column;

  .card-header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 20px;
    align-items: start;
    margin-bottom: 10px;
  }

  .card-body {
    padding: 20px;
    display: flex;
    flex-direction: column;
    height: 100%;

  }

  .vw-field-description {
    font-size: 15px;
    margin-bottom: 30px;
  }

  .vw-field-title {
    a {
      color: var(--darked);
      font-size: 20px;
      font-weight: bold;
    }
  }

  .vw-field-price {
    color: var(--accent);
    font-size: 18px;
    font-weight: 700;
  }

  .card-footer {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    border-top: 1px solid #e1e1e1;
    padding-top: 20px;
    margin-top: auto;
  }

  .vw-link-to-content {
    a {
      display: block;
      width: fit-content;
      background-color: var(--brand);
      color: white;
      border-radius: var(--border-radius);
      padding: 5px 20px;
      text-transform: capitalize;
      cursor: default;
      box-shadow: 0 4px 10px rgba(5, 61, 56, 0.16);
      font-weight: 700;
      font-size: 14px;
    }
  }

  .vw-field-destination {
    color: #7F7F7F;
  }
}

/* ./SECTION POPULARS TOURS */

/* SECTION SEPARATOR ONE */
.bloq-separator-one {
  position: relative;

  .sep-title {
    font-size: 2.5rem;
    color: white;
    margin-top: 10px;
  }

  .field-bloqsep1-image {
    width: 100%;
    height: 100%;
    position: absolute;

    &::before {
      content: "";
      position: absolute;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.5);
    }

    img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
    }
  }

  .separator-body {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    text-align: center;
    color: white;
    padding: 10% 0;
  }

  .field-bloqsep1-link {
    margin-top: 30px;

    a {
      display: inline-block;
      color: white;
      background-color: rgba(255, 255, 255, 0.3);
      border: 1px solid rgba(255, 255, 255, 0.4);
      padding: 5px 30px;
      border-radius: var(--border-radius);
      backdrop-filter: blur(2px);
      -webkit-backdrop-filter: blur(2px);
    }
  }
}

/* ./SECTION SEPARATOR ONE */

/* SECTION INCA TRAIL ADVENTURES */
.block-responsibletrekking-bloqadventureshm {
  padding-top: 4rem;
  margin-left: auto;
  margin-right: auto;
  width: var(--width);
  max-width: var(--max-width);
}

.field-bloq-advhm-description {
  width: 100%;
}

.inca-adventures-carousel {
  --slide-gap: 1rem;
  --slide-size: 100%;
  --slides-per-view: 1;
  position: relative;
  margin-top: 30px;
}

.hikes-tours {
  --slides-per-view: 1;
  position: relative;
  margin-top: 30px;
  --slide-gap: 1rem;
  --slide-size: 100%;

  .embla__viewport {
    padding: 10px;
  }
}

.embla-view {
  overflow: hidden;
}

.embla__viewport {
  overflow: visible;
}

.embla__container {
  display: flex;
  touch-action: pan-y pinch-zoom;
  gap: var(--slide-gap);
}

.embla__slide {
  min-width: 0;
  flex: 0 0 calc(
    (100% - (var(--slide-gap) * (var(--slides-per-view) - 1))) / var(--slides-per-view)
  );
  box-sizing: border-box;
}

/* Tablet pequeña: 2 items */
@media (min-width: 640px) {
  .inca-adventures-carousel {
    --slides-per-view: 2;
  }

  .hikes-tours {
    --slides-per-view: 2;
  }
}

/* Tablet / laptop pequeña: 3 items */
@media (min-width: 768px) {
  .inca-adventures-carousel {
    --slides-per-view: 3;
  }
}

/* Desktop: 4 items */
@media (min-width: 1024px) {
  .inca-adventures-carousel {
    --slides-per-view: 4;
  }

  .hikes-tours {
    --slides-per-view: 3;
  }
}

.embla__container-buttons {
  display: flex;
  gap: 10px;
  justify-content: end;
  margin-bottom: 30px;
  position: relative;
  top: 0;
  right: 0;
}

.embla__button {
  width: 35px;
  height: 35px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--brand);
  box-shadow: 0 4px 10px rgba(5, 61, 56, 0.16);
  background: transparent;
  border-radius: 50%;

  path {
    fill: var(--brand);
  }

  &:hover {
    background: var(--brand);

    path {
      fill: white;
    }
  }
}

.view-inca-adventures-hm > .view-content {
  max-width: var(--max-width);
  width: var(--width);
  margin-left: auto;
  margin-right: auto;
}

.card-adventures {
  height: 500px;
  position: relative;
  border-radius: 10px;
  overflow: hidden;

  .vw-field-thumbnail {
    width: 100%;
    height: 100%;

    img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
    }
  }

  .card-body {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 20px;
    box-sizing: border-box;
    height: 120px;
  }

  .vw-field-title a {
    color: white;
    text-transform: capitalize;
    font-weight: 700;
  }
}

/* ./SECTION INCA TRAIL ADVENTURES */

/* SECTION DESTINATIONS */
.view-vdestinations-hm {
  padding-bottom: 4rem;

  > .view-content {
    margin-left: auto;
    margin-right: auto;
    width: var(--width);
    max-width: var(--max-width);

    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}

.card-destination {
  display: grid;
  grid-template-columns: 1fr;
  align-items: center;
  gap: 20px;
  border: 1px solid #E1E1E1;
  border-radius: 10px;
  padding: 8px;
  text-align: center;

  .vw-field-thumbnail {
    width: 100%;
    height: 90px;

    img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
      border-radius: 10px;
    }
  }

  a {
    color: var(--darked);
    font-weight: 700;
  }
}

.block-responsibletrekking-bloqsearchdestihm {
  padding-top: 4rem;
  margin-left: auto;
  margin-right: auto;
  width: var(--width);
  max-width: var(--max-width);
  text-align: center;
}

.field-blq-bdesti-description {
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
}

/* ./SECTION DESTINATIONS */

/* SECTION REGENERATE TRAVEL */
.bloq-regenerate-travel {
  background-color: #F6FCFB;
}

.about-slogan {
  display: block;
  text-transform: uppercase;
  font-size: 16px;
  color: var(--accent);

}

.regenerate-title {
  font-size: 3rem;
  color: var(--brand);
}


.about__regenerate-content {
  display: grid;
  grid-template-columns: 1fr;
  align-items: center;
  gap: 30px;
}

.view-vabtregenerate-hm > .view-content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-auto-rows: 160px;
  gap: 8px;
}

.card-regenerate {
  position: relative;
  overflow: hidden;
  border-radius: 10px;

  .vw-field-thumbnail {
    height: 250px;

    &::before {
      content: "";
      position: absolute;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.25);
      z-index: 1;
    }

    img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
    }
  }

  .card-body {
    position: absolute;
    z-index: 2;
    width: 100%;
    bottom: 0;
    padding: 15px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    text-align: center;
    justify-content: space-between;
    align-items: center;
  }

  .icon-ct {
    background-color: rgba(255, 255, 255, 0.3);
    border: 1px solid white;
    backdrop-filter: blur(2px);
    width: 26px;
    height: 26px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;

    path {
      fill: white;
    }
  }

  a {
    color: #f1f1f1;
    text-transform: capitalize;
  }
}

.field-bloq-regenh-buttom {
  margin-top: 10%;

  a {
    display: block;
    width: fit-content;
    background-color: var(--brand);
    color: white;
    border-radius: var(--border-radius);
    padding: 5px 20px;
    text-transform: capitalize;
    cursor: default;
    box-shadow: 0 4px 10px rgba(5, 61, 56, 0.16);
    font-size: 14px;
    font-weight: 700;
  }
}

/* ./SECTION REGENERATE TRAVEL */

/* SECTION HIKES */
.block-responsibletrekking-bloqhikeshm {
  margin-left: auto;
  margin-right: auto;
  width: var(--width);
  max-width: var(--max-width);
  text-align: center;
  padding-top: 4rem;

  .field-bloq-hikehm-description {
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
  }
}

.block-views-blockvhikes-hm-block-1 {
  padding-bottom: 4rem;
}

.view-vhikes-hm {
  margin-left: auto;
  margin-right: auto;
  width: var(--width);
  max-width: var(--max-width);
}

.card-hikes {
  .vw-field-thumbnail {
    img {
      width: 100%;
      height: auto;
      aspect-ratio: 3/2;
      object-fit: cover;
      display: block;
      border-radius: 10px;
    }
  }

  .vw-field-destination {
    display: flex;
    align-items: center;
    gap: 5px;

    path {
      fill: var(--accent);
    }
  }

  .card-header {
    display: flex;
    justify-content: space-between;
    gap: 30px;
    margin-top: 20px;
  }

  .vw-field-title {
    font-size: 18px;
    margin-top: 0;

    a {
      color: var(--darked);
    }
  }

  .vw-field-price {
    font-weight: 700;
    color: var(--accent);
  }

  .vw-field-description {
    font-size: 14px;
    margin-bottom: 30px;
  }

  .card-footer {
    margin-top: auto;
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #eee;
    padding-top: 15px;
  }

  .vw-field-link {
    a {
      display: block;
      width: fit-content;
      background-color: var(--brand);
      color: white;
      border-radius: var(--border-radius);
      padding: 5px 20px;
      text-transform: capitalize;
      cursor: default;
      box-shadow: 0 4px 10px rgba(5, 61, 56, 0.16);
      font-size: 14px;
      font-weight: 700;
    }
  }
}

/* ./SECTION HIKES */

/* SECTION QUESTIONS */
.bloq-questions-home {
  text-align: center;
}

.field-bloq-faqshm-description {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
}

.group-questions {
  margin-top: 40px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 50px;
}

.card-help {
  box-shadow: 0 0 17px 0 rgba(0, 0, 0, 0.1);
  background-color: white;
  border-radius: 8px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  padding: 20px;
  max-height: 450px;

  .help-title {
    display: block;
    border-bottom: 1px solid #E1E1E1;
    text-align: center;
    text-transform: capitalize;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .field-bloq-faqhm-hel-link {
    display: flex;
    justify-content: center;
    margin-top: 35px;

    a {
      display: block;
      width: fit-content;
      background-color: transparent;
      color: var(--brand);
      border-radius: var(--border-radius);
      padding: 5px 20px;
      text-transform: capitalize;
      cursor: default;
      border: 1px solid var(--brand);
      box-shadow: 0 4px 10px rgba(5, 61, 56, 0.16);

      &:hover {
        background-color: var(--brand);
        color: white;
      }
    }
  }
}

.field-bloq-faqhm-parg {
  display: flex;
  flex-direction: column;
  gap: 20px;

  > .field__item {
    border-bottom: 1px solid #E1E1E1;
    padding: 10px 0;
  }
}

.faq-item__question {
  color: var(--brand);
  font-size: 16px;
  display: flex;
  justify-content: space-between;
  font-weight: 700;
  text-align: start;

  &::marker {
    content: "";
  }

  &::after {
    content: "+";
    flex: 0 0 auto;
    font-size: 1.5rem;
    line-height: 1;
  }
}

.faq-item[open] .faq-item__question::after {
  content: "−";
}

.field-parg-questhm-answer {
  margin-top: 15px;
  text-align: start;
}

/* ./SECTION QUESTIONS */

/* SECTION BLOG */
.block-responsibletrekking-bloqbloghm {
  width: var(--width);
  max-width: var(--max-width);
  margin-left: auto;
  margin-right: auto;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.field-bloq-bloghm-title {
  text-align: center;
}

.field-bloq-bloghm-body {
  text-align: center;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
}

.view-vblog-hm > .view-content {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}

.card-blog-hm {
  height: 100%;
  display: flex;
  flex-direction: column;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  padding: 20px;
  border-radius: 8px;

  .vw-field-thumbnail {
    img {
      width: 100%;
      height: auto;
      aspect-ratio: 3/2;
      object-fit: cover;
      display: block;
      border-radius: 8px;
    }
  }

  .card-body {
    height: 100%;
    display: flex;
    flex-direction: column;
  }

  .card-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: auto;
    border-top: 1px solid #E1E1E1;
    padding-top: 20px;
  }

  .vw-field-title {
    margin-top: 10px;
    margin-bottom: 10px;

    a {
      color: var(--darked);
      font-weight: 700;
    }
  }

  .vw-field-introduction {
    font-size: 15px;
    margin-bottom: 20px;
  }

  .vw-field-link {
    a {
      font-style: italic;
      text-decoration: underline;
      color: var(--accent);
      font-weight: 700;
    }
  }
}

/* ./SECTION BLOG */

@media (width >= 1024px) {
  .hero-body {
    & > * {
      width: 55%;
    }
  }

  .field-bloq-abtus-parag-items {
    gap: 30px;
    grid-template-columns: repeat(3, 1fr);
  }

  .field-parg-abth-item-title {
    & h3 {
      font-size: inherit;
    }
  }

  .field-parg-abth-item-description {
    font-size: 16px;
  }

  .paragraph--type--parg-about-home-item {
    flex-direction: row;
  }

  .about-description {
    grid-template-columns: 1fr;
  }

  .view-popular-tours-hm > .view-content {
    grid-template-columns: repeat(3, 1fr);
  }

  .bloq-separator-one {
    & .separator-body {
      & > * {
        width: 50%;
      }
    }
  }

  .bloq-separator-one {
    height: 600px;
  }

  .field-bloq-advhm-description {
    width: 50%;
  }

  .embla__container-buttons {
    top: -70px;
    position: absolute;
  }

  .view-vdestinations-hm {
    & > .view-content {
      grid-template-columns: repeat(4, 1fr);
    }
  }

  .card-destination {
    grid-template-columns: auto 1fr;
    padding: 15px;
    text-align: start;

    .vw-field-thumbnail {
      width: 100px;
    }
  }

  .about__regenerate-content {
    grid-template-columns: 38% 1fr;
  }

  .view-vabtregenerate-hm > .view-content {
    grid-auto-rows: initial;
    gap: 12px;
  }

  .card-regenerate {
    & .card-body {
      flex-direction: row;

    }
  }

  .group-questions {
    grid-template-columns: 1fr 30%;
  }

  .field-blq-bdesti-description {
    width: 50%;
  }

  .block-responsibletrekking-bloqhikeshm {
    & .field-bloq-hikehm-description {
      width: 50%;
    }
  }

  .field-bloq-faqshm-description {
    width: 50%;
  }

  .view-vblog-hm > .view-content {
    grid-template-columns: repeat(3, 1fr);
  }

  .field-bloq-bloghm-body {
    width: 50%;
  }
}
