:root {
  --opacity-off-white: #f0ece8bd;
  --light-accent: #aaa55a;
  --accent-color: #6e6438;
  --off-white: #f0ece8;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

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

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.navbar {
  background-color: #0000;
  margin-top: 40px;
}

.image {
  max-width: 100%;
}

.container {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: space-between;
  place-items: stretch center;
  width: 900px;
  margin-left: 60px;
  margin-right: 60px;
  display: block;
}

.nav-menu {
  width: auto;
  margin-right: 0;
}

.navbar-logo-center {
  z-index: 99;
  background-color: var(--opacity-off-white);
  padding-top: 20px;
  padding-bottom: 20px;
  position: fixed;
  inset: 0% 0% auto;
}

.navbar-logo-center-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.navbar-logo-center-container.shadow-three {
  z-index: 0;
  background-color: #0000;
  width: 100%;
  max-width: 100vw;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  position: relative;
  inset: 0% 0% auto;
}

.container-2 {
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding-left: 60px;
  padding-right: 60px;
}

.navbar-wrapper-three {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.navbar-brand-three {
  z-index: 5;
  position: absolute;
}

.nav-menu-wrapper-three {
  width: 100%;
}

.nav-menu-three {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-menu-block {
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link {
  color: #1a1b1f;
  letter-spacing: 2px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-family: Outfit, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link:hover {
  color: var(--light-accent);
}

.nav-link:focus-visible, .nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle:focus-visible, .nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible, .nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-link-accent {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent:hover {
  color: #1a1b1fbf;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  border-radius: 20px;
  flex: 0 auto;
  padding: 12px 25px;
  font-family: Outfit, sans-serif;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  background-color: var(--accent-color);
  color: #fff;
}

.button-primary:active {
  background-color: #43464d;
}

.button-primary.accent-button {
  background-color: var(--accent-color);
}

.button-primary.accent-button:hover {
  background-color: #6e6438a6;
}

.button-primary.button-download {
  background-color: var(--light-accent);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-width: 60%;
  max-width: none;
  display: flex;
}

.button-primary.button-download:hover {
  background-color: var(--accent-color);
}

.text-block {
  font-family: Outfit, sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.2em;
}

.gallery-scroll {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

.gallery-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.gallery-sticky {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: sticky;
  top: 80px;
}

.gallery-link {
  color: #1a1b1f;
  margin-bottom: 35px;
  font-size: 24px;
  line-height: 32px;
  text-decoration: none;
}

.gallery-link:hover {
  color: #1a1b1fcc;
}

.gallery-link.w--current {
  font-weight: 600;
}

.gallery-grid {
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.gallery-image-wrapper {
  position: relative;
}

.gallery-image {
  width: 100%;
}

.gallery-image-text {
  color: #f5f7fa;
  margin-bottom: 0;
  position: absolute;
  bottom: 16px;
  left: 16px;
  right: 16px;
}

.slide-1 {
  background-color: var(--off-white);
  background-image: url('../images/DSC00432.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  max-width: none;
  height: auto;
  max-height: none;
}

.slide-1.main-slider {
  width: 100vw;
  height: 100vh;
}

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

.slider {
  z-index: 0;
  height: 100vh;
  position: sticky;
}

.gallery-slider {
  z-index: 0;
  height: auto;
  position: relative;
  inset: 0% 0% auto;
}

.slide-2 {
  background-image: url('../images/DSC00510_1.webp');
  background-position: 50%;
  background-size: cover;
}

.slide-3 {
  background-image: url('../images/DSC00507_1.webp');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-4 {
  background-image: url('../images/DSC00588_1.webp');
  background-position: 50%;
  background-size: cover;
}

.text-block-2 {
  color: var(--accent-color);
  padding: 5px 10px;
  font-family: Great Vibes, cursive;
  font-size: 60px;
  font-weight: 400;
  line-height: 24px;
}

.div-block {
  background-color: var(--opacity-off-white);
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: block;
}

.left-arrow {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.right-arrow {
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.section {
  background-image: url('../images/DSC00557_1.webp');
  background-position: 50%;
  background-size: auto;
  background-attachment: fixed;
  height: 100vh;
  position: fixed;
  inset: 0% 0% auto;
}

.section.about-section {
  position: fixed;
  top: 0%;
}

.section.services-section {
  background-image: url('../images/LuxVilla-19_1.webp');
  background-position: 50%;
  background-size: cover;
}

.services-container {
  background-color: var(--opacity-off-white);
  max-width: 400px;
  margin-top: 160px;
  margin-left: 60px;
  display: block;
}

.services-container.container-medium {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 1200px;
  margin-left: auto;
  display: flex;
}

.paragraph {
  font-family: Outfit, sans-serif;
  font-size: 16px;
  line-height: 22px;
}

.paragraph.paragraph-1 {
  text-align: left;
}

.paragraph.paragraph-1.text-white {
  color: var(--off-white);
}

.paragraph.paragraph-1.text-white.text-footer {
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 100;
  line-height: 30px;
}

.paragraph.client-guide {
  margin-bottom: 0;
}

.about-text {
  justify-content: center;
  width: 600px;
  padding: 40px 0;
  display: flex;
}

.about-text.client-guide {
  width: auto;
  padding-top: 0;
  padding-bottom: 0;
  overflow: visible;
}

.container-4 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #0000;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: start;
  margin-top: 160px;
  padding-top: 0;
  display: block;
}

.services-item {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--opacity-off-white);
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: .25fr 1fr;
  grid-auto-columns: 1fr;
  place-content: start flex-start;
  place-items: center start;
  max-width: 500px;
  padding: 20px 40px 20px 0;
  display: grid;
}

.heading {
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: Outfit, sans-serif;
  font-size: 14px;
  line-height: 22px;
}

.paragraph-2 {
  font-family: Outfit, sans-serif;
  font-size: 16px;
  line-height: 22px;
}

.grid-services {
  grid-column-gap: 33px;
  grid-row-gap: 33px;
}

.div-block-3 {
  justify-content: center;
  padding-top: 40px;
  display: flex;
}

.about-section {
  display: block;
  position: relative;
  top: auto;
}

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

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

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

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

.testimonial-block-main {
  background-color: #f5f7fa;
  justify-content: space-between;
  padding: 32px 24px;
  display: flex;
}

.testimonial-main-image {
  object-fit: cover;
  width: 200px;
  height: 280px;
  margin-right: 24px;
}

.testimonial-main-content {
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

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

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

.testimonial-block {
  background-color: #f5f7fa;
  flex-direction: column;
  justify-content: space-between;
  padding: 32px 24px;
  display: flex;
}

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

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

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

.container-home {
  flex-flow: column;
  justify-content: center;
  max-width: 100%;
  max-height: none;
  margin-top: auto;
  margin-left: 0;
  margin-right: 0;
  display: flex;
  position: relative;
}

.container-home.steps {
  flex-flow: column;
  align-items: center;
  max-width: 100vw;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.container-home.services {
  flex-flow: column;
  align-items: center;
  max-width: 100%;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding-right: 0;
  display: flex;
}

.container-home.align-center {
  object-fit: fill;
  flex-flow: column;
  align-items: center;
  margin-bottom: auto;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  overflow: visible;
}

.gallery-overview {
  background-color: #0000;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-6 {
  width: 100%;
  max-width: 100vw;
  margin-left: 0;
  margin-right: 0;
}

.gallery-wrapper-2 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.gallery-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.gallery-features-block {
  margin-top: 16px;
  margin-bottom: 24px;
}

.gallery-feature {
  background-image: url('../images/');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 20px;
  margin-bottom: 8px;
  padding-left: 30px;
  font-size: 14px;
  line-height: 24px;
}

.button-primary-2 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-2:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-2:active {
  background-color: #43464d;
}

.gallery-grid-2 {
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.gallery-image-2 {
  width: 100%;
}

.heading-2 {
  text-transform: uppercase;
  font-family: Outfit, sans-serif;
  font-size: 12px;
  line-height: 20px;
}

.slide-5 {
  background-image: url('../images/DJI_0070.jpg');
  background-position: 50%;
  background-size: auto;
}

.steps-section {
  background-image: url('../images/DSC00557_1.webp');
  background-position: 50% 0;
  background-size: 130vw;
  height: 100vh;
  margin-bottom: 0;
  padding-top: 20px;
}

.quick-stack {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  padding-bottom: 60px;
  padding-left: 0;
  padding-right: 0;
}

.image-2 {
  flex: 1;
}

.services-grid {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 70%;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-right: 0;
  display: grid;
}

.steps-grid-item {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.image-3 {
  max-width: 30px;
}

.image-4 {
  width: 30px;
  max-width: none;
}

.heading-3 {
  text-transform: capitalize;
  font-family: Outfit, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 30px;
}

.section-title {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: auto;
  max-width: 600px;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 40px;
  display: flex;
}

.hero-heading-center {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

.centered-heading-2.margin-bottom-32px {
  margin-bottom: 32px;
}

.hero-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-split {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.margin-bottom-24px-2 {
  margin-bottom: 24px;
}

.shadow-two {
  box-shadow: 0 4px 24px #96a3b514;
}

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

.footer-wrapper-two {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: .25fr .25fr .25fr minmax(200px, .25fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-content: start center;
  place-items: start center;
  display: grid;
}

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

.footer-title {
  color: var(--off-white);
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: Outfit, sans-serif;
  font-size: 14px;
  font-weight: 100;
  line-height: 32px;
}

.footer-link-two {
  color: var(--off-white);
  margin-top: 20px;
  font-family: Outfit, sans-serif;
  text-decoration: none;
}

.footer-link-two:hover {
  color: var(--light-accent);
}

.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-family: Outfit, sans-serif;
  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: var(--light-accent);
}

.footer-divider-two {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 40px;
}

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

.footer-copyright {
  color: var(--off-white);
  font-family: Outfit, sans-serif;
  font-weight: 100;
}

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

.footer-social-link {
  margin-left: 12px;
}

.image-5, .image-6 {
  filter: invert();
}

.services-section {
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
}

.services-grid-new {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  padding-left: 140px;
  padding-right: 140px;
  display: grid;
}

.services-item-list {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: center space-between;
  align-self: center;
  place-items: flex-start center;
  width: 70vw;
  max-width: none;
  padding: 40px 0;
  display: flex;
}

.services-item-home {
  width: auto;
  max-width: none;
}

.services-item-home.fix-width {
  width: 40%;
}

.heading-4 {
  color: var(--accent-color);
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Outfit, sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  text-decoration: none;
}

.full-width-image-gallery {
  height: auto;
  margin-bottom: 60px;
}

.cell {
  justify-content: space-around;
  align-items: stretch;
}

.gallery-slider-2 {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.gallery-slide {
  background-color: #0000;
  height: auto;
}

.gallery-slide-wrapper {
  max-width: 47%;
  margin-right: 6%;
}

.gallery-slide-image {
  position: relative;
}

.gallery-slide-text {
  color: #f5f7fa;
  margin-bottom: 0;
  line-height: 32px;
  position: absolute;
  bottom: 24px;
  left: 24px;
  right: 24px;
}

.gallery-slider-left {
  justify-content: center;
  align-items: center;
  width: 40px;
  display: flex;
  left: -50px;
}

.gallery-slider-left:focus-visible, .gallery-slider-left[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.slider-arrow-embed {
  color: #1a1b1f;
}

.gallery-slider-right {
  justify-content: center;
  align-items: center;
  width: 40px;
  display: flex;
  right: -50px;
}

.gallery-slider-right:focus-visible, .gallery-slider-right[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.gallery-slide-nav {
  display: none;
}

.flex-block {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-left: 100px;
  padding-right: 100px;
  display: grid;
}

.slide-6 {
  background-image: url('../images/DJI_0184.jpg');
  background-position: 0 0;
  background-size: cover;
}

.quick-stack-2 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  padding-left: 100px;
  padding-right: 100px;
}

.cell-2 {
  background-image: url('../images/DSC00432.jpg');
  background-position: 0 0;
  background-size: cover;
}

.cell-3 {
  background-image: url('../images/DJI_0184.jpg');
  background-position: 0 0;
  background-size: cover;
}

.image-columns {
  height: 100vh;
  max-height: none;
}

.column-700 {
  -webkit-text-fill-color: inherit;
  background-image: url('../images/DJI_0184.jpg');
  background-position: 0 0;
  background-size: cover;
  background-clip: padding-box;
  height: 100vh;
}

.column-700.c700-2 {
  -webkit-text-fill-color: inherit;
  background-image: url('../images/DSC08487.jpg');
  background-clip: padding-box;
  height: 100vh;
}

.column-700.c700-3 {
  -webkit-text-fill-color: inherit;
  background-image: url('../images/_DSC1273.jpg');
  background-clip: padding-box;
  height: 100vh;
}

.image-7 {
  max-width: none;
}

.slider-2 {
  background-color: #ddd0;
  flex-flow: row;
  justify-content: center;
  width: 100vw;
  height: 70vh;
  display: block;
}

.div-block-4 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  margin-top: 40px;
  display: flex;
}

.portrait-slide-1 {
  background-image: url('../images/DJI_0184.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.portrait-slide-1.carousel-slide {
  background-image: none;
}

.portrait-slide-1.slide-carousel {
  vertical-align: middle;
  background-position: 50%;
  background-size: cover;
  width: 33.33%;
  height: 80vh;
  padding: 40px;
  position: relative;
}

.portrait-slide-1.slide-carousel.portrait-slide8 {
  background-image: url('../images/DSC00544_1.webp');
  background-size: cover;
}

.portrait-slide-1.slide-carousel.portrait-slide-8 {
  background-image: url('../images/RumahPuli19.jpg');
  background-position: 50%;
  background-size: cover;
}

.portrait-slide-1.slide-carousel.portrait-slide-9 {
  background-image: url('../images/DSC00507_1.webp');
  background-position: 50% 100%;
}

.portrait-slide-2 {
  background-image: url('../images/DSC08487.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.portrait-slide-2.carousel-slide {
  background-image: none;
}

.portrait-slide-3 {
  background-image: url('../images/_DSC1273.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.portrait-slide-3.carousel-slide {
  background-image: none;
}

.portrait-slide-4 {
  background-image: url('../images/IMG_7023.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.portrait-slide-4.carousel-slide {
  background-image: none;
}

.portrait-slide-5 {
  background-image: url('../images/DSC00622.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.portrait-slide-5.carousel-slide {
  background-image: none;
}

.portrait-slide-6 {
  background-image: url('../images/DSC00555.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.carousel-slide {
  width: 33.33%;
}

.image-8 {
  max-width: 80%;
}

.left-arrow-2, .right-arrow-2 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-9 {
  max-width: 30px;
}

.image-10 {
  width: 30px;
  max-width: 30px;
}

.align-center {
  flex-flow: row;
  justify-content: center;
  display: flex;
}

@media screen and (max-width: 991px) {
  .container-2 {
    max-width: 728px;
  }

  .navbar-wrapper-three {
    justify-content: space-between;
  }

  .navbar-brand-three {
    position: relative;
  }

  .nav-menu-wrapper-three {
    background-color: #0000;
    top: 70px;
  }

  .nav-menu-three {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .button-primary {
    flex-flow: row;
    justify-content: center;
    min-width: 60%;
    display: flex;
  }

  .menu-button {
    padding: 12px;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .container-3 {
    max-width: 728px;
  }

  .gallery-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .gallery-sticky {
    position: relative;
    top: 0;
  }

  .container-5 {
    max-width: 728px;
  }

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

  .testimonial-main-image {
    width: 300px;
    height: 350px;
  }

  .container-6 {
    max-width: 728px;
  }

  .gallery-wrapper-2 {
    grid-template-columns: 1fr 1fr;
  }

  .steps-section {
    background-image: linear-gradient(0deg, var(--light-accent), var(--opacity-off-white)), url('../images/DSC00557_1.webp');
    background-position: 0 0, 50% 0;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .services-grid {
    justify-items: center;
  }

  .section-title {
    max-width: 70%;
  }

  .hero-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split {
    max-width: 100%;
    margin-bottom: 40px;
  }

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

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

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

  .gallery-slider-left {
    left: -20px;
  }

  .gallery-slider-right {
    right: -20px;
  }
}

@media screen and (max-width: 767px) {
  .navbar-brand-three {
    padding-left: 0;
  }

  .nav-menu-three {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-menu-block {
    flex-direction: column;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .gallery-scroll, .testimonial-column-dark {
    padding: 60px 15px;
  }

  .testimonial-main-image {
    width: 250px;
  }

  .gallery-overview {
    padding: 60px 15px;
  }

  .steps-section {
    background-image: none;
    background-size: auto;
    height: auto;
    padding-bottom: 20px;
  }

  .services-grid {
    max-width: 100%;
  }

  .hero-heading-center {
    padding: 60px 15px;
  }

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

  .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: 20px;
  }

  .gallery-slider-2 {
    padding: 60px 15px;
  }

  .gallery-slide {
    margin-left: 10px;
    margin-right: 10px;
  }

  .gallery-slide-text {
    line-height: 30px;
  }

  .gallery-slider-left {
    left: -20px;
  }

  .gallery-slider-right {
    right: -20px;
  }
}

@media screen and (max-width: 479px) {
  .container-2 {
    max-width: none;
  }

  .nav-menu-three {
    flex-direction: column;
  }

  .button-primary.button-download {
    text-align: center;
    min-width: 70%;
  }

  .container-3 {
    max-width: none;
  }

  .gallery-wrapper {
    grid-template-columns: 1fr;
  }

  .container-5 {
    max-width: none;
  }

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

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

  .testimonial-block-main {
    flex-direction: column;
  }

  .testimonial-main-image {
    width: 100%;
    height: auto;
    margin-bottom: 32px;
    margin-right: 0;
  }

  .container-6 {
    max-width: none;
  }

  .gallery-wrapper-2 {
    grid-template-columns: 1fr;
  }

  .services-grid {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    min-width: 100%;
  }

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

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

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

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

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

  .gallery-slide-wrapper {
    max-width: 100%;
    margin-right: 0%;
  }

  .gallery-slider-left {
    left: -20px;
  }

  .gallery-slider-right {
    right: -20px;
  }
}

#w-node-cb67f9e7-b2b5-2f40-8004-629cd1bf61a8-aa5fa15a {
  place-self: center;
}

#w-node-_730b3b46-7c99-c527-3b24-80f2e1af90c1-e1af90be {
  justify-self: start;
}

#w-node-_730b3b46-7c99-c527-3b24-80f2e1af90c3-e1af90be {
  align-self: auto;
}

#w-node-_730b3b46-7c99-c527-3b24-80f2e1af90d3-e1af90be {
  justify-self: end;
}

#w-node-_7081e859-a6de-d2ba-ca7f-5b6205a6ae0d-64aadb91 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start;
}

#w-node-_539433ec-62cc-2f21-5c79-50478d31b42a-64aadb91 {
  justify-self: end;
}

#w-node-_968d58e3-50c0-30f0-6a0f-df929d13da76-64aadb91 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start;
}

#w-node-_968d58e3-50c0-30f0-6a0f-df929d13da77-64aadb91 {
  justify-self: end;
}

#w-node-b161bc00-3b24-192d-7764-d66e142d834e-64aadb91 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start;
}

#w-node-b161bc00-3b24-192d-7764-d66e142d834f-64aadb91 {
  justify-self: end;
}

#w-node-_1156edfe-0978-11a7-f478-2084b8186f61-64aadb91 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start;
}

#w-node-_1156edfe-0978-11a7-f478-2084b8186f62-64aadb91 {
  justify-self: end;
}


