@font-face {
  font-family: "SimplerPro";
  src: url("../fonts/simpler/5cdd1bd661c4f7ef77eaa6a57c7ddb6f.woff2") format("woff2"), url("../fonts/simpler/5cdd1bd661c4f7ef77eaa6a57c7ddb6f.woff") format("woff"), url("../fonts/simpler/5cdd1bd661c4f7ef77eaa6a57c7ddb6f.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "SimplerPro";
  src: url("../fonts/simpler/391c424b53990e9be0843bb597d2781e.woff2") format("woff2"), url("../fonts/simpler/391c424b53990e9be0843bb597d2781e.woff") format("woff"), url("../fonts/simpler/391c424b53990e9be0843bb597d2781e.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "SimplerPro";
  src: url("../fonts/simpler/391c424b53990e9be0843bb597d2781e.woff2") format("woff2"), url("../fonts/simpler/391c424b53990e9be0843bb597d2781e.woff") format("woff"), url("../fonts/simpler/391c424b53990e9be0843bb597d2781e.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

.page-home {
  height: 100%;
  overflow: hidden;
}

.landing {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 100vh;
  height: 100dvh;
  overflow: hidden;
  background-color: #fff;
}

.landing-hero {
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
     -moz-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  width: 100%;
  min-height: 0;
  overflow: hidden;
}

.landing-hero .swiper-wrapper,
.landing-hero .swiper-slide {
  height: 100%;
}

.landing-hero .swiper-slide {
  position: relative;
  overflow: hidden;
}

.landing-hero .swiper-slide::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  height: 258px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.48)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.48) 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.48) 100%);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.48) 100%);
  pointer-events: none;
}

.landing-hero__media {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.landing-hero__media img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.landing-hero__overlay {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 140px 90px 50px;
  pointer-events: none;
}

.landing-hero__copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
     -moz-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  gap: 24px;
}

.landing-hero__headline {
  font-family: "SimplerPro", "Arial Hebrew", Arial, sans-serif;
  font-size: 68px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.01em;
  color: #fff;
  text-align: right;
  text-transform: capitalize;
  white-space: nowrap;
  text-shadow: 0 2px 24px rgba(0, 0, 0, 0.25);
}

.landing-hero__project {
  font-family: "SimplerPro", "Arial Hebrew", Arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.01em;
  color: #fff;
  text-align: right;
  text-transform: capitalize;
  padding: 10px 0;
  white-space: nowrap;
}

@media screen and (max-width: 1200px) {
  .landing-hero__headline {
    font-size: 52px;
  }
}

@media screen and (max-width: 1024px) {
  .landing-hero .swiper-slide::before {
    height: 240px;
  }

  .landing-hero__overlay {
    padding: 140px 20px 20px;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
       -moz-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }

  .landing-hero__copy {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 0;
    text-align: right;
  }

  .landing-hero__headline {
    font-size: 42px;
    letter-spacing: -0.01em;
    width: 100%;
  }

  .landing-hero__project {
    padding: 10px 0 0;
    width: 100%;
  }
}

@media screen and (max-width: 380px) {
  .landing-hero__headline {
    font-size: 34px;
    white-space: normal;
  }
}