@font-face {
  font-family: Avenir;
  src: url('../fonts/Avenir.ttc') format("undefined");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Tungstennarrow;
  src: url('../fonts/TungstenNarrow-Semibold.otf') format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

:root {
  --black: black;
  --white: white;
  --white-2: white;
  --black-2: black;
  --size: 0px;
}

body {
  background-color: var(--black);
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  color: var(--white);
  letter-spacing: 12px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Tungstennarrow, sans-serif;
  font-size: 130px;
  font-weight: 700;
  line-height: 93px;
}

h2 {
  color: var(--white);
  letter-spacing: 4px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Tungstennarrow, sans-serif;
  font-size: 110px;
  font-weight: 700;
  line-height: 90px;
}

h5 {
  color: var(--white);
  text-align: left;
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: PT Sans, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
}

p {
  color: #fffc;
  letter-spacing: 0;
  margin-bottom: 0;
  line-height: 22px;
}

a {
  color: inherit;
  text-decoration: none;
  -webkit-text-decoration: none;
  -webkit-tap-highlight-color: transparent;
}

.body {
  background-color: #000;
}

.section {
  padding-bottom: 0;
  padding-left: 40px;
  padding-right: 40px;
}

.section.hero {
  background-image: url('../images/hero-background.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
}

.section._75 {
  padding-left: 50px;
  padding-right: 50px;
}

.section._75.bg {
  background-image: url('../images/Driveway-work-min.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: flex-end;
  align-items: flex-start;
  padding-bottom: 50px;
  display: flex;
}

.section.white {
  background-color: var(--white);
}

.section.footer-responsive {
  display: none;
}

.container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
}

.container.hero {
  padding: 102px 0 68px;
}

.heading {
  color: var(--white);
}

.body-2 {
  letter-spacing: 8px;
  background-color: #000;
}

.heading-2 {
  letter-spacing: 4px;
  line-height: 96px;
}

.heading-3 {
  letter-spacing: 6px;
}

.heading-4 {
  font-family: PT Sans, sans-serif;
  line-height: 29px;
}

.nav-section {
  z-index: 1;
  background-color: #0000;
  width: 100%;
  padding-bottom: 0;
  padding-left: 40px;
  padding-right: 40px;
  position: fixed;
  top: 0;
}

.nav-bar {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 36px;
  padding-bottom: 36px;
  display: flex;
  position: static;
}

.hamburger-closed {
  z-index: 48949494;
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  cursor: pointer;
  flex-flow: column;
  display: flex;
  position: relative;
  right: 0;
}

.hamburger-closed.inverting-colors {
  position: relative;
  right: 0;
}

.hamburger-line {
  background-color: var(--white);
  width: 36px;
  height: 3px;
}

.hamburger-line.first.black, .hamburger-line.last.black, .hamburger-line.dissapear.black {
  background-color: var(--black);
}

.hero-content {
  text-align: center;
  position: relative;
}

.image {
  display: none;
}

.hero-absolute-flex {
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

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

.black._196 {
  max-width: 176px;
  font-weight: 400;
}

.black._196.responsive.mobile-display, .black._196.display-none {
  display: none;
}

.black.margin-top {
  text-transform: uppercase;
  margin-top: 70px;
  font-size: 16px;
  line-height: 22px;
}

.standard-flex {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  justify-content: space-between;
  align-items: stretch;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.standard-flex.home-page-responsive {
  padding-top: 60px;
  padding-bottom: 60px;
}

.left {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 50%;
  max-width: 1133.97px;
  display: flex;
}

.right {
  text-align: right;
  width: 75%;
}

.footer-50 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

.footer-50.home {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
}

.footer-p {
  color: var(--white);
  margin-bottom: 36px;
  font-size: 22px;
  line-height: 34px;
}

.footer-p.black {
  color: var(--black);
}

.footer-p.company {
  font-weight: 700;
}

.footer-p.directors {
  font-size: 18px;
}

.footer-p.black-copy {
  color: var(--black);
}

.footer-p.black-copy.director-spacing, .footer-p.directors-spacing {
  line-height: 27px;
}

.socials {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-cta {
  background-color: var(--white);
  text-align: center;
  border-radius: 110px;
  width: 140px;
  height: 140px;
  padding: 38px 0;
  text-decoration: none;
  transition: all .25s;
}

.footer-cta:hover {
  background-color: #fffc;
  transform: translate(0, -5px);
}

.footer-cta.invert {
  background-color: var(--black);
}

.footer-cta.invert:hover {
  background-color: #000c;
}

.footer-cta-text {
  color: var(--black);
  letter-spacing: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 23px;
  text-decoration: none;
}

.footer-cta-text.white {
  color: var(--white);
}

.image-2 {
  object-fit: cover;
  height: 100%;
  display: inline-block;
}

.navigation-menu {
  z-index: 4;
  background-color: var(--white);
  text-align: left;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 40%;
  height: 100vh;
  padding: 50px;
  display: flex;
  position: fixed;
  top: 0;
  right: -40%;
}

.divider {
  color: #0000001a;
  background-color: #0000001a;
  width: 100%;
  height: 1px;
  line-height: 1px;
}

.link-block {
  color: var(--black);
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  text-decoration: none;
  display: flex;
}

.navigation-link {
  font-size: 50px;
  line-height: 65px;
}

.page-blur {
  z-index: 0;
  opacity: 0;
  background-color: #00000080;
  width: 100%;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.bg-only {
  background-image: url('../images/Directors_GRAYSCALE-min.jpg');
  background-position: 50% 22%;
  background-size: cover;
  width: 100%;
  height: 80vh;
}

.about-intro-flex {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 70px;
  padding-bottom: 70px;
  padding-right: 0;
  display: flex;
}

.about-intro-flex.gap-80 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  padding-top: 0;
}

.flex-child-50 {
  width: 50%;
}

.flex-child-50.align-right {
  text-align: right;
}

.spacing-80 {
  color: #ffffffb3;
  padding-top: 80px;
  padding-bottom: 80px;
  font-size: 14px;
}

.spacing-80.black {
  color: var(--black);
}

.flex-child-530 {
  max-width: 530px;
}

.capability-download {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  color: var(--white);
  letter-spacing: 0;
  align-items: center;
  font-size: 18px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.capability-download:hover {
  opacity: .7;
}

.image-3 {
  object-fit: cover;
  width: 100%;
  height: 760px;
}

.flex-child-40 {
  width: 40%;
}

.flex-child-60 {
  width: 60%;
}

.image-4 {
  aspect-ratio: auto;
  object-fit: cover;
  width: 100%;
}

.section-2 {
  padding-bottom: 70px;
}

.div-block {
  background-color: var(--black);
  max-width: 588px;
  padding: 0 70px 70px;
}

.testimonial {
  color: #fff9;
  padding-top: 40px;
  line-height: 25px;
}

.client-name {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.div-block-2 {
  background-color: var(--white);
  width: 6px;
  height: 2px;
}

.client {
  color: var(--white);
  letter-spacing: 0;
  font-size: 16px;
}

.footer-100 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
}

.fade-out {
  z-index: 0;
  background-color: var(--black);
  opacity: 0;
  width: 100%;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.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;
}

.preloader {
  z-index: 99999;
  aspect-ratio: auto;
  background-color: var(--black);
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.image-5 {
  opacity: 1;
}

.slider {
  z-index: 0;
  width: 74%;
  height: 644px;
  margin-left: auto;
  margin-right: auto;
}

.image-6 {
  box-sizing: border-box;
  aspect-ratio: auto;
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
}

.projects-hero {
  background-color: var(--white);
  padding: 120px 50px 50px;
}

.right-content-wrap {
  float: right;
  width: 60%;
}

.right-content-wrap._50 {
  width: 50%;
}

.sectrion-projects {
  padding: 70px 50px;
}

.sectrion-projects.white {
  background-color: var(--white);
}

.contact-section {
  z-index: 0;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: space-between;
  margin-bottom: 40px;
  display: flex;
  position: static;
}

.contact-left {
  width: 40%;
  padding-top: 300px;
  padding-left: 40px;
}

.contact-right {
  background-image: url('../images/AJ-Trasedman-with-cap.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex: none;
  width: 55%;
}

.image-7 {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: none;
}

.heading-6 {
  color: var(--white);
  letter-spacing: 5px;
  font-family: Tungstennarrow, sans-serif;
  font-size: 80px;
  font-weight: 600;
  line-height: 84px;
}

.contact-p {
  color: var(--white);
  padding-top: 30px;
  padding-bottom: 30px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.contact-p.underline {
  text-decoration: underline;
  display: none;
}

.contact-p.address {
  display: none;
}

.form-field {
  background-color: #27282a;
  border: 0 solid #000;
  margin-top: 40px;
  margin-bottom: 0;
  padding: 28px 22px;
  line-height: 20px;
}

.form-field.textarea {
  padding-top: 17px;
}

.submit-button {
  border: 2px solid var(--white);
  background-color: #fff0;
  width: 100%;
  margin-top: 30px;
  padding-top: 26px;
  padding-bottom: 26px;
  font-size: 16px;
  font-weight: 700;
  transition: all .35s;
}

.submit-button:hover {
  background-color: var(--white);
  color: var(--black);
}

.image-8 {
  object-fit: cover;
  width: 100%;
}

.image-9 {
  width: 100%;
}

.projects-btn {
  border: 2px solid var(--white);
  cursor: pointer;
  background-color: #0000;
  padding: 18px 32px;
  font-size: 18px;
  font-weight: 400;
  transition: all .3s;
}

.projects-btn:hover {
  background-color: var(--white);
  color: var(--black);
}

.projects-btn--black {
  border: 2px solid var(--black);
  color: var(--black);
  cursor: pointer;
  background-color: #0000;
  padding: 18px 32px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 400;
  transition: all .3s;
}

.projects-btn--black:hover {
  background-color: var(--black);
  color: var(--white);
}

.residential-hero {
  background-color: var(--white);
  padding: 120px 50px 50px;
}

.projects-flex {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: row;
  justify-content: space-between;
  padding-top: 40px;
  padding-bottom: 0;
  display: flex;
}

.project-wrap {
  cursor: pointer;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.image-10 {
  aspect-ratio: auto;
  opacity: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: all .3s;
  transform: scale(1.05);
}

.project-name {
  color: var(--white);
  letter-spacing: 4px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Tungstennarrow, sans-serif;
  font-size: 56px;
  line-height: 44px;
  position: absolute;
  top: 40px;
  left: 40px;
}

.back-to-projects {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: center;
  align-items: center;
  padding-top: 58px;
  padding-bottom: 60px;
  display: flex;
}

.back-to-projects-cta {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: var(--white);
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
  text-decoration: none;
  display: flex;
}

.back-to-projects-cta:hover {
  text-decoration: none;
}

.text-block {
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-weight: 400;
}

.commercial-hero {
  background-color: var(--white);
  padding: 120px 50px 50px;
}

.transition {
  z-index: 99999;
  background-color: var(--black);
  color: var(--black);
  width: 100%;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

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

.collection-item {
  box-sizing: border-box;
  padding-left: 0;
  padding-right: 0;
  overflow: visible;
}

.collection-list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.collection-list-2 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 60px;
  display: grid;
}

.chelsea {
  background-image: url('../images/chelsea-1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
}

.croydon {
  background-image: url('../images/croydon-1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
}

.thornbury {
  background-image: url('../images/thornbury-1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
}

.broadway {
  background-image: url('../images/broadway-1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
}

.coburg {
  background-image: url('../images/coburg-1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
}

.laverton {
  background-image: url('../images/laverton-1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
}

.princeton {
  background-image: url('../images/princeton-1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
}

.claremont {
  background-image: url('../images/claremont-1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
}

.montclaire {
  background-image: url('../images/montclaire-1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
}

.bricks-mortar {
  background-image: url('../images/bricks-mortar-1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
}

.project-title {
  padding: 100px 50px;
}

.project-details-block {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 100%;
  display: flex;
}

.photograpy {
  color: var(--white);
  max-width: 414px;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  display: none;
}

.photograpy.black {
  color: var(--black);
  font-size: 30px;
  font-weight: 700;
  line-height: 30px;
}

.image-11 {
  width: 100%;
}

.project-banner-2 {
  background-image: url('../images/banner2-commercial.jpg');
  background-position: 50%;
  background-size: cover;
  height: 820px;
}

.last-photos {
  padding: 100px 70px;
}

.last-image-square {
  max-height: 800px;
  overflow: hidden;
}

.last-image {
  text-align: right;
  padding-top: 100px;
  padding-bottom: 0;
}

.last-image.real-last {
  padding-top: 0;
}

.link-block-2 {
  width: 100%;
  height: 100%;
}

.collection-list-3 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.link-block-3 {
  width: 100%;
}

.collection-list-wrapper {
  padding-top: 60px;
}

.project-name-heading {
  text-transform: uppercase;
  line-height: 120px;
}

.project-name-heading.black {
  opacity: 1;
  letter-spacing: 8px;
}

.project-name-heading.black.invinsible {
  opacity: 0;
}

.project-name-heading.black.new-commercial {
  margin-bottom: 100px;
  font-size: 150px;
  line-height: 110px;
}

.residential-project-page {
  background-color: var(--white);
  color: var(--black);
}

.social-link {
  transition: all .2s;
}

.social-link:hover {
  transform: scale(1.1);
}

.navbar-arrow {
  opacity: 0;
  margin-right: 8px;
  display: none;
}

.section-4 {
  background-color: var(--white);
  height: 100vh;
}

.section-3 {
  height: 100vh;
}

.logo-horizontal {
  width: 0;
  height: 0;
}

.logo-horizontal-main {
  display: none;
}

.div-block-3 {
  flex: 0 auto;
  align-self: stretch;
}

.image-12 {
  object-fit: cover;
  height: 100%;
}

.image-13 {
  max-height: 800px;
}

.image-14 {
  max-width: 60%;
}

.image-15 {
  max-width: 50%;
}

.image-15.real-last {
  max-width: 70%;
}

.success-message {
  margin-top: 30px;
}

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

.error-message {
  padding: 15px;
}

.black-hamburger {
  z-index: 999;
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  cursor: pointer;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.black-hamburger-line {
  background-color: var(--black);
  width: 36px;
  height: 3px;
}

.white-hamburger {
  z-index: 999;
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  cursor: pointer;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.white-hamburger-line {
  background-color: var(--white);
  width: 36px;
  height: 3px;
}

.slide-nav {
  border-radius: 0;
  inset: auto auto 0% 30px;
}

.link {
  color: #000;
}

.phone-white {
  color: var(--white);
  text-decoration: none;
  transition: all .3s linear;
}

.phone-white:hover {
  text-decoration: underline;
}

.phone-black {
  color: var(--black);
  text-decoration: none;
  transition: opacity .3s;
}

.phone-black:hover {
  text-decoration: underline;
}

.view-project {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  opacity: 0;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: absolute;
  bottom: 40px;
  left: 40px;
}

.caption {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
}

.map-modal-wrapper {
  z-index: 2;
  cursor: auto;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 150vh 0% 0%;
}

.map {
  width: 100%;
}

.map-details {
  justify-content: space-between;
  width: 100%;
  margin-bottom: 15px;
  display: flex;
}

.map-wrapper {
  width: 800px;
}

.map-address {
  color: #fff;
  font-size: 16px;
}

.see-directions {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  order: 0;
  justify-content: space-between;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.text-block-3 {
  color: var(--white);
  text-decoration: none;
}

.maps {
  cursor: pointer;
}

.page-blur-map-modal {
  z-index: 1;
  opacity: 0;
  background-color: #000000b3;
  width: 100%;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.close-popup {
  color: var(--white);
  text-align: center;
  width: 100%;
  padding-top: 10px;
  font-size: 16px;
  transition: all .25s;
  display: block;
}

.close-popup:hover {
  opacity: .8;
}

.menu-dot {
  border: 2px solid #000;
  border-radius: 20px;
  width: 30px;
  height: 30px;
}

.image-addition-pre-last {
  max-height: 650px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  overflow: hidden;
}

.image-addition-pre-last.spacing {
  margin-top: 100px;
}

.image-16 {
  width: 100%;
}

.image-addition-last {
  text-align: right;
  margin-top: 100px;
  margin-bottom: 60px;
  padding-left: 40px;
  padding-right: 40px;
}

.image-17 {
  width: 100%;
  max-width: 1000px;
}

.image-18 {
  width: 100%;
  max-width: 80%;
}

.link-block-4 {
  width: 100%;
  height: 100%;
}

.last-image-center {
  text-align: center;
  margin-top: -100px;
  padding-top: 0;
  padding-bottom: 0;
}

.last-image-center.real-last {
  padding-top: 0;
}

.image-14-copy {
  max-width: 60%;
}

.link-new {
  color: var(--white);
  text-decoration: none;
}

.last-photos-additional {
  padding: 100px 70px;
}

.last-image-right-add {
  text-align: right;
  padding-top: 0;
  padding-bottom: 0;
}

.last-image-right-add.real-last {
  padding-top: 0;
}

.image-right-add {
  max-width: 60%;
}

.project-banner-2-copy, .project-banner-4-add {
  background-image: url('../images/banner2-commercial.jpg');
  background-position: 50%;
  background-size: cover;
  height: 820px;
  margin-top: 100px;
}

.last-photos-additional-left {
  padding: 100px 70px;
}

.last-image-left-add {
  text-align: left;
  padding-top: 0;
  padding-bottom: 0;
}

.last-image-left-add.real-last {
  padding-top: 0;
}

.title {
  -webkit-text-stroke-color: var(--white);
  font-size: 16px;
  line-height: 16px;
}

.title.href {
  color: var(--white);
  -webkit-text-stroke-color: var(--white);
  text-decoration-color: #fff;
}

.title.href.black, .title.href.black-copy, .title.href.black-copy {
  color: var(--black);
}

.link-2 {
  text-decoration-color: #000;
}

.bold-text {
  font-size: 18px;
}

.director-name {
  font-size: 20px;
  font-weight: 400;
}

.heading-8 {
  letter-spacing: 1px;
  margin-top: 60px;
  font-size: 24px;
  line-height: 32px;
}

.text-block-4 {
  color: #fff;
}

.contact-sub-heading {
  color: var(--white);
  letter-spacing: 1px;
  margin-top: 50px;
  font-size: 24px;
  line-height: 32px;
}

@media screen and (max-width: 991px) {
  h2 {
    font-size: 60px;
    line-height: 63px;
  }

  .section {
    padding-left: 30px;
    padding-right: 30px;
  }

  .section.hero {
    padding-left: 0;
    padding-right: 0;
  }

  .section._75 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .section.footer-responsive {
    display: block;
  }

  .nav-section {
    padding-left: 30px;
    padding-right: 30px;
  }

  .hamburger-closed, .hamburger-closed.inverting-colors {
    position: relative;
    right: 0;
  }

  .black._196 {
    display: none;
  }

  .black._196.responsive {
    color: var(--white);
    display: block;
  }

  .black._196.responsive.no-display {
    display: none;
  }

  .black.margin-top {
    margin-top: 40px;
  }

  .standard-flex {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    padding-top: 0;
    padding-bottom: 0;
  }

  .standard-flex.home-page-responsive {
    flex-flow: row;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .left {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    justify-content: flex-start;
  }

  .right.flex-section {
    width: 50%;
  }

  .footer-50.home {
    display: none;
  }

  .footer-p {
    font-size: 18px;
    line-height: 28px;
  }

  .image-2 {
    object-fit: cover;
    height: 100%;
  }

  .navigation-link {
    font-size: 36px;
  }

  .about-intro-flex {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-flow: column;
    padding-top: 40px;
    padding-bottom: 70px;
  }

  .flex-child-50 {
    width: 100%;
  }

  .flex-child-50.first {
    order: -1;
  }

  .spacing-80 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .flex-child-530 {
    max-width: none;
  }

  .section-2 {
    display: none;
  }

  .div-block {
    max-width: none;
  }

  .slider {
    width: 100%;
  }

  .image-6 {
    height: 100%;
  }

  .projects-hero {
    padding-bottom: 40px;
    padding-left: 30px;
    padding-right: 30px;
    overflow: hidden;
  }

  .right-content-wrap, .right-content-wrap._50 {
    width: 100%;
  }

  .sectrion-projects {
    padding: 60px 30px;
  }

  .sectrion-projects.white {
    padding-left: 30px;
    padding-right: 30px;
  }

  .contact-section {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .contact-left {
    width: 50%;
    padding-top: 160px;
    padding-left: 30px;
  }

  .contact-p {
    padding-top: 30px;
    padding-bottom: 20px;
  }

  .form-field {
    margin-top: 20px;
  }

  .submit-button {
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .projects-btn, .projects-btn--black {
    padding: 14px 28px;
    font-size: 14px;
    line-height: 18px;
  }

  .residential-hero {
    padding-left: 30px;
    padding-right: 30px;
  }

  .project-name {
    font-size: 44px;
    top: 20px;
    left: 20px;
  }

  .back-to-projects {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .collection-list-2 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    padding-top: 40px;
    padding-bottom: 0;
  }

  .project-banner {
    height: 480px;
  }

  .project-title {
    padding: 40px 30px;
  }

  .project-details-block {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .photograpy {
    max-width: none;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
  }

  .photograpy.black {
    font-size: 24px;
    line-height: 26px;
  }

  .last-photos {
    padding: 40px 30px;
  }

  .last-image {
    padding-top: 40px;
  }

  .project-name-heading.black.invinsible {
    display: none;
  }

  .project-name-heading.black.new-commercial {
    margin-bottom: 60px;
  }

  .logo-square {
    display: none;
  }

  .logo-horizontal-main {
    display: inline-block;
  }

  .logo-horizontal-main.mobile {
    display: none;
  }

  .div-block-3, .image-12, .image-13 {
    width: 100%;
  }

  .image-14, .image-15 {
    width: 100%;
    max-width: 100%;
  }

  .image-15.real-last {
    max-width: 100%;
  }

  .map-details {
    justify-content: flex-end;
  }

  .map-wrapper {
    width: 80%;
  }

  .map-address {
    display: none;
  }

  .image-addition-pre-last {
    margin-top: 0;
  }

  .image-addition-pre-last.spacing {
    margin-top: 60px;
  }

  .image-addition-last {
    margin-top: 40px;
    margin-bottom: 40px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .image-17 {
    width: 100%;
  }

  .image-18 {
    max-width: 100%;
  }

  .last-image-center {
    padding-top: 40px;
  }

  .image-14-copy {
    width: 100%;
    max-width: 100%;
  }

  .last-photos-additional {
    padding: 40px 30px;
  }

  .last-image-right-add {
    padding-top: 40px;
  }

  .image-right-add {
    width: 100%;
    max-width: 100%;
  }

  .last-photos-additional-left {
    padding: 40px 30px;
  }

  .last-image-left-add {
    padding-top: 40px;
  }
}

@media screen and (max-width: 767px) {
  .section, .section._75 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container.hero {
    height: 88vh;
    padding-top: 0;
    padding-bottom: 0;
  }

  .nav-section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .nav-bar {
    align-items: center;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .hero-content {
    height: 100%;
  }

  .black.margin-top {
    margin-top: 30px;
    font-size: 16px;
    line-height: 22px;
  }

  .black.project-page-title {
    letter-spacing: 8px;
    font-size: 100px;
    line-height: 80px;
  }

  .standard-flex {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .standard-flex.home-page-responsive {
    flex-flow: column;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .left {
    width: 100%;
  }

  .right {
    text-align: left;
    letter-spacing: 8px;
    padding: 30px 20px;
    font-size: 80px;
    line-height: 70px;
  }

  .right.flex-section {
    width: 100%;
    padding: 0;
  }

  .navigation-menu {
    width: 85%;
    padding: 30px;
    right: -85%;
  }

  .link-block.w--current {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .navigation-link {
    font-size: 32px;
    line-height: 48px;
  }

  .bg-only {
    height: 70vh;
    margin-top: 94px;
  }

  .about-intro-flex {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    padding-top: 30px;
    padding-bottom: 50px;
  }

  .about-intro-flex.gap-80 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .spacing-80.about {
    font-size: 12px;
    line-height: 18px;
  }

  .testimonial {
    font-size: 12px;
    line-height: 20px;
  }

  .slider {
    height: 100%;
  }

  .projects-hero {
    padding-left: 20px;
    padding-right: 20px;
  }

  .sectrion-projects {
    padding: 40px 20px;
  }

  .sectrion-projects.white {
    padding-left: 20px;
    padding-right: 20px;
  }

  .contact-section {
    flex-flow: column;
  }

  .contact-left {
    width: 100%;
    padding-top: 120px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .contact-right {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    width: 100%;
    height: 500px;
    padding: 0 20px;
  }

  .image-7 {
    display: block;
  }

  .form-field {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .form-field.textarea {
    padding-top: 20px;
  }

  .residential-hero {
    padding-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .back-to-projects {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .commercial-hero {
    padding-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .collection-list-2 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .project-title {
    padding-left: 20px;
    padding-right: 20px;
  }

  .project-details-block {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .photograpy {
    font-size: 16px;
    line-height: 22px;
  }

  .photograpy.black {
    font-size: 18px;
    line-height: 22px;
  }

  .project-banner-2 {
    height: 620px;
  }

  .last-photos {
    padding: 30px 20px;
  }

  .last-image {
    padding-top: 30px;
  }

  .collection-list-3 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .collection-list-wrapper {
    padding-top: 40px;
  }

  .project-name-heading {
    font-size: 80px;
    line-height: 80px;
  }

  .project-name-heading.black.new-commercial {
    margin-bottom: 40px;
    font-size: 100px;
    line-height: 80px;
  }

  .logo-horizontal-main.responsive {
    display: none;
  }

  .logo-horizontal-main.mobile {
    display: inline-block;
  }

  .slide-nav {
    bottom: 25px;
    left: auto;
    right: 30px;
  }

  .map-wrapper {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .menu-dot {
    width: 24px;
    height: 24px;
  }

  .last-image-center {
    padding-top: 30px;
  }

  .last-photos-additional {
    padding: 30px 20px;
  }

  .last-image-right-add {
    padding-top: 30px;
  }

  .project-banner-2-copy, .project-banner-4-add {
    height: 620px;
  }

  .last-photos-additional-left {
    padding: 30px 20px;
  }

  .last-image-left-add {
    padding-top: 30px;
  }
}

@media screen and (max-width: 479px) {
  h2 {
    font-size: 50px;
    line-height: 50px;
  }

  .section, .section._75 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .container.hero {
    height: 80vh;
  }

  .nav-section {
    padding-left: 15px;
    padding-right: 15px;
  }

  .nav-bar {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .black {
    font-size: 80px;
    line-height: 66px;
  }

  .black._196.responsive.no-display {
    display: none;
  }

  .black._196.responsive.mobile-display {
    max-width: 100%;
    font-size: 20px;
    line-height: 28px;
    display: block;
  }

  .black.margin-top {
    margin-top: 20px;
    font-size: 14px;
    line-height: 18px;
  }

  .black.project-page-title {
    font-size: 80px;
    line-height: 65px;
  }

  .black.projects-text {
    font-size: 60px;
    line-height: 60px;
  }

  .standard-flex, .left {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .right {
    display: none;
  }

  .footer-p.black.resize {
    font-size: 18px;
    line-height: 28px;
  }

  .footer-p.black.footer-black {
    font-size: 18px;
    line-height: 18px;
  }

  .footer-p.black-copy.resize {
    font-size: 18px;
    line-height: 28px;
  }

  .footer-p.black-copy.footer-black {
    font-size: 18px;
    line-height: 18px;
  }

  .footer-cta {
    align-self: flex-start;
  }

  .bg-only {
    height: 50vh;
    margin-top: 80px;
  }

  .about-intro-flex {
    padding-bottom: 40px;
  }

  .spacing-80 {
    padding-top: 30px;
    padding-bottom: 30px;
    font-size: 14px;
    line-height: 20px;
  }

  .heading-5 {
    font-size: 30px;
    line-height: 30px;
  }

  .image-3 {
    max-height: 450px;
  }

  .div-block {
    padding-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .testimonial {
    padding-top: 20px;
    font-size: 12px;
    line-height: 20px;
  }

  .client {
    font-size: 14px;
  }

  .footer-100 {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .preloader {
    display: none;
  }

  .image-5 {
    width: 200px;
  }

  .projects-hero {
    padding-bottom: 30px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .sectrion-projects {
    padding-top: 30px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .contact-left {
    padding-top: 80px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .contact-right {
    height: 400px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .contact-p {
    padding-top: 30px;
    padding-bottom: 40px;
    font-size: 16px;
    line-height: 20px;
  }

  .projects-btn, .projects-btn--black {
    padding: 14px 24px;
    font-size: 14px;
  }

  .residential-hero {
    padding: 120px 15px 30px;
  }

  .project-name {
    font-size: 36px;
    line-height: 36px;
    top: 15px;
    left: 15px;
  }

  .back-to-projects {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .text-block.black.resize {
    font-size: 18px;
    line-height: 28px;
  }

  .collection-list-2 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    padding-top: 20px;
  }

  .project-title {
    padding: 30px 15px;
  }

  .photograpy {
    font-size: 16px;
    line-height: 20px;
  }

  .photograpy.black {
    font-size: 16px;
    line-height: 14px;
  }

  .project-banner-2 {
    height: 450px;
  }

  .last-photos {
    padding: 20px 15px;
  }

  .last-image {
    padding-top: 20px;
  }

  .collection-list-3 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .collection-list-wrapper {
    padding-top: 20px;
  }

  .project-name-heading {
    letter-spacing: 8px;
    line-height: 66px;
  }

  .project-name-heading.black.new-commercial {
    margin-bottom: 30px;
    font-size: 76px;
    line-height: 62px;
  }

  .success-message {
    padding: 20px 15px;
  }

  .slide-nav {
    inset: auto 0% 15px;
  }

  .map-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }

  .menu-dot {
    width: 20px;
    height: 20px;
  }

  .image-addition-pre-last {
    margin-top: 0;
  }

  .image-addition-last {
    margin-top: 20px;
    margin-bottom: 20px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .heading-7 {
    font-size: 60px;
    line-height: 60px;
  }

  .last-image-center {
    padding-top: 20px;
  }

  .last-photos-additional {
    padding: 20px 15px;
  }

  .last-image-right-add {
    padding-top: 20px;
  }

  .project-banner-2-copy, .project-banner-4-add {
    height: 450px;
  }

  .last-photos-additional-left {
    padding: 20px 15px;
  }

  .last-image-left-add {
    padding-top: 20px;
  }

  .contact-sub-heading {
    font-size: 20px;
    line-height: 28px;
  }
}


@font-face {
  font-family: 'Avenir';
  src: url('../fonts/Avenir.ttc') format('undefined');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Tungstennarrow';
  src: url('../fonts/TungstenNarrow-Semibold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}