@media (max-width: 767px) {
  #footer .footer-bottom {
    padding-top: 0;
    padding-bottom: 15px;
  }

  #footer .copyright,
  #footer .credits {
    text-align: center;
    float: none;
  }

  #footer .credits {
    padding-top: 4px;
  }
  .qr-code {
    width: 100px;
    margin: 0 auto 10px;
    display: block;
  }

  .footer-logo-address {
    margin-bottom: 20px;
  }

  .rightspan img {
    width: 60px;
  }

  header .center {
    flex: none;
  }

  .about-godrej {
    padding: 60px 0;
    margin-top: 0px;
  }
  .about-godrej-txt p {
    font-size: 16px;
  }

  .section-title {
    padding-bottom: 20px;
  }

  .section-title h2,
  .modal-body .section-title h2 {
    font-size: 22px;
  }

  header .logo img {
    width: 170px;
  }

  main {
    margin-top: 65px;
  }

  .videoBoxWrapper {
    height: calc(100vh - 119px);
  }

  .projectLocationWrapper {
    padding: 50px 0;
  }

  .projectLocationBoxContentHeading {
    margin-left: 0;
    margin-bottom: 30px;
  }
  .projectLocationBoxContentHeading h2 {
    font-size: 30px;
  }
  .headerbtn {
    padding: 6px 15px;
    font-size: 14px;
  }

  .groupLogo {
    gap: 15px !important;
  }

  .groupLogo img {
    /* width: 300px; */
  }

  .address-box h3 {
    display: flex;
    flex-direction: column;
  }

  .address-box h3 + h3 {
    margin-top: 20px;
  }

  .overviewSlider-2 .section-title {
    text-align: center !important;
    padding: 40px 15px;
  }

  .overviewContent .section-title h2 {
    font-size: 22px;
  }

  .mainMenu {
    left: auto;
    right: -100%;
  }

  .mainMenu.open {
    right: 0;
  }

  .mainMenu::before {
    background: url(../img/bg-waves.svg) no-repeat left bottom 30px;
    background-size: auto 900px;
  }

  .closeMenu {
    left: auto;
    right: 15px;
    display: flex;
    flex-direction: row-reverse;
    gap: 10px;
    align-items: center;
    z-index: 99;
  }

  .mainMenuLeft ul {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 2;
    width: 100%;
    justify-content: center;
  }

  .mainMenuLeft {
    gap: 15px;
  }

  .locattionContent {
    padding: 30px 15px;
  }

  .mainMenuLogo img {
    width: 180px;
  }

  .mainMenu .container {
    width: calc(100% - 30px);
    height: 100%;
    padding: 20px 0;
  }

  .mainMenu .container .row {
    height: 100%;
  }

  .mainMenuLeft {
    justify-content: flex-start;
    align-items: center;
  }

  .mainMenuLeft ul li {
    width: 100%;
    text-align: center;
  }

  .mainMenuLeft ul li + li {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px dotted #9c523d;
  }

  .overview::before {
    display: none;
  }

  .locationWrapper::before {
    top: -50px;
    left: 0;
    width: 100px;
    height: 100px;
    display: none;
  }

  #footer {
    padding-bottom: 58px;
  }

  .galleryWrapper {
    margin-top: 0px;
    padding: 50px 0 30px;
    background-color: #f1e4d5;
  }

  .galleryWrapperLeft h2 span {
    padding-left: 0px;
  }

  .galleryWrapper:after {
    width: 100%;
    right: auto;
    left: 0;
    top: 50%;
    background: url(../img/bg-sand.jpg);
    background-size: 200% 50%;
    background-attachment: unset;
  }

  .amenitiesWrapper {
    margin-top: 0px;
    padding: 60px 0;
  }

  .galleryWrapperSlider .slick-dots {
    justify-content: center;
  }

  .listIconOuter:nth-child(n + 3) {
    margin-top: 20px;
  }

  .iconImg,
  .listIconOuter span {
    text-align: center;
  }

  .projectLocationBoxOuter {
    flex-direction: column;
    align-items: flex-start;
  }

  .galleryWrapperSlider .slick-dots li {
    width: 15px;
    height: 15px;
  }

  .galleryWrapperSlider .slick-dots li:before {
    width: 16px;
    height: 16px;
    background-size: auto 16px;
  }

  .galleryWrapperSlider .slick-dots li.slick-active:after {
    width: 32px;
    right: -40px;
    background-size: auto 6px;
  }

  .galleryWrapperSlider .slick-dots li.slick-active {
    margin-right: 35px;
  }

  .galleryWrapperSlider .slick-dots li button {
    font-size: 12px;
  }

  p,
  body {
    font-size: 16px !important;
  }

  .overviewSlider-2 .section-title h2,
  .projectUsp-2 .section-title h2 {
    font-size: 22px !important;
  }

  .credit-box p {
    font-size: 14px !important;
  }

  .homeSlider .slick-dots li button {
    width: 15px;
    height: 15px;
  }

  .overviewSlider-2 .section-title p {
    font-size: 17px !important;
    line-height: 1.4;
  }

  .accordion-body {
    padding: 10px 0 0;
    border: 0;
  }
}

@media (min-width: 992px) {
  header .container {
    max-width: 94%;
  }

  .mainMenu .container {
    position: relative;
    transform: translateY(-100px);
    opacity: 0;
    transition: all 0.5s 0.5s linear;
  }

  .mainMenu.open .container {
    opacity: 1;
    transform: translateY(0);
  }

  .projectLocationBoxContent {
    top: 0;
    left: 0px;
    position: absolute;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .projectLocationBoxContentHeading {
    margin-bottom: 80px;
  }

  .projectLocationBoxContent ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
  }

  .projectLocationBoxContent ul li {
    display: flex;
    align-items: center;
    gap: 10px;
  }

  .projectLocationBoxContent ul li + li {
    margin-top: 20px;
  }

  .projectLocationBoxContent ul li span {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(../img/bg-header.jpg) top center #9c523d;
    border-radius: 50%;
  }
}

@media (min-width: 1536px) {
  header .container {
    max-width: 70%;
  }

  .container-fluid {
    width: 80%;
  }
  /* .projectLocationWrapper .col-md-11 {
    width: 60%;
  } */
}
