.video-container {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
}

.half-hero-cover {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: top;
}

.half-hero-cover-form {
  font-size: var(--fs--1);
  margin-bottom: var(--space-xs);
  position: relative;
  cursor: pointer;
}

.badge {
  color: #353535;
  font-size: var(--fs--1);
  border: 1px solid var(--color-primary-3);
  border-radius: 0;
  display: flex;

  .sustainable {
    border: 1px solid #0f8f39 !important;
  }

  .icon {
    margin-right: 6px;
  }

  span {
    margin-top: 3px;
  }

  a {
    text-decoration: none;
    color: currentColor;
    font-size: var(--fs--1);
    margin-bottom: 5px;
  }
}

.button-change-page {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: var(--fs--1);
  font-weight: 500;
  padding: var(--space-3xs) var(--space-xs) var(--space-4xs) !important;

  svg {
    width: 25px;
    filter: brightness(0) invert(1);
  }

  span {
    margin-bottom: 2px !important;
  }
}

.ve-details-title {
  font-size: var(--fs-2);
  font-weight: 700;
}

.ve-details-list {
  width: fit-content;
  gap: 10px;
  list-style: none;
  padding: 0;
  border-top: 1px solid var(--color-primary-3);
  padding-top: var(--space-xs);
}

.contact-item {
  display: flex;
  flex-direction: column;
  gap: 5px;
  border-left: 1px solid var(--color-primary-3);
  padding: 0 var(--space-m) 0 var(--space-xs);
  margin-top: var(--space-s);

  div {
    display: flex;
    align-items: center;
    gap: 5px;
  }

  p {
    margin: 0;
  }
}

.text-small-contact {
  font-size: var(--fs--1);
  font-weight: 700;
}

/* Swiper venue detail hero */

.swiper-venue-detail {
  .swiper {
    width: 100%;
    height: 100%;
  }

  .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .swiper {
    width: 70%;
    height: 300px;
    margin-left: auto;
    margin-right: auto;
  }

  .swiper-slide {
    background-size: cover;
    background-position: center;
  }

  .swiper-venue-detail-hero-thumbs {
    height: 80%;
    width: 100%;
  }

  .swiper-venue-detail-hero {
    height: 20%;
    box-sizing: border-box;
    padding: 10px 0;
  }

  .swiper-venue-detail-hero .swiper-slide {
    width: 25%;
    height: 100%;
    opacity: 0.4;
  }

  .swiper-venue-detail-hero .swiper-slide-thumb-active {
    opacity: 1;
  }

  .swiper-slide img {
    display: block;
    aspect-ratio: 3 / 2;
    object-fit: cover;
  }
}

.hero-detail-swiper-button-container {
  display: flex;
  font-size: var(--fs-4);
  justify-content: space-between;
  line-height: 1;
  position: relative;
  margin: 0 15px;
}

.hero-detail-swiper-button-prev,
.hero-detail-swiper-button-next {
  position: absolute;
  display: flex;
  font-size: var(--fs-4);
  line-height: 1;
  bottom: 0;
  @media screen and (min-width: 992px) {
    bottom: 25px;
  }
}

.hero-detail-swiper-button-next {
  right: 0;
}

/* Swiper team building */

.tb-subtitle {
  background-color: var(--color-secondary-3);
  padding: 20px 20px 160px 20px;
  text-align: center;
  margin: 0 20px -150px 20px;
  font-size: var(--fs-2);

  @media (min-width: 768px) {
    padding: 30px 50px 120px 50px;
    margin: 0 100px -150px 100px;
    font-size: var(--fs-3);
  }
}

.tb-subtitle-container {
  overflow: visible;
  position: relative;

  .ref-arrows-container {
    margin: 0;
  }
}

.tb-slide-ratio {
  height: 250px;

  .swiper-slide {
    height: 100%;

    img {
      max-width: 100%;
      object-fit: cover;
      background-size: cover;
      background-position: center;
    }
  }

  @media (min-width: 768px) {
    height: 400px;
  }
}

.swiper {
  width: 100%;
  height: 100%;
}

.tb-slide-ratio .tb-arrows-container {
  display: flex;
  font-size: var(--fs-4);
  justify-content: space-between;
  line-height: 1;
  position: absolute;
  width: 100%;
  top: -60px;
}

.tb-swiper-button-prev,
.tb-swiper-button-next {
  display: flex;
  font-size: var(--fs-4);
  line-height: 1;
}

.tb-swiper-button-next {
  right: 0;
}

/* Expirence */

.expirence-outer-container {
  background-color: var(--color-secondary-3);
  width: 100%;
  height: 250px;
  padding-top: 20px;
  margin-bottom: -230px;
}

/* Swiper reference */

.ref-arrows-container {
  display: flex;
  font-size: var(--fs-4);
  justify-content: space-between;
  line-height: 1;
  margin: 10px 22px;
}

.ref-swiper-button-prev,
.ref-swiper-button-next {
  display: flex;
  line-height: 1;
}

.ref-swiper-button-next {
  right: 0;
}

/* Feedbacks swiper */

.swiper-feedbacks-sm__arrows-container {
  display: flex;
  align-items: center;
  gap: 20px;

  svg {
    width: 50px;
    height: 50px;
  }
}

.swiper-feedbacks-sm .swiper-slide {
  height: auto !important;
}

/* Reference */

.reference-hero {
  img {
    aspect-ratio: 1 / 1;
    width: 100px;
    height: 100px;
    border: 1px solid var(--color-primary-3);
    object-fit: contain;

    @media (min-width: 768px) {
      width: 150px;
      height: 150px;
    }
  }

  p {
    font-size: var(--fs-1);
    font-weight: 700;
  }

  h1 {
    font-size: var(--fs-3);
  }
}

.ve-feedbacks-quote__author {
  padding: 0 var(--space-m) var(--space-m) var(--space-m);

  p {
    margin: 0;
  }

  p:first-child {
    font-weight: 700;
  }

  p:last-child {
    font-size: var(--fs--1);
  }
}

/* carbon footprint */

.carbon-footprint-image {
  width: 100%;
  height: 200px;
  object-fit: cover;

  @media (min-width: 768px) {
    height: 700px;
  }
}

.carbon-footprint-subtitle {
  font-size: var(--fs-1);
  font-weight: 700;
}

.carbon-footprint-secondary-title {
  font-size: var(--fs-3);
  font-weight: 700;
}

.big-title {
  font-size: var(--fs-3);
  font-weight: 700;

  @media (min-width: 768px) {
    font-size: var(--fs-5);
  }
}

.button--large {
  max-width: 100%;
}

/* swiper dentro la card */

.swiper-inner-card {
  width: 100%;
  height: 100%;

  .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;

    img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
  }

  .tag {
    z-index: 9999;
  }
}

.reference-subtitle {
  font-size: var(--fs-1);
  font-weight: 700;
  color: var(--color-primary-3);
  padding-top: var(--space-m);
}

.swiper-reference {
  .swiper-slide {
    max-height: 100%;
    width: auto !important;
  }

  img {
    max-width: 100%;
    max-height: 100%;
  }
}

.inner-card-swiper-button-next,
.inner-card-swiper-button-prev {
  position: absolute;
  top: 37%;
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 4rem;

  @media (min-width: 768px) {
    top: 40%;
    font-size: var(--fs-4);
  }
}

.inner-card-swiper-button-prev {
  left: var(--space-s);
  right: auto;
}

.inner-card-swiper-button-next {
  left: auto;
  right: var(--space-s);
}

/* 404 */

.error-404-container {
  margin: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: var(--space-xl) 0;

  p {
    text-align: center;
  }
}

.error-404-title {
  font-size: var(--fs-5);
  color: var(--color-primary-3);
  text-align: center;
  line-height: 0.4;
  padding-bottom: var(--space-s);
}

.error-404-sub-title {
  font-size: var(--fs-3);
  font-weight: 600;
}

/*** FAQ ***/

.faq h2 {
  font-size: var(--fs-2);
  font-weight: 700;
  margin-bottom: var(--space-s);
  margin-top: var(--space-s);
}

.faq h3 {
  font-size: var(--fs-1);
  font-weight: 700;
  margin-bottom: var(--space-2xs);
  margin-top: var(--space-s);
}
