@charset "UTF-8";
@font-face {
  font-family: "HelveticaNeue Thin";
  src: url("fonts/HelveticaNeue-Thin.otf");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "HelveticaNeue Light";
  src: url("fonts/HelveticaNeueLight.ttf");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "HelveticaNeue Regular";
  src: url("fonts/HelveticaNeue-Roman.otf");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "HelveticaNeue Medium";
  src: url("fonts/HelveticaNeueMedium.ttf");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "HelveticaNeue Bold";
  src: url("fonts/HelveticaNeueBold.ttf");
  font-weight: normal;
  font-style: normal;
}
/* varibles */
/* CSS Document */
/*------------------------------------*\
RESET
\*------------------------------------*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strike, strong, sub, sup, tt, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
section, article, aside, footer, header, hgroup, nav, .h6, .h5, .h4, .h3, .h2, .h1 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

html body {
  line-height: 1;
}
html ol, html ul {
  list-style: none;
}
html blockquote, html q {
  quotes: none;
}
html blockquote:before, html blockquote:after,
html q:before, html q:after {
  content: "";
  content: none;
}
html ins {
  text-decoration: none;
}
html del {
  text-decoration: line-through;
}
html table {
  border-collapse: collapse;
  border-spacing: 0;
}
html a {
  transition: 0.2s ease-in-out;
  color: inherit;
  text-decoration: none;
}
html a:hover {
  text-decoration: none;
  color: #B29046;
}
html ul {
  margin: 0;
}
html strong {
  font-weight: bold;
}
html b {
  font-weight: bold;
}
html i {
  font-style: italic;
}
html button {
  border: none;
  background: none;
}
html textarea {
  resize: none;
}
html input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  border-radius: 0;
}
html div::-webkit-scrollbar {
  width: 0 !important;
}
html div {
  overflow: -moz-scrollbars-none;
}
html div {
  -ms-overflow-style: none;
}
html button:focus {
  outline: none;
}
html input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
html input:focus, html input[type=checkbox]:focus {
  outline: none;
}
html textarea:focus {
  outline: none;
}
html select:focus {
  outline: none;
}

body {
  font-family: "HelveticaNeue Light";
  font-size: 20px;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: #000;
}
body.no-overflow, body.no-scroll {
  overflow: hidden !important;
}
body p {
  line-height: 1.5;
}
body p b {
  font-size: 18px;
  font-family: "HelveticaNeue Bold";
}

h1 {
  font-size: 110px;
  line-height: 1;
  text-transform: capitalize;
}

h3 {
  font-size: 60px;
  line-height: 1;
}

h4 {
  font-size: 40px;
  line-height: 1;
}

h5 {
  font-family: "HelveticaNeue Regular";
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 20px;
}

h6 {
  font-size: 25px;
  line-height: 1.1;
  text-transform: uppercase;
}

.text-gold {
  color: #B29046;
}

.title_margin {
  margin-bottom: 40px;
}

.line {
  width: 30px;
  height: 5px;
}
.line.gold {
  background: #B29046;
}

.my_btn {
  line-height: 42px;
  font-family: "HelveticaNeue Bold";
  font-size: 18px;
  color: #000;
  text-transform: uppercase;
  padding: 0 20px;
  background: #fff;
  letter-spacing: 0.04em;
  border: 1px solid #fff;
}
.my_btn.black {
  background: #000;
  color: #B29046;
  border: 1px solid #B29046;
}

a {
  cursor: pointer;
}

.bold_link {
  font-size: 18px;
  text-transform: uppercase;
  font-family: "HelveticaNeue Bold";
  color: #B29046;
}
.bold_link:hover {
  color: #B29046;
}

.section-padding {
  padding-top: 120px;
  padding-bottom: 120px;
}

/* ------------- MENU --------------- */
.hamburger {
  position: relative;
  padding: 10px;
  z-index: 10;
  width: auto;
  height: 46px;
  z-index: 101;
  border: 1px solid transparent;
}
.hamburger.is-active {
  border: none;
}
.hamburger:hover, .hamburger:hover {
  opacity: 1;
}
.hamburger .hamburger-inner,
.hamburger .hamburger-inner:after,
.hamburger .hamburger-inner:before {
  background-color: #fff;
  height: 2px;
  border-radius: 0px;
  width: 100%;
}
.hamburger .hamburger-inner:before {
  top: -10px;
}
.hamburger .hamburger-inner:after {
  bottom: -10px;
}
.hamburger .hamburger-box {
  width: 24px;
  transition: 0.4s;
}
.hamburger .hamburger-box:hover {
  transform: scale(1.1);
}
.hamburger.is-active .hamburger-inner, .hamburger.is-active .hamburger-inner:after, .hamburger.is-active .hamburger-inner:before {
  background-color: #fff;
}

.menu_container {
  position: fixed;
  bottom: 0;
  width: 100%;
  padding-bottom: 30px;
  padding-top: 30px;
  z-index: 5;
}
.menu_container ul li {
  font-size: 15px;
  text-transform: uppercase;
}
.menu_container ul li:hover a, .menu_container ul li.active a {
  color: #B29046;
}
.menu_container .small_scroll {
  display: none;
}
.menu_container.scrolled {
  background: rgba(0, 0, 0, 0.9);
}
.menu_container.scrolled .scrollbar {
  display: none;
}

@media (min-width: 992px) {
  .menu_container {
    opacity: 1;
    transition: all 0.4s;
  }
  .menu_container.below_footer {
    opacity: 0;
    z-index: -1;
  }
}
.mobile_header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  transform: translate(0, -110%);
  padding: 10px 15px;
  z-index: 10;
  background: rgba(0, 0, 0, 0.9);
  transition: all 0.3s;
}
.mobile_header.scrolled {
  transform: translate(0, 0);
}

/* ------------- MENU END --------------- */
/* ---------------- HEADER -------------- */
.header {
  position: relative;
  overflow: hidden;
}
.header .logo {
  width: 190px;
}
.header .container {
  position: relative;
  min-height: 75vh;
  padding: 50px 0 40px 0;
}
.header .background_video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -45%);
  width: 100%;
  z-index: -1;
}
.header .dark_bg {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  bottom: -1px;
  width: 100%;
  background: url("../img/header_dark_bg.png") left bottom;
  background-size: cover;
}
.header .dark_bg.right {
  left: auto;
  right: 0;
  background: url("../img/header_dark_bg_right.png") left bottom;
  background-size: cover;
}
.header h1 {
  margin-bottom: 40px;
}

.page_content {
  position: relative;
  padding-top: 25vh;
}
.page_content .gold_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 60%;
  z-index: -1;
}

/* ---------------- HEADER END -------------- */
/* --------------- MAIN CONTENT ---------------- */
.gold_corner {
  position: relative;
}
.gold_corner:after {
  left: 0;
  top: 0;
  content: "";
  position: absolute;
  background: url("../img/gold_corner.png") left top;
  background-size: contain;
  width: 60%;
  height: 100% s;
}

.gold_corner_bottom {
  position: relative;
}
.gold_corner_bottom:after {
  content: "";
  position: absolute;
  background: url("../img/gold_corner_bottom.png") no-repeat left bottom;
  background-size: contain;
  width: 250px;
  height: 250px;
  bottom: 0;
  left: 0;
  z-index: -1;
}

.img_block {
  padding-top: 100px;
  padding-bottom: 100px;
}
.img_block .inner {
  position: relative;
  padding: 150px 50px 80px 50px;
}
.img_block h5 {
  margin-bottom: 20px;
}
.img_block h3 {
  margin-bottom: 80px;
}
.img_block p {
  margin-bottom: 20px;
}
.img_block.right .inner {
  padding: 0px 50px 80px 50px;
}
.img_block.right h3 {
  width: 185%;
}

.numbers {
  padding-top: 100px;
  padding-bottom: 100px;
}
.numbers .container > div {
  width: 25%;
  text-align: center;
  padding-bottom: 15px;
  border-right: 1px solid #414141;
}
.numbers .container > div > div {
  display: inline-block;
  text-align: left;
}
.numbers .container > div:last-of-type {
  border-right: none;
}
.numbers p.number {
  font-size: 72px;
}
.numbers p.number .lower {
  font-size: 40px;
}
.numbers h5 {
  line-height: 1.2;
  margin-bottom: 0;
}

/* --------------- MAIN CONTENT END ---------------- */
/* ---------------- HOME --------------- */
#home .numbers .container > div {
  width: 33%;
}
#home .map {
  padding-top: 100px;
  padding-bottom: 200px;
  background: url("../img/home/map_bg.jpg") no-repeat center bottom;
  background-size: 100% auto;
}
#home .map .form_box {
  margin-top: 30px;
}
#home .map .form_box h3 {
  text-transform: uppercase;
  margin-bottom: 30px;
}
#home .map .form_box .field {
  position: relative;
}
#home .map .form_box .field input {
  width: 100%;
  background: #fff;
  color: #000;
  font-size: 18px;
  padding-left: 100px;
  padding-right: 60px;
  line-height: 55px;
  margin-bottom: 0;
  padding-bottom: 0;
}
#home .map .form_box .field .register_btn {
  position: absolute;
  top: 50%;
  right: 2px;
  transform: translate(0, -45%);
  border: none;
}
#home .map .form_box .field:before {
  position: absolute;
  height: 100%;
  top: 50%;
  transform: translate(0, -50%);
  left: 0;
  font-family: "HelveticaNeue Bold";
  content: "email";
  color: #B29046;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  font-size: 18px;
  text-transform: uppercase;
  padding: 0 15px;
  border-right: 1px solid #000;
}
#home .map .form_box .field.missing:before {
  color: red;
}
#home .map .ratio::after {
  content: "";
  position: absolute;
  z-index: 4;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
#home .map .form .warning-message {
  display: none !important;
}
#home .map .form .error-message {
  position: absolute;
  left: 0;
  bottom: -15px;
  font-size: 12px;
  color: red;
}
#home .communities_slider {
  display: flex;
}
#home .communities_slider .community_slide {
  position: relative;
  padding: 20px 10px;
  overflow: hidden;
  width: 15%;
  min-height: 60vh;
  transition: all 0.7s;
  display: flex;
  align-items: flex-end;
}
#home .communities_slider .community_slide h1 {
  font-size: 90px;
  margin-bottom: 80px;
  margin-left: -5px;
  white-space: pre;
}
#home .communities_slider .community_slide h5 {
  font-size: 12px;
  margin-bottom: 0;
}
#home .communities_slider .community_slide .main_info {
  position: relative;
  opacity: 0;
  padding: 50px;
  transition-delay: 0;
  transition-duration: 0.7s;
  transition-property: opacity;
  transition-timing-function: ease-out;
  z-index: 2;
}
#home .communities_slider .community_slide .location {
  position: absolute;
  bottom: 20px;
  z-index: 2;
  opacity: 1;
  transition-duration: 0.5s;
  transition-property: opacity;
  transition-timing-function: ease-in;
  z-index: 2;
}
#home .communities_slider .community_slide:before {
  content: "";
  position: absolute;
  z-index: 1;
  bottom: -2px;
  left: 0;
  top: -2px;
  width: 100%;
  background: url("../img/home/slider_img_bg.png") no-repeat left center;
  background-size: cover;
}
#home .communities_slider .community_slide:not(.active):before {
  content: "";
  right: 0;
  background: rgba(0, 0, 0, 0.5);
}
#home .communities_slider .community_slide.active {
  width: 70%;
}
#home .communities_slider .community_slide.active .main_info {
  opacity: 1;
  transition-duration: 1s;
  transition-property: opacity;
  transition-timing-function: ease-in;
}
#home .communities_slider .community_slide.active .location {
  opacity: 0;
  transition-duration: 0.7s;
  transition-property: opacity;
  transition-timing-function: ease-out;
}
#home .communities_slider_container .dots {
  text-align: right;
  margin-top: 20px;
}
#home .communities_slider_container .dots .dot {
  cursor: pointer;
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-left: 10px;
  border: 1px solid #414141;
  transition: all 0.3s;
}
#home .communities_slider_container .dots .dot.active, #home .communities_slider_container .dots .dot:hover {
  background: #B29046;
  border: 1px solid #B29046;
}
#home .news {
  background: url("../img/home/news_bg.png") no-repeat left bottom;
  background-size: cover;
}

/* ---------------- HOME END --------------- */
/* ---------------- ABOUT --------------- */
#about .header {
  background: url("../img/about/hero.jpg") left center;
  background-size: cover;
}
#about .services {
  display: flex;
}
#about .services .service {
  margin-right: 10px;
  width: 25%;
  display: flex;
  align-content: space-between;
  flex-wrap: wrap;
}
#about .services .service h6 {
  margin-bottom: 30px;
  padding-right: 10%;
}
#about .services .service .line {
  width: 30px;
  height: 5px;
  margin-top: 25px;
  margin-bottom: 25px;
  background: #B29046;
}
#about .services .service p {
  margin-bottom: 30px;
  padding-right: 10px;
}
#about .services .service:last-of-type {
  margin-right: 0;
}
#about .culture .culture_item {
  margin-bottom: 70px;
}
#about .culture .culture_item .image_container {
  position: relative;
}
#about .culture .culture_item .image_container h4 {
  font-size: 35px;
  text-transform: uppercase;
  position: absolute;
  left: 60%;
  width: 40%;
  padding: 3% 0;
  top: 0%;
  border-top: 5px solid #fff;
}
#about .culture .culture_item .text {
  border-top: 5px solid #fff;
}
#about .minus {
  width: 25px;
  height: 5px;
  background: #B29046;
  cursor: pointer;
}
#about .team .team_item {
  position: relative;
  padding-left: 50px;
  padding-right: 100px;
  border-right: 1px solid #B29046;
  width: 25%;
  margin-bottom: 40px;
}
#about .team .team_item h4 {
  color: #B29046;
  white-space: pre;
}
#about .team .team_item p {
  margin-bottom: 15px;
  margin-top: 2px;
  min-height: 50px;
  line-height: 1.2;
}
#about .team .team_item .minus {
  position: absolute;
  right: 30px;
  bottom: 35px;
}
#about .team .team_item .minus.plus:after {
  position: absolute;
  content: "";
  z-index: 2;
  left: -7px;
  bottom: -10px;
  top: -15px;
  width: 40px;
  height: 40px;
  cursor: pointer;
}
#about .team .team_item .minus.plus:before {
  position: absolute;
  content: "";
  height: 25px;
  width: 5px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: #B29046;
}
#about .team .team_details {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding-top: 80px;
  padding-bottom: 80px;
  transform: translate(100%, 0);
  transition: transform 0.4s;
  background: rgba(0, 0, 0, 0.91);
  z-index: 9;
}
#about .team .team_details .minus {
  position: relative;
  margin-bottom: 50px;
}
#about .team .team_details .minus:after {
  position: absolute;
  content: "";
  z-index: 2;
  left: -7px;
  bottom: -10px;
  top: -15px;
  width: 40px;
  height: 40px;
  cursor: pointer;
}
#about .team .team_details h4 {
  color: #B29046;
}
#about .team .team_details p {
  margin-bottom: 10px;
}
#about .team .team_details.open {
  transform: translate(0, 0);
  max-height: 100vh;
  overflow-y: scroll;
}

.service_details .details {
  display: flex;
}
.service_details .details .left, .service_details .details .right {
  width: 50%;
}
.service_details .details .left img {
  margin-bottom: 60px;
}
.service_details .details .left .inner {
  width: 700px;
}
.service_details .details .left .inner p.title {
  font-family: "HelveticaNeue Regular";
  font-style: italic;
}
.service_details .details .left .inner p.gold {
  font-family: "HelveticaNeue Regular";
  font-style: italic;
  color: #B29046;
}
.service_details .details .right {
  background: #B29046;
}
.service_details .details .right .inner {
  width: 700px;
  display: flex;
  justify-content: space-between;
}
.service_details .details .right .inner > div {
  width: 45%;
}
.service_details .details .right .inner > div p {
  font-size: 16px;
  font-family: "HelveticaNeue Regular";
}
.service_details .details .right .inner > div p b {
  font-size: 18px;
  font-family: "HelveticaNeue Bold";
}

#quality .header {
  background: url("../img/about/details/quality/hero.jpg") left center;
  background-size: cover;
}

#service .header {
  background: url("../img/about/details/service/hero.jpg") left top;
  background-size: cover;
}

#value .header {
  background: url("../img/about/details/value/hero.jpg") left center;
  background-size: cover;
}

#impact .header {
  background: url("../img/about/details/impact/hero.jpg") center top;
  background-size: cover;
}

.service_page .details img {
  margin-bottom: 20px;
}
.service_page .details p {
  margin-bottom: 30px;
  font-size: 16px;
}
.service_page .details p b {
  text-transform: uppercase;
  font-size: 18px;
}

body.team_open #about .culture {
  opacity: 0;
  transition: all 0.3s;
}
body.team_open #about .footer_form {
  opacity: 0;
  transition: all 0.3s;
}

/* ---------------- ABOUT END --------------- */
/* ---------------- DESIGN --------------- */
#design .header {
  background: url("../img/design/hero.jpg") left top;
  background-size: cover;
}
#design .step_inside {
  position: relative;
}
#design .step_inside .gold_bg {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 60%;
  z-index: -1;
  left: auto;
  top: auto;
}
#design .step_inside .steps {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
  width: 420px;
}
#design .vision_section {
  position: relative;
}
#design .vision_main {
  position: absolute;
  right: 420px;
  top: 0;
}
#design .collaborate {
  background: url("../img/gold_corner_bottom_left_large.jpg") left bottom;
  background-size: cover;
}
#design .collaborate .title {
  position: relative;
  z-index: 1;
}
#design .collaborate .title h3 {
  width: 120%;
}
#design .collaborate .title p {
  width: 120%;
}
#design .collaborate .img_container {
  position: relative;
}
#design .collaborate .img_container .info {
  position: absolute;
  width: 100%;
  bottom: 0;
}

/* ---------------- DESIGN END --------------- */
/* ---------------- ELITE CARE --------------- */
#elitecare .header {
  background: url("../img/elitecare/hero.jpg") left center;
  background-size: cover;
}
#elitecare .img_block.right h3 {
  width: 145%;
}
#elitecare .city_bg {
  background: url("../img/elitecare/city_bg.jpg") center;
  background-size: cover;
}
#elitecare .city_bg ul {
  padding-top: 40px;
  padding-left: 20px;
}
#elitecare .city_bg ul li {
  list-style-type: disc;
  margin-bottom: 10px;
}
#elitecare .city_bg ul li::marker {
  color: #B29046;
}
#elitecare .our_journey {
  margin-top: -230px;
}
#elitecare .our_journey p.number {
  font-family: "HelveticaNeue Bold";
  font-size: 80px;
  line-height: 1;
  margin-bottom: 20px;
  color: #B29046;
}
#elitecare .our_journey .line {
  margin-top: 20px;
  margin-bottom: 20px;
}
#elitecare .steps_bg {
  background: url("../img/elitecare/steps_bg.jpg") no-repeat right bottom;
  background-size: 50% auto;
}

/* ---------------- ELITE CARE END --------------- */
/* ---------------- COMMUNITIES --------------- */
#communities .header {
  background: url("../img/communities/hero.jpg") left bottom;
  background-size: cover;
}
#communities .community_type_filter {
  margin-bottom: 150px;
}
#communities .community_type_filter ul {
  display: flex;
  justify-content: space-between;
}
#communities .community_type_filter ul li {
  position: relative;
  font-size: 60px;
  color: #414141;
  cursor: pointer;
}
#communities .community_type_filter ul li span {
  position: relative;
}
#communities .community_type_filter ul li span:before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: transparent;
}
#communities .community_type_filter ul li:hover, #communities .community_type_filter ul li.active {
  color: #B29046;
  transition: all 0.3s;
}
#communities .community_type_filter ul li:hover span:before, #communities .community_type_filter ul li.active span:before {
  background: #B29046;
}
#communities .properties {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#communities .properties .property {
  width: 45%;
  max-width: 650px;
  margin-bottom: 90px;
}
#communities .properties .property h6 {
  font-size: 18px;
  margin-bottom: 20px;
}
#communities .properties .property h4 {
  width: 180%;
  margin-bottom: 5px;
}
#communities .properties .property p {
  width: 130%;
}
#communities .properties .property .bold_link {
  display: inline-block;
  margin-top: 30px;
}
#communities .properties .property .img_container {
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
#communities .properties .property .img_container:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 50%;
  background: rgb(0, 0, 0);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.7021183473) 0%, rgba(0, 0, 0, 0) 100%);
}
#communities .properties .property .img_container .background_video {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 280%;
  min-width: 100%;
  min-height: 100%;
}
#communities .properties .property .img_container .ratio {
  position: relative;
  width: 100%;
  height: 100%;
}
#communities .properties .property .img_container .video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover; /* Ensures the video covers the area of the container, cropping as necessary */
}
#communities .properties .property .video_control {
  font-size: 12px;
  text-transform: uppercase;
  padding-top: 5px;
  text-align: center;
  width: 100%;
  cursor: pointer;
  position: absolute;
  bottom: 0;
  height: auto;
  left: 50%;
  z-index: 10;
  top: auto;
  transform: translate(-50%, -10px);
}
#communities .properties .col-5 {
  position: relative;
  z-index: 2;
}
#communities .properties-fluid {
  position: relative;
}
#communities .properties-fluid .gold_corner {
  position: absolute;
  left: 0;
  bottom: 0;
  max-width: 80%;
  z-index: -1;
}

/* ---------------- COMMUNITIES END --------------- */
/* ---------------- COMMUNITY DETAILS --------------- */
#community_details .header,
#communities .header {
  background: url("../img/communities/community_details/hero.jpg") left center;
  background-size: cover;
}
#community_details .header p.text-gold,
#communities .header p.text-gold {
  margin-bottom: 10px;
}
#community_details .header h1,
#communities .header h1 {
  margin-bottom: 5px;
}
#community_details .header h4,
#communities .header h4 {
  color: #B29046;
  text-transform: uppercase;
  margin-bottom: 60px;
}
#community_details .page_content,
#communities .page_content {
  position: relative;
}
#community_details .page_content .main_logo,
#communities .page_content .main_logo {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 350px;
  max-height: 350px;
}
#community_details .breadcrumbs ul li,
#communities .breadcrumbs ul li {
  display: inline-block;
  vertical-align: middle;
  margin-right: 25px;
  font-size: 60px;
  color: #414141;
}
#community_details .breadcrumbs ul li:last-of-type,
#communities .breadcrumbs ul li:last-of-type {
  color: #B29046;
}
#community_details .breadcrumbs ul li:nth-last-child(2),
#communities .breadcrumbs ul li:nth-last-child(2) {
  color: #B29046;
}
#community_details .overview_gold_bg,
#communities .overview_gold_bg {
  background: url("../img/gold_corner_bottom_left_large.jpg") left bottom;
  background-size: cover;
}
#community_details .overview .line,
#communities .overview .line {
  margin-top: 20px;
  margin-bottom: 20px;
}
#community_details .overview h3,
#communities .overview h3 {
  margin-bottom: 120px;
}
#community_details .overview h4,
#communities .overview h4 {
  margin-bottom: 50px;
}
#community_details .overview p,
#communities .overview p {
  margin-bottom: 30px;
}
#community_details .brochure,
#communities .brochure {
  background: url("../img/communities/community_details/brochure_bg.jpg") center bottom;
  background-size: cover;
  padding-bottom: 70px;
  padding-top: 150px;
}
#community_details .brochure .download,
#communities .brochure .download {
  margin-top: 40px;
  text-align: right;
}
#community_details .brochure .download p,
#communities .brochure .download p {
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
}
#community_details .brochure .download img,
#communities .brochure .download img {
  display: inline-block;
  vertical-align: middle;
}
#community_details .floorplans,
#communities .floorplans {
  padding-top: 30px;
  padding-bottom: 150px;
}
#community_details .floorplans .title_container,
#communities .floorplans .title_container {
  position: relative;
  margin-bottom: 20px;
}
#community_details .floorplans .title_container .text,
#communities .floorplans .title_container .text {
  position: absolute;
  bottom: 12%;
  left: 6%;
}
#community_details .floorplans .filter_container,
#communities .floorplans .filter_container {
  display: flex;
  flex-wrap: wrap;
}
#community_details .floorplans .filter_item,
#communities .floorplans .filter_item {
  cursor: pointer;
  margin-bottom: 20px;
  margin-right: 30px;
}
#community_details .floorplans .filter_item p,
#communities .floorplans .filter_item p {
  position: relative;
  padding-left: 35px;
}
#community_details .floorplans .filter_item p:before,
#communities .floorplans .filter_item p:before {
  position: absolute;
  display: block;
  content: "";
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  width: 25px;
  height: 25px;
  border-radius: 50%;
  border: 1px solid #B29046;
  background: transparent;
}
#community_details .floorplans .filter_item.active p:before,
#communities .floorplans .filter_item.active p:before {
  background: #B29046;
}
#community_details .neighbourhood .main_img,
#communities .neighbourhood .main_img {
  position: relative;
  margin-bottom: 100px;
}
#community_details .neighbourhood .main_img .main,
#communities .neighbourhood .main_img .main {
  position: absolute;
  z-index: 2;
  left: 1.5%;
  top: 2.5%;
  height: 83.9%;
}
#community_details .neighbourhood .main_img .pixels,
#communities .neighbourhood .main_img .pixels {
  position: absolute;
  z-index: 3;
  left: 0;
  bottom: 0;
  width: 100%;
}
#community_details .neighbourhood .map_container,
#communities .neighbourhood .map_container {
  position: relative;
  padding-left: 55px;
}
#community_details .neighbourhood .map_container .zoom_icon,
#communities .neighbourhood .map_container .zoom_icon {
  position: absolute;
  left: 0;
  top: 0;
  cursor: pointer;
}
#community_details .neighbourhood p,
#communities .neighbourhood p {
  margin-bottom: 30px;
}

#community_details {
  /* the parent */
}
#community_details .background_video {
  z-index: 0;
}
#community_details .background_video:after {
  position: absolute;
  content: "";
  background: rgba(0, 0, 0, 0.6);
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
#community_details .filter ul li {
  display: inline-block;
  padding: 0 30px;
  color: #333333;
  border-right: 1px solid #FFFFFF;
  font-size: 60px;
  cursor: pointer;
}
#community_details .filter ul li:first-of-type {
  padding-left: 0;
}
#community_details .filter ul li:last-of-type {
  padding-right: 0;
  border-right: none;
}
#community_details .filter ul li.active, #community_details .filter ul li:hover {
  color: #fff;
}
#community_details .slider-for-container {
  position: relative;
}
#community_details .slider-for-container .arrow {
  display: none;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  cursor: pointer;
}
#community_details .slider-for-container .arrow.arrow_left {
  left: 0;
}
#community_details .slider-for-container .arrow.arrow_right {
  right: 0;
}
#community_details .slider-for {
  margin: 0 auto;
  position: relative;
  z-index: 10;
}
#community_details .slider-nav {
  margin-top: 25px;
}
#community_details .slider-nav .slick-track .img_box {
  margin: 0 10px;
  cursor: pointer;
}
#community_details .slider-nav .slick-slide:not(.slick-current) {
  position: relative;
}
#community_details .slider-nav .slick-slide:not(.slick-current):after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.5);
  transition: all 0.3s;
}
#community_details .slider-nav .slick-slide:not(.slick-current):hover:after {
  background: rgba(255, 255, 255, 0);
}
#community_details .slider-nav-container {
  position: relative;
}
#community_details .slider-nav-container .arrow {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  cursor: pointer;
}
#community_details .slider-nav-container .arrow.arrow_left {
  left: 0;
}
#community_details .slider-nav-container .arrow.arrow_right {
  right: 0;
}
#community_details .slider-nav .slick-prev,
#community_details .slider-nav .slick-next,
#community_details .slider-for .slick-prev,
#community_details .slider-for .slick-next {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  font-size: 0;
  color: rgba(0, 0, 0, 0);
  width: 30px;
  height: 30px;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.3);
  z-index: 10;
}
#community_details .slider-nav .slick-prev:before,
#community_details .slider-nav .slick-next:before,
#community_details .slider-for .slick-prev:before,
#community_details .slider-for .slick-next:before {
  content: "";
  position: absolute;
  top: 2px;
  left: 0;
  right: 0;
  bottom: 2px;
}
#community_details .slider-nav .slick-prev,
#community_details .slider-for .slick-prev {
  left: 0;
}
#community_details .slider-nav .slick-prev:before,
#community_details .slider-for .slick-prev:before {
  background: url("../img/communities/community_details/arrow_left.png") center no-repeat;
  background-size: contain;
}
#community_details .slider-nav .slick-next,
#community_details .slider-for .slick-next {
  right: 0;
}
#community_details .slider-nav .slick-next:before,
#community_details .slider-for .slick-next:before {
  background: url("../img/communities/community_details/arrow_right.png") center no-repeat;
  background-size: contain;
}
#community_details ::ng-deep .slick-track {
  margin-left: 0 !important;
}
#community_details .slider-for .slick-prev,
#community_details .slider-for .slick-next {
  display: none !important;
}
#community_details .slider_slider {
  margin: 0 -25px;
}
#community_details .slider_slider .slick-slide {
  margin: 0 25px;
}
#community_details .slider-for .slick-slide,
#community_details .slider-nav .slick-slide {
  margin: 0;
}
#community_details .slider-nav-container .slick-track {
  margin-left: 0;
}

.pastcommunities_page .line {
  margin-top: 20px;
  margin-bottom: 20px;
}

#community_details .footer_form {
  background: url("../img/communities/community_details/form_glow.jpg") center bottom no-repeat;
  background-size: cover;
}
#community_details .footer_form .form_container {
  max-width: none;
}
#community_details .footer_form h4 {
  line-height: 1.2;
}
#community_details .footer_form .form .disclaimer .checkbox label {
  color: #fff;
}

/* ---------------- COMMUNITY DETAILS END ----------- */
/* ---------------- NEWS -------------------------- */
.news .news_title {
  display: flex;
  margin-bottom: 20px;
}
.news .news_title img {
  padding-right: 5px;
}
.news .news_title p {
  font-size: 72px;
  line-height: 1;
  text-transform: uppercase;
}
.news .title .bold_link {
  letter-spacing: 0.8px;
}
.news .main_post {
  background-size: cover;
  padding: 50px 40px;
  padding-bottom: 250px;
  position: relative;
  margin-bottom: 25px;
}
.news .main_post:before {
  content: "";
  background: rgb(0, 0, 0);
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.6544992997) 0%, rgba(0, 0, 0, 0.0494572829) 100%);
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.news .main_post .content {
  position: relative;
}
.news .main_post .line {
  width: 35px;
  height: 5px;
  background: #fff;
  margin-bottom: 10px;
}
.news .main_post p {
  margin-bottom: 20px;
}
.news .main_post .bold_link {
  color: #fff;
}
.news .main_post .bold_link:hover {
  color: #B29046;
}
.news .posts {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.news .posts .post {
  width: 32%;
}
.news .posts .post h4 {
  font-size: 24px;
  margin-bottom: 10px;
}
.news .posts .post p.date {
  font-family: "HelveticaNeue Medium";
  font-style: italic;
  font-size: 15px;
  color: #B29046;
  margin-bottom: 20px;
  text-transform: capitalize;
}
.news .posts .post .image {
  background-size: cover;
}
.news .posts .post .image:hover {
  cursor: pointer;
  transition: all 0.3s;
  opacity: 0.8;
}

#news .header {
  background: url("../img/news/hero.jpg") left bottom;
  background-size: cover;
}

#project_updates .header {
  background: url("../img/project_updates/hero.jpg") right center;
  background-size: cover;
}

#news .categories,
#project_updates .categories {
  padding-top: 20px;
  margin-bottom: 150px;
}
#news .categories ul li,
#project_updates .categories ul li {
  position: relative;
  display: inline-block;
  margin-right: 30px;
  font-size: 25px;
  text-transform: uppercase;
  cursor: pointer;
}
#news .categories ul li:after,
#project_updates .categories ul li:after {
  content: "";
  position: absolute;
  right: -15px;
  height: 100%;
  width: 1px;
  background: #fff;
}
#news .categories ul li.active, #news .categories ul li:hover,
#project_updates .categories ul li.active,
#project_updates .categories ul li:hover {
  color: #B29046;
}
#news .categories ul li:last-of-type:after,
#project_updates .categories ul li:last-of-type:after {
  display: none;
}
#news .posts,
#project_updates .posts {
  flex-wrap: wrap;
  justify-content: flex-start;
}
#news .posts .post,
#project_updates .posts .post {
  margin-bottom: 50px;
  width: 31%;
  margin-right: 2%;
}

#post .header .container {
  min-height: 45vh;
}
#post .page_content {
  padding-top: 10vh;
  padding-bottom: 20vh;
}
#post .date {
  margin-bottom: 20px;
}
#post .date p {
  display: inline-block;
  vertical-align: middle;
  font-size: 15px;
  margin-bottom: 0;
}
#post .date img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
#post ul {
  padding-left: 20px;
}
#post ul li {
  list-style-type: disc;
  margin-bottom: 10px;
}
#post p {
  margin-bottom: 20px;
}
#post p a {
  color: #B29046;
}
#post p a:hover {
  text-decoration: underline;
}
#post p iframe {
  width: 100% !important;
}

/* ---------------- NEWS END ---------------------- */
/* ---------------- PROJECT UPDATES -------------------------- */
.project_post .header {
  background: url("../img/news/hero.jpg") right center;
  background-size: cover;
}
.project_post .back_btn {
  margin-bottom: 40px;
  cursor: pointer;
}
.project_post .back_btn img, .project_post .back_btn p {
  display: inline-block;
  vertical-align: middle;
}
.project_post .back_btn p {
  transition: all 0.3s;
  font-family: "HelveticaNeue Bold";
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 0 !important;
}
.project_post .back_btn:hover p {
  color: #B29046;
}

#project_updates .show_full_message {
  cursor: pointer;
}
#project_updates .message {
  display: none;
}
#project_updates .posts .post .image {
  --bs-aspect-ratio: calc(8.7 / 16 * 100%);
}

/* ---------------- PROJECT UPDATES END -------------------------- */
/* ---------------- REGISTER -------------------------- */
.article-register .page_content {
  overflow: hidden;
}

#register .page_content {
  padding-top: 0;
}
#register .menu_container {
  display: none !important;
}
#register .header {
  background: url("../img/register/main.jpg") left center;
  background-size: cover;
}
#register .form {
  padding: 10px;
  background: rgba(0, 0, 0, 0.3);
}
#register .form .checkbox label {
  color: #bbb;
}

/* ---------------- REGISTER END ---------------------- */
/* ---------------- CONTACT -------------------------- */
#contact .header {
  background: url("../img/contact/hero.jpg") left center;
  background-size: cover;
}
#contact .footer_form {
  background: none;
}

/* ---------------- CONTACT END -------------------------- */
/* ---------------- FOOTER -------------------- */
.footer_form {
  background: url("../img/form_bg.jpg") left center no-repeat;
  background-size: auto 100%;
}
.footer_form .form_container {
  max-width: 800px;
}
.footer_form h3 {
  margin-bottom: 60px;
}
.footer_form h4 {
  text-transform: capitalize;
}

.form {
  position: relative;
  margin: 0 auto;
  transition: all 0.4s;
  overflow: hidden;
}
.form input[type=text],
.form input[type=search],
.form input[type=tel],
.form input[type=number],
.form input[type=email],
.form input[type=password],
.form textarea,
.form select {
  width: 100%;
  font-family: "HelveticaNeue Regular";
  font-size: 13px;
  letter-spacing: 1px;
  line-height: 30px;
  text-transform: none;
  color: #fff;
  -webkit-appearance: none;
  border: none;
  background: transparent;
  border-bottom: 1px solid #414141;
  outline: none;
  border-radius: 0;
  padding: 0;
  padding-bottom: 20px;
  margin-bottom: 60px;
}
.form .other {
  color: #000;
}
.form textarea {
  margin-bottom: 20px;
}
.form input[type=text]::placeholder,
.form input[type=search]::placeholder,
.form input[type=tel]::placeholder,
.form input[type=number]::placeholder,
.form input[type=email]::placeholder,
.form input[type=password]::placeholder,
.form select::placeholder,
.form textarea::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
  opacity: 1; /* Firefox */
  text-transform: uppercase;
}
.form input[type=text]:-ms-input-placeholder,
.form input[type=search]:-ms-input-placeholder,
.form input[type=tel]:-ms-input-placeholder,
.form input[type=number]:-ms-input-placeholder,
.form input[type=email]:-ms-input-placeholder,
.form input[type=password]:-ms-input-placeholder,
.form select:-ms-input-placeholder,
.form textarea:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #fff;
  text-transform: uppercase;
}
.form input[type=text]::-ms-input-placeholder,
.form input[type=search]::-ms-input-placeholder,
.form input[type=tel]::-ms-input-placeholder,
.form input[type=number]::-ms-input-placeholder,
.form input[type=email]::-ms-input-placeholder,
.form input[type=password]::-ms-input-placeholder,
.form select::-ms-input-placeholder,
.form textarea::-ms-input-placeholder { /* Microsoft Edge */
  color: #fff;
  text-transform: uppercase;
}
.form select option[default] {
  text-transform: uppercase;
}
.form select {
  background: url("../img/communities/community_details/select_arrow.png") no-repeat right center;
}
.form input:-webkit-autofill,
.form input:-webkit-autofill:hover,
.form input:-webkit-autofill:focus,
.form input:-webkit-autofill:active {
  -webkit-background-clip: text;
  -webkit-text-fill-color: #ffffff;
  transition: background-color 5000s ease-in-out 0s;
  box-shadow: inset 0 0 20px 20px #000;
}
.form .missing input[type=text],
.form .missing input[type=search],
.form .missing input[type=tel],
.form .missing input[type=number],
.form .missing input[type=email],
.form .missing input[type=password],
.form .missing textarea {
  border-bottom: 1px solid red;
}
.form .missing input[type=text]::placeholder,
.form .missing input[type=search]::placeholder,
.form .missing input[type=tel]::placeholder,
.form .missing input[type=number]::placeholder,
.form .missing input[type=email]::placeholder,
.form .missing input[type=password]::placeholder,
.form .missing textarea::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: red;
  opacity: 1; /* Firefox */
}
.form .missing input[type=text]:-ms-input-placeholder,
.form .missing input[type=search]:-ms-input-placeholder,
.form .missing input[type=tel]:-ms-input-placeholder,
.form .missing input[type=number]:-ms-input-placeholder,
.form .missing input[type=email]:-ms-input-placeholder,
.form .missing input[type=password]:-ms-input-placeholder,
.form .missing textarea:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: red;
}
.form .missing input[type=text]::-ms-input-placeholder,
.form .missing input[type=search]::-ms-input-placeholder,
.form .missing input[type=tel]::-ms-input-placeholder,
.form .missing input[type=number]::-ms-input-placeholder,
.form .missing input[type=email]::-ms-input-placeholder,
.form .missing input[type=password]::-ms-input-placeholder,
.form .missing textarea::-ms-input-placeholder { /* Microsoft Edge */
  color: red;
}
.form .missing select {
  border-bottom: 1px solid red;
  color: red;
}
.form .checkbox {
  display: inline-block;
  position: relative;
  font-size: 20px;
  padding-top: 10px;
  padding-bottom: 20px;
  text-align: left;
  margin-right: 5px;
}
.form .checkbox input {
  position: absolute;
  opacity: 0;
  width: 10px;
  height: 10px;
  left: 30px;
}
.form .checkbox label {
  padding: 10px 15px;
  position: relative;
  cursor: pointer;
  text-transform: none;
  color: #414141;
}
.form .checkbox input[type=radio]:checked + label,
.form .checkbox input[type=checkbox]:checked + label {
  background: #000;
  color: #fff;
}
.form .checkbox.missing label:before {
  border-color: red;
}
.form .disclaimer .checkbox {
  display: inline-block;
  position: relative;
  font-size: 15px;
  padding-top: 10px;
  padding-bottom: 20px;
  text-align: left;
  margin-right: 0px;
}
.form .disclaimer .checkbox input {
  position: absolute;
  opacity: 0;
  width: 10px;
  height: 10px;
  left: 30px;
}
.form .disclaimer .checkbox label {
  padding-left: 40px;
  position: relative;
  cursor: pointer;
  text-transform: none;
  line-height: 1.3;
}
.form .disclaimer .checkbox label:before {
  content: "";
  position: absolute;
  top: 15px;
  display: block;
  left: -5px;
  width: 25px;
  height: 25px;
  margin-left: 5px;
  border-width: 1px;
  border-style: solid;
  border-color: #F8F8F8;
  border-image: initial;
  background: transparent;
  text-align: center;
  line-height: 23px;
  font-size: 20px;
}
.form .disclaimer .checkbox input[type=radio]:checked + label,
.form .disclaimer .checkbox input[type=checkbox]:checked + label {
  background: transparent;
  color: #414141;
}
.form .disclaimer .checkbox input[type=radio]:checked + label:before,
.form .disclaimer .checkbox input[type=checkbox]:checked + label:before {
  content: "✓";
  border-color: #FFFFFF;
  color: #fff;
}
.form .disclaimer .checkbox.missing label:before {
  border-color: red;
}
.form .disclaimer.interest .checkbox {
  padding: 0;
}
.form .disclaimer .missing .checkbox label:before {
  border-color: red;
}
.form .warning-message,
.form .error-message {
  display: block;
  font-size: 14px;
  line-height: 1.5;
  color: red;
}
.form .thank_you_message {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  opacity: 0;
  z-index: -1;
  text-align: center;
  transition: all 0.4s;
  background: #000;
  padding: 30px;
}
.form .thank_you_message .close_btn {
  position: absolute;
  bottom: 20px;
  width: 100%;
  text-align: center;
}
.form .thank_you_message h4, .form .thank_you_message h5 {
  position: absolute;
  text-align: center;
  line-height: 1.2;
  width: 100%;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
}
.form .thank_you_message h5 {
  line-height: 1.4;
}
.form .thank_you_message .close_btn {
  position: absolute;
  bottom: 20%;
  left: 50%;
  transform: translate(-50%, 0);
  font-size: 24px;
}
.form .my_btn {
  background: transparent;
  border: none;
  font-size: 18px;
}
.form.form-done .thank_you_message {
  opacity: 1;
  z-index: 3;
}
.form.white_input input:-webkit-autofill,
.form.white_input input:-webkit-autofill:hover,
.form.white_input input:-webkit-autofill:focus,
.form.white_input input:-webkit-autofill:active {
  -webkit-background-clip: text;
  -webkit-text-fill-color: #000;
  transition: background-color 5000s ease-in-out 0s;
  box-shadow: inset 0 0 20px 20px #fff;
}

.footer {
  padding-top: 60px;
  padding-bottom: 110px;
  position: relative;
}
.footer ul li {
  font-family: "HelveticaNeue Regular";
  font-size: 14px;
  text-transform: uppercase;
}
.footer ul li:hover a, .footer ul li.active a {
  color: #B29046;
}
.footer .menu {
  padding-bottom: 280px;
}
.footer p.title {
  font-family: "HelveticaNeue Thin";
  font-size: 27px;
}
.footer .disclaimer {
  padding-top: 40px;
}
.footer .disclaimer p {
  font-size: 12px;
  line-height: 1.4;
  color: #414141;
}
.footer .disclaimer p span {
  color: #fff;
}

/* ---------------- FOOTER END ----------------- */
/* --- active links ---- */
.article-home .menu_container ul li a[href="/"],
.article-home .footer ul li a[href="/"] {
  color: #B29046;
}

.article-about .menu_container ul li a[href="/about"],
.article-about .footer ul li a[href="/about"],
.article-service_page .menu_container ul li a[href="/about"],
.article-service_page .footer ul li a[href="/about"] {
  color: #B29046;
}

.article-about .menu_container ul li a[href="/about"],
.article-about .footer ul li a[href="/about"] {
  color: #B29046;
}

.article-communities .menu_container ul li a[href*="/communities"],
.article-communities .footer ul li a[href*="/communities"] {
  color: #B29046;
}

.article-community_details .menu_container ul li a[href*="/communities"],
.article-community_details .footer ul li a[href*="/communities"] {
  color: #B29046;
}

.article-design .menu_container ul li a[href="/designstudio"],
.article-design .footer ul li a[href="/designstudio"] {
  color: #B29046;
}

.article-elitecare .menu_container ul li a[href="/elitecare"],
.article-elitecare .footer ul li a[href="/elitecare"] {
  color: #B29046;
}

.article-news .menu_container ul li a[href="/news"],
.article-news .footer ul li a[href="/news"],
.article-post_page .menu_container ul li a[href="/news"],
.article-post_page .footer ul li a[href="/news"] {
  color: #B29046;
}

.article-register .menu_container ul li a[href="/register"],
.article-register .footer ul li a[href="/register"] {
  color: #B29046;
}

.article-register .menu_container ul li a[href="/register"],
.article-register .footer ul li a[href="/register"] {
  color: #B29046;
}

.article-contact .menu_container ul li a[href="/contact"],
.article-contact .footer ul li a[href="/contact"] {
  color: #B29046;
}

.footer_logo {
  width: 220px;
}

/* -------------- RESPONSIVE ------------------ */
.wide_ratio {
  display: none;
}

.header .mute_container {
  position: absolute;
  width: 40px;
  bottom: 5px;
  right: 10px;
  cursor: pointer;
  z-index: 1;
}
.header .mute_container img {
  width: 100%;
  -webkit-box-shadow: 0px 0px 10px 1px rgba(178, 144, 70, 0.3);
  box-shadow: 0px 0px 10px 1px rgba(178, 144, 70, 0.3);
  border-radius: 50%;
}
.header .mute_container .mute {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: -1;
  transition: all 0.3s;
  z-index: 2;
}
.header .mute_container.unmuted .unmute {
  opacity: 0;
}
.header .mute_container.unmuted .mute {
  opacity: 1;
  z-index: 1;
}

@media (min-aspect-ratio: 2/3) {
  .wide_ratio {
    display: block;
  }
  .high_ratio {
    display: none;
  }
}
@media (max-width: 2000px) {
  .img_block .inner {
    padding: 130px 50px 80px 50px;
  }
}
@media (max-width: 1850px) {
  h1 {
    font-size: 90px;
  }
  h3 {
    font-size: 54px;
  }
  .my_btn {
    line-height: 40px;
    font-size: 16px;
  }
  .header .background_video {
    width: 133.3333333333vh;
    min-width: 100%;
    transform: translate(-50%, -50%);
  }
  .img_block h3 {
    margin-bottom: 70px;
  }
  .img_block .inner {
    padding: 70px 50px 60px 50px;
  }
  .numbers {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .numbers p.number {
    font-size: 60px;
  }
  .numbers p.text {
    text-transform: uppercase;
  }
  #about .services .service h6 {
    min-height: 85px;
  }
  #about .team .team_item h4 {
    font-size: 32px;
  }
  #design .vision_main {
    margin-left: 0;
  }
  #design .step_inside .steps {
    width: 350px;
  }
  #design .vision_main {
    right: 350px;
  }
  #elitecare .img_block.right h3 {
    width: 130%;
  }
  #community_details .page_content .main_logo,
  #communities .page_content .main_logo {
    max-width: 300px;
    max-height: 300px;
  }
  #community_details .breadcrumbs ul li,
  #communities .breadcrumbs ul li {
    font-size: 50px;
  }
}
@media (max-width: 1500px) {
  body {
    font-size: 18px;
  }
  h1 {
    font-size: 80px;
  }
  h3 {
    font-size: 42px;
  }
  h4 {
    font-size: 36px;
  }
  h5 {
    font-size: 13px;
  }
  h6 {
    font-size: 22px;
  }
  .header .dark_bg {
    width: 100%;
  }
  .section-padding {
    padding-top: 110px;
    padding-bottom: 110px;
  }
  .bold_link {
    font-size: 17px;
  }
  .img_block h3 {
    margin-bottom: 50px;
  }
  .img_block h5 {
    margin-bottom: 15px;
  }
  .img_block .inner {
    padding: 30px 30px 30px 40px;
  }
  .news .news_title p {
    font-size: 60px;
  }
  .news .news_title img {
    width: 100px;
  }
  .news .title .bold_link {
    letter-spacing: normal;
  }
  .news .main_post {
    margin-bottom: 45px;
  }
  .news .posts {
    flex-wrap: wrap;
  }
  .news .posts .post {
    width: 47%;
    margin-bottom: 45px;
  }
  .news .posts .post p.date {
    margin-bottom: 15px;
  }
  .numbers p.number {
    white-space: nowrap;
    font-size: 50px;
  }
  .numbers p.number .lower {
    font-size: 30px;
  }
  .numbers .container > div > div {
    padding: 0px 10%;
  }
  #home .map .form_box .field input {
    line-height: 50px;
  }
  #home .communities_slider .community_slide {
    min-height: 55vh;
    width: 17.5%;
  }
  #home .communities_slider .community_slide h1 {
    font-size: 70px;
  }
  #home .communities_slider .community_slide.active {
    width: 65%;
  }
  #home .communities_slider .community_slide h5 {
    font-size: 10px;
  }
  #about .culture .culture_item .image_container h4 {
    font-size: 24px;
    border-top: 3px solid #fff;
  }
  #about .culture .culture_item .text {
    border-top: 3px solid #fff;
  }
  #about .team .team_item {
    padding-left: 30px;
    padding-right: 60px;
  }
  #about .team .team_item h4 {
    font-size: 26px;
  }
  #about .team .team_item .minus {
    width: 20px;
    height: 4px;
    right: 20px;
  }
  #about .team .team_item .minus.plus:before {
    height: 20px;
    width: 4px;
  }
  #design .collaborate .img_container .info {
    position: relative;
    bottom: auto;
  }
  #design .collaborate .title p {
    width: 100%;
  }
  #design .step_inside .steps {
    width: 250px;
  }
  #design .vision_main {
    right: 250px;
  }
  #communities .community_type_filter {
    margin-bottom: 100px;
  }
  #communities .community_type_filter ul li {
    font-size: 42px;
  }
  #community_details .page_content .main_logo,
  #communities .page_content .main_logo {
    max-width: 250px;
    max-height: 250px;
  }
  #community_details .breadcrumbs ul li,
  #communities .breadcrumbs ul li {
    margin-right: 20px;
    font-size: 40px;
  }
  #community_details .brochure,
  #communities .brochure {
    padding-top: 100px;
  }
  #community_details .filter ul li {
    font-size: 50px;
  }
  #news .categories,
  #project_updates .categories {
    margin-bottom: 100px;
  }
  #news .categories ul li,
  #project_updates .categories ul li {
    font-size: 20px;
    margin-right: 20px;
  }
  #news .categories ul li::after,
  #project_updates .categories ul li::after {
    right: -12px;
  }
  #news .posts .post,
  #project_updates .posts .post {
    width: 48%;
  }
  .footer .menu {
    padding-bottom: 200px;
  }
  .footer .menu img {
    width: 150px;
  }
}
@media (max-width: 1200px) {
  body {
    font-size: 16px;
  }
  body p {
    line-height: 1.4;
  }
  h1 {
    font-size: 70px;
  }
  h3 {
    font-size: 36px;
  }
  h4 {
    font-size: 30px;
  }
  .title_margin {
    margin-bottom: 40px;
  }
  .section-padding {
    padding-top: 90px;
    padding-bottom: 90px;
  }
  .header h1 {
    margin-bottom: 30px;
  }
  .header .container {
    min-height: 80vh;
  }
  .page_content {
    padding-top: 20vh;
  }
  .header .background_video {
    width: 142.2222222222vh;
  }
  .menu_container .big_scroll {
    display: none;
  }
  .menu_container .small_scroll {
    display: block;
  }
  .menu_container ul li {
    font-size: 14px;
  }
  .img_block {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .img_block h3 {
    margin-bottom: 30px;
  }
  .img_block.right h3 {
    width: 170%;
  }
  .numbers {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  #home .img_block .inner {
    padding: 20px 20px 30px 20px;
  }
  #home .communities_slider {
    flex-wrap: wrap;
  }
  #home .communities_slider .community_slide {
    min-height: auto;
    width: 100%;
    height: 13vh;
    min-height: 150px;
  }
  #home .communities_slider .community_slide h1 {
    font-size: 60px;
  }
  #home .communities_slider .community_slide.active {
    width: 100%;
    height: 50vh;
  }
  #home .communities_slider .community_slide h5 {
    font-size: 10px;
  }
  #home .communities_slider .community_slide .main_info {
    padding: 30px;
  }
  #about .team .team_item {
    width: 50%;
    margin-bottom: 50px;
  }
  #about .services .service h6 {
    margin-bottom: 20px;
  }
  #design .step_inside .steps {
    width: 30%;
  }
  #design .vision_main {
    position: relative;
    right: auto;
    top: auto;
  }
  #elitecare .our_journey {
    padding-top: 80px;
    margin-top: auto;
  }
  #communities .community_type_filter ul li {
    font-size: 36px;
  }
  #communities .properties .property {
    width: 47%;
  }
  #communities .properties .property h4 {
    width: 200%;
  }
  #communities .properties .property p {
    width: 200%;
  }
  #communities .properties .property .img_container:before {
    height: 80%;
  }
  #community_details .header,
  #communities .header {
    background: url(../img/communities/community_details/hero_mob.jpg) left center;
    background-size: cover;
  }
  #community_details .page_content .main_logo,
  #communities .page_content .main_logo {
    max-width: 150px;
    max-height: 150px;
  }
  #community_details .breadcrumbs ul li,
  #communities .breadcrumbs ul li {
    margin-right: 20px;
    font-size: 36px;
  }
  #community_details .floorplans,
  #communities .floorplans {
    padding-bottom: 100px;
  }
  #community_details .numbers .container > div,
  #communities .numbers .container > div {
    width: 50%;
    text-align: left;
    border-right: none;
  }
  #news .categories ul li,
  #project_updates .categories ul li {
    font-size: 16px;
  }
  #register .form {
    padding-top: 40px;
  }
  #register .form input[type=text],
  #register .form input[type=search],
  #register .form input[type=tel],
  #register .form input[type=number],
  #register .form input[type=email],
  #register .form input[type=password],
  #register .form textarea,
  #register .form select {
    margin-bottom: 40px;
  }
  .footer_form {
    background: none;
    padding-bottom: 50px;
  }
  .footer_form .form_container {
    max-width: none;
  }
  .footer .menu {
    padding-bottom: 140px;
  }
  .footer ul li:first-of-type {
    width: 100%;
    margin-bottom: 30px;
  }
}
@media (max-width: 991px) {
  h1 {
    font-size: 44px;
  }
  h3 {
    font-size: 32px;
  }
  h4 {
    font-size: 26px;
  }
  .title_margin {
    margin-bottom: 30px;
  }
  .my_btn {
    line-height: 36px;
    font-size: 13px;
  }
  .hamburger {
    padding: 0;
  }
  .header .hamburger {
    margin-bottom: 5px;
  }
  .header .logo {
    padding-top: 10px;
  }
  .header .container {
    padding: 20px 0 40px 0;
    min-height: 60vh;
  }
  .header .my_btn {
    width: 155px;
    padding: 0 10px;
    margin-bottom: 10px;
  }
  .section-padding {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .img_block.right h3 {
    width: auto;
  }
  .menu_container {
    top: 0;
    z-index: -1;
    opacity: 0;
    background: rgba(0, 0, 0, 0.9);
    padding-top: 100px;
  }
  .menu_container ul li {
    display: block;
    width: 100%;
    font-size: 16px;
    margin-bottom: 40px;
  }
  .menu_container.scrolled {
    background: rgba(0, 0, 0, 0.9);
  }
  .menu_container.open {
    z-index: 5;
    transition: all 0.4s;
    opacity: 1;
  }
  .page_content {
    padding-top: 50px;
  }
  .container {
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .header .container,
  .mobile_header .container {
    padding-left: 20px;
    padding-right: 20px;
  }
  .news .news_title img {
    width: 80px;
  }
  .news .news_title p {
    font-size: 50px;
  }
  .news .main_post {
    padding: 40px 20px;
    padding-bottom: 150px;
  }
  .news .main_post h4 {
    font-size: 32px;
    margin-bottom: 10px;
  }
  .news .posts .post {
    width: 100%;
  }
  #home .header .container {
    min-height: 80vh;
  }
  #home .page_content {
    padding-top: 0;
  }
  #home .numbers .container > div > div {
    padding: 0px 5%;
  }
  #home .map {
    padding-top: 70px;
    padding-bottom: 120px;
  }
  #home .map .form_box .field input {
    line-height: 46px;
    padding-left: 90px;
    font-size: 14px;
  }
  #home .map .form_box .field .register_btn img {
    width: 35px;
  }
  #home .map .form_box .field:before {
    font-size: 14px;
  }
  #home .communities_slider .community_slide h1 {
    white-space: normal;
  }
  #about .services {
    flex-wrap: wrap;
  }
  #about .services .service {
    width: calc(50% - 10px);
    margin-right: 10px;
    margin-bottom: 40px;
  }
  #about .culture .culture_item .image_container h4 {
    border-top: none;
  }
  #about .culture .culture_item .text {
    border-top: none;
  }
  #design .step_inside .steps {
    display: none;
  }
  #design .collaborate .title h3 {
    width: 100%;
  }
  #elitecare .header {
    background: url(../img/elitecare/hero_mob.jpg) left center;
    background-size: cover;
  }
  #elitecare .img_block.right h3 {
    width: auto;
  }
  #communities .community_type_filter {
    margin-bottom: 50px;
  }
  #communities .community_type_filter ul li {
    margin-bottom: 20px;
  }
  #communities .properties .property h4 {
    width: 200%;
  }
  #communities .properties .property p {
    width: 200%;
  }
  #community_details .page_content .main_logo,
  #communities .page_content .main_logo {
    left: auto;
    right: 5px;
    transform: translate(0, -50%);
  }
  #community_details .breadcrumbs,
  #communities .breadcrumbs {
    display: none;
  }
  #community_details .overview h3,
  #communities .overview h3 {
    margin-bottom: 50px;
  }
  #community_details .brochure,
  #communities .brochure {
    padding-top: 40px;
    padding-bottom: 60px;
  }
  #community_details .brochure .download p,
  #communities .brochure .download p {
    font-size: 14px;
    margin-right: 15px;
  }
  #community_details .floorplans,
  #communities .floorplans {
    padding-bottom: 70px;
  }
  #community_details .neighbourhood .main_img,
  #communities .neighbourhood .main_img {
    margin-bottom: 40px;
  }
  #news .header,
  #project_updates .header {
    background-position: center bottom;
  }
  #news .categories,
  #project_updates .categories {
    margin-bottom: 60px;
  }
  #news .categories ul li,
  #project_updates .categories ul li {
    width: 100%;
    margin-bottom: 20px;
  }
  #news .categories ul li:after,
  #project_updates .categories ul li:after {
    display: none;
  }
  #register {
    padding-top: 0;
  }
  #register .header {
    background: url("../img/register/main_bg_mob.jpg") left center;
    background-size: cover;
  }
  #register .info_block h3 {
    margin-bottom: 30px;
  }
  #register .info_block h6 {
    text-transform: none;
    margin-bottom: 20px;
    padding-right: 10%;
  }
  .footer_form h3 {
    margin-bottom: 50px;
  }
  .footer_form .form input[type=text],
  .footer_form .form input[type=search],
  .footer_form .form input[type=tel],
  .footer_form .form input[type=number],
  .footer_form .form input[type=email],
  .footer_form .form input[type=password],
  .footer_form .form textarea,
  .footer_form .form select {
    padding-bottom: 15px;
    margin-bottom: 50px;
  }
  .footer_form .form .my_btn {
    font-size: 16px;
  }
  .footer {
    padding-bottom: 50px;
  }
  .footer .menu {
    padding-bottom: 0;
  }
  .project_post .header {
    background-position: center center;
  }
  .project_post .header h1 {
    margin-bottom: 15px;
  }
  .project_post p {
    font-size: 12px;
  }
  #project_updates .show_full_message a:hover {
    color: #fff;
  }
  #project_updates .header h1 {
    margin-bottom: 10px;
  }
  #project_updates .header {
    background: url("../img/project_updates/hero_mob.jpg") center;
    background-size: cover;
  }
  #community_details .filter ul li {
    font-size: 22px;
    padding: 0 20px;
  }
  #community_details .slider-for-container .arrow {
    display: inline-block;
    z-index: 10;
  }
  #community_details .slider-nav-container {
    display: none;
  }
  #community_details .slider-for .slick-prev,
  #community_details .slider-for .slick-next {
    display: block !important;
  }
}
@media (max-width: 767px) {
  h1 {
    font-size: 40px;
  }
  .header .logo {
    image-rendering: -webkit-optimize-contrast;
  }
  #home .communities_slider .community_slide h1 {
    font-size: 36px;
    margin-top: 10px;
  }
  #home .numbers .container > div {
    text-align: left;
    border: none;
    width: 100%;
  }
  #home .numbers .container > div > div {
    padding: 0px 0;
  }
  #communities .community_type_filter ul {
    flex-wrap: wrap;
    flex-direction: column;
  }
  #communities .properties .property {
    width: 100%;
  }
  #communities .properties .property .img_container:before {
    height: 80%;
  }
  #community_details .header {
    background-position: center !important;
  }
  #community_details .numbers p.number {
    font-size: 40px;
  }
  #community_details .numbers h5 {
    font-size: 12px;
  }
}
@media (max-width: 576px) {
  .container {
    max-width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }
  #home .img_block .inner {
    padding: 20px 10px 30px 10px;
  }
  #about .services {
    flex-wrap: wrap;
  }
  #about .services .service {
    width: 100%;
    margin-right: 0;
    margin-bottom: 60px;
  }
  #about .services .service h6 {
    font-size: 20px;
    min-height: auto;
  }
  #about .services .service:last-of-type {
    margin-bottom: 0;
  }
  #about .culture .culture_item .image_container h4 {
    position: relative;
    left: auto;
    width: auto;
    top: auto;
    text-align: center;
    margin-bottom: 20px;
  }
  #about .team .team_item {
    margin-bottom: 50px;
    width: 90%;
    margin-left: 5%;
  }
  #about .team .team_details .minus {
    margin-bottom: 30px;
  }
  #about .team .team_details p {
    font-size: 14px;
  }
  #news .posts .post,
  #project_updates .posts .post {
    width: 100%;
    margin-right: 0;
  }
}
@media (max-height: 1040px) and (min-width: 992px) {
  .menu_container {
    padding-bottom: 25px;
    padding-top: 25px;
  }
}
@media (max-height: 1000px) and (min-width: 992px) {
  .menu_container .small_scroll {
    display: block;
  }
  .menu_container .big_scroll {
    display: none;
  }
}
@media (max-height: 780px) and (min-width: 992px) {
  .header .container {
    min-height: 85vh;
  }
  .menu_container .small_scroll {
    display: none;
  }
  .page_content {
    padding-top: 15vh;
  }
}
/* -------------- RESPONSIVE END ------------------ */