/* banner css start here  */
.banner.banner-membership {
  background-image: url(../images/membership/Membership-2.png) !important;
  background-size: 100% 100% !important;
  background-repeat: no-repeat;
}

/* banner css end here  */

/* membership middle section start here  */
ul.membership-ul {
  display: flex;
  flex-wrap: wrap;
  row-gap: 15px;
}
.membership-li {
  display: flex;
  /* align-items: center; */
  column-gap: 20px;
  padding-left: 65px;
  padding-right: 10px;
}
.amenities-item {
  width: fit-content;
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  width: 100%;
  height: 240px;
  align-items: center;
  justify-content: center;
}
.amenities-item img {
  height: 90px;
  width: fit-content !important;
}
.membership-zig-zag .feature-img {
  min-height: 295px;
}

.amenities .item {
  margin: 12px;
  box-shadow: 0px 0px 10px 0px #0000004d;
}

/* membership middle section end here  */

/* amenities section css start here  */
.amenities-slider .owl-nav .owl-prev:before {
  content: "";
  background-image: url("../images/common/slider-left.png");
  background-repeat: no-repeat;
  width: 50px;
  height: 50px;
  display: inline-block;
  background-size: contain;
}
.amenities-slider .owl-nav .owl-next:before {
  content: "";
  background-image: url("../images/common/slider-right.png");
  background-repeat: no-repeat;
  width: 50px;
  height: 50px;
  display: inline-block;
  background-size: contain;
}

.amenities-slider .owl-nav .owl-prev {
  position: absolute;
  top: 50%;
  width: 50px;
  height: 50px;
  cursor: pointer;
  outline: 0;
  left: -80px;
}
.amenities-slider .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  width: 50px;
  height: 50px;
  cursor: pointer;
  outline: 0;
  right: -80px;
}

.amenities-slider .owl-nav .owl-prev span {
  display: none;
}
.amenities-slider .owl-nav .owl-next span {
  display: none;
}
.amenities-slider .owl-nav .owl-prev:hover {
  background: unset;
  color: unset;
  text-decoration: none;
}
.amenities-slider .owl-nav .owl-next:hover {
  background: unset;
  color: unset;
  text-decoration: none;
}
.amenities-slider .owl-nav .owl-next span {
  display: none;
}
.amenities-slider .owl-stage-outer {
  position: relative;
}
.amenities-slider .owl-nav {
  position: absolute;
  width: 100%;
  top: 33%;
}
/* amenities section css end here  */

/* membership event css start here  */
/* .membership-event-images{
     display: flex;
    flex-direction: row; 
    flex-wrap: wrap;
    width: 100% !important;
    justify-content: space-around;
    row-gap: 20px;
} */

.membership-event-images .images-list {
  height: 350px;
  /* width: 32%; */
}

.membership-event-images .slider-link {
  position: relative;
  z-index: 8;
  top: -18%;
}

.membership-event-images .images-list img {
  height: 100%;
  width: 100%;
}
.membership-event-images .images-list {
  position: relative;
}
.membership-event-images .slider-link {
  bottom: 15px;
}
/* membership event css end here  */

.membership-event .images-list .slider-link {
  font-size: 26px;
}

/* responsive css start here  */
@media (max-width: 1500px) {
  .membership-li {
    font-size: 16px;
    padding-left: clamp(20px, 1.5vw, 60px);
  }
}
@media (max-width: 1280px) {
  .amenities-slider .owl-nav .owl-prev {
    left: -20px;
  }
  .amenities-slider .owl-nav .owl-next {
    right: -20px;
  }
}

/* @media (max-width: 1100px) {

    .amenities-slider .owl-nav .owl-prev {
        left: -30px;
    }
    .amenities-slider .owl-nav .owl-next {
        right: -30px;
    }
} */

@media screen and (max-width: 1030px) and (min-width: 992px) {
  .amenities-slider .owl-nav .owl-prev {
    left: -8px;
  }
  .amenities-slider .owl-nav .owl-next {
    right: -8px;
  }
  .banner.banner-membership{
    background-size: contain !important;
    min-height: 500px;
  }
}

@media (max-width: 600px) {
  .amenities-slider .owl-nav .owl-prev {
    left: 10px;
  }
  .amenities-slider .owl-nav .owl-next {
    right: 10px;
  }

  .amenities .owl-item.active.center {
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15);
  }
  .amenities .owl-carousel .owl-stage {
    margin-top: 12px;
    margin-bottom: 12px;
  }
  .amenities .owl-carousel .owl-item {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
  }
  .banner.banner-membership{
    /* background-size: contain !important; */
    min-height: 200px;
  }
}

@media (max-width: 480px) {
  .amenities-item {
    height: 200px;
  }
  .amenities-item img {
    height: 85px;
  }
  .member-terms .sm-title {
    padding-right: 4px;
  }
  .member-terms li {
    row-gap: 8px;
    margin: 8px 0;
    align-items: center;
  }
}
/* responsive css end here  */

.member-terms {
  padding: 0;
}
.member-terms li {
  display: flex;
  gap: 4px;
  align-items: start;
  padding: 8px 0;
  /* flex-wrap: wrap; */
}
.member-terms .sm-title {
  font-weight: 500;
  color: #000;
  font-size: 18px;
  margin: 16px 0;
  padding-left: 16px;
}
.member-terms .membership-details {
  color: #000000;
  font-weight: 400;
  font-size: clamp(14px, 4vw, 16px);
}
.member-terms .sm-para {
  color: #000000;
  font-size: clamp(14px, 4vw, 16px);
  font-weight: 500;
  white-space: nowrap;
  padding-right: clamp(8px, 4vw, 16px);
  line-height: normal;
}
.sm-title.note {
  color: #000;
  font-weight: 500;
  font-size: clamp(16px, 4vw, 18px);
  margin: 16px 0;
}
.icon-box {
  margin-right: 12px;
}
