.mobile-arrow-hidden .arrow-with-btn .read-more-btn:before {
  display: none;
}

.mobile-arrow-hidden .arrow-with-btn .read-more-btn {
  top          : unset;
  margin-bottom: unset;
  margin-left  : unset;
  margin-top   : 20px;
}

.title-with-quotes {
  max-width: fit-content;
}

.theme-nested-tab .tab-nav li .tab-with-link {
  color          : #aa8a4b;
  text-decoration: underline;
}

.amenities_icon_block_inner img {
  width             : auto;
  height            : 70px;
  margin            : 0 auto 10px;
  filter            : unset;
  -webkit-filter    : unset;
  -moz-transition   : all 0.3s linear;
  -ms-transition    : all 0.3s linear;
  -o-transition     : all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  transition        : all 0.3s linear;
}

.amenities_icon_block_inner:hover img {
  filter            : invert(63%) sepia(24%) saturate(400%) hue-rotate(2deg) brightness(91%) contrast(85%);
  -webkit-filter    : invert(63%) sepia(24%) saturate(400%) hue-rotate(2deg) brightness(91%) contrast(85%);
  -moz-transition   : all 0.3s linear;
  -ms-transition    : all 0.3s linear;
  -o-transition     : all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  transition        : all 0.3s linear;
}

.amenities_icon_block_inner span {
  color     : #595959;
  font-size : 16px;
  text-align: center;
}

.static-amenity .amenities-icon-block-inner {
  width: 16.66%;
}

.construction-updates-img img {
  max-width   : 100%;
  height      : auto;
  width       : 100%;
  display     : block;
  aspect-ratio: 1;
}



.arrow-bottom .splide__arrows {
  display        : flex;
  justify-content: center;
  gap            : 15px;
  margin-top     : 30px;
}


.arrow-bottom .splide__arrow {
  position : static;
  transform: unset;
}

.banner-video-lg,
.banner-video-md,
.banner-video-sm {
  display: none;
}

.banner_btns .sticky-btn-enquire{
  top:210px;
}
.banner_btns .sticky-btn-enquire.sticky-brochure{
  top:410px;
  right: -92px;

}

.banner-btns{
  display:none;
}

.thankyou-block{
  height: 100vh;
}






@media screen and (max-width: 1408px) {
  .static-amenity .amenities-icon-block-inner {
    width: 20%;
  }
}

@media screen and (max-width: 1350px) {
  .banner-video-xl {
    display: none;
  }

  .banner-video-lg {
    display: block;
  }

}

@media screen and (max-width: 1216px) {
  .static-amenity .amenities-icon-block-inner img {
    height: 60px;
  }

  .project-dropdown-wrapper .dark span {
    color: #444 !important;
  }
}

@media screen and (max-width: 1024px) {
  .static-amenity .amenities-icon-block-inner {
    width: 25%;
  }

  .static-amenity .amenities-icon-block-inner img {
    height: 55px;
  }

  .banner-video-lg {
    display: none;
  }

  .banner-video-md {
    display: block;
  }
}


@media screen and (max-width: 768px) {
  .static-amenity .amenities-icon-block-inner {
    width: 33.33%;
  }

  .static-amenity .amenities-icon-block-inner img {
    height: 50px;
  }
}


@media screen and (max-width: 575px) {
  .mobile-arrow-hidden .arrow-with-btn .read-more-btn:before {
    display: block;
  }

  .mobile-arrow-hidden .arrow-with-btn .read-more-btn {
    top          : -30px;
    margin-bottom: -30px;
    margin-left  : auto;
    margin-top   : unset;
  }

  .static-amenity .amenities-icon-block-inner {
    width: 50%;
  }

  .static-amenity .amenities-icon-block-inner img {
    height: 45px;
  }

  .banner_btns .sticky-btn-enquire{
      transform: unset;
      top: unset;
      bottom: 0;
      right: 0;
      left: 0;
      border: 0;
      border-top: 1px solid #fff;
      border-radius: 0;
      text-align: center;
      width: 50% !important;
      padding: 10px 0px !important;
}

.banner_btns  .sticky-btn-enquire.sticky-brochure {
  top: unset;
  right: 0;
  width: 50% !important;
  left: unset;
  border-left: 1px solid #fff;
}

.banner_btns{
  display: none;
}

.banner-btns{
  display: flex;
}
}

@media screen and (max-width: 480px) {
  .amenities-icon-block-inner span {
    line-height: 18px;
  }

  .static-amenity .amenities-icon-block-inner img {
    height: 40px;
  }
}

@media screen and (max-width: 575px) {
  .banner-video-md {
    display: none;
  }

  .banner-video-sm {
    display: block;
  }
}
