.home-villa-del-rio {
  background-color: #f7f9fb;
  display: flex;
  flex-direction: row;
  justify-content: center;
  width: 100%;
}

.home-villa-del-rio .div {
  background-color: var(--slate-50);
  width: 100%;
  /* height: 9526px; */
  position: relative;
}

.home-villa-del-rio .frame {
  display: inline-flex;
  /* align-items: flex-start; */
  gap: 24px;
  /* position: relative; */
  /* top: 82px; */
  /* left: 80px; */
  margin-top: 80px;
}

.home-villa-del-rio .home-wrapper {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  padding: 4px 0px;
  position: relative;
  flex: 0 0 auto;
  border-bottom-width: 2px;
  border-bottom-style: solid;
  border-color: var(--color-secundary);
}

.active {
  background-color: rgba(18, 67, 78, 1);
  /* border-bottom-width: 2px;
  border-bottom-style: solid;
  border-color: var(--color-secundary); */
}

.home-villa-del-rio .home {
  position: relative;
  width: fit-content;
  margin-top: -2px;
  font-family: "DM Sans", Helvetica;
  font-weight: 600;
  color: var(--color-text-base);
  font-size: 18px;
  letter-spacing: 0;
  line-height: 22px;
  white-space: nowrap;
}

.home-villa-del-rio .div-wrapper {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 4px 0px;
  position: relative;
  flex: 0 0 auto;

}

.div-wrapper a {
  text-decoration: none;
}

.home-villa-del-rio .div-wrapper :hover {
  border-bottom-width: 2px;
  border-bottom-style: solid;
  border-color: var(--color-secundary);
  cursor: pointer;
}

.home-villa-del-rio .text-wrapper {
  position: relative;
  width: fit-content;
  margin-top: -1px;
  font-family: "DM Sans", Helvetica;
  font-weight: 600;
  color: var(--color-text-base);
  font-size: 18px;
  letter-spacing: 0;
  line-height: 22px;
  white-space: nowrap;
}

.home-villa-del-rio .frame-2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  position: relative;
  top: 31px;
  /* left: 45%; */
}

.home-villa-del-rio .bitmap {
  position: relative;
  width: 91px;
  height: 91px;
}

.home-villa-del-rio .img {
  position: relative;
  width: 206px;
  height: 32px;
}

.home-villa-del-rio .button {
  all: unset;
  box-sizing: border-box;
  display: flex;
  height: 68px;
  top: 64px;
  /* left: 80%; */
  background-color: var(--color-secundary);
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 24px 30px;
  position: absolute;
  right: 10px;
  border-radius: 12px;
}

.home-villa-del-rio .button:hover {
  background-color: #b95807;
  cursor: pointer;
}

.home-villa-del-rio .book-an-appointment {
  position: relative;
  width: fit-content;
  font-family: "DM Sans", Helvetica;
  font-weight: 700;
  color: var(--color-base-light);
  font-size: 18px;
  letter-spacing: 0;
  line-height: 22px;
  white-space: nowrap;
}

.home-villa-del-rio .frame-3 {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  top: 273px;
  /* left: 10px; */
  padding: 40px;
}

.home-villa-del-rio .frame-4 {
  display: flex;
  flex-direction: column;
  /* width: 774px; */
  align-items: flex-start;
  gap: 50px;
  position: absolute;
  top: 230px;
  left: 80px;
}

.home-villa-del-rio .p {
  position: relative;
  align-self: stretch;
  margin-top: -1px;
  font-family: "Inter", Helvetica;
  font-weight: 600;
  color: white;
  font-size: 82px;
  letter-spacing: 0;
  line-height: normal;
}

.home-villa-del-rio .text-wrapper-2 {
  position: relative;
  width: 639px;
  font-family: var(--text-lg-regular-font-family);
  font-weight: var(--text-lg-regular-font-weight);
  color: var(--color-text-mute);
  font-size: var(--text-lg-regular-font-size);
  letter-spacing: var(--text-lg-regular-letter-spacing);
  line-height: var(--text-lg-regular-line-height);
  font-style: var(--text-lg-regular-font-style);
}

.home-villa-del-rio .book-an-appointment-wrapper {
  all: unset;
  box-sizing: border-box;
  display: inline-flex;
  /* height: 68px; */
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 16px 30px;
  position: relative;
  background-color: #020617;
  /* background-color: var(--color-primary); */
  border-radius: 12px;
}

.home-villa-del-rio .book-an-appointment-wrapper-2 {
  all: unset;
  box-sizing: border-box;
  display: inline-flex;
  /* height: 68px; */
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 16px 30px;
  position: relative;
  /* background-color: #020617; */
  background-color: var(--color-primary);
  border-radius: 12px;
}

.home-villa-del-rio .book-an-appointment-wrapper:hover {
  background-color: #093c47;
  cursor: pointer;
}

.home-villa-del-rio .image {
  position: relative;
  width: 100%;
  height: 885px;
  background-size: cover;
  background-position: center;
  transition: background 0.5s ease-in-out;
  /* Smooth transition effect */
}


.home-villa-del-rio .frame-5 {
  display: inline-flex;
  align-items: center;
  gap: 21px;
  position: absolute;
  top: 1258px;
  /* left: 80px; */
  width: 100%;
  padding: 20px;
}

.home-villa-del-rio .frame-6 {
  position: relative;
  /* width: 32%; */
  height: 500px;
  border-radius: 18px;
  background: var(--Surface-Dark, #021B20);
  /* background-color: var(--color-surface); */

  overflow: hidden;
}

.home-villa-del-rio .text-wrapper-3 {
  position: absolute;
  height: 44px;
  top: 200px;
  left: 40px;
  font-family: var(--text-4xl-semi-bold-font-family);
  font-weight: var(--text-4xl-semi-bold-font-weight);
  color: #fff;
  font-size: var(--text-4xl-semi-bold-font-size);
  letter-spacing: var(--text-4xl-semi-bold-letter-spacing);
  line-height: var(--text-4xl-semi-bold-line-height);
  font-style: var(--text-4xl-semi-bold-font-style);
}

.home-villa-del-rio .we-take-pride-in-the {
  position: absolute;
  width: 430px;
  height: 58px;
  top: 272px;
  left: 40px;
  font-family: var(--text-2xl-regular-font-family);
  font-weight: var(--text-2xl-regular-font-weight);
  color: #fff;
  font-size: 22px;
  letter-spacing: var(--text-2xl-regular-letter-spacing);
  line-height: var(--text-2xl-regular-line-height);
  font-style: var(--text-2xl-regular-font-style);
}

.home-villa-del-rio .learn-more-wrapper {
  all: unset;
  box-sizing: border-box;
  display: inline-flex;
  height: 62px;
  top: 388px;
  left: 38px;
  border: 2px solid;
  border-color: #ffff;
  /* border-color: var(--color-primary); */
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 24px 30px;
  position: absolute;
  border-radius: 12px;
}

.home-villa-del-rio .learn-more {
  position: relative;
  width: fit-content;
  margin-top: -0.5px;
  font-family: var(--button-button-font-family);
  font-weight: var(--button-button-font-weight);
  color: #fff;
  /* color: var(--color-primary); */
  font-size: var(--button-button-font-size);
  letter-spacing: var(--button-button-letter-spacing);
  line-height: var(--button-button-line-height);
  white-space: nowrap;
  font-style: var(--button-button-font-style);
}

.home-villa-del-rio .group-wrapper {
  position: absolute;
  width: 94px;
  height: 94px;
  top: 48px;
  left: 40px;
  /* background-color: var(--color-primary); */
  border-radius: 12px;
  overflow: hidden;
}

.home-villa-del-rio .group {
  /* position: relative; */
  width: 57px;
  height: 56px;
  top: 18px;
  left: 18px;
}

.home-villa-del-rio .overlap {
  position: relative;
  width: 53px;
  height: 55px;
  top: 2px;
  left: 2px;
}

.home-villa-del-rio .overlap-group {
  position: absolute;
  width: 53px;
  height: 45px;
  /* top: 10px; */
  left: 0;
}

.home-villa-del-rio .vector {
  position: absolute;
  width: 94px;
  height: 94px;
  /* top: 11px; */
  /* left: 9px; */
}

.home-villa-del-rio .star {
  position: absolute;
  width: 15px;
  height: 15px;
  top: 0;
  left: 38px;
}

.home-villa-del-rio .star-2 {
  position: absolute;
  width: 15px;
  height: 15px;
  top: 0;
  left: 0;
}

.home-villa-del-rio .star-3 {
  position: absolute;
  width: 19px;
  height: 18px;
  top: 0;
  left: 17px;
}

.home-villa-del-rio .frame-7 {
  position: relative;
  /* width: 32%; */
  height: 508px;
  /* background-color: var(--color-primary);
  border-radius: 18px; */
  border-radius: 18px;
  background: var(--Surface-Dark, #021B20);
  overflow: hidden;
}

.home-villa-del-rio .text-wrapper-4 {
  height: 44px;
  top: 200px;
  left: 40px;
  font-weight: var(--text-4xl-semi-bold-font-weight);
  color: #ffffff;
  font-size: var(--text-4xl-semi-bold-font-size);
  line-height: var(--text-4xl-semi-bold-line-height);
  position: absolute;
  font-family: var(--text-4xl-semi-bold-font-family);
  letter-spacing: var(--text-4xl-semi-bold-letter-spacing);
  font-style: var(--text-4xl-semi-bold-font-style);
}

.home-villa-del-rio .we-take-pride-in-the-2 {
  position: absolute;
  width: 430px;
  height: 58px;
  top: 272px;
  left: 40px;
  font-family: var(--text-2xl-regular-font-family);
  font-weight: var(--text-2xl-regular-font-weight);
  color: #ffffff;
  font-size: var(--text-2xl-regular-font-size);
  letter-spacing: var(--text-2xl-regular-letter-spacing);
  line-height: var(--text-2xl-regular-line-height);
  font-style: var(--text-2xl-regular-font-style);
}

.home-villa-del-rio .button-2 {
  all: unset;
  box-sizing: border-box;
  display: inline-flex;
  height: 62px;
  top: 388px;
  left: 38px;
  border: 2px solid;
  border-color: #ffffff;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 24px 30px;
  position: absolute;
  border-radius: 12px;
}

.home-villa-del-rio .learn-more-2 {
  position: relative;
  width: fit-content;
  margin-top: -0.5px;
  font-family: var(--button-button-font-family);
  font-weight: var(--button-button-font-weight);
  color: #ffffff;
  font-size: var(--button-button-font-size);
  letter-spacing: var(--button-button-letter-spacing);
  line-height: var(--button-button-line-height);
  white-space: nowrap;
  font-style: var(--button-button-font-style);
}

.home-villa-del-rio .frame-8 {
  position: absolute;
  width: 94px;
  height: 94px;
  top: 48px;
  left: 40px;
  background-color: #ffffff;
  border-radius: 12px;
  overflow: hidden;
}

.home-villa-del-rio .overlap-group-wrapper {
  position: relative;
  width: 45px;
  height: 60px;
  top: 17px;
  left: 25px;
}

.home-villa-del-rio .overlap-group-2 {
  position: relative;
  height: 60px;
}

.home-villa-del-rio .vector-2 {
  position: absolute;
  width: 23px;
  height: 21px;
  top: 38px;
  left: 0;
}

.home-villa-del-rio .vector-3 {
  position: absolute;
  width: 23px;
  height: 21px;
  top: 38px;
  left: 21px;
}

.home-villa-del-rio .star-4 {
  position: absolute;
  width: 21px;
  height: 20px;
  top: 12px;
  left: 12px;
}

.home-villa-del-rio .ellipse {
  position: absolute;
  width: 45px;
  height: 45px;
  top: 0;
  left: 0;
  border-radius: 22.5px;
  border: 2px solid;
  border-color: var(--color-primary);
}

.home-villa-del-rio .ellipse-2 {
  position: absolute;
  width: 35px;
  height: 35px;
  top: 5px;
  left: 5px;
  border-radius: 17.5px;
  border: 2px solid;
  border-color: var(--color-primary);
}

.home-villa-del-rio .group-2 {
  position: relative;
  width: 52px;
  height: 52px;
  top: 21px;
  left: 21px;
}

.home-villa-del-rio .overlap-group-3 {
  position: absolute;
  width: 30px;
  height: 35px;
  top: -1px;
  left: 11px;
  background-image: url(https://c.animaapp.com/9Q6NDeqf/img/vector-5.svg);
  background-size: 100% 100%;
}

.home-villa-del-rio .vector-4 {
  position: absolute;
  width: 12px;
  height: 16px;
  top: 6px;
  left: 9px;
}

.home-villa-del-rio .ellipse-3 {
  position: absolute;
  width: 6px;
  height: 6px;
  top: 16px;
  left: 16px;
  border-radius: 3px;
  border: 1.5px solid;
  border-color: #ffffff;
}

.home-villa-del-rio .ellipse-4 {
  position: absolute;
  width: 6px;
  height: 6px;
  top: 6px;
  left: 9px;
  border-radius: 3px;
  border: 1.5px solid;
  border-color: #ffffff;
}

.home-villa-del-rio .vector-5 {
  position: absolute;
  width: 54px;
  height: 19px;
  top: 34px;
  left: -1px;
}

.home-villa-del-rio .frame-9 {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  top: 1894px;
  /* padding: 20px; */
  /* left: 80px; */
}

.home-villa-del-rio .group-3 {
  position: relative;
  width: 901px;
  height: 622px;
}

.home-villa-del-rio .overlap-group-4 {
  position: relative;
  height: 662px;
}

.home-villa-del-rio .image-2 {
  position: absolute;
  width: 371px;
  height: 459px;
  top: 97px;
  left: 0;
}

.home-villa-del-rio .image-3 {
  position: absolute;
  /* width: 518px; */
  height: 610px;
  top: 0;
  /* left: 383px; */
}

.home-villa-del-rio .image-4 {
  position: absolute;
  width: 369px;
  height: 173px;
  top: 410px;
  left: 80px;
  object-fit: cover;
}

.home-villa-del-rio .frame-10 {
  display: flex;
  flex-direction: column;
  /* width: 603px; */
  align-items: flex-start;
  gap: 63px;
  position: relative;
  padding-left: 32px;
}

.home-villa-del-rio .frame-11 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.home-villa-del-rio .frame-12 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 26px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.home-villa-del-rio .text-wrapper-5 {
  position: relative;
  align-self: stretch;
  margin-top: -1px;
  font-family: var(--text-6xl-medium-font-family);
  font-weight: var(--text-6xl-medium-font-weight);
  color: #fff;
  font-size: var(--text-6xl-medium-font-size);
  letter-spacing: var(--text-6xl-medium-letter-spacing);
  line-height: var(--text-6xl-medium-line-height);
  font-style: var(--text-6xl-medium-font-style);
}

.color-overwrite {
  color: #000000 !important;
}

.home-villa-del-rio .text-wrapper-6 {
  color: #E1F5F9;
  line-height: var(--text-xl-regular-line-height);
  position: relative;
  align-self: stretch;
  font-family: var(--text-xl-regular-font-family);
  font-weight: var(--text-xl-regular-font-weight);
  font-size: var(--text-xl-regular-font-size);
  letter-spacing: var(--text-xl-regular-letter-spacing);
  font-style: var(--text-xl-regular-font-style);
}

.home-villa-del-rio .frame-13 {
  display: flex;
  flex-direction: column;
  /* width: 302px; */
  align-items: flex-start;
  gap: 33px;
  position: relative;
  flex: 0 0 auto;
}

.home-villa-del-rio .frame-14 {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  position: relative;
  flex: 0 0 auto;
}

.home-villa-del-rio .lucide-heart {
  position: relative;
  width: 24px;
  height: 24px;
}

.home-villa-del-rio .text-wrapper-7 {
  position: relative;
  width: fit-content;
  margin-top: -1px;
  font-family: var(--text-2xl-regular-font-family);
  font-weight: var(--text-2xl-regular-font-weight);
  color: #FFF;
  font-size: var(--text-2xl-regular-font-size);
  letter-spacing: var(--text-2xl-regular-letter-spacing);
  line-height: var(--text-2xl-regular-line-height);
  font-style: var(--text-2xl-regular-font-style);
}

.home-villa-del-rio .frame-15 {
  display: flex;
  align-items: center;
  gap: 10px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.home-villa-del-rio .frame-16 {
  display: inline-flex;
  /* height: 767px; */
  align-items: flex-start;
  /* gap: 104px; */
  padding: 82px 79px;
  /* position: absolute; */
  /* top: 2643px; */
  left: 0;
  background-color: #021b20;
}

.home-villa-del-rio .frame-17 {
  display: flex;
  flex-direction: column;
  /* width: 50%; */
  align-items: flex-start;
  gap: 61px;
  position: relative;
}

.home-villa-del-rio .we-take-excellent {
  position: relative;
  align-self: stretch;
  margin-top: -1px;
  font-family: var(--text-6xl-medium-font-family);
  font-weight: var(--text-6xl-medium-font-weight);
  color: #ffffff;
  font-size: var(--text-6xl-medium-font-size);
  letter-spacing: var(--text-6xl-medium-letter-spacing);
  line-height: var(--text-6xl-medium-line-height);
  font-style: var(--text-6xl-medium-font-style);
}

.home-villa-del-rio .frame-18 {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: flex-start;
  gap: 32px;
  position: relative;
  flex: 0 0 auto;
}

.home-villa-del-rio .lorem-ipsum-dolor {
  position: relative;
  align-self: stretch;
  margin-top: -1px;
  font-family: var(--text-2xl-regular-font-family);
  font-weight: var(--text-2xl-regular-font-weight);
  color: var(--color-surface);
  font-size: var(--text-2xl-regular-font-size);
  letter-spacing: var(--text-2xl-regular-letter-spacing);
  line-height: var(--text-2xl-regular-line-height);
  font-style: var(--text-2xl-regular-font-style);
}

.home-villa-del-rio .lorem-ipsum-dolor-2 {
  position: relative;
  align-self: stretch;
  font-family: var(--text-2xl-regular-font-family);
  font-weight: var(--text-2xl-regular-font-weight);
  color: var(--color-surface);
  font-size: var(--text-2xl-regular-font-size);
  letter-spacing: var(--text-2xl-regular-letter-spacing);
  line-height: var(--text-2xl-regular-line-height);
  font-style: var(--text-2xl-regular-font-style);
}

.home-villa-del-rio .frame-19 {
  display: flex;
  flex-direction: column;
  /* width: 50%; */
  align-items: flex-start;
  gap: 70px;
  position: relative;
  margin-bottom: -325px;
}

.home-villa-del-rio .image-5 {
  position: relative;
  align-self: stretch;
  width: 100%;
  height: 428px;
}

.home-villa-del-rio .image-6 {
  position: relative;
  align-self: stretch;
  width: 100%;
  height: 430px;
  object-fit: cover;
}

.home-villa-del-rio .frame-20 {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: flex-start;
  gap: 100px;
  position: absolute;
  top: 5090px;
  padding: 10px;
  /* left: 80px; */
}

.home-villa-del-rio .text-wrapper-8 {
  position: relative;
  width: fit-content;
  margin-top: -1px;
  font-family: var(--text-6xl-medium-font-family);
  font-weight: var(--text-6xl-medium-font-weight);
  color: #fff;
  font-size: var(--text-6xl-medium-font-size);
  letter-spacing: var(--text-6xl-medium-letter-spacing);
  line-height: var(--text-6xl-medium-line-height);
  font-style: var(--text-6xl-medium-font-style);
}

.home-villa-del-rio .frame-21 {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 95px 20px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.home-villa-del-rio .frame-22 {
  /* position: relative; */
  /* width: 32.3%; */
  height: 350px;
  border-radius: 18px;
  background: #09262C;
  border-radius: 18px;
}

.home-villa-del-rio .text-wrapper-9 {
  position: absolute;
  height: 36px;
  top: 89px;
  left: 32px;
  font-family: var(--text-3xl-semi-bold-font-family);
  font-weight: var(--text-3xl-semi-bold-font-weight);
  color: #fff;
  /* color: var(--color-text); */
  font-size: var(--text-3xl-semi-bold-font-size);
  letter-spacing: var(--text-3xl-semi-bold-letter-spacing);
  line-height: var(--text-3xl-semi-bold-line-height);
  white-space: nowrap;
  font-style: var(--text-3xl-semi-bold-font-style);
}

.home-villa-del-rio .text-wrapper-10 {
  position: absolute;
  width: 446px;
  height: 96px;
  top: 164px;
  left: 32px;
  font-family: "Inter", Helvetica;
  font-weight: 400;
  color: #64748B;
  /* color: var(--color-text-mute); */
  font-size: 18px;
  letter-spacing: 0;
  line-height: 24px;
}

.home-villa-del-rio .image-7 {
  position: absolute;
  width: 93px;
  height: 92px;
  top: -46px;
  left: 30px;
  object-fit: cover;
}

.home-villa-del-rio .frame-23 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  position: absolute;
  top: 288px;
  left: 32px;
}

.home-villa-del-rio .text-wrapper-11 {
  position: relative;
  width: fit-content;
  margin-top: -1px;
  color: #EC6B00;
  /* color: var(--color-primary); */
  font-size: 18px;
  line-height: 24px;
  white-space: nowrap;
  font-family: "Inter", Helvetica;
  font-weight: 600;
  letter-spacing: 0;
}

.home-villa-del-rio .lucide-arrow-right {
  position: relative;
  width: 20px;
  height: 18px;
}

.home-villa-del-rio .overlap-wrapper {
  position: absolute;
  width: 100%;
  height: 683px;
  top: 6199px;
  padding: 10px;
  /* left: 80px; */
}

.home-villa-del-rio .overlap-2 {
  position: relative;
  height: 683px;
}

.home-villa-del-rio .frame-24 {
  display: flex;
  flex-direction: column;
  width: 50%;
  align-items: flex-start;
  gap: 43px;
  position: absolute;
  top: 0;
  left: 0;
}

.home-villa-del-rio .frame-25 {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: flex-start;
  gap: 43px;
  position: relative;
  flex: 0 0 auto;
}

.home-villa-del-rio .text-wrapper-12 {
  position: relative;
  align-self: stretch;
  margin-top: -1px;
  font-family: var(--text-2xl-regular-font-family);
  font-weight: var(--text-2xl-regular-font-weight);
  color: var(--color-text-mute);
  font-size: var(--text-2xl-regular-font-size);
  letter-spacing: var(--text-2xl-regular-letter-spacing);
  line-height: var(--text-2xl-regular-line-height);
  font-style: var(--text-2xl-regular-font-style);
}

.home-villa-del-rio .text-wrapper-13 {
  position: relative;
  align-self: stretch;
  font-family: var(--text-2xl-regular-font-family);
  font-weight: var(--text-2xl-regular-font-weight);
  color: var(--color-text-mute);
  font-size: var(--text-2xl-regular-font-size);
  letter-spacing: var(--text-2xl-regular-letter-spacing);
  line-height: var(--text-2xl-regular-line-height);
  font-style: var(--text-2xl-regular-font-style);
}

.home-villa-del-rio .overlap-3 {
  position: absolute;
  width: 886px;
  height: 669px;
  top: 14px;
  left: 40%;
}

.home-villa-del-rio .image-8 {
  /* position: absolute; */
  width: 100%;
  height: 656px;
  top: 0;
  /* left: 225px; */
  object-fit: cover;
}

.home-villa-del-rio .frame-26 {
  position: absolute;
  width: 299px;
  height: 120px;
  top: 549px;
  left: 0;
  background-color: rgba(236, 107, 0, 1);
  border-radius: 10px;
  overflow: hidden;
}

.home-villa-del-rio .image-9 {
  position: absolute;
  width: 77px;
  height: 78px;
  top: 21px;
  left: 19px;
  object-fit: cover;
}

.home-villa-del-rio .text-wrapper-14 {
  position: absolute;
  height: 24px;
  top: 28px;
  left: 110px;
  font-family: var(--text-xl-semi-bold-font-family);
  font-weight: var(--text-xl-semi-bold-font-weight);
  color: #fff;
  font-size: var(--text-xl-semi-bold-font-size);
  letter-spacing: var(--text-xl-semi-bold-letter-spacing);
  line-height: var(--text-xl-semi-bold-line-height);
  white-space: nowrap;
  font-style: var(--text-xl-semi-bold-font-style);
}

.home-villa-del-rio .text-wrapper-15 {
  position: absolute;
  height: 24px;
  top: 69px;
  left: 110px;
  font-family: var(--text-xl-medium-font-family);
  font-weight: var(--text-xl-medium-font-weight);
  color: #fff;
  font-size: var(--text-xl-medium-font-size);
  letter-spacing: var(--text-xl-medium-letter-spacing);
  line-height: var(--text-xl-medium-line-height);
  white-space: nowrap;
  font-style: var(--text-xl-medium-font-style);
}

.home-villa-del-rio .frame-wrapper {
  /* position: absolute; */
  /* width: 92%; */
  height: 693px;
  /* top: 7002px; */
  /* left: 4%; */
  background-color: var(--color-surface-foreground);
  border-radius: 30px;
  overflow: hidden;
}

.home-villa-del-rio .frame-27 {
  display: flex;
  flex-direction: column;
  width: 90%;
  height: 693px;
  align-items: center;
  justify-content: center;
  gap: 68px;
  padding: 0px 180px;
  position: relative;
  margin-left: 5%;
  border-radius: 30px;
  background-color: #021B20;
}

.home-villa-del-rio .frame-28 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 2px 40px;
  position: relative;
  flex: 0 0 auto;
  background-color: rgba(9, 38, 44, 1);
  /* background-color: var(--color-surface); */
  border-radius: 50px;
  vertical-align: middle;
}

.home-villa-del-rio .text-wrapper-16 {
  position: relative;
  width: fit-content;
  margin-top: 13px;
  font-family: var(--body-body-xl-font-family);
  font-weight: var(--body-body-xl-font-weight);
  color: var(--color-primary);
  font-size: var(--body-body-xl-font-size);
  text-align: center;
  letter-spacing: var(--body-body-xl-letter-spacing);
  line-height: var(--body-body-xl-line-height);
  font-style: var(--body-body-xl-font-style);
}

.home-villa-del-rio .text-wrapper-17 {
  position: relative;
  align-self: stretch;
  font-family: var(--text-4xl-regular-font-family);
  font-weight: var(--text-4xl-regular-font-weight);
  color: #fff;
  /* color: var(--color-text-base); */
  font-size: var(--text-4xl-regular-font-size);
  text-align: center;
  letter-spacing: var(--text-4xl-regular-letter-spacing);
  line-height: var(--text-4xl-regular-line-height);
  font-style: var(--text-4xl-regular-font-style);
}

.home-villa-del-rio .frame-29 {
  display: flex;
  width: 444px;
  align-items: center;
  justify-content: space-between;
  position: relative;
  flex: 0 0 auto;
}

.home-villa-del-rio .lucide-arrow-right-wrapper {
  position: relative;
  width: 54px;
  height: 54px;
  background-color: var(--color-secundary);
  border-radius: 27px;
  transform: rotate(180deg);
}

.home-villa-del-rio .lucide-arrow-right-2 {
  transform: rotate(-180deg);
  position: absolute;
  width: 24px;
  height: 24px;
  top: 15px;
  left: 15px;
}

.home-villa-del-rio .frame-30 {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  flex: 1;
  flex-grow: 1;
}

.home-villa-del-rio .text-wrapper-18 {
  position: relative;
  align-self: stretch;
  margin-top: -1px;
  font-family: var(--text-3xl-medium-font-family);
  font-weight: var(--text-3xl-medium-font-weight);
  color: #fff;
  /* color: var(--color-text); */
  font-size: var(--text-3xl-medium-font-size);
  text-align: center;
  letter-spacing: var(--text-3xl-medium-letter-spacing);
  line-height: var(--text-3xl-medium-line-height);
  font-style: var(--text-3xl-medium-font-style);
}

.home-villa-del-rio .img-wrapper {
  position: relative;
  width: 54px;
  height: 54px;
  background-color: var(--color-secundary);
  border-radius: 27px;
}

.home-villa-del-rio .lucide-arrow-right-3 {
  position: absolute;
  width: 24px;
  height: 24px;
  top: 15px;
  left: 15px;
}

.home-villa-del-rio .frame-31 {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: flex-start;
  gap: 72px;
  position: absolute;
  top: 3653px;
  padding: 20px;
}

.home-villa-del-rio .text-wrapper-19 {
  position: relative;
  width: 994px;
  margin-top: -1px;
  font-family: var(--text-6xl-medium-font-family);
  font-weight: var(--text-6xl-medium-font-weight);
  color: var(--color-text);
  font-size: var(--text-6xl-medium-font-size);
  letter-spacing: var(--text-6xl-medium-letter-spacing);
  line-height: var(--text-6xl-medium-line-height);
  font-style: var(--text-6xl-medium-font-style);
}

.home-villa-del-rio .bento {
  display: flex;
  flex-direction: column;
  height: 1099px;
  align-items: flex-start;
  gap: 20px;
  position: relative;
  align-self: stretch;
  width: 100%;
}

.home-villa-del-rio .frame-32 {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  position: relative;
  flex: 1;
  align-self: stretch;
  width: 100%;
  flex-grow: 1;
}

.home-villa-del-rio .image-wrapper {
  position: relative;
  align-self: stretch;
  width: 981px;
  background-color: #e6e6e6;
  border-radius: 20px;
  overflow: hidden;
}

.home-villa-del-rio .image-10 {
  position: absolute;
  width: 981px;
  height: 539px;
  top: 0;
  left: 0;
  object-fit: cover;
}

.home-villa-del-rio .frame-33 {
  position: relative;
  flex: 1;
  align-self: stretch;
  flex-grow: 1;
  background-color: #e6e6e6;
  border-radius: 20px;
  overflow: hidden;
}

.home-villa-del-rio .image-11 {
  position: absolute;
  width: 100%;
  height: 539px;
  top: 0;
  left: 0;
  object-fit: cover;
}

.home-villa-del-rio .frame-34 {
  display: flex;
  height: 540px;
  align-items: flex-start;
  gap: 20px;
  position: relative;
  align-self: stretch;
  width: 100%;
  overflow: hidden;
}

.home-villa-del-rio .frame-35 {
  position: relative;
  align-self: stretch;
  width: 450px;
  background-color: #e6e6e6;
  border-radius: 20px;
  overflow: hidden;
}

.home-villa-del-rio .image-12 {
  position: absolute;
  width: 450px;
  height: 540px;
  top: 0;
  left: 0;
  object-fit: cover;
}

.home-villa-del-rio .frame-36 {
  position: relative;
  align-self: stretch;
  width: 1280px;
  background-color: #e6e6e6;
  border-radius: 20px;
  overflow: hidden;
}

.home-villa-del-rio .image-13 {
  position: absolute;
  width: 100%;
  height: 540px;
  top: 0;
  left: 0;
  object-fit: cover;
}

.home-villa-del-rio .frame-37 {
  /* position: absolute; */
  width: 100%;
  /* height: 653px; */
  /* top: 8873px; */
  /* left: 0; */
  background-color: #021b20;
}

.home-villa-del-rio .frame-38 {
  display: flex;
  flex-direction: column;
  /* width: 159px; */
  align-items: flex-start;
  gap: 31px;
  /* position: absolute; */
  /* top: 159px; */
  margin-top: 100px;

}

.home-villa-del-rio .text-wrapper-20 {
  position: relative;
  align-self: stretch;
  margin-top: -1px;
  font-family: "Inter", Helvetica;
  font-weight: 600;
  color: #ffffff;
  font-size: 23px;
  letter-spacing: 0;
  line-height: normal;
}

.home-villa-del-rio .frame-39 {
  display: flex;
  flex-direction: column;
  width: 126px;
  align-items: flex-start;
  gap: 28px;
  position: relative;
  flex: 0 0 auto;
}

.home-villa-del-rio .text-wrapper-21 {
  font-weight: var(--text-2xl-medium-font-weight);
  font-size: var(--text-2xl-medium-font-size);
  position: relative;
  align-self: stretch;
  margin-top: -1px;
  font-family: var(--text-2xl-medium-font-family);
  color: #ffffff;
  letter-spacing: var(--text-2xl-medium-letter-spacing);
  line-height: var(--text-2xl-medium-line-height);
  font-style: var(--text-2xl-medium-font-style);
  cursor: pointer;
}

.home-villa-del-rio .text-wrapper-22 {
  position: relative;
  align-self: stretch;
  font-family: var(--text-2xl-medium-font-family);
  font-weight: var(--text-2xl-medium-font-weight);
  color: #ffffff;
  font-size: var(--text-2xl-medium-font-size);
  letter-spacing: var(--text-2xl-medium-letter-spacing);
  line-height: var(--text-2xl-medium-line-height);
  font-style: var(--text-2xl-medium-font-style);
  cursor: pointer;

}

.home-villa-del-rio .frame-40 {
  display: flex;
  flex-direction: column;
  /* width: 507px; */
  align-items: flex-start;
  /* gap: 20px; */
  /* position: absolute; */
  /* top: 159px; */
  /* left: 80px; */
  margin-top: 100px;
}

.home-villa-del-rio .text-wrapper-23 {
  color: #ffffff;
  line-height: 28px;
  position: relative;
  align-self: stretch;
  font-family: "Inter", Helvetica;
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 0;
  margin-left: 15px;
  margin-top: 8px;
}

.home-villa-del-rio .frame-41 {
  display: flex;
  flex-direction: column;
  /* width: 383px; */
  align-items: flex-start;
  gap: 31px;
  /* position: absolute; */
  /* top: 159px; */
  margin-top: 100px;

}

.home-villa-del-rio .frame-42 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 28px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.home-villa-del-rio .text-wrapper-24 {
  position: relative;
  width: fit-content;
  margin-top: -1px;
  font-family: var(--text-2xl-medium-font-family);
  font-weight: var(--text-2xl-medium-font-weight);
  color: #ffffff;
  font-size: var(--text-2xl-medium-font-size);
  letter-spacing: var(--text-2xl-medium-letter-spacing);
  line-height: var(--text-2xl-medium-line-height);
  font-style: var(--text-2xl-medium-font-style);
}

.home-villa-del-rio .rectangle {
  /* position: absolute; */
  width: 100%;
  height: 1px;
  /* top: 541px; */
  left: 0;
  margin-bottom: 10px;
  margin-top: 20px;
  background-color: var(--color-primary);
}

.home-villa-del-rio .villa-del-rio-all {
  /* position: absolute;
  top: 580px;
  left: 80px; */
  font-family: "DM Sans", Helvetica;
  font-weight: 400;
  color: var(--teal-200);
  font-size: 16px;
  text-align: center;
  letter-spacing: 0;
  line-height: 30px;
  white-space: nowrap;
  text-align: left;
}

.home-villa-del-rio .span {
  font-family: "DM Sans", Helvetica;
  font-weight: 400;
  color: #98f5e3;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 30px;
}

.home-villa-del-rio .text-wrapper-25 {
  /* position: absolute;
  top: 580px;
  left: 90%; */
  font-family: "DM Sans", Helvetica;
  font-weight: 400;
  color: var(--teal-200);
  font-size: 16px;
  text-align: right;
  letter-spacing: 0;
  line-height: 30px;
  white-space: nowrap;
  text-align: right;
}

.home-villa-del-rio .terms-agreements {
  /* position: absolute;
  top: 580px;
  left: 78%; */
  font-family: "DM Sans", Helvetica;
  font-weight: 400;
  color: var(--teal-200);
  font-size: 16px;
  text-align: right;
  letter-spacing: 0;
  line-height: 30px;
  white-space: nowrap;
  text-align: left;
}

.home-villa-del-rio .overlap-4 {
  position: absolute;
  width: 100%;
  height: 1013px;
  top: 7860px;
  left: 0;
}

.home-villa-del-rio .frame-43 {
  /* position: absolute; */
  width: 100%;
  /* height: 1013px; */
  top: 0;
  left: 0;
  background-image: url(https://c.animaapp.com/9Q6NDeqf/img/image-13.png);
  background-size: cover;
  background-position: 50% 50%;
}

.home-villa-del-rio .text-wrapper-26 {
  /* position: absolute;
  height: 73px;
  top: 61px;
  left: 550px; */
  color: #ffffff;
  font-size: var(--text-6xl-semi-bold-font-size);
  text-align: center;
  line-height: var(--text-6xl-semi-bold-line-height);
  font-family: var(--text-6xl-semi-bold-font-family);
  font-weight: var(--text-6xl-semi-bold-font-weight);
  letter-spacing: var(--text-6xl-semi-bold-letter-spacing);
  font-style: var(--text-6xl-semi-bold-font-style);
}

.home-villa-del-rio .text-wrapper-27 {
  /* position: absolute; */
  height: 24px;
  /* top: 146px; */
  /* left: 609px; */
  font-family: var(--text-xl-regular-font-family);
  font-weight: var(--text-xl-regular-font-weight);
  color: #ffffff;
  font-size: var(--text-xl-regular-font-size);
  text-align: center;
  letter-spacing: var(--text-xl-regular-letter-spacing);
  line-height: var(--text-xl-regular-line-height);
  white-space: nowrap;
  font-style: var(--text-xl-regular-font-style);
  margin-bottom: 36px;
}

.home-villa-del-rio .frame-44 {
  /* position: absolute;
  width: 1283px;
  height: 696px;
  top: 234px;
  left: 222px; */
  background-color: #021B20;
  border-radius: 20px;
  overflow: hidden;
  display: flex;
  width: 80%;
  margin-left: 10%;
}

.home-villa-del-rio .image-14 {
  /* position: absolute; */
  width: 507px;
  height: 696px;
  top: 0;
  left: 0;
}

.home-villa-del-rio .frame-45 {
  display: flex;
  flex-direction: column;
  /* width: 670px; */
  align-items: flex-start;
  justify-content: center;
  gap: 18px;
  /* position: absolute; */
  /* top: 60px;
  left: 557px; */
  padding: 20px;
  margin: 40px;
}

.home-villa-del-rio .frame-46 {
  display: flex;
  width: 100%;
  height: 78px;
  align-items: center;
  gap: 18px;
  position: relative;
}

.home-villa-del-rio .frame-47 {
  display: flex;
  align-items: center;
  padding: 20px;
  position: relative;
  flex: 1;
  align-self: stretch;
  flex-grow: 1;
  background-color: #ffffff;
  border-radius: 8px;
}

.home-villa-del-rio .text-wrapper-28 {
  position: relative;
  width: fit-content;
  font-family: var(--text-base-medium-font-family);
  font-weight: var(--text-base-medium-font-weight);
  color: var(--color-text-mute);
  font-size: var(--text-base-medium-font-size);
  letter-spacing: var(--text-base-medium-letter-spacing);
  line-height: var(--text-base-medium-line-height);
  white-space: nowrap;
  font-style: var(--text-base-medium-font-style);
  border: none;
  outline: none;
}

.home-villa-del-rio .frame-48 {
  display: flex;
  height: 78px;
  align-items: center;
  padding: 20px;
  position: relative;
  align-self: stretch;
  width: 100%;
  background-color: #ffffff;
  border-radius: 8px;
}

.home-villa-del-rio .frame-49 {
  display: flex;
  height: 198px;
  align-items: flex-start;
  padding: 20px;
  position: relative;
  align-self: stretch;
  width: 100%;
  background-color: #ffffff;
  border-radius: 8px;
}

.home-villa-del-rio .text-wrapper-29 {
  margin-top: -1px;
  position: relative;
  width: fit-content;
  font-family: var(--text-base-medium-font-family);
  font-weight: var(--text-base-medium-font-weight);
  color: var(--color-text-mute);
  font-size: var(--text-base-medium-font-size);
  letter-spacing: var(--text-base-medium-letter-spacing);
  line-height: var(--text-base-medium-line-height);
  white-space: nowrap;
  font-style: var(--text-base-medium-font-style);
}

.home-villa-del-rio .button-3 {
  all: unset;
  box-sizing: border-box;
  display: flex;
  width: 100%;
  height: 68px;
  top: 578px;
  left: 557px;
  background-color: var(--color-primary);
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 24px 30px;
  /* position: absolute; */
  border-radius: 12px;
}

.home-villa-del-rio .button-3:hover {
  background-color: #0d424d;
  cursor: pointer;
}

.section24 {
  color: white;

  /* text-3xl/medium */
  font-family: Inter;
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.section24 ul {
  margin-left: 14px;
}

.section24 ul li {
  color: white;
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 34px;
  list-style-type: disc;
  /* 170% */
}

@media (min-width: 576px) {
  .home-villa-del-rio .image-14 {
    width: 100% !important;
  }

}


.modal-overwrite {
  border: 1px solid;
  border-radius: 1.3rem !important;
  outline: 0;
  border-color: grey;
  padding: 18px;
}

/* Button Hover Effect */
.book-an-appointment-wrapper .book-an-appointment {
  transition: background-color 0.3s, transform 0.3s;
}

.book-an-appointment-wrapper .book-an-appointment:hover {
  background-color: #4CAF50;
  /* Change to desired hover color */
  transform: scale(1.05);
  /* Slightly scale up the button */
  color: #fff;
}

/* Optional: Custom carousel transition effect */
.carousel-item {
  transition: transform 0.6s ease;
}

.top-bar {
  background-color: #e7f0f4;
  padding: 10px 0;
}

.top-bar .contact-info {
  display: flex;
  align-items: center;
  gap: 80px;
  color: #047857;
  text-align: right;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.logo {
  font-family: 'Serif';
  font-size: 1.5rem;
  color: #004e38;
  display: flex;
  align-items: center;
}

.logo img {
  height: 40px;
  margin-right: 10px;
}

.navbar {
  background-color: rgba(2, 27, 32, 1);
  padding: 0 !important;
}

.navbar-nav .nav-link {
  color: white !important;
  padding: 12px;
  text-transform: uppercase;
}

.navbar-nav .nav-link:hover {
  color: #c6d3d0 !important;
}

.overly-slider {
  background: linear-gradient(0deg, rgba(4, 120, 87, 0.20) 0%, rgba(4, 120, 87, 0.20) 100%),
    linear-gradient(255deg, rgba(4, 120, 87, 0.00) 2.6%, #047857 97.42%);
  position: absolute;
  width: 100%;
  height: 100%;
  /* border-radius: 30px; */
}

.nav-link {
  padding: 11px 26px !important;
}

.primary-back {
  background: #021B20;
}

/* Hover effect */
.learn-more:hover {
  /* color: #1a5142; */
  cursor: pointer;
  /* font-size: 110%; */
}

.learn-more-2:hover {
  /* color: #1a5142; */
  cursor: pointer;
  /* font-size: 110%; */
}

.learn-more-wrapper:hover {
  border-color: #EC6B00 !important;
  color: #EC6B00 !important;
}

.button-2:hover {
  border-color: #EC6B00 !important;
  color: #EC6B00 !important;
}

.text-wrapper-11:hover {
  color: #783b09 !important;
  cursor: pointer;
}

.helth-center {
  margin-top: 160px !important;
}

@media (min-width: 768px) {
  .helth-center {
    margin-top: 260px !important;
  }

  .home-villa-del-rio .frame-27 {
    width: 100% !important;
    margin-left: 0 !important;
    padding: 10px;
  }

  .home-villa-del-rio .frame-16 {
    padding: 82px 31px !important;
  }
}

.button-3 {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.button-loader {
  border: 4px solid #f3f3f3;
  border-top: 4px solid #3498db;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  animation: spin 1s linear infinite;
  margin-left: 10px;
}


.button-text {
  position: relative;
  width: fit-content;
  font-family: "DM Sans", Helvetica;
  font-weight: 700;
  color: var(--color-base-light);
  font-size: 18px;
  letter-spacing: 0;
  line-height: 22px;
  white-space: nowrap;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.button-3 .button-text.loading {
  visibility: hidden;
  /* Hide button text when loading */
}