@import url('https://cdnjs.cloudflare.com/ajax/libs/material-design-icons/3.0.1/iconfont/material-icons.min.css');

@font-face {
  font-family: 'Calibre';
  src: url('./fonts/CalibreRegular.woff') format('woff');
  font-weight: 400;
}

@font-face {
  font-family: 'Calibre';
  src: url('./fonts/CalibreMedium.woff') format('woff');
  font-weight: 500;
}

@font-face {
  font-family: 'Calibre';
  src: url('./fonts/CalibreSemibold.woff') format('woff');
  font-weight: 600;
}

@font-face {
  font-family: 'BlockHead';
  src: url('./fonts/BlockHead.woff') format('woff');
}

.font-smoothing {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  font-variant-ligatures: none;
  -webkit-font-variant-ligatures: none;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  text-shadow: rgba(0, 0, 0, .01) 0 0 1px;
}

html,
body {
  font-family: 'Calibre', sans-serif;
  color: #000;
  font-size: 22px;
  line-height: 28px;
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
}

html::-webkit-scrollbar,
body::-webkit-scrollbar {
  display: none;
}

.size-1 {
  font-family: 'BlockHead', sans-serif;
  font-size: 60px;
  line-height: 60px;
}

@media screen and (max-width: 767px) {
  .size-1 {
    font-size: 42px;
    line-height: 42px;
  }
}

.container-small {
  max-width: 630px;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
}

.bg-holder {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.frame {
  position: relative;
}

.frame:after {
  content: '';
  display: block;
}

.frame.square:after {
  padding-top: 56%;
}

.btn {
  border-radius: 0;
  font-size: 16px;
  line-height: 19px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 15px 25px 8px;
}

.btn.btn-pink {
  color: #fff;
  border-color: #DE3578;
  background-color: #DE3578;
}

.intro-video {
  position: relative;
  height: 100vh;
  overflow: hidden;
}

.intro-video .video-wrap {
  position: relative;
  width: 100%;
  min-width: 178vh;
}

.hide-on-play {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.video-wrap:after {
  content: '';
  display: block;
  padding-top: 56.25%;
}

.intro-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video-logo {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 2;
}

.play-button {
  position: absolute;
  top: calc(50% - 65px);
  left: calc(50% - 110px);
  z-index: 3;
  cursor: pointer;
  width: 220px;
  background-color: transparent;
  border: 0;
}

.play-button img {
  width: 100%;
}

.play-button:focus {
  outline: none;
  border: 0;
}

.three {
  position: relative;
  -webkit-transition: background-color 0.5s;
  transition: background-color 0.5s;
}

.three .item {
  height: 200vh;
  opacity: 0;
}

.three .bg-wrap {
  position: sticky;
  top: 0;
  width: 100%;
  height: 100vh;
  opacity: 0.8;
}

.three .bg-wrap .bg-holder {
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

.three .bg-wrap .is-active {
  opacity: 1;
}

.three .canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.three.is-active .canvas {
  position: fixed;
}

.three.is-end .canvas {
  position: absolute;
  top: unset;
  bottom: 0;
}

.scroll-down {
  position: fixed;
  bottom: 0px;
  left: calc(50% - 12px);
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  z-index: 5;
}

.scroll-down span {
  color: white;
}

.scroll-down .icos {
  position: relative;
  -webkit-animation: anim 0.65s ease-in alternate infinite;
  animation: anim 0.65s ease-in alternate infinite;
}

@-webkit-keyframes anim {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
}

@keyframes anim {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
}

.scroll-down svg {
  width: 24px;
  height: 24px;
}

.canvas-wrap .title {
  max-width: 250px;
}

.canvas-wrap .container-small {
  max-width: 850px;
}

@media screen and (max-width: 767px) {
  .canvas-wrap .title {
    max-width: 180px;
  }
}

.featured-homes .item {
  width: 480px;
  max-width: calc(100vw - 20px);
}

.featured-homes .item .frame {
  margin-bottom: 15px;
}

.owl-control>* {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #FEC10E;
  cursor: pointer;
  user-select: none;
}

.owl-control .prev {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.owl-stage-outer {
  overflow: hidden;
}

.owl-loaded .owl-item {
  display: inline-block;
}

.owl-loaded .disabled {
  display: none;
}

.featured-homes .item .client {
  position: absolute;
  top: 14px;
  left: 0;
  width: 240px;
}

.featured-homes .item .item-title {
  font-size: 22px;
  line-height: 22px;
  font-weight: 600;
  text-transform: uppercase;
}

.featured-homes .item .item-info {
  color: #632669;
  font-size: 18px;
  line-height: 22px;
}

.featured-homes .item .btn {
  padding: 18px 45px 11px;
}

.full-price-link {
  position: relative;
  display: block;
  max-width: 800px;
  color: inherit;
  margin: 100px auto;
  border: 2px solid #000;
  padding: 60px 20px;
  text-align: center;
  text-transform: uppercase;
}

.full-price-link:before {
  content: '';
  display: block;
  border: 2px solid #FEC10E;
  position: absolute;
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  top: -8px;
  left: -8px;
}

.full-price-link:hover {
  color: inherit;
  text-decoration: none;
}

.full-price-link span {
  position: relative;
}

.full-price-link span:after {
  content: '';
  display: block;
  position: absolute;
  top: calc(100% - 17px);
  left: calc(100% - 17px);
  width: 35px;
  height: 35px;
  background-image: url('./img/tag.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: -1;
}

@media screen and (max-width: 767px) {
  .full-price-link {
    padding: 30px 20px;
    margin: 50px auto 20px;
  }
}

.area-map {
  position: relative;
}

.area-map img {
  width: 100%;
}

.area-map .click-map {
  position: absolute;
  width: 22%;
  bottom: 13%;
  left: 5%;
  min-width: 180px;
  max-width: 230px;
}

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

.area-map .item {
  position: absolute;
  cursor: pointer;
}

@media screen and (min-width: 768px) {
  .area-map .hobsonville {
    top: 8%;
    left: 17%;
    width: 10%;
    height: 9%;
  }

  .area-map .northcote {
    top: 8%;
    left: 37.5%;
    width: 7%;
    height: 8%;
  }

  .area-map .roskill {
    top: 45%;
    left: 34%;
    width: 17%;
    height: 25%;
  }

  .area-map .tamaki {
    top: 35.5%;
    left: 68%;
    width: 12%;
    height: 22%;
  }

  .area-map .mangere {
    top: 75%;
    left: 55%;
    width: 16%;
    height: 22%;
  }

  .area-map .oranga {
    top: 54%;
    left: 52%;
    width: 15%;
    height: 10%;
  }
}

@media screen and (max-width: 767px) {
  .area-map .hobsonville {
    top: 25%;
    left: 3%;
    width: 20%;
    height: 8%;
  }

  .area-map .northcote {
    top: 26%;
    left: 36%;
    width: 10%;
    height: 5.5%;
  }

  .area-map .roskill {
    top: 49%;
    left: 30%;
    width: 26%;
    height: 16%;
  }

  .area-map .tamaki {
    top: 43%;
    left: 79%;
    width: 17%;
    height: 14%;
  }

  .area-map .mangere {
    top: 67%;
    left: 61%;
    width: 23%;
    height: 13%;
  }
  .area-map .oranga {
    top: 52%;
    left: 58%;
    width: 20%;
    height: 10%;
  }
}

.area-map .item>div {
  width: 112px;
  height: 112px;
  border-radius: 50%;
  background-color: #FEC10E;
  text-align: center;
  font-weight: 500;
  text-transform: uppercase;
  padding: 33px 20px;
  line-height: 26px;
  position: absolute;
  top: calc(50% - 56px);
  left: calc(50% - 56px);
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: transform 0.25s;
  transition: transform 0.25s;
}

.area-map .item:hover>div {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.area-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 4;
  background-color: #000;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.area-overlay.is-active {
  visibility: visible;
  opacity: 0.5;
}

.area-info {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 5;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  -webkit-transition: transform 0.4s;
  transition: transform 0.4s;
}

.area-info.is-active {
  -webkit-transform: translate3d(0, 0%, 0);
  transform: translate3d(0, 0%, 0);
}

.area-info .item {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow-y: auto;
}

.area-info .item.is-active {
  display: block;
}

.area-info .item>div {
  height: 100%;
}

.area-info .item .content {
  padding: 60px 20px;
}

.area-info .item .content>.inner {
  max-width: 640px;
  margin: 0 auto;
  color: #fff;
}

.area-info .item .content .area-title {
  font-size: 40px;
  line-height: 48px;
  font-weight: 500;
}

.area-info .item .content .area-count {
  font-family: 'BlockHead', sans-serif;
  font-size: 30px;
  line-height: 40px;
}

.area-info .item .content ul {
  padding-left: 0;
  padding-top: 30px;
  margin-top: 30px;
  margin-bottom: 0;
  border-top: 1px solid #fff;
  list-style: none;
}

.area-info .item .content ul li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 15px;
}

.area-info .item .content ul li:before {
  content: 'v';
  display: block;
  font-family: 'BlockHead', sans-serif;
  font-size: 36px;
  position: absolute;
  left: 0;
  top: -2px;
}

.area-info .item .content .visit {
  display: block;
  color: #fff;
  font-family: 'BlockHead', sans-serif;
  text-transform: uppercase;
  border: 1px solid #fff;
  width: 200px;
  margin: 60px auto 0px;
  padding: 20px;
  text-align: center;
}

.area-info .hobsonville .content .visit:hover {
  text-decoration: none;
}

.area-info-close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background-color: #fff;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .area-info-close {
    position: fixed;
  }
}

.area-info-close:before,
.area-info-close:after {
  content: '';
  display: block;
  width: 22px;
  height: 2px;
  position: absolute;
  top: calc(50% - 1px);
  left: 10px;
}

.area-info-close:before {
  transform: rotate(45deg);
}

.area-info-close:after {
  transform: rotate(-45deg);
}

.hobsonville .content,
.hobsonville .area-info-close:before,
.hobsonville .area-info-close:after {
  background-color: #0172C0;
}

.northcote .content,
.northcote .area-info-close:before,
.northcote .area-info-close:after {
  background-color: #02ADE3;
}

.roskill .content,
.roskill .area-info-close:before,
.roskill .area-info-close:after {
  background-color: #00895D;
}

.tamaki .content,
.tamaki .area-info-close:before,
.tamaki .area-info-close:after {
  background-color: #8646AE;
}

.mangere .content,
.mangere .area-info-close:before,
.mangere .area-info-close:after {
  background-color: #4E4C61;
}
.oranga .content,
.oranga .area-info-close:before,
.oranga .area-info-close:after {
  background-color: #E99855;
}

.newsletter {
  background-color: #FEC10E;
}

.newsletter .form-wrap {
  max-width: 616px;
  padding: 70px 0;
  margin: 0 auto;
}

.newsletter .form-area {
  position: relative;
  max-width: 290px;
  margin: 0 auto;
}

.newsletter .input-wrap {
  margin-bottom: 14px;
}

.newsletter .input-wrap label {
  background-color: #fff;
  margin: 0;
  line-height: 0;
  padding: 16px;
}

.newsletter .input-wrap input {
  border: 0;
  background-color: #fff;
  color: #444;
  font-size: 16px;
  line-height: 24px;
  padding: 5px 15px 0px 0px;
  border-radius: 0;
  width: 100%;
}

.newsletter .input-wrap input:focus {
  outline: none;
  box-shadow: none;
}

.newsletter .dropdown-wrap {
  position: relative;
}

.newsletter .dropdown-wrap .dropdown-label {
  position: relative;
  font-size: 16px;
  background-color: #fff;
  color: #444;
  cursor: pointer;
}

.newsletter .dropdown-wrap .dropdown-label div {
  padding-top: 5px;
}

.newsletter .dropdown-wrap .dropdown-label:after {
  content: '';
  display: block;
  position: absolute;
  top: 21px;
  right: 20px;
  border-top: 4px solid #000;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
}

.newsletter .dropdown-wrap .dropdown-content {
  display: none;
  background-color: #eee;
  text-align: left;
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  padding: 15px 0 5px;
}

.newsletter .dropdown-wrap.is-active .dropdown-content {
  display: block;
}

.newsletter .btn {
  background-color: #000;
  padding: 11px 25px;
}

.newsletter .btn img {
  width: 26px;
}

@media screen and (min-width: 768px) {
  .newsletter .btn {
    position: absolute;
    left: 100%;
    bottom: 0;
    margin-left: 14px;
  }
}

.checkbox-wrap {
  color: #8D8D8D;
  font-size: 16px;
  user-select: none;
}

.checkbox-wrap input[type="checkbox"] {
  display: none;
}

.checkbox-wrap input[type="checkbox"]+label {
  position: relative;
  width: 100%;
  padding: 15px 20px 11px 40px;
  cursor: pointer;
  background-color: #eee;
}

.checkbox-wrap input[type="checkbox"]+label:before {
  content: '';
  display: block;
  width: 14px;
  height: 14px;
  border: 1px solid #000;
  position: absolute;
  left: 20px;
  top: 5px;
}

.checkbox-wrap input[type="checkbox"]:checked+label {
  color: #000;
}

.checkbox-wrap input[type="checkbox"]:checked+label:before {
  background-color: #000;
}

@media screen and (max-width: 767px) {
  .col-md-4 {
    min-height: 300px;
  }
}

.disclosure {
  font-size: 14px;
  line-height: 14px;
  padding-top: 40px;
  padding-bottom: 40px;
}

.disclosure p {
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .disclosure {
    font-size: 10px;
    line-height: 10px;
  }
}

.is-active .dropdown-overlay {
  display: block;
}

.dropdown-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.hack-lw {
  position: relative;
  display: inline;
}

.hack-l {
  position: absolute;
  left: 34%;
  top: -23%;
  font-size: 50%;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.bh {
  font-family: 'BlockHead', sans-serif;
  font-size: 24px;
  line-height: 24px;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: transform 0.8s cubic-bezier(.47, 1.64, .41, .8);
  transition: transform 0.8s cubic-bezier(.47, 1.64, .41, .8);
}

.bh.active {
  -webkit-transform: scale(1);
  transform: scale(1);
}

@media screen and (max-width: 767px) {
  .bh {
    font-size: 16px;
    -webkit-transform: scale(1) !important;
    transform: scale(1) !important;
  }
}

.sold-out {
  position: absolute;
  bottom: 0;
  right: 0;
}

.scene-indicator {
  position: fixed;
  top: 50%;
  right: 20px;
  opacity: 0;
  z-index: 3;
}

.scene-indicator.is-active {
  opacity: 1;
}

@media screen and (max-width: 767px) {
  .scene-indicator {
    display: none;
  }
}

.scene-indicator>div {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: 1px solid #fff;
  margin-top: 4px;
  margin-bottom: 4px;
  cursor: pointer;
}

.scene-indicator>div.is-active {
  background-color: #fff;
}

.pt-page .full-price-link {
  position: absolute;
  top: 20px;
  right: 10px;
  margin: 0;
  padding: 20px;
  font-family: 'BlockHead', sans-serif;
  color: #fff;
  z-index: 3;
  cursor: pointer;
}

.pt-page .full-price-link:before {
  border-color: #fff;
}

.pt-page .full-price-link span:after {
  width: 24px;
  height: 24px;
  top: calc(100% - 12px);
  left: calc(100% - 12px);
}

@media screen and (max-width: 767px) {
  .pt-page .full-price-link {
    top: unset;
    bottom: 20px;
    max-width: 45%;
  }

  .pt-page:nth-of-type(1) .full-price-link,
  .pt-page:nth-of-type(2) .full-price-link {
    left: 10px;
    right: unset;
  }

  .pt-page:nth-of-type(3) .full-price-link {
    left: 50%;
    right: unset;
    transform: translate3d(-50%, 0, 0);
  }
}

.dropdown-content-slider {
  position: absolute;
  right: 10px;
  top: 20px;
  margin: 0;
  font-family: 'BlockHead', sans-serif;
  color: #000000;
  z-index: 3;
  cursor: pointer;
}

.dropdown-content-slider p {
  margin-bottom: 16px
}

.dropdown-content-slider p, .dropdown-wrapper li {
  border: 2px solid #000;
  position: relative;
  padding: 20px;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
  max-width: 295px;
  min-width: 255px;
  transition: 0.25s ease;
  background: white;
  font-size: 22px;
}

.dropdown-wrapper li a {
  color: #000000;
  text-decoration: none;
}

.dropdown-wrapper {
  list-style-type: none;
  padding: 0;
  opacity: 0;
  pointer-events: none;
  transition: 0.25s ease;
}

.dropdown-wrapper.active {
  opacity: 1;
  pointer-events: all;
  transition: 0.25s ease;
}

.dropdown-wrapper li:before, .dropdown-content-slider p:before {
  content: '';
  display: block;
  border: 2px solid #000000;
  position: absolute;
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  top: -8px;
  left: -8px;
  transition: 0.25s ease;
  pointer-events: none;
  color: #000000;
  z-index: -1;
}

.dropdown-wrapper li:nth-child(-n+3) {
  border-bottom: unset
}

.max-width {
  max-width: 1440px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.desktop {
  display: block;
}

.mobile {
  display: none;
}

@media screen and (max-width:768px) {
  .mobile {
    display: block;
  }

  .desktop {
    display: none;
  }

  .dropdown-content-slider {
    bottom: 15px;
    top: unset;
    left: 15px;
    right: unset;
  }

  .pt-page-3 .dropdown-content-slider {
    bottom: 20px;
    top: unset;
    left: 0;
    right: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: fit-content;
  }

  .pt-page-4 .dropdown-content-slider {
    bottom: 15px;
    top: unset;
    left: unset;
    right: 15px;
  }

  .pt-page-5 .dropdown-content-slider {
    bottom: 15px;
    top: unset;
    left: unset;
    right: 15px;
  }

  .dropdown-content-slider p, .dropdown-wrapper li {
    padding: 10px;
    min-width: 200px;
    max-width: 220px;
  }
}

@media screen and (max-width:576px) {
  .dropdown-content-slider p, .dropdown-wrapper li {
    padding: 10px;
    min-width: 150px;
    max-width: 200px;
    font-size: 14px;
  }
}

.hfs-content {
  padding-top: 125px;
}

.hfs-content {
  text-transform: uppercase;
  text-align: center;
}

.hfs-content ul {
  list-style-type: none;
  padding: 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 80px;
  margin-bottom: 50px;
}

.hfs-content ul li {
  position: relative;
  border: 2px solid #000000;
  font-family: 'BlockHead', sans-serif;
  text-transform: uppercase;
  color: #000000;
  margin: 0 15px;
  min-width: 265px;
  max-width: 265px;
  width: 100%;
  margin-bottom: 20px;
}

.hfs-content ul li:before {
  content: '';
  display: block;
  border: 2px solid #FEC10E;
  position: absolute;
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  top: -8px;
  left: -8px;
  transition: 0.25s ease;
  pointer-events: none;
}

.hfs-content ul li a {
  color: inherit;
  display: block;
  text-decoration: none;
  height: 100%;
  width: 100%;
  padding: 20px;
}

.hfs-wrapper {
  display: none;
}

.homes-for-sale span {
  position: absolute;
  right: 6px;
  top: 16px;
  bottom: 0;
  height: 100%;
  color: #000000;
  pointer-events: none;
  font-size: 30px;
}

@media screen and (max-width:768px) {
  .max-width {
    max-width: 1440px;
    bottom: 0;
    top: unset;
    height: 50px;
  }
  .homes-for-sale span {
        right: 0;
        top: -10px;
        font-size: 24px;
        transform-origin: center;
        transform: rotate(180deg);
  }
}
@media screen and (max-width:768px) {
  .homes-for-sale span {
        right: 2px;
        top: -12px;
        font-size: 20px;
        transform-origin: center;
        transform: rotate(180deg);
  }
}
