.slider {
  display: block;
  position: relative;
  z-index: 0;
  /*max-height: 900px;*/
  min-height: 500px;
  height: 100vh
}

.slider-bg {
  position: relative;
  z-index: 1;
  background-color: var(--primary);
  height: 100vh;
  min-height: 500px;
  /*max-height: 900px;*/
  width: 100%;
}

.slider-overlay {
  position: fixed;
  display: block;
  width: 100%;
  height: inherit;
  min-height: inherit;
  max-height: inherit;
  z-index: 2;
  top: 0;
  left: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 30%),
    linear-gradient(to bottom, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 30%),
    linear-gradient(to left, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 30%),
    linear-gradient(to right, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 30%);
  opacity: .5;
}

.slider .aios-slider.aios-slider-template-default .aios-slider-splide .aios-slider-custom-video,
.slider .aios-slider {
  position: fixed;
  display: block;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100vh;
}

.slider .aios-slider.aios-slider-template-default .aios-slider-splide .aios-slider-img {
  height: 100vh;
}

.slider-content {
  position: fixed;
  z-index: 3;
  left: 0;
  right: 0;
  width: 100%;
  height: inherit;
  top: 0;
  min-height: inherit;
  max-height: inherit;
}

.slider-content-wrap {
  position: absolute;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  width: 90%;
  max-width: 1350px;
  padding: 0 15px 0 30px;
  margin: 0 auto;
  bottom: 0;
  left: 0;
  right: 0;
}

.slider-content-wrap .left {
  width: 65%;
  max-width: 840px;
  margin-right: 12.7%;
  margin-right: 3%;
  padding-top: 24px;
  padding-bottom: 90px;
}

.slider-content-wrap .tagline div:not(.slider-btns) {
  font-family: var(--font-family-title);
  color: var(--font-color-secondary);
  font-weight: 600;
  display: block;
  text-transform: uppercase;
}

.slider-content-wrap .tagline .tag-1 {
  font-size: clamp(24px, 3vw, 48px);
  letter-spacing: .04em;
}

.slider-content-wrap .tagline .tag-2 {
  display: flex !important;
  justify-content: space-between;
  align-items: center;
  font-size: clamp(38px, 5.94vw, 95px);
  letter-spacing: .1em;
  margin: 0 0 0 -10px;
}

.slider-content-wrap .tagline .tag-3 {
  font-size: clamp(40px, 6.56vw, 105px);
  letter-spacing: .1em;
  margin: -15px 0 -10px -10px;
}

.slider-content-wrap .tagline .tag-4 {
  font-size: clamp(36px, 4.5vw, 72px);
  letter-spacing: .03em;
  margin: 0 0 25px 0;
}

.slider-content-wrap .tagline .tag-5 {
  font-family: var(--font-family-default);
  font-size: clamp(18px, 1.4vw, 22px);
  font-weight: 300;
  letter-spacing: .01em;
}

.slider-btns {
  display: flex;
  justify-content: space-between;
  width: 450px;
  margin: 25vh auto 0;
}

.slider-btns .global-btn {
  color: var(--font-color-secondary);
  width: 45%;
  border-image-slice: 2;
  border-image-source: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(64, 99, 108, 1) 100%);
  border-width: 2px;
  border-style: solid;
  height: fit-content;
  padding: 20px 5px;
}

.slider-content-wrap .right {
  width: 50%;
  max-width: 434px;
}

.slider-content-wrap .right .img-container canvas {
  background-color: transparent;
}

.slider-content-wrap .right .img-container img {
  position: absolute;
  bottom: 0;
  top: unset;
  width: 100%;
  height: auto;
}

.slider-content .slider-scroll {
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: fit-content;
  z-index: 9;

  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: .07em;
  color: var(--font-color-secondary);
  font-weight: 500;
  font-family: var(--font-family-default);
  text-align: center;
  padding: 25px 5px;
  transition: var(--default-transition);
}

.slider-content .slider-scroll:hover {
  opacity: .7;
  bottom: 0px;
}

.slider-content .slider-scroll i {
  display: block;
  margin-top: 15px;
  font-size: 18px;
  transition: var(--default-transition);
}

.slider-content .slider-scroll:hover i {
  margin-top: 25px;
}

/* Featured Listings */
.hp-fp {
  position: relative;
  background-color: #fff;
  z-index: 1;
  padding: 130px 0 90px;
}

.hp-fp .bg-img {
  height: auto;
  filter: grayscale(1);
  opacity: .07;
}

.hp-fp .section-title {
  margin: 0 auto;
}

.hp-fp .container {
  position: relative;
}

.hp-fp .global-btn {
  margin: 0 auto;
  width: 225px;
}

.fp-nav {
  position: absolute;
  top: 20px;
  left: auto;
  right: 15px;
  width: fit-content;
  height: auto;
  z-index: 9;
}

.fp-nav .slick-arrow {
  cursor: pointer;
  font-size: 18px;
  transition: var(--default-transition);
}

.fp-nav .slick-arrow:hover {
  color: var(--primary);
}

.fp-nav .slick-arrow#fp-prev {
  margin-right: 55px;
}

.fp-wrap {
  margin: 50px auto 40px;
}

.fp-wrap:not(.slick-initialized)>div {
  width: calc(100% / 3 - 3px);
  display: inline-block;
  vertical-align: middle;
  position: relative;
}

.fp-wrap:not(.slick-initialized)>div:nth-child(n+6)~div {
  display: none;
}

.fp-wrap .slick-slide>div>div {
  padding: 20px 5px;
  vertical-align: top;
}

.fp-item .img-container {
  overflow: hidden;
}

.fp-item .img-container img {
  filter: grayscale(1);
  transition: var(--default-transition);
}

.fp-item:hover .img-container img {
  filter: none;
  transform: scale(1.15);
}

.fp-item .label {
  position: absolute;
  z-index: 1;
  top: 23px;
  left: 23px;
  /* background-color: #fff; */
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: .1em;
  font-weight: 600;
  padding: 6px 0;
  width: 93px;
  width: 115px;
  text-align: center;
  line-height: 1;
}

.fp-item .details-box {
  position: relative;
  /*background-color: rgba(94, 144, 156, .8);*/
  background-color: rgba(57, 52, 44, .8);
  display: block;
  width: 80%;
  margin: -75px auto 0;
  z-index: 1;
  height: 135px;
  border: 3px solid #d7d7d7;
  transition: var(--default-transition);
}

.fp-item:hover .details-box {
  background-color: rgba(94, 144, 156, 1);
  border-color: var(--primary);
}

.fp-item .details-box .fp-logo-wrap {
  position: absolute;
  width: fit-content;
  height: auto;
  left: 0;
  right: 0;
  top: -34px;
  margin: 0 auto;
  opacity: 1;
  visibility: visible;
  /*border: 4px solid #bfcfd3;*/
  border: 4px solid #d7d7d7;
  padding: 13px 6px;
  transition: var(--default-transition);
}

.fp-item:hover .details-box .fp-logo-wrap {
  opacity: 0;
  visibility: hidden;
  max-height: 0;
  top: -56px;
}

.fp-item .details-wrap {
  display: block;
  overflow: hidden;
  height: inherit;
}

.fp-item .details-wrap .details-default {
  display: block;
  opacity: 1;
  visibility: visible;
  margin-top: 0;
  height: inherit;
  transition: var(--default-transition);
}

.fp-item:hover .details-wrap .details-default {
  opacity: 0;
  visibility: hidden;
  margin-top: -135px;
}

.fp-item .details-wrap .details-default .price {
  display: block;
  text-align: center;
  width: 90%;
  font-size: 22px;
  letter-spacing: .02em;
  font-weight: 300;
  color: var(--font-color-secondary);
  padding: 36px 0 10px;
  margin: 0 auto;
  border-bottom: 2px solid #fff;
}

.fp-item .details-wrap .details-default .address {
  display: block;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
  color: var(--font-color-secondary);
  margin-top: 10px;
}

.fp-item .details-hover {
  display: block;
  opacity: 0;
  visibility: hidden;
  margin-top: 0;
  height: inherit;
  transition: var(--default-transition);
}

.fp-item:hover .details-hover {
  opacity: 1;
  visibility: visible;
}

.fp-item .details-hover .fp-logo-hover {
  position: absolute;
  opacity: .1;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: 0 auto;
  width: fit-content;
  height: auto;
  z-index: -1;
}

.fp-item .details-hover .specs {
  display: flex;
  justify-content: space-between;
  width: 90%;
  margin: 0 auto;
  padding: 18px 3px 20px;
  border-bottom: 2px solid #fff;
}

.fp-item .details-hover .specs.with-lot {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-columns: repeat(3, 1fr);
  width: fit-content;
  padding: 18px 3px 0;
  border-bottom: none;
  margin-bottom: -13px;
  gap: 10px 0;
  width: 100%;
}

.fp-item .details-hover .specs>span {
  display: flex;
  align-items: center;
  color: var(--font-color-secondary);
  font-size: 11.43px;
  letter-spacing: .05em;
  text-transform: uppercase;
  font-weight: 300;
  margin-right: 5px;
}

.fp-item .details-hover .specs.with-lot>span {
  margin-right: 15px;
  margin-bottom: 5px;
  padding: 0 20px;
  padding: 0 5px;
}

.fp-item .details-hover .specs>span img {
  margin-right: 5px;
}

.fp-item .details-hover .specs.with-lot>span:nth-child(even),
.fp-item .details-hover .specs>span:last-child {
  margin-right: 0;
}

.fp-item .details-hover .fp-view {
  display: block;
  margin: 20px auto 0;
  width: 152px;
  padding: 10px 0;
  color: var(--font-color-secondary);
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 300;
  letter-spacing: .07em;
  text-align: center;
  border: 1px solid #fff;
  transition: var(--default-transition);
}

.fp-item .details-hover .fp-view:hover {
  background-color: #919fa3;
  border-color: #919fa3;
}

/* FEATURED VIDEOS */
.hp-video {
  position: relative;
  padding: 130px 0 135px;
  background-color: var(--secondary);
  z-index: 1;
}

.hp-video .bg-img {
  background-attachment: fixed;
  opacity: .07;
}

.video-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 2;
  padding: 0 15px;
}

.video-wrap .left {
  width: 42.8%;
  padding-right: 25px;
  padding-left: 11%;
  /*max-width: 672px;*/
}

.video-wrap .left .section-title {
  text-align: center;
  color: var(--font-color-secondary);
  margin: 0 auto;
}

.video-wrap .left .title-box {
  position: relative;
  color: var(--font-color-secondary);
  background-color: var(--primary);
  padding: 0 5px 0 20%;
  margin: 50px -25px 55px 0;
}

.video-wrap .left .title-box::after {
  content: '';
  position: absolute;
  width: 80%;
  height: 1px;
  background-color: var(--font-color-secondary);
  top: 50%;
  transform: translateY(-50%);
  left: auto;
  right: 0;
}

.video-wrap .left .title-box .title {
  font-size: 22px;
  letter-spacing: .04em;
  text-transform: uppercase;
  padding: 30px 0 25px;
}

.video-wrap .left .title-box .address {
  font-size: 20px;
  padding: 25px 0 30px;

}

.video-wrap .left .global-btn {
  color: var(--font-color-secondary);
  margin: 0 auto;
}

.video-wrap .right {
  width: 56.6%;
  /*max-width: 895px;*/
}

.video-wrap .right .ipad {
  position: relative;
  background-color: #000;
  border: 3.5px solid #cdcdcd;
  border-radius: 35px;
  padding: 24px 22px;
  margin-right: -7px;
  -webkit-box-reflect: below 10px linear-gradient(to bottom, rgba(0, 0, 0, .0) 0%, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, .15) 100%);
}

.video-wrap .right .ipad iframe {
  width: 100%;
  height: 29.69vw;
}

.video-wrap .right .ipad::after {
  content: '';
  background: radial-gradient(rgba(0, 0, 0, .7) 0%, rgba(0, 0, 0, .2) 70%, rgba(0, 0, 0, 0) 100%);
  width: auto;
  display: block;
  height: 8px;
  position: absolute;
  bottom: -12px;
  left: -10px;
  right: -10px;
}

.video-wrap .right .ipad .thumb .play-btn {
  outline: 1px solid #fff;
  border-radius: 100%;
  display: block;
  width: 64px;
  height: 64px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: auto;
  background: rgba(255, 255, 255, .2);
  transition: var(--default-transition);
  outline-offset: 8px;
}

.video-wrap .right .ipad .thumb:hover .play-btn {
  background-color: var(--primary);
  outline-color: var(--primary);
}

.video-wrap .right .ipad .thumb .play-btn .arrow-right {
  position: absolute;
  left: 5px;
  right: 0;
  margin: auto;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 12px solid transparent;
  border-left: 20px solid #fff;
  border-bottom: 12px solid transparent;
  border-radius: 3px;
  transition: var(--default-transition);
  z-index: 1;
}

/* ABOUT */
.hp-about {
  position: relative;
  padding: 110px 0 90px;
  background-color: #fff;
  z-index: 1;
}

.hp-about .bg-img {
  opacity: .05;
}

.about-wrap {
  position: relative;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1600px;
}

.about-wrap .left {
  width: 50%;
  max-width: 715px;
  margin-right: 3.75%;
}

.about-wrap .img-wrap {
  position: relative;
}

.about-wrap .img-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 26.6%;
  background-color: var(--primary);
}

.about-wrap .left .bg-logo {
  position: absolute;
  opacity: .04;
  top: 40%;
  transform: translateY(-40%);
  left: 0;
  width: 100%;
  height: auto;
  z-index: -1;
}

.about-wrap .left .img-container {
  width: 66.3%;
  margin: 0 12% 0 auto;
}

.about-wrap .left .img-container canvas {
  background-color: transparent;
}

.about-wrap .right {
  width: 50%;
  max-width: 670px;
  margin-right: 6.25vw;
  padding: 40px 15px 0 0;
}

.about-wrap .right .section-title {
  margin-bottom: 30px;
}

.about-wrap .right .bio {
  font-size: 15px;
  line-height: 2;
  letter-spacing: .04em;
  padding-left: 10px;
  color: var(--font-color-title);
}

.about-wrap .right .services {
  margin: 15px 0 25px;
}

.about-wrap .right .services li {
  padding: 12px 0 10px;
  border-bottom: 1px solid #d7d6d6;
}

.about-wrap .right .services li:last-child {
  border: none;
}

.about-wrap .right .services li a {
  display: block;
  padding: 12px 15px 8px 0;
  transition: var(--default-transition);
}

.about-wrap .right .services li a:hover {
  background-color: #fff;
  padding-left: 45px;
  margin-right: -25px;
}

.about-wrap .right .services li a .title {
  display: flex;
  color: var(--font-color-default);
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: .02em;
  line-height: 1.1;
  padding-bottom: 12px;
  transition: var(--default-transition);
}

.about-wrap .right .services li a:hover .title {
  color: var(--primary);
}

.about-wrap .right .services li a .title i {
  font-size: 18px;
  color: var(--primary);
  width: 47px;
  margin-top: -2px;
  padding-right: 25px;
}

.about-wrap .right .services li a .desc {
  color: var(--font-color-default);
  display: block;
  font-size: 15px;
  line-height: 1.9;
  letter-spacing: .04em;
  padding: 0 20px 0 47px;
  transition: var(--default-transition);
}

.about-wrap .right .services li a:hover .desc {
  padding-right: 10px;
}

.about-wrap .right .global-btn {
  max-width: 225px;
  margin-left: 10px;
}

/* TESTIMONIALS */
.hp-test {
  position: relative;
  padding: 70px 0 105px;
  background-color: #fff;
  z-index: 1;
}

.hp-test .bg-img {
  top: clamp(95px, 15vw, 235px);
  height: auto;
  filter: grayscale(1);
  opacity: .1;
}

.test-wrap {
  position: relative;
  max-width: 1600px;
  margin: 0 auto;
}

.test-wrap .img-wrap {
  position: absolute;
  top: 0;
  right: 0;
  left: auto;
}

.test-wrap .img-wrap .img-container {
  width: 48vw;
  max-width: 768px;
}

.test-wrap .title-wrap {
  width: 55%;
  max-width: 818px;
  padding-top: clamp(100px, 18vw, 280px);
  padding-left: 15px;
  margin-bottom: 69px;
}

.test-wrap .title-wrap .section-title {
  margin: 0 auto
}

.test-box {
  position: relative;
  max-width: 1150px;
  background-color: var(--secondary);
  padding: 70px 15px 75px;
  width: 90%;
}

.test-slick {
  max-width: 970px;
  margin: 0 auto;
}

.test-slick:not(.slick-initialized)>.test-item:nth-child(n+1)~.test-item {
  display: none;
}

.test-item .desc {
  color: var(--font-color-secondary);
  font-size: 16px;
  letter-spacing: .04em;
  line-height: 2.2;
  font-weight: 300;
  margin-bottom: 25px;
}

.test-item .name {
  color: var(--primary);
  font-size: 16px;
  letter-spacing: .02em;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 6px;
}

.test-item .position {
  color: var(--font-color-secondary);
  font-size: 15px;
  letter-spacing: .02em;
  font-weight: 500;
  text-transform: uppercase;
  font-style: italic;
  margin-bottom: 50px;
}

.test-nav {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
}

.test-nav .global-btn {
  color: var(--font-color-secondary);
  margin: 0 50px;
  max-width: 225px;
  width: 100%;
}

.test-nav .slick-arrow {
  cursor: pointer;
  color: var(--font-color-secondary);
  font-size: 18px;
  transition: var(--default-transition);
}

.test-nav .slick-arrow:hover {
  color: var(--primary);
}

.test-quote {
  position: absolute;
  bottom: 75px;
  left: 0;
  opacity: .1;
}

/* WHY WORK WITH US */
.hp-work {
  position: relative;
  z-index: 1;
  padding: 105px 0 130px;
  background-color: #fff;
}

.hp-work .bg-img {
  opacity: .12;
  background-attachment: fixed;
}

.hp-work .section-title {
  margin: 0 auto;
}

.hp-work .stat-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 1320px;
  margin: 105px auto 0;
}

.hp-work .stat-wrap .stat {
  text-align: center;
  padding: 20px 0;
  border-right: 1px solid #30302f;
  cursor: pointer;
}

.hp-work .stat-wrap .stat:first-child {
  width: 18.125vw;
  min-width: 110px;
}

.hp-work .stat-wrap .stat:nth-child(2) {
  width: 20.75vw;
  min-width: 195px;
}

.hp-work .stat-wrap .stat:nth-child(3) {
  width: 22.875vw;
  min-width: 185px;
}

.hp-work .stat-wrap .stat:last-child {
  border-right: none;
  width: 20.125vw;
  min-width: 110px;
}

.hp-work .stat-wrap .stat h3 {
  font-family: var(--font-family-title);
  font-size: 56px;
  font-weight: 500;
  letter-spacing: .02em;
  color: var(--font-color-title);
  margin-bottom: 35px;
  transition: var(--default-transition);
}

.hp-work .stat-wrap .stat .stat-text {
  display: block;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--font-color-title);
  line-height: 1.4;
  transition: var(--default-transition);
}

.hp-work .stat-wrap .stat:hover h3,
.hp-work .stat-wrap .stat:hover .stat-text {
  transform: scale(1.1);
}

/* FEATURED COMMUNITES */
.hp-fc {
  position: relative;
  z-index: 1;
  padding: 125px 0 110px;
  background-color: #fff;
}

.hp-fc .bg-img {
  opacity: .08;
  filter: grayscale(1);
}

.fc-wrap {
  display: flex;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px 0 30px;
}

.fc-wrap .left {
  width: 50%;
  max-width: 520px;
  margin-right: 15px;
}

.fc-wrap .left .fc-list {
  margin-top: 50px;
}

.fc-wrap .left .fc-btn {
  position: relative;
  display: block;
  max-width: 280px;
  padding: 16px 20px;
  margin-bottom: 12px;
  font-size: 18px;
  color: var(--font-color-default);
  font-weight: 500;
  letter-spacing: .08em;
  text-transform: uppercase;
  transition: var(--default-transition);
  z-index: 1;
}

.fc-wrap .left .fc-btn:last-child {
  margin-bottom: 0;
}

.fc-wrap .left .fc-btn:hover {
  color: var(--font-color-secondary);
}

.fc-wrap .left .fc-btn::before {
  content: '';
  position: absolute;
  background-color: var(--primary);
  width: 80px;
  height: 100%;
  top: 0;
  left: 0;
  transition: var(--default-transition);
  z-index: -1;
}

.fc-wrap .left .fc-btn:hover::before {
  width: 100%;
}

.fc-wrap .right {
  width: 50%;
  max-width: 545px;
}

.fc-wrap .right .img-container canvas {
  background-color: transparent;
}

/****** HP MAP ******/
.hp-fc {
  padding: 0;
}

.map-wrap {
  position: relative;
}

.map_left_wrap {
  width: 100%;
  position: absolute;
  z-index: 3;
  padding-top: 242px;
  padding-top: 15.125vw;
  left: 140px;
  left: 8.75vw;
  pointer-events: none !important;
}

.map-title {
  font-size: 72px;
  font-size: 4.5vw;
}

.map-title span {
  margin-bottom: 7px;
  margin-bottom: 0.438vw;
  font-size: 27px;
  font-size: 1.688vw;
}

.map-title span:before {
  margin-right: 20px;
  min-width: unset;
  max-width: 7.5vw;
}

.map_left_txt {
  margin-left: -20px;
  margin-left: -1.25vw;
  margin-top: 47px;
  margin-top: 2.938vw;
}

.cm-map-list {
  max-width: 257px;
  max-width: max(16.063vw, 200px);
}

.cm-map-list li {
  margin-bottom: 18px;
  margin-bottom: 1.125vw;
}

.cm-map-list li a {
  display: flex;
  position: relative;
  align-items: center;
  color: #505050;
  transition: all var(--default-transition);
  transition-property: color, background, padding;
  pointer-events: all;
  padding: 18px 20px;
  padding: 1.125vw 1.25vw;
  font-size: 21px;
  font-size: 1.313vw;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-weight: 500;
}

.cm-map-list li span {
  position: relative;
}

.cm-map-list li a::before {
  position: absolute;
  content: '';
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  background: var(--primary);
  transition: var(--default-transition);
}

.cm-map-list li a:hover,
.cm-map-list li.active a {
  color: #fff;
  /* background: var(--primary); */
}

.cm-map-list li a:hover::before,
.cm-map-list li.active a::before {
  width: 100%;
}

.map_right_wrap {
  width: 100%;
  display: inline-block;
  vertical-align: top;
  position: relative;
}

#map_wrap {
  width: 1600px;
}

#map_wrap #map {
  width: 100%;
  position: relative;
}

#map_wrap img {
  width: auto;
  max-width: 100%;
}

#transparent {
  width: 1600px !important;
  height: 1014px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 4;
}

#map .map_hovers {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 4;
  pointer-events: none;
}

#map .map_hovers div {
  /*    position: absolute;*/
  /*    z-index: 1;*/
}

#map .map_hovers div img.hoverimg {
  opacity: 0;
  /* opacity: 1; */
  transition: var(--default-transition);
  position: absolute;
  transform: translateY(30px);
}

#map .map_hovers div.active img.hoverimg {
  opacity: 1;
  z-index: 3;
  transform: translateY(0);
}

.map-txt {
  position: absolute;
  text-transform: uppercase;
  width: auto;
  font-size: 18px;
  font-weight: 500;
  color: #ffffff;
  transition: var(--default-transition);
  text-align: center;
  text-shadow: 1px 1.732px 2px rgba(0, 0, 0, 1);
  line-height: 1.2;
  text-align: center;
}

.active .map-txt {
  z-index: 3;
}


/*MAP HOVERS POSITION*/
#map-sunnyvale img {
  left: 980px;
  top: 245px;
}

#map-losaltos img {
  left: 745px;
  top: 306px;
}

#map-mountainview img {
  left: 863px;
  top: 215px;
}

#map-cupertino img {
  left: 922px;
  top: 496px;
}

#map-paloalto img {
  left: 701px;
  top: 146px;
}

/*MAP LABEL POSITION*/
.map-txt-sunnyvale {
  left: 1037px;
  top: 435px;
}

.map-txt-losaltos {
  left: 832px;
  top: 416px;
}

.map-txt-losaltoshills {
  left: 774px;
  left: 783px;
  top: 422px;
  display: none;
}

.map-txt-mountainview {
  left: 924px;
  top: 347px;
}

.map-txt-cupertino {
  left: 1008px;
  top: 589px;
}

.map-txt-paloalto {
  left: 827px;
  top: 262px;
}

.map-txt-milpitas {
  left: 1358px;
  top: 264px;
}

.map-txt-santaclara {
  left: 1201px;
  top: 448px;
}

.map-txt-westsanjose {
  left: 1102px;
  top: 627px;
}

.map-txt-campbell {
  left: 1220px;
  top: 705px;
}

.map-txt-saratoga {
  left: 1044px;
  top: 731px;
}

/* MAP HOVER LABEL POSITION */
.active .map-txt-sunnyvale {
  top: 413px;
}

.active .map-txt-losaltos {
  top: 385px;
}

.active .map-txt-losaltoshills {
  top: 400px;
}

.active .map-txt-mountainview {
  top: 325px;
}

.active .map-txt-cupertino {
  top: 567px;
}

.active .map-txt-paloalto {
  top: 240px;
}

.map-wrap {
  position: relative;
}

.map-wrap::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 50%;
  bottom: 0;
  left: 0;
  pointer-events: none;
  opacity: 0;
  background: linear-gradient(to top, rgb(203 203 203) 0%, rgba(255, 255, 255, 0) 100%);
}

.bg-map {
  line-height: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.bg-map::after {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url('/wp-content/uploads/2024/11/overlay-map.png');
  background-size: cover;
}

.bg-map canvas {
  opacity: 36%;
  filter: grayscale(1);
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

/****** END HP MAP ******/


@media (min-width: 1366px) {
  .hp-fp .container {
    width: 1330px;
  }
}

@media only screen and (max-width: 1366px) {
  .fp-item .details-hover {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
  }

  .fp-item .details-hover .specs>span {
    font-size: max(10px, 0.878vw);
  }

  .fp-item .details-hover .specs>span img {
    width: 20%;
    height: auto;
    display: block;
    min-width: 16px;
  }

  .fp-item .details-hover .specs.with-lot {
    justify-content: center;
    grid-template-columns: repeat(3, auto);
    padding-top: 0;
  }

  .fp-item .details-hover .specs.with-lot>span {
    margin-right: 0;
    padding: 0;
  }

  .fp-item .details-hover .specs.with-lot>span.lot-sqft img {
    width: 10%;
    min-width: 14px;
  }
}

@media only screen and (max-width: 1199px) {
  .slider-content-wrap .tagline .tag-3 {
    margin: -10px 0 -5px -10px;
  }

  .slider-content-wrap .left {
    padding-bottom: 110px;
  }

  .test-box {
    margin-left: 35px;
  }

  .hp-work .stat-wrap .stat:nth-child(3) {
    width: 25.875vw;
  }

  .hp-work .stat-wrap .stat:last-child {
    width: 23.125vw;
  }
}

@media only screen and (max-width: 991px) {

  .left,
  .right {
    width: 100% !important;
  }

  .slider {
    height: calc(100vh - 197px);
    max-height: 800px;
  }

  .slider .aios-slider {
    position: relative;
  }

  .slider-overlay,
  .slider-content,
  .slider-bg {
    position: absolute;
    height: calc(100vh - 197px);
  }

  .slider .aios-slider.aios-slider-template-default .aios-slider-splide .aios-slider-img {
    height: calc(100vh - 197px);
  }

  .slider-content {
    /*padding-top: 15%;*/
    padding-top: 10vh;
  }

  .slider-content-wrap {
    justify-content: center;
    padding: 0;
    width: 90%;
  }

  .slider-content-wrap .left {
    width: 100%;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 100px;
    text-align: center;
  }

  .slider-btns {
    margin-left: auto;
    margin-right: auto;
    width: 55%;
    max-width: 540px;
    margin-bottom: 20px;
    margin-top: 0;
  }

  .slider-btns .global-btn {
    padding: 20px 5px;
  }

  .slider-content-wrap .tagline .tag-2 {
    margin: 0;
    display: block !important;
  }

  .slider-content-wrap .tagline .tag-3 {
    margin: 0;
  }

  .slider-content-wrap .right {
    display: none;
  }

  .hp-fp .section-title {
    text-align: center;
  }

  .fp-nav {
    left: 0;
    right: 0;
    margin: 0 auto;
  }

  .fp-wrap:not(.slick-initialized)>div {
    width: 100%;
  }

  .fp-wrap:not(.slick-initialized)>div:nth-child(n+1)~div {
    display: none;
  }

  .fp-item .details-box {
    width: 90%;
  }

  .fp-item .details-hover .specs>span {
    font-size: 14px;
  }

  .fp-item .details-hover .specs>span img {
    max-height: 15px;
    width: auto;
  }

  .fp-item .details-hover .specs.with-lot>span {
    padding: 0 15px;
  }

  .video-wrap {
    flex-direction: column;
  }

  .video-wrap .left {
    padding-right: 0;
    padding-left: 0;
    margin-bottom: 30px;
  }

  .video-wrap .left .section-title {
    text-align: center;
  }

  .video-wrap .left .title-box {
    padding: 0 15px;
    margin: 50px 0 55px 0;
    text-align: center;
    width: 100%;
  }

  .video-wrap .right .ipad {
    margin-right: auto;
    padding: 16px 14px;
  }

  .video-wrap .right .ipad iframe {
    width: 100%;
    height: 52vw;
  }

  .about-wrap {
    flex-direction: column;
    align-items: center;
  }

  .about-wrap .left {
    margin-right: 0;
  }

  .about-wrap .right {
    margin-right: 0;
    padding: 0 15px;
  }

  .about-wrap .right .section-title {
    margin: 30px auto;
  }

  .about-wrap .right .global-btn {
    margin-left: auto;
    margin-right: auto;
  }

  .test-wrap .img-wrap {
    position: relative;
  }

  .test-wrap .img-wrap .img-container {
    width: 100%;
  }

  .test-wrap .img-wrap {
    margin: 0 auto;
    width: fit-content;
  }

  .test-wrap .title-wrap {
    padding-top: 50px;
    width: 100%;
    padding-left: 0;
    margin: 0 auto 50px;
  }

  .test-box {
    width: 100%;
    padding-bottom: 150px;
    margin-left: 0;
  }

  .test-item .desc,
  .test-item .name,
  .test-item .position {
    text-align: center;
  }

  .test-nav .slick-arrow {
    margin: 0 20px;
  }

  .test-nav .global-btn {
    position: absolute;
    bottom: -100px;
  }

  .hp-work .stat-wrap {
    flex-direction: column;
    align-items: center;
  }

  .hp-work .stat-wrap .stat {
    border-right: none;
  }

  .fc-wrap {
    justify-content: center;
  }

  .fc-wrap .section-title {
    margin: 0 auto;
  }

  .fc-wrap .left {
    margin-right: 0;
  }

  .fc-wrap .left .fc-btn {
    margin-left: auto;
    margin-right: auto;
  }

  .fc-wrap .right {
    display: none;
  }

  /* HP MAP MOBILE */
  .hp-fc {
    padding: 70px 15px;
  }

  .map_left_wrap {
    left: unset;
    position: relative;
    padding-top: 0;
  }

  .map-title {
    font-size: var(--font-size-title);
    margin: 0 auto;
  }

  .map-title span {
    font-size: clamp(22px, 1.8vw, 27px);
  }

  .map-title span:before {
    max-width: 105px;
  }

  .map_left_txt {
    margin-left: 0;
    margin-top: 35px;
  }

  .cm-map-list {
    margin: auto;
  }

  .cm-map-list li {
    margin-bottom: 15px;
  }

  .cm-map-list li:last-child {
    margin-bottom: 0;
  }

  .cm-map-list li a {
    padding: 15px;
    justify-content: center;
    font-size: 18px;
  }

  .bg-map::after {
    background: #ffffff;
    opacity: 50%;
  }

  /* HP MAP MOBILE */

  .ftr-smi-wrap {
    margin: 65px auto 65px;
  }
}

/* Galaxy Tab 3(portrait) | Galaxy S5(landscape) */
@media only screen and (max-width: 767px) {
  .slider-content {
    padding-top: 10%;
  }

  .slider-btns .global-btn {
    padding: 10px 5px;
  }

  .slider-btns {
    flex-direction: column;
    justify-content: center;
    width: 200px;
  }

  .slider-btns .global-btn {
    margin: 0 auto 20px;
    width: 100%;
  }

  .video-wrap .right .ipad iframe {
    width: 100%;
    height: 45vw;
  }
}

@media only screen and (max-width: 480px) {
  .fp-item .details-hover .specs>span {
    font-size: 10px;
  }

  .fp-item .details-hover .specs.with-lot>span {
    padding: 0 8px;
  }

  .video-wrap .left .title-box .title {
    font-size: 20px;
  }

  .video-wrap .left .title-box .address {
    font-size: 18px;
  }

  .video-wrap .right .ipad {
    padding: max(3.125vw, 7px) 7px max(2.708vw, 3px);
    border-radius: 10px;
    margin: 0 -12px;
  }

  .video-wrap .right .ipad iframe {
    height: 52vw;
    border-radius: 3px;
  }

  .hp-work .section-title {
    text-align: center;
  }

  .hp-work .section-title span {
    justify-content: center;
  }

  .hp-work .section-title span::before {
    display: none;
  }
}

/* Galaxy S5(portrait) | iPod Touch(landscape) | iPod Touch(portrait) */