@font-face {
  font-family: Helvetica Neue;
  src: url('../fonts/HelveticaNeue-Light-08.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Silk;
  src: url('../fonts/Silk-Serif-Light.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Silk;
  src: url('../fonts/Silk-Serif-ExtraLight-Italic.otf') format("opentype");
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Silk;
  src: url('../fonts/Silk-Serif-ExtraLight.otf') format("opentype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Silk;
  src: url('../fonts/Silk-Serif-Light-Italic.otf') format("opentype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

:root {
  --background_color: var(--beige);
  --golden_10: #cfc1ab;
  --sans: "Helvetica Neue", sans-serif;
  --golden_100: #9b8669;
  --text_color: var(--golden_50);
  --serif: Silk, "Times New Roman", sans-serif;
  --golden_50: #b7996a;
  --margin-top: 30vh;
  --white: white;
  --black_80: #0c0b0e;
  --beige: #f3f2f1;
  --golden_dark: #676767;
  --project-images-hor-spacing: 5vw;
  --image_roundness: 10px;
  --project-information-spacing: 3rem;
  --black_100: black;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

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

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

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

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

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

.navigation-bar {
  z-index: 99;
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  justify-content: space-between;
  padding: 24px 40px;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.text-block {
  font-family: var(--sans);
  color: var(--golden_100);
  font-weight: 300;
  text-decoration: none;
}

.small-text {
  font-family: var(--sans);
  color: var(--text_color);
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  display: block;
}

.small-text.left {
  text-align: left;
}

.hero-content {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin-top: -20vh;
  display: flex;
}

.smalltext {
  font-family: var(--sans);
  color: var(--text_color);
  text-align: center;
  text-transform: uppercase;
}

.intro-text-wrapper {
  justify-content: center;
  align-items: center;
  height: 90vh;
}

.paragraph {
  font-family: var(--sans);
  color: var(--text_color);
  text-align: left;
  text-transform: uppercase;
  font-size: 25px;
  font-weight: 300;
  line-height: 130%;
  text-decoration: none;
}

.paragraph.center {
  text-align: center;
}

.intro-content {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  justify-content: center;
  align-items: center;
  max-width: 600px;
}

.midddle-content {
  grid-column-gap: 5rem;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 10vw;
  text-decoration: none;
  display: flex;
  position: relative;
}

.footeremail {
  font-family: var(--serif);
  color: var(--golden_10);
  text-align: center;
  -webkit-text-stroke-color: var(--text_color);
  text-transform: uppercase;
  overflow-wrap: break-word;
  font-size: 4rem;
  font-weight: 200;
  line-height: 110%;
  text-decoration: none;
}

.footeremail.normal {
  text-transform: none;
}

.booking {
  background-color: #d0c0abcc;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 100vh;
  padding-left: 10vw;
  padding-right: 10vw;
  display: flex;
  position: relative;
}

.services {
  margin-top: var(--margin-top);
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 100vh;
}

.footer {
  z-index: 10;
  background-color: var(--white);
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 600px;
  padding-top: 10rem;
  padding-left: 5vw;
  padding-right: 5vw;
  display: flex;
  position: relative;
}

.flex-block-4 {
  justify-content: space-between;
  width: 100%;
  padding-bottom: 2rem;
}

.flex-block-5 {
  grid-column-gap: 2rem;
  grid-row-gap: 3rem;
  justify-content: center;
  align-items: center;
  margin-top: -1rem;
}

.titlebig {
  z-index: 10;
  font-family: var(--serif);
  color: var(--black_80);
  font-size: 30svh;
  font-weight: 200;
  line-height: 100%;
}

.text-block-2-copy {
  font-family: var(--sans);
  color: var(--black_80);
  text-transform: uppercase;
  line-height: 1.8rem;
  text-decoration: none;
}

.flex-block-6 {
  justify-content: space-between;
  align-items: center;
}

.flex-block-7 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
}

.image-10 {
  position: absolute;
  top: 40%;
  left: 40%;
  right: auto;
}

.inner-content {
  width: 100%;
}

.services_list_item {
  grid-column-gap: 3rem;
  align-items: baseline;
}

.services_inner {
  grid-column-gap: 1.5rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 1920px;
  display: grid;
}

.div-block-3 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 5rem;
  display: flex;
}

.flex-block-8 {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
}

.nav-left {
  flex: 1;
  align-self: center;
}

.nav-center {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

.nav-hamburger-menu {
  flex: 0 auto;
  width: 24px;
  display: flex;
}

.discount {
  font-family: var(--sans);
  color: var(--black_80);
  text-transform: uppercase;
  font-size: 2rem;
  line-height: 1.8rem;
  text-decoration: none;
}

.div-block-6 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  display: flex;
}

.div-block-7 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.navigation-open {
  z-index: 101;
  background-color: var(--background_color);
  height: 100svh;
  display: none;
  position: fixed;
  inset: 0%;
}

.navi-close-icon {
  padding: 1rem;
  position: absolute;
  inset: 1rem 2rem auto auto;
}

.navigation-list-wrapper {
  grid-column-gap: .8rem;
  grid-row-gap: .8rem;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100%;
}

.navigation-list-link {
  font-family: var(--serif);
  color: var(--golden_10);
  letter-spacing: -4px;
  text-transform: uppercase;
  font-size: 10vh;
  line-height: 100%;
}

.navigation-list-link:hover {
  color: var(--golden_100);
}

.navigation-list-link.nav-active {
  color: var(--golden_50);
  line-height: 100%;
}

.navigation-list-block {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: row;
  align-items: baseline;
  text-decoration: none;
  display: flex;
}

.navigation-content {
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  height: 100vh;
  padding-top: 5vh;
  padding-bottom: 5vh;
  display: flex;
}

.navigation-contact {
  font-family: var(--sans);
  color: var(--golden_10);
  text-transform: uppercase;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 1.5rem;
  font-weight: 300;
  text-decoration: none;
  display: flex;
}

.div-block-8 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 3rem;
  display: flex;
}

.about-hero {
  grid-column-gap: var(--margin-top);
  grid-row-gap: var(--margin-top);
  perspective: 20rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 20vh;
  display: flex;
}

.heading-big {
  font-family: var(--serif);
  color: var(--golden_10);
  text-transform: uppercase;
  font-size: 6vw;
  font-weight: 200;
  line-height: 110%;
  text-decoration: none;
}

.heading-big.center {
  color: var(--beige);
  text-align: center;
}

.heading-big.center.golden, .heading-big.dark {
  color: var(--golden_50);
}

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

.about-text-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  width: 500px;
  display: flex;
}

.text-large {
  font-family: var(--sans);
  color: var(--golden_100);
  font-size: 18px;
  line-height: 155%;
}

.about-hero-inner {
  z-index: 1;
  width: 65vw;
  position: relative;
}

.instagram-section {
  grid-column-gap: 8rem;
  grid-row-gap: 8rem;
  background-color: var(--golden_10);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: 110svh;
  margin-top: 20vh;
  padding-top: 10vh;
  display: flex;
}

.instagram-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  width: 90%;
  max-width: 1920px;
  display: grid;
}

.insta-image {
  aspect-ratio: 1;
  object-fit: cover;
  background-image: url('../images/insta_1.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.insta-image.photo-2 {
  background-image: url('../images/insta_2.webp');
}

.insta-image.photo-3 {
  background-image: url('../images/insta_3.webp');
}

.insta-image.photo-4 {
  background-image: url('../images/insta_4.webp');
}

.insta-image.photo-1 {
  background-image: url('../images/insta_1.webp');
}

.about-content {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: 60vh;
  margin-top: 30vh;
  display: flex;
}

.about-animation {
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 2rem;
}

.utility-page-wrap {
  background-image: linear-gradient(#0006, #0006), url('../images/DSC_7317.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  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;
}

.heading2-lowercase {
  text-transform: none;
  font-style: italic;
  font-weight: 200;
}

.flex-block-10 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
}

.contact-text-small {
  color: var(--golden_dark);
  text-transform: uppercase;
  font-size: 13px;
}

.contact-list-item {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
}

.flex-block-11 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: space-around;
  align-items: flex-start;
  padding-top: 2rem;
}

.contact-inner {
  grid-column-gap: 7rem;
  grid-row-gap: 7rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 15vh;
  padding-left: 10vw;
  padding-right: 10vw;
  display: grid;
}

.contact-big-flower {
  position: absolute;
  inset: 20% auto auto 41%;
}

.nav-right {
  flex-direction: row;
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.project-images {
  grid-column-gap: 1rem;
  grid-row-gap: 15rem;
  margin-top: 40vh;
  margin-bottom: 20vh;
}

.project-hero {
  flex-direction: column;
  align-items: flex-start;
  padding-top: 30vh;
  display: flex;
}

.project-cover-image {
  margin-top: -2vh;
}

.cell {
  align-items: center;
}

.cell-2 {
  align-items: center;
  padding-top: 10rem;
}

.cell-3 {
  align-items: center;
}

.next-project {
  flex-direction: row;
  align-items: center;
  margin-top: 20vh;
  margin-bottom: 20vh;
  display: flex;
}

.next-project-line {
  border: 1px solid var(--golden_50);
  opacity: .1;
  flex: 1;
}

.div-block-9 {
  justify-content: center;
  align-items: center;
  width: 30vw;
  display: flex;
}

.nav-logo {
  opacity: 0;
  display: block;
}

.nav-logo.active {
  opacity: 1;
  width: 7rem;
}

.hero {
  background-image: url('../images/ETERNAL-WEDDINGS-4525.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100vw;
  height: 130vh;
  position: relative;
  overflow: hidden;
}

.hero-image-grid {
  grid-column-gap: 0vw;
  grid-row-gap: 0vw;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: center stretch;
  place-items: center;
  width: 130%;
  height: 150vh;
  margin-top: -25vh;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: -15%;
}

.image-grid-item {
  perspective: 500px;
  width: 14vw;
  height: auto;
}

.image-grid-item.upper {
  padding-bottom: 100px;
}

.image-grid-item.lower {
  padding-top: 100px;
}

.hero-image {
  aspect-ratio: 2 / 3;
  opacity: .75;
  object-fit: cover;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
  transform: translate(0)perspective(500px);
}

.hero-image._1 {
  background-image: url('../images/Grid-1.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 250px;
  background-attachment: scroll;
}

.hero-image._2 {
  background-image: url('../images/Grid-2.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
}

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

.hero-image._4 {
  background-image: url('../images/Grid-4.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.hero-image._5 {
  background-image: url('../images/Grid-5.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.hero-image._6 {
  background-image: url('../images/Grid-6.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.hero-image._7 {
  background-image: url('../images/Grid-7.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.hero-image._8 {
  background-image: url('../images/Grid-8.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.hero-image._9 {
  background-image: url('../images/Grid-9.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.hero-image._10 {
  background-image: url('../images/Grid-10.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.hero-image._11 {
  background-image: url('../images/Grid-11.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.hero-image._12 {
  background-image: url('../images/Grid-12.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.hero-logo-animation {
  position: relative;
}

.hero-logo {
  width: 15vw;
}

.logo-black-overlay {
  perspective-origin: 50% 100%;
  transform-origin: 50% 100%;
  width: 100%;
  position: absolute;
  inset: 0%;
}

.projects {
  margin-top: var(--margin-top);
  width: 100%;
  position: relative;
  overflow: hidden;
}

.project-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.project-image-wrapper {
  grid-column-gap: var(--project-images-hor-spacing);
  grid-row-gap: var(--project-images-hor-spacing);
  perspective: 50vw;
  perspective-origin: 50%;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.cover-image {
  aspect-ratio: 16 / 9;
  border-radius: var(--image_roundness);
  perspective-origin: 50% 0;
  transform-origin: 50% 0;
  object-fit: cover;
  background-image: radial-gradient(circle, #0006, #0000), url('../images/cover_1.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  width: 64vw;
}

.cover-image.first-project {
  background-image: radial-gradient(circle, #0006, #0000), url('../images/ETERNAL-WEDDINGS-4525.jpg');
}

.cover-image.second-project {
  background-image: radial-gradient(circle, #0006, #0000), url('../images/ETERNAL-WEDDINGS-9883.jpg');
}

.cover-image.third-project {
  background-image: radial-gradient(circle, #0006, #0000), url('../images/ETERNAL-WEDDINGS-582.jpg');
}

.left-image {
  aspect-ratio: 2 / 3;
  border-radius: var(--image_roundness);
  perspective-origin: 100%;
  transform-origin: 100%;
  object-fit: cover;
  background-image: url('../images/ETERNAL-WEDDINGS-4489.jpg');
  background-position: 50%;
  background-size: 540px;
  width: 20vw;
}

.left-image.second-project {
  background-image: url('../images/ETERNAL-WEDDINGS-9750.jpg');
}

.left-image.third-project {
  background-image: url('../images/ETERNAL-WEDDINGS-913.jpg');
}

.right-image {
  aspect-ratio: 2 / 3;
  border-radius: var(--image_roundness);
  perspective-origin: 0%;
  transform-origin: 0%;
  object-fit: cover;
  background-image: url('../images/ETERNAL-WEDDINGS-4544.jpg');
  background-position: 50%;
  background-size: cover;
  width: 20vw;
}

.right-image.second-project {
  background-image: url('../images/ETERNAL-WEDDINGS-9544.jpg');
}

.right-image.third-project {
  background-image: url('../images/ETERNAL-WEDDINGS-587.jpg');
}

.project-information-wrapper {
  grid-column-gap: var(--project-information-spacing);
  grid-row-gap: var(--project-information-spacing);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
  position: absolute;
}

.body {
  background-color: var(--background_color);
  font-size: 14px;
}

.hero-box-shadow {
  z-index: 10;
  background-image: linear-gradient(270deg, #f3f2f100 80%, var(--background_color)), linear-gradient(90deg, #f3f2f100 80%, var(--background_color)), linear-gradient(180deg, #f3f2f100 60%, var(--background_color)), linear-gradient(0deg, #f3f2f100 80%, var(--background_color));
  display: none;
  position: absolute;
  inset: 0%;
}

.image-between {
  background-image: url('../images/ETERNAL-WEDDINGS-6570.jpg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  height: 80vh;
}

.image-between.second {
  background-image: url('../images/ETERNAL-WEDDINGS-4531.jpg');
}

.html-embed {
  display: none;
}

.insta-margin {
  margin-top: 5rem;
}

.about-image {
  perspective-origin: 50% 0;
  transform-origin: 50% 0;
}

.about-hero-headline {
  font-family: var(--serif);
  color: var(--golden_50);
  text-align: center;
  text-transform: uppercase;
  font-size: 6vw;
  font-weight: 200;
  line-height: 110%;
  text-decoration: none;
}

.input-field {
  border: 1px solid var(--golden_10);
  background-color: var(--background_color);
  font-family: var(--sans);
  color: var(--golden_100);
  padding-top: 2rem;
  padding-bottom: 2rem;
  font-size: 1rem;
}

.input-field:focus {
  border-color: var(--golden_100);
}

.input-field::placeholder {
  font-family: var(--sans);
}

.submit-button {
  background-color: var(--golden_50);
  font-family: var(--sans);
  color: var(--beige);
  text-transform: uppercase;
  padding: 1rem 2rem;
  font-size: 1rem;
}

.contact-form {
  width: 100%;
}

.form-line {
  padding-top: 1rem;
}

.div-block-13 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: column;
  display: flex;
}

.top-block {
  height: 0;
}

.work-section {
  justify-content: center;
  align-items: center;
  padding-top: 20vh;
  padding-bottom: 20vh;
  display: flex;
}

.works-inner {
  grid-column-gap: 10rem;
  grid-row-gap: 10rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 1440px;
  display: grid;
}

.work-project-wrapper {
  text-decoration: none;
}

.work-project {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-direction: column;
  display: flex;
}

.project-title {
  font-family: var(--serif);
  color: var(--golden_50);
  text-transform: uppercase;
  font-size: 3rem;
  font-weight: 200;
  line-height: 110%;
  text-decoration: none;
}

.work-project-image {
  aspect-ratio: 2 / 3;
  object-fit: cover;
  width: 100%;
}

.link-block {
  color: var(--text_color);
  text-decoration: none;
}

.footer-sm-button {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border: 1px solid var(--golden_10);
  border-radius: 100rem;
  justify-content: center;
  align-items: center;
  padding: .8rem 2rem;
  text-decoration: none;
  display: flex;
}

.footer-sm-button:hover {
  background-color: #cfc1ab33;
}

.flex-block-12 {
  grid-column-gap: 2rem;
  grid-row-gap: 3rem;
}

.project-gallery {
  grid-row-gap: 10rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 20vh;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
}

.project-gallery-2-col {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: grid;
}

.project-gallery-1-landscape {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: center;
  place-items: center;
  width: 100%;
  display: grid;
}

.project-gallery-1-portrait {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: center;
  place-items: center;
  width: 40%;
  display: grid;
}

.project-gallery-3-col {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: grid;
}

.footer-button-icon {
  width: 40px;
}

.flex-block-13 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
}

.heading, .text-block-2 {
  color: var(--white);
}

.flex-block-14 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.select-field {
  background-color: var(--background_color);
  color: var(--golden_100);
  min-height: 4rem;
}

.select-field:focus {
  color: var(--black_100);
}

.select-field-2 {
  padding-top: 2px;
}

.select-field-3 {
  color: var(--black_100);
  font-family: Helvetica Neue, sans-serif;
}

@media screen and (max-width: 991px) {
  .midddle-content {
    justify-content: center;
    padding-left: 0;
  }

  .footeremail {
    font-size: 2rem;
  }

  .services {
    height: auto;
    margin-bottom: 30vh;
  }

  .footer {
    height: 50vh;
    padding-top: 15vh;
  }

  .titlebig {
    font-size: 20svh;
  }

  .services_list_item {
    grid-row-gap: 2rem;
    flex-direction: column;
  }

  .services_inner {
    grid-row-gap: 3rem;
  }

  .heading-big.dark {
    font-size: 8vw;
  }

  .instagram-section {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    height: auto;
    padding-bottom: 10vh;
  }

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

  .insta-image.photo-2.insta-margin, .insta-image.photo-4.insta-margin {
    margin-top: 0;
  }

  .about-content {
    height: 100vh;
  }

  .contact-hero {
    height: auto;
  }

  .contact-inner {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    height: auto;
    padding-bottom: 15vh;
  }

  .project-images {
    grid-row-gap: 5rem;
    margin-top: 20vh;
  }

  .project-cover-image {
    margin-top: 0;
  }

  .cell-2 {
    padding-top: 0;
    display: flex;
  }

  .project-image {
    width: 100%;
  }

  .hero-image-grid {
    grid-column-gap: 0vh;
    grid-row-gap: 10vh;
    height: 100svh;
    margin-top: 0;
  }

  .projects {
    margin-top: 10vh;
  }

  .project-wrapper {
    height: 50vh;
    margin-top: 20vh;
  }

  .project-image-wrapper {
    height: 100%;
  }

  .cover-image {
    aspect-ratio: 2 / 3;
    width: 70vw;
  }

  .left-image, .right-image {
    width: 40vw;
  }

  .image-between {
    background-position: 50%;
  }

  .image-between.second {
    background-position: 20%;
    background-size: cover;
  }

  .works-inner {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    padding-left: 10vw;
    padding-right: 10vw;
  }

  .work-project {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .project-gallery {
    grid-row-gap: 1rem;
  }

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

  .project-gallery-1-portrait {
    width: 100%;
  }

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

  .flex-block-14 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    justify-content: flex-start;
    align-items: stretch;
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  .navigation-bar {
    padding: 20px;
  }

  .intro-text-wrapper {
    justify-content: flex-start;
    height: 70vh;
  }

  .midddle-content {
    padding-left: 0;
  }

  .footeremail {
    text-align: left;
  }

  .footer {
    height: 70vh;
    padding-top: 10vh;
  }

  .flex-block-4 {
    padding-left: 0;
    padding-right: 0;
  }

  .flex-block-5 {
    align-items: flex-start;
  }

  .titlebig {
    font-size: 20svh;
  }

  .services_list_item {
    grid-row-gap: 1rem;
  }

  .discount {
    font-size: 1.5rem;
  }

  .navigation-open {
    height: 100vh;
    display: none;
  }

  .navi-close-icon {
    top: 10px;
    right: 10px;
  }

  .navigation-list-link {
    font-size: 8vh;
  }

  .navigation-content {
    padding-top: 0;
    padding-bottom: 10vh;
  }

  .navigation-contact {
    font-size: 1.2rem;
  }

  .about-hero {
    grid-column-gap: 15vh;
    grid-row-gap: 15vh;
  }

  .heading-big {
    font-size: 10vw;
  }

  .about-text-wrapper {
    width: 80%;
  }

  .project-images {
    grid-row-gap: 2rem;
  }

  .div-block-9 {
    width: 40vw;
  }

  .project-wrapper {
    height: 70svh;
  }

  .cover-image {
    width: 90vw;
  }

  .left-image, .right-image {
    display: none;
  }

  .hero-text-wrapper {
    width: 60%;
  }

  .image-between.second {
    background-position: 50%;
  }

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

  .works-inner {
    grid-row-gap: 6rem;
    grid-template-columns: 1fr;
  }

  .project-title {
    font-size: 2rem;
  }

  .flex-block-12, .flex-block-13 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-direction: column;
  }
}

@media screen and (max-width: 479px) {
  .hero-content {
    margin-top: 0;
  }

  .intro-text-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .footeremail {
    color: var(--golden_50);
    word-break: break-all;
    font-size: 1rem;
    font-weight: 300;
  }

  .footeremail.normal {
    font-size: 1.8rem;
  }

  .flex-block-4 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .flex-block-5 {
    grid-row-gap: 1rem;
  }

  .titlebig {
    font-size: 14svh;
  }

  .flex-block-6 {
    z-index: 1;
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    flex-direction: column;
    align-items: flex-start;
    position: relative;
  }

  .image-10 {
    inset: auto 0% 0%;
  }

  .inner-content {
    grid-row-gap: 4rem;
    flex-direction: column;
    display: flex;
  }

  .flex-block-8 {
    grid-column-gap: 3rem;
    grid-row-gap: 1.5rem;
    flex-direction: column;
  }

  .div-block-9 {
    width: 60vw;
  }

  .hero {
    background-position: 45%;
    height: 90vh;
  }

  .footer-sm-button {
    padding-top: .7rem;
    padding-bottom: .7rem;
  }

  .flex-block-12 {
    margin-top: 2rem;
  }

  .footer-button-icon {
    width: 32px;
  }
}

#w-node-d26c3236-36e9-97e9-0f45-158c4f507f97-1db173c5, #w-node-_72f094b6-3c5a-097e-1805-7e8a1874bb88-1db173c5, #w-node-_8c24901e-ac30-9163-098b-8e64039f989d-1db173c5, #w-node-_118969e8-b37b-a263-5938-8f52c2a6a77d-1db173c5, #w-node-c7d295d4-ae9b-df01-e980-a643927a8bdd-1db173c5, #w-node-_329fe02e-c117-edc9-5dfb-ad65da99a88d-1db173c5, #w-node-d1bd5f97-9116-94e1-c554-69c20df1b2f0-1db173c5, #w-node-_3bf05f3c-258e-740c-fcf5-b7a7b3e0713c-1db173c5, #w-node-_852f2bff-fdfd-eb47-0511-515d80160864-1db173c5, #w-node-b65ab903-5d83-d222-273a-46f31272bf52-1db173c5, #w-node-e75f0fcd-9f6b-6ae0-0f3f-3db8912790f6-1db173c5, #w-node-d42b046b-8677-fe09-30b7-3cf6b553da99-1db173c5, #w-node-_4cb0d03d-c125-820c-688f-b9db4644bd9c-1db173c5, #w-node-d9f1847a-119c-1920-214c-9df094135074-1db173c5, #w-node-_3ca0a038-088f-1239-63d8-f5dc58cced00-1db173c5, #w-node-aed35ff9-6771-2450-a59c-13bc8bda5530-1db173c5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b84e4578-4331-5267-cb28-93080b5c9588-1db173c5 {
  grid-area: 1 / 2 / 2 / 12;
}

#w-node-e12e6188-7042-3ffc-19ba-c9ee319c0950-1db173c5 {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-_786c84f2-cfee-3b33-6b24-0f614374e16a-1db173c5 {
  grid-area: 2 / 2 / 3 / 13;
}

#w-node-b3a0f7e5-4cf4-8cbf-68ec-60aff29c7dcb-1db173c5 {
  grid-area: 3 / 5 / 4 / 13;
}

#w-node-_343d81e4-7cd5-2b11-ba2e-c14366de9bc9-1db173c5 {
  grid-area: 4 / 3 / 5 / 13;
}

#w-node-_55a67390-1a0a-d327-6965-e97b5b8da2de-1db173c5 {
  grid-area: 5 / 4 / 6 / 13;
}

#w-node-ba4c8f41-06d4-2fe6-97bc-0522a02d7f28-488a3ff9 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_0ffab78b-0721-7820-ed8f-eca08c79051a-488a3ff9 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-_51571488-c5e9-b043-fbbf-45b062ce01f3-488a3ff9 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-c71c9240-e934-15a2-0318-ce420ec03377-488a3ff9 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_12567be2-31b2-ac6c-4598-ba035d1611a9-230cc024, #w-node-ab780e9f-e41c-bab9-1405-7a7929dcae04-230cc024, #w-node-_78d67ca5-44e9-8110-2772-a734cc5e2265-230cc024, #w-node-caafd701-90db-618c-1708-b952b832f47f-230cc024, #w-node-_77711a03-24f4-996c-a729-35653c7677a8-ccd30961, #w-node-_77711a03-24f4-996c-a729-35653c7677a9-ccd30961, #w-node-_4bc726ef-f499-a09f-5e0b-eff26b683cbb-cc51c2d4, #w-node-_4bc726ef-f499-a09f-5e0b-eff26b683cbc-cc51c2d4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_425b6245-c9a5-cdc0-1718-193eff56362b-30456310, #w-node-_0a1f0ad7-9008-45b0-c6f2-6dba8c397081-30456310, #w-node-_267b031e-985c-cd55-13a0-8a34ffd3076a-30456310, #w-node-f284a19b-2374-2910-1261-9570f33fa946-30456310 {
  place-self: center;
}

#w-node-_33d1a055-6bf5-98bf-5322-57d6d122b528-4bd55dd4, #w-node-_33d1a055-6bf5-98bf-5322-57d6d122b529-4bd55dd4, #w-node-_33d1a055-6bf5-98bf-5322-57d6d122b531-4bd55dd4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-b3a0f7e5-4cf4-8cbf-68ec-60aff29c7dcb-1db173c5 {
    grid-area: 3 / 2 / 4 / 13;
  }

  #w-node-_343d81e4-7cd5-2b11-ba2e-c14366de9bc9-1db173c5 {
    grid-area: 4 / 2 / 5 / 13;
  }

  #w-node-_55a67390-1a0a-d327-6965-e97b5b8da2de-1db173c5 {
    grid-area: 5 / 2 / 6 / 13;
  }

  #w-node-ba4c8f41-06d4-2fe6-97bc-0522a02d7f28-488a3ff9, #w-node-_0ffab78b-0721-7820-ed8f-eca08c79051a-488a3ff9 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_4bc726ef-f499-a09f-5e0b-eff26b683ca4-cc51c2d4, #w-node-_4bc726ef-f499-a09f-5e0b-eff26b683ca5-cc51c2d4 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_4bc726ef-f499-a09f-5e0b-eff26b683ca4-cc51c2d4 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_4bc726ef-f499-a09f-5e0b-eff26b683ca4-cc51c2d4 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


@font-face {
  font-family: 'Helvetica Neue';
  src: url('../fonts/HelveticaNeue-Light-08.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Silk';
  src: url('../fonts/Silk-Serif-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Silk';
  src: url('../fonts/Silk-Serif-ExtraLight-Italic.otf') format('opentype');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Silk';
  src: url('../fonts/Silk-Serif-ExtraLight.otf') format('opentype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Silk';
  src: url('../fonts/Silk-Serif-Light-Italic.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}