@font-face {
  font-family: Ppneuemontreal;
  src: url('../fonts/ppneuemontreal-bold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Ppneuemontreal Book;
  src: url('../fonts/ppneuemontreal-book.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Ppneuemontreal;
  src: url('../fonts/ppneuemontreal-thin.otf') format("opentype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Ppneuemontreal;
  src: url('../fonts/ppneuemontreal-semibolditalic.otf') format("opentype");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Ppneuemontreal;
  src: url('../fonts/ppneuemontreal-medium.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Ppneuemontreal;
  src: url('../fonts/ppneuemontreal-italic.otf') format("opentype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

body {
  color: #333;
  font-family: Ppneuemontreal, Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.hero-section {
  height: 100vh;
  position: relative;
}

.container-large {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
}

.container-large.is-nav-container {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.container-large.project-container {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: block;
}

.container-large.no-padding {
  padding-left: 0;
  padding-right: 0;
}

.swiper.is-hero-swiper {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
}

.swiper.is-project {
  z-index: 10;
  margin-top: 48px;
}

.swiper-wrapper {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.swiper-wrapper.wrapper-project {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
}

.swiper-slide {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100vw;
  height: 100vh;
  display: flex;
  position: relative;
}

.swiper-slide.swiper-slide-hero {
  position: relative;
}

.swiper-slide.project-slide {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 35%;
  max-width: none;
  height: 100%;
}

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

.hero-heading {
  color: #fff;
  justify-content: flex-start;
  align-items: center;
  font-size: 128px;
  line-height: 150px;
  display: flex;
}

.hero-heading.hero-second-h1 {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.hero-content-wrapper {
  z-index: 820;
  position: absolute;
  inset: auto 0% 0%;
}

.navbar {
  background-color: #ddd0;
  position: absolute;
  inset: 0% 0% auto;
}

.navbar-logo {
  max-width: 60%;
}

.nav-link {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #000;
  justify-content: flex-start;
  align-items: flex-end;
  padding-bottom: 32px;
  padding-left: 32px;
  font-family: Ppneuemontreal, Arial, sans-serif;
  font-size: 32px;
  line-height: 40px;
  text-decoration: none;
  display: flex;
}

.navbar-button {
  color: #fff;
  border: 1px solid #fff;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 255px;
  height: 48px;
  max-height: none;
  text-decoration: none;
  display: flex;
}

.button-text {
  font-size: 24px;
}

.project-section {
  margin-top: 96px;
  margin-bottom: 0;
  padding-bottom: 96px;
}

.next-container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
}

.swiper-slide-two {
  width: 100%;
  height: 100%;
}

.project-image {
  width: 100%;
  height: 100%;
  transition: transform .3s;
  transform: scale(1.0125);
}

.project-name {
  margin-top: 24px;
  font-size: 28px;
  line-height: 32px;
}

.swiper-wrapper-two {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.second-heading {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 0;
  font-size: 128px;
  line-height: 158px;
  display: flex;
}

.button {
  z-index: 10;
  color: #000;
  text-align: center;
  border: 1px solid #000;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 255px;
  height: 48px;
  text-decoration: none;
  display: flex;
}

.button.is-cta-btn {
  color: #fff;
  background-color: #8f7a5e;
  border-style: none;
  border-radius: 50%;
  width: 180px;
  height: 180px;
}

.project-content-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 48px;
  display: flex;
}

.proces-section {
  padding-top: 96px;
  padding-bottom: 96px;
}

.container-left-margin {
  grid-column-gap: 120px;
  grid-row-gap: 120px;
  justify-content: space-between;
  align-items: center;
  margin-left: 15%;
  padding-left: 10px;
  padding-right: 0;
  display: flex;
}

.proces-content-wrapper {
  width: 40%;
  margin-right: 0;
}

.third-heading {
  margin-bottom: 48px;
  font-size: 60px;
  line-height: 72px;
}

.proces-text {
  margin-bottom: 6px;
  font-size: 18px;
}

.proces-sec-image {
  width: 60%;
}

.underline-small {
  background-color: #757171;
  width: 300px;
  height: 1px;
  margin-bottom: 6px;
}

.cta-section {
  background-color: #fff;
  padding-top: 96px;
  padding-bottom: 96px;
  position: relative;
}

.cta-wrapper {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-flow: row;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.heading-brown {
  color: #8f7a5e;
}

.about-section {
  padding-top: 96px;
  padding-bottom: 96px;
}

.paragraph-italic {
  color: #333;
  text-align: center;
  font-size: 48px;
  font-style: italic;
  font-weight: 600;
  line-height: 62px;
}

.footer {
  background-color: #8f7a5e;
  padding-top: 24px;
  padding-bottom: 24px;
}

.info-wrapper {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.footer-links-wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.footer-info {
  color: #fff;
}

.footer-link {
  color: #fff;
  text-decoration: none;
}

.linkedin-wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.behance-wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: center;
  align-items: center;
  margin-top: 12px;
  display: flex;
}

.linkedin, .behance {
  color: #fff;
}

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

.line {
  text-decoration: line-through;
}

.line:focus {
  text-decoration: none;
}

.image {
  position: absolute;
  top: 45%;
  left: 49%;
}

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

.black-text {
  color: #8f7a5e;
}

.project-wrapper {
  z-index: 50;
  background-color: #0000;
  background-image: url('../images/PzP_SD_Ren_02.png');
  background-position: 0 0;
  background-size: auto;
  width: 33.33%;
  position: relative;
}

.project-thum-image {
  position: static;
}

.container {
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-four {
  z-index: 10;
  color: #fff;
  text-align: center;
  font-size: 48px;
  line-height: 64px;
  display: none;
  position: absolute;
  inset: auto 0% 35%;
}

.heading-four.black-heading {
  color: #000;
  display: block;
}

.overlay {
  z-index: 1;
  background-color: #0000003d;
  display: none;
  position: absolute;
  inset: 0%;
}

.about-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.about-paragraph {
  margin-top: 16px;
  font-size: 18px;
  line-height: 24px;
}

.contact-section {
  height: 100vh;
  padding-top: 20px;
}

.contact-main-wrapper {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.contact-info {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  width: 40%;
  margin-left: 0%;
  display: flex;
}

.contact-image {
  justify-content: flex-end;
  align-items: stretch;
  width: 40%;
  display: flex;
  position: static;
}

.contact-logo {
  max-width: 50%;
}

.details-wrapper {
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  margin-top: 32px;
  display: flex;
}

.heading-three {
  max-width: 500px;
  margin-bottom: 60px;
  font-size: 48px;
  line-height: 60px;
}

.cta-link {
  color: #000;
  font-size: 20px;
  line-height: 26px;
}

.text-block {
  font-size: 18px;
  font-weight: 700;
}

.email-link, .phone-link, .linkedin-link {
  color: #000;
}

.behance-link {
  color: #000;
  margin-left: 6px;
}

.links {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.details {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 12px;
  display: flex;
}

.container-full {
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.logo-wrapper {
  display: flex;
}

.form_block {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 290px;
  display: block;
  position: relative;
}

.form {
  margin-right: 0;
  padding-left: 32px;
  padding-right: 32px;
}

.form-heading {
  color: #fff;
  margin-bottom: 12px;
  font-size: 20px;
  line-height: 28px;
}

.name-field {
  border-bottom: 1px solid #000;
}

.form-wrapper {
  z-index: 100;
  background-color: #8f7a5e;
  flex-flow: column;
  justify-content: flex-end;
  align-items: stretch;
  width: 39.2%;
  height: 100vh;
  margin-top: 0;
  display: none;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.close-form-btn {
  color: #fff;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 32px;
  margin-bottom: 0;
  padding-left: 20px;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
}

.form-fields {
  color: #fff;
  background-color: #fff0;
  border: 1px #fff;
  border-bottom: 1px solid #ffffff7a;
  margin-bottom: 24px;
  padding-left: 2px;
  display: block;
}

.form-fields::placeholder {
  color: #ffffff7a;
}

.form-fields.is-message {
  border-style: solid;
  border-color: #ffffff61;
  height: 160px;
  padding-left: 3px;
}

.sub-btn {
  background-color: #3898ec00;
  text-decoration: underline;
  display: inline-block;
  overflow: clip;
}

.left-anim-wrapper {
  width: 40%;
  position: relative;
}

.navlinks-wrappers.small {
  background-color: #fff;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-end;
  width: 320px;
  height: 240px;
}

.navlinks-wrappers.medium {
  background-color: #fff;
  width: 480px;
  height: 320px;
}

.navlinks-wrappers.large {
  background-color: #fff;
  width: 720px;
  height: 480px;
}

.navlinks-wrappers.big {
  background-color: #fff;
  justify-content: flex-start;
  align-items: flex-end;
  width: 980px;
  height: 720px;
}

.menu {
  z-index: 1000;
  opacity: 0;
  background-color: #fff;
  width: 80vw;
  height: 100vh;
  position: fixed;
  inset: 0% 0% 0% auto;
  transform: translate(100%);
}

.menu-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template: "Area"
                 "."
                 / 3fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  justify-items: stretch;
  height: 100vh;
  display: flex;
  position: relative;
}

.menu-card {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
}

.menu-card.is-25vh {
  z-index: 50;
  color: #333;
  border: 1px solid #0006;
  width: 20vw;
  height: 25vh;
  text-decoration: none;
  display: flex;
  position: absolute;
}

.menu-card.is-25vh:hover {
  background-color: #fff;
}

.menu-card.is-50vh {
  z-index: 40;
  border: 1px solid #0006;
  width: 40vw;
  height: 50vh;
  text-decoration: none;
  display: flex;
  position: absolute;
}

.menu-card.is-75vh {
  z-index: 30;
  border: 1px solid #0006;
  width: 60vw;
  height: 75vh;
  text-decoration: none;
  display: flex;
  position: absolute;
}

.menu-card.is-100vh {
  z-index: 20;
  border: 1px solid #0006;
  width: 80vw;
  height: 100vh;
  text-decoration: none;
  display: flex;
  position: absolute;
}

.menu-rail {
  z-index: 1001;
  background-color: #fff;
  border-left: 1px solid #0006;
  width: 35px;
  height: 100vh;
  display: flex;
  position: fixed;
  inset: 0% 0% 0% auto;
}

.menu-overlay {
  z-index: 900;
  opacity: 0;
  color: #000;
  cursor: pointer;
  background-color: #0006;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
}

.hero-overlay {
  background-color: #0000004d;
  width: 100vw;
  height: 100vh;
  position: absolute;
  inset: 0%;
}

.hero-logo {
  z-index: 800;
  margin-top: 32px;
  margin-left: 32px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.logo-img {
  max-width: 80%;
}

.under-section {
  background-image: url('../images/Web-site_clean-cover-1.png');
  background-position: 50%;
  background-size: cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: relative;
}

.white-color {
  z-index: 2;
  background-color: #fff0;
  background-image: radial-gradient(circle farthest-side, #fff 26%, #ffffff59 49%, #ffffff4d 61%);
  width: 100vw;
  height: 150px;
  position: relative;
}

.under-heading {
  color: #242424;
  text-align: center;
  font-family: Ppneuemontreal Book, Arial, sans-serif;
  font-size: 72px;
  line-height: 70px;
}

.under-text {
  text-align: center;
  font-size: 20px;
  line-height: 24px;
}

.under-white-text {
  z-index: 2;
  color: #fff;
  text-transform: lowercase;
  font-size: 32px;
  line-height: 23px;
  position: relative;
}

.under-overlay {
  z-index: 1;
  background-color: #00000040;
  width: 100vw;
  height: 100vh;
  position: absolute;
  inset: 0%;
}

@media screen and (max-width: 479px) {
  .under-section {
    background-position: 50%;
    background-repeat: repeat;
    background-size: cover;
    background-attachment: scroll;
  }

  .under-heading {
    font-size: 48px;
  }

  .under-white-text {
    text-align: center;
    font-size: 24px;
  }
}


@font-face {
  font-family: 'Ppneuemontreal';
  src: url('../fonts/ppneuemontreal-bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ppneuemontreal Book';
  src: url('../fonts/ppneuemontreal-book.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ppneuemontreal';
  src: url('../fonts/ppneuemontreal-thin.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ppneuemontreal';
  src: url('../fonts/ppneuemontreal-semibolditalic.otf') format('opentype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Ppneuemontreal';
  src: url('../fonts/ppneuemontreal-medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ppneuemontreal';
  src: url('../fonts/ppneuemontreal-italic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}