/* Home Hero : START */
.hp-hero {
  position: relative;
  font-size: 0;
}

.slider-holder {
  position: relative;
}
.slider-holder::before, .slider-holder::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.slider-holder::before {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.45) 0%, rgba(0, 0, 0, 0) 55%);
  z-index: 5;
}
.slider-holder::after {
  background: rgba(0, 0, 0, 0.3);
}

/* Home Hero : END */
/* Home Search : START */
.hp-search {
  position: relative;
  padding: 80px 0 100px;
  font-size: 0;
}

.search-container {
  position: relative;
  max-width: 1430px;
  padding: 0 15px;
  margin: 0 auto;
}
.search-container .gsite-title {
  text-align: center;
}

.search-form {
  margin-top: 36px;
}
.search-form .gsite-input {
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.64%;
}
.search-form .gsite-input select, .search-form .gsite-input input, .search-form button.btn {
  font-size: 16px;
  font-weight: 500;
  color: #ffffff;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  padding: 0 10px;
  height: 54px;
  border-bottom: 1px solid #ffffff;
}
.search-form .bootstrap-select.btn-group .dropdown-toggle .filter-option {
  font-size: 16px;
  font-weight: 500;
  color: #ffffff;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.search-form div.bs-searchbox > input{
  color: black!important;
  height: 30px!important;
  text-transform: initial!important;
  font-weight: unset!important
}

.search-form button.btn {
  background: transparent;
  border: 0; 
  border-bottom: 1px solid #ffffff; 
  border-radius: 0;
}
.search-form .gsite-input-lg {
  width: 18%;
}
.search-form .gsite-input-sm {
  width: 9.57%;
}
.search-form .gsite-submit {
  display: inline-block;
  vertical-align: middle;
  width: 10.64%;
  margin-right: 0.5%;
}
.search-form .gsite-submit input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  padding: 0;
  height: 54px;
  border: 1px solid #ffffff;
  font-size: 18px;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transition: all var(--default-transition);
}
.search-form .gsite-submit input:hover {
  background: rgba(var(--primary-color), 1);
  border: rgba(var(--primary-color), 1);
}
.search-form a.advanced-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  width: 10.5%;
  height: 54px;
  border: 1px solid #ffffff;
  font-size: 18px;
  font-weight: 700;
  color: #141414;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  background: #ffffff;
  transition: all var(--default-transition);
}
.search-form a.advanced-button:hover {
  background: rgba(var(--primary-color), 1);
  border: rgba(var(--primary-color), 1);
  color: #ffffff;
}

.search-powered {
  font-size: 16px;
  font-weight: 500;
  color: #ffffff;
  line-height: 1.2;
  letter-spacing: 0.04em;
  text-align: center;
  text-transform: uppercase;
  margin-top: 25px;
}

/* Home Search : END */
/* Home Sales : START */
.hp-properties {
  position: relative;
  font-size: 0;
}

.properties-container {
  position: relative;
}

.properties-feed {
  position: relative;
}

.properties-title {
  position: absolute;
  width: 33.3333333333%;
  top: 0;
  left: 0;
  z-index: 10;
}
.properties-title .item-inner {
  aspect-ratio: 532/416;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: min(4.063vw, 65px);
  padding-right: 15px;
}
.properties-title .gsite-title h2 {
  line-height: 1.1;
}

.title-right .properties-title {
  right: 0;
  left: inherit;
}

a.properties-more {
  margin-top: 38px;
}

.properties-arrows {
  display: flex;
  align-items: center;
  margin-top: 40px;
}

.properties-prev {
  margin-right: 18px;
}

.properties-list {
  margin: 0 -1px;
}
.properties-list:not(.slick-initialized) {
  display: flex;
  flex-wrap: wrap;
}
.properties-list:not(.slick-initialized) .properties-box {
  width: 33.3333333333%;
}
.properties-list:not(.slick-initialized) .properties-box:nth-child(5) ~ div {
  display: none;
}

.properties-item {
  padding: 1px;
}
.properties-item a {
  display: block;
  position: relative;
  overflow: hidden;
}

.properties-image {
  z-index: 1;
}
.properties-image::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0.8) 100%);
}
.properties-image img {
  aspect-ratio: 532/416;
}

.properties-item a:hover .properties-image img {
  transform: scale(1.1);
}

.properties-text {
  position: absolute;
  width: 100%;
  padding: 25px 0;
  bottom: 0;
  left: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  transform: translateY(42px);
  z-index: 2;
  transition: all var(--default-transition);
}

.properties-price {
  width: 36.84%;
  padding: 0 10px;
  font-size: 24px;
  font-weight: 700;
  color: #ffffff;
  line-height: 1;
  letter-spacing: 0.02em;
  text-align: center;
}

.properties-address {
  width: 59.21%;
  padding: 0 10px;
  font-size: 19px;
  font-weight: 600;
  color: #ffffff;
  line-height: 1;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-align: center;
}

.properties-specs {
  width: 100%;
  padding: 0 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 19px;
  font-weight: 600;
  color: #ffffff;
  line-height: 1;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-top: 18px;
  opacity: 0;
  transition: all var(--default-transition);
}
.properties-specs span:not(:first-child) {
  border-left: 2px solid #ffffff;
  padding-left: 20px;
  margin-left: 20px;
}

.properties-item a:hover .properties-text {
  background: rgba(var(--primary-color), 0.85);
  transform: translateY(0);
}
.properties-item a:hover .properties-text .properties-specs {
  opacity: 1;
}

/* Home Sales : END */
/* Home Stats : START */
.hp-stats {
  position: relative;
  padding: 100px 0 95px;
  font-size: 0;
}

.stats-container {
  position: relative;
  max-width: 1200px;
  padding: 0 15px;
  margin: 0 auto;
}
.stats-container .gsite-title {
  text-align: center;
}

.stats-feed {
  margin-top: 42px;
}

.stats-item {
  width: 25%;
  padding: 10px;
}
.stats-item .item-inner {
  border: 1px solid #ffffff;
  aspect-ratio: 280/280;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.stats-number {
  font-family: var(--font-family-title);
  font-size: 65px;
  font-weight: 600;
  font-variant: lining-nums;
  color: #ffffff;
  line-height: 1.1;
  text-align: center;
}

.stats-label {
  font-size: 20px;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.2;
  letter-spacing: 0.1em;
  text-align: center;
  text-transform: uppercase;
  margin-top: 3px;
}

/* Home Stats : END */
/* Home Featured : START */
/* Home Featured : END */
/* Home Communities : START */
.hp-communities {
  position: relative;
  padding: 100px 0 0;
  font-size: 0;
}

.communities-container {
  position: relative;
}

.communities-feed {
  position: relative;
}

.communities-title {
  position: absolute;
  width: 33.3333333333%;
  top: 0;
  right: 0;
  z-index: 10;
}
.communities-title .item-inner {
  aspect-ratio: 532/416;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: min(4.063vw, 65px);
  padding-right: 15px;
}

a.communities-more {
  margin-top: 38px;
}

.communities-arrows {
  display: flex;
  align-items: center;
  margin-top: 40px;
}

.communities-prev {
  margin-right: 18px;
}

.communities-list {
  margin: 0 -1px;
}
.communities-list:not(.slick-initialized) {
  display: flex;
  flex-wrap: wrap;
}
.communities-list:not(.slick-initialized) .communities-box {
  width: 33.3333333333%;
}
.communities-list:not(.slick-initialized) .communities-box:nth-child(5) ~ div {
  display: none;
}

.communities-item {
  padding: 1px;
}
.communities-item a {
  display: block;
  position: relative;
}

.communities-image {
  overflow: hidden;
  z-index: 1;
}
.communities-image::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.4);
}
.communities-image img {
  aspect-ratio: 532/416;
  transition: all var(--default-transition);
}

.communities-item a:hover .communities-image img {
  transform: scale(1.1);
}

.communities-text {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}

.communities-name {
  font-size: 26px;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: 0.1em;
  text-align: center;
  text-transform: uppercase;
}

/* Home Communities : END */
/* Home Videos : START */
.hp-videos {
  position: relative;
  padding: 95px 0 80px;
  font-size: 0;
}
.hp-videos .gsite-bg {
  z-index: 1;
}
.hp-videos .gsite-bg::before, .hp-videos .gsite-bg::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.hp-videos .gsite-bg::before {
  background: url(../../images/home/videos-bg-overlay.png) no-repeat center center/cover;
  z-index: 5;
}
.hp-videos .gsite-bg::after {
  background: rgba(20, 20, 20, 0.9);
}

.videos-container {
  position: relative;
  max-width: 1170px;
  padding: 0 15px;
  margin: 0 auto;
  z-index: 2;
}
.videos-container .gsite-title {
  text-align: center;
}

.videos-feed {
  margin-top: 52px;
}

.videos-list {
  margin: 0 -14px;
}

.videos-item {
  width: 50%;
  padding: 0 14px;
}
.videos-item a {
  display: block;
}

.videos-image {
  position: relative;
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.74);
}
.videos-image::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.25);
}
.videos-image img {
  aspect-ratio: 556/345;
}
.videos-image div {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 13px solid rgba(255, 255, 255, 0.4);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.15);
  padding: 3px;
  z-index: 10;
}
.videos-image div i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  font-size: 15px;
  color: rgba(var(--primary-color), 1);
  padding-left: 4px;
  transition: all var(--default-transition);
}

.videos-item a:hover .videos-image div i {
  background: rgba(var(--primary-color), 1);
  color: #ffffff;
}

.videos-text {
  position: relative;
  padding: 20px 0;
}

.videos-name {
  font-size: 19px;
  font-weight: 600;
  color: #ffffff;
  line-height: 1.4;
  letter-spacing: 0.08em;
  text-align: center;
}

/* Home Videos : END */
@media only screen and (max-width: 1366px) {
  /* Home Properties : START */
  .properties-price {
    font-size: 18px;
  }
  .properties-address {
    font-size: 15px;
  }
  .properties-specs {
    font-size: 15px;
  }
  /* Home Properties : END */
}
@media only screen and (max-width: 1199px) {
  /* Home Properties : START */
  .properties-price {
    font-size: 15px;
  }
  .properties-address {
    font-size: 12px;
  }
  .properties-specs {
    font-size: 12px;
  }
  /* Home Properties : END */
}
@media only screen and (max-width: 991px) {
  /* Home Search : START */
  .search-container {
    max-width: 630px;
  }
  .search-form .gsite-input {
    margin-right: 0;
    margin-bottom: 4px;
    padding: 0 4px;
  }
  .search-form .gsite-input-lg {
    width: 100%;
  }
  .search-form .gsite-input-sm {
    width: 50%;
  }
  .search-form .gsite-submit {
    width: 50%;
    padding: 0 4px;
  }
  .search-form a.advanced-button {
    width: calc(50% - 8px);
    margin: 0 2px;
  }
  /* Home Search : END */
  /* Home Properties : START */
  .properties-container {
    max-width: 630px;
    padding: 0 15px;
    margin: 0 auto;
  }
  .properties-title {
    position: relative;
    width: 100%;
    margin-bottom: 30px;
    text-align: center;
  }
  .properties-title .item-inner {
    aspect-ratio: inherit;
  }
  .properties-arrows {
    justify-content: center;
  }
  a.properties-more {
    display: block;
    margin: 38px auto 0;
  }
  /* Home Properties : END */
  /* Home Stats : START */
  .stats-container {
    max-width: 630px;
    padding: 0 15px;
    margin: 0 auto;
  }
  .stats-item {
    width: 50%;
    padding: 10px;
  }
  .stats-number {
    font-size: 50px;
  }
  .stats-label {
    font-size: 18px;
  }
  /* Home Stats : END */
  /* Home Communities : START */
  .hp-communities {
    padding: 100px 0 80px;
  }
  .communities-container {
    max-width: 630px;
    padding: 0 15px;
    margin: 0 auto;
  }
  .communities-title {
    position: relative;
    width: 100%;
    margin-bottom: 30px;
    text-align: center;
  }
  .communities-title .item-inner {
    aspect-ratio: inherit;
  }
  .communities-arrows {
    justify-content: center;
  }
  a.communities-more {
    display: block;
    margin: 38px auto 0;
  }
  /* Home Communities : END */
  /* Home Videos : START */
  .videos-container {
    max-width: 630px;
    padding: 0 15px;
    margin: 0 auto;
  }
  .videos-item {
    width: 100%;
  }
  /* Home Videos : END */
}
@media only screen and (max-width: 480px) {
  /* Home Stats : START */
  .stats-number {
    font-size: 30px;
  }
  .stats-label {
    font-size: 14px;
  }
  /* Home Stats : END */
}