:root {
  --black: #000;
  --white: white;
  --light-grey: #c7c7c7;
  --gold: #b39460;
  --dark-grey: #1e1e1e;
  --dark-gold: #6b583a;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  background-color: var(--black);
  color: var(--white);
  font-family: Geologica, sans-serif;
  font-size: 16px;
  font-weight: 200;
  line-height: 150%;
}

h1 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 55px;
  font-weight: 400;
  line-height: 120%;
}

h2 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 35px;
  font-weight: 400;
  line-height: 36px;
}

ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 20px;
}

li {
  margin-top: 10px;
}

label {
  margin-bottom: 5px;
  font-weight: 200;
  transition: all .5s;
  display: block;
  position: absolute;
  top: 4px;
}

.section-content {
  width: 100%;
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
}

.section-content.about01 {
  min-height: 600px;
}

.section-content.media-details-other {
  background-color: #0006;
}

.container {
  max-width: 1440px;
  padding-left: 5%;
  padding-right: 5%;
}

.container.about01 {
  z-index: 1;
  position: relative;
}

.properties-row {
  flex-flow: wrap;
  margin-left: -1.5%;
  margin-right: -1.5%;
  display: flex;
}

.properties-col {
  width: 33.33%;
  margin-bottom: 50px;
  padding-left: 1.5%;
  padding-right: 1.5%;
}

.properties-link {
  background-color: var(--white);
  color: var(--black);
  border-radius: 5px;
  flex-flow: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.properties-img {
  padding-top: 55%;
  position: relative;
  overflow: hidden;
}

.img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.properties-txt-b {
  padding: 25px;
}

.subtitle {
  margin-bottom: 5px;
  font-size: 18px;
  font-weight: 600;
}

.properties-link-row {
  flex-flow: wrap;
  margin-left: -2.5%;
  margin-right: -2.5%;
  display: flex;
}

.properties-link-col {
  width: 100%;
  margin-top: 5px;
  padding-left: 2.5%;
  padding-right: 2.5%;
}

.properties-link-info {
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 35px;
  position: relative;
}

.properties-link-info-icon {
  position: absolute;
  inset: 0% auto auto 0%;
}

.properties-link-bottom {
  padding-left: 25px;
  padding-right: 25px;
}

.properties-link-bottom-txt-b {
  border-top: 1px solid var(--light-grey);
  padding-top: 15px;
  padding-bottom: 15px;
}

.properties-link-txt-price {
  color: var(--gold);
  margin-bottom: 5px;
  font-weight: 600;
}

.properties-link-more {
  color: var(--gold);
  text-transform: uppercase;
  margin-right: 5px;
  font-weight: 600;
}

.properties-link-more-b {
  display: flex;
  position: relative;
}

.properties-link-more-align {
  display: inline-block;
}

.properties-link-more-arrow-hover {
  z-index: 1;
  opacity: 0;
  position: absolute;
  inset: 50% 0% 0% auto;
  transform: translate(0, -50%);
}

.properties-link-col02 {
  width: 100%;
  margin-top: 5px;
  padding-left: 2.5%;
  padding-right: 2.5%;
}

.paging-link {
  color: var(--white);
  border-top: 2px solid #0000;
  border-bottom: 2px solid #b3946000;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-weight: 600;
  text-decoration: none;
  transition: all .6s;
  display: inline-block;
}

.paging-link:hover {
  color: var(--gold);
}

.paging-link.w--current {
  border-bottom-color: var(--gold);
  color: var(--gold);
}

.paging-align {
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-row {
  flex-flow: wrap;
  margin-left: -2.5%;
  margin-right: -2.5%;
  display: flex;
}

.footer-col {
  width: 50%;
  padding-left: 2.5%;
  padding-right: 2.5%;
}

.footer {
  background-color: var(--dark-grey);
}

.footer-logo {
  padding-left: 5%;
  padding-right: 5%;
  position: relative;
  left: 50%;
  transform: translate(-50%);
}

.footer-sitemap-row {
  flex-flow: wrap;
  margin-bottom: 50px;
  margin-left: -2.5%;
  margin-right: -2.5%;
  display: flex;
}

.sitemap-col {
  width: 50%;
  padding-left: 2.5%;
  padding-right: 2.5%;
}

.footer-title {
  color: var(--gold);
  margin-bottom: 15px;
  font-weight: 600;
}

.link-txt-white {
  color: var(--white);
  text-decoration: none;
  transition: all .6s;
  display: inline-block;
}

.link-txt-white:hover {
  color: var(--gold);
}

.social-btn {
  margin-right: 15px;
  position: relative;
}

.social-btn-img-hover {
  z-index: 1;
  opacity: 0;
  position: absolute;
  inset: 0%;
}

.footer-copyright-mobile {
  display: none;
}

.inner-top {
  margin-bottom: 100px;
  position: relative;
}

.txt-mask {
  overflow: hidden;
}

.properties-txt-total {
  margin-top: 10px;
}

.properties-dropdown-toggle {
  border-bottom: 1px solid var(--white);
  color: var(--white);
  background-image: url('../images/arrow-dropdown.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: auto;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 0;
  display: block;
}

.properties-dropdown {
  width: 200px;
}

.properties-dropdown-b {
  position: absolute;
  inset: auto 0% 0% auto;
}

.bg {
  z-index: -1;
  background-image: url('../images/inner-bg.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: fixed;
  inset: 0%;
}

.properties-dropdown-list {
  background-color: var(--white);
  overflow: hidden;
}

.header {
  z-index: 1000;
  background-color: #0000;
  position: fixed;
  inset: 0% 0% auto;
}

.container-menu {
  max-width: 1440px;
  height: 120px;
  padding-left: 5%;
  padding-right: 5%;
  position: relative;
}

.header-logo {
  z-index: 1;
  width: 140px;
  position: absolute;
  inset: 50% auto auto 50%;
  transform: translate(-50%, -50%);
}

.inner-content {
  padding-top: 180px;
}

.header-top {
  z-index: 1;
  background-color: var(--dark-grey);
  height: 60px;
  position: relative;
}

.nav-menu {
  justify-content: space-between;
  width: 100%;
  display: flex;
  top: 50%;
  transform: translate(0, -50%);
}

.nav-link {
  color: var(--white);
  text-align: center;
  max-width: 100px;
  padding-top: 20px;
  padding-bottom: 20px;
  text-decoration: none;
  transition: all .6s;
  display: inline-block;
}

.nav-link:hover, .nav-link.w--current {
  color: var(--gold);
}

.nav-menu-col {
  justify-content: space-between;
  align-items: center;
  width: 40%;
  display: flex;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.header-search-input {
  border-style: none none solid;
  border-width: 1px;
  border-color: black black var(--white);
  background-color: #fff0;
  margin-bottom: 0;
  padding-left: 0;
  font-size: 16px;
}

.header-search-input:focus {
  border-bottom-color: var(--gold);
}

.header-search {
  width: 360px;
  margin-bottom: 0;
  position: relative;
}

.header-search-btn {
  background-color: #fff0;
  background-image: url('../images/icon-search.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  width: 37px;
  height: 37px;
  transition: all .6s;
  position: absolute;
  inset: 0% 0% auto auto;
}

.header-search-btn:hover {
  background-image: url('../images/icon-search-gold.svg');
}

.header-top-container {
  justify-content: flex-end;
  align-items: center;
  max-width: 1440px;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  position: relative;
  top: 50%;
  transform: translate(0, -50%);
}

.header-bg {
  z-index: -1;
  opacity: 0;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #1e1e1ed9;
  position: absolute;
  inset: 0%;
}

.header-top-filter-btn {
  color: var(--white);
  text-transform: uppercase;
  background-image: url('../images/icon-filtering.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: auto;
  margin-right: 25px;
  padding-right: 30px;
  font-weight: 600;
  text-decoration: none;
  transition: all .6s;
}

.header-top-filter-btn:hover {
  color: var(--gold);
  background-image: url('../images/icon-filtering-gold.svg');
}

.header-lang-dropdown {
  margin-left: 25px;
  margin-right: 0;
}

.header-lang-dropdown-toggle {
  color: var(--white);
  background-image: url('../images/arrow-dropdown.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: auto;
  padding: 5px 20px 5px 0;
  display: block;
}

.sticky {
  z-index: 10;
  margin-bottom: 200px;
  margin-right: 2.5%;
  position: fixed;
  inset: auto 0% 0% auto;
}

.sticky-btn {
  border: 1px solid var(--white);
  background-color: var(--gold);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  margin-top: 10px;
  transition: all .6s;
  display: flex;
}

.sticky-btn:hover {
  background-color: var(--dark-gold);
}

.sticky-btn-img {
  width: 32px;
  height: 32px;
}

.header-lang-dropdown-list {
  background-color: var(--white);
  margin-left: -10px;
  overflow: hidden;
}

.header-lang-dropdown-link {
  text-align: center;
}

.paging-arrow-r {
  background-image: url('../images/arrow-next.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  width: 40px;
  height: 40px;
  transition: all .6s;
}

.paging-arrow-r:hover {
  background-image: url('../images/arrow-next-gold.svg');
}

.paging-arrow-l {
  background-image: url('../images/arrow-prev.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  width: 40px;
  height: 40px;
  transition: all .6s;
}

.paging-arrow-l:hover {
  background-image: url('../images/arrow-prev-gold.svg');
}

.media-row {
  flex-flow: wrap;
  margin-left: -2.5%;
  margin-right: -2.5%;
  display: flex;
}

.media-col {
  width: 50%;
  margin-bottom: 50px;
  padding-left: 2.5%;
  padding-right: 2.5%;
}

.media-link {
  border-bottom: 1px solid var(--light-grey);
  color: var(--white);
  flex-flow: column;
  justify-content: space-between;
  height: 100%;
  padding-bottom: 25px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.media-img {
  border-radius: 5px;
  width: 35%;
  padding-top: 23%;
  position: relative;
  overflow: hidden;
}

.media-txt-b {
  width: 65%;
  padding-left: 25px;
  padding-right: 25px;
}

.media-link-row {
  flex-flow: wrap;
  align-items: flex-start;
  display: flex;
}

.align-center {
  text-align: center;
}

.about02-row {
  flex-flow: row-reverse wrap;
  align-items: center;
  margin-left: -2.5%;
  margin-right: -2.5%;
  display: flex;
}

.about02-col {
  width: 50%;
  padding-left: 2.5%;
  padding-right: 2.5%;
}

.about02-img {
  border-radius: 5px;
  padding-top: 60%;
  position: relative;
  overflow: hidden;
}

.about03-txt-b {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.content-b {
  margin-top: 100px;
}

.about04-row {
  flex-flow: wrap;
  margin-left: -1.5%;
  margin-right: -1.5%;
  display: flex;
}

.about04-col {
  width: 25%;
  padding-left: 1.5%;
  padding-right: 1.5%;
}

.about04-b {
  border-radius: 100%;
  width: 100%;
  padding-top: 100%;
  position: relative;
  overflow: hidden;
}

.about04-txt-b {
  z-index: 1;
  text-align: center;
  background-image: linear-gradient(#0000, #1e1e1e);
  flex-flow: column;
  justify-content: flex-end;
  padding-bottom: 25px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.about04-align {
  justify-content: center;
  align-items: center;
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.about04-txt {
  margin-left: 10px;
  font-size: 18px;
  font-weight: 600;
  display: inline-block;
}

.about01-row {
  justify-content: flex-end;
  display: flex;
}

.about01-txt-b {
  width: 47.5%;
}

.about01-img {
  background-image: linear-gradient(#00000059, #00000059), url('../images/about-img01.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  position: absolute;
  inset: 0%;
}

.media-details-h1 {
  text-transform: none;
}

.media-details-banner {
  border-radius: 5px;
  margin-bottom: 50px;
  padding-top: 40%;
  position: relative;
  overflow: hidden;
}

.media-details-top-row {
  flex-flow: wrap;
  align-items: flex-end;
  margin-bottom: 50px;
  position: relative;
}

.media-details-col-l {
  padding-right: 300px;
}

.media-details-col-r {
  text-align: right;
  position: absolute;
  inset: auto 0% 0% auto;
}

.media-details-content-b {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.media-details-content-img-row {
  flex-flow: wrap;
  margin: 50px -1.5%;
  display: flex;
}

.media-details-content-img-col {
  width: 50%;
  padding-left: 1.5%;
  padding-right: 1.5%;
}

.txt-color-gold {
  color: var(--gold);
}

.media-details-content-img {
  margin-top: 50px;
}

.section-title-b {
  margin-bottom: 50px;
}

.line-btn {
  color: var(--gold);
  text-transform: uppercase;
  font-weight: 600;
  text-decoration: none;
  transition: all .6s;
  display: block;
}

.line-btn:hover {
  letter-spacing: 3px;
}

.line-btn-align {
  align-items: center;
  display: flex;
}

.line {
  flex: 1;
  height: 1px;
  position: relative;
}

.line-btn-txt {
  padding-left: 50px;
  padding-right: 50px;
}

.line-l {
  background-color: var(--gold);
  width: 100%;
  height: 1px;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.line-r {
  background-color: var(--gold);
  width: 100%;
  height: 1px;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.contact-row {
  flex-flow: row-reverse wrap;
  margin-left: -2.5%;
  margin-right: -2.5%;
  display: flex;
}

.contact-col-l {
  width: 40%;
  padding-left: 2.5%;
  padding-right: 2.5%;
}

.contact-col-r {
  width: 60%;
  padding-left: 2.5%;
  padding-right: 2.5%;
}

.contact-img {
  border-radius: 5px;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.contact-b {
  background-color: var(--white);
  border-radius: 5px;
  height: 100%;
  padding: 50px;
}

.contact-subrow {
  margin-top: -50px;
}

.contact-subcol-l {
  margin-top: 50px;
}

.link-txt {
  color: var(--dark-grey);
  text-decoration: none;
  transition: all .6s;
  display: inline-block;
}

.link-txt:hover {
  color: var(--gold);
}

.contact-link-b {
  margin-bottom: 10px;
}

.txt-color-grey {
  color: var(--black);
}

.contact-title-b {
  margin-bottom: 10px;
}

.contact-info-title {
  color: var(--gold);
  text-transform: uppercase;
  background-color: #e4e4e4;
  border-radius: 5px;
  margin-bottom: 25px;
  padding: 10px 25px;
  font-weight: 600;
  display: inline-block;
}

.contact-subcol-r {
  margin-top: 50px;
}

.input {
  border-style: none none solid;
  border-width: 1px;
  border-color: black black var(--dark-grey);
  color: #fff;
  background-color: #0000;
  border-radius: 0;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.input:focus {
  border-bottom-color: var(--gold);
}

.input::placeholder {
  color: #0000;
}

.input.long {
  height: 120px;
}

.btn {
  background-color: var(--gold);
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  border-radius: 5px;
  padding: 15px 30px;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
  transition: all .6s;
}

.btn:hover {
  background-color: var(--dark-gold);
}

.btn.form-btn {
  margin-bottom: 0;
  margin-right: 0;
  display: block;
}

.btn.reset {
  border: 1px solid var(--gold);
  background-color: var(--dark-grey);
  display: block;
}

.contact-form {
  margin-top: 50px;
  margin-bottom: 0;
}

.form-row {
  flex-wrap: wrap;
  margin-left: -2.5%;
  margin-right: -2.5%;
  display: flex;
}

.form-col {
  width: 50%;
  margin-bottom: 30px;
  padding-left: 2.5%;
  padding-right: 2.5%;
}

.form-col.full {
  width: 100%;
}

.input-wrap {
  flex-direction: row;
  display: flex;
  position: relative;
}

.form-error-message {
  background-color: #681f1f;
}

.properties-slider {
  background-color: #0000;
  height: auto;
  margin-bottom: 50px;
}

.properties-slide {
  width: 33.33%;
  padding-left: 1.5%;
  padding-right: 1.5%;
}

.properties-slide-mask {
  margin-left: -1.5%;
  margin-right: -1.5%;
}

.properties-slide-arrow-l {
  background-image: url('../images/arrow-prev.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  width: 5%;
  margin-left: -5%;
  transition: all .5s;
}

.properties-slide-arrow-l:hover {
  background-image: url('../images/arrow-prev-gold.svg');
}

.properties-slide-arrow-r {
  background-image: url('../images/arrow-next.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  width: 5%;
  margin-right: -5%;
  transition: all .5s;
}

.properties-slide-arrow-r:hover {
  background-image: url('../images/arrow-next-gold.svg');
}

.properties-details01-img {
  border-radius: 5px;
  padding-top: 40%;
  position: relative;
  overflow: hidden;
}

.properties-details02-row {
  flex-flow: wrap;
  align-items: center;
  margin-left: -2.5%;
  margin-right: -2.5%;
  display: flex;
}

.properties-details02-row.reverse {
  flex-flow: row-reverse wrap;
}

.properties-details02-col {
  width: 50%;
  padding-left: 2.5%;
  padding-right: 2.5%;
}

.properties-details02-img {
  border-radius: 5px;
  padding-top: 85%;
  position: relative;
  overflow: hidden;
}

.properties-details-title {
  margin-bottom: 25px;
}

.properties-details-baner {
  margin-bottom: 50px;
  padding-top: 45%;
  position: relative;
  overflow: hidden;
}

.properties-details-subtxt {
  margin-top: 5px;
  font-size: 18px;
  font-weight: 600;
}

.properties-details-info-b {
  border-left: 1px solid var(--gold);
  justify-content: flex-end;
  display: flex;
}

.properties-details-info-row {
  flex-flow: wrap;
  display: flex;
}

.properties-details-info-col-l {
  width: 35%;
}

.properties-details-info-txt-b {
  width: 47.5%;
}

.properties-details-info-col-r {
  width: 65%;
}

.properties-details-gallery {
  margin-top: 25px;
  overflow: hidden;
}

.properties-details-gallery-row {
  flex-flow: wrap;
  margin-left: -5px;
  margin-right: -5px;
  display: flex;
}

.properties-details-gallery-col-l {
  width: 40%;
  padding-left: 5px;
  padding-right: 5px;
}

.properties-details-gallery-col-r {
  width: 60%;
  padding-left: 5px;
  padding-right: 5px;
}

.properties-details-gallery-link {
  width: 100%;
  padding-top: 100%;
  display: block;
  position: relative;
}

.properties-details-gallery-subrow {
  flex-flow: wrap;
  margin-top: -10px;
  margin-left: -5px;
  margin-right: -5px;
  display: flex;
}

.properties-details-gallery-subcol {
  width: 33.33%;
  margin-top: 10px;
  padding-left: 5px;
  padding-right: 5px;
}

.properties-details-gallery-mask {
  z-index: 1;
  color: var(--white);
  text-transform: uppercase;
  background-color: #0009;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  font-weight: 600;
  display: flex;
  position: absolute;
  inset: 0%;
}

.properties-details-gallery-icon {
  margin-bottom: 10px;
}

.appointment {
  background-image: linear-gradient(#0006, #0006), url('../images/appointment-img.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  justify-content: center;
  align-items: flex-end;
  min-height: 600px;
  display: flex;
  position: relative;
}

.appointment-mask-top {
  background-image: linear-gradient(#000, #0000);
  height: 300px;
  position: absolute;
  inset: 0% 0% auto;
}

.appointment-mask-bottom {
  background-image: linear-gradient(#0000, #000);
  height: 300px;
  position: absolute;
  inset: auto 0% 0%;
}

.appointment-txt {
  margin-top: 10px;
  margin-bottom: 25px;
}

.properties-details-banner-mask {
  background-color: #00000073;
  position: absolute;
  inset: 0%;
}

.properties-slide-nav {
  display: none;
  position: relative;
}

.home-banner-slider {
  background-color: #0000;
  height: 100vh;
  min-height: 800px;
}

.home-banner-slide {
  width: 100%;
}

.home-banner-img-mask {
  z-index: 1;
  background-color: #00000073;
  position: absolute;
  inset: 0%;
}

.home-banner-img-b {
  height: 100%;
  position: relative;
  overflow: hidden;
}

.home-banner-slide-content-b {
  z-index: 5;
  background-image: linear-gradient(#0000, #000);
  padding-top: 50px;
  padding-bottom: 50px;
  position: absolute;
  inset: auto 0% 0%;
  overflow: hidden;
}

.home-banner-content-row {
  flex-flow: wrap;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.home-banner-content-col-l {
  width: 50%;
}

.home-banner-slide-title {
  text-transform: uppercase;
  padding-left: 10%;
  padding-right: 10%;
  font-size: 55px;
  font-weight: 400;
  line-height: 120%;
}

.home-banner-slide-link {
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px);
  color: var(--white);
  background-color: #ffffff1a;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  padding-right: 10%;
  text-decoration: none;
  display: block;
}

.home-banner-slide-link-content-b {
  flex-flow: wrap;
  display: flex;
}

.home-banner-slide-link-col-txt {
  width: 60%;
  padding: 20px;
}

.home-banner-slide-link-col-img {
  width: 40%;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 10px;
}

.home-banner-slide-link-arrow {
  background-image: url('../images/arrow-next.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-left: 1px solid #ffffff73;
  width: 10%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.home-banner-txt-price {
  margin-top: 5px;
  font-size: 18px;
  font-weight: 600;
}

.home-banner-txt-link {
  border-bottom: 1px solid var(--gold);
  color: var(--gold);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 5px;
  font-weight: 600;
  display: inline-block;
}

.home-banner-img-thumb {
  height: 100%;
  position: relative;
}

.home-banner-content-col-r {
  width: 50%;
  max-width: 720px;
}

.home-slide-nav {
  width: 20px;
  margin-right: 2.5%;
  position: absolute;
  inset: 50% 0% auto auto;
  transform: translate(0, -5%);
}

.home-about-row {
  flex-flow: wrap;
  margin-bottom: 50px;
  margin-left: -2.5%;
  margin-right: -2.5%;
  display: flex;
}

.home-about-col {
  width: 50%;
  padding-left: 2.5%;
  padding-right: 2.5%;
}

.btn-b {
  margin-top: 25px;
}

.menu-btn-line01 {
  background-color: var(--white);
  width: 34px;
  height: 2px;
  margin-top: 6px;
  margin-bottom: 6px;
}

.lang-mobile-b {
  display: none;
}

.search-pop {
  z-index: 2000;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: hidden;
}

.search-pop-content {
  z-index: 2;
  border-left: 1px solid var(--white);
  background-color: var(--dark-grey);
  width: 100%;
  max-width: 400px;
  padding: 40px 40px 100px;
  position: fixed;
  inset: 0% 0% 0% auto;
  overflow: auto;
}

.search-pop-bg {
  background-color: #00000080;
  position: absolute;
  inset: 0%;
}

.search-form {
  margin-bottom: 0;
}

.search-pop-field {
  width: 100%;
  margin-bottom: 0;
  position: relative;
}

.search-col {
  width: 100%;
  margin-bottom: 30px;
}

.search-col.full {
  width: 100%;
}

.search-pop-input {
  border-style: none none solid;
  border-width: 1px;
  border-color: black black var(--white);
  color: #fff;
  background-color: #0000;
  background-image: url('../images/icon-search.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 0;
  margin-bottom: 0;
  padding-left: 30px;
  padding-right: 0;
  font-size: 16px;
  position: relative;
}

.search-pop-input:focus {
  border-bottom-color: var(--gold);
}

.search-pop-input.long {
  height: 120px;
}

.search-pop-label {
  font-size: 13px;
}

.search-select {
  border-style: none none solid;
  border-width: 1px;
  border-color: black black var(--white);
  color: var(--white);
  background-color: #fff0;
  background-image: url('../images/arrow-dropdown.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 0;
  padding-left: 0;
  font-size: 16px;
}

.search-select:focus {
  border-bottom-color: var(--dark-gold);
}

.search-pop-btn-b {
  z-index: 10;
  border-left: 1px solid var(--white);
  background-color: var(--dark-grey);
  width: 100%;
  max-width: 400px;
  padding: 20px 40px;
  position: fixed;
  inset: auto 0% 0% auto;
}

.search-pop-row {
  flex-flow: wrap;
  margin-left: -10px;
  margin-right: -10px;
  display: flex;
}

.search-pop-col {
  width: 50%;
  padding-left: 10px;
  padding-right: 10px;
}

.search-pop-title {
  text-transform: uppercase;
  margin-bottom: 50px;
  font-weight: 600;
}

.search-btn-close {
  z-index: 10;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-top: 30px;
  margin-right: 30px;
  display: flex;
  position: fixed;
  inset: 0% 0% auto auto;
}

.search-btn-mobile {
  display: none;
}

.menu-btn-line02, .menu-btn-line03 {
  background-color: var(--white);
  width: 34px;
  height: 2px;
  margin-top: 6px;
  margin-bottom: 6px;
}

html.w-mod-js [data-ix="fade-in"] {
  opacity: 0;
}

html.w-mod-js [data-ix="dropdown-list"] {
  height: 0;
}

html.w-mod-js [data-ix="mask-fade-in"] {
  transform: translate(0, 100%);
}

html.w-mod-js [data-ix="line-animate"] {
  width: 0;
}

html.w-mod-js [data-ix="home-banner-slide-title"], html.w-mod-js [data-ix="home-banner-slide-link"] {
  opacity: 0;
}

html.w-mod-js [data-ix="home-banner-img"] {
  transform: scale(1.1);
}

html.w-mod-js [data-ix="search-pop-content"] {
  transform: translate(100%);
}

html.w-mod-js [data-ix="search-pop"] {
  opacity: 0;
  display: none;
}

@media screen and (min-width: 1280px) {
  .properties-link-col {
    width: 50%;
  }

  .properties-link-bottom-txt-b {
    justify-content: space-between;
    display: flex;
  }

  .properties-link-txt-price {
    width: 50%;
    margin-bottom: 0;
  }

  .properties-link-col02 {
    width: 100%;
  }

  .paging-link.w--current {
    border-bottom-color: var(--gold);
    color: var(--gold);
  }

  .footer-row {
    flex-flow: wrap;
    margin-left: -2.5%;
    margin-right: -2.5%;
    display: flex;
  }

  .nav-link {
    max-width: none;
  }

  .about02-list-item {
    width: 50%;
    padding-right: 20px;
  }

  .about02-list {
    flex-flow: wrap;
    display: flex;
  }
}

@media screen and (min-width: 1440px) {
  .contact-row {
    margin-left: -1.5%;
    margin-right: -1.5%;
  }

  .contact-col-l, .contact-col-r {
    padding-left: 1.5%;
    padding-right: 1.5%;
  }

  .contact-subrow {
    flex-flow: wrap;
    margin-left: -2.5%;
    margin-right: -2.5%;
    display: flex;
  }

  .contact-subcol-l {
    width: 40%;
    padding-left: 2.5%;
    padding-right: 2.5%;
  }

  .contact-subcol-r {
    width: 60%;
    padding-left: 2.5%;
    padding-right: 2.5%;
  }

  .form-col {
    width: 100%;
  }
}

@media screen and (max-width: 991px) {
  .section-content.about01 {
    min-height: 0;
  }

  .properties-col, .properties-link-col {
    width: 50%;
  }

  .properties-link-col02 {
    width: 100%;
  }

  .container-menu {
    height: 100px;
  }

  .header-logo {
    width: 120px;
  }

  .inner-content {
    padding-top: 155px;
  }

  .header-top {
    height: 55px;
  }

  .nav-menu {
    background-color: var(--black);
    padding: 180px 5% 100px;
    display: block;
    position: fixed;
    inset: 0%;
    overflow: auto;
    transform: none;
  }

  .nav-link {
    width: 100%;
    max-width: none;
    padding-top: 15px;
    padding-bottom: 15px;
    display: block;
  }

  .nav-menu-col {
    width: 100%;
    display: block;
  }

  .media-col {
    width: 50%;
  }

  .media-img {
    width: 100%;
    padding-top: 60%;
  }

  .media-txt-b {
    width: 100%;
    margin-top: 25px;
    padding-left: 0;
    padding-right: 0;
  }

  .about01-img {
    background-image: linear-gradient(#00000059, #00000059), url('../images/about-img01.jpg');
    background-attachment: scroll, scroll;
  }

  .media-details-col-l {
    padding-right: 0;
  }

  .media-details-col-r {
    text-align: left;
    margin-top: 10px;
    position: relative;
  }

  .line-btn:hover {
    letter-spacing: 0;
  }

  .contact-col-l {
    width: 100%;
    margin-top: 50px;
  }

  .contact-col-r {
    width: 100%;
  }

  .contact-img {
    padding-top: 50%;
  }

  .contact-b {
    padding: 30px;
  }

  .input {
    font-size: 1rem;
  }

  .contact-form {
    margin-top: 30px;
  }

  .properties-slide {
    width: 50%;
  }

  .properties-details-baner {
    padding-top: 50%;
  }

  .properties-details-info-txt-b {
    width: 100%;
    padding-left: 5%;
  }

  .appointment {
    background-image: linear-gradient(#0006, #0006), url('../images/appointment-img.jpg');
    background-attachment: scroll, scroll;
    min-height: 500px;
  }

  .home-banner-slide-title {
    font-size: 45px;
  }

  .home-banner-slide-link {
    padding-right: 50px;
  }

  .home-banner-slide-link-col-txt {
    width: 100%;
  }

  .home-banner-slide-link-col-img {
    display: none;
  }

  .home-banner-slide-link-arrow {
    width: 50px;
  }

  .menu-btn {
    z-index: 10;
    margin-top: 16px;
    margin-bottom: 16px;
    padding-left: 0;
    padding-right: 0;
  }

  .menu-btn.w--open {
    background-color: #c8c8c800;
  }

  .search-pop-input {
    font-size: 1rem;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 34px;
  }

  h2 {
    font-size: 28px;
  }

  .section-content {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section-content.about01 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .properties-col {
    width: 100%;
    margin-bottom: 30px;
  }

  .properties-txt-b {
    padding: 20px;
  }

  .properties-link-bottom {
    padding-left: 20px;
    padding-right: 20px;
  }

  .properties-link-bottom-txt-b {
    justify-content: space-between;
    display: flex;
  }

  .properties-link-txt-price {
    width: 50%;
  }

  .paging-link {
    margin-left: 3px;
    margin-right: 3px;
  }

  .footer-col {
    width: 100%;
  }

  .footer-sitemap-row {
    margin-bottom: 30px;
  }

  .footer-copyright {
    display: none;
  }

  .footer-copyright-mobile {
    margin-top: 30px;
    display: block;
  }

  .inner-top {
    margin-bottom: 60px;
  }

  .properties-dropdown-b {
    margin-top: 20px;
    position: relative;
  }

  .container-menu {
    height: 85px;
  }

  .header-logo {
    width: 105px;
  }

  .inner-content {
    padding-top: 85px;
  }

  .header-top {
    height: 40px;
    display: none;
  }

  .nav-menu {
    padding-top: 100px;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .header-search {
    display: none;
  }

  .header-top-filter-btn {
    margin-right: 0;
  }

  .sticky {
    margin-bottom: 60px;
  }

  .media-col {
    width: 100%;
    margin-bottom: 30px;
  }

  .media-link {
    padding-bottom: 20px;
  }

  .media-img {
    width: 35%;
    padding-top: 23%;
  }

  .media-txt-b {
    width: 65%;
    margin-top: 0;
    padding: 0 20px;
  }

  .about02-row {
    margin-top: -60px;
  }

  .about02-col {
    width: 100%;
    margin-top: 60px;
  }

  .content-b {
    margin-top: 60px;
  }

  .about04-row {
    margin-top: -30px;
    margin-left: -15px;
    margin-right: -15px;
  }

  .about04-col {
    width: 50%;
    margin-top: 30px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .about01-txt-b {
    width: 100%;
  }

  .about01-img {
    margin-top: 60px;
    padding-top: 55%;
    position: relative;
  }

  .media-details-banner, .media-details-top-row {
    margin-bottom: 30px;
  }

  .media-details-content-img-row {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .media-details-content-img {
    margin-top: 30px;
  }

  .section-title-b {
    margin-bottom: 30px;
  }

  .line-btn-txt {
    padding-left: 30px;
    padding-right: 30px;
  }

  .contact-col-l {
    width: 100%;
    margin-top: 30px;
  }

  .contact-col-r {
    width: 100%;
  }

  .contact-b {
    padding: 20px;
  }

  .contact-info-title {
    margin-bottom: 15px;
  }

  .form-col {
    width: 100%;
  }

  .properties-slider {
    margin-bottom: 30px;
  }

  .properties-slide {
    width: 100%;
  }

  .properties-slide-arrow-l, .properties-slide-arrow-r {
    display: none;
  }

  .properties-details01-img, .properties-details-baner {
    margin-bottom: 30px;
  }

  .properties-details-gallery-row {
    margin-left: -2.5px;
    margin-right: -2.5px;
  }

  .properties-details-gallery-col-l {
    width: 100%;
    padding-left: 2.5px;
    padding-right: 2.5px;
  }

  .properties-details-gallery-col-r {
    width: 100%;
    margin-top: 5px;
    padding-left: 2.5px;
    padding-right: 2.5px;
  }

  .properties-details-gallery-subrow {
    margin-top: -5px;
    margin-left: -2.5px;
    margin-right: -2.5px;
  }

  .properties-details-gallery-subcol {
    margin-top: 5px;
    padding-left: 2.5px;
    padding-right: 2.5px;
  }

  .appointment {
    background-image: url('../images/appointment-img.jpg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    min-height: 400px;
  }

  .properties-slide-nav {
    margin-top: 15px;
    display: block;
  }

  .home-banner-slider {
    height: auto;
    min-height: 0;
  }

  .home-banner-img-b {
    padding-top: 50%;
  }

  .home-banner-slide-content-b {
    padding-top: 30px;
    padding-bottom: 0;
    position: relative;
  }

  .home-banner-content-col-l {
    width: 100%;
  }

  .home-banner-slide-title {
    padding-left: 5%;
    padding-right: 5%;
    font-size: 34px;
  }

  .home-banner-slide-link-col-txt {
    padding-left: 7.5%;
  }

  .home-banner-content-col-r {
    width: 90%;
    max-width: none;
    margin-top: 15px;
  }

  .home-slide-nav {
    text-align: left;
    width: auto;
    margin-top: 15px;
    margin-right: 0%;
    padding-left: 5%;
    position: relative;
    transform: none;
  }

  .home-about-row {
    margin-bottom: 30px;
  }

  .home-about-col {
    width: 100%;
  }

  .btn-b {
    margin-top: 15px;
  }

  .menu-btn {
    margin-top: 9px;
    margin-bottom: 9px;
  }

  .lang-link-mobile {
    color: var(--white);
    padding: 10px;
    text-decoration: none;
    display: inline-block;
  }

  .lang-mobile-b {
    border-top: 1px solid var(--white);
    margin-top: 15px;
    padding-top: 15px;
    display: block;
  }

  .search-pop-field {
    display: none;
  }

  .search-col {
    width: 100%;
  }

  .search-btn-mobile {
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    margin-left: 5%;
    display: flex;
    position: absolute;
    inset: 50% auto auto 0%;
    transform: translate(0, -50%);
  }
}

@media screen and (max-width: 479px) {
  .properties-link-col {
    width: 100%;
  }

  .properties-link-bottom-txt-b {
    display: block;
  }

  .properties-link-txt-price, .sitemap-col {
    width: 100%;
  }

  .media-img {
    width: 100%;
    padding-top: 60%;
  }

  .media-txt-b {
    width: 100%;
    margin-top: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .about04-row {
    margin-left: 0%;
    margin-right: 0%;
  }

  .about04-col {
    width: 100%;
  }

  .media-details-banner {
    padding-top: 60%;
  }

  .media-details-content-img-row {
    margin-top: 0;
  }

  .media-details-content-img-col {
    width: 100%;
    margin-top: 30px;
  }

  .properties-details01-img {
    padding-top: 60%;
  }

  .properties-details02-row {
    margin-bottom: -60px;
  }

  .properties-details02-col {
    width: 100%;
    margin-bottom: 60px;
  }

  .properties-details02-img {
    padding-top: 60%;
  }

  .properties-details-baner {
    padding-top: 80%;
  }

  .properties-details-info-row {
    margin-bottom: -15px;
  }

  .properties-details-info-col-l {
    width: 100%;
  }

  .properties-details-info-col-r {
    width: 100%;
    margin-bottom: 15px;
  }

  .properties-details-gallery-subcol {
    width: 50%;
  }

  .home-banner-img-b {
    padding-top: 100%;
  }

  .search-pop-content, .search-pop-btn-b {
    border-left-style: none;
    max-width: none;
  }
}


