/*responsive*/
@media (min-width: 1300px) {
  .container-lg {
    max-width: 1240px;
  }
}
@media (min-width: 1600px) {}
@media (min-width: 1860px) {
  .container-lg {
    max-width: 1600px;
  }
  .title-hidden {
    bottom: -36px;
  }
}
@media (min-width: 2500px) {}
@media (min-width: 2500px) {}
@media (max-width: 1399.9px) {
  .mapBox .map-marker {
    right: 26%;
    top: 47%;
    width: 75px;
  }
}
@media (max-width: 1199.9px) {
  .header .nav>ul>li>a {
    padding: 12px;
  }
  .display-4 {
    font-size: 3rem;
  }
  .heading .h1 {
    font-size: 2.5rem;
  }
  .mapBox .map-marker {
    right: 23%;
    top: 49%;
    width: 63px;
  }
  .enquiry__img {
    right: -30%;
    width: 65%;
  }
  .iconic-tower-image img {
    margin-top: 130vh;
  }
}
@media (max-width: 991.9px) {
  html {
    font-size: 87.5%;
  }
  body {
    text-align: center;
  }
  .container-lg {
    padding-right: 2rem;
    padding-left: 2rem;
  }
  .heading,
  .readmore .button {
    margin-left: auto;
    margin-right: auto;
  }
  .header .container-lg {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .logo {
    width: 150px;
  }
  .logo a {
    width: auto !important;
  }
  .banner {
    height: 90vh;
  }
  .bannerText {
    text-align: center;
    top: 24%;
  }
  .bannerText .h1 {
    font-size: 2.5rem;
  }
  .banner-location {
    margin: 0 auto;
  }
  .chapmanImg .abuDhabiImg {
    right: 0;
    bottom: 10%;
    text-align: start;
  }
  .siteplan-section .siteBox .inner {
    padding-left: 0rem;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .mapBox>img {
    aspect-ratio: 2 / 1;
  }
  .mapBox .map-marker {
    right: 27%;
    top: 53%;
    width: 60px;
  }
  .frame {
    margin-bottom: 2rem;
  }
  .bottom-art {
    background-size: cover;
  }
  .designedby {
    text-align: left;
  }
  .designedby .text {
    width: auto;
    flex-wrap: wrap;
  }
  .designedby .text img {
    height: 35px;
  }
  .galBox.swiper-slide::before {
    background-image: linear-gradient(transparent 80%, rgb(0 0 0 / 80%));
  }
  .galBox img {
    aspect-ratio: 3/2;
  }
  .gallery-slider .swiper-pagination {
    display: none;
  }
  .icons .iconBx {
    align-items: center;
  }
  .iconic-tower-text .inner {
    padding-bottom: 100%;
  }
  .iconic-title {
    bottom: 40%;
    left: 2rem;
    font-size: 1.75rem;
  }
  .iconic-tower-image {
    z-index: -1;
  }
  .iconic-tower-image img {
    margin-top: 130vh;
  }
  .amenity-wrapper {
    aspect-ratio: 3/2;
  }
  .fpContainer .fpBox .inner {
    background-color: var(--secondary-color);
  }
  .planBase .fpDetails small {
    font-size: 1.05rem;
  }
  .siteplan-section .siteBox {
    text-align: start;
  }
  .siteplan-section .siteBox .inner {
    padding-left: 2rem;
  }
  .location-pointers .faqs_question {
    text-align: left;
  }
  .foot-links li,
  .fpDetails {
    justify-content: center;
  }
  .clubSlider {
    aspect-ratio: 3/2;
  }
  .legendsBox .inner ul.legend-amen {
    display: flex;
    flex-wrap: wrap;
  }
  .legendsBox .inner ul li {
    flex: 1 0 50%;
    padding-right: 10px;
    text-align: left;
  }
  .foot-logo img{
        margin: 0 auto 10px;
  }
}
@media (max-width: 767.9px) {
  main {
    margin-bottom: auto;
  }
  .container-lg {
    max-width: 660px;
  }
  .logo {
    width: 110px;
  }
  .header.fixed .logo {
    width: 80px;
  }
  .banner {
    height: auto;
  }
  .bannerText {
    position: static;
    margin-top: 130px;
  }
  .bannerText .h1,
  .frame .frame-text {
    font-size: 2rem;
  }
  .iconic-tower-text .inner {
    padding-bottom: 10%;
  }
  .iconic-tower-image {
    opacity: 0.05;
  }
  .amenBox .inner .img-fluid {
    max-width: 60px;
    flex: 0 0 60px;
  }
  .amenBox .inner span {
    font-size: 0.875rem;
  }
  .iconic-section .icons {
    justify-content: center;
  }
  .mapBox .map-marker {
    width: 50px;
  }
  .mapBox>img {
    aspect-ratio: 2 / 1;
  }
  .footer-area {
    height: auto;
    position: static;
  }
  .foot-logo img {
    max-width: 130px;
  }
  .swiper-button-next,
  .swiper-button-prev {
    width: 35px;
    height: 35px;
  }
  .galBox img,
  .amenity-wrapper {
    aspect-ratio: 1/1;
  }
  .gaursBox {
    margin-top: 2rem;
  }
}
@media (max-width: 575.9px) {
  html {
    font-size: 75%;
  }
  .padding {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .frame .frame-text {
    padding: 2rem;
    font-size: 3.3rem;
  }
  .statsBox {
    width: 50%;
  }
  .statsBox h2 {
    font-size: 1.5rem;
  }
  .statsBox p {
    font-size: .875rem;
  }
  .readmore.d-flex {
    flex-wrap: wrap;
    padding: 0 1rem;
  }
  .modal-content button.close {
    right: 10px;
  }
  .modal-logo {
    padding: 2rem 0;
  }
  .modal-logo img {
    max-width: 240px;
  }
  .mapBox .map-marker {
    right: 26%;
    top: 48%;
  }
  .planBase .fpDetails small {
    font-size: 1.25rem;
  }
  .chapmanImg .abuDhabiImg {
    font-size: 12px;
    bottom: 6%;
  }
  .legendsBox .inner ul li {
    flex: 1 0 100%;
    padding-right: 0px;
  }
  .enquiry_btn {
    display: block;
  }
  .gaursBox {
    margin-top: 4rem;
  }
  .footer-area {
    padding-bottom: 5rem;
  }
}
@media (max-width: 480px) {
  .bannerText .h1 {
    font-size: 1.75rem;
  }
  .legendsBox .inner {
    padding: 30px 10px;
  }
  .chapman-section .boxContent .img {
    margin: 0 auto;
  }
  .chapbtmbox .loca p {
    font-size: 13px;
  }
  .icons {
    flex-wrap: wrap;
    row-gap: 1.5rem;
  }
  .icons .iconBx {
    flex: 1 0 33%;
    align-items: center;
    padding-right: 10px;
    margin-right: 0;
  }
  .icons .iconBx img {
    width: 30px;
  }
  .icons .iconBx p {
    font-size: 1rem;
    letter-spacing: normal;
  }
  .mapBox .map-marker {
    width: 40px;
  }
  .clubAmenitiesBox {
    & .inner {
      padding: 1rem;
    }
  }
  .designedby {
    flex-direction: column-reverse;
    gap: 2rem;
    text-align: center;
  }
  .designedby .text {
    justify-content: center;
  }
  .designedby .qr {
    width: 50px;
  }
  .heading {
    margin-bottom: 1.75rem;
  }
  .heading h2 {
    font-size: 1.75rem;
    margin-bottom: 0;
  }
  .heading .h1 {
    font-size: 2rem;
  }
  .foot-links ul {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
  }
  .foot-links ul li {
    margin-bottom: 0 !important;
  }
  .foot-logo img {
    margin-bottom: 15px;
  }
  .foot-links a,
  .copyrights {
    font-size: .875em;
  }
  .copyrights {
    letter-spacing: normal;
  }
  .readmore {
    margin-top: 1.75rem;
  }
  .clubSlider {
    aspect-ratio: 1/1;
  }
  .siteplan-section .siteBox {
    text-align: center;
  }
  .siteplan-section .siteBox .inner {
    padding-left: 0rem;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .siteInnerbox {
    display: flex;
    justify-content: center;
    text-align-last: center;
  }
}
@media (max-width: 425px) {
  .frame .frame-text {
    font-size: 2.75rem;
  }
  .chapmanImg .abuDhabiImg {
    font-size: 11px;
  }
  .planBase .fpDetails small {
    font-size: 1.10rem;
  }
}
@media (max-width: 375px) {
  .mapBox .map-marker {
    width: 35px;
  }
}
@media (max-width: 320px) {
  .statsBox {
    width: 100%;
  }
  .siteInnerbox {
    width: 100%;
  }
  .mapBox .map-marker {
    width: 30px;
  }
}