/*** Start Building Top section ***/
.building_top_section {
  padding: 150px 0px 160px 0px;
}
.build_top_content {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.build_top_content h1 {
  font-weight: 400;
  font-size: 80px;
  line-height: 100%;
  letter-spacing: -0.05em;
  color: #1E2323;
  padding: ;
  margin: 32px 0px 30px 0px;
}
.build_top_content p {
  font-weight: 400;
  font-size: 14px;
  line-height: 160%;
  text-align: center;
  letter-spacing: -0.05em;
  color: #898D8E;
  max-width: 380px;
}

/** End Building top section ***/


/*** New Development Section ***/

.new_devs_top {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 60px;
}
.devs_items {
  display: flex;
  flex-wrap: wrap;
}
.dev_item {
  flex: 0 0 calc(33.33% - 0px);
  max-width: calc(33.33% - 0px);
  margin-right: 0px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: auto;
  padding: 25px;
  transition: 300ms;
}
.dev_item:hover {
  background: rgba(246, 243, 234, .50);
}
.dev_item:nth-child(3n) {
  margin-right: 0px;
}
.dev_item_img img {
  height: 303px;
  width: 100%;
  object-fit: cover;
  border-radius: 8px;
}
.dev_item_img a {
  display: block;
}
.dev_item_img {
  padding-bottom: 35px;
  border-bottom: 1px solid #000000;
  margin-bottom: 35px;
}
.dev_item_title h3 {
  font-size: 14px;
  line-height: 160%;
  letter-spacing: 0.1em;
  text-transform: capitalize;
  color: #3B4848;
  margin-bottom: 8px;
}
.dev_item_det p {
  font-size: 14px;
  line-height: 160%;
  letter-spacing: -0.05em;
  color: #898D8E;
  margin-bottom: 8px;
}
.dev_item_btn a {
  font-size: 14px;
  line-height: 120%;
  letter-spacing: 0.1em;
  text-transform: capitalize;
  color: #3B4848;
}


/** Content Left and Image Right ***/
.content_lr_right {
  flex: 0 0 400px;
  max-width: 400px;
  margin-left: 40px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.content_lr_left {
  flex: 0 0 calc(100% - 440px);
  max-width: calc(100% - 440px);
}
.content_lr_bottom {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.content_lr_bottom p:first-child {
  font-size: 14px;
  line-height: 160%;
  letter-spacing: -0.05em;
  color: #898D8E;
  margin-bottom: 32px;
}
.content_lr_left img {
  border-radius: 8px;
  height: 550px;
  width: 100%;
}

/*** Content RIght With Image left ***/

.content_rl_right {
  flex: 0 0 400px;
  max-width: 400px;
  margin-right: 40px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.content_rl_bottom {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.content_rl_bottom p:first-child {
  font-size: 14px;
  line-height: 160%;
  letter-spacing: -0.05em;
  color: #898D8E;
  margin-bottom: 32px;
}
.content_rl_left {
  flex: 0 0 calc(100% - 440px);
  max-width: calc(100% - 440px);
  display: flex;
  justify-content: flex-end;
}
.content_rl_left img{
  max-width: 700px;
  height: 448px;
  border-radius: 8px;
}
.content_rl_left img {
  max-width: 700px;
  height: 448px;
}


/*** Top Ten Park Section ***/

.park_item {
  max-width: 800px;
  display: flex;
  flex-wrap: wrap;
  height: 100%;
}
.park_item_img {
  flex: 0 0 50%;
  max-width: 50%;
}
.park_item_content {
  flex: 0 0 50%;
  max-width: 50%;
  background: #FFFFFF;
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
}
.park_item_img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.top_ten_parks_section {
  background: #F6F3EA;
  padding: 80px 0px;
}
.park_item_content h3 {
  font-size: 20px;
  line-height: 120%;
  letter-spacing: -0.05em;
  color: #1E2323;
  margin-bottom: 16px;
  z-index: 2;
  position: relative;
}
.park_item_desc{
  font-size: 14px;
  line-height: 160%;
  letter-spacing: -0.05em;
  color: #898D8E;
  margin-bottom: 32px;
  max-height: 200px;
  overflow: hidden;
  text-overflow: ellipsis;
  z-index: 2;
  position: relative;
}
/*.park_item_content p {
  font-size: 14px;
  line-height: 160%;
  letter-spacing: -0.05em;
  color: #898D8E;
  margin-bottom: 32px;
  max-height: 200px;
  overflow: hidden;
  text-overflow: ellipsis;
  z-index: 2;
  position: relative;
} */
.top_ten_park_top {
  padding-bottom: 60px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
}
.top_ten_park_left {
  padding-right: 40px;
}
.top_ten_park_left h4 {
  margin-bottom: 0px;
}
.top_ten_park_slides .swiper-slide{
  width: auto;
  opacity: 0.5;
  height: auto;
}
.top_ten_park_slides .swiper-slide.swiper-slide-active{
  opacity: 1;
}
.top_ten_park_slides {
  overflow: visible;
}

.slide-titles {
  padding-top: 60px;
}
.slide-titles .swiper-slide {
  border-top: 2px solid #1E2323;
  padding-top: 16px;
  opacity: .5;
  cursor: pointer;
}
.slide-titles .swiper-slide .slide-title {
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  letter-spacing: 0.1em;
  text-transform: capitalize;
  color: #1E2323;
}
.slide-titles .swiper-slide.swiper-slide-active {
  opacity: 1;
}

.top_ten_park_slides .swiper-wrapper {
  transition-timing-function: cubic-bezier(0.83, 0, 0.17, 1);
}

.park_item_content {
  position: relative;
  podding-top: 100px;
}
.bg_number {
  position: absolute;
  right: 16px;
  top: 34px;
  font-weight: 400;
  font-size: 200px;
  line-height: .6;
  letter-spacing: -0.05em;
  color: #FAF8F3;
  z-index: 0;
}


.content_lr_image.section {
  padding-bottom: 160px;
}
.content_rl_image.section {
  padding-bottom: 160px;
  padding-top: 0px;
}
#signup {
  padding-top: 0px;
}

/** Responsive Design **/
@media only screen and (max-width: 992px) {
  .build_top_content h1 {
    font-size: 40px;
  }
  .dev_item {
    max-width: calc(100% - 80px);
    flex: 0 0 calc(100% - 80px);
  }
  .devs_items {
    flex-wrap: inherit;
  }
  #our-client .st {
    padding-right: 30px;
  }
  .sectiontitle {
    flex-wrap: wrap;
    margin-bottom: 30px;
    gap: 16px;
  }
  .new_devs_top h2{
    margin-right: 20px;
  }

  .building_top_section {
    padding: 50px 0px;
  }
  .top_ten_parks_section.section {
    padding: 50px 0px;
    overflow: hidden;
  }
  .park_item_img {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .park_item_content {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 30px;
  }
  .park_item {
    max-width: calc(100vw - 80px);
  }
  .slide-titles {
    padding-top: 30px;
  }
  .top_ten_park_left {
    padding-bottom: 16px;
  }
  .top_ten_park_top {
    padding-bottom: 30px;
  }
  .new_devs_top h2 {
    padding-bottom: 16px;
  }
  .new_devs_top {
    margin-bottom: 30px;
  }
  .content_lr_left {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .content_lr_left img {
    height: 300px;
  }
  .content_lr_right {
    flex: 0 0 100%;
    max-width: 100%;
    margin-left: 0px;
    padding-top: 30px;
  }
  .content_rl_wrap {
    flex-direction: column-reverse;
  }
  .content_rl_left {
    flex: 0 0 100%;
    max-width: 100%;
    padding-bottom: 30px;
  }
  .content_rl_left img {
    height: 300px;
  }
  .content_rl_right {
    flex: 0 0 100%;
    max-width: 100%;
    margin-right: 0px;
  }
  .content_rl_top {
    padding-bottom: 16px;
  }
  .content_lr_top {
    padding-bottom: 16px;
  }

  .devs_items_slider {
    width: 100vw;
    margin-left: -16px;
    padding-left: 16px;
  }
}