@font-face {
  font-family: "HeadFont";
  src: url("../webfonts/PPFragment-GlareRegular.otf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "ApRegular";
  src: url("../webfonts/ApercuArabicPro-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "ApMedium";
  src: url("../webfonts/ApercuArabicPro-Medium.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "ApBold";
  src: url("../webfonts/ApercuArabicPro-Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
.primary-color {
  color: #FF8000;
}

.text-color {
  color: #1D1D1B;
}

.f-bold {
  font-family: bold;
}

.cursor-pointer {
  cursor: pointer;
}

header {
  position: relative;
  height: 100vh;
}
header nav {
  position: relative;
  display: flex;
  padding: 2rem 4rem;
  align-items: center;
  justify-content: space-between;
  z-index: 3;
}
header nav ul {
  gap: 3rem;
  display: flex;
  align-items: center;
}
header nav ul li {
  position: relative;
}
header nav ul li a {
  color: #fff !important;
}
header nav ul li ul {
  top: 50px;
  left: -25px;
  width: 280px;
  display: block;
  margin-bottom: 0;
  position: absolute;
  padding: 0.5rem 1.25rem;
  list-style-type: none;
  background: rgba(0, 0, 0, 0.8);
  backdrop-filter: blur(24px);
  visibility: hidden;
  opacity: 0;
  transition: all 0.25s ease-in-out;
}
header nav ul li ul::before {
  content: "";
  top: -21px;
  left: 30px;
  width: 72px;
  height: 21px;
  display: block;
  position: absolute;
  background: #020b18;
  backdrop-filter: blur(24px);
  background: rgba(0, 0, 0, 0.8);
  clip-path: polygon(0 100%, 23% 100%, 50% 30%, 77% 100%, 100% 100%);
}
header nav ul li ul li a {
  padding: 1rem;
  display: block;
  font-size: 14px;
  border-bottom: 1px solid #fff;
}
header nav ul li ul li:last-of-type a {
  border-bottom: none;
}
header nav ul li:hover ul {
  opacity: 1;
  visibility: visible;
}
header nav .btns {
  gap: 2rem;
  display: flex;
  align-items: center;
}
header nav .btns .open_menu {
  width: 40px;
  height: 40px;
  display: flex;
  border: none;
  color: #000;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  background-color: #fff;
}
header nav .btns .open_menu svg {
  color: #000;
}
header nav .btns .open_menu:focus {
  outline: none;
}
header nav .btns .contact {
  width: 150px;
  border: none;
  background-color: #fff;
}
header .mainSwiper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
header .mainSwiper .swiper-slide {
  position: relative;
}
header .mainSwiper .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
header .mainSwiper .swiper-slide::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
}
header .mainSwiper .swiper-pagination {
  bottom: 2.5rem;
}
header .content {
  z-index: 2;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  color: #fff;
  padding: 0 4rem;
  text-align: center;
  transform: translate(-50%, -30%);
}
header .content h1 {
  font-size: 48px;
  margin-bottom: 2rem;
  font-family: "HeadFont";
  letter-spacing: 0.04em;
}
header .content p {
  width: 55%;
  margin: 0 auto;
  font-size: 18px;
}
header .content .filter_wrap {
  height: 82px;
  width: 100%;
  display: flex;
  margin: 8rem auto 0;
  justify-content: center;
}
header .content .filter_wrap .form-group {
  width: 100%;
  display: flex;
  padding: 1rem 1.5rem;
  text-align: left;
  margin-bottom: 0;
  flex-direction: column;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0.9294117647);
  border-right: 4px solid #fff;
}
header .content .filter_wrap .form-group label {
  display: block;
  font-size: 10px;
  color: #9d9795;
  font-family: "ApMedium";
  text-transform: uppercase;
}
header .content .filter_wrap .form-group select {
  width: 100%;
  border: none;
  font-size: 18px;
  background-color: transparent;
}
header .content .filter_wrap .form-group button {
  gap: 0.5rem;
  width: 215px;
  display: flex;
  align-items: center;
  text-transform: uppercase;
}
header.inner {
  height: 550px;
  background-size: cover;
  background-position: center;
}
header.inner::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2666666667);
}
header.inner .content h1 {
  margin-bottom: 1rem;
}
header.residential {
  background-image: url(../imgs/residential/main.png);
}
header.commercial {
  background-image: url(../imgs/commercial/main.png);
}
header.about {
  background-image: url(../imgs/about/main.png);
}
header.contact {
  background: url("../imgs/contact/background.png");
}
header.communities {
  background-image: url(../imgs/communities/main.png);
}
header.new_releases {
  background-image: url(../imgs/new-releases/main.png);
}
header.hospitality {
  background-image: url(../imgs/hospitality/main.png);
  background-position: left;
}
header.property_detail {
  background-image: url(../imgs/property-detail/main.png);
  background-position: left;
}
header.property_detail2 {
  height: unset !important;
}
header.property_detail2::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
}
header.property_detail2 nav ul li a {
  color: #1D1D1B !important;
}
header.property_detail2 nav .btns .contact {
  width: 150px;
  border: none;
  background-color: #1D1D1B;
  color: #fff;
}
header .mobile_menu {
  display: none;
  position: fixed;
  padding: 2rem;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  overflow: auto;
  backdrop-filter: blur(24px);
  background-color: rgba(0, 0, 0, 0.8);
}
header .mobile_menu .close_menu {
  padding: 0;
  border: none;
  display: block;
  cursor: pointer;
  margin-left: auto;
  background-color: transparent;
}
header .mobile_menu .close_menu:focus {
  outline: none;
}
header .mobile_menu .inner_box {
  gap: 3rem;
  width: 100%;
  height: 75vh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
header .mobile_menu .links li a {
  color: #fff;
  display: flex;
  font-size: 18px;
  align-items: center;
  padding: 1.5rem 0.75rem;
  justify-content: space-between;
  border-bottom: 1px solid #fff;
}
header .mobile_menu .links li a i {
  transition: transform 0.3s ease;
}
header .mobile_menu .links li a i.rotated {
  transform: rotate(90deg);
}
header .mobile_menu .links li.mobile_dropdown ul {
  display: none;
}
header .mobile_menu .links li.mobile_dropdown ul li a {
  font-size: 16px;
  padding: 0.75rem 0;
}
header .mobile_menu .social {
  gap: 2rem;
  display: flex;
}

.download_app {
  margin: 5rem 0;
  background: linear-gradient(180deg, #f8f4e8 0%, #ffffff 50%, #f8f4e8 100%);
}
.download_app .inner_box {
  gap: 5rem;
  display: flex;
  align-items: center;
}
.download_app .inner_box .img_box {
  width: 350px;
  min-width: 350px;
}
.download_app .inner_box .img_box img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.download_app .inner_box .content_box h2 {
  margin-bottom: 1.5rem;
}
.download_app .inner_box .content_box h3 {
  font-size: 20px;
  margin-bottom: 2.5rem;
  font-family: "HeadFont";
}
.download_app .inner_box .content_box .points li {
  gap: 1.25rem;
  font-size: 16px;
  display: flex;
  align-items: center;
  margin-bottom: 1.25rem;
}
.download_app .inner_box .content_box .apps {
  gap: 1rem;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0;
}

.overflow_slider {
  padding: 4rem 0;
}
.overflow_slider h2 {
  text-align: center;
  margin-bottom: 3rem;
}
.overflow_slider .overflowSwiper .img_box {
  height: 560px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.5rem;
}
.overflow_slider .overflowSwiper .img_box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.overflow_slider .overflowSwiper .content_box {
  gap: 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: 0.75s ease-in-out;
}
.overflow_slider .overflowSwiper .content_box h3 {
  font-size: 20px;
  margin-bottom: 1rem;
}
.overflow_slider .overflowSwiper .content_box p {
  font-size: 16px;
  margin-bottom: 0;
}
.overflow_slider .overflowSwiper .content_box a {
  width: 215px;
}
.overflow_slider .overflowSwiper .swiper-wrapper {
  padding-bottom: 3rem;
}
.overflow_slider .overflowSwiper .swiper-wrapper .swiper-slide .img_box img {
  height: 80%;
  transition: all 0.75s ease-in-out;
}
.overflow_slider .overflowSwiper .swiper-wrapper .swiper-slide .content_box {
  opacity: 0;
  visibility: hidden;
}
.overflow_slider .overflowSwiper .swiper-wrapper .swiper-slide.swiper-slide-active .img_box img {
  height: 100%;
}
.overflow_slider .overflowSwiper .swiper-wrapper .swiper-slide.swiper-slide-active .content_box {
  opacity: 1;
  visibility: visible;
}
.overflow_slider .overflowSwiper .swiper-pagination {
  bottom: 0;
}
.overflow_slider .overflowSwiper .swiper-pagination .swiper-pagination-bullet {
  background-color: #000;
}
.overflow_slider .overflowSwiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #FF8000;
}

.communities_slider {
  overflow: hidden;
}
.communities_slider .communitiesSwiper .img_box {
  height: 275px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 2rem;
}
.communities_slider .communitiesSwiper .img_box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.communities_slider .communitiesSwiper .content_box h4 {
  font-size: 20px;
  margin-bottom: 0.75rem;
}
.communities_slider .communitiesSwiper .content_box p {
  font-size: 14px;
  margin-bottom: 0.75rem;
}
.communities_slider .communitiesSwiper .content_box .icons_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.5rem;
}
.communities_slider .communitiesSwiper .content_box .icons_box .icon {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.communities_slider .communitiesSwiper .content_box .icons_box p {
  margin-bottom: 0;
}
@media (min-width: 1400px) {
  .communities_slider .communitiesSwiper .content_box .icons_box {
    gap: 2rem;
    justify-content: start !important;
  }
}
@media (max-width: 400px) {
  .communities_slider .communitiesSwiper .content_box .icons_box {
    flex-direction: column;
    gap: 1rem;
    justify-content: start !important;
    align-items: start !important;
  }
}
.communities_slider .communitiesSwiper .swiper-wrapper {
  padding-bottom: 3rem;
}
.communities_slider .communitiesSwiper .swiper-wrapper .swiper-slide .img_box img {
  height: 100%;
}
.communities_slider .communitiesSwiper .swiper-pagination {
  bottom: 0;
}
.communities_slider .communitiesSwiper .swiper-pagination .swiper-pagination-bullet {
  background-color: #000;
}
.communities_slider .communitiesSwiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #FF8000;
}

.available_units {
  padding: 2rem;
  overflow: hidden;
  position: relative;
  background-position: bottom;
  background-repeat: no-repeat;
  background-image: url(../imgs/residential/shape.png);
}
.available_units:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 740px;
  top: 0;
  left: 0;
  z-index: -1;
  background-image: linear-gradient(180deg, #fff, #f8f4e8);
}
.available_units .search_result {
  margin-bottom: 3rem;
}
.available_units .search_result h2 {
  font-size: 20px;
  color: #1d1d1b;
  margin-bottom: 0;
  font-family: "HeadFont";
}
.available_units .search_result .sort label {
  font-size: 16px;
  margin-bottom: 0;
  font-family: "ApBold";
}
.available_units .search_result .sort select {
  border: none;
  width: 120px;
  font-size: 16px;
  cursor: pointer;
  background-color: transparent;
}
.available_units .search_result .sort select:focus {
  outline: none;
}
.available_units .filter_btn {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
  justify-content: space-between;
}
.available_units .filter_btn span {
  font-size: 18px;
  font-family: "HeadFont";
}
.available_units .filter_btn button {
  gap: 0.5rem;
  border: none;
  color: #1D1D1B;
  display: flex;
  font-size: 14px;
  cursor: pointer;
  align-items: center;
  background: transparent;
}
.available_units .filter_btn button:focus {
  outline: none;
}
.available_units .filter {
  padding-right: 2rem;
}
.available_units .filter .form-group {
  margin-bottom: 2rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #1D1D1B;
}
.available_units .filter .form-group label {
  display: block;
  font-size: 14px;
  margin-bottom: 1rem;
  font-family: "ApBold";
}
.available_units .filter .form-group select {
  width: 100%;
  border: none;
  cursor: pointer;
  font-size: 14px;
  background-color: transparent;
}
.available_units .filter .form-group select:focus {
  outline: none;
}
.available_units .filter .form-group input {
  width: 100%;
  border: none;
  text-align: center;
  background: transparent;
}
.available_units .filter .form-group input:focus {
  outline: none;
}
.available_units .filter .form-group .btns {
  display: flex;
  justify-content: space-between;
}
.available_units .filter .form-group .btns a img {
  width: 8px;
}
.available_units .filter .form-group .price_range {
  display: flex;
}
.available_units .filter .results {
  gap: 1rem;
  display: flex;
  flex-wrap: wrap;
}
.available_units .filter .results .result {
  gap: 1rem;
  height: 40px;
  color: #fff;
  display: flex;
  font-size: 14px;
  padding: 0 1rem;
  align-items: center;
  border-radius: 20px;
  background-color: #989691;
}
.available_units .filter .results .result button {
  opacity: 1;
  padding: 0;
  border: none;
  display: flex;
  color: #fff;
  align-items: center;
  background-color: transparent;
}
.available_units .filter .results .result button img {
  width: 10px;
}
.available_units .boxes {
  display: grid;
  gap: 3rem 2rem;
  grid-template-columns: repeat(3, 1fr);
}
.available_units .boxes .inner_box .img_box {
  height: 285px;
  margin-bottom: 1.75rem;
}
.available_units .boxes .inner_box .img_box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.available_units .boxes .inner_box .content_box h3 {
  font-size: 20px;
  margin-bottom: 0;
  font-family: "HeadFont";
}
.available_units .boxes .inner_box .content_box ul {
  gap: 1rem;
  display: flex;
  flex-wrap: wrap;
  margin: 1.25rem 0;
  justify-content: space-between;
}
.available_units .boxes .inner_box .content_box ul li {
  gap: 0.5rem;
  display: flex;
  font-size: 14px;
  align-items: center;
  flex: 1 1 auto;
}
.available_units .boxes .inner_box .content_box ul li:first-child, .available_units .boxes .inner_box .content_box ul li:last-child {
  width: 100%;
  flex: 0 0 100%;
}
.available_units .boxes .inner_box .content_box .btns {
  gap: 1rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.available_units .boxes .inner_box .content_box .btns .view {
  border: 1px solid #fff;
  background-color: #fff;
}
.available_units .boxes .inner_box .content_box .btns .book {
  background-color: transparent;
}

.portfolio_section {
  padding: 4rem 2rem;
  text-align: center;
}
.portfolio_section h2 {
  margin-bottom: 2rem;
}
.portfolio_section > p {
  margin-bottom: 0;
}
.portfolio_section .boxes {
  gap: 2rem;
  display: grid;
  margin-top: 3rem;
  grid-template-columns: repeat(4, 1fr);
}
.portfolio_section .boxes .inner_box .img_box {
  height: 550px;
  margin-bottom: 2rem;
}
.portfolio_section .boxes .inner_box .img_box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.portfolio_section .boxes .inner_box h3 {
  font-size: 30px;
  font-family: "HeadFont";
}
.portfolio_section .boxes .inner_box p {
  font-size: 16px;
  margin: 1rem 0 0;
}
.portfolio_section .boxes .inner_box a {
  width: 215px;
  margin: 2rem auto 0;
}

.rent_with_awrp {
  padding: 4rem;
  text-align: center;
}
.rent_with_awrp h2 {
  margin-bottom: 1.5rem;
}
.rent_with_awrp .features {
  gap: 1rem;
  display: flex;
  margin-top: 3rem;
  justify-content: space-between;
}
.rent_with_awrp .features .inner_box img {
  margin-bottom: 1.25rem;
}
.rent_with_awrp .features .inner_box h3 {
  font-size: 20px;
  font-family: "ApBold";
}

footer {
  padding: 3rem 4rem;
  background-color: #1D1D1B;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  background-blend-mode: hard-light;
  background-image: url("../imgs/home/footerBg.png");
}
footer form {
  display: flex;
}
footer form input,
footer form button {
  width: 100%;
  height: 45px;
  padding: 1rem;
  color: #fff;
  font-size: 14px;
  border: 1px solid #fff;
  background-color: transparent;
}
footer form input::-moz-placeholder, footer form button::-moz-placeholder {
  color: #fff;
}
footer form input::placeholder,
footer form button::placeholder {
  color: #fff;
}
footer form input:focus,
footer form button:focus {
  outline: none;
}
footer form button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 215px;
  font-size: 13px;
  cursor: pointer;
  white-space: nowrap;
}
footer .social {
  gap: 2rem;
  display: flex;
  margin-top: 0.5rem;
  justify-content: flex-end;
}
footer .content {
  gap: 1rem;
  display: grid;
  margin-top: 4rem;
  padding-left: 10rem;
  grid-template-columns: repeat(6, 1fr);
}
footer .content h2 {
  color: #fff;
  font-size: 20px;
  margin-bottom: 1.5rem;
  font-family: "ApBold";
}
footer .content .links li a {
  color: #fff;
  display: flex;
  font-size: 14px;
  margin-bottom: 0.5rem;
}

.pagination {
  gap: 1.25rem;
  display: flex;
  margin-top: 3rem;
  align-items: center;
  justify-content: center;
}
.pagination a {
  display: flex;
}
.pagination a.prev {
  transform: rotate(-180deg);
}
.pagination a.active {
  font-family: "ApBold";
}

.section_cta {
  padding: 4rem 1rem;
  text-align: center;
  position: relative;
}
.section_cta::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 700px;
  background: linear-gradient(180deg, #f8f4e8 0%, #ffffff 49.04%, #f8f4e8 100%);
  z-index: -1;
}
.section_cta h2 {
  color: #1d1d1b;
  margin-bottom: 1.75rem;
}
.section_cta p {
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 2.25em;
}
.section_cta .main-btn {
  width: 215px;
  margin: 0 auto;
}

.FAQs {
  padding: 4rem 0 6rem;
}
.FAQs h2 {
  margin-bottom: 1.75rem;
  text-align: center;
}
.FAQs .content_box .center_position {
  display: flex;
  justify-content: center;
  align-items: center;
}
.FAQs .content_box .center_position .inner_box {
  gap: 1rem;
  display: flex;
  padding: 1.8rem 0;
  align-items: center;
  cursor: pointer;
  justify-content: space-between;
  border-bottom: 1px solid #1D1D1B;
  width: 50%;
}
.FAQs .content_box .center_position .inner_box h3 {
  font-size: 18px;
  margin-bottom: 0;
}
.FAQs .content_box .center_position .inner_box p {
  display: none;
  font-size: 14px;
  margin-bottom: 0;
  margin-top: 0.75rem;
}
.FAQs .content_box .center_position .inner_box .acc-arrow {
  transition: transform 0.5s ease;
}
.FAQs .content_box .center_position .inner_box.is-open p {
  display: flex;
}
.FAQs .content_box .center_position .inner_box.is-open .acc-arrow {
  transform: rotate(180deg);
}

@media (max-width: 992px) {
  .FAQs {
    padding: 4rem 1rem;
  }
  .FAQs .content_box .center_position .inner_box {
    width: 100%;
  }
}
.booking_popup {
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.8);
}
.booking_popup .inner_popup {
  position: relative;
  display: flex;
  height: 90%;
  width: 90%;
  top: 50%;
  left: 50%;
  align-items: center;
  background-color: #F8F4E8;
  transform: translate(-50%, -50%);
}
.booking_popup .inner_popup .close_popup {
  position: absolute;
  top: 1.5rem;
  right: 1rem;
  width: 50px;
  height: 50px;
  border: none;
  cursor: pointer;
  background-color: #fff;
}
.booking_popup .inner_popup .close_popup:focus {
  outline: none;
}
.booking_popup .inner_popup .content_box {
  height: 100%;
  display: flex;
  padding: 1rem 4rem;
  flex-direction: column;
  justify-content: center;
}
.booking_popup .inner_popup .content_box h2 {
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 2rem;
}
.booking_popup .inner_popup .content_box p {
  font-size: 14px;
  text-align: center;
  margin-bottom: 0.5rem;
}
.booking_popup .inner_popup .content_box .form-group {
  margin-bottom: 1.5rem;
}
.booking_popup .inner_popup .content_box input,
.booking_popup .inner_popup .content_box textarea {
  border: none;
  border-radius: 0;
  padding: 0 0 1rem;
  background-color: transparent;
  border-bottom: 1px solid #1D1D1B;
}
.booking_popup .inner_popup .content_box input::-moz-placeholder, .booking_popup .inner_popup .content_box textarea::-moz-placeholder {
  color: #1D1D1B;
}
.booking_popup .inner_popup .content_box input::placeholder,
.booking_popup .inner_popup .content_box textarea::placeholder {
  color: #1D1D1B;
}
.booking_popup .inner_popup .content_box textarea {
  height: 153px;
  padding: 1rem;
  resize: none;
  border: 1px solid #1D1D1B;
}
.booking_popup .inner_popup .content_box input[type=submit],
.booking_popup .inner_popup .content_box button {
  width: 320px;
  height: 55px;
  font-size: 18px;
  margin: 0 auto 1rem;
  border: 1px solid #1D1D1B;
  background-color: transparent;
}
.booking_popup .inner_popup .content_box .select_wrap {
  gap: 2rem;
  display: flex;
  padding-bottom: 1rem;
  align-items: baseline;
  border-bottom: 1px solid #1D1D1B;
}
.booking_popup .inner_popup .content_box .select_wrap label {
  white-space: nowrap;
}
.booking_popup .inner_popup .content_box .select_wrap select {
  width: 100%;
  border: 0;
  outline: none;
  font-size: 14px;
  color: #646464;
  font-family: "ApBold";
  background-color: transparent;
}
.booking_popup .inner_popup .content_box .select_wrap select option {
  color: #1D1D1B;
  font-size: 14px;
  font-weight: 700;
}
.booking_popup .inner_popup .img_box {
  height: 100%;
  width: 33.3%;
  min-width: 33.3%;
}
.booking_popup .inner_popup .img_box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

html {
  scroll-behavior: smooth;
}

body {
  color: #1D1D1B;
  font-family: "ApRegular";
  background-color: #F8F4E8;
}

::-webkit-scrollbar {
  width: 6px;
}

::-webkit-scrollbar-track {
  background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
  background: black;
}

::-webkit-scrollbar-thumb:hover {
  background: #555;
}

a {
  color: #000;
  text-decoration: none !important;
}
a:hover {
  color: #000;
}

ul {
  padding-right: 0;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

.obj-cover {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.swiper {
  position: relative;
  overflow: hidden;
}
.swiper .swiper-slide {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.swiper-pagination {
  gap: 1.5rem;
  display: flex;
  justify-content: center;
}
.swiper-pagination .swiper-pagination-bullet {
  opacity: 1;
  width: 66px;
  height: 4px;
  border-radius: 0;
  margin: 0 !important;
  background-color: rgba(255, 255, 255, 0.4);
}
.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #fff;
}

.mainTitle {
  font-size: 36px;
  font-family: "HeadFont";
}

.main-btn {
  height: 43px;
  color: #1D1D1B;
  display: flex;
  font-size: 13px;
  cursor: pointer;
  position: relative;
  align-items: center;
  justify-content: center;
  border: 1px solid #000 !important;
  transition: all 0.35s ease-in-out;
}
.main-btn::before {
  content: "";
  position: absolute;
  inset: 0;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 0.35s ease;
}
.main-btn {
  /* LEFT + RIGHT LINES */
}
.main-btn::after {
  content: "";
  position: absolute;
  inset: 0;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
  transform: scaleY(0);
  transform-origin: center;
  transition: transform 0.35s ease;
}
.main-btn:hover {
  color: #FF8000;
}
.main-btn:hover::before {
  transform: scaleX(1);
}
.main-btn:hover::after {
  transform: scaleY(1);
}

.arrows button {
  border: none;
  cursor: pointer;
  background: none;
}

.img-zoom {
  overflow: hidden;
}
.img-zoom img {
  transform: scale(1);
  filter: brightness(1) contrast(1);
  transition: transform 1500ms cubic-bezier(0.2, 0.85, 0.2, 1), filter 1500ms cubic-bezier(0.2, 0.85, 0.2, 1);
  will-change: transform, filter;
}
.img-zoom:hover img {
  transform: scale(1.1);
  filter: brightness(0.92) contrast(1.05);
}

.home_page {
  overflow: hidden;
}
.home_page .our_works {
  gap: 1.5rem;
  display: grid;
  padding: 7.5rem 1.5rem;
  background-size: cover;
  background-repeat: no-repeat;
  grid-template-columns: repeat(3, 1fr);
  background-image: url(../imgs/home/our-works-bg.png);
}
.home_page .our_works .inner_box {
  text-align: center;
}
.home_page .our_works .inner_box .img_box {
  height: 600px;
  margin-bottom: 2rem;
}
.home_page .our_works .inner_box .img_box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.home_page .our_works .inner_box .content_box h2 {
  font-size: 30px;
  margin-bottom: 0;
  font-family: "HeadFont";
}
.home_page .our_works .inner_box .content_box p {
  font-size: 16px;
  margin: 1rem 0 1.75rem;
}
.home_page .our_works .inner_box .content_box a {
  width: 215px;
  margin: 0 auto;
}
.home_page .residential_options {
  padding: 4rem;
  position: relative;
  background-repeat: no-repeat;
  background-image: url(../imgs/home/options-bg.png);
}
.home_page .residential_options .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: linear-gradient(180deg, #f8f4e8 0%, #ffffff 50%, #f8f4e8 100%);
}
.home_page .residential_options h2 {
  width: 80%;
  margin-bottom: 2.5rem;
}
.home_page .residential_options .tabs li {
  font-size: 16px;
  cursor: pointer;
  width: -moz-max-content;
  width: max-content;
  margin-bottom: 2rem;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid transparent;
}
.home_page .residential_options .tabs li.active {
  border-bottom: 1px solid #1D1D1B;
}
.home_page .residential_options .tabs_content {
  display: none;
}
.home_page .residential_options .tabs_content.active {
  display: block;
}
.home_page .residential_options .tabs_content .residentialOptionsSwiper {
  position: relative;
}
.home_page .residential_options .tabs_content .residentialOptionsSwiper img {
  width: 100%;
}
.home_page .residential_options .tabs_content .residentialOptionsSwiper .arrows {
  gap: 1rem;
  display: flex;
  position: absolute;
  right: 1.5rem;
  bottom: 1.5rem;
  z-index: 2;
}
.home_page .residential_options .tabs_content .content {
  gap: 1rem;
  display: flex;
  margin-top: 1rem;
  align-items: center;
  justify-content: space-between;
}
.home_page .residential_options .tabs_content .content h3 {
  font-size: 20px;
  margin-bottom: 0.5rem;
}
.home_page .residential_options .tabs_content .content ul {
  gap: 0.5rem 2rem;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0;
}
.home_page .residential_options .tabs_content .content ul li {
  gap: 0.5rem;
  display: flex;
  align-items: center;
}
.home_page .residential_options .tabs_content .content a {
  width: 215px;
}
.home_page .commercial_spaces {
  padding: 4rem;
}
.home_page .commercial_spaces .img_box {
  position: relative;
  overflow: hidden;
}
.home_page .commercial_spaces .img_box img {
  width: 100%;
}
.home_page .commercial_spaces .img_box .badge {
  position: absolute;
  top: 2rem;
  left: -3rem;
  width: 200px;
  color: #fff;
  font-size: 16px;
  padding: 0.4rem;
  border-radius: 0;
  font-weight: normal;
  font-family: "ApBold";
  transform: rotate(-45deg);
  background-color: #a82444;
}
.home_page .commercial_spaces .img_box .badge span {
  display: block;
}
.home_page .commercial_spaces .content_box {
  padding-left: 4rem;
}
.home_page .commercial_spaces .content_box h2 {
  margin-bottom: 2rem;
}
.home_page .commercial_spaces .content_box h2 span {
  display: block;
}
.home_page .commercial_spaces .content_box p {
  width: 80%;
  font-size: 16px;
  margin-bottom: 2.35rem;
}
.home_page .commercial_spaces .content_box .inner_box {
  gap: 1rem;
  display: flex;
  padding: 1.8rem 0;
  align-items: center;
  cursor: pointer;
  justify-content: space-between;
  border-bottom: 1px solid #1D1D1B;
}
.home_page .commercial_spaces .content_box .inner_box h3 {
  font-size: 20px;
  margin-bottom: 0;
}
.home_page .commercial_spaces .content_box .inner_box ul {
  display: none;
  flex-wrap: wrap;
  gap: 0.5rem 2rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
.home_page .commercial_spaces .content_box .inner_box ul li {
  gap: 0.5rem;
  display: flex;
  align-items: center;
}
.home_page .commercial_spaces .content_box .inner_box .acc-arrow {
  transition: transform 0.5s ease;
}
.home_page .commercial_spaces .content_box .inner_box.is-open ul {
  display: flex;
}
.home_page .commercial_spaces .content_box .inner_box.is-open .acc-arrow {
  transform: rotate(180deg);
}
.home_page .commercial_spaces .content_box a {
  width: 380px;
  margin-top: 4rem;
}
.home_page .community_experience {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  background-image: url(../imgs/home/community-bg.png);
}
.home_page .community_experience:after {
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 235px;
  position: absolute;
  background: linear-gradient(180deg, rgba(248, 244, 232, 0) 0%, #f8f4e8 100%);
}
.home_page .our_footprint {
  padding: 4rem;
}
.home_page .our_footprint h2 {
  margin-bottom: 2rem;
}
.home_page .our_footprint h2 span {
  display: block;
}
.home_page .our_footprint .map_parent {
  position: relative;
}
.home_page .our_footprint .map_parent .map_wrapper {
  width: 666px;
  margin-left: auto;
  position: relative;
}
.home_page .our_footprint .map_parent .map_wrapper img {
  width: 100%;
}
.home_page .our_footprint .map_parent .map_wrapper ul .point {
  position: absolute;
  width: 30px;
  height: 30px;
  z-index: 1;
  cursor: pointer;
  border-radius: 50%;
  border: 8px solid #fff;
  background-color: #989691;
  transition: all 0.25s ease-in-out;
  display: grid;
  place-items: center;
  overflow: visible;
  z-index: 2;
}
.home_page .our_footprint .map_parent .map_wrapper ul .point::after {
  content: "";
  position: absolute;
  inset: -10px;
  border-radius: inherit;
  background: rgba(255, 128, 0, 0.35);
  transform: scale(0.6);
  opacity: 0;
  pointer-events: none;
}
.home_page .our_footprint .map_parent .map_wrapper ul .point::before {
  content: "";
  display: none;
  position: absolute;
  background-repeat: no-repeat;
}
.home_page .our_footprint .map_parent .map_wrapper ul .point.active, .home_page .our_footprint .map_parent .map_wrapper ul .point:hover {
  width: 49px;
  height: 49px;
  background-color: #FF8000;
}
.home_page .our_footprint .map_parent .map_wrapper ul .point.active::after {
  opacity: 1;
  animation: pulseRing 1.6s ease-out infinite;
}
.home_page .our_footprint .map_parent .map_wrapper ul .point.active {
  z-index: 1;
}
.home_page .our_footprint .map_parent .map_wrapper ul .point.active:before {
  display: block;
}
.home_page .our_footprint .map_parent .map_wrapper ul .point.point-1 {
  top: 75px;
  right: 85px;
}
.home_page .our_footprint .map_parent .map_wrapper ul .point.point-1:before {
  right: 20px;
  bottom: 18px;
  width: 175px;
  height: 20px;
  background-image: url(../imgs/icons/point-1.svg);
}
.home_page .our_footprint .map_parent .map_wrapper ul .point.point-2 {
  top: 115px;
  right: 122px;
}
.home_page .our_footprint .map_parent .map_wrapper ul .point.point-2:before {
  right: 20px;
  bottom: 22px;
  width: 175px;
  height: 40px;
  background-image: url(../imgs/icons/point-2.svg);
}
.home_page .our_footprint .map_parent .map_wrapper ul .point.point-3 {
  top: 160px;
  right: 170px;
}
.home_page .our_footprint .map_parent .map_wrapper ul .point.point-3:before {
  right: 20px;
  bottom: 30px;
  width: 175px;
  height: 105px;
  background-image: url(../imgs/icons/point-3.svg);
}
.home_page .our_footprint .map_parent .map_wrapper ul .point.point-4 {
  top: 275px;
  right: 245px;
}
.home_page .our_footprint .map_parent .map_wrapper ul .point.point-4:before {
  right: 0px;
  bottom: 30px;
  width: 130px;
  height: 240px;
  background-image: url(../imgs/icons/point-4.svg);
}
.home_page .our_footprint .map_parent .map_wrapper ul .point.point-5 {
  top: 180px;
  right: 5px;
}
.home_page .our_footprint .map_parent .map_wrapper ul .point.point-5:before {
  right: 20px;
  bottom: 25px;
  width: 350px;
  height: 150px;
  background-image: url(../imgs/icons/point-5.svg);
}
.home_page .our_footprint .map_parent .map_wrapper ul .point.point-6 {
  top: 295px;
  right: 65px;
}
.home_page .our_footprint .map_parent .map_wrapper ul .point.point-6:before {
  right: 20px;
  bottom: 15px;
  width: 175px;
  height: 105px;
  background-image: url(../imgs/icons/point-6.svg);
}
.home_page .our_footprint .map_parent .content {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 40%;
  margin-top: 1.5rem;
}
.home_page .our_footprint .map_parent .content h3 {
  font-size: 24px;
  font-family: "ApBold";
  margin-bottom: 1.5rem;
}
.home_page .our_footprint .map_parent .content p {
  font-size: 16px;
  margin-bottom: 1.5rem;
}
.home_page .our_footprint .map_parent .content a {
  width: 215px;
}
.home_page .our_footprint .map_parent .content.active {
  display: block;
}
.home_page .our_footprint .slider {
  padding-left: 4rem;
}
.home_page .our_footprint .footPrintSwiper .img_box {
  height: 700px;
}
.home_page .our_footprint .footPrintSwiper .img_box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.home_page .our_footprint .footPrintSwiper .arrows {
  gap: 1rem;
  display: flex;
  position: absolute;
  left: 1.5rem;
  bottom: 1.5rem;
  z-index: 2;
}
.home_page .built_for_tomorrow {
  color: #fff;
  height: 500px;
  padding: 0 4rem;
  margin: 12rem 0;
  display: flex;
  align-items: center;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../imgs/home/built-for-tomorrow.png);
}
.home_page .built_for_tomorrow .row {
  width: 100%;
}
.home_page .built_for_tomorrow h2 {
  margin-bottom: 2rem;
}
.home_page .built_for_tomorrow p {
  font-size: 16px;
  margin-bottom: 0;
}
.home_page .built_for_tomorrow .builtSwiper .swiper-wrapper {
  padding: 5rem 0;
}
.home_page .built_for_tomorrow .builtSwiper .swiper-wrapper .swiper-slide {
  transform: translateY(0);
  transition: 0.2s ease-in-out;
}
.home_page .built_for_tomorrow .builtSwiper .swiper-wrapper .swiper-slide .img_box {
  height: 700px;
}
.home_page .built_for_tomorrow .builtSwiper .swiper-wrapper .swiper-slide .img_box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  pointer-events: none;
  position: relative;
  display: block;
  will-change: transform;
}
.home_page .built_for_tomorrow .builtSwiper .swiper-wrapper .swiper-slide:nth-child(4n+2) {
  transform: translateY(-55px);
}
.home_page .built_for_tomorrow .builtSwiper .swiper-wrapper .swiper-slide:nth-child(4n+3) {
  transform: translateY(55px);
}
.home_page .built_for_tomorrow .builtSwiper .swiper-wrapper .swiper-slide:nth-child(4n) {
  transform: translateY(0);
}

.residential_page {
  overflow: hidden;
}
.residential_page .featured_residential {
  position: relative;
}
.residential_page .featured_residential:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 500px;
  z-index: -1;
  background: linear-gradient(to bottom, #f8f4e8, #ffffff, #f8f4e8);
}

.commercial_page .commercial_units .boxes {
  grid-template-columns: repeat(2, 1fr);
}
.commercial_page .overflow_slider h2 {
  margin-bottom: 1.5rem;
}
.commercial_page .overflow_slider p {
  margin-bottom: 2.5rem;
}
.commercial_page .ways_to_work {
  padding: 4rem;
  text-align: center;
}
.commercial_page .ways_to_work h2 {
  margin-bottom: 3rem;
}
.commercial_page .ways_to_work .boxes {
  gap: 2rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.commercial_page .ways_to_work .boxes .inner_box .img_box {
  height: 550px;
  margin-bottom: 2rem;
}
.commercial_page .ways_to_work .boxes .inner_box .img_box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.commercial_page .ways_to_work .boxes .inner_box h3 {
  font-size: 30px;
  font-family: "HeadFont";
}
.commercial_page .ways_to_work .boxes .inner_box p {
  font-size: 16px;
  margin: 1rem 0 1.75rem;
}
.commercial_page .ways_to_work .boxes .inner_box a {
  width: 215px;
  margin: 0 auto;
}

.about_page {
  overflow: hidden;
}
.about_page .main-btn {
  width: 215px;
  margin: 0 auto;
}
.about_page .who_we_are {
  padding: 3rem 1rem;
  text-align: center;
}
.about_page .who_we_are h2 {
  margin-bottom: 2rem;
}
.about_page .who_we_are p {
  margin-bottom: 0;
}
.about_page .our_approach {
  padding: 4rem;
  background: url(../imgs/about/approach.png);
  background-size: cover;
  backdrop-filter: blur(4px);
}
.about_page .our_approach .text {
  text-align: center;
  margin-bottom: 4rem;
}
.about_page .our_approach .text h2 {
  margin-bottom: 1rem;
}
.about_page .our_approach h3 {
  font-size: 28px;
  color: #1D1D1B;
  font-weight: 400;
  margin-bottom: 3rem;
}
.about_page .our_approach .info {
  display: flex;
  gap: 3rem;
  align-items: center;
  margin-bottom: 3rem;
}
.about_page .our_approach .info img {
  width: 60px;
  height: 60px;
}
.about_page .our_approach .info h4 {
  font-size: 20px;
  color: #1D1D1B;
  font-weight: 700;
  margin-bottom: 0;
}
.about_page .the_awrp_way {
  padding: 4rem;
}
.about_page .the_awrp_way .second-col {
  padding: 0 4rem;
}
.about_page .the_awrp_way .second-col h2 {
  margin-bottom: 2rem;
}
.about_page .the_awrp_way .second-col p {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .about_page .the_awrp_way {
    padding: 2rem 1rem !important;
  }
}

@media (max-width: 990px) {
  br {
    display: none;
  }
}
@media (max-width: 470px) {
  .about_page {
    overflow: hidden;
  }
  .about_page .main-btn {
    width: 100% !important;
  }
}
.contact_page .contact-details {
  padding: 4rem 4rem 9rem;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background: url("../imgs/contact/section.png");
}
.contact_page .contact-details .content_wrap {
  position: relative;
  z-index: 2;
}
.contact_page .contact-details .content_wrap h2 {
  margin-bottom: 3rem;
}
.contact_page .contact-details .content_wrap form {
  margin-top: 2rem;
}
.contact_page .contact-details .content_wrap form .no_border {
  border-bottom: 0 !important;
  padding-bottom: 0 !important;
}
.contact_page .contact-details .content_wrap form .form-group {
  margin-bottom: 2rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #1D1D1B;
}
.contact_page .contact-details .content_wrap form .form-group label {
  font-size: 14px;
  color: #1D1D1B;
  display: block;
  font-weight: 400;
  margin-bottom: 0;
  white-space: nowrap;
}
.contact_page .contact-details .content_wrap form .form-group input,
.contact_page .contact-details .content_wrap form .form-group textarea {
  border: 0;
  width: 100%;
  outline: none;
  background-color: transparent;
}
.contact_page .contact-details .content_wrap form .form-group input::-moz-placeholder, .contact_page .contact-details .content_wrap form .form-group input::-moz-placeholder, .contact_page .contact-details .content_wrap form .form-group textarea::-moz-placeholder, .contact_page .contact-details .content_wrap form .form-group textarea::-moz-placeholder {
  font-size: 14px;
  font-weight: 400;
  color: #1d1d1b;
}
.contact_page .contact-details .content_wrap form .form-group input::placeholder, .contact_page .contact-details .content_wrap form .form-group input::placeholder,
.contact_page .contact-details .content_wrap form .form-group textarea::placeholder,
.contact_page .contact-details .content_wrap form .form-group textarea::placeholder {
  font-size: 14px;
  font-weight: 400;
  color: #1d1d1b;
}
.contact_page .contact-details .content_wrap form .form-group textarea {
  height: 145px;
  resize: none;
  border: 1px solid #1d1d1b;
  padding: 1rem;
}
.contact_page .contact-details .content_wrap form .form-group .select_wrap {
  gap: 2rem;
  display: flex;
  align-items: baseline;
}
.contact_page .contact-details .content_wrap form .form-group .select_wrap select {
  width: 304px;
  border: 0;
  outline: none;
  font-size: 14px;
  font-family: "ApBold";
  background-color: transparent;
  font-weight: 700;
  color: #646464;
}
.contact_page .contact-details .content_wrap form button {
  background: transparent;
}
.contact_page .contact-details .content_wrap form .contact_box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
}
.contact_page .contact-details .content_wrap .main-btn {
  width: 300px;
  height: 50px;
  font-size: 16px;
  margin: 0 auto 1rem;
  font-family: "ApMedium";
}
.contact_page .contact-details .content_wrap h5 {
  font-size: 14px;
  color: #1D1D1B;
  text-align: center;
}
.contact_page .contact-details .content_wrap h5:last-of-type {
  margin-top: 0;
}
.contact_page .contact-details .content_wrap .details {
  height: 170px;
  background: #fff;
  padding: 1rem 3rem;
  display: flex;
  align-items: center;
  gap: 3rem;
  margin-bottom: 2rem;
}
.contact_page .contact-details .content_wrap .details:last-of-type {
  margin-bottom: 0;
}
.contact_page .contact-details .content_wrap .details > div {
  width: 100%;
}
.contact_page .contact-details .content_wrap .details span {
  display: block;
  font-size: 22px;
  font-weight: 700;
  color: #1d1d1b;
  margin-bottom: 0.25rem;
}
.contact_page .contact-details .content_wrap .details p,
.contact_page .contact-details .content_wrap .details a {
  font-size: 16px;
  font-weight: 400;
  color: #1d1d1b;
  width: 220px;
  display: block;
  margin-bottom: 0;
}
.contact_page .contact-details .content_wrap .details_box {
  display: flex;
  gap: 1rem;
  margin-bottom: 2rem;
}
.contact_page .contact-details .content_wrap .details_box:last-of-type {
  margin-bottom: 0;
}
.contact_page .contact-details .content_wrap .details_box img {
  width: 25px;
  height: 25px;
}
.contact_page .contact-details .content_wrap .details_box span {
  display: block;
  font-size: 14px;
  font-weight: 700;
  color: #1d1d1b;
}
.contact_page .contact-details .content_wrap .details_box p,
.contact_page .contact-details .content_wrap .details_box a {
  font-size: 14px;
  font-weight: 400;
  color: #1d1d1b;
  display: block;
  margin-bottom: 0;
}
.contact_page .contact-details .contact-details-shape {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 600px;
  display: flex;
  align-items: flex-end;
  background: linear-gradient(180deg, rgba(217, 217, 217, 0) 0%, #f8f4e8 100%);
}
.contact_page .location {
  padding: 0;
}
.contact_page .location h2 {
  text-align: center;
  margin-bottom: 3rem;
}
.contact_page .careers {
  padding: 4rem;
  position: relative;
}
.contact_page .careers::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 700px;
  background: linear-gradient(180deg, #f8f4e8 0%, #ffffff 49.04%, #f8f4e8 100%);
  z-index: -1;
}
.contact_page .careers h2 {
  color: #1d1d1b;
  margin-bottom: 1.75rem;
}
.contact_page .careers p {
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 2.25em;
}
.contact_page .careers .main-btn {
  width: 215px;
}
@media (max-width: 992px) {
  .contact_page .careers {
    padding: 2rem 1rem;
  }
  .contact_page .careers .img-zoom {
    margin-top: 1rem;
  }
}

@media (max-width: 992px) {
  br {
    display: none;
  }
}
.communities_page .communities_neighbourhood {
  padding: 4rem 0 24rem;
  position: relative;
  background-size: cover;
  background: url(../imgs/home/our-works-bg.png) no-repeat;
}
.communities_page .communities_neighbourhood::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1200px;
  top: 0;
  left: 0;
  background: inherit;
  filter: blur(100px);
  pointer-events: none;
  transform: scale(1.15);
  -webkit-mask-image: linear-gradient(180.17deg, transparent 54.69%, #000 94.92%);
  mask-image: linear-gradient(180.17deg, transparent 54.69%, #000 94.92%);
}
.communities_page .communities_neighbourhood h2 {
  font-size: 16px;
  color: #1D1D1B;
  text-align: center;
  margin-bottom: 3rem;
  padding: 0 1rem;
}
.communities_page .communities_neighbourhood h3 {
  color: #1D1D1B;
  text-align: center;
  margin-bottom: 3rem;
}
.communities_page .our_works {
  gap: 1.5rem;
  display: grid;
  padding: 2rem 1.5rem;
  margin-top: -20rem;
  grid-template-columns: repeat(3, 1fr);
}
.communities_page .our_works .inner_box {
  text-align: center;
}
.communities_page .our_works .inner_box .img_box {
  height: 600px;
  margin-bottom: 2rem;
}
.communities_page .our_works .inner_box .img_box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.communities_page .our_works .inner_box .content_box {
  padding: 0 3rem;
}
.communities_page .our_works .inner_box .content_box h2 {
  font-size: 30px;
  margin-bottom: 0;
  font-family: "HeadFont";
}
.communities_page .our_works .inner_box .content_box p {
  font-size: 16px;
  margin: 1rem 0 1.75rem;
}
.communities_page .our_works .inner_box .content_box a {
  width: 215px;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .communities_page .our_works {
    padding: 2rem 1rem;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .communities_page .our_works {
    padding: 2rem 1rem;
    grid-template-columns: 1fr;
  }
}
.communities_page .find_community {
  position: relative;
  padding: 2rem 1rem;
  text-align: center;
}
.communities_page .find_community::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  background: linear-gradient(180deg, #f8f4e8 0%, #ffffff 49.04%, #f8f4e8 100%);
}
.communities_page .find_community h2 {
  margin-bottom: 1rem;
}
.communities_page .find_community p {
  font-size: 16px;
  margin-bottom: 1rem;
}
.communities_page .find_community a {
  width: 215px;
  margin: 0 auto;
}

.new_releases_page h2 {
  color: #1D1D1B;
}
.new_releases_page .explore {
  padding: 3rem 1rem;
  text-align: center;
}
.new_releases_page .explore p {
  margin-bottom: 0;
}
.new_releases_page .featured {
  padding: 4rem;
  background: url(../imgs/new-releases/section.png);
  background-size: cover;
  backdrop-filter: blur(4px);
}
.new_releases_page .featured .content_box {
  padding-left: 4rem;
}
.new_releases_page .featured .content_box h2 {
  margin-bottom: 2rem;
}
.new_releases_page .featured .content_box p {
  color: #1D1D1B;
  margin-bottom: 2rem;
  font-size: 16px;
}
.new_releases_page .featured .content_box .main-btn {
  width: 215px;
}
@media (max-width: 992px) {
  .new_releases_page .featured {
    padding: 4rem 1rem;
  }
  .new_releases_page .featured .main-btn {
    margin-bottom: 3rem;
  }
}
.new_releases_page .new_releases_units .boxes {
  grid-template-columns: repeat(3, 1fr);
}
.new_releases_page .new_releases_units .boxes .img_box {
  position: relative;
  overflow: hidden;
}
.new_releases_page .new_releases_units .boxes .img_box .limited_availability {
  position: absolute;
  top: 31px;
  left: -46px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #a82444;
  color: #fff;
  font-size: 14px;
  width: 198px;
  height: 45px;
  rotate: -45deg;
  text-align: center;
}
.new_releases_page .new_releases_units .boxes .img_box .limited_availability span {
  display: block;
}
.new_releases_page .new_releases_units .boxes .btns {
  grid-template-columns: repeat(1, 1fr) !important;
}
.new_releases_page .new_releases_units .boxes ul {
  display: grid !important;
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 992px) {
  .new_releases_page .new_releases_units .boxes ul {
    display: flex !important;
  }
}
.new_releases_page .gallery {
  position: relative;
}
.new_releases_page .gallery:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 500px;
  z-index: -1;
  background: linear-gradient(to bottom, #f8f4e8, #ffffff, #f8f4e8);
}

.hospitality_page .awrp_hospitality {
  padding: 3rem 1rem;
  text-align: center;
  padding-bottom: 0;
}
.hospitality_page .awrp_hospitality p {
  margin-bottom: 0;
}
.hospitality_page .awrp_hospitality p span {
  display: block;
}
.hospitality_page .our_hospitality {
  padding: 4rem;
}
@media (max-width: 992px) {
  .hospitality_page .our_hospitality {
    padding: 4rem 1rem;
  }
}
.hospitality_page .our_hospitality h2 {
  text-align: center;
  margin-bottom: 3rem;
}
.hospitality_page .our_hospitality .boxes {
  display: grid;
  gap: 2rem;
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 992px) {
  .hospitality_page .our_hospitality .boxes {
    grid-template-columns: repeat(1, 1fr);
  }
}
.hospitality_page .our_hospitality .boxes .inner_box .img_box {
  height: 285px;
  margin-bottom: 1.75rem;
}
.hospitality_page .our_hospitality .boxes .inner_box .img_box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.hospitality_page .our_hospitality .boxes .inner_box .content_box h3 {
  font-size: 28px;
  margin-bottom: 1.5rem;
  font-family: "HeadFont";
  color: #1D1D1B;
}
.hospitality_page .our_hospitality .boxes .inner_box .content_box p {
  color: #1D1D1B;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 1.5rem;
}
.hospitality_page .our_hospitality .boxes .inner_box .content_box ul {
  gap: 1rem;
  display: flex;
  margin: 1.25rem 0;
  flex-direction: column;
}
.hospitality_page .our_hospitality .boxes .inner_box .content_box ul li {
  gap: 0.5rem;
  display: flex;
  font-size: 14px;
  align-items: center;
  flex: 1 1 auto;
}
.hospitality_page .amenities {
  padding: 4rem;
  position: relative;
}
.hospitality_page .amenities .shapes {
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 1000px;
  position: absolute;
}
.hospitality_page .amenities .shapes::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1000px;
  top: 0;
  left: 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../imgs/hospitality/amenities.png);
}
.hospitality_page .amenities .shapes::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 236px;
  left: 0;
  bottom: 30px;
  background: linear-gradient(180deg, rgba(248, 244, 232, 0) 0%, #f8f4e8 100%);
  z-index: 1;
}
@media (max-width: 992px) {
  .hospitality_page .amenities {
    padding: 4rem 1rem;
  }
}
@media (max-width: 992px) {
  .hospitality_page .amenities .first_img {
    flex-direction: column-reverse;
  }
}
@media (max-width: 992px) {
  .hospitality_page .amenities .first_img .first_col {
    margin-top: 2rem;
  }
}
.hospitality_page .amenities h2 {
  margin-bottom: 4rem;
  text-align: center;
}
.hospitality_page .amenities h3 {
  font-size: 28px;
  color: #1D1D1B;
  font-weight: 400;
  margin-bottom: 3rem;
}
.hospitality_page .amenities .info {
  display: flex;
  gap: 3rem;
  align-items: center;
  margin-bottom: 3rem;
}
.hospitality_page .amenities .info img {
  width: 60px;
  height: 60px;
}
.hospitality_page .amenities .info h4 {
  font-size: 20px;
  color: #1D1D1B;
  font-weight: 700;
  margin-bottom: 0;
}
.hospitality_page .amenities .in_building {
  position: relative;
  overflow: hidden;
  margin-top: 4rem;
}
@media (max-width: 992px) {
  .hospitality_page .amenities .in_building {
    margin-top: 1rem;
  }
}
.hospitality_page .amenities .in_building .second_col {
  position: relative;
  left: 10%;
}
@media (max-width: 992px) {
  .hospitality_page .amenities .in_building .second_col {
    left: 0;
    margin-top: 2rem;
  }
}
.hospitality_page .gallery {
  position: relative;
}
.hospitality_page .gallery:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 500px;
  z-index: -1;
  background: linear-gradient(to bottom, #f8f4e8, #ffffff, #f8f4e8);
}

.property_detail .btns_wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  margin: 10rem auto 0;
}
.property_detail .btns_wrap a {
  width: 229px;
  height: 45px;
  border-radius: 100px;
  background: rgba(255, 255, 255, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #ffffff;
  font-weight: 400;
  font-size: 14px;
  color: #ffffff;
}

.property_detail_page .overflow_slider .overflowSwiper .img_box img {
  border-radius: 20px;
}
.property_detail_page .our_approach {
  padding: 4rem;
  background: url(../imgs/about/approach.png);
  background-size: cover;
  backdrop-filter: blur(4px);
}
.property_detail_page .our_approach .text {
  margin-bottom: 2rem;
}
.property_detail_page .our_approach .text h2 {
  margin-bottom: 1rem;
}
.property_detail_page .our_approach .text p {
  font-size: 14px;
  color: #1D1D1B;
}
.property_detail_page .our_approach h3 {
  font-size: 28px;
  color: #1D1D1B;
  font-weight: 400;
  margin-bottom: 2rem;
}
.property_detail_page .our_approach .info {
  display: flex;
  gap: 2rem;
  align-items: center;
  margin-bottom: 2rem;
}
.property_detail_page .our_approach .info img {
  width: 60px;
  height: 60px;
}
.property_detail_page .our_approach .info h4 {
  font-size: 20px;
  color: #1D1D1B;
  font-weight: 700;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .property_detail_page .our_approach {
    padding: 4rem 1rem;
  }
}
.property_detail_page .grid_section {
  padding: 3rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
}
@media (max-width: 992px) {
  .property_detail_page .grid_section {
    padding: 3rem 1rem;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 420px) {
  .property_detail_page .grid_section {
    grid-template-columns: repeat(1, 1fr);
  }
}
.property_detail_page .grid_section .inner_box {
  padding: 1rem 1.3rem;
  background-color: #ffffff;
  display: flex;
  gap: 1rem;
  align-items: center;
}
.property_detail_page .grid_section .inner_box img {
  width: 16px;
  height: 16px;
}
.property_detail_page .grid_section .inner_box h3 {
  font-size: 16px;
  color: #1D1D1B;
  margin-bottom: 0;
}
.property_detail_page .amenities {
  padding: 3rem;
  overflow: hidden;
}
@media (max-width: 992px) {
  .property_detail_page .amenities {
    padding: 3rem 1rem;
  }
}
.property_detail_page .amenities .specifications {
  margin-bottom: 3rem;
  position: relative;
  left: 100px;
}
@media (max-width: 992px) {
  .property_detail_page .amenities .specifications {
    left: 0;
    margin-top: 2rem;
    margin-bottom: 1rem;
  }
}
.property_detail_page .amenities .specifications:last-child {
  margin-bottom: 0;
  margin-top: 0;
}
.property_detail_page .amenities .specifications h2 {
  margin-bottom: 2rem;
  color: #1D1D1B;
}
.property_detail_page .amenities .specifications .inner_box {
  display: flex;
  gap: 1rem;
  align-items: center;
  margin-bottom: 1rem;
}
.property_detail_page .amenities .specifications .inner_box img {
  width: 16px;
  height: 16px;
}
.property_detail_page .amenities .specifications .inner_box h3 {
  margin-bottom: 0;
  font-size: 14px;
  color: #1D1D1B;
}
.property_detail_page .location {
  padding: 2rem;
}
.property_detail_page .location .text {
  text-align: center;
  margin-bottom: 2rem;
}
.property_detail_page .location .text h2 {
  margin-bottom: 2rem;
}
.property_detail_page .location iframe {
  border-radius: 20px;
}
.property_detail_page .gallery {
  position: relative;
}
.property_detail_page .gallery:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 500px;
  z-index: -1;
  background: linear-gradient(to bottom, #f8f4e8, #ffffff, #f8f4e8);
}
.property_detail_page .office_space {
  padding: 2rem;
}
.property_detail_page .office_space p {
  font-size: 16px;
  color: #1D1D1B;
}
.property_detail_page .office_space .text {
  margin-bottom: 4rem;
}
.property_detail_page .office_space .text h2 {
  font-size: 42px;
  margin-bottom: 1rem;
}
.property_detail_page .office_space .text h3 {
  font-size: 28px;
  margin-bottom: 2rem;
}
.property_detail_page .office_space .unit {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  margin-bottom: 3rem;
}
@media (max-width: 992px) {
  .property_detail_page .office_space .unit {
    grid-template-columns: repeat(1, 1fr);
    gap: 0.25rem;
  }
}
.property_detail_page .office_space .unit h4 {
  font-size: 20px;
  color: #1D1D1B;
}
.property_detail_page .office_space .unit .unit_detail {
  margin-bottom: 2rem;
}
@media (max-width: 992px) {
  .property_detail_page .office_space .unit .unit_detail {
    margin-bottom: 0;
  }
}
.property_detail_page .office_space .specifications {
  margin-bottom: 3rem;
}
@media (max-width: 992px) {
  .property_detail_page .office_space .specifications {
    margin-top: 2rem;
    margin-bottom: 1rem;
  }
}
.property_detail_page .office_space .specifications:last-child {
  margin-bottom: 0;
  margin-top: 0;
}
.property_detail_page .office_space .specifications h2 {
  margin-bottom: 2rem;
  color: #1D1D1B;
}
.property_detail_page .office_space .specifications .inner_box {
  display: flex;
  gap: 1rem;
  align-items: center;
  margin-bottom: 1rem;
}
.property_detail_page .office_space .specifications .inner_box img {
  width: 16px;
  height: 16px;
}
.property_detail_page .office_space .specifications .inner_box h3 {
  margin-bottom: 0;
  font-size: 14px;
  color: #1D1D1B;
}
.property_detail_page .office_space .big_img_box {
  width: 100%;
  height: 400px;
  overflow: hidden;
  border-radius: 20px;
}
.property_detail_page .office_space .big_img_box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.property_detail_page .office_space .sm_imgs_parent {
  gap: 1rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.property_detail_page .office_space .small_img_box {
  height: 200px;
  margin: 1rem 0;
  overflow: hidden;
  border-radius: 20px;
}
.property_detail_page .office_space .small_img_box img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.property_detail_page .section_cta {
  padding: 2rem;
}
.property_detail_page .section_cta::after {
  background: transparent;
}
.property_detail_page .section_cta .bg_white_request {
  background-color: white;
  border-radius: 34px;
  padding: 4rem 0;
}/*# sourceMappingURL=main.css.map */