@media (min-width: 1300px) {
  .container {
    max-width: 1240px;
  }
}

@media (min-width: 1900px) {
  .container {
    max-width: 1800px;
  }

  .title .brush-mark {
    width: 150px;
  }
}

@media (min-height: 1024px) {}

@media (min-height: 1280px) {}

@media (max-width: 991.9px) {
  html {
    font-size: 87.5%;
  }

  .logo {
    font-size: 1.25rem;
  }

  .banner {
    height: 64vh;
  }

  .bannerText {
    transform: translateX(-50%);
    bottom: 1.4%;
    left: 50%;
    text-align: center;
    max-width: 100%;
    background: transparent;
    color: #fff;
    padding: 0;
  }

  .bannerText .h1 {
    border-color: transparent;

  }

  .stickyForm {
    position: relative;
    /* margin-top: 20px; */
    right: 0;
    bottom: 0;
    transform: none;
    width: 100%;
  }
}

@media (max-width: 767.9px) {
  .button-top {
    width: 30px;
    height: 30px;
  }
}

@media (max-width: 575.9px) {
  .padding {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .readmore {
    display: flex;
    justify-content: center;
    margin-top: 1rem;
  }

  .header {
    color: var(--body-color);
    border-bottom: 0;
  }

  .heading {
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
  }

  .heading h2 {
    font-size: 1.5rem;
  }

  .heading .h1 {
    font-size: 1.3rem;
  }


  .overview .inner {
    text-align: center;
    text-align-last: center;
  }

  .floorplanBox:nth-child(2) {
    margin-top: 2rem;
  }

  .stickyForm {
    width: calc(100% - (1rem * 2));
    margin: 1rem auto 0;
    transform: none;
  }

  .modal-content button.close {
    right: 10px;
    top: -20px;
    box-shadow: 0 0 0 2px var(--body-color);
  }

  .button-top {
    bottom: 50px;
  }

  .reraBOx {
    display: block;
    text-align: center;
  }

  .gap-row {
    row-gap: 10px;
  }

  .sideImg {
    margin-top: 10px;
  }

  .charSlide {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .bannerText .h1 {
    font-size: 1.75rem;
  }

  .iconsContainer .iconBox .in {
    gap: 5px;
    padding: 1.4rem;
  }

  .swiper-button-next,
  .swiper-button-prev {
    width: 40px;
    height: 40px;
    top: 44%;
    transform: translateY(-46%);
  }
}

@media (max-width: 425px) {}

@media (max-width: 375px) {}

@media (max-width: 320px) {}