@charset "UTF-8";
@font-face {
  font-family: popins-regular;
  src: url("./fonts/Poppins-Regular.ttf");
}
@font-face {
  font-family: popins-bold;
  src: url("./fonts/Poppins-SemiBold.ttf");
}

.msr-city-content p{
    font-family:  popins-regular;
font-weight: 400;
font-size: 16px;
line-height: 28px;
letter-spacing: 3%;

}

.video-display{
    display:none;
    height: 100%;
    width: 100%;
}
.header-component {
  position: fixed;
  width: 100%;
  background: white;
  z-index: 10;
}
.header-component .header-section .container .header-container {
  position: relative;
}
.header-component .header-section .container .header-container .header-menus {
  display: flex;
  justify-content: space-between;
  padding-right: 40px;
  border-bottom: 0.4px solid #e5e5e5;
}
@media (max-width: 1200px) {
  .header-component .header-section .container .header-container .header-menus {
    padding-right: 20px;
  }
}
@media (max-width: 991px) {
  .header-component .header-section .container .header-container .header-menus {
    display: none;
  }
}
.header-component .header-section .container .header-container .header-menus .header-desktop-menus {
  display: flex;
}
.header-component .header-section .container .header-container .header-menus .header-desktop-menus a {
  font-family: popins-regular;
  font-weight: 500;
  font-size: 16px;
  line-height: 30.4px;
  letter-spacing: 0%;
  vertical-align: middle;
  text-transform: capitalize;
  padding-top: 12px;
  padding-right: 20px;
  padding-bottom: 12px;
  padding-left: 20px;
  border-top: 1px solid #e5e5e5;
  border-left: 1px solid #e5e5e5;
  text-decoration: none;
  color: #1a1a1a;
  height: -moz-fit-content;
  height: fit-content;
}
@media (max-width: 1200px) {
  .header-component .header-section .container .header-container .header-menus .header-desktop-menus a {
    padding-top: 8px;
    padding-right: 10px;
    padding-bottom: 8px;
    font-size: 14px;
  }
}
.header-component .header-section .container .header-container .header-menus .header-desktop-menus a span {
  width: 16px;
  height: 16px;
  align-self: center;
}
.header-component .header-section .container .header-container .header-menus .header-desktop-menus a:first-child {
  padding-right: 40px;
  padding-left: 40px;
  color: #2c7946;
  text-decoration: underline;
}
@media (max-width: 1200px) {
  .header-component .header-section .container .header-container .header-menus .header-desktop-menus a:first-child {
    padding-right: 20px;
    padding-left: 20px;
  }
}
.header-component .header-section .container .header-container .header-menus .header-desktop-menus .Brochure-img {
  display: flex;
}
.header-component .header-section .container .header-container .header-menus .contact-details {
  display: flex;
  gap: 24px;
}
.header-component .header-section .container .header-container .header-menus .contact-details p {
  display: flex;
  align-self: center;
  font-family: popins-regular;
  font-weight: 500;
  font-size: 16px;
  line-height: 19.2px;
  letter-spacing: 0%;
  vertical-align: middle;
}
.header-component .header-section .container .header-container .header-menus .contact-details p span {
  width: 16px;
  height: 16px;
}
.header-component .header-section .container .header-container .header-menus .contact-details a {
  align-self: center;
  width: 149;
  padding-top: 10px;
  padding-right: 20px;
  padding-bottom: 10px;
  padding-left: 20px;
  border-radius: 30px;
  background: linear-gradient(270deg, #2c7946 0%, #1a3022 100%);
  font-family: popins-regular;
  font-weight: 500;
  font-size: 14px;
  line-height: 19.2px;
  letter-spacing: 0%;
  vertical-align: middle;
  color: white;
  text-decoration: none;
}
.header-component .header-section .container .header-container .header-mobile-section {
  display: flex;
  justify-content: space-between;
  padding: 12px 16px;
}
@media (min-width: 992px) {
  .header-component .header-section .container .header-container .header-mobile-section {
    display: none;
  }
}
.header-component .header-section .container .header-container .header-mobile-section a {
  font-family: popins-regular;
  font-weight: 500;
  font-size: 16px;
  line-height: 30.4px;
  letter-spacing: 0%;
  color: #2c7946;
}
.header-component .header-section .container .header-container .header-mobile-section .header-mobile-menus img {
  width: 24px;
  height: 24px;
}
.header-component .header-section .container .header-container .header-mobile-section .header-mobile-menus .sub-menu {
  padding: 20px;
  position: absolute;
  right: 0;
  display: none; /* Hidden by default */
  opacity: 0; /* Fully transparent */
  transform: translateY(-20px); /* Start position */
  z-index: 9;
  background: white;
  transition: opacity 0.5s ease, transform 0.5s ease;
}
.header-component .header-section .container .header-container .header-mobile-section .header-mobile-menus .sub-menu li {
  list-style-type: none;
  padding: 12px 0px;
  border-bottom: 1px solid #e5e5e5;
}
.header-component .header-section .container .header-container .header-mobile-section .header-mobile-menus .sub-menu li a {
  text-decoration: none;
  display: flex;
  gap: 10px;
}
.header-component .header-section .container .header-container .header-mobile-section .header-mobile-menus .sub-menu li a span {
  width: 16px;
  height: 16px;
}
.header-component .header-section .container .header-container .header-mobile-section .header-mobile-menus .sub-menu .get-call {
  margin-top: 40px;
  border-bottom: none;
  min-width: 251px;
  background: linear-gradient(270deg, #2c7946 0%, #1a3022 100%);
  padding-top: 10px;
  padding-right: 20px;
  padding-bottom: 10px;
  padding-left: 20px;
  border-radius: 30px;
  display: flex;
  justify-content: center;
}
.header-component .header-section .container .header-container .header-mobile-section .header-mobile-menus .sub-menu .get-call a {
  color: white;
}
.header-component .header-section .container .header-container .header-mobile-section .header-mobile-menus .sub-menu.visible {
  display: block; /* Make it visible */
  opacity: 1; /* Fully visible */
  transform: translateY(0);
}

.home-page-banner {
  width: 100%;
  padding-top: 57px;
}
@media (max-width: 700px) {
  .home-page-banner {
    height: 934px;
    padding-top: 54px;
  }
}
.home-page-banner .banner-container {
  position: relative;
  height: 713px;
}
@media (max-width: 1023px) {
  .home-page-banner .banner-container {
    height: 600px;
  }
}
@media (max-width: 700px) {
  .home-page-banner .banner-container {
    height: 542px;
  }
}
.home-page-banner .banner-container .banner-img {
  height: 713px;
  overflow: hidden;
  filter: brightness(0.7);
}
@media (max-width: 1023px) {
  .home-page-banner .banner-container .banner-img {
    height: 600px;
  }
}
@media (max-width: 700px) {
  .home-page-banner .banner-container .banner-img {
    height: 542px;
  }
}
.home-page-banner .banner-container .banner-bread-comes {
  position: absolute;
  bottom: 0;
}
.home-page-banner .banner-container .banner-bread-comes ul {
  background-color: rgba(44, 121, 70, 0.9);
  border-radius: 0 16px 0 0;
  display: flex;
  padding: 20px 40px;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-backdrop-filter: blur(30px);
          backdrop-filter: blur(30px);
  list-style: none;
}
@media (max-width: 1023px) {
  .home-page-banner .banner-container .banner-bread-comes ul {
    padding: 10px 20px;
  }
}
@media (max-width: 700px) {
  .home-page-banner .banner-container .banner-bread-comes ul {
    padding: 20px 16px;
    width: 100%;
    flex-wrap: wrap;
    gap: 5px;
  }
}
.home-page-banner .banner-container .banner-bread-comes ul li {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  border-right: 1px solid rgba(255, 255, 255, 0.6117647059);
  padding: 0 15px;
}
@media (max-width: 700px) {
  .home-page-banner .banner-container .banner-bread-comes ul li {
    gap: 5px;
    padding: 0 10px;
  }
}
.home-page-banner .banner-container .banner-bread-comes ul li:last-child {
  border: none;
}
@media (max-width: 1023px) {
  .home-page-banner .banner-container .banner-bread-comes ul li {
    padding: 0 10px;
  }
}
.home-page-banner .banner-container .banner-bread-comes ul li .img {
  width: 34;
  height: 34;
}
@media (max-width: 700px) {
  .home-page-banner .banner-container .banner-bread-comes ul li .img {
    width: 20;
    height: 20;
  }
}
.home-page-banner .banner-container .banner-bread-comes ul li p {
  font-family: popins-regular;
  font-weight: 600;
  font-size: 20px;
  line-height: 100%;
  width: 100%;
  vertical-align: middle;
  color: white;
}
@media (max-width: 1439px) {
  .home-page-banner .banner-container .banner-bread-comes ul li p {
    font-size: 16px;
  }
}
@media (max-width: 1023px) {
  .home-page-banner .banner-container .banner-bread-comes ul li p {
    font-size: 14px;
  }
}
@media (max-width: 700px) {
  .home-page-banner .banner-container .banner-bread-comes ul li p {
    font-size: 13px;
  }
}
.home-page-banner .banner-container .banner-content {
  display: flex;
  flex-direction: column;
  gap: 5px;
  color: white;
  position: absolute;
  top: 400px;
  left: 42px;
  width: 68%;
}
@media (max-width: 1023px) {
  .home-page-banner .banner-container .banner-content {
    top: 350px;
  }
}
@media (max-width: 700px) {
  .home-page-banner .banner-container .banner-content {
    top: 282px;
    left: 16px;
    width: initial;
  }
}
.home-page-banner .banner-container .banner-content p {
  font-family: popins-regular;
  font-weight: 500;
  font-size: 32px;
  line-height: 140%;
}
@media (max-width: 1439px) {
  .home-page-banner .banner-container .banner-content p {
    font-size: 28px;
  }
}
@media (max-width: 1023px) {
  .home-page-banner .banner-container .banner-content p {
    font-size: 20px;
  }
}
@media (max-width: 700px) {
  .home-page-banner .banner-container .banner-content p {
    font-size: 14px;
  }
}
.home-page-banner .banner-container .banner-content h1 {
  font-family: popins-regular;
  font-weight: 600;
  font-size: 50px;
  line-height: 140%;
}
@media (max-width: 1439px) {
  .home-page-banner .banner-container .banner-content h1 {
    font-size: 38px;
  }
}
@media (max-width: 1023px) {
  .home-page-banner .banner-container .banner-content h1 {
    font-size: 32px;
  }
}
@media (max-width: 700px) {
  .home-page-banner .banner-container .banner-content h1 {
    font-size: 24px;
  }
}
.home-page-banner .banner-container .banner-details-section {
  position: absolute;
  top: 0;
  width: 25.3%;
  right: 30px;
}
@media (max-width: 700px) {
  .home-page-banner .banner-container .banner-details-section {
    position: initial;
    width: 100%;
    padding: 0 16px;
  }
}
.home-page-banner .banner-container .banner-details-section p {
  font-family: popins-regular;
  font-weight: 600;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 1%;
  text-align: center;
  vertical-align: middle;
  padding: 15px 20px;
  background: #cf8c21;
  border-radius: 0 0 12px 12px;
  color: white;
}
@media (max-width: 1439px) {
  .home-page-banner .banner-container .banner-details-section p {
    font-size: 16px;
  }
}
@media (max-width: 1023px) {
  .home-page-banner .banner-container .banner-details-section p {
    font-size: 12px;
  }
}
@media (max-width: 700px) {
  .home-page-banner .banner-container .banner-details-section p {
    position: absolute;
    top: 0;
    width: initial;
    font-size: 18px;
    margin: 0 auto;
    width: -moz-fit-content;
    width: fit-content;
    width: 100%;
    left: 0;
    right: 0;
  }
}
.home-page-banner .banner-container .banner-details-section .form-container {
  padding: 20px;
  gap: 10px;
  border-radius: 0 0 20px 20px;
  border-width: 0px, 1px, 1px, 1px;
  border-left: 1px solid #2c7946;
  border-right: 1px solid #2c7946;
  border-bottom: 1px solid #2c7946;
  background: white;
  width: 94.2%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (max-width: 1023px) {
  .home-page-banner .banner-container .banner-details-section .form-container {
    padding: 10px;
  }
}
@media (max-width: 700px) {
  .home-page-banner .banner-container .banner-details-section .form-container {
    margin: initial;
    width: 100%;
    padding: 30px 20px;
  }
}
.home-page-banner .banner-container .banner-details-section .form-container h2 {
  font-family: popins-regular;
  font-weight: 500;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0px;
  vertical-align: middle;
}
@media (max-width: 1439px) {
  .home-page-banner .banner-container .banner-details-section .form-container h2 {
    font-size: 20px;
  }
}
@media (max-width: 1023px) {
  .home-page-banner .banner-container .banner-details-section .form-container h2 {
    font-size: 14px;
  }
}
@media (max-width: 700px) {
  .home-page-banner .banner-container .banner-details-section .form-container h2 {
    font-size: 20px;
  }
}
.home-page-banner .banner-container .banner-details-section .form-container .form-contents form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.home-page-banner .banner-container .banner-details-section .form-container .form-contents form input {
  padding-top: 13px;
  padding-right: 14px;
  padding-bottom: 13px;
  padding-left: 14px;
  border-width: 1px;
  border-radius: 28px;
  width: 100%;
  font-family: popins-regular;
  font-weight: 600;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: 0px;
  vertical-align: middle;
  border: 1px solid rgba(0, 0, 0, 0.1019607843);
}
@media (max-width: 1439px) {
  .home-page-banner .banner-container .banner-details-section .form-container .form-contents form input {
    padding: 10px;
  }
}
@media (max-width: 1023px) {
  .home-page-banner .banner-container .banner-details-section .form-container .form-contents form input {
    padding: 5px;
    font-size: 10px;
  }
}
@media (max-width: 700px) {
  .home-page-banner .banner-container .banner-details-section .form-container .form-contents form input {
    padding: 13px 14px;
  }
}
.home-page-banner .banner-container .banner-details-section .form-container .form-contents form .number-input {
  display: flex;
  gap: 8px;
}
.home-page-banner .banner-container .banner-details-section .form-container .form-contents form .number-input select {
  padding: 10px;
  border-width: 1px;
  border-radius: 28px;
  align-items: center;
  display: flex;
  justify-content: center;
  font-family: popins-regular;
  font-weight: 600;
  font-size: 12px;
  line-height: 100%;
  vertical-align: middle;
}
@media (max-width: 1439px) {
  .home-page-banner .banner-container .banner-details-section .form-container .form-contents form .number-input select {
    padding: 10px;
  }
}
@media (max-width: 1023px) {
  .home-page-banner .banner-container .banner-details-section .form-container .form-contents form .number-input select {
    padding: 5px;
    font-size: 10px;
  }
}
@media (max-width: 700px) {
  .home-page-banner .banner-container .banner-details-section .form-container .form-contents form .number-input select {
    padding: 13px 14px;
  }
}
.home-page-banner .banner-container .banner-details-section .form-container .form-contents form button {
  padding-top: 12px;
  padding-right: 22px;
  padding-bottom: 12px;
  padding-left: 22px;
  border-radius: 30px;
  background: linear-gradient(270deg, #2c7946 0%, #1a3022 100%);
  font-family: popins-regular;
  font-weight: 600;
  font-size: 16px;
  line-height: 25px;
  letter-spacing: 1%;
  color: white;
  border: none;
  outline: none;
  cursor: pointer;
}
@media (max-width: 1023px) {
  .home-page-banner .banner-container .banner-details-section .form-container .form-contents form button {
    padding: 5px;
    font-size: 14px;
  }
}
@media (max-width: 700px) {
  .home-page-banner .banner-container .banner-details-section .form-container .form-contents form button {
    padding: 12px 22px;
  }
}

.project-overview-section {
  background: #faf7f2;
}
.project-overview-section .project-overview-details {
  padding-top: 60px;
  padding-right: 40px;
  padding-bottom: 60px;
  padding-left: 40px;
  gap: 40px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 700px) {
  .project-overview-section .project-overview-details {
    padding: 40px 16px;
    gap: 30px;
  }
}
.project-overview-section .project-overview-details h2 {
  font-family: popins-bold;
  font-weight: 700;
  font-size: 40px;
  line-height: 120%;
  text-align: center;
  vertical-align: middle;
}
@media (max-width: 700px) {
  .project-overview-section .project-overview-details h2 {
    font-size: 28px;
    text-align: left;
  }
}
.project-overview-section .project-overview-details .overview-switch ul {
  display: flex;
  gap: 20px;
  list-style: none;
  justify-content: center;
}
@media (max-width: 700px) {
  .project-overview-section .project-overview-details .overview-switch ul {
    justify-content: left;
  }
}
.project-overview-section .project-overview-details .overview-switch ul .active {
  background: #191d23;
  color: white;
}
.project-overview-section .project-overview-details .overview-switch ul li {
  padding: 10px 20px;
  border-radius: 30px;
  border: 1px solid #191d23;
  font-family: popins-bold;
  font-weight: 600;
  font-size: 16px;
  line-height: 25px;
  cursor: pointer;
}
@media (max-width: 700px) {
  .project-overview-section .project-overview-details .overview-switch ul li {
    justify-content: center;
    display: flex;
    align-items: center;
    font-size: 14px;
  }
}
.project-overview-section .project-overview-details .overview-content .content .detailed-contents {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  width: 100%;
}
@media (max-width: 700px) {
  .project-overview-section .project-overview-details .overview-content .content .detailed-contents {
    grid-template-columns: repeat(1, 1fr);
  }
}
.project-overview-section .project-overview-details .overview-content .content .detailed-contents .projects-img {
  height: 428px;
  border-width: 1px;
  border-radius: 16px;
}
@media (max-width: 700px) {
  .project-overview-section .project-overview-details .overview-content .content .detailed-contents .projects-img {
    height: 219px;
  }
}
.project-overview-section .project-overview-details .overview-content .content .detailed-contents .details {
  padding-right: 40px;
  padding-left: 40px;
  gap: 27px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 1023px) {
  .project-overview-section .project-overview-details .overview-content .content .detailed-contents .details {
    padding: initial;
  }
}
@media (max-width: 700px) {
  .project-overview-section .project-overview-details .overview-content .content .detailed-contents .details {
    gap: 20px;
  }
}
.project-overview-section .project-overview-details .overview-content .content .detailed-contents .details h3 {
  font-family: popins-bold;
  font-weight: 700;
  font-size: 25px;
  line-height: 100%;
  letter-spacing: 1%;
}
@media (max-width: 700px) {
  .project-overview-section .project-overview-details .overview-content .content .detailed-contents .details h3 {
    font-size: 18px;
  }
}
.project-overview-section .project-overview-details .overview-content .content .detailed-contents .details p {
  font-family: popins-regular;
  font-weight: 300;
  font-size: 16px;
  line-height: 23px;
  letter-spacing: 1%;
  vertical-align: middle;
  color: #313131;
}
.project-overview-section .project-overview-details .overview-content .content .detailed-contents .details ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.project-overview-section .project-overview-details .overview-content .content .detailed-contents .details ul li {
  font-family: popins-regular;
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  letter-spacing: 1%;
  vertical-align: middle;
}
.project-overview-section .project-overview-details .overview-content .content .detailed-contents .details ul li strong {
  font-family: popins-bold;
}
.project-overview-section .project-overview-details .overview-content .content a {
  display: flex;
  gap: 8px;
  padding-top: 12px;
  padding-right: 22px;
  padding-bottom: 12px;
  padding-left: 22px;
  border-radius: 30px;
  background: linear-gradient(270deg, #2c7946 0%, #1a3022 100%);
  width: -moz-fit-content;
  width: fit-content;
  text-decoration: none;
  width: 320px;
  justify-content: center;
  margin: 40px auto;
  cursor: pointer;
}
@media (max-width: 700px) {
  .project-overview-section .project-overview-details .overview-content .content a {
    width: 100%;
  }
}
.project-overview-section .project-overview-details .overview-content .content a span {
  font-family: popins-regular;
  font-weight: 600;
  font-size: 16px;
  line-height: 25px;
  color: white;
}
.project-overview-section .project-overview-details .overview-content .content a img {
  width: 24px;
  height: 24px;
}

.nature-meets-section .nature-meets {
  display: flex;
  width: 100%;
  width: 1440;
  padding: 60px 40px;
}
@media (max-width: 700px) {
  .nature-meets-section .nature-meets {
    padding: 40px 16px;
    flex-direction: column-reverse;
  }
}
.nature-meets-section .nature-meets .box-content {
  display: flex;
  flex-direction: column;
  gap: 40px;
  padding: 40px;
  background: linear-gradient(270deg, #2c7946 0%, #1a3022 100%);
  width: 31%;
  border-radius: 20px 0 0 20px;
}
@media (max-width: 1439px) {
  .nature-meets-section .nature-meets .box-content {
    padding: 30px;
  }
}
@media (max-width: 991px) {
  .nature-meets-section .nature-meets .box-content {
    width: 44%;
  }
}
@media (max-width: 700px) {
  .nature-meets-section .nature-meets .box-content {
    width: 100%;
    border-radius: 0 0 20px 20px;
    padding: 30px 20px;
  }
}
.nature-meets-section .nature-meets .box-content .content {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (max-width: 700px) {
  .nature-meets-section .nature-meets .box-content .content {
    gap: 10px;
  }
}
.nature-meets-section .nature-meets .box-content .content h2 {
  font-family: popins-regular;
  font-weight: 600;
  font-size: 32px;
  line-height: 140%;
  color: white;
}
@media (max-width: 991px) {
  .nature-meets-section .nature-meets .box-content .content h2 {
    font-size: 28px;
  }
}
@media (max-width: 700px) {
  .nature-meets-section .nature-meets .box-content .content h2 {
    font-size: 20px;
  }
}
.nature-meets-section .nature-meets .box-content .content p {
  font-family: popins-regular;
  font-weight: 400;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0%;
  color: white;
}
@media (max-width: 991px) {
  .nature-meets-section .nature-meets .box-content .content p {
    font-size: 16px;
  }
}
.nature-meets-section .nature-meets .box-content a {
  display: flex;
  gap: 10px;
  padding-top: 10px;
  padding-right: 20px;
  padding-bottom: 10px;
  padding-left: 20px;
  border-radius: 54px;
  text-decoration: none;
  background-color: white;
  width: -moz-fit-content;
  width: fit-content;
  height: 50px;
  align-items: center;
  cursor: pointer;
}
@media (max-width: 700px) {
  .nature-meets-section .nature-meets .box-content a {
    width: 100%;
    justify-content: center;
  }
}
.nature-meets-section .nature-meets .box-content a img {
  width: 15px;
  height: 16px;
}
.nature-meets-section .nature-meets .box-content a span {
  font-family: popins-regular;
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  color: #2c7745;
}
@media (max-width: 991px) {
  .nature-meets-section .nature-meets .box-content a span {
    font-size: 14px;
  }
}
@media (max-width: 700px) {
  .nature-meets-section .nature-meets .box-content a span {
    font-size: 16px;
  }
}
.nature-meets-section .nature-meets .nature-img {
  height: 604px;
  width: 70%;
}
@media (max-width: 700px) {
  .nature-meets-section .nature-meets .nature-img {
    height: 253px;
    width: 100%;
  }
}

.gallary-section .gallary-details {
  padding: 60px 40px;
  gap: 40px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 700px) {
  .gallary-section .gallary-details {
    padding: 40px 16px;
    gap: 30px;
  }
}
.gallary-section .gallary-details .heading {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.gallary-section .gallary-details .heading p {
  font-family: popins-regular;
  font-weight: 600;
  font-size: 18px;
  line-height: 26px;
  vertical-align: middle;
  color: #2c7946;
}
@media (max-width: 700px) {
  .gallary-section .gallary-details .heading p {
    font-size: 14px;
  }
}
.gallary-section .gallary-details .heading h2 {
  font-family: popins-bold;
  font-weight: 700;
  font-size: 40px;
  line-height: 120%;
  letter-spacing: 1%;
  vertical-align: middle;
}
@media (max-width: 700px) {
  .gallary-section .gallary-details .heading h2 {
    font-size: 28px;
  }
}
.gallary-section .gallary-details .gallary-contents {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 20px;
  list-style: none;
}
@media (max-width: 700px) {
  .gallary-section .gallary-details .gallary-contents {
    overflow: scroll;
  }
}
.gallary-section .gallary-details .gallary-contents .cards {
  position: relative;
  border-radius: 12px;
}
.gallary-section .gallary-details .gallary-contents .cards img {
  border-radius: 12px;
}
.gallary-section .gallary-details .gallary-contents .cards:first-child {
  grid-area: 1/1/3/2;
  height: 515px;
}
@media (max-width: 700px) {
  .gallary-section .gallary-details .gallary-contents .cards:first-child {
    height: 399px;
    width: 252px;
  }
}
.gallary-section .gallary-details .gallary-contents .cards:nth-child(2) {
  grid-area: 1/2/2/3;
  height: 272px;
}
@media (max-width: 700px) {
  .gallary-section .gallary-details .gallary-contents .cards:nth-child(2) {
    width: 252px;
    height: 207px;
  }
}
.gallary-section .gallary-details .gallary-contents .cards:nth-child(3) {
  grid-area: 1/3/3/4;
  height: 515px;
}
@media (max-width: 700px) {
  .gallary-section .gallary-details .gallary-contents .cards:nth-child(3) {
    height: 399px;
    width: 252px;
  }
}
.gallary-section .gallary-details .gallary-contents .cards:nth-child(4) {
  grid-area: 1/4/2/5;
  height: 272px;
}
@media (max-width: 700px) {
  .gallary-section .gallary-details .gallary-contents .cards:nth-child(4) {
    width: 252px;
    height: 207px;
  }
}
.gallary-section .gallary-details .gallary-contents .cards:nth-child(5) {
  grid-area: 2/4/3/5;
  height: 223px;
}
@media (max-width: 700px) {
  .gallary-section .gallary-details .gallary-contents .cards:nth-child(5) {
    width: 252px;
    height: 174px;
  }
}
.gallary-section .gallary-details .gallary-contents .cards:nth-child(6) {
  grid-area: 2/2/3/3;
  height: 223px;
}
@media (max-width: 700px) {
  .gallary-section .gallary-details .gallary-contents .cards:nth-child(6) {
    width: 252px;
    height: 174px;
  }
}
.gallary-section .gallary-details .gallary-contents .cards p {
  font-family: popins-regular;
  font-weight: 500;
  font-size: 16px;
  line-height: 22.8px;
  text-align: center;
  vertical-align: middle;
  color: #ffffff;
  position: absolute;
  left: 20px;
  bottom: 20px;
}

.section-north-bengaluru .container .section-heart-of-city {
  padding: 60px 40px;
  display: flex;
  justify-content: space-between;
  width: 100%;
}
@media (max-width: 1200px) {
  .section-north-bengaluru .container .section-heart-of-city {
    padding: 40px 20px;
  }
}
@media (max-width: 991px) {
  .section-north-bengaluru .container .section-heart-of-city {
    flex-direction: column-reverse;
    padding: 40px 16px;
    gap: 30px;
  }
}
.section-north-bengaluru .container .section-heart-of-city .north-bengaluru-content {
  width: 57.7%;
  display: flex;
  flex-direction: column;
  gap: 60px;
}
@media (max-width: 991px) {
  .section-north-bengaluru .container .section-heart-of-city .north-bengaluru-content {
    width: 100%;
    gap: 30px;
  }
}
.section-north-bengaluru .container .section-heart-of-city .north-bengaluru-content .north-bengaluru-title h2 {
  font-family: popins-bold;
  font-weight: 600;
  font-size: 26px;
  line-height: 150%;
  letter-spacing: 0%;
  vertical-align: middle;
}
@media (max-width: 991px) {
  .section-north-bengaluru .container .section-heart-of-city .north-bengaluru-content .north-bengaluru-title h2 {
    font-size: 20px;
  }
}
.section-north-bengaluru .container .section-heart-of-city .north-bengaluru-content .north-bengaluru-list {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.section-north-bengaluru .container .section-heart-of-city .north-bengaluru-content .north-bengaluru-list li {
  list-style-type: none;
  display: flex;
  gap: 20px;
  font-family: popins-regular;
  font-weight: 400;
  font-size: 16px;
  line-height: 34px;
  letter-spacing: 0%;
  align-items: center;
}
.section-north-bengaluru .container .section-heart-of-city .north-bengaluru-content .north-bengaluru-list li img {
  width: 50px;
  height: 50px;
}
@media (max-width: 991px) {
  .section-north-bengaluru .container .section-heart-of-city .north-bengaluru-content .north-bengaluru-list li img {
    align-self: flex-start;
  }
}
.section-north-bengaluru .container .section-heart-of-city .north-image-wrapper {
  width: 40.9%;
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .section-north-bengaluru .container .section-heart-of-city .north-image-wrapper {
    width: 100%;
  }
}
.section-north-bengaluru .container .section-heart-of-city .north-image-wrapper .img-section {
  height: 551px;
  width: 100%;
  border-radius: 16px;
  position: relative;
}
@media (max-width: 991px) {
  .section-north-bengaluru .container .section-heart-of-city .north-image-wrapper .img-section {
    height: 330px;
  }
}
.section-north-bengaluru .container .section-heart-of-city .north-image-wrapper .img-section img {
  border-radius: 16px;
  -o-object-fit: fill;
     object-fit: fill;
}
@media (max-width: 991px) {
  .section-north-bengaluru .container .section-heart-of-city .north-image-wrapper .img-section img {
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media (max-width: 767px) {
  .section-north-bengaluru .container .section-heart-of-city .north-image-wrapper .img-section img {
    -o-object-fit: fill;
       object-fit: fill;
  }
}
.section-north-bengaluru .container .section-heart-of-city .north-image-wrapper .img-section .image-content {
  position: absolute;
  bottom: 50px;
  left: 40px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media (max-width: 991px) {
  .section-north-bengaluru .container .section-heart-of-city .north-image-wrapper .img-section .image-content {
    bottom: 30px;
    left: 20px;
  }
}
.section-north-bengaluru .container .section-heart-of-city .north-image-wrapper .img-section .image-content img {
  width: 24px;
  height: 20px;
}
.section-north-bengaluru .container .section-heart-of-city .north-image-wrapper .img-section .image-content p {
  font-family: popins-regular;
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
  color: white;
}
.section-north-bengaluru .container .section-heart-of-city .north-image-wrapper .img-section .image-content p .text-br {
  display: none;
}
@media (max-width: 991px) {
  .section-north-bengaluru .container .section-heart-of-city .north-image-wrapper .img-section .image-content p .text-br {
    display: block;
  }
}
.section-north-bengaluru .container .section-heart-of-city .north-image-wrapper .img-section .image-content span {
  font-family: popins-bold;
  font-weight: 700;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0%;
  color: white;
}

.amenities-card-section .container .amenities-container {
  padding: 60px 40px;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media (max-width: 1200px) {
  .amenities-card-section .container .amenities-container {
    padding: 50px 30px;
  }
}
@media (max-width: 991px) {
  .amenities-card-section .container .amenities-container {
    padding: 40px 20px;
  }
}
@media (max-width: 767px) {
  .amenities-card-section .container .amenities-container {
    padding: 40px 16px;
  }
}
.amenities-card-section .container .amenities-container .amenities-title p {
  font-family: popins-regular;
  font-weight: 600;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 1%;
  color: #2c7946;
}
.amenities-card-section .container .amenities-container .amenities-title h3 {
  font-family: popins-regular;
  font-weight: 700;
  font-size: 40px;
  line-height: 120%;
  letter-spacing: 1%;
  vertical-align: middle;
}
@media (max-width: 991px) {
  .amenities-card-section .container .amenities-container .amenities-title h3 {
    font-size: 28px;
  }
}
.amenities-card-section .container .amenities-container .amenities-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr); /* 4 columns of equal width */
  grid-template-rows: repeat(2, auto);
  gap: 20px;
}
@media (max-width: 1200px) {
  .amenities-card-section .container .amenities-container .amenities-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 991px) {
  .amenities-card-section .container .amenities-container .amenities-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 767px) {
  .amenities-card-section .container .amenities-container .amenities-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
}
.amenities-card-section .container .amenities-container .amenities-grid .amenities-box {
  height: 325px;
  position: relative;
  border-radius: 12px;
}
@media (max-width: 767px) {
  .amenities-card-section .container .amenities-container .amenities-grid .amenities-box {
    height: 163px;
  }
}
.amenities-card-section .container .amenities-container .amenities-grid .amenities-box img {
  border-radius: 12px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(23, 53, 33, 0.8) 100%);
}
.amenities-card-section .container .amenities-container .amenities-grid .amenities-box .amenities-content {
  position: absolute;
  bottom: 20px;
  right: 0;
  left: 0;
  margin: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
@media (max-width: 767px) {
  .amenities-card-section .container .amenities-container .amenities-grid .amenities-box .amenities-content {
    bottom: 10px;
  }
}
.amenities-card-section .container .amenities-container .amenities-grid .amenities-box .amenities-content img {
  width: 50px;
  height: 50px;
}
@media (max-width: 991px) {
  .amenities-card-section .container .amenities-container .amenities-grid .amenities-box .amenities-content img {
    width: 40px;
    height: 40px;
  }
}
.amenities-card-section .container .amenities-container .amenities-grid .amenities-box .amenities-content p {
  font-family: popins-regular;
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0%;
  text-align: center;
  color: white;
}
@media (max-width: 767px) {
  .amenities-card-section .container .amenities-container .amenities-grid .amenities-box .amenities-content p {
    font-size: 14px;
  }
}

.pricing-container {
  background: #f5f4ea;
}
.pricing-container .container .pricing-section {
  padding: 60px 40px;
  display: flex;
  flex-direction: column;
  gap: 60px;
}
@media (max-width: 1200px) {
  .pricing-container .container .pricing-section {
    padding: 40px 30px;
  }
}
@media (max-width: 991px) {
  .pricing-container .container .pricing-section {
    padding: 40px 20px;
    gap: 30px;
  }
}
@media (max-width: 767px) {
  .pricing-container .container .pricing-section {
    padding: 40px 16px;
  }
}
.pricing-container .container .pricing-section .pricing-title p {
  font-family: popins-regular;
  font-weight: 600;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 1%;
  vertical-align: middle;
  color: #2c7946;
}
@media (max-width: 991px) {
  .pricing-container .container .pricing-section .pricing-title p {
    font-size: 14px;
  }
}
.pricing-container .container .pricing-section .pricing-title h3 {
  font-family: popins-bold;
  font-weight: 700;
  font-size: 40px;
  line-height: 120%;
  letter-spacing: 1%;
  vertical-align: middle;
  color: #141412;
}
@media (max-width: 991px) {
  .pricing-container .container .pricing-section .pricing-title h3 {
    font-size: 28px;
  }
}
.pricing-container .container .pricing-section .pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(1, auto);
  gap: 20px;
}
@media (max-width: 1200px) {
  .pricing-container .container .pricing-section .pricing-grid {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(1, auto);
  }
}
@media (max-width: 767px) {
  .pricing-container .container .pricing-section .pricing-grid {
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: repeat(1, auto);
  }
}
.pricing-container .container .pricing-section .pricing-grid .pricing-box {
  display: flex;
  gap: 16px;
  padding: 32px 20px;
  border-radius: 12px;
  gap: 16px;
  border-radius: 12px;
  border: 1px solid #e9e9e9;
  background: white;
}
.pricing-container .container .pricing-section .pricing-grid .pricing-box .pricing-img {
  width: 120px;
  height: 120px;
}
@media (max-width: 991px) {
  .pricing-container .container .pricing-section .pricing-grid .pricing-box .pricing-img {
    width: 63px;
    height: 63px;
    align-self: center;
  }
}
.pricing-container .container .pricing-section .pricing-grid .pricing-box .pricing-info {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media (max-width: 991px) {
  .pricing-container .container .pricing-section .pricing-grid .pricing-box .pricing-info {
    gap: 12px;
  }
}
.pricing-container .container .pricing-section .pricing-grid .pricing-box .pricing-info h4 {
  font-family: popins-bold;
  font-weight: 600;
  font-size: 20px;
  line-height: 140%;
  color: #070707;
  margin-bottom: 4px;
}
.pricing-container .container .pricing-section .pricing-grid .pricing-box .pricing-info ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  margin-bottom: 4px;
  gap: 10px;
}
.pricing-container .container .pricing-section .pricing-grid .pricing-box .pricing-info ul li {
  list-style-type: none;
}
.pricing-container .container .pricing-section .pricing-grid .pricing-box .pricing-info ul li:nth-child(2),
.pricing-container .container .pricing-section .pricing-grid .pricing-box .pricing-info ul li:nth-child(4) {
  color: #7c7c7c;
}
.pricing-container .container .pricing-section .pricing-grid .pricing-box .pricing-info a {
  font-family: popins-regular;
  font-weight: 500;
  font-size: 16px;
  line-height: 25px;
  letter-spacing: 1%;
  color: #2c7946;
  display: flex;
  gap: 10px;
  padding: 6px 0px;
  cursor: pointer;
}
.pricing-container .container .pricing-section .pricing-grid .pricing-box .pricing-info a span {
  width: 24px;
  height: 24px;
}
.pricing-container .container .pricing-section .costing-site {
  display: flex;
  gap: 8px;
  padding: 12px 22px;
  border-radius: 30px;
  justify-content: center;
  font-family: popins-bold;
  font-weight: 600;
  font-size: 16px;
  line-height: 25px;
  letter-spacing: 1%;
  color: white;
  text-decoration: none;
  background: linear-gradient(270deg, #2c7946 0%, #30251a 100%);
  width: -moz-fit-content;
  width: fit-content;
  align-self: center;
}
.pricing-container .container .pricing-section .costing-site img {
  width: 24px;
  height: 24px;
}

.godrej-property-section .godrej-slider-section .godrej-slider {
  position: relative;
}
@media (max-width: 991px) {
  .godrej-property-section .godrej-slider-section .godrej-slider {
    height: 680px !important;
  }
}
@media (max-width: 767px) {
  .godrej-property-section .godrej-slider-section .godrej-slider {
    height: 680px !important;
  }
}
@media (max-width: 991px) {
  .godrej-property-section .godrej-slider-section .godrej-slider .flickity-viewport {
    height: 100% !important;
  }
}
.godrej-property-section .godrej-slider-section .godrej-slider .carousel-cell {
  width: 100%;
  display: flex;
  align-items: center;
  position: relative;
}
@media (max-width: 767px) {
  .godrej-property-section .godrej-slider-section .godrej-slider .carousel-cell {
    height: 100%;
  }
}
.godrej-property-section .godrej-slider-section .godrej-slider .carousel-cell .image-div {
  width: 100%;
  height: 644px;
  background-size: cover;
  background-position: center;
}
@media (max-width: 991px) {
  .godrej-property-section .godrej-slider-section .godrej-slider .carousel-cell .image-div {
    height: 342px;
  }
}
@media (max-width: 767px) {
  .godrej-property-section .godrej-slider-section .godrej-slider .carousel-cell .image-div {
    height: 242px;
    position: absolute;
    top: 0;
  }
}
.godrej-property-section .godrej-slider-section .godrej-slider .carousel-cell .image-div img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.godrej-property-section .godrej-slider-section .godrej-slider .carousel-cell .slider-content {
  position: absolute;
  top: 0;
  width: 467px;
  padding: 40px;
  background: rgba(26, 48, 34, 0.8);
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  height: 100%;
}
@media (max-width: 991px) {
  .godrej-property-section .godrej-slider-section .godrej-slider .carousel-cell .slider-content {
    background: linear-gradient(270deg, #2c7946 0%, #1a3022 100%);
    -webkit-backdrop-filter: blur(20px);
            backdrop-filter: blur(20px);
    height: 100%;
    bottom: 0;
    top: 100%;
    width: 100%;
    padding: 30px 16px;
  }
}
@media (max-width: 767px) {
  .godrej-property-section .godrej-slider-section .godrej-slider .carousel-cell .slider-content {
    background: linear-gradient(270deg, #2c7946 0%, #1a3022 100%);
    -webkit-backdrop-filter: blur(20px);
            backdrop-filter: blur(20px);
    height: 100%;
    bottom: 0;
    top: 35%;
    width: 100%;
    padding: 30px 16px;
  }
}
.godrej-property-section .godrej-slider-section .godrej-slider .carousel-cell .slider-content h3 {
  padding: 2px 0;
  font-family: popins-bold;
  font-weight: 600;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 1%;
  color: white;
}
@media (max-width: 991px) {
  .godrej-property-section .godrej-slider-section .godrej-slider .carousel-cell .slider-content h3 {
    font-size: 14px;
  }
}
.godrej-property-section .godrej-slider-section .godrej-slider .carousel-cell .slider-content h2 {
  font-family: popins-bold;
  font-weight: 700;
  font-size: 40px;
  line-height: 120%;
  letter-spacing: 1%;
  color: white;
}
@media (max-width: 991px) {
  .godrej-property-section .godrej-slider-section .godrej-slider .carousel-cell .slider-content h2 {
    font-size: 28px;
  }
}
.godrej-property-section .godrej-slider-section .godrej-slider .carousel-cell .slider-content p {
  font-family: popins-regular;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 3%;
  color: white;
  margin-top: 30px;
}
.godrej-property-section .godrej-slider-section .godrej-slider .flickity-page-dots {
  position: absolute;
  width: -moz-fit-content !important;
  width: fit-content !important;
  bottom: 40px !important;
  left: 140px !important;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}
.godrej-property-section .godrej-slider-section .godrej-slider .flickity-page-dots .dot {
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.4);
}
.godrej-property-section .godrej-slider-section .godrej-slider .flickity-page-dots .is-selected {
  width: 14px;
  height: 14px;
  border-radius: 10px;
  background: white;
}
.godrej-property-section .godrej-slider-section .godrej-slider .flickity-button {
  width: 40px;
  height: 40px;
}
@media (max-width: 768px) {
  .godrej-property-section .godrej-slider-section .godrej-slider .flickity-button {
    display: none;
  }
}
.godrej-property-section .godrej-slider-section .godrej-slider .flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: 30%;
  top: 20%;
  width: 40%;
  height: 60%;
}
.godrej-property-section .godrej-slider-section .godrej-slider .previous {
  top: auto;
  bottom: 7px !important;
  left: 90px;
}
.godrej-property-section .godrej-slider-section .godrej-slider .next {
  top: auto;
  bottom: 7px !important;
  left: 260px;
}

.site-form-container {
  display: none;
  position: fixed;
  top: 27px;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  margin: 0 auto;
  justify-content: center;
  align-items: center;
}
.site-form-container .site-visit-modal {
  max-width: 765px;
  margin: 0 auto;
  display: flex;
  position: relative;
  background: white;
  padding: 20px;
  border-radius: 15px;
}
@media (max-width: 767px) {
  .site-form-container .site-visit-modal {
    flex-direction: column;
    max-height: 90vh;
    overflow-y: auto;
  }
}
.site-form-container .site-visit-modal .modal-left {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-top: 20px;
  width: 40%;
}
@media (max-width: 767px) {
  .site-form-container .site-visit-modal .modal-left {
    width: 100%;
  }
}
.site-form-container .site-visit-modal .modal-left .logo-section {
  margin-bottom: 20px;
}
.site-form-container .site-visit-modal .modal-left .features-list {
  display: flex;
  flex-direction: column;
  gap: 40px;
  background: linear-gradient(270deg, #2c7946 0%, #1a3022 100%);
  -webkit-backdrop-filter: blur(30px);
          backdrop-filter: blur(30px);
  padding: 30px 20px;
}
.site-form-container .site-visit-modal .modal-left .features-list li {
  list-style-type: none;
  display: flex;
  gap: 10px;
  font-family: popins-bold;
  font-weight: 600;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 1%;
  color: white;
  align-items: center;
}
.site-form-container .site-visit-modal .modal-left .features-list li .icon {
  width: 30px;
  height: 30px;
}
.site-form-container .site-visit-modal .modal-left .contact-number {
  display: flex;
  gap: 5px;
  justify-content: center;
}
.site-form-container .site-visit-modal .modal-left .contact-number p {
  font-family: popins-regular;
  margin-bottom: 5px;
  font-weight: 500;
  font-size: 14px;
  line-height: 19.2px;
  letter-spacing: 0%;
  color: #2c7946;
}
.site-form-container .site-visit-modal .modal-right {
  padding: 40px 30px;
}
.site-form-container .site-visit-modal .modal-right .close-img-icon {
  width: 30px;
  height: 30px;
  position: absolute;
  right: 20px;
  top: 5%;
  cursor: pointer;
}
@media (max-width: 767px) {
  .site-form-container .site-visit-modal .modal-right .close-img-icon {
    top: 2%;
  }
}
.site-form-container .site-visit-modal .modal-right .form-detail {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.site-form-container .site-visit-modal .modal-right .form-detail h2 {
  font-family: popins-bold;
  font-weight: 500;
  font-size: 28px;
  line-height: 100%;
  letter-spacing: 0px;
  vertical-align: middle;
}
.site-form-container .site-visit-modal .modal-right .form-detail p {
  font-family: popins-bold;
  font-weight: 500;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0px;
  vertical-align: middle;
}
.site-form-container .site-visit-modal .modal-right .form-detail form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.site-form-container .site-visit-modal .modal-right .form-detail form input {
  gap: 10px;
  padding: 13px 14px;
  border-radius: 28px;
  border-width: 1px;
  font-family: popins-bold;
  font-weight: 600;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: 0px;
  vertical-align: middle;
  color: #141212;
  border: 1px solid black;
}
.site-form-container .site-visit-modal .modal-right .form-detail form .phone-row {
  display: flex;
  gap: 20px;
}
.site-form-container .site-visit-modal .modal-right .form-detail form .phone-row select {
  padding: 13px 14px;
  border-radius: 28px;
}
.site-form-container .site-visit-modal .modal-right .form-detail form .phone-row input {
  width: 100%;
}
.site-form-container .site-visit-modal .modal-right .form-detail form .submit-btn {
  padding: 12px 22px;
  border-radius: 30px;
  background: linear-gradient(270deg, #2c7946 0%, #1a3022 100%);
  font-family: popins-bold;
  font-weight: 600;
  font-size: 16px;
  line-height: 25px;
  letter-spacing: 1%;
  color: white;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
}

.footer-section {
  background: linear-gradient(270deg, #2c7946 0%, #1a3022 100%);
}
.footer-section .footer-contents {
  display: flex;
  flex-direction: column;
  gap: 40px;
  padding: 40px;
}
@media (max-width: 700px) {
  .footer-section .footer-contents {
    padding: 40px 16px;
    gap: 20px;
  }
}
.footer-section .footer-contents .footer-top-contents {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 991px) {
  .footer-section .footer-contents .footer-top-contents {
    grid-template-columns: repeat(1, 1fr);
  }
}
.footer-section .footer-contents .footer-top-contents .site-address {
  display: flex;
  flex-direction: column;
  gap: 20px;
  border-right: 1px solid #8f8f8f;
}
@media (max-width: 991px) {
  .footer-section .footer-contents .footer-top-contents .site-address {
    border: initial;
    border-bottom: 1px solid #8f8f8f;
    padding-bottom: 20px;
  }
}
.footer-section .footer-contents .footer-top-contents .site-address .address {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
@media (max-width: 1439px) {
  .footer-section .footer-contents .footer-top-contents .site-address .address {
    padding: 10px;
  }
}
@media (max-width: 991px) {
  .footer-section .footer-contents .footer-top-contents .site-address .address {
    padding: initial;
  }
}
.footer-section .footer-contents .footer-top-contents .site-address .address h2 {
  font-family: popins-regular;
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  color: white;
}
@media (max-width: 1439px) {
  .footer-section .footer-contents .footer-top-contents .site-address .address h2 {
    font-size: 14px;
  }
}
@media (max-width: 700px) {
  .footer-section .footer-contents .footer-top-contents .site-address .address h2 {
    font-size: 16px;
  }
}
.footer-section .footer-contents .footer-top-contents .site-address .address p {
  font-family: popins-regular;
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  color: #c7c7c7;
}
@media (max-width: 1439px) {
  .footer-section .footer-contents .footer-top-contents .site-address .address p {
    font-size: 12px;
  }
}
@media (max-width: 700px) {
  .footer-section .footer-contents .footer-top-contents .site-address .address p {
    font-size: 14px;
  }
}
.footer-section .footer-contents .footer-top-contents ul {
  display: flex;
  flex-direction: column;
  gap: 20px;
  list-style: none;
  padding: 0 40px;
  justify-content: center;
  margin-left: 20px;
}
@media (max-width: 991px) {
  .footer-section .footer-contents .footer-top-contents ul {
    padding: initial;
    margin-left: 25px;
    padding: 20px 0;
  }
}
.footer-section .footer-contents .footer-top-contents ul li {
  position: relative;
}
.footer-section .footer-contents .footer-top-contents ul li::before {
  content: "✓";
  color: white;
  position: absolute;
  font-size: 23px;
  top: -8px;
  left: -28px;
}
@media (max-width: 991px) {
  .footer-section .footer-contents .footer-top-contents ul li::before {
    font-size: 18px;
    top: -8px;
    left: -23px;
  }
}
.footer-section .footer-contents .footer-top-contents ul li p {
  font-family: popins-regular;
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  color: white;
}
@media (max-width: 1439px) {
  .footer-section .footer-contents .footer-top-contents ul li p {
    font-size: 12px;
  }
}
@media (max-width: 700px) {
  .footer-section .footer-contents .footer-top-contents ul li p {
    font-size: 14px;
  }
}
.footer-section .footer-contents .footer-top-contents .disclaimer {
  display: flex;
  flex-direction: column;
  gap: 12px;
  border-left: 1px solid #8f8f8f;
  padding: 0 20px;
}
@media (max-width: 991px) {
  .footer-section .footer-contents .footer-top-contents .disclaimer {
    border: initial;
    border-bottom: 1px solid #8f8f8f;
    padding: initial;
    border-top: 1px solid #8f8f8f;
    padding: 20px 0;
  }
}
.footer-section .footer-contents .footer-top-contents .disclaimer h2 {
  font-family: popins-regular;
  font-weight: 600;
  font-size: 16px;
  line-height: 100%;
  color: white;
}
@media (max-width: 1439px) {
  .footer-section .footer-contents .footer-top-contents .disclaimer h2 {
    font-size: 14px;
  }
}
@media (max-width: 700px) {
  .footer-section .footer-contents .footer-top-contents .disclaimer h2 {
    font-size: 16px;
  }
}
.footer-section .footer-contents .footer-top-contents .disclaimer p {
  font-family: popins-regular;
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  color: #c7c7c7;
}
@media (max-width: 1439px) {
  .footer-section .footer-contents .footer-top-contents .disclaimer p {
    font-size: 12px;
  }
}
@media (max-width: 700px) {
  .footer-section .footer-contents .footer-top-contents .disclaimer p {
    font-size: 14px;
  }
}
.footer-section .footer-contents .footer-icons {
  display: flex;
  flex-direction: column;
  gap: 20px;
  justify-content: center;
  align-items: center;
}
@media (max-width: 700px) {
  .footer-section .footer-contents .footer-icons {
    border-bottom: 1px solid #8f8f8f;
    padding-bottom: 20px;
  }
}
.footer-section .footer-contents .footer-icons ul {
  list-style: none;
  display: flex;
  flex-direction: row;
  gap: 32px;
}
.footer-section .footer-contents .footer-icons ul li a img {
  width: 32px;
  height: 32px;
}
.footer-section .footer-contents .footer-icons p {
  font-family: popins-regular;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  letter-spacing: 0%;
  text-align: center;
  color: #c7c7c7;
}
@media (max-width: 700px) {
  .footer-section .footer-contents .footer-icons p {
    font-size: 14px;
  }
}

.floor-plans-section .plan-city {
  gap: 50px;
  padding: 60px 40px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 700px) {
  .floor-plans-section .plan-city {
    padding: 40px 16px;
  }
}
.floor-plans-section .plan-city .heading {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.floor-plans-section .plan-city .heading .main-heading {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.floor-plans-section .plan-city .heading .main-heading p {
  font-family: popins-regular;
  font-weight: 600;
  font-size: 18px;
  line-height: 26px;
  vertical-align: middle;
  color: #2c7946;
}
@media (max-width: 700px) {
  .floor-plans-section .plan-city .heading .main-heading p {
    font-size: 14px;
  }
}
.floor-plans-section .plan-city .heading .main-heading h2 {
  font-family: popins-bold;
  font-weight: 700;
  font-size: 40px;
  line-height: 120%;
  vertical-align: middle;
}
@media (max-width: 700px) {
  .floor-plans-section .plan-city .heading .main-heading h2 {
    font-size: 28px;
  }
}
.floor-plans-section .plan-city .heading p {
  font-family: popins-regular;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 3%;
}
.floor-plans-section .plan-city .plans-cards .cards-details {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  width: 43.4782608696%;
  overflow: hidden;
  margin-right: 20px;
}
@media (max-width: 1270px) {
  .floor-plans-section .plan-city .plans-cards .cards-details {
    width: 47.619047619%;
  }
}
@media (max-width: 991px) {
  .floor-plans-section .plan-city .plans-cards .cards-details {
    width: 66.6666666667%;
  }
}
@media (max-width: 700px) {
  .floor-plans-section .plan-city .plans-cards .cards-details {
    grid-template-columns: repeat(1, 1fr);
    width: 100%;
  }
}
.floor-plans-section .plan-city .plans-cards .cards-details .details {
  gap: 20px;
  display: flex;
  flex-direction: column;
  padding: 24px 20px;
  border-top-width: 0.5px;
  border-right-width: 0.5px;
  border-bottom-width: 0.5px;
  border-top-right-radius: 24px;
  border-bottom-right-radius: 24px;
  background: #f5f1c8;
}
@media (max-width: 1270px) {
  .floor-plans-section .plan-city .plans-cards .cards-details .details {
    padding: 15px;
  }
}
@media (max-width: 700px) {
  .floor-plans-section .plan-city .plans-cards .cards-details .details {
    border-radius: initial;
    border-bottom-left-radius: 24px;
    border-bottom-right-radius: 24px;
  }
}
.floor-plans-section .plan-city .plans-cards .cards-details .details h3 {
  font-family: popins-regular;
  font-weight: 600;
  font-size: 24px;
  line-height: 120%;
  text-align: center;
}
.floor-plans-section .plan-city .plans-cards .cards-details .details ul {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.floor-plans-section .plan-city .plans-cards .cards-details .details ul li {
  display: flex;
  justify-content: space-between;
}
.floor-plans-section .plan-city .plans-cards .cards-details .details ul li span {
  font-family: popins-regular;
  font-weight: 400;
  font-size: 14px;
  line-height: 160%;
  color: #414141;
}
.floor-plans-section .plan-city .plans-cards .cards-details .details ul li span:last-child {
  font-weight: 600;
  color: black;
}
.floor-plans-section .plan-city .plans-cards .cards-details .details ul li:nth-child(n+2) span:last-child {
  filter: blur(4px);
}
.floor-plans-section .plan-city .plans-cards .cards-details .details a {
  background: linear-gradient(270deg, #2c7946 0%, #1a3022 100%);
  gap: 8px;
  padding: 12px 22px;
  border-radius: 30px;
  display: flex;
  justify-content: center;
  text-decoration: none;
}
.floor-plans-section .plan-city .plans-cards .cards-details .details a span {
  font-family: popins-regular;
  font-weight: 600;
  font-size: 16px;
  line-height: 25px;
  color: white;
}
.floor-plans-section .plan-city .plans-cards .cards-details .details a img {
  width: 24px;
  height: 24px;
}
.floor-plans-section .plan-city .plans-cards .details-img {
  height: 314px;
  border: 2px solid #f5f1c8;
}
@media (max-width: 700px) {
  .floor-plans-section .plan-city .plans-cards .details-img {
    height: 311px;
  }
}
.floor-plans-section .plan-city .plans-cards .details-img img {
  filter: blur(6px);
}
.floor-plans-section .plan-city .flickity-prev-next-button {
  position: relative;
  top: 66px;
  left: 42%;
  border: none;
  outline: none;
}
@media (max-width: 991px) {
  .floor-plans-section .plan-city .flickity-prev-next-button {
    left: 38%;
  }
}
@media (max-width: 700px) {
  .floor-plans-section .plan-city .flickity-prev-next-button {
    left: 22%;
  }
}
.floor-plans-section .plan-city .flickity-page-dots .dot {
  background: #999;
}
.floor-plans-section .plan-city .flickity-page-dots .dot.is-selected {
  background: #333;
}
.floor-plans-section .plan-city .flickity-prev-next-button.next {
  left: 51.2%;
}
@media (max-width: 768px) {
  .floor-plans-section .plan-city .cards-details {
    width: 80%;
  }
}

.msr-city-shettigere-section .msr-city {
  padding: 60px 40px;
  gap: 40px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 700px) {
  .msr-city-shettigere-section .msr-city {
    padding: 40px 16px;
    gap: 30px;
  }
}
.msr-city-shettigere-section .msr-city h2 {
  font-family: popins-bold;
  font-weight: 700;
  font-size: 40px;
  line-height: 120%;
  vertical-align: middle;
}
@media (max-width: 700px) {
  .msr-city-shettigere-section .msr-city h2 {
    font-size: 28px;
  }
}
.msr-city-shettigere-section .msr-city .city-details {
  display: flex;
  width: 100%;
  gap: 20px;
}
@media (max-width: 700px) {
  .msr-city-shettigere-section .msr-city .city-details {
    flex-direction: column;
  }
}
.msr-city-shettigere-section .msr-city .city-details .shettigere-img {
  height: 482px;
  width: 49.5%;
  border-radius: 16px;
}
.msr-city-shettigere-section .msr-city .city-details .shettigere-img img {
  border-radius: 16px;
}
@media (max-width: 700px) {
  .msr-city-shettigere-section .msr-city .city-details .shettigere-img {
    width: 100%;
    height: 298px;
  }
}
.msr-city-shettigere-section .msr-city .city-details .cards-section {
  width: 70%;
}
@media (max-width: 700px) {
  .msr-city-shettigere-section .msr-city .city-details .cards-section {
    width: 100%;
  }
}
.msr-city-shettigere-section .msr-city .city-details .cards-section .city-contents {
  position: relative;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  width: 43.4782608696%;
  overflow: hidden;
  margin-right: 20px;
}
@media (max-width: 1024px) {
  .msr-city-shettigere-section .msr-city .city-details .cards-section .city-contents {
    width: 52.6315789474%;
  }
}
@media (max-width: 991px) {
  .msr-city-shettigere-section .msr-city .city-details .cards-section .city-contents {
    width: 71.4285714286%;
  }
}
@media (max-width: 700px) {
  .msr-city-shettigere-section .msr-city .city-details .cards-section .city-contents {
    width: 86.9565217391%;
  }
}
.msr-city-shettigere-section .msr-city .city-details .cards-section .city-contents .content-img {
  height: 482px;
  position: relative;
  border-radius: 20px;
}
.msr-city-shettigere-section .msr-city .city-details .cards-section .city-contents .content-img img {
  border-radius: 20px;
}
.msr-city-shettigere-section .msr-city .city-details .cards-section .city-contents .content-img::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 20px;
 background: linear-gradient(170deg, rgba(20, 33, 25, 0.3) -3.93%, rgba(26, 48, 34, 1) 100%);
}
.msr-city-shettigere-section .msr-city .city-details .cards-section .city-contents .content {
  padding: 10px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.msr-city-shettigere-section .msr-city .city-details .cards-section .city-contents .content h3 {
  font-family: popins-regular;
  font-weight: 600;
  font-size: 24px;
  line-height: 120%;
  vertical-align: middle;
  color: white;
}
.msr-city-shettigere-section .msr-city .city-details .cards-section .city-contents .content ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.msr-city-shettigere-section .msr-city .city-details .cards-section .city-contents .content ul li {
  display: flex;
  justify-content: space-between;
  border-bottom: 0.5px dotted #888888;
}
.msr-city-shettigere-section .msr-city .city-details .cards-section .city-contents .content ul li span {
  font-family: popins-regular;
  font-weight: 400;
  font-size: 14px;
  line-height: 160%;
  color: #cac7c7;
}
.msr-city-shettigere-section .msr-city .city-details .cards-section .city-contents .content ul li span:last-child {
  color: white;
  font-weight: 600;
}
.msr-city-shettigere-section .msr-city .city-details .cards-section .city-contents .content ul li:nth-child(n+4) {
  display: none;
}
.msr-city-shettigere-section .msr-city .city-details .cards-section .city-contents .content .more-content {
  width: 24px;
  height: 24px;
  background-color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  cursor: pointer;
  border-radius: 2px;
}
.msr-city-shettigere-section .msr-city .city-details .cards-section .city-contents .content .more-content img {
  width: 12px;
  height: 6px;
  border-radius: 2px;
}
.msr-city-shettigere-section .msr-city .flickity-prev-next-button {
  position: relative;
  top: 66px;
  left: -8%;
  border: none;
  outline: none;
}
@media (max-width: 991px) {
  .msr-city-shettigere-section .msr-city .flickity-prev-next-button {
    left: -10%;
  }
}
@media (max-width: 700px) {
  .msr-city-shettigere-section .msr-city .flickity-prev-next-button {
    left: 35%;
  }
}
@media (max-width: 565px) {
  .msr-city-shettigere-section .msr-city .flickity-prev-next-button {
    left: 14%;
  }
}
.msr-city-shettigere-section .msr-city .flickity-page-dots {
  text-align: left;
}
@media (max-width: 700px) {
  .msr-city-shettigere-section .msr-city .flickity-page-dots {
    text-align: center;
  }
}
.msr-city-shettigere-section .msr-city .flickity-page-dots .dot {
  background: #999;
}
.msr-city-shettigere-section .msr-city .flickity-page-dots .dot.is-selected {
  background: #333;
}
.msr-city-shettigere-section .msr-city .flickity-prev-next-button.next {
  left: 15%;
}
@media (max-width: 1024px) {
  .msr-city-shettigere-section .msr-city .flickity-prev-next-button.next {
    left: 25%;
  }
}
@media (max-width: 700px) {
  .msr-city-shettigere-section .msr-city .flickity-prev-next-button.next {
    left: 58%;
  }
}
@media (max-width: 768px) {
  .msr-city-shettigere-section .msr-city .cards-details {
    width: 80%;
  }
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

::-webkit-scrollbar {
  display: none;
}

img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}

a i span {
  display: inline-block;
}

.container {
  max-width: 1440px;
  margin: 0 auto;
}/*# sourceMappingURL=main.css.map */