.amenities-herobg{
  background-image:url(assets/AmenitiesHero-bg.jpg) !important;
}
.amenities-herobg::after{
        content: "";
    position: absolute;
    inset: 0;
    background: rgb(0 0 0 / 22%);
    z-index: 1;
}
.amenities2-main {
  padding: 150px 0px;
}

.amenities2-info{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap:25px;
    justify-content: center;
}
.amenities2-info h2 {
  font-family: "FONTSPRING DEMO - The Seasons", sans-serif;
  font-weight: 400;
  font-size: 45px;
  line-height: 51px;
  color: #125451;
  width:88%;
  text-align: center;
}

.amenities2-info p {
  font-family: "Conqueror Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #000;
  letter-spacing: 1px;
  text-align: center;
  width: 72%;
}
.amenities2-grid{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap:20px;
    margin-top:100px;
}
.amenities2-card{
    position: relative;
    border-radius: 4px;
    overflow: hidden;
    height: 430px;
}
.amenities2-card img{
    width:100%;
    height: 430px;
    object-fit: cover;
    border-radius: 4px;
}
.amenities2-card p{
    background: linear-gradient(to top, rgb(0 0 0 / 51%), rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0));
    position: absolute;
    width: 100%;
    bottom: 0px;
    padding: 20px;
    color: white;
    text-align: center;
    font-weight: 500;
    font-size:18px;
}
.amenities3-main {
  background: #eae8e1;
  padding: 150px 0px;
  height: 100%;
}

.amenities4-main {
  background: #0C3634;
  padding: 150px 0px;
  height: 100%;
}

.amenities3-row h2 {
  font-family: "FONTSPRING DEMO - The Seasons", sans-serif;
  font-weight: 400;
  font-size: 45px;
  line-height: 51px;
  color: #125451;
  margin: 0;
  margin-top: 12px;
}

.amenities3-row p {
  font-family: "Conqueror Sans", sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 26px;
  color: #000;
  letter-spacing: 1px;
}

.amenities3-row {
  display: flex;
  align-items: center;
  gap: 50px;
  justify-content: center;
  margin-bottom:50px;
}


.amenities4-row h2 {
  font-family: "FONTSPRING DEMO - The Seasons", sans-serif;
  font-weight: 400;
  font-size: 54px;
  line-height: 51px;
  color: #fff;
  margin: 0;
  margin-top: 15px;
  text-align: center;
  margin-bottom:50px;
}

.amenities4-row p {
  font-family: "Conqueror Sans", sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 26px;
  color: #fff;
  letter-spacing: 1px;
}

.amenities4-row {
  display: flex;
  align-items: center;
  gap: 50px;
  justify-content: center;
}

.amenities4-left,
.amenities4-right {
  width: 50%;
}

/* ===============================
   SLIDER 1
================================ */

.amenities-slider1-main {
  position: relative;
  margin-top: 60px;
}

.amenities-swiper {
  width: 100%;
  overflow: hidden;
}

.swiper-slide {
  position: relative;
  overflow: hidden;
  height: 100% !important;
}

.swiper-slide img {
  width: 100%;
  display: block;
  height: 680px;
  object-fit: cover;
  border-radius:4px;
}

.slide-label {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  padding: 10px 45px;
  /*background: #0f0f0f5e;*/
  color: #fff;
  border-radius: 4px;
  font-weight: 400;
  letter-spacing: 0.62px;
  font-family: "Conqueror Sans", "sans-serif";
  font-size: 18px;
  min-width: 200px;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.8);
}

.amenities-slider-arrows {
  position: absolute;
  top: 42%;
  left: -60px;
  right: -60px;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  pointer-events: none;
}

.amenities-slider-arrows .swiper-button-prev,
.amenities-slider-arrows .swiper-button-next {
    position: static;
    width: 44px;
    height: 44px;
    color: white;
    pointer-events: all;
    border-radius: 100%;
    background: #136B67B2;
    font-size: 11px;
}

.amenities-slider-arrows .swiper-button-prev::after,
.amenities-slider-arrows .swiper-button-next::after {
  display: none;
}

.amenities-pagination {
  margin-top: 22px;
  display: flex;
  justify-content: center;
  gap: 10px;
}

.amenities-pagination-1 .swiper-pagination-bullet {
  width: 70px;
  height: 6px;
  border-radius: 6px;
  background: #12545157;
  opacity: 1;
}

.amenities-pagination-1 .swiper-pagination-bullet-active {
  background: #0f4c45;
}

@media (max-width: 768px) {
  .amenities-slider-arrows {
    display: none;
  }
}

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: var(--swiper-pagination-bottom, -60px) !important;
}

/* ===============================
   AMENITIES SLIDER 2 – WHITE THEME
   =============================== */

.amenities-slider2-main {
  position: relative;
  margin-top: 60px;
}

.amenities-slider2-main .swiper {
  width: 100%;
  overflow: hidden;
}

.amenities-slider2-main .swiper-slide {
  position: relative;
  overflow: hidden;
}

.amenities-slider2-main .swiper-slide img {
  width: 100%;
  display: block;
}

.amenities-slider2-main .slide-label {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  padding: 10px 45px;
  /*background: #0f0f0f5e;*/
  color: #fff;
  border-radius: 8px;
  font-weight: 400;
  letter-spacing: 2px;
  font-family: "Conqueror Sans", "sans-serif";
  font-size: 25px;
  min-width: 200px;
  text-align: center;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.8);
}

.amenities-slider2-main .amenities-slider-arrows {
  position: absolute;
  top: 50%;
  left: -70px;
  right: -70px;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  pointer-events: none;
}

.amenities-slider2-main .swiper-button-prev,
.amenities-slider2-main .swiper-button-next {
  position: static;
  width: 44px;
  height: 44px;
  color: #b2b2b2;
  font-size: 20px;
  pointer-events: all;
  display: flex;
  align-items: center;
  justify-content: center;
}

.amenities-slider2-main .swiper-button-prev::after,
.amenities-slider2-main .swiper-button-next::after {
  display: none;
}

.amenities-slider2-main .amenities-pagination-2 {
  position: relative;
  margin-top: 22px;
  display: flex;
  justify-content: center;
  gap: 10px;
}

.amenities-slider2-main .amenities-pagination-2 .swiper-pagination-bullet {
  width: 70px;
  height: 6px;
  background: rgba(255, 255, 255, 0.35);
  border-radius: 3px;
  opacity: 1;
}

.amenities-slider2-main
  .amenities-pagination-2
  .swiper-pagination-bullet-active {
  background: #ffffff;
}

@media (max-width: 768px) {
  .amenities-slider2-main .amenities-slider-arrows {
    display: none;
  }
}

/* ===============================
   AMENITIES SLIDER 3 – Slight css class changes from slider 1
   =============================== */

.amenities-slider3-main {
  position: relative;
  margin-top: 60px;
}

.amenities-slider3-main .amenities-slider-arrows {
  position: absolute;
  top: 50%;
  left: -70px;
  right: -70px;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  pointer-events: none;
}

.amenities-slider3-main .swiper-button-prev-3,
.amenities-slider3-main .swiper-button-next-3 {
  position: static;
  width: 44px;
  height: 44px;
  color: #0f4c45;
  background: #55b3ae1f;
  border-radius: 100%;
  pointer-events: all;
  display: flex;
  align-items: center;
  justify-content: center;
}

.amenities-slider3-main .swiper-button-prev-3::after,
.amenities-slider3-main .swiper-button-next-3::after {
  display: none;
}

.amenities-pagination-3 {
  margin-top: 22px;
  display: flex;
  justify-content: center;
  gap: 10px;
}

.amenities-pagination-3 .swiper-pagination-bullet {
  width: 70px;
  height: 6px;
  border-radius: 6px;
  background: #12545157;
  opacity: 1;
}

.amenities-pagination-3 .swiper-pagination-bullet-active {
  background: #0f4c45;
}

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: -60px !important;
}
.airclub-tab-content {
  display: none;
}

.airclub-tab-content.active {
  display: block;
}

.airclub-tabs {
  display: flex;
  justify-content: center;
  gap: 24px;
  margin-bottom: 65px;
  margin-top:25px;
  display:none;
}

.airclub-tab {
  background: none;
  border: none;
  color: #9fbcbc;
  font-size: 20px;
  cursor: pointer;
      font-weight: 400;
    font-family: "Conqueror Sans";
}

.airclub-tab.active {
  color: #fff;
}

.divider {
    width: 1px;
    background: #EBEBEB;
    height: 49px;
}
.amenities4-main .airclub-tab-content {
  padding-bottom: 60px;
  position: relative;
  width:96%;
  margin:auto;
}

/* pagination container */
.amenities4-main .swiper-pagination {
  position: relative !important;
  bottom: auto !important;
  margin-top: 65px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 7px;
  height: auto;
  z-index: 5;
}

/* pagination bullets */
.amenities4-main .swiper-pagination-bullet {
  width: 75px;
  height: 5px;
  background: rgba(255, 255, 255, 0.35);
  border-radius: 3px;
  opacity: 1;
  display: inline-block;
}

/* active bullet */
.amenities4-main .swiper-pagination-bullet-active {
  background: #ffffff;
    width: 75px !important;
  height: 5px !important;
}
/* EARTH CLUB TABS */
.earthclub-tabs {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin: 25px 0 65px;
  display:none;
}

.earthclub-tab {
  background: none;
  border: none;
  font-size: 20px;
  color: #9fbcbc;
  cursor: pointer;
  color: #92AEAC;
  font-weight: 400;
  font-family: "Conqueror Sans";
}

.earthclub-tab.active {
  color: #125451;
}

/* tab content */
.earthclub-tab-content {
  display: none;
  width: 96%;
  margin:auto;
}

.earthclub-tab-content.active {
  display: block;
}

/* pagination */
.earthclub-slider-main {
  position: relative;
  padding-bottom: 60px;
}

.earthclub-slider-main .swiper-pagination {
  position: relative;
  margin-top: 15px;
  display: flex;
  justify-content: center;
  gap: 7px;
}

.earthclub-slider-main .swiper-pagination-bullet {
  width: 75px;
  height: 5px;
  background: rgba(18, 84, 81, 0.35);
  border-radius: 6px;
  opacity: 1;
}

.earthclub-slider-main .swiper-pagination-bullet-active {
  background: #125451;
}
.earthclub-arrows{
    position: absolute;
    top: 50%;
    left: -60px;
    right: -60px;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
    pointer-events: none;
    }
    .earthclub-arrows .swiper-button-prev, .earthclub-arrows .swiper-button-next{
     position: static;
  width: 44px;
  height: 44px;
  color: #ffffff;
  pointer-events: all;
  border-radius: 50%;
  background: #125451B2;
  font-size: 11px;
  display: flex;
  align-items: center;
  justify-content: center;
    }
    .earthclub-arrows .swiper-button-next:after, .earthclub-arrows .swiper-button-prev:after{
        display:none;
    }
    .earth-divider {
  width: 1px;
  height: 49px;
  background:#53807C
}

@media (max-width: 768px) {
  .amenities-slider3-main .amenities-slider-arrows {
    display: none;
  }
}

/* Mobile responsive */

@media (max-width: 767px) {
  .amenities2-main {
    display: flex;
    gap: 10px;
    height: 100%;
    padding: 60px 0px;
    align-items: center;
    flex-direction: column;
  }

  .amenities2-left,
  .amenities2-right,
  .amenities3-left,
  .amenities3-right,
  .amenities4-left,
  .amenities4-right {
    width: 100%;
  }
.amenities2-left{
    height:50vh;
}
  .amenities2-left p {
    text-shadow: 1px 2px 36px #000;
    font-size: 18.09px;
  }
.amenities2-info h2{
        font-size: 26px;
    line-height: 38px;
}
.amenities2-info p {
    width:100%;
    font-size: 15px;
}
.amenities2-grid {
           display: flex;
        flex-direction: column;
            margin-top: 70px;
}
.amenities2-card {
    height: 45vh;
}
.amenities2-card p {
    font-size: 16px;
}
.amenities2-card img {
    height: 45vh;
}
  .amenities3-row,
  .amenities4-row {
    flex-direction: column;
    gap: 10px;
  }

  .amenities-slider1-main,
  .amenities-slider2-main,
  .amenities-slider3-main {
    margin-top: 30px;
  }
  
  .amenities4-row h2, .amenities3-row h2 {
      margin-top: 4px;
      margin-bottom:15px;
  }
  .amenities2-right p, .amenities3-right p {
    font-size: 15px;
  }
  .amenities2-right h2 {
    font-size: 25px;
    line-height: 40px;
  }
  .amenities3-row h2{
    font-size: 25px;
    line-height: 40px;
    text-align: center;
  }
  .amenities3-row p {
    font-size: 15px;
  }
  .swiper-slide{
      height:100% !important;
  }
  .amenities-slider1-main .swiper-slide img{
      height:40vh;
      width:100%;
      object-fit:cover;
  }
  .slide-label {
    bottom: 15px;
    font-size: 12px;
    text-align: center;
    width: 65%;
    line-height: 18px
  }
  .amenities-pagination-1 .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
}
.amenities4-row h2 {
    font-size: 25px;
    line-height: 40px;
}
.amenities-slider2-main .swiper-slide img{
    height:40vh;
    object-fit:cover;
}
.amenities-slider2-main .slide-label {
    bottom: 15px;
    font-size: 16px;
}
.amenities-slider2-main .amenities-pagination-2 {
    gap: 5px;
}
.amenities-slider2-main .amenities-pagination-2 .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
}
.swiper-pagination.amenities-pagination-2.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: -17px !important;
}
.swiper-pagination.amenities-pagination-1.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: -51px !important;
}
.swiper-pagination.amenities-pagination-3.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: -50px !important;
}
.amenities4-main {
    background: #125451;
    padding: 65px 0px 80px 0px;
}
.amenities-slider3-main .swiper-slide img{
    height:40vh;
    width:100%;
    object-fit:cover;
    border-radius: 3px;
}
.amenities-pagination-3{
        gap: 5px;
}
.amenities-pagination-3 .swiper-pagination-bullet{
    width:8px;
    height:8px;
}
.airclub-tabs{
    margin-bottom: 50px;
    margin-top: 0px;
    gap: 10px;
}
.airclub-tab {
    font-size: 13px;
}
.amenities4-main .airclub-tab-content {
    padding-bottom: 0px;
}
.amenities4-main .swiper-pagination {
    margin-top: 40px;
    gap: 0px;
}

.earthclub-tabs {
    gap: 5px;
    margin: 10px 0 50px;
}
.amenities3-main {
    padding: 65px 0px 90px;
}
.earthclub-arrows{
    display: none;
}
.earthclub-slider-main .swiper-pagination {
    margin-top: -14px;
    gap:0px;
}
.earthclub-slider-main .swiper-pagination-bullet {
    width: 40px;
    height: 4px;
    gap:0px;
}
.earthclub-tab {
    font-size: 13px;
}
.divider {
    height: 10px;
}
.earth-divider {
    height: 25px;
}

.amenities4-main .swiper-pagination-bullet {
    width: 25px;
    height: 4px;
}
.amenities4-main .swiper-pagination-bullet-active {
    width: 25px !important;
    height: 4px;
}
.swiper-slide img{
        height: 35vh;
}
.earthclub-slider-main .swiper-pagination-bullet{
    width: 25px;
    height: 4px;
}
.earthclub-slider-main .swiper-pagination-bullet-active{
    width: 25px !important;
    height: 4px;
}
}




/* TAB responsive */
@media (min-width: 768px) and (max-width: 1024px) {
.HeroGlobal-txt h1 {
    font-size: 38px !important;
    line-height: 51.8px !important;
}
.amenities2-left {
   width: 100%;
   height: 70vh;
    }
.amenities2-main {
    display: flex;
    flex-direction: column;
    gap: 30px;
    height: 100%;
    padding: 100px 0px;
}
.amenities2-right {
    width: 100%;
}
.amenities2-right h2 {
    font-size: 35px;
    line-height: 46px;
    margin: 20px 0px 30px 0px;
}
.amenities3-row h2 {
    font-size: 33px;
    line-height: 45px;
}
.swiper-slide{
    height:100% !important;
}
.amenities-slider1-main .swiper-slide img{
    height:400px !important;
}
.amenities-pagination-1 .swiper-pagination-bullet {
    width: 45px;
    height: 6px;
}
.slide-label{
        font-size: 18px;
}
.amenities4-row h2 {
    font-size: 33px;
    line-height: 45px;
}
.amenities4-row p {
    font-size: 15px;
}
.amenities3-row p {
    font-size: 15px;
    line-height: 25px;
}
.amenities2-right p, .amenities3-right p {
    font-size: 15px;
}
.amenities-slider2-main .swiper-slide img{
    height:400px !important;
}
.amenities-slider2-main .slide-label
{
    font-size:18px;
}
.swiper-pagination.amenities-pagination-2{
        bottom: -30px !important;
}
.amenities-slider2-main .amenities-pagination-2 .swiper-pagination-bullet{
    width:45px;
}
.amenities-slider2-main .amenities-pagination-2{
    gap: 5px;
}
.amenities4-main {
    background: #125451;
    padding: 60px 0px 70px 0px;
}
.amenities-slider3-main .swiper-slide img{
    height:400px !important;
}
.amenities-pagination-3 .swiper-pagination-bullet{
     width:45px;
}
.amenities-pagination-3 {
    gap: 5px;
}
.amenities2-info h2 {
    font-size: 33px;
}
.amenities2-info p {
    font-size: 16px;
    width: 90%;
}
.airclub-tab {
    font-size: 16px;
}
.airclub-tabs {
    margin-bottom: 60px;
}
.amenities4-main .swiper-pagination-bullet {
    width: 90px;
    height: 5px;
}
.earthclub-tab {
    font-size: 17px;
}
.amenities3-main {
    padding: 100px 0px;
}
.earthclub-slider-main .swiper-pagination {
  margin-top:0px;
    }
    .earthclub-slider-main .swiper-pagination-bullet {
    width: 90px;
    height: 6px;
    }
    .earthclub-arrows {
    display: none;
}
}
