body {
  overflow: initial;
}

header {
  position: static;
}

main {
  margin-top: 0;
}

#city-banner {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  background: url("../images/header_bangsar.jpg") no-repeat;
  background-position: top;
  background-size: cover;
  min-height: 910px;
}
#city-banner .city-banner__container {
  margin-left: 70px;
  padding: 50px;
  background: rgba(255, 255, 255, 0.8);
  max-width: 675px;
}
#city-banner .city-banner__container h2 {
  font: normal normal 900 40px/50px Roboto;
}
#city-banner .city-banner__container .city-banner__infos_location {
  padding-bottom: 30px;
  border-bottom: 2px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 40px;
  margin-top: 30px;
}
#city-banner .city-banner__container .city-banner__infos_location h3 {
  margin-top: 30px;
  margin-bottom: 30px;
  font: normal normal bold 28px/35px Roboto;
  letter-spacing: 1.02px;
  color: #4b5563;
}
#city-banner .city-banner__container .city-banner__infos_location p {
  font: normal normal normal 18px/24px Roboto;
}
#city-banner .city-banner__container .city-banner__infos_location p.city_location, #city-banner .city-banner__container .city-banner__infos_location p.city_phone {
  position: relative;
  display: flex;
  align-items: center;
}
#city-banner .city-banner__container .city-banner__infos_location p.city_location {
  margin-bottom: 30px;
}
#city-banner .city-banner__container .city-banner__infos_location p.city_location::before {
  content: url("../images/location_pin.png");
  width: 25px;
  height: 25px;
  margin-right: 20px;
}
#city-banner .city-banner__container .city-banner__infos_location p.city_phone::before {
  content: url("../images/phone_icon.png");
  width: 25px;
  height: 25px;
  margin-right: 20px;
}
#city-banner .city-banner__container .city-banner__infos__residence p,
#city-banner .city-banner__container .city-banner__infos_location p {
  margin-bottom: 20px;
}
#city-banner .city-banner__container .city-banner__infos__residence p.residence_infos,
#city-banner .city-banner__container .city-banner__infos_location p.residence_infos {
  font: normal normal normal 18px/24px Roboto;
}
#city-banner .city-banner__container .city-banner__infos__residence p.residence_price,
#city-banner .city-banner__container .city-banner__infos_location p.residence_price {
  font: normal normal 900 30px/43px Roboto;
}
#city-banner .city-banner__container .city-banner__infos__residence a,
#city-banner .city-banner__container .city-banner__infos_location a {
  display: inline-block;
  padding: 10px 20px;
  background: #fb4f21 0% 0% no-repeat padding-box;
  font: normal normal bold 16px/20px Roboto;
  color: #ffffff;
  text-decoration: none;
  margin-top: 35px;
}

@media screen and (max-width: 768px) {
  #city-banner {
    padding: 0 30px;
  }
  #city-banner .city-banner__container {
    margin-left: 0;
  }
}
#lightbox-slider {
  position: relative;
  max-width: 1300px;
  margin: 0 auto;
}
#lightbox-slider .lightbox-container {
  max-width: 1100px;
  margin: 0 auto;
  overflow: hidden;
  padding: 60px 0;
}
#lightbox-slider .swiper-button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
#lightbox-slider .swiper-button.swiper-custom-button-next {
  right: 0;
}
#lightbox-slider .swiper-button.swiper-custom-button-prev {
  left: 0;
}
#lightbox-slider .cb-image-grid__image {
  width: 360px;
  height: 200px;
}
#lightbox-slider .cb-image-grid__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

[lightbox-toggle] {
  cursor: zoom-in;
}
[lightbox-toggle]:after {
  position: absolute;
  content: url("data:image/svg+xml; utf8, ");
  height: 32px;
  width: 32px;
  bottom: 0;
  right: 0;
  opacity: 0;
  will-change: opacity;
  transition: opacity 0.2s;
}
[lightbox-toggle]:hover:after {
  opacity: 1;
  filter: drop-shadow(2px 4px 6px black);
}

.c-lightbox {
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  pointer-events: none;
  position: fixed;
  opacity: 0;
  width: 100vw;
  height: 100vh;
  z-index: 9000000;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.85);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: opacity 0.3s;
}
.c-lightbox.open {
  opacity: 1;
  pointer-events: all;
}
.c-lightbox .c-lightbox__container {
  width: 100%;
  height: 100%;
}
.c-lightbox .c-lightbox__close {
  z-index: 999999;
  position: absolute;
  cursor: pointer;
  top: 1vh;
  right: 1vw;
  font-size: 30px;
  padding: 20px;
  color: white;
}
.c-lightbox .c-lightbox__close:hover {
  color: red;
}
.c-lightbox .swiper-container {
  width: 100%;
  height: 100%;
}
.c-lightbox .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}
.c-lightbox .swiper-pagination {
  color: white;
}
.c-lightbox .swiper-button-next,
.c-lightbox .swiper-button-prev {
  color: white;
}
.c-lightbox .swiper-button-next:hover,
.c-lightbox .swiper-button-prev:hover {
  color: red;
}
.c-lightbox .swiper-button-next:after,
.c-lightbox .swiper-button-prev:after {
  font-size: 30px;
}
.c-lightbox .c-lightbox__image {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  height: 75%;
  width: 75%;
  text-align: center;
  cursor: zoom-in;
}
.c-lightbox .c-lightbox__image img {
  width: auto;
  height: auto;
  max-height: 90vh;
  max-width: 90vw;
}

@media screen and (max-width: 768px) {
  #lightbox-slider .swiper-button {
    display: block !important;
    position: static;
    width: 60px;
    height: 60px;
    margin-top: 30px;
    margin-bottom: 50px;
  }
  #lightbox-slider .button-container {
    display: flex;
    justify-content: space-evenly;
  }
}
#city_menu {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fed481 0% 0% no-repeat padding-box;
  padding: 50px;
  margin-bottom: 150px;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 9999;
}
#city_menu a {
  display: inline-block;
  margin-left: 80px;
  font: normal normal bold 18px/24px Roboto;
  text-decoration: none;
  color: #000000;
}

@media screen and (max-width: 768px) {
  #city_menu {
    flex-direction: column;
    padding: 20px 50px;
    margin-bottom: 50px;
  }
  #city_menu a {
    margin-left: 0;
  }
}
#about > h3 {
  font: normal normal 900 40px/55px Roboto;
  text-align: center;
  margin-bottom: 60px;
}
#about > h3::after {
  content: "";
  display: block;
  width: 130px;
  height: 15px;
  background: #ffd288;
  margin: 15px auto 0;
}
#about > p {
  max-width: 1100px;
  margin: 0 auto 20px;
  text-align: center;
}
#about p {
  font: normal normal normal 18px/24px Roboto;
}

@media screen and (max-width: 768px) {
  #about > p {
    padding: 0 30px;
  }
}
.our_residences__right_left {
  max-width: 1300px;
  margin: 100px auto 0;
  display: flex;
  align-items: flex-start;
  justify-content: space-evenly;
  gap: 5em;
}
.our_residences__right_left .our_residences__description h3 {
  margin-bottom: 40px;
  display: flex;
}
.our_residences__right_left .our_residences__description h3::before {
  content: "";
  display: block;
  width: 15px;
  border-left: 15px solid #ffd288;
  box-sizing: border-box;
  margin-right: 20px;
}
.our_residences__right_left .our_residences__description ul {
  list-style-type: disc;
  margin-left: 20px;
  margin-top: 30px;
}
.our_residences__right_left .our_residences__description li {
  font: normal normal normal 18px/24px Roboto;
  margin-bottom: 25px;
}

.our_residences__right_left .our_residences__description {
  flex: 0 0 50%;
}
.our_residences__right_left .our_residences__images {
  position: relative;
  flex: 0 0 50%;
}
.our_residences__right_left .our_residences__images::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #ffd288;
  position: absolute;
  bottom: -50px;
  z-index: -1;
}
.our_residences__right_left .our_residences__images img {
  width: 100%;
}

.our_residences__right_left {
  margin-bottom: 100px;
}
.our_residences__right_left .our_residences__images {
  padding-left: 40px;
}
.our_residences__right_left .our_residences__images::after {
  width: 90%;
  left: 0;
}

#services.city_services .services__container .services__slider .services__slider__cards {
  min-height: 0;
}

@media screen and (max-width: 768px) {
  #services h3 {
    padding: 0 30px;
  }
  #services .services__container .swiper-button {
    display: block !important;
    position: static;
    width: 60px;
    height: 60px;
    margin-top: 30px;
    margin-bottom: 50px;
  }
  #services .services__container .button-container {
    display: flex;
    justify-content: space-evenly;
  }
}
.our_residences__left_right {
  max-width: 1300px;
  margin: 0 auto 150px;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  gap: 5em;
}
.our_residences__left_right .our_residences__description h3 {
  margin-bottom: 40px;
  display: flex;
}
.our_residences__left_right .our_residences__description h3::before {
  content: "";
  display: block;
  width: 15px;
  border-left: 15px solid #ffd288;
  box-sizing: border-box;
  margin-right: 20px;
}
.our_residences__left_right .our_residences__description p,
.our_residences__left_right .our_residences__description li {
  font: normal normal normal 18px/24px Roboto;
}
.our_residences__left_right .our_residences__description ul {
  list-style-type: disc;
  margin-left: 20px;
  margin-top: 30px;
}
.our_residences__left_right .our_residences__description li {
  margin-bottom: 25px;
}

.our_residences__left_right .our_residences__description {
  flex: 0 0 50%;
}
.our_residences__left_right .our_residences__images {
  position: relative;
  flex: 0 0 50%;
}
.our_residences__left_right .our_residences__images::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #ffd288;
  position: absolute;
  bottom: -50px;
  z-index: -1;
}
.our_residences__left_right .our_residences__images img {
  width: 100%;
}

.our_residences__left_right .our_residences__images {
  flex: 0 0 50%;
}
.our_residences__left_right .our_residences__images::after {
  right: -50px;
}

#bathroom {
  position: relative;
  background: url("../images/bangsar_comfort.jpg") no-repeat;
  min-height: 786px;
  background-size: cover;
  max-width: 1300px;
  margin: 0 auto 150px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
#bathroom div {
  margin-right: -10%;
  padding: 100px 70px;
  background: #fff;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  max-width: 500px;
  font: normal normal normal 20px/26px Roboto;
}
#bathroom div b {
  font: normal normal bold 20px/26px Roboto;
}

@media screen and (max-width: 768px) {
  #bathroom {
    padding: 0 30px;
  }
  #bathroom div {
    margin-right: 0;
  }
}
#features .orange_background {
  background: #fed481;
  max-width: 70%;
  padding: 70px 140px;
}
#features .features_container {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 70px;
  margin-right: -40%;
}
#features .features_container div {
  max-width: 700px;
  width: 100%;
  background: #fff;
  padding: 40px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
}
#features .features_container div h4 {
  display: flex;
  align-items: center;
  font: normal normal 900 30px/43px Roboto;
}
#features .features_container div h4::before {
  content: "";
  width: 120px;
  height: 120px;
  margin-right: 10px;
}
#features .features_container div.services_available h4::before {
  background: url("../images/staff_icon.jpg") no-repeat;
  background-size: cover;
}
#features .features_container div.apartments_features h4::before {
  background: url("../images/apartment_features.jpg") no-repeat;
  background-size: cover;
}
#features .features_container div ul {
  list-style-type: disc;
  margin-left: 40px;
  margin-top: 30px;
}
#features .features_container div li {
  font: normal normal normal 18px/24px Roboto;
  margin-bottom: 10px;
}

@media screen and (max-width: 1100px) {
  #features .orange_background {
    max-width: 100%;
    padding: 70px 30px;
  }
  #features .features_container {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  #features .orange_background {
    max-width: 100%;
    padding: 70px 30px;
  }
  #features .features_container {
    margin-right: 0;
    flex-direction: column;
  }
  #features .features_container h4 {
    flex-direction: column;
  }
}
#features .our_residences__right_left img {
  max-height: 540px;
  -o-object-fit: cover;
     object-fit: cover;
}

#health-support {
  text-align: center;
  max-width: 1300px;
  margin: 200px auto 100px;
}
#health-support h3 {
  display: inline-block;
}
#health-support h3::after {
  content: "";
  display: block;
  width: 50%;
  height: 15px;
  background: #ffd288;
  margin: 15px auto 0;
}
#health-support .health-support__container {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
#health-support .health-support__container > div {
  flex: 0 0 20%;
  padding: 0 30px;
}
#health-support .health-support__container p {
  font: normal normal bold 20px/24px Roboto;
}

@media screen and (max-width: 768px) {
  #health-support .health-support__container {
    flex-direction: column;
    align-items: center;
  }
}
#map_city {
  max-width: 1500px;
  margin: 0 auto;
}
#map_city h3 {
  text-align: center;
}
#map_city h3::after {
  content: "";
  display: block;
  width: 130px;
  height: 15px;
  background: #ffd288;
  margin: 15px auto 0;
}
#map_city #map_city_container {
  margin-top: 60px;
}

#city_banner {
  background: url("../images/header_bangsar.jpg") no-repeat;
  background-size: cover;
  background-position-y: -350px;
  min-height: 702px;
  padding: 200px 200px 0;
  margin-top: 100px;
}
#city_banner h3 {
  color: #ffffff;
}
#city_banner a {
  display: inline-block;
  margin-top: 20px;
  padding: 10px 20px;
  background: #fb4f21 0% 0% no-repeat padding-box;
  font: normal normal bold 16px/20px Roboto;
  color: #ffffff;
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  #city_banner {
    padding: 50px;
    background-position: right;
    min-height: auto;
  }
}
@media screen and (max-width: 1100px) {
  .our_residences__left_right {
    display: block;
    padding: 0 30px;
  }
  .our_residences__left_right .our_residences__images {
    margin-top: 30px;
    padding: 0 30px;
  }
  .our_residences__left_right .our_residences__images::after {
    right: 0px;
    bottom: -40px;
    width: 90%;
  }
  .our_residences__right_left {
    flex-direction: column-reverse;
    padding: 0 30px;
  }
}/*# sourceMappingURL=city.css.map */