@font-face {
  font-family: "big-caslon-fb", serif;
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "big-caslon-fb", serif;
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "HelveticaNeue Bold";
  src: url("fonts/HelveticaNeueBold.ttf");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "mundial", sans-serif;
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "mundial", sans-serif;
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "mundial", sans-serif;
  font-weight: 600;
  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 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: #C69111;
}
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: "mundial", sans-serif;
  font-weight: 300;
  font-size: 22px;
  line-height: 1.2;
  color: #000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: #fff;
}
body.no-overflow, body.no-scroll {
  overflow: hidden !important;
}
body p {
  line-height: 1.4;
}
body p b {
  font-weight: 600;
}

h1,
h2 {
  font-family: "big-caslon-fb", serif;
  font-weight: 400;
  font-size: 90px;
  line-height: 1.1;
}

h2 {
  text-transform: none;
  font-size: 75px;
}

h3 {
  font-family: "big-caslon-fb", serif;
  font-weight: 400;
  font-size: 40px;
  line-height: 1.3;
}

h4 {
  font-family: "big-caslon-fb", serif;
  font-weight: 700;
  font-size: 22px;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 3px;
  margin-bottom: 35px;
}
h4.diamond {
  position: relative;
}
h4.diamond:after {
  content: "";
  position: absolute;
  left: -35px;
  top: 50%;
  transform: translate(0, -50%);
  width: 23px;
  height: 23px;
  background: url("../img/diamond.svg");
  background-size: contain;
}

h5 {
  font-family: "big-caslon-fb", serif;
  font-weight: 400;
  font-size: 32px;
  text-transform: none;
  line-height: 1.1;
}

h6 {
  font-family: "mundial", sans-serif;
  font-weight: 700;
  font-size: 22px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 20px;
}

.text-gold {
  color: #C69111;
}

.title_margin {
  margin-bottom: 40px;
}

.line {
  width: 30px;
  height: 5px;
}
.line.gold {
  background: #C69111;
}

.my_btn {
  line-height: 56px;
  font-size: 19px;
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 0 20px;
  background: #3F3F42;
  border: 1px solid #3F3F42;
  border-radius: 7px;
  margin-top: 30px;
}
.my_btn.white_btn {
  background: #fff;
  color: #3F3F42;
  border: 1px solid #fff;
}
.my_btn.gold_btn {
  background: #C69111;
  color: #fff;
  border: 1px solid #C69111;
}

a {
  cursor: pointer;
}

.section-padding {
  padding-top: 90px;
  padding-bottom: 70px;
}

.section-padding-small {
  padding-top: 70px;
  padding-bottom: 50px;
}

/* ------------- 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 END --------------- */
.link {
  text-transform: uppercase;
  font-family: "HelveticaNeue Bold";
  font-size: 18px;
  color: #C69111;
  letter-spacing: 1px;
}
.link.link_border {
  text-decoration: underline;
}

.rounded_corners {
  border-radius: 30px;
}

.rounded_corners-small {
  border-radius: 15px;
}

.rounded_corners_bottom {
  border-bottom-left-radius: 35px;
  border-bottom-right-radius: 35px;
}

.hero {
  position: relative;
  min-height: 100vh;
  padding-top: 21vh;
}
.hero h1 {
  color: #fff;
}
.hero.dark h1 {
  color: #3F3F42;
}
.hero .container {
  position: relative;
  z-index: 2;
}
.hero::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.2);
  background: linear-gradient(184deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.15) 100%);
}
.hero.light h1 {
  color: #3F3F42;
}
.hero.light::after {
  background: none;
}
.hero.rounded_corners_bottom::after {
  content: "";
  border-bottom-left-radius: 35px;
  border-bottom-right-radius: 35px;
}

.wrapper {
  position: relative;
}
.wrapper:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
  background: url("../img/hollow_diamond_cropped.svg") no-repeat right 25px;
  background-size: clamp(200px, 50%, 1000px) auto;
}
.wrapper .under {
  position: relative;
  z-index: -2;
}
.wrapper.reverse:after {
  background: url("../img/hollow_diamond_cropped_left.svg") no-repeat -5% 23%;
  background-size: clamp(200px, 50%, 1000px) auto;
}
.wrapper.dark_bg_wrapper {
  background-color: #3F3F42;
}
.wrapper.dark_bg_wrapper:after {
  z-index: 0;
  background: url("../img/hollow_diamond_cropped_small.svg") no-repeat right bottom;
  background-size: clamp(150px, 50%, 600px) auto;
}
.wrapper.dark_bg_wrapper .container {
  position: relative;
  z-index: 2;
  color: #fff;
}

.dark_bg {
  background: #3F3F42;
  color: #fff;
}

.no-hero {
  padding-top: 170px;
  padding-bottom: 100px;
}

.communities {
  position: relative;
  z-index: 2;
}
.communities .community_link {
  display: flex;
  flex-wrap: wrap;
  height: 100%;
  align-content: space-between;
}
.communities .community {
  text-align: center;
}
.communities .community .link {
  display: block;
  width: 100%;
}
.communities .community .logo {
  display: block;
  max-width: 80%;
  margin: 45px auto 35px;
}
.communities .community h3 {
  margin: 30px auto 25px;
}
.communities .community .image_container {
  position: relative;
}
.communities .community .image_container .box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 65%;
  background: #C69111;
  border-radius: 30px;
  opacity: 0;
  transition: all 0.4s;
}
.communities .community .image_container h5 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -45%);
  text-align: center;
  text-transform: none;
  color: #fff;
  padding-top: 0;
  width: 65%;
  opacity: 0;
  transition: all 0.5s;
}
.communities .community:hover .image_container .box {
  opacity: 1;
  transform: translate(-50%, -50%) rotate(45deg);
}
.communities .community:hover .image_container h5 {
  opacity: 1;
}
.communities .community:hover h3 {
  color: #000;
}

.policy_page {
  padding-top: 170px;
  padding-bottom: 100px;
}
.policy_page .policy_popup {
  padding-top: 30px;
}
.policy_page h4 {
  margin-bottom: 25px;
  margin-top: 50px;
}
.policy_page p {
  font-size: 16px;
}

/* ---------------- HEADER -------------- */
ul.menu {
  font-size: 15px;
  text-transform: uppercase;
  display: flex;
  justify-content: space-between;
}
ul.menu li {
  letter-spacing: 1px;
}
ul.menu li a.active {
  color: #C69111;
}

.header {
  position: fixed;
  top: 0;
  width: 100%;
  left: 0;
  padding-top: 70px;
  padding-bottom: 20px;
  transition: all 0.3s;
  z-index: 10;
}
.header .logo_container {
  position: relative;
}
.header .logo_container .dark_logo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  transition: all 0.4s;
}
.header.scrolled, .header.policy {
  padding-top: 20px;
  background: #3F3F42;
}
.header ul.menu {
  color: #fff;
}

@media (min-width: 991px) {
  .header.dark-text:not(.scrolled) .logo_container .light_logo {
    opacity: 0;
  }
  .header.dark-text:not(.scrolled) .logo_container .dark_logo {
    opacity: 1;
  }
  .header.dark-text:not(.scrolled) ul.menu {
    color: #3F3F42;
  }
}
.service_form_container {
  display: none;
}

.mob_menu {
  position: absolute;
  width: 100%;
  top: 80px;
  left: 0;
  background: #F7F2EF;
  padding: 40px 30px;
  transform: translate(-100%, 0);
  background: #3F3F42;
  color: #fff;
  transition: all 0.4s;
}
.mob_menu.open {
  transform: translate(0, 0);
}

.article-undefined .header {
  padding-top: 20px;
  background: #3F3F42;
}
.article-undefined #mainbody {
  padding-top: 60px;
}

/* ---------------- HEADER END -------------- */
/* ---------------- REGISTER -------------------------- */
.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-size: 16px;
  line-height: 46px;
  text-transform: none;
  color: #000;
  -webkit-appearance: none;
  border: none;
  background: transparent;
  border-bottom: 1px solid #000;
  outline: none;
  border-radius: 0;
  padding: 1px 1px;
  margin-bottom: 20px;
}
.form select option {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 5px 1px;
}
.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+ */
  font-family: "sweet-sans-pro", sans-serif;
  color: #000;
  opacity: 1; /* Firefox */
}
.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 */
  font-family: "sweet-sans-pro", sans-serif;
  color: #000;
}
.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 */
  font-family: "sweet-sans-pro", sans-serif;
  color: #000;
}
.form select {
  background: url("../img/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: #000;
  transition: background-color 5000s ease-in-out 0s;
  box-shadow: inset 0 0 20px 20px #fff;
}
.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 .brokerage_name {
  display: none;
}
.form legend {
  font-size: 16px;
  line-height: 1.2;
  font-weight: 400;
}
.form .checkbox {
  display: inline-block;
  position: relative;
  font-size: 20px;
  padding-top: 10px;
  padding-bottom: 12px;
  text-align: left;
  margin-right: 5px;
}
.form .checkbox input {
  position: absolute;
  opacity: 0;
  width: calc(100% + 20px);
  height: 80%;
  left: -30px;
}
.form .checkbox label {
  padding: 10px 15px;
  position: relative;
  cursor: pointer;
  text-transform: none;
  color: #414141;
}
.form .checkbox label:before,
.form .checkbox label:after {
  content: "";
  position: absolute;
  left: -30px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1px solid #000;
  top: 50%;
  transform: translate(0, -50%);
}
.form .checkbox label:after {
  left: -24px;
  width: 18px;
  height: 18px;
  border: none;
}
.form .checkbox input[type=radio]:checked + label:after,
.form .checkbox input[type=checkbox]:checked + label:after {
  background: #000;
}
.form .checkbox.missing label:before {
  border-color: red !important;
}
.form .checkbox.consent {
  padding: 0;
  padding-left: 35px;
}
.form .checkbox.consent label {
  font-size: 13px;
  line-height: 1.3;
  padding-left: 10px;
  padding-right: 10px;
}
.form .checkbox.consent label:before {
  border-radius: 0;
  top: 10px;
  left: -35px;
  transform: translate(0, 0);
  width: 26px;
  height: 26px;
  border-color: #000;
}
.form .checkbox.consent label:after {
  content: "";
  left: -31px;
  width: 26px;
  height: 29px;
  top: 31px;
}
.form .checkbox.consent input[type=radio]:checked + label:after,
.form .checkbox.consent input[type=checkbox]:checked + label:after {
  background: url("../img/check.png") no-repeat;
  background-size: auto;
}
.form .radio-wrapperG .checkbox {
  margin-right: 70px;
}
.form .radio-wrapperG .checkbox:last-of-type {
  margin-right: 0;
}
.form .field {
  position: relative;
}
.form button[type=submit] {
  font-weight: bold;
  text-transform: uppercase;
  color: #C69111;
  border-bottom: 1px solid #C69111;
  padding: 0;
  font-size: 24px;
}
.form .warning-message,
.form .error-message {
  display: block;
  font-size: 12px;
  line-height: 1.5;
  color: red;
  position: absolute;
  bottom: 3px;
  right: 0;
}
.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: #fff;
  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.form-done .thank_you_message {
  opacity: 1;
  z-index: 3;
}

/* ---------------- REGISTER END ---------------------- */
/* --------------- MAIN CONTENT ---------------- */
ul.diamond li {
  position: relative;
  padding-left: 50px;
  line-height: 1.2;
  margin-bottom: 20px;
}
ul.diamond li::before {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  top: 5px;
  left: 0;
  background: url("/img/marker.svg") no-repeat center;
  background-size: contain;
}

#home .hero {
  background: url("../img/home/hero.jpg") center;
  background-size: cover;
}
#home .charity {
  background: url("../img/home/beach.jpg") center;
  background-size: cover;
  color: #fff;
  text-align: center;
  display: flex;
  min-height: 80vh;
  align-items: center;
  justify-content: center;
}

#stonebridge .hero {
  background: url("../img/stonebridge/hero.jpg") center;
  background-size: cover;
}

#design .hero {
  background: url("../img/design/hero.jpg") center;
  background-size: cover;
}

#communities .hero {
  background: url("../img/communities_page/hero.jpg") center;
  background-size: cover;
}
#communities .wrapper {
  background-size: clamp(200px, 50%, 700px) auto;
}

#gallery .hero {
  background: url("../img/gallery/hero.jpg") center;
  background-size: cover;
}
#gallery .hero::after {
  background: rgb(0, 0, 0);
  background: linear-gradient(184deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.15) 100%);
}

#gallery .line,
#past_community .line {
  width: 70%;
  height: 1px;
  background: #000;
  margin: 20px 0;
}
#gallery .tile,
#past_community .tile {
  cursor: pointer;
  opacity: 0.6;
  transition: all 0.1s;
}
#gallery .tile.active, #gallery .tile:hover,
#past_community .tile.active,
#past_community .tile:hover {
  opacity: 1;
}
#gallery .arrows,
#past_community .arrows {
  margin-bottom: 30px;
}
#gallery .arrows .arrow,
#past_community .arrows .arrow {
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  width: 15px;
}
#gallery .arrows .arrow.arrow_right,
#past_community .arrows .arrow.arrow_right {
  margin-left: 35px;
}

#past_community .hero {
  overflow: hidden;
}
#past_community .hero .container {
  z-index: 2;
}
#past_community .hero .bg_slider {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
#past_community .hero .bg_slider .slick-list {
  height: 100%;
}
#past_community .hero .bg_slider .slick-track {
  height: 100%;
}
#past_community .hero .bg_slider .my_slide {
  height: 100%;
  width: 100%;
}
#past_community .hero .slider_dots {
  position: absolute;
  bottom: 5%;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 5;
}
#past_community .hero .slider_dots ul {
  display: flex;
  align-items: center;
  column-gap: 15px;
  width: 100%;
}
#past_community .hero .slider_dots li {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #fff;
  cursor: pointer;
}
#past_community .hero .slider_dots li.slick-active {
  background: #C69111;
}
#past_community .hero .slider_dots li button {
  font-size: 0;
  color: transparent;
}

.beachway_page .wrapper.reverse:after {
  z-index: 0;
  background: url(../img/hollow_diamond_cropped_left.svg) no-repeat left 54%;
  background-size: clamp(200px, 50%, 1000px) auto;
}
.beachway_page .wrapper.reverse .container {
  position: relative;
  z-index: 1;
}

.gallery .switch_slider {
  opacity: 0.5;
  transition: all 0.4s;
  cursor: pointer;
}
.gallery .switch_slider.active, .gallery .switch_slider:hover {
  opacity: 1;
}
.gallery .switch_slider.has_border {
  position: relative;
}
.gallery .switch_slider.has_border::after {
  position: absolute;
  content: "";
  height: 100%;
  right: -15px;
  width: 1px;
  background: #000;
}
.gallery .switch_slider sup {
  font-family: "mundial", sans-serif;
  font-weight: 300;
  font-size: 20px;
  top: -50px;
}

.kingfisher_page .wrapper:after {
  top: -30%;
}

#customer .hero {
  background: url("../img/customer/hero.jpg") center;
  background-size: cover;
}
#customer .hero:after {
  background: rgba(0, 0, 0, 0.3);
}
#customer .line {
  width: 95%;
  height: 1px;
  background: #000;
  margin: 30px 0;
}
#customer .contact_info h5 {
  min-height: 80px;
}
#customer .items .item {
  margin-bottom: 30px;
}
#customer .items .item h4 {
  cursor: pointer;
  position: relative;
  padding-left: 40px;
  margin-bottom: 20px;
}
#customer .items .item h4::before, #customer .items .item h4::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  width: 18px;
  height: 2px;
  background: #000;
}
#customer .items .item h4::after {
  transition: all 0.3s;
  left: 8px;
  width: 2px;
  height: 18px;
}
#customer .items .item p {
  display: none;
  counter-reset: list-counter calc(var(--start) - 1);
  list-style: none;
  padding-left: 45px;
  padding-bottom: 10px;
}
#customer .items .item.active h4::after {
  transform: rotate(90deg) translate(0%, 0%);
  top: 4px;
}

#contact .hero {
  background: url("../img/contact/hero.jpg") center;
  background-size: cover;
}
#contact .hero:after {
  background: rgba(0, 0, 0, 0.4);
}
#contact .wrapper:after {
  display: none;
}

.link {
  cursor: pointer;
  transition: all 0.3s;
}
.link img {
  transition: all 0.3s;
}
.link:hover img {
  transform: translate(10px, 0);
}

.gold_line {
  border-top: 1px solid #C69111;
  padding-bottom: 80px;
}

.news_posts .post {
  margin-bottom: 80px;
}
.news_posts .post .main {
  margin-bottom: 50px;
}
.news_posts .post .location {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: bold;
  color: #C69111;
  margin-bottom: 30px;
}
.news_posts .post h3, .news_posts .post h5 {
  margin-bottom: 40px;
}
.news_posts .post p {
  margin-bottom: 40px;
}
.news_posts .post p.date {
  margin-bottom: 10px;
}
.news_posts .post p.author {
  font-size: 16px;
}
.news_posts .post.featured_post {
  margin-bottom: 90px;
}
.news_posts .post.featured_post .main {
  margin-bottom: 70px;
}

.news_slider_container {
  position: relative;
  /* the slides */
  /* the parent */
}
.news_slider_container .image_container {
  position: relative;
  padding-top: 80%;
  margin-bottom: 40px;
}
.news_slider_container .image_container .box {
  position: absolute;
  top: 48%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 45%;
  background: #C69111;
  border-radius: 30px;
  opacity: 0;
  transition: all 0.4s;
}
.news_slider_container .image_container h5 {
  position: absolute;
  top: 48%;
  left: 50%;
  transform: translate(-50%, -45%);
  text-align: center;
  text-transform: none;
  color: #fff;
  padding-top: 0;
  width: 45%;
  opacity: 0;
  transition: all 0.5s;
}
.news_slider_container .image_container:hover .box {
  opacity: 1;
  transform: translate(-50%, -50%) rotate(45deg);
}
.news_slider_container .image_container:hover h5 {
  opacity: 1;
}
.news_slider_container .image_container:hover h3 {
  color: #000;
}
.news_slider_container .slick-slide {
  margin: 0 20px;
}
.news_slider_container .slick-list {
  margin: 0 -20px;
}
.news_slider_container .text {
  padding-left: 120px;
}
.news_slider_container .arrows {
  position: absolute;
  left: 0;
  bottom: -5px;
  padding: 10px;
  background: #fff;
}
.news_slider_container .arrows .arrow {
  cursor: pointer;
  width: 15px;
}
.news_slider_container .arrows .arrow_left {
  margin-right: 30px;
}
.news_slider_container p {
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.news_slider_container .slick-dots {
  position: absolute;
  top: 75%;
  width: 100%;
  text-align: center;
}
.news_slider_container .slick-dots li {
  display: inline-block;
  margin: 0 9px;
}
.news_slider_container .slick-dots li button {
  width: 15px;
  height: 15px;
  font-size: 0;
  color: rgba(0, 0, 0, 0);
  background: #fff;
  border-radius: 50%;
}
.news_slider_container .slick-dots li.slick-active button {
  background: #C69111;
}

#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 img {
  max-width: 100%;
  border-radius: 30px;
  padding: 10px 0;
}
#post ul {
  padding-left: 20px;
}
#post ul li {
  list-style-type: disc;
  margin-bottom: 10px;
}
#post p {
  margin-bottom: 40px;
}
#post p a {
  color: #C69111;
}
#post p a:hover {
  text-decoration: underline;
}
#post p iframe {
  width: 100% !important;
}

.expand {
  position: absolute;
  left: 0;
  top: -5px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #fff;
  transition: all 0.3s;
  cursor: pointer;
}
.expand:before, .expand:after {
  content: "";
  position: absolute;
  background: #3f3f42;
}
.expand:before {
  top: 10px;
  left: 18px;
  height: 22px;
  width: 4px;
  transition: rotate 0.3s;
}
.expand:after {
  top: 19px;
  left: 9px;
  width: 22px;
  height: 4px;
}
.expand.open:before {
  transform: rotate(90deg);
}

#neighbourhood h6 {
  font-size: 60px;
}
#neighbourhood .panels img {
  width: 16.66%;
}
#neighbourhood .map {
  position: relative;
}
#neighbourhood .map .map_legend {
  padding: 0 40px;
  padding-left: 60px;
}
#neighbourhood .map .map_legend .area {
  position: relative;
  margin-bottom: 20px;
}
#neighbourhood .map .map_legend .area .expand {
  position: absolute;
  left: -55px;
  top: 20px;
}
#neighbourhood .map .map_legend .area h6 {
  font-weight: 400;
  text-transform: capitalize;
}
#neighbourhood .map .map_legend .area h6 sup {
  font-size: 24px;
  top: -30px;
}
#neighbourhood .map .map_legend .area .details {
  display: none;
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #fff;
  padding-left: 30px;
}
#neighbourhood .map .map_legend .area .details p.title {
  font-size: 18px;
  margin-bottom: 20px;
}
#neighbourhood .map .map_legend .area .details ol {
  list-style-type: decimal;
  padding-right: 10px;
}
#neighbourhood .map .map_legend .area .details ol li {
  font-size: 14px;
  text-transform: capitalize;
  margin-bottom: 10px;
  line-height: 1.1;
}
#neighbourhood .img_container {
  position: relative;
  overflow: hidden;
}
#neighbourhood .img_container img {
  opacity: 0;
  transition: 0.3s all;
}
#neighbourhood .img_container .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  opacity: 0;
}
#neighbourhood .img_container img.shown {
  opacity: 1;
}
#neighbourhood .parks {
  background: #DEE5ED;
}
#neighbourhood .parks .info.mt_top {
  margin-top: 55%;
  margin-left: -20%;
}
#neighbourhood .parks ol {
  list-style-type: decimal-leading-zero;
  font-family: "imperial-urw", sans-serif;
  font-weight: 400;
}
#neighbourhood .parks ol li {
  margin-bottom: 10px;
  padding-left: 5px;
}

#park {
  overflow-x: hidden;
}
#park h2 {
  font-size: 170px;
}
#park .expand {
  background: #CFB59E;
}
#park h4 {
  font-size: 24px;
  font-family: "mundial", sans-serif;
  text-transform: capitalize;
  font-weight: 400;
  padding-left: 60px;
}
#park .img_wrapper {
  position: relative;
  margin-top: -4%;
}
#park .bottom_bird {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 30%;
  z-index: 2;
}
#park .bottom_bird .details {
  width: 70%;
  padding-bottom: 30px;
}
#park .top_bird {
  position: absolute;
  top: 0;
  right: 0;
  width: 25%;
}
#park .top_bird .details {
  padding-left: 30px;
}
#park .inner {
  width: 50%;
  margin: 0 auto;
}
#park .info h5 {
  font-family: "mundial", sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 1.4;
}
#park .info p {
  font-size: 14px;
}
#park .info .title_wrapper {
  cursor: pointer;
  position: relative;
}
#park .info .title_wrapper .expand {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
}
#park .info .title_wrapper.active .expand::before {
  display: none;
}
#park .info .details {
  display: none;
}
#park .info .details h5 {
  margin-bottom: 20px;
}
#park .my_slider_container {
  /* the parent */
}
#park .my_slider_container .my_slide {
  aspect-ratio: 16/9;
  border-radius: 30px;
  opacity: 0.4;
  transition: all 0.3s;
}
#park .my_slider_container .my_slide.slick-current {
  opacity: 1;
}
#park .my_slider_container .slick-slide {
  margin: 0 10px;
}
#park .my_slider_container .slick-list {
  margin: 0 -10px;
}
#park .my_slider_container .slick-list.draggable {
  clip-path: none;
  overflow: visible;
}
#park .slick-dots {
  text-align: center;
  padding-top: 15px;
}
#park .slick-dots li {
  display: inline-block;
  margin: 0 12px;
}
#park .slick-dots li button {
  width: 16px;
  height: 16px;
  transform: rotate(45deg);
  font-size: 0;
  color: rgba(0, 0, 0, 0);
  border: 1px solid #C69111;
}
#park .slick-dots li.slick-active button {
  background: #C69111;
  border: #C69111;
}

/* FOOTER */
#footer {
  padding-top: 70px;
  padding-bottom: 70px;
}

#footer ul.menu,
.mob_menu ul.menu {
  flex-direction: column;
}
#footer ul.menu li,
.mob_menu ul.menu li {
  margin-bottom: 35px;
}

.under_footer {
  background: #3F3F42;
  padding-top: 20px;
  padding-bottom: 20px;
}
.under_footer img {
  width: 20px;
}
.under_footer p {
  color: #fff;
  font-size: 14px;
  line-height: 2;
}

/* FOOTER END */
.diamong_bg_container {
  position: relative;
  overflow-x: hidden;
}
.diamong_bg_container .diamong_bg {
  position: absolute;
  left: -10%;
  width: clamp(200px, 50%, 1000px) auto;
  bottom: 0;
}

.border-gold-top {
  border-top: 1px solid #C69111;
}

.border-gold-bottom {
  border-bottom: 1px solid #C69111;
}

/* RESPONSIVE */
@media (max-width: 1600px) {
  body {
    font-size: 20px;
    line-height: 1.3;
  }
  h1 {
    font-size: 80px;
  }
  h2 {
    font-size: 70px;
  }
  h3 {
    font-size: 36px;
  }
  h4 {
    font-size: 20px;
    margin-bottom: 30px;
  }
  h5 {
    font-size: 32px;
  }
  .my_btn {
    line-height: 50px;
    font-size: 18px;
  }
  #neighbourhood h6 {
    font-size: 46px;
  }
  #neighbourhood .map .map_legend .area {
    margin-bottom: 15px;
  }
  #neighbourhood .map .map_legend .area .expand {
    top: 12px;
  }
  #neighbourhood .map .map_legend .area .details ol li {
    font-size: 13px;
  }
  #park h2 {
    font-size: 155px;
  }
}
@media (max-width: 1400px) {
  h1 {
    font-size: 75px;
  }
  h2 {
    font-size: 60px;
  }
  h4 {
    font-size: 20px;
    margin-bottom: 30px;
  }
  h4.diamond:after {
    left: -32px;
    width: 20px;
    height: 20px;
  }
  h5 {
    font-size: 30px;
  }
  ul.menu {
    font-size: 14px;
  }
  ul.menu li {
    letter-spacing: normal;
  }
  .section-padding {
    padding-top: 80px;
    padding-bottom: 60px;
  }
  .news_slider_container .slick-dots {
    top: 72%;
  }
  .news_slider_container p {
    letter-spacing: normal;
  }
  #post img {
    border-radius: 20px;
  }
  #post p {
    margin-bottom: 30px;
  }
  #park h2 {
    font-size: 130px;
  }
  #past_community .hero .slider_dots ul {
    column-gap: 20px;
  }
  #past_community .hero .slider_dots li {
    width: 20px;
    height: 20px;
  }
}
@media (max-width: 1200px) {
  body {
    font-size: 18px;
  }
  h1 {
    font-size: 65px;
  }
  h2 {
    font-size: 60px;
  }
  h3 {
    font-size: 36px;
  }
  h4 {
    margin-bottom: 20px;
  }
  h4.diamond:after {
    top: 45%;
    left: -25px;
    width: 15px;
    height: 15px;
  }
  h5 {
    font-size: 24px;
  }
  .link {
    font-size: 16px;
  }
  .section-padding-small {
    padding-top: 50px;
    padding-bottom: 35px;
  }
  .my_btn {
    line-height: 46px;
    font-size: 16px;
    border-radius: 5px;
    letter-spacing: 1px;
  }
  .communities .community .image_container .box {
    width: 70%;
  }
  .news_posts .post {
    margin-bottom: 60px;
  }
  .news_posts .post .main {
    margin-bottom: 40px;
  }
  .news_posts .post .location {
    margin-bottom: 20px;
  }
  .news_posts .post h3, .news_posts .post h5 {
    margin-bottom: 30px;
  }
  .news_posts .post p {
    margin-bottom: 30px;
  }
  .news_posts .post p.author {
    font-size: 14px;
  }
  .news_posts .post.featured_post {
    margin-bottom: 70px;
  }
  .news_posts .post.featured_post .main {
    margin-bottom: 50px;
  }
  .rounded_corners {
    border-radius: 20px;
  }
  .news_slider_container .slick-dots {
    top: 69%;
  }
  .news_slider_container p {
    font-size: 14px;
  }
  #neighbourhood .map .map_legend {
    padding-bottom: 30px;
  }
  #neighbourhood .map .map_legend .area .details ol li {
    font-size: 14px;
    margin-bottom: 8px;
  }
  #neighbourhood .map .container-fluid {
    position: relative;
    top: auto;
    left: auto;
    margin-bottom: 30px;
    margin-top: -30px;
  }
  #neighbourhood .map .map_legend .area .expand {
    top: 8px;
  }
  #park h2 {
    font-size: 105px;
  }
  #park .bottom_bird .details {
    width: 80%;
  }
}
@media (max-width: 991px) {
  h1 {
    font-size: 60px;
  }
  h2 {
    font-size: 55px;
  }
  h6 {
    font-size: 20px;
  }
  .header {
    padding-top: 20px;
    background: #3F3F42;
  }
  .policy_page {
    padding-top: 120px;
  }
  .no-hero {
    padding-top: 120px;
  }
  .rounded_corners {
    border-radius: 15px;
  }
  .rounded_corners_bottom {
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
  }
  .hero.rounded_corners_bottom::after {
    content: "";
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
  }
  .section-padding {
    padding-top: 50px;
    padding-bottom: 40px;
  }
  .gallery .switch_slider {
    font-size: 34px;
  }
  .gallery .switch_slider sup {
    font-size: 14px;
    top: -30px;
  }
  #customer .contact_info h5 {
    min-height: auto;
  }
  .long_beach .hero::after {
    background: linear-gradient(184deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.1) 100%);
  }
  #post img {
    border-radius: 10px;
  }
  #post p {
    margin-bottom: 25px;
  }
  #neighbourhood h6 {
    font-size: 32px;
  }
  #neighbourhood .map .map_legend {
    padding: 0 0px;
    padding-left: 40px;
    padding-bottom: 30px;
  }
  #neighbourhood .map .map_legend .area .details ol li {
    font-size: 14px;
    margin-bottom: 8px;
  }
  #neighbourhood .map .container-fluid {
    position: relative;
    top: auto;
    left: auto;
    margin-bottom: 30px;
    margin-top: -30px;
  }
  #neighbourhood .map .map_legend .area .expand {
    top: 8px;
  }
  #footer {
    text-align: center;
  }
  #park h2 {
    font-size: 64px;
  }
  #park .inner {
    width: 80%;
  }
  #park .bottom_bird {
    position: relative;
    padding-top: 70px;
    padding-bottom: 20px;
    padding-left: 50px;
    width: 80%;
    max-width: 270px;
  }
  #park .top_bird {
    position: relative;
    width: 80%;
    max-width: 270px;
    margin-left: auto;
    padding-top: 40px;
  }
}
@media (max-width: 991px) {
  .expand {
    height: 30px;
    width: 30px;
    left: -45px !important;
  }
  .expand:before {
    top: 6px;
    left: 14px;
    height: 18px;
    width: 2px;
  }
  .expand:after {
    top: 14px;
    left: 6px;
    width: 18px;
    height: 2px;
  }
  #neighbourhood .map .map_legend .area h6 sup {
    font-size: 16px;
    top: -18px;
  }
}
@media (max-width: 576px) {
  html, body {
    width: 100vw;
    overflow-x: hidden;
  }
  h1 {
    font-size: 46px;
  }
  h2 {
    font-size: 42px;
  }
  h3 {
    font-size: 26px;
  }
  h4 {
    font-size: 18px;
  }
  h4.diamond {
    padding-left: 25px;
  }
  h4.diamond:after {
    left: -5px;
  }
  h6 {
    font-size: 18px;
  }
  .container {
    max-width: 100%;
  }
  #customer .items .item.active h4::after {
    top: 32%;
  }
  .header {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .header.scrolled, .header.policy {
    padding-top: 15px;
  }
  .header .mob_menu {
    top: 70px;
  }
  .header .mob_menu ul.menu li {
    font-size: 16px;
  }
  .header .mob_menu ul.menu li:last-of-type {
    margin-bottom: 0;
  }
  .form legend {
    text-align: left;
  }
  .form .checkbox label {
    padding: 10px 10px;
    padding-left: 5px;
  }
  .form .checkbox label:before {
    width: 21px;
    height: 21px;
  }
  .form .checkbox label:after {
    left: -26px;
    width: 12px;
    height: 12px;
  }
  .form .radio-wrapperG .checkbox {
    margin-right: 40px;
  }
  .section-padding-small {
    padding-top: 40px;
    padding-bottom: 25px;
  }
  .news_posts .post {
    margin-bottom: 70px;
  }
  .news_posts .post .main {
    margin-bottom: 30px;
  }
  .news_posts .post .location {
    font-size: 14px;
  }
  .news_posts .post.featured_post .main {
    margin-bottom: 40px;
  }
  .no-hero {
    padding-top: 90px;
    padding-bottom: 50px;
  }
  .news_slider_container {
    padding-bottom: 65px;
  }
  .news_slider_container .image_container {
    margin-bottom: 30px;
  }
  .news_slider_container .text {
    padding-left: 0;
  }
  .news_slider_container .slick-dots {
    top: 65%;
  }
  .news_slider_container p {
    font-size: 14px;
  }
  .gallery .switch_slider {
    font-size: 24px;
  }
  .gallery .switch_slider sup {
    display: none;
  }
  #park .my_slider_container {
    /* the parent */
  }
  #park .my_slider_container .my_slide {
    border-radius: 20px;
  }
  #park .my_slider_container .slick-slide {
    margin: 0 5px;
  }
  #park .my_slider_container .slick-list {
    margin: 0 -5px;
  }
  #park .slick-dots {
    padding-top: 15px;
  }
  #park .slick-dots li {
    margin: 0 8px;
  }
  #park .slick-dots li button {
    width: 12px;
    height: 12px;
  }
}
@media (max-width: 576px) {
  .news_slider_container .slick-dots {
    top: 60%;
  }
  h2 {
    font-size: 36px;
  }
}
@media (max-aspect-ratio: 1/1) and (max-width: 991px) {
  .hero {
    min-height: 55vh;
  }
  .white-on-mobile {
    color: white !important;
  }
}
@media (max-aspect-ratio: 2/3) and (max-width: 991px) {
  .hero {
    min-height: 55vh;
    padding-top: 110px;
  }
  .hero::after {
    background: rgba(0, 0, 0, 0.3);
  }
  #home .hero {
    background: url("../img/home/hero_mob.jpg") center top;
    background-size: cover;
  }
  #stonebridge .hero {
    background: url("../img/stonebridge/hero_mob.jpg") center top;
    background-size: cover;
    padding-top: 25vh;
  }
  #design .hero {
    background: url("../img/design/hero_mob.jpg") center;
    background-size: cover;
  }
  #customer .hero {
    background: url("../img/customer/hero_mob.jpg") right top;
    background-size: cover;
  }
  #past_community .hero {
    min-height: 70vh;
  }
  #past_community .hero .container {
    padding-left: 20px;
    padding-right: 20px;
  }
  #past_community .hero .main_logo {
    width: 50%;
    margin-bottom: 20px;
  }
}
/* RESPONSIVE END */