:root {
  --main-bg-1: #e5e1cf;
  --henne-1: #725e4f;
}

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

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

body {
  background-color: var(--main-bg-1);
  color: #333;
  font-family: Nunito Sans, sans-serif;
  font-size: 16px;
  line-height: 20px;
}

a {
  text-decoration: underline;
}

.nav-link {
  color: #fff;
  font-family: Nunito Sans, sans-serif;
  font-size: 16px;
  font-weight: 600;
  transition: all .3s;
}

.nav-link:hover {
  color: #f3f3f3;
}

.navbar {
  opacity: 1;
  color: #251313;
  background-color: #ddd0;
}

.main-container {
  max-width: 1440px;
  min-height: 55px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  position: static;
}

.body {
  background-color: #e5e1cf;
}

.logo-h1 {
  color: var(--main-bg-1);
  background-color: #e5e1cf00;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Playfair Display, sans-serif;
  font-size: 30px;
  font-weight: 700;
}

.logo {
  padding-top: 10px;
  padding-bottom: 10px;
}

.background-video {
  z-index: 99;
  height: 100vh;
  position: absolute;
  inset: 0%;
}

.slider-section {
  text-align: center;
  height: auto;
}

.slider-content-block {
  z-index: 999;
  color: #fff;
  text-align: center;
  background-color: #fff0;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 600px;
  height: 95vh;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  position: relative;
}

.title {
  opacity: 1;
  color: var(--main-bg-1);
  text-align: center;
  margin-bottom: 20px;
  font-family: Playfair Display, sans-serif;
  font-size: 44px;
  font-weight: 400;
  line-height: 66px;
  text-decoration: none;
  text-decoration-thickness: 1px;
}

.button-1 {
  background-color: var(--henne-1);
  margin-top: 21px;
  padding: 12px 23px;
  transition: all .3s;
}

.button-1:hover {
  background-color: #794823;
}

.paragraph {
  color: var(--main-bg-1);
  margin-bottom: 40px;
}

.projects {
  min-height: 30px;
  padding-top: 35px;
  padding-bottom: 0;
  display: block;
}

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

.testimonial-column-light {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.centered-heading {
  text-align: center;
  margin-bottom: 16px;
}

.testimonial-grid-two {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 50px;
  display: grid;
}

.testimonial-card-two {
  border: 1px solid #e4ebf3;
  flex-direction: column;
  padding: 32px 16px 16px;
  display: flex;
}

.testimonial-text-two {
  margin-bottom: 52px;
}

.testimonial-info-three {
  background-color: #f5f7fa;
  align-items: center;
  padding: 24px 16px;
  display: flex;
}

.testimonial-image {
  object-fit: cover;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  margin-right: 16px;
}

.testimonial-main-heading {
  margin-bottom: 2px;
  font-weight: 600;
}

.testimonial-slider-large {
  background-color: #0000;
  border-bottom: 1px #e4ebf3;
  height: auto;
  min-height: 0;
  max-height: none;
  padding: 80px 30px;
  position: relative;
}

.testimonial-slider-two {
  background-color: #0000;
  height: auto;
}

.testimonial-slide {
  background-color: #0000;
  justify-content: space-between;
  align-items: center;
  padding: 12px 12px 12px 64px;
  display: flex;
}

.testimonial-content {
  flex-direction: column;
  align-items: flex-start;
  max-width: 460px;
  margin-right: 40px;
  display: flex;
}

.testimonial-quote-icon {
  margin-bottom: 24px;
}

.testimonial-quote {
  margin-bottom: 32px;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
}

.testimonial-info-two {
  align-items: center;
  display: flex;
}

.testimonial-author-name {
  font-weight: 700;
}

.testimonial-image-two {
  object-fit: cover;
  width: 350px;
  height: 400px;
}

.testimonial-author-image-three {
  object-fit: cover;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  margin-right: 24px;
}

.testimonial-slider-arrow {
  display: none;
}

.testimonial-slider-nav {
  margin-top: 24px;
  font-size: 10px;
  position: static;
  bottom: -60px;
}

.footer-light {
  background-color: var(--henne-1);
  border-bottom: 1px #e4ebf3;
  padding: 80px 30px 40px;
  position: relative;
}

.footer-wrapper-two {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.footer-block-two {
  color: var(--main-bg-1);
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.footer-title {
  color: #e5e1cf;
  padding-top: 30px;
  font-family: Playfair Display, sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 32px;
  text-decoration: none;
}

.footer-link-two {
  color: var(--main-bg-1);
  text-align: center;
  margin-top: 20px;
  font-family: Playfair Display, sans-serif;
  text-decoration: none;
}

.footer-link-two:hover {
  color: #1a1b1fbf;
}

.footer-form {
  width: 315px;
  max-width: 100%;
  margin-bottom: 0;
}

.footer-form-block {
  justify-content: center;
  align-items: center;
  margin-top: 24px;
  display: flex;
}

.footer-form-field {
  border: 1px solid #a6b1bf;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  height: 48px;
  margin-bottom: 0;
  padding: 12px 16px;
  font-size: 14px;
  line-height: 22px;
  transition: all .2s;
}

.footer-form-field:hover, .footer-form-field:focus {
  border-color: #76879d;
}

.footer-form-field::placeholder {
  color: #1a1b1fcc;
  font-size: 14px;
  line-height: 22px;
}

.footer-form-submit {
  background-color: #1a1b1f;
  background-image: url('../images/');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  width: 50px;
  height: 48px;
  transition: all .2s;
}

.footer-form-submit:hover {
  background-color: #3a4554;
}

.footer-divider-two {
  text-align: center;
  background-color: #392717;
  width: 50%;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.footer-bottom {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-copyright {
  color: #ddd;
}

.footer-social-block-two {
  text-align: left;
  justify-content: flex-start;
  align-items: center;
  margin-top: 10px;
  margin-left: 0;
  display: flex;
}

.footer-social-link {
  margin-left: 0;
  margin-right: 7px;
}

.heading {
  font-size: 30px;
}

.heading-2 {
  font-family: Playfair Display, sans-serif;
  font-size: 30px;
}

.paragraph-2, .paragraph-3, .paragraph-4 {
  font-size: 14px;
}

.paragraph-5 {
  font-size: 14px;
  line-height: 16px;
}

.paragraph-6 {
  font-family: Playfair Display, sans-serif;
  line-height: 16px;
}

.section {
  background-image: url('../images/henne-bg.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 750px;
  margin-top: 0;
}

.image {
  background-image: url('../images/HHBrown.png');
  background-position: 0 0;
  background-size: auto;
  max-width: none;
  padding-top: 75px;
  padding-bottom: 25px;
}

.navbar-2 {
  background-color: var(--henne-1);
  color: #000;
}

.nav-link-2 {
  color: var(--main-bg-1);
  font-family: Nunito Sans, sans-serif;
  font-size: 16px;
  font-weight: 500;
  transition: all .3s;
}

.nav-link-2:hover {
  color: #f3f3f3;
}

.nav-link-2.w--current {
  color: var(--main-bg-1);
  font-family: Nunito Sans, sans-serif;
  text-decoration: none;
}

.logo-h1-copy {
  color: #000;
  background-color: #e5e1cf00;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Playfair Display, sans-serif;
  font-size: 30px;
  font-weight: 700;
}

.image-2 {
  margin-left: 0;
}

.section-2 {
  text-align: center;
  padding: 0 0 91px;
  display: block;
}

.grid {
  grid-column-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr;
}

.slide {
  background-image: url('../images/henne-project-img.jpg');
  background-position: 50%;
  background-size: cover;
}

.slider {
  height: 60vh;
}

.slide-2 {
  background-image: url('../images/henne-project-img.jpg');
  background-position: 50%;
  background-size: cover;
}

.project-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.heading-3 {
  width: 100%;
  margin-top: 0;
  margin-bottom: 60px;
  display: block;
}

.project-item {
  color: #000;
  text-decoration: none;
}

.text-block {
  margin-top: 20px;
}

.lightbox-link {
  margin-right: 10px;
}

.contact-context {
  text-align: center;
  margin-top: 0;
}

.grid-2 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  margin-top: 50px;
  margin-bottom: 50px;
  padding-left: 40px;
  padding-right: 40px;
}

.text-field {
  width: 100%;
}

.div-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 60vh;
  display: grid;
}

.field-label, .field-label-2 {
  width: 100%;
  margin-bottom: 0;
}

.contact-us-form-element {
  width: 60vh;
}

.submit-button {
  background-color: #725e4f;
}

.page-title {
  text-align: center;
  text-decoration: none;
  display: block;
}

.image-3 {
  text-align: center;
  cursor: auto;
  mix-blend-mode: normal;
  max-width: none;
  height: 100%;
  max-height: none;
  padding-left: 5%;
  padding-right: 5%;
  text-decoration: line-through;
}

.nova-era {
  opacity: 1;
  text-align: center;
  background-image: url('../images/Project1Head.jpg');
  background-position: 50%;
  background-size: cover;
  height: 600px;
  margin-bottom: 2%;
  margin-left: 0%;
  margin-right: 0%;
  text-decoration: line-through;
  display: block;
}

.link-block {
  width: 80%;
  margin-bottom: 0;
  margin-left: 10%;
  margin-right: 10%;
  transition: all .3s;
}

.text-block-3 {
  color: #000;
  text-decoration: none;
}

.text-block-4 {
  margin-top: 5px;
}

.project-title {
  color: var(--main-bg-1);
  text-align: left;
  height: auto;
  margin-bottom: 0%;
  padding-left: 8%;
  font-family: Playfair Display, sans-serif;
  font-size: 26px;
  line-height: 44px;
  text-decoration: none;
}

.project-description {
  color: var(--main-bg-1);
  margin-bottom: 5%;
  padding-left: 8%;
  text-decoration: none;
}

.project-home {
  margin-top: 70px;
}

.henne-creative {
  opacity: 1;
  text-align: center;
  background-image: url('../images/Project1-3.jpg');
  background-position: 50%;
  background-size: cover;
  height: 600px;
  margin-bottom: 2%;
  margin-left: 0%;
  margin-right: 0%;
  text-decoration: line-through;
  display: block;
}

.contact-divider {
  background-color: var(--henne-1);
  width: 25%;
  height: 1px;
  margin-top: 5%;
  margin-left: 0%;
}

.testimonials {
  margin-bottom: 0;
  padding-top: 35px;
  padding-bottom: 35px;
}

.grid-3 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  padding-left: 10%;
  padding-right: 10%;
}

.slider-2 {
  background-color: #e5e1cf;
  padding-left: 38px;
  padding-right: 38px;
}

.image-4 {
  text-align: center;
  mix-blend-mode: normal;
  border-radius: 100%;
  width: 150px;
}

.testimonials-link {
  text-align: center;
  mix-blend-mode: normal;
  padding-left: 30px;
  padding-right: 30px;
  text-decoration: none;
}

.testimonial-text {
  color: var(--henne-1);
  text-align: center;
  padding-top: 10px;
  padding-left: 15px;
  padding-right: 15px;
  font-family: Nunito Sans, sans-serif;
  font-size: 13px;
}

.slide-nav {
  color: #725e4f;
  margin-top: 0;
  padding-top: 40px;
}

.footer-solid {
  text-align: center;
  background-color: #725e4f;
  height: auto;
  padding-top: 0;
  padding-bottom: 0;
  text-decoration: none;
}

.preloader {
  z-index: 99999;
  background-color: #725e4f;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
}

.grid-4 {
  text-align: center;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  height: auto;
  margin-top: 0%;
  padding-top: 75px;
  padding-bottom: 75px;
  padding-right: 0;
  text-decoration: line-through;
}

.grid-5 {
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  place-items: center;
  padding-right: 0;
}

.grid-6 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.footer-icon {
  background-color: #725e4f;
}

.footer-divider {
  background-color: #e5e1cf4a;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 2px;
  margin-bottom: 25px;
  margin-left: 0%;
  display: block;
}

.grid-7 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-left: 10%;
  margin-right: 10%;
  padding-top: 45px;
  padding-bottom: 45px;
}

.nova-era-link {
  color: #e5e1cf;
  font-family: Nunito Sans, sans-serif;
  font-size: 14px;
  text-decoration: none;
}

.social-icon {
  color: #000;
}

.footer-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 0%;
  margin-left: 0%;
  padding-bottom: 60px;
  padding-left: 0%;
  padding-right: 0%;
  font-family: Playfair Display, sans-serif;
  text-decoration: none;
  overflow: visible;
}

.footer-link {
  color: var(--main-bg-1);
  text-align: left;
  border: 1px #000;
  width: 100%;
  margin-top: 10px;
  margin-bottom: -7px;
  padding-top: 7px;
  padding-bottom: 7px;
  font-family: Nunito Sans, sans-serif;
  text-decoration: none;
  transition: all .2s;
}

.footer-link:hover {
  color: #ebebebfa;
  transform: translate(5px);
}

.footer-block {
  color: var(--main-bg-1);
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.footer-links {
  color: var(--main-bg-1);
  text-decoration: none;
  transition: all .3s;
}

.footer {
  text-align: center;
  -webkit-text-fill-color: inherit;
  background-color: #725e4f;
  background-clip: border-box;
  margin: 0;
  padding: 10px 0;
}

.heading-4 {
  text-align: center;
  text-decoration: none;
}

.our-team {
  width: 80%;
  margin-left: 0%;
}

.team-grid {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  height: auto;
  margin: 0 0%;
  padding-left: 0%;
  padding-right: 0%;
}

.contact-grid {
  text-align: left;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  margin: 3% 10% 5%;
}

.contact-details {
  border-right: 1px solid var(--henne-1);
}

.contact-form {
  margin-top: 40px;
  padding-left: 10%;
}

.name-input {
  border-style: none none solid;
  border-width: 1px;
  border-color: black black var(--henne-1);
  background-color: var(--main-bg-1);
  color: var(--henne-1);
  width: 450px;
  height: 50px;
  margin-bottom: 20px;
  text-decoration: none;
  overflow: clip;
}

.heading-5 {
  font-family: Playfair Display, sans-serif;
}

.text-block-7 {
  color: var(--henne-1);
  margin-top: 40px;
  margin-bottom: 40px;
  font-family: Playfair Display, sans-serif;
  font-size: 22px;
  font-weight: 400;
}

.checkbox-field {
  margin-bottom: 15px;
}

.text-block-8 {
  font-size: 14px;
}

.text-block-9 {
  color: var(--henne-1);
  margin-top: 25px;
  font-size: 16px;
}

.home-divider {
  background-color: var(--henne-1);
  width: 50%;
  height: 2px;
  margin-top: 0%;
  margin-left: 25%;
}

.project-displays {
  min-height: 30px;
  padding-top: 30px;
  padding-bottom: 30px;
  display: block;
}

.project-detail-images {
  background-image: linear-gradient(0deg, var(--henne-1) 1%, #fff0 39%), url('../images/goldInk1.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  height: 600px;
  margin-bottom: 5%;
  text-decoration: none;
  transition: all .5s;
  display: flex;
}

.project-detail-images:hover {
  transform: translate(0, -15px);
}

.main-container-large {
  max-width: 1600px;
  min-height: 55px;
  margin: 35px auto;
  padding-left: 15px;
  padding-right: 15px;
  position: static;
}

.slide-3 {
  width: 25%;
  padding-left: 0%;
}

.slide-4 {
  width: 33%;
}

.title-block {
  padding-top: 35px;
  padding-bottom: 35px;
}

.link {
  padding-top: 12px;
  padding-bottom: 12px;
  display: block;
}

.text-field-3 {
  background-color: var(--main-bg-1);
  width: 450px;
  height: 50px;
  text-decoration: underline;
}

.select-field {
  background-color: var(--main-bg-1);
  color: var(--henne-1);
  border: 1px solid #0000;
  width: 450px;
  height: 50px;
}

.text-field-4 {
  background-color: var(--main-bg-1);
}

.phone-input {
  border-style: none none solid;
  border-width: 1px;
  border-color: black black var(--henne-1);
  background-color: var(--main-bg-1);
  color: var(--henne-1);
  width: 450px;
  height: 50px;
  text-decoration: none;
  overflow: clip;
}

.email-input {
  border-style: none none solid;
  border-width: 1px;
  border-color: black black var(--henne-1);
  background-color: var(--main-bg-1);
  color: var(--henne-1);
  width: 450px;
  height: 50px;
  margin-top: -11px;
  margin-bottom: 20px;
  text-decoration: none;
  overflow: clip;
}

.subject-input {
  border-style: none none solid;
  border-width: 1px;
  border-color: black black var(--henne-1);
  background-color: var(--main-bg-1);
  color: var(--henne-1);
  width: 450px;
  height: 50px;
  text-decoration: none;
  overflow: clip;
}

.field-label-form, .field-label-4 {
  color: var(--henne-1);
  margin-bottom: 0;
}

.field-label-5, .field-label-6, .field-label-7 {
  color: var(--henne-1);
}

.checkbox-label {
  color: var(--henne-1);
  font-size: 14px;
}

.link-2, .link-3 {
  color: var(--henne-1);
  margin-bottom: 10px;
  text-decoration: none;
  display: inline-block;
}

.link-4 {
  color: var(--henne-1);
  text-decoration: none;
}

.section-title {
  opacity: 1;
  color: var(--henne-1);
  text-align: center;
  margin-bottom: 20px;
  font-family: Playfair Display, sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 66px;
  text-decoration: none;
  text-decoration-thickness: 1px;
}

.project-desc-2 {
  background-image: linear-gradient(358deg, var(--henne-1) 1%, #fff0 39%), url('../images/9.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  height: 600px;
  margin-bottom: 5%;
  text-decoration: none;
  transition: all .5s;
  display: flex;
}

.project-desc-2:hover {
  transform: translate(0, -15px);
}

.project-desc-3 {
  background-image: linear-gradient(358deg, var(--henne-1) 1%, #fff0 39%), url('../images/28.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  height: 600px;
  margin-bottom: 5%;
  text-decoration: none;
  transition: all .5s;
  display: flex;
}

.project-desc-3:hover {
  transform: translate(0, -15px);
}

.project-desc-4 {
  background-image: linear-gradient(358deg, var(--henne-1) 1%, #fff0 39%), url('../images/DiamondBoutique1.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  height: 600px;
  margin-bottom: 5%;
  text-decoration: none;
  transition: all .5s;
  display: flex;
}

.project-desc-4:hover {
  transform: translate(0, -15px);
}

.person-image {
  mix-blend-mode: luminosity;
  background-image: url('../images/ines.jpg');
  background-position: 50%;
  background-size: cover;
}

.person-image:hover {
  mix-blend-mode: normal;
  background-image: linear-gradient(0deg, #000, #fff), url('../images/ines.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.about-us-content {
  opacity: 1;
  color: var(--henne-1);
  text-align: center;
  margin-bottom: 20px;
  font-family: Playfair Display, sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 66px;
  text-decoration: none;
  text-decoration-thickness: 1px;
}

.about-block {
  mix-blend-mode: luminosity;
}

.project-main-image {
  background-image: url('../images/vecteezy_beautiful-living-room-interior-with-hardwood-floors-view-of_22777225-min.jpg'), linear-gradient(0deg, black, var(--henne-1) 23%, white);
  opacity: 1;
  background-position: 50%, 0 0;
  background-size: cover, auto;
  width: 600px;
  height: 600px;
}

.project-video {
  margin-top: 70px;
  margin-bottom: 70px;
}

.project-details-title {
  text-align: left;
  margin-bottom: 10px;
  font-family: Playfair Display, sans-serif;
  font-size: 18px;
}

.project-details-context {
  text-align: center;
  margin-left: 35px;
  margin-right: 35px;
}

.project-details-description {
  text-align: left;
  font-family: Nunito Sans, sans-serif;
  font-size: 16px;
}

.project-details-divider {
  background-color: var(--henne-1);
  width: 50%;
  height: 2px;
  margin-top: 0%;
  margin-left: 0%;
}

.grid-8 {
  margin-bottom: 35px;
}

.project-context-title {
  opacity: 1;
  color: var(--henne-1);
  text-align: left;
  margin-bottom: 20px;
  font-family: Playfair Display, sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 66px;
  text-decoration: none;
  text-decoration-thickness: 1px;
}

.project-details-image {
  background-image: linear-gradient(0deg, var(--henne-1) 1%, #fff0 39%), url('../images/1.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-top-right-radius: 150px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  height: 600px;
  margin-bottom: 5%;
  text-decoration: none;
  transition: all .5s;
  display: flex;
}

.project-images {
  background-image: url('../images/vecteezy_beautiful-living-room-interior-with-hardwood-floors-view-of_22777225-min.jpg');
  background-position: 50%;
  background-size: cover;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  height: 600px;
  margin-bottom: 5%;
  text-decoration: none;
  transition: all .5s;
  display: flex;
}

.grid-9 {
  grid-column-gap: 45px;
  grid-row-gap: 45px;
}

.project-images-1 {
  background-image: url('../images/2.jpg');
  background-position: 50%;
  background-size: cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 600px;
  margin-bottom: 5%;
  text-decoration: none;
  transition: all .5s;
  display: flex;
}

.project-images-1:hover {
  box-shadow: inset 2px 2px 10px 15px var(--main-bg-1);
}

.project-images-2 {
  background-image: url('../images/3.jpg');
  background-position: 50%;
  background-size: cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 600px;
  margin-bottom: 5%;
  text-decoration: none;
  transition: all .5s;
  display: flex;
}

.project-images-2:hover {
  box-shadow: inset 2px 2px 10px 15px var(--main-bg-1);
}

.project-images-3 {
  background-image: url('../images/4.jpg');
  background-position: 50%;
  background-size: cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 600px;
  margin-bottom: 5%;
  text-decoration: none;
  transition: all .5s;
  display: flex;
}

.project-images-3:hover {
  box-shadow: inset 2px 2px 10px 15px var(--main-bg-1);
}

.project-images-4 {
  background-image: url('../images/4.jpg');
  background-position: 50%;
  background-size: cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 600px;
  margin-bottom: 5%;
  text-decoration: none;
  transition: all .5s;
  display: flex;
}

.project-images-4:hover {
  box-shadow: inset 2px 2px 10px 15px var(--main-bg-1);
}

.project-images-15 {
  background-image: url('../images/vecteezy_beautiful-living-room-interior-with-hardwood-floors-view-of_22777225-min.jpg');
  background-position: 50%;
  background-size: cover;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  height: 600px;
  margin-bottom: 5%;
  text-decoration: none;
  transition: all .5s;
  display: flex;
}

.project-images-5 {
  background-image: url('../images/5.jpg');
  background-size: cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 600px;
  margin-bottom: 5%;
  text-decoration: none;
  transition: all .5s;
  display: flex;
}

.project-images-5:hover {
  box-shadow: inset 2px 2px 10px 15px var(--main-bg-1);
}

.project-images-6 {
  background-image: url('../images/ProjectDet8.webp');
  background-position: 50%;
  background-size: cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 600px;
  margin-bottom: 5%;
  text-decoration: none;
  transition: all .5s;
  display: flex;
}

.project-images-6:hover {
  box-shadow: inset 2px 2px 10px 15px var(--main-bg-1);
  transform: translate(0);
}

.image-5 {
  margin-right: 100px;
  padding-right: 0;
}

.icon-2, .icon-3 {
  color: var(--henne-1);
}

.footer-grid-copy {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 0%;
  margin-left: 0%;
  padding-bottom: 0;
  padding-left: 0%;
  padding-right: 0%;
  font-family: Playfair Display, sans-serif;
  text-decoration: none;
  overflow: visible;
}

.grid-10 {
  grid-template-rows: auto;
}

.dropdown-toggle {
  color: var(--main-bg-1);
}

.dropdown-list {
  background-color: var(--henne-1);
}

.dropdown-link {
  color: var(--main-bg-1);
}

.dropdown-link.w--current {
  color: var(--main-bg-1);
  text-decoration: none;
}

.dropdown-link-2 {
  color: var(--main-bg-1);
}

.dropdown-link-2.w--current {
  color: var(--main-bg-1);
  text-decoration: none;
}

.dropdown {
  color: #fff;
}

.text-block-10, .icon-4 {
  color: var(--main-bg-1);
}

.dropdown-link-3, .dropdown-link-4 {
  color: var(--main-bg-1);
  text-decoration: none;
}

.dropdown-list-2 {
  background-color: var(--henne-1);
}

.residential-project-detail-images {
  background-image: linear-gradient(0deg, var(--henne-1) 1%, #fff0 39%), url('../images/Beverly-Dr-Kapak.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  height: 600px;
  margin-bottom: 5%;
  text-decoration: none;
  transition: all .5s;
  display: flex;
}

.residential-project-detail-images:hover {
  transform: translate(0, -15px);
}

.residential-project-desc-2 {
  background-image: linear-gradient(358deg, var(--henne-1) 1%, #fff0 39%), url('../images/N-BEVERLY-KAPAK.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  height: 600px;
  margin-bottom: 5%;
  text-decoration: none;
  transition: all .5s;
  display: flex;
}

.residential-project-desc-2:hover {
  transform: translate(0, -15px);
}

.residential-project-desc-3 {
  background-image: linear-gradient(358deg, var(--henne-1) 1%, #fff0 39%), url('../images/Bohemian-Home1.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  height: 600px;
  margin-bottom: 5%;
  text-decoration: none;
  transition: all .5s;
  display: flex;
}

.residential-project-desc-3:hover {
  transform: translate(0, -15px);
}

.residential-project-desc-4 {
  background-image: linear-gradient(358deg, var(--henne-1) 1%, #fff0 39%), url('../images/Luxury-Bathroom.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  height: 600px;
  margin-bottom: 5%;
  text-decoration: none;
  transition: all .5s;
  display: flex;
}

.residential-project-desc-4:hover {
  transform: translate(0, -15px);
}

.commercial-project-desc-1 {
  background-image: linear-gradient(0deg, var(--henne-1) 1%, #fff0 39%), url('../images/goldInk1.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  height: 600px;
  margin-bottom: 10%;
  text-decoration: none;
  transition: all .5s;
  display: flex;
}

.commercial-project-desc-1:hover {
  transform: translate(0, -15px);
}

.commercial-project-desc-2 {
  background-image: linear-gradient(358deg, var(--henne-1) 1%, #fff0 39%), url('../images/9.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  height: 600px;
  margin-top: 0;
  margin-bottom: 10%;
  text-decoration: none;
  transition: all .5s;
  display: flex;
}

.commercial-project-desc-2:hover {
  transform: translate(0, -15px);
}

.commercial-project-desc-3 {
  background-image: linear-gradient(358deg, var(--henne-1) 1%, #fff0 39%), url('../images/28.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  height: 600px;
  margin-bottom: 10%;
  text-decoration: none;
  transition: all .5s;
  display: flex;
}

.commercial-project-desc-3:hover {
  transform: translate(0, -15px);
}

.commercial-project-desc-4 {
  background-image: linear-gradient(358deg, var(--henne-1) 1%, #fff0 39%), url('../images/DiamondBoutique1.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  height: 600px;
  margin-bottom: 10%;
  text-decoration: none;
  transition: all .5s;
  display: flex;
}

.commercial-project-desc-4:hover {
  transform: translate(0, -15px);
}

.commercial-project-details-image {
  background-image: linear-gradient(0deg, var(--henne-1) 1%, #fff0 39%), url('../images/goldInk1.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-top-right-radius: 150px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  height: 600px;
  margin-bottom: 5%;
  text-decoration: none;
  transition: all .5s;
  display: flex;
}

.about-text {
  text-align: left;
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.about-us-details, .team-photos {
  margin-top: 70px;
  margin-bottom: 70px;
}

.dropdown-toggle-2 {
  color: #fff;
  font-weight: 600;
}

.person-image-2 {
  background-image: linear-gradient(0deg, var(--henne-1) 1%, #fff0 39%), url('../images/ines-modified.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  height: 500px;
  margin-bottom: 5%;
  text-decoration: none;
  transition: all .5s;
  display: flex;
}

.person-image-2:hover {
  background-image: linear-gradient(0deg, var(--henne-1) 1%, #fff0 39%), url('../images/ines.jpg');
}

.heading-6 {
  color: var(--main-bg-1);
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Playfair Display, sans-serif;
  font-size: 44px;
  font-weight: 400;
}

.paragraph-7 {
  color: #ffffffc2;
}

.text-field2 {
  border-style: none none solid;
  border-width: 1px;
  border-color: black black var(--henne-1);
  background-color: var(--main-bg-1);
  color: var(--henne-1);
  width: 100%;
  max-width: 450px;
  height: 50px;
  margin-top: -15px;
  margin-bottom: 20px;
  padding-bottom: 3px;
  text-decoration: none;
  overflow: clip;
}

@media screen and (max-width: 991px) {
  .nav-link, .nav-link:hover {
    color: var(--henne-1);
  }

  .icon {
    color: #fff;
    font-size: 33px;
  }

  .nav-menu {
    background-color: #fff;
    padding: 40px;
  }

  .container {
    max-width: 728px;
  }

  .testimonial-grid-two {
    grid-column-gap: 30px;
  }

  .testimonial-info-three {
    flex-direction: column;
  }

  .testimonial-slide {
    padding-left: 32px;
  }

  .testimonial-quote {
    overflow: visible;
  }

  .footer-wrapper-two {
    flex-wrap: wrap;
  }

  .footer-form {
    width: 100%;
    margin-top: 40px;
  }

  .footer-form-container {
    max-width: 350px;
  }

  .project-grid {
    grid-template-columns: 1fr 1fr;
  }

  .project-description {
    margin-bottom: 30px;
  }

  .team-grid {
    grid-template-columns: 1fr 1fr;
    height: auto;
  }

  .contact-grid {
    grid-row-gap: 31px;
    grid-template-columns: 1fr;
  }

  .contact-details {
    border-right-style: none;
  }

  .contact-form {
    padding-left: 0%;
  }

  .slide-3 {
    width: 33%;
  }

  .project-desc-4 {
    height: 400px;
  }

  .grid-9 {
    grid-template-columns: 1fr;
  }

  .project-images-1:hover {
    box-shadow: inset 2px 2px 10px 15px #50434363;
  }

  .grid-10 {
    grid-template-columns: 1fr;
  }

  .dropdown {
    color: var(--henne-1);
    width: 100%;
  }

  .about-text {
    margin-left: 10%;
    margin-right: 10%;
  }

  .dropdown-toggle-2 {
    color: var(--henne-1);
    width: 100%;
  }

  .person-image-2 {
    margin-bottom: 0%;
  }

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

@media screen and (max-width: 767px) {
  .testimonial-column-light {
    padding: 60px 15px;
  }

  .testimonial-grid-two {
    grid-template-columns: 1fr;
  }

  .testimonial-info-three {
    flex-direction: row;
  }

  .testimonial-slider-large {
    height: auto;
    padding: 60px 15px;
  }

  .testimonial-slide {
    flex-direction: column;
    padding: 23px;
  }

  .testimonial-content {
    max-width: none;
    margin-bottom: 40px;
    margin-right: 0;
  }

  .testimonial-quote-icon {
    width: 50px;
    margin-bottom: 16px;
  }

  .testimonial-image-two {
    width: 100%;
    height: auto;
  }

  .footer-light {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-block-two {
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-copyright {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-social-block-two {
    margin-top: 20px;
  }

  .footer-social-link {
    margin-left: 0;
    margin-right: 10px;
  }

  .project-title {
    font-size: 20px;
  }

  .project-description {
    font-size: 14px;
  }

  .footer-grid {
    text-align: left;
    grid-template-columns: 1fr 1fr;
  }

  .footer-block {
    justify-content: center;
    align-items: flex-start;
    width: 100%;
  }

  .our-team {
    width: 100%;
  }

  .team-grid {
    grid-template-columns: 1fr 1fr;
  }

  .slide-3 {
    width: 49%;
  }

  .project-desc-4 {
    height: 300px;
  }

  .grid-9 {
    grid-template-columns: 1fr;
  }

  .project-images-1 {
    height: 300px;
  }

  .residential-project-detail-images, .commercial-project-desc-1 {
    height: 400px;
  }

  .about-text {
    margin-left: 0%;
    margin-right: 0%;
  }

  .person-image-2 {
    height: 350px;
  }
}

@media screen and (max-width: 479px) {
  .nav-menu {
    padding: 30px;
  }

  .container {
    max-width: none;
  }

  .centered-heading {
    margin-bottom: 24px;
  }

  .testimonial-quote-icon {
    width: 30px;
  }

  .testimonial-quote {
    font-size: 22px;
    line-height: 30px;
  }

  .testimonial-author-image-three {
    margin-right: 16px;
  }

  .footer-wrapper-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-block-two {
    margin-top: 0;
  }

  .footer-title {
    font-size: 16px;
    line-height: 26px;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-social-block-two {
    margin-top: 20px;
  }

  .project-grid {
    grid-template-columns: 1fr;
  }

  .project-title {
    line-height: 30px;
  }

  .footer-link {
    font-size: 14px;
  }

  .footer-block {
    margin-top: 0;
  }

  .team-grid {
    grid-template-columns: 1fr;
  }

  .contact-grid {
    margin-left: 0%;
    margin-right: 0%;
  }

  .slide-3 {
    width: 99%;
  }

  .select-field {
    width: 100%;
  }

  .section-title {
    font-size: 26px;
  }

  .project-desc-4 {
    height: 200px;
  }

  .project-details-context {
    margin-left: 15px;
    margin-right: 15px;
  }

  .grid-8 {
    grid-template-columns: 1fr;
  }

  .project-context-title {
    font-size: 26px;
  }

  .grid-9 {
    grid-template-columns: 1fr;
  }

  .project-images-1 {
    height: 250px;
  }

  .image-5 {
    margin-right: 0;
  }

  .footer-grid-copy {
    text-align: center;
    flex-flow: column;
    grid-template-columns: 1fr;
    place-content: center;
    align-items: center;
    display: flex;
  }

  .residential-project-detail-images {
    height: 200px;
  }

  .commercial-project-desc-1 {
    height: 250px;
  }

  .person-image-2 {
    height: 400px;
  }

  .heading-6 {
    font-size: 28px;
  }

  .paragraph-7 {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
  }

  .text-field2 {
    max-width: 450px;
    overflow: clip;
  }

  .form-block, .form {
    width: 100%;
  }
}

#w-node-bbd0d9df-a0fc-777c-7e98-803d79cd09cd-79cd09ca, #w-node-bbd0d9df-a0fc-777c-7e98-803d79cd09d6-79cd09ca, #w-node-bbd0d9df-a0fc-777c-7e98-803d79cd09dd-79cd09ca, #w-node-_86b86318-f1c4-d62b-7efe-9284611d7e38-79cd09ca, #w-node-_66a427b5-440f-0f73-637c-33b1bbbb4533-79cd09ca {
  place-self: auto center;
}

#w-node-_66a427b5-440f-0f73-637c-33b1bbbb4534-79cd09ca, #w-node-_66a427b5-440f-0f73-637c-33b1bbbb453c-79cd09ca {
  place-self: center;
}

#w-node-bd6d555a-7933-468a-93df-afe392268b0e-660d745f {
  place-self: center;
}

#w-node-_6f8ed87b-361c-145c-6d98-02e5c803e0d2-660d745f, #w-node-a3493107-d950-5cac-d6a0-69195fe76719-660d745f, #w-node-_36667023-6991-8afa-5cef-c65f751547f9-660d745f, #w-node-_0a0c7c18-ddab-521a-84bb-ce311fb97d8c-660d745f, #w-node-_70aadc93-5ff5-6237-551d-78d8aca85381-660d745f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_078336a5-fc09-d32c-8ebe-80d61e3c385c-3557628b {
  justify-self: auto;
}

#w-node-d846c7eb-e488-5a29-d196-4c2effa26e43-794c325e {
  place-self: center;
}


