.wellness-menu {
  position: fixed;
  top: 0;
  left: 0;
  background-color: white;
  z-index: 10;
  margin-top: 68px;
  height: 45px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 32px;
  padding: 10px 20px;
  border-bottom: 1px solid var(--grey-3);
}

.wellness-menu a {
  font-weight: 400;
  line-height: 100%;
  color: black;
  text-decoration: none;
  white-space: nowrap;
  transition: color 0.3s ease-in-out;
}

.wellness-menu a:hover {
  color: var(--dark-green);
  transition: all 0.3s ease-in-out;
}

.wellness-menu a.active {
  color: var(--dark-green);
  text-decoration: underline;
  transition: all 0.3s ease-in-out;
}

.wellness-atf {
  padding: 140px 0px 93px;
  overflow: hidden;
}

.wellness-atf .tagline {
  font-weight: 700;
  font-size: 14px;
  line-height: 100%;
  text-align: center;
  color: var(--dark-green);
  margin-bottom: 16px;
  text-transform: uppercase;
  letter-spacing: 2px;
  width: 100%;
  display: block;
}

.wellness-atf h1 {
  font-weight: 300;
  font-size: 60px;
  line-height: 120%;
  text-align: center;
}

.wellness-atf span {
  color: var(--dark-green);
}

.wellness-atf p {
  font-weight: 500;
  line-height: 20px;
  text-align: center;
  max-width: 540px;
  margin: 40px auto 0px;
  color: var(--grey-1);
}

.wellness-listing {
  padding: 0px 20px 38px;
  max-width: 1920px;
  margin: 0px auto;
}

.wellness-listing .row {
  margin: 12px 0px;
}

.wellness-listing .row > div {
  padding: 0px 6px;
}

.card-wellness {
  display: flex;
  /* aspect-ratio: 16/9; */
  height: 554px;
}

.card-wellness.first-card {
  /* aspect-ratio: 24/9; */
  flex-direction: row-reverse;
}

.card-wellness > div {
  padding: 0px !important;
}

.card-wellness img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.card-wellness .text-col {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 16px;
  height: 100%;
  padding: 45px !important;
  background: var(--grey-4);
}

.card-wellness .text-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
}

.card-wellness .tags-wrapper {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
  width: 100%;
}

.card-wellness .tag {
  height: 24px;
  width: fit-content;
  padding: 5px 12px;
  background: rgba(0, 0, 0, 0.14);
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 100%;
  font-size: 9px;
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 40px;
}

.card-wellness .text-wrapper .number {
  font-weight: 400;
  font-size: 18px;
  line-height: 100%;
  margin: 0px;
}

.card-wellness .text-wrapper h3 {
  font-weight: 300;
  font-size: 26px;
  line-height: 40px;
  margin: 0px;
}

.wellness-listing .row:nth-child(2) .card-wellness .text-col {
  background: black;
}

.wellness-listing .row:nth-child(2) .card-wellness .text-col .text-wrapper {
  color: white;
}

.wellness-listing .row:nth-child(2) .card-wellness .text-col .tags-wrapper .tag {
  background: rgba(255, 255, 255, 0.14);
  color: white;
}

.booking {
  background: url("/assets/img/homepage/bg-black.png");
  padding: 60px 60px 110px 60px;
  place-items: center;
}

.booking .logo {
  height: 42px;
  margin: 0 auto 93px auto;
  display: block;
}

.booking .text {
  color: var(--Bianco, #fff);
  text-align: center;
  font-family: Bicyclette, sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.booking .title {
  color: var(--Bianco, #fff);
  text-align: center;
  font-family: "IvyPresto Disp Lt";
  font-size: 66px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  letter-spacing: 1.32px;
  margin-bottom: 42px;
}

.booking span {
  color: var(--Bianco, #fff);
  text-align: center;
  font-family: Bicyclette, sans-serif;
  font-size: 16px;
  font-style: italic;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0.16px;
  margin: auto;
  display: block;
}

.booking span::before {
  content: url("/assets/img/icons/position.svg");
  display: inline-block;
  height: 18px;
  width: 14px;
  margin-right: 8px;
}

.booking .cta {
  margin: 15px auto;
}

.section-intro .row {
  border-top: 1px solid var(--grey-3);
  padding-top: 70px;
}

.section-intro h2 {
  margin-bottom: 24px;
}

.section-intro p {
  color: var(--grey-1);
  font-weight: 400;
}

.section-intro a {
  display: flex;
  width: 38px;
  height: 38px;
  justify-content: center;
  align-items: center;
  aspect-ratio: 1/1;
  border-radius: 50%;
  padding: 10px;
  margin-top: 16px;
  border: 1px solid var(--dark-green);
}

.section-intro a img {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  object-fit: contain;
}

.section-intro .images-row {
  margin: 58px auto 0px;
  gap: 6px;
  display: flex;
  flex-wrap: nowrap;
  height: 645px;
  width: 100%;
  max-width: 1920px;
  position: relative;
  overflow: hidden;
}

.section-intro .images-row img {
  height: 100%;
  object-fit: cover;
  width: auto;
  flex-grow: 1;
  flex-shrink: 0;
  position: relative;
  z-index: 0;
  max-width: 33.33%;
}

.section-intro .images-row .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(346deg,
      rgba(0, 0, 0, 0) 56.14%,
      rgba(0, 0, 0, 0.27) 83.89%);
  z-index: 1;
}

.section-intro .images-row .logo {
  position: absolute;
  top: 60px;
  left: 60px;
  height: 44px;
  z-index: 2;
  width: auto;
  object-fit: contain;
}

.section-slider {
  padding: 82px 0px;
  overflow: hidden;
}

.section-slider .arrows-wrapper {
  gap: 10px;
  display: flex;
  align-items: flex-end;
}

.section-slider .slick-prev {
  position: static;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  height: 48px;
  width: 48px;
  background: var(--grey-4);
  transform: none;
}

.section-slider .slick-next {
  position: static;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  height: 48px;
  width: 48px;
  background: var(--grey-4);
  transform: none;
  transition: all 0.3s ease-in-out;
}

.section-slider .slick-prev::before,
.section-slider .slick-next::before {
  content: none;
}

.section-slider .slick-prev:hover,
.section-slider .slick-next:hover {
  background: var(--grey-3);
  transition: all 0.3s ease-in-out;
}

.section-slider .slick-prev img,
.section-slider .slick-next img {
  user-select: none;
}

.section-slider .slick-hidden {
  display: none !important;
}

.section-slider .tagline {
  font-weight: 700;
  font-size: 14px;
  line-height: 100%;
  color: var(--dark-green);
  margin-bottom: 16px;
  text-transform: uppercase;
  letter-spacing: 2px;
  width: 100%;
  display: block;
}

.section-slider .wellness-slider {
  margin-top: 48px;
}

.section-slider .wellness-slider .slick-list,
.section-slider .wellness-slider .slick-track {
  overflow: visible;
}

.section-slider .wellness-slider .wellness-slide {
  padding: 32px;
  margin-right: 12px;
  height: 269px;
  background: var(--grey-4);
  border-radius: 4px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 16px;
}

.section-slider .wellness-slider .wellness-slide .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  width: 100%;
}

.section-slider .wellness-slider .wellness-slide .image-wrapper img {
  height: 62px;
  width: auto;
  object-fit: contain;
  flex-shrink: 0;
}

.section-slider .wellness-slider .wellness-slide .image-wrapper button {
  height: 44px;
  width: 44px;
  border-radius: 50%;
  background: #c7cf21;
  color: black;
  font-weight: 500;
  font-size: 24px;
  line-height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}

.section-slider .wellness-slider .wellness-slide .image-wrapper button:hover {
  background: var(--dark-green);
  color: white;
  transition: all 0.3s ease-in-out;
}

.section-slider .wellness-slider .wellness-slide .text-wrapper {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.section-slider .wellness-slider .wellness-slide .text-wrapper .title {
  font-size: 16px;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 1.6px;
  text-transform: uppercase;
}

.section-slider .wellness-slider .wellness-slide .text-wrapper .text {
  font-size: 15px;
  font-weight: 400;
  line-height: 100%;
  color: var(--grey-1);
}

.section-slider .modal .modal-dialog {
  height: 100%;
  overflow: hidden;
  margin: auto;
  width: 100%;
  max-width: calc(100% - 40px);
  display: flex;
  align-items: center;
  justify-content: center;
}

.section-slider .modal .modal-header .btn-close {
  display: flex;
  width: 44px;
  height: 44px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  aspect-ratio: 1/1;
  border-radius: 40px;
  background-color: var(--grey-4);
  opacity: 1;
  position: absolute;
  top: 50px;
  right: 50px;
}

.section-slider .modal .modal-content {
  background: white;
  border: none;
  max-height: 700px;
  max-width: 900px;
  padding: 77px 57px;
  height: 100%;
  overflow: auto;
  border-radius: 8px;
}

.section-slider .modal .modal-content::-webkit-scrollbar {
  display: none;
}

.section-slider .modal .modal-content p:first-of-type {
  font-weight: 400;
}

.section-slider .modal .link {
  margin-bottom: 16px;
  border: 0px;
  text-decoration: underline;
  height: fit-content;
}

.section-slider .modal .modal-footer {
  border: none;
  padding: 0px;
}

.section-slider .modal .modal-footer img {
  width: 100%;
  height: auto;
  margin: 50px 0px 0px;
}

.wellness-gallery {
  margin: 0px auto;
}

.wellness-gallery h2 {
  text-align: center;
  margin-bottom: 24px;
}

.wellness-gallery p {
  color: var(--Grigio1, #828282);
  text-align: center;
  font-family: Bicyclette;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  /* 133.333% */
}

.section-images {
  /* max-height: calc(100vh - 150px); */
  overflow: clip;
  max-width: 1440px;
  margin: 0 auto;
}

.section-images .section-content {
  margin: 60px 40px 40px 40px;
}

.section-images .section-content .row > div {
  height: 947px;
}

.section-images .images-wrapper {
  display: flex;
  flex-direction: column;
  gap: 8px;
  height: 100%;
}

.section-images .central-image {
  position: relative;
  height: 100%;
}

.section-images .central-image::before {
  position: absolute;
  content: "";
  width: calc(100% - 8px);
  height: 100%;
  display: block;
  background: linear-gradient(180deg,
      rgba(0, 0, 0, 0) 57.87%,
      rgba(0, 0, 0, 0.5) 89.28%);
  z-index: 1;
}

.section-images .central-image .logo {
  position: absolute;
  bottom: 80px;
  left: 50%;
  transform: translateX(-50%);
  height: 73px;
  width: auto;
  z-index: 1;
}

.section-images .img-1 {
  height: 65%;
}

.section-images .img-2 {
  height: 35%;
}

.section-images .img-3 {
  height: 100%;
}

.section-images .img-4 {
  height: 35%;
}

.section-images .img-5 {
  height: 65%;
}

.section-images img {
  object-fit: cover;
  width: 100%;
  background-position: center;
}

@media (max-width: 991px) {
  .wellness-menu {
    width: fit-content;
    max-width: 100%;
    overflow: auto;
    justify-content: flex-start;
  }

  .wellness-menu::-webkit-scrollbar {
    display: none;
  }

  .wellness-menu a {
    font-weight: 400;
    line-height: 100%;
    color: black;
    text-decoration: none;
    white-space: nowrap;
    transition: color 0.3s ease-in-out;
  }

  .wellness-atf {
    padding: 117px 0px 72px;
    overflow: hidden;
  }

  .wellness-atf h1 {
    font-weight: 300;
    font-size: 35px;
    line-height: 120%;
    text-align: center;
  }

  .wellness-atf span {
    color: var(--dark-green);
  }

  .wellness-atf p {
    font-weight: 500;
    line-height: 20px;
    text-align: center;
    max-width: 540px;
    margin: 40px auto 0px;
    color: var(--grey-1);
  }

  .wellness-listing .row {
    gap: 12px;
  }

  .wellness-listing .row > div {
    padding: 0px !important;
  }

  .card-wellness,
  .card-wellness.first-card {
    flex-direction: column;
    height: auto;
  }

  .card-wellness img {
    height: 289px;
  }

  .card-wellness .text-col {
    padding: 24px !important;
    gap: 32px;
  }

  .card-wellness .text-wrapper {
    gap: 12px;
  }

  .card-wellness .text-wrapper .number {
    font-size: 14px;
  }

  .card-wellness .text-wrapper h3 {
    font-size: 20px;
    line-height: 28px;
  }

  .booking .title {
    color: var(--Bianco, #fff);
    text-align: center;
    font-family: "IvyPresto Disp Lt";
    font-size: 32px;
    font-style: normal;
    font-weight: 300;
    line-height: 40px;
    letter-spacing: 0.64px;
  }

  .booking span::before {
    display: block;
    margin: 15px auto;
  }

  .section-intro .images-row {
    margin: 58px auto 0px;
    height: fit-content;
    flex-direction: column;
  }

  .section-intro .images-row img {
    height: 300px;
    width: 100%;
    max-width: 100%;
  }

  .section-slider .modal .modal-header .btn-close {
    display: flex;
    width: 24px;
    height: 24px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    aspect-ratio: 1/1;
    border-radius: 40px;
    background-color: var(--grey-4);
    opacity: 1;
    position: absolute;
    top: 20px;
    right: 20px;
  }

  .section-slider .modal .modal-content {
    background: white;
    border: none;
    max-width: 900px;
    padding: 50px 10px;
    height: 100%;
    overflow: auto;
  }

  .section-images {
    height: auto;
    max-height: none;
  }

  .section-images .section-content {
    margin: 40px 20px 20px 20px;
  }

  .section-images .central-image .logo {
    height: 50px;
  }
}

@media (max-width: 768px) {
  .section-images {
    height: auto;
    max-height: none;
  }

  .section-images .section-content {
    margin: 15px 0;
  }

  .section-images .section-content .row > div {
    height: fit-content;
    padding: 0px !important;
  }

  .section-images .img-1 {
    height: 250px;
  }

  .section-images .img-2 {
    height: 250px;
  }

  .section-images .img-3 {
    height: 250px;
  }

  .section-images .img-4 {
    height: 250px;
  }

  .section-images .img-5 {
    height: 250px;
  }

  .section-images img {
    object-fit: cover;
    width: 100%;
    background-position: center;
  }
}