.sectionMainTitile {
  margin-bottom: 50px;
}

.sectionMainTitile h2 {
  color: #fff;
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  font-size: 36px;
  letter-spacing: 2px;
  position: relative;
}

.single-amenity img {
  height: 55px;
  filter: invert(1) brightness(1);
}

.sectionMainTitile h2::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 120px;
  height: 4px;
  background-color: #fff;
}

.masterPlan,
.whyInvest {
  background-color: #488e51;
}

.masterPlan p.amenity-title {
  color: #fff;
}

.whyInvest .sectionMainTitile h2::after {
  left: 0;
  transform: translateX(0);
}

.whyInvestBox {
  margin-bottom: 30px;
}

.whyInvestBox h4 {
  color: #fff;
  font-size: 18px;
  font-family: "Manrope", sans-serif;
  font-weight: 700;
}

.whyInvestBox p {
  color: #fff;
  font-size: 14px;
}

.wealthCreation {
  background-color: #4da258;
}

.cloudeLottie lottie-player {
  max-width: 100%;
  height: auto;
}

.plotImg lottie-player {
  position: absolute;
  top: -22%;
  left: 0;
  transform: scale(1.2);
}

.godrej {
  width: 280px;
}
.locationGroup {
  display: flex;
  flex-direction: column;
  gap: 60px;
}
.location {
  position: relative;
}
.location-1,
.location-7 {
  right: -30%;
}
.location-2 {
  left: -30%;
}
.location-8 {
  left: -20%;
}
.homeBanner {
  padding-top: 100px;
  background-color: #488e51;
}
.homeBannerInner {
  border-top: 1px solid #fff;
  margin-top: 35px;
  padding-top: 30px;
}
.homeBanner .sectionMainTitile {
  margin-bottom: 30px;
}
.homeBanner .sectionMainTitile h2::after {
  display: none;
}
.homeBanner .sectionMainTitile h2 span {
  font-size: 70px;
}
.homeBannerInnerImg span {
  top: -13%;
  right: 0;
}
.homeBannerInnerImg span img {
  width: 150px;
}

.masterplan_section span {
  color: #fff;
}

.homeBannerInnerImg iframe {
  width: 100%;
  height: 600px;
}
