.home-hero-module {
  position: relative;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.home-hero-module .hero-background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, #2d5a3d 0%, #4a7c59 100%);
  z-index: -2;
  overflow: hidden;
}
.home-hero-module .hero-background img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: -3;
}
.home-hero-module .hero-background video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: -3;
}
.home-hero-module .hero-background::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="50" cy="50" r="1" fill="rgba(255,255,255,0.1)"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>');
  opacity: 0.3;
  z-index: -2;
}
.home-hero-module .hero-background .hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: -1;
}
.home-hero-module .hero-content {
  text-align: center;
  color: #ffffff;
  z-index: 1;
}
.home-hero-module .hero-content .hero-subtitle {
  font-size: 1.5rem;
  letter-spacing: 1.2px;
}
@media (max-width: 768px) {
  .home-hero-module .hero-content .hero-subtitle {
    font-size: 1rem;
  }
}
.home-hero-module .hero-content .hero-title {
  margin-bottom: 2.8125rem;
  font-size: 4.375rem;
  line-height: 1;
  letter-spacing: 1.4px;
}
@media (max-width: 768px) {
  .home-hero-module .hero-content .hero-title {
    font-size: 3rem;
  }
}
@media (max-width: 576px) {
  .home-hero-module .hero-content .hero-title {
    font-size: 2.5rem;
  }
}
.home-hero-module .hero-content .hero-actions {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  gap: 1.5rem;
}
.home-hero-module .hero-content .hero-actions .btn {
  border: 3px solid #fff;
  font-size: 1.25rem;
  line-height: 1.4;
  white-space: nowrap;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.3s ease;
  display: flex;
}
.home-hero-module .hero-content .hero-actions .btn:hover {
  transform: translateY(-2px);
}
.home-hero-module .hero-content .hero-actions .btn.btn-primary {
  color: #122223;
  background-color: #fff;
}
.home-hero-module .hero-content .hero-actions .btn.btn-primary .btn-icon {
  background-color: #ffd9b6;
}
.home-hero-module .hero-content .hero-actions .btn.btn-secondary {
  color: #fff;
  background-color: #122223;
  border: 1px solid #fff;
}
.home-hero-module .hero-content .hero-actions .btn.btn-secondary .btn-icon {
  width: 44px;
}
.home-hero-module .hero-content .hero-actions .btn span {
  padding: 0.5rem 1rem;
}
.home-hero-module .hero-content .hero-actions .btn .btn-icon {
  width: 76px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.home-hero-module .hero-content .hero-actions .btn .btn-icon svg {
  width: 20px;
  height: 20px;
}
.intro-module {
  background-color: #122223;
}
.intro-module .intro-wrapper .intro-title {
  font-size: 6.25rem;
  font-weight: 300;
  line-height: 1;
  width: 100%;
  max-width: 1176px;
}
@media (max-width: 768px) {
  .intro-module .intro-wrapper .intro-title {
    font-size: 3rem;
  }
}
.intro-module .intro-wrapper .intro-title span {
  background: url(../../img/test-img.png) no-repeat center center / cover;
  background-attachment: fixed;
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
}
.intro-module .intro-wrapper .intro-banner {
  margin-top: 6.25vw;
}
.intro-module .intro-wrapper .intro-banner img {
  width: 100%;
  height: 100%;
  height: 707px;
  background: linear-gradient(135deg, #2d5a3d 0%, #4a7c59 100%);
  display: block;
}
.intro-module .intro-wrapper .intro-text {
  margin-top: 18.19vw;
  display: flex;
  justify-content: flex-start;
  flex-direction: row-reverse;
  gap: 13.23vw;
}
@media screen and (max-width: 1200px) {
  .intro-module .intro-wrapper .intro-text {
    gap: 10vw;
  }
}
@media screen and (max-width: 992px) {
  .intro-module .intro-wrapper .intro-text {
    flex-wrap: wrap;
    gap: 3rem;
  }
}
.intro-module .intro-wrapper .intro-text .intro-list {
  padding-top: 0.75rem;
  flex-grow: 1;
}
@media screen and (max-width: 992px) {
  .intro-module .intro-wrapper .intro-text .intro-list {
    width: 100%;
  }
}
.intro-module .intro-wrapper .intro-text .intro-list ul li {
  border-top: 1px solid #fff;
  padding: 0.75rem 0 0.75rem 0.625rem;
}
.intro-module .intro-wrapper .intro-text .intro-list ul li:last-child {
  border-bottom: 1px solid #fff;
}
.intro-module .intro-wrapper .intro-text .intro-list ul li a {
  font-size: 1.25rem;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.intro-module .intro-wrapper .intro-text .intro-limited-width {
  width: 100%;
  max-width: 615px;
  flex-shrink: 0;
}
@media screen and (max-width: 1200px) {
  .intro-module .intro-wrapper .intro-text .intro-limited-width {
    max-width: 500px;
  }
}
@media screen and (max-width: 992px) {
  .intro-module .intro-wrapper .intro-text .intro-limited-width {
    max-width: none;
  }
}
.intro-module .intro-wrapper .intro-text .intro-limited-width .p-con {
  max-height: 286px;
  overflow-y: auto;
}
@media screen and (max-width: 992px) {
  .intro-module .intro-wrapper .intro-text .intro-limited-width .p-con {
    max-height: none;
    overflow-y: visible;
  }
}
.intro-module .intro-wrapper .intro-text .intro-limited-width .p-con p {
  margin-bottom: 1.5rem;
  font-size: 1.125rem;
  color: #eff3f3;
}
@media screen and (max-width: 992px) {
  .intro-module .intro-wrapper .intro-text .intro-limited-width .p-con p {
    font-size: 1rem;
  }
}
.intro-module .intro-wrapper .intro-text .intro-limited-width .p-con p:last-child {
  margin-bottom: 0;
}
.intro-module .intro-wrapper .intro-text .intro-limited-width .golbal-btn {
  margin-top: 0.875rem;
}
.intro-module .intro-wrapper .intro-banner + .intro-text {
  margin-top: 4.25rem;
}
.intro-module .intro-wrapper .golden-p {
  margin-top: 0.75rem;
  letter-spacing: 0.84px;
  color: #FFD9B6;
  font-size: 1.75rem;
  line-height: 1.2;
}
@media screen and (max-width: 992px) {
  .intro-module .intro-wrapper .golden-p {
    font-size: 1.25rem;
  }
}
.hero-module {
  position: relative;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.hero-module .hero-background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, #2d5a3d 0%, #4a7c59 100%);
  z-index: -2;
  overflow: hidden;
}
.hero-module .hero-background img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: -3;
}
.hero-module .hero-background video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: -3;
}
.hero-module .hero-background::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.3;
  z-index: -2;
}
.hero-module .hero-background .hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: -1;
}
.hero-module .hero-content {
  text-align: center;
  color: #ffffff;
  z-index: 1;
  max-width: 800px;
  padding: 0 2rem;
}
.hero-module .hero-content .hero-title {
  margin-bottom: 1.5rem;
  font-size: 4rem;
  line-height: 1.2;
  font-weight: 300;
  letter-spacing: 1.2px;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}
@media (max-width: 768px) {
  .hero-module .hero-content .hero-title {
    font-size: 2.5rem;
    margin-bottom: 1rem;
  }
}
@media (max-width: 576px) {
  .hero-module .hero-content .hero-title {
    font-size: 2rem;
    margin-bottom: 0.8rem;
  }
}
.hero-module .hero-content .hero-subtitle {
  font-size: 1.5rem;
  line-height: 1.4;
  font-weight: 300;
  letter-spacing: 0.8px;
  opacity: 0.95;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}
@media (max-width: 768px) {
  .hero-module .hero-content .hero-subtitle {
    font-size: 1.2rem;
  }
}
@media (max-width: 576px) {
  .hero-module .hero-content .hero-subtitle {
    font-size: 1rem;
  }
}
@media (max-width: 1024px) {
  .hero-module .hero-content {
    padding: 0 1.5rem;
  }
}
@media (max-width: 768px) {
  .hero-module {
    height: 80vh;
    min-height: 500px;
  }
  .hero-module .hero-content {
    padding: 0 1rem;
  }
}
@media (max-width: 576px) {
  .hero-module {
    height: 70vh;
    min-height: 400px;
  }
  .hero-module .hero-content {
    padding: 0 0.8rem;
  }
}
@media (max-width: 480px) {
  .hero-module {
    height: 60vh;
    min-height: 350px;
  }
  .hero-module .hero-content .hero-title {
    font-size: 1.8rem;
  }
  .hero-module .hero-content .hero-subtitle {
    font-size: 0.9rem;
  }
}
.hero-module .hero-title,
.hero-module .hero-subtitle {
  opacity: 0;
  transform: translateY(20px);
}
.hero-module .hero-title.animate__animated,
.hero-module .hero-subtitle.animate__animated {
  opacity: 1;
  transform: translateY(0);
}
@media (prefers-color-scheme: dark) {
  .hero-module .hero-content .hero-title,
  .hero-module .hero-content .hero-subtitle {
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.6);
  }
}
@media (prefers-contrast: high) {
  .hero-module .hero-content .hero-title,
  .hero-module .hero-content .hero-subtitle {
    text-shadow: 0 0 0 transparent;
    color: #ffffff;
    font-weight: 500;
  }
  .hero-module .hero-background .hero-overlay {
    background: rgba(0, 0, 0, 0.6);
  }
}
@media (prefers-reduced-motion: reduce) {
  .hero-module .hero-title,
  .hero-module .hero-subtitle {
    animation: none;
    opacity: 1;
    transform: none;
    transition: none;
  }
  .hero-module .hero-title:hover,
  .hero-module .hero-subtitle:hover {
    transform: none;
  }
}
.wellness-module {
  background-color: #122223;
}
.wellness-module[data-theme="bright"] {
  background-color: #ffffff;
}
.wellness-module[data-theme="bright"] .wellness-content .wellness-text-container .wellness-text {
  color: #122223;
}
.wellness-module .wellness-content {
  display: flex;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .wellness-module .wellness-content {
    flex-wrap: wrap;
  }
}
.wellness-module .wellness-content .wellness-images {
  width: calc(50% - 5rem);
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1400px) {
  .wellness-module .wellness-content .wellness-images {
    width: 52%;
  }
}
@media screen and (max-width: 1200px) {
  .wellness-module .wellness-content .wellness-images {
    margin: 0 auto;
    width: calc(100% - 6.75rem);
  }
}
@media (max-width: 576px) {
  .wellness-module .wellness-content .wellness-images {
    width: calc(100% - 2rem);
  }
}
.wellness-module .wellness-content .wellness-images .wellness-image {
  overflow: hidden;
  position: relative;
  z-index: 1;
  cursor: pointer;
  transition: all 0.3s ease;
}
.wellness-module .wellness-content .wellness-images .wellness-image::after {
  content: '';
  display: block;
}
.wellness-module .wellness-content .wellness-images .wellness-image:hover {
  transform: scale(1.05);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}
.wellness-module .wellness-content .wellness-images .wellness-image.active {
  z-index: 2;
}
.wellness-module .wellness-content .wellness-images .wellness-image.gym-image {
  width: calc(100% - 8.75rem);
  background: linear-gradient(135deg, #4a7c59 0%, #2d5a3d 100%);
}
@media (max-width: 576px) {
  .wellness-module .wellness-content .wellness-images .wellness-image.gym-image {
    width: calc(100% - 8vw);
  }
}
.wellness-module .wellness-content .wellness-images .wellness-image.gym-image::after {
  padding-top: 86.34%;
}
.wellness-module .wellness-content .wellness-images .wellness-image.pool-image {
  margin-top: -38%;
  margin-left: 12.625rem;
  background: linear-gradient(135deg, #4a90e2 0%, #357abd 100%);
}
@media (max-width: 576px) {
  .wellness-module .wellness-content .wellness-images .wellness-image.pool-image {
    margin-top: -20%;
    margin-left: 13.888vw;
  }
}
.wellness-module .wellness-content .wellness-images .wellness-image.pool-image::after {
  padding-top: 63.8%;
}
.wellness-module .wellness-content .wellness-images .wellness-image.active {
  z-index: 2;
}
.wellness-module .wellness-content .wellness-images .wellness-image img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.wellness-module .wellness-content .wellness-text-container {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
}
@media screen and (max-width: 1200px) {
  .wellness-module .wellness-content .wellness-text-container {
    margin-top: 4rem;
    position: static;
  }
}
.wellness-module .wellness-content .wellness-text-container .container {
  height: 100%;
}
.wellness-module .wellness-content .wellness-text-container .wellness-text {
  margin-top: auto;
  margin-bottom: auto;
  margin-left: auto;
  width: calc(50% - 5rem);
  color: #ffffff;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 1200px) {
  .wellness-module .wellness-content .wellness-text-container .wellness-text {
    width: 60%;
  }
}
@media screen and (max-width: 768px) {
  .wellness-module .wellness-content .wellness-text-container .wellness-text {
    width: 100%;
  }
}
.wellness-module .wellness-content .wellness-text-container .wellness-text .section-subtitle span {
  margin-top: 1.75rem;
  display: block;
}
.dining-module {
  background-color: #ffd9b6;
}
.dining-module[data-theme='dark'] {
  background-color: #122223;
}
.dining-module[data-theme='dark'] .dining-wrapper {
  color: #fff;
}
.dining-module[data-theme='dark'] .dining-wrapper .dining-content .dining-text .section-title,
.dining-module[data-theme='dark'] .dining-wrapper .dining-content .dining-text .section-subtitle {
  color: #fff;
}
.dining-module[data-theme='dark'] .dining-wrapper .dining-content .dining-text .golbal-btn {
  color: #fff;
}
.dining-module[data-theme='dark'] .dining-wrapper .dining-content .dining-text .golbal-btn .btn-icon {
  border-color: rgba(255, 255, 255, 0.2);
}
.dining-module[data-theme='dark'] .dining-wrapper .dining-content .dining-image .dining-image-item .dining-image-item-text p {
  color: #fff;
}
.dining-module[data-welt='false'] .dining-wrapper .dining-content {
  display: flex;
}
@media screen and (max-width: 992px) {
  .dining-module[data-welt='false'] .dining-wrapper .dining-content {
    flex-direction: column;
  }
}
.dining-module[data-welt='false'] .dining-wrapper .dining-content .dining-text {
  flex-grow: 1;
}
@media screen and (max-width: 992px) {
  .dining-module[data-welt='false'] .dining-wrapper .dining-content .dining-text {
    width: 100%;
  }
}
.dining-module[data-welt='false'] .dining-wrapper .dining-content .dining-text .section-subtitle .dining-list {
  margin-top: 0;
}
.dining-module[data-welt='false'] .dining-wrapper .dining-content .dining-text .section-subtitle .dining-list li {
  line-height: 2;
}
.dining-module[data-welt='false'] .dining-wrapper .dining-content .dining-image {
  position: static;
  max-width: 502px;
  width: 100%;
  flex-shrink: 0;
}
@media screen and (max-width: 992px) {
  .dining-module[data-welt='false'] .dining-wrapper .dining-content .dining-image {
    max-width: none;
  }
}
.dining-module .dining-wrapper {
  color: #122223;
  position: relative;
}
.dining-module .dining-wrapper .dining-content .dining-text {
  padding-right: 3.625rem;
  width: 50%;
}
@media screen and (max-width: 992px) {
  .dining-module .dining-wrapper .dining-content .dining-text {
    width: 100%;
  }
}
.dining-module .dining-wrapper .dining-content .dining-text .section-title {
  color: #2b3530;
}
.dining-module .dining-wrapper .dining-content .dining-text .section-subtitle {
  color: #122223;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.dining-module .dining-wrapper .dining-content .dining-text .section-subtitle .dining-list {
  margin-top: 2.625rem;
}
@media screen and (max-width: 1200px) {
  .dining-module .dining-wrapper .dining-content .dining-text .section-subtitle .dining-list {
    margin-top: 2.5rem;
  }
}
@media screen and (max-width: 992px) {
  .dining-module .dining-wrapper .dining-content .dining-text .section-subtitle .dining-list {
    margin-top: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .dining-module .dining-wrapper .dining-content .dining-text .section-subtitle .dining-list {
    margin-top: 1.5rem;
  }
}
.dining-module .dining-wrapper .dining-content .dining-text .section-subtitle .dining-list li {
  color: #122223;
  cursor: pointer;
  line-height: 2.8;
  font-size: 1.25rem;
  letter-spacing: 1px;
  transition: transform 0.3s ease;
  transform: translateY(0);
  position: relative;
}
.dining-module .dining-wrapper .dining-content .dining-text .section-subtitle .dining-list li:hover {
  transform: translateY(-2px);
}
.dining-module .dining-wrapper .dining-content .dining-text .section-subtitle .dining-list li.active::after {
  width: 100%;
}
@media screen and (max-width: 1200px) {
  .dining-module .dining-wrapper .dining-content .dining-text .section-subtitle .dining-list li.active::after {
    width: 80%;
  }
}
@media screen and (max-width: 992px) {
  .dining-module .dining-wrapper .dining-content .dining-text .section-subtitle .dining-list li {
    font-size: 1rem;
  }
}
.dining-module .dining-wrapper .dining-content .dining-text .section-subtitle .dining-list li::after {
  content: '';
  position: absolute;
  top: 50%;
  left: calc(100% + 10px);
  transform: translateY(-50%);
  width: 0;
  height: 1px;
  background-color: #122223;
  transition: width 0.3s ease;
}
.dining-module .dining-wrapper .dining-content .dining-text .section-subtitle p + .dining-list {
  margin-top: 7.5rem;
}
@media screen and (max-width: 1200px) {
  .dining-module .dining-wrapper .dining-content .dining-text .section-subtitle p + .dining-list {
    margin-top: 6rem;
  }
}
@media screen and (max-width: 992px) {
  .dining-module .dining-wrapper .dining-content .dining-text .section-subtitle p + .dining-list {
    margin-top: 5rem;
  }
}
@media screen and (max-width: 768px) {
  .dining-module .dining-wrapper .dining-content .dining-text .section-subtitle p + .dining-list {
    margin-top: 3rem;
  }
}
.dining-module .dining-wrapper .dining-content .dining-text .golbal-btn {
  margin-top: 5.375rem;
  color: #122223;
}
@media screen and (max-width: 1200px) {
  .dining-module .dining-wrapper .dining-content .dining-text .golbal-btn {
    margin-top: 5rem;
  }
}
@media screen and (max-width: 992px) {
  .dining-module .dining-wrapper .dining-content .dining-text .golbal-btn {
    margin-top: 3rem;
  }
}
@media screen and (max-width: 768px) {
  .dining-module .dining-wrapper .dining-content .dining-text .golbal-btn {
    margin-top: 2rem;
  }
}
.dining-module .dining-wrapper .dining-content .dining-text .golbal-btn .btn-icon {
  border-color: rgba(18, 34, 35, 0.2);
}
.dining-module .dining-wrapper .dining-content .dining-image {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 50%;
}
@media screen and (max-width: 992px) {
  .dining-module .dining-wrapper .dining-content .dining-image {
    margin-top: 3rem;
    width: 100%;
    position: static;
  }
}
.dining-module .dining-wrapper .dining-content .dining-image .dining-image-item {
  position: relative;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: all 0.3s ease;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
}
.dining-module .dining-wrapper .dining-content .dining-image .dining-image-item.active {
  opacity: 1;
  position: relative;
}
.dining-module .dining-wrapper .dining-content .dining-image .dining-image-item img {
  width: 100%;
  background: linear-gradient(135deg, #4a7c59 0%, #2d5a3d 100%);
  object-fit: cover;
}
@media screen and (max-width: 992px) {
  .dining-module .dining-wrapper .dining-content .dining-image .dining-image-item img {
    position: static;
    display: block;
  }
}
.dining-module .dining-wrapper .dining-content .dining-image .dining-image-item .dining-image-item-text {
  display: flex;
  justify-content: flex-end;
  position: absolute;
  right: 5.56vw;
  top: 6.81vw;
  z-index: 2;
}
@media screen and (max-width: 992px) {
  .dining-module .dining-wrapper .dining-content .dining-image .dining-image-item .dining-image-item-text {
    padding-left: 2rem;
  }
}
.dining-module .dining-wrapper .dining-content .dining-image .dining-image-item .dining-image-item-text p {
  width: 100%;
  max-width: 424px;
  color: #fff;
  font-size: 1.75rem;
  line-height: 1.428;
}
@media screen and (max-width: 1200px) {
  .dining-module .dining-wrapper .dining-content .dining-image .dining-image-item .dining-image-item-text p {
    font-size: 1.5rem;
  }
}
.experiences-module {
  background-color: #122223;
}
.experiences-module .experiences-content {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: relative;
}
@media screen and (max-width: 768px) {
  .experiences-module .experiences-content {
    flex-wrap: wrap;
  }
}
.experiences-module .experiences-content .experiences-text-container {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .experiences-module .experiences-content .experiences-text-container {
    position: static;
  }
}
.experiences-module .experiences-content .experiences-text-container .container {
  height: 100%;
}
.experiences-module .experiences-content .experiences-text-container .experiences-text {
  margin-top: auto;
  margin-bottom: auto;
  width: calc(50% - 5rem);
  color: #ffffff;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 1200px) {
  .experiences-module .experiences-content .experiences-text-container .experiences-text {
    width: calc(50% - 2rem);
  }
}
@media screen and (max-width: 768px) {
  .experiences-module .experiences-content .experiences-text-container .experiences-text {
    width: 100%;
  }
}
.experiences-module .experiences-content .experiences-images {
  width: calc(50% - 5rem);
  position: relative;
  z-index: 1;
  display: flex;
}
@media screen and (max-width: 1200px) {
  .experiences-module .experiences-content .experiences-images {
    width: calc(50% - 2rem);
  }
}
@media screen and (max-width: 768px) {
  .experiences-module .experiences-content .experiences-images {
    margin-top: 3rem;
    width: 100%;
  }
}
.experiences-module .experiences-content .experiences-images .experience-image {
  position: relative;
  background: linear-gradient(135deg, #4a7c59 0%, #2d5a3d 100%);
}
.experiences-module .experiences-content .experiences-images .experience-image img {
  width: 100%;
  aspect-ratio: 508 / 657;
  display: block;
}
.experiences-module .experiences-content .experiences-images .swiper-pagination {
  display: none;
}
@media screen and (max-width: 768px) {
  .experiences-module .experiences-content .experiences-images .swiper-pagination {
    display: block;
  }
}
.contact-module {
  background-color: #122223;
}
.contact-module .section-title {
  margin-bottom: 5rem;
  color: #fff;
  text-align: center;
}
.contact-module .contact-content {
  display: flex;
  gap: 18px;
}
@media screen and (max-width: 768px) {
  .contact-module .contact-content {
    flex-wrap: wrap;
  }
}
.contact-module .contact-content .contact-info {
  padding: 4rem;
  background-color: #ffd9b6;
  width: 36.57%;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (max-width: 992px) {
  .contact-module .contact-content .contact-info {
    padding: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .contact-module .contact-content .contact-info {
    width: 100%;
  }
}
.contact-module .contact-content .contact-info .contact-details .address-item {
  margin-bottom: 1.5625rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.contact-module .contact-content .contact-info .contact-details .address-item p {
  max-width: 328px;
  line-height: 1.6;
}
.contact-module .contact-content .contact-info .contact-details .address-item .icon-box {
  border-radius: 50%;
  border: 1px solid #2b3530;
  width: 52px;
  height: 52px;
  flex-shrink: 0;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact-module .contact-content .contact-info .contact-details p {
  line-height: 2;
  color: #2b3530;
  font-size: 1.125rem;
}
@media screen and (max-width: 992px) {
  .contact-module .contact-content .contact-info .contact-details p {
    font-size: 1rem;
  }
}
.contact-module .contact-content .contact-info h3 {
  margin-top: 3rem;
  font-size: 2.5rem;
  line-height: 1.5;
  color: #2b3530;
  letter-spacing: 0.8px;
}
@media screen and (max-width: 992px) {
  .contact-module .contact-content .contact-info h3 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 576px) {
  .contact-module .contact-content .contact-info h3 {
    margin-top: 2rem;
    font-size: 1.6rem;
  }
}
.contact-module .contact-content .contact-form {
  padding: 3.125rem 5rem;
  background-color: #ffd9b6;
  flex-grow: 1;
}
@media screen and (max-width: 992px) {
  .contact-module .contact-content .contact-form {
    padding: 2rem;
  }
}
.contact-module .contact-content .contact-form h3 {
  margin-bottom: 3.25rem;
  font-size: 2.5rem;
  line-height: 1.5;
  color: #2b3530;
  letter-spacing: 0.8px;
}
@media screen and (max-width: 992px) {
  .contact-module .contact-content .contact-form h3 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 576px) {
  .contact-module .contact-content .contact-form h3 {
    margin-bottom: 2rem;
    font-size: 1.6rem;
  }
}
.contact-module .contact-content .contact-form .enquiry-form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0 45px;
}
.contact-module .contact-content .contact-form .enquiry-form .form-group {
  margin-bottom: 2.25rem;
  width: calc(50% - 2.8125rem);
}
@media screen and (max-width: 576px) {
  .contact-module .contact-content .contact-form .enquiry-form .form-group {
    width: 100%;
  }
}
.contact-module .contact-content .contact-form .enquiry-form .form-group.full-width {
  width: 100%;
}
.contact-module .contact-content .contact-form .enquiry-form .golbal-btn {
  margin-top: 4.375rem;
  color: #2b3530;
}
@media screen and (max-width: 576px) {
  .contact-module .contact-content .contact-form .enquiry-form .golbal-btn {
    margin-top: 2rem;
  }
}
.contact-module .contact-content .contact-form .enquiry-form .golbal-btn .btn-icon {
  border-color: rgba(43, 53, 48, 0.2);
}
.dining-module-1 {
  padding-top: 0;
}
.dining-module-1 .dining-wrapper .dining-content {
  padding-top: 6.944vw;
}
.wellness-module-1 {
  padding-top: 0;
}
.wellness-module-1 .wellness-content .wellness-images .wellness-image.gym-image {
  margin-left: 6.944vw;
  width: calc(100% - 6.944vw);
}
.wellness-module-1 .wellness-content .wellness-images .wellness-image.pool-image {
  margin-left: 3.75vw;
  width: calc(100% - 9.688vw);
}
.contact-module {
  padding-top: 0;
}
