@media (max-width: 767px) {
  .about-godrej,
  .apartment-section {
    padding: 60px 0;
  }
  .page-hero .holder {
    max-width: 90vw;
    justify-content: end;
    margin-bottom: 30px;
  }
  .page-hero .holder hgroup h1 {
    margin-bottom: 10px;
    font-size: 32px;
  }

  h2 {
    font-size: 22px;
  }

  header .logo img {
    width: 145px;
  }

  .page-hero .holder hgroup {
    max-width: 100%;
    margin-bottom: 30px;
  }

  .navLinks {
    position: fixed;
    right: -220px;
    top: 0;
    width: 220px;
    height: 100vh;
    background-color: #fff;
    z-index: 9999;
    transition: all 0.2s linear;
  }

  .navLinks.menuActive {
    right: 0;
    display: flex;
    min-width: 220px;
    flex-direction: column;
    box-shadow: 0px 5px 18px 5px rgba(0, 0, 0, 0.5);
  }

  .navLinks .social-links {
    display: flex;
    margin-top: auto;
    margin-bottom: 10px;
  }

  .navLinks ul {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 40px 15px 15px;
    gap: 0px;
    height: auto;
    width: 100%;
  }

  .navLinks ul li {
    width: 100%;
  }

  .navLinks ul li + li {
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid #d1cece;
  }

  .closeMenu {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 9;
  }

  .fineDiningWrapperContent {
    width: 90%;
    padding-bottom: 40px;
  }

  .fineDiningWrapper.commonPadding {
    padding: 60px 0;
  }

  .fineDiningWrapper-2.commonPadding {
    padding: 60px 0 0;
  }

  .keyHeighlightsWrapper {
    padding: 0 0 30px;
  }

  .swiperOne {
    /* padding: 0 15px; */
    overflow: hidden;
  }

  .section-title h2 {
    font-size: 24px;
  }

  .swiperOne figure {
    height: 350px;
  }

  .unforgotableExperince {
    background-color: #f1f1f1;
    padding: 60px 0;
  }

  .fineDiningWrapper .figure {
    height: auto;
  }

  .uniquesliderWrapper {
    margin: 0 15px;
  }

  .uniquesliderWrapperRight .swiper-slide .item .img-holder {
    height: 200px;
  }
  .uniquesliderWrapperRight .swiper-slide .item {
    flex-direction: column;
    flex-flow: column-reverse;
  }

  .uniquesliderWrapperRightWrapper {
    padding: 50px 15px;
  }

  .uniquesliderWrapperRightWrapper .uniquesliderWrapperRight-prev {
    right: auto;
    left: 15px;
    top: auto;
    bottom: 43%;
    width: 40px;
    height: 40px;
  }

  .uniquesliderWrapperRightWrapper .uniquesliderWrapperRight-next {
    top: auto;
    bottom: 43%;
    width: 40px;
    height: 40px;
  }

  .uniquesliderWrapperRight .swiper-slide .item .article {
    margin-top: 20px;
  }

  .coverWrapper .holder {
    max-width: 100%;
    top: 17%;
  }

  .coverWrapper .holder .cover-columns {
    width: 100%;
    flex-direction: column;
    padding: 0 15px;
  }

  .coverWrapper .holder .cover-columns article {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .uniquesliderWrapperRightWrapper .uniquesliderWrapperRight-next:hover,
  .uniquesliderWrapperRightWrapper .uniquesliderWrapperRight-prev:hover,
  .uniquesliderWrapperRightWrapper .uniquesliderWrapperRight-next,
  .uniquesliderWrapperRightWrapper .uniquesliderWrapperRight-prev {
    background: rgb(186 162 124);
  }

  .about-godrej-header h2 {
    font-size: 24px;
  }

  .about-godrej-header p {
    font-size: 14px;
  }

  .about-godrej-txt p {
    font-size: 16px;
  }

  .coverWrapper .holder .cover-columns h2 {
    font-size: 32px;
  }

  .footerLogo img {
    width: 180px;
  }

  .swiperOne .figureContent .more {
    opacity: 1;
    line-height: 1.2;
  }

  .swiperOne .figureContent {
    padding: 15px 10px;
  }

  .swiperOne .figureContent h3 {
    font-size: 28px;
  }

  .enquireNowSideFormBtn {
      right: 0;
      left: 0;
      top: auto;
      bottom: 0;
      transform: translate(0, 0);
      text-align: center;
  }

  .enquireNowSideFormBtn p {
    font-size: 14px;
  }

  .page-hero .holder hgroup p {
    font-size: 12px;
  }

  .menu {
    padding: 10px 0;
  }
  .page-hero .media-overlay {
    background: linear-gradient(
      344deg,
      #000000 18.61%,
      rgba(0, 0, 0, 0) 96.14%
    );
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 90%;
  }
}
@media (min-width: 1600px) {
  .page-hero .holder hgroup {
    max-width: 50%;
  }

  #overview .figure img {
    width: 100%;
  }

  .fineDiningWrapperContent h2 {
    font-size: 3rem;
  }

  .fineDiningWrapperContent p {
    font-size: 1.5rem;
  }
  .keyHeighlightsImg p {
    font-size: 18px;
  }
}
