body {
  font-family: "Satoshi-Light", sans-serif;
  font-feature-settings: "ss01" off, "ss02" on, "ss03" on, "ss04" on;
  background-color: #c6c6c5;
  color: #000;
  overflow-x: hidden;
}

a {
  color: inherit;
  text-decoration: none;
  transition: all 100ms linear;
}
a:hover {
  color: inherit;
}
a.text-link {
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}
a.footer-link {
  position: relative;
}
a.footer-link::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #000;
  bottom: 0;
  left: 0;
  transform-origin: right;
  transform: scaleX(0);
  transition: transform 0.3s ease-in-out;
}
a.footer-link:hover::before {
  transform-origin: left;
  transform: scaleX(1);
}

.overflow-x {
  overflow-x: hidden;
}

h1 {
  font-size: 36px;
  font-family: "Satoshi-Medium", sans-serif;
  margin-bottom: 0.6em;
}

h2 {
  font-size: 24px;
  font-family: "Satoshi-Medium", sans-serif;
  margin-bottom: 0.6em;
}

p {
  font-size: 36px;
  margin-bottom: 0.6em;
}
p:last-child {
  margin-bottom: 0 !important;
}
p.small {
  font-size: 24px;
  margin-bottom: 0.6em;
}

.bold {
  font-family: "Satoshi-Medium", sans-serif;
}

.italic {
  font-family: "Satoshi-LightItalic";
  font-style: italic;
}

.bold-italic {
  font-family: "Satoshi-MediumItalic";
  font-style: italic;
}

/*
.tab-menu {
  display: flex;
  flex-direction: row;
  margin-bottom: 110px;
  flex-wrap: wrap;
  color: $grey;
  mix-blend-mode: difference;

  .tab-button {
    font-size: 24px;
    margin: 0 30px 10px 0;
    cursor: pointer;

    &.active {
      font-family: "Satoshi-Medium", sans-serif;
      text-decoration: underline;
      text-decoration-thickness: 2px;

      sup {
        display: inline-block;
      }
    }
  }
}
*/
.tab-menu {
  position: fixed;
  top: 40px;
  left: 40px;
  z-index: 1000;
  mix-blend-mode: difference;
  transition: all 200ms ease;
  cursor: pointer;
}
.tab-menu p {
  position: relative;
  font-family: "sfiziaregular_italic", serif;
  font-feature-settings: "ss01" 0;
  font-size: 18px !important;
  margin-bottom: 6px !important;
  transition: all 200ms ease;
  color: #c6c6c5;
}
.tab-menu p:last-child {
  margin-bottom: 0 !important;
}
.tab-menu p.active {
  text-decoration: underline;
  text-decoration-thickness: 1.5px;
  text-underline-offset: 2px;
}
.tab-menu p.active sup {
  display: inline-block;
}
.tab-menu.tab-menu-flat {
  display: flex;
}
.tab-menu.tab-menu-flat p {
  margin-right: 16px !important;
  margin-bottom: 0 !important;
}

nav {
  position: fixed;
  top: 40px;
  right: 40px;
  text-align: right;
  z-index: 1000;
  mix-blend-mode: difference;
}
nav p {
  font-family: "sfiziaregular_italic", serif;
  font-feature-settings: "ss01" 0;
  font-size: 18px !important;
  margin-bottom: 6px !important;
  transition: all 200ms ease;
  color: #c6c6c5;
}
nav p:last-child {
  margin-bottom: 0 !important;
}
nav p.active {
  text-decoration: underline;
  text-decoration-thickness: 1.5px;
  text-underline-offset: 2px;
}
nav.tab-menu-flat {
  display: flex;
}
nav.tab-menu-flat p {
  margin-left: 16px !important;
  margin-bottom: 0 !important;
}

.footer-nav {
  position: fixed;
  bottom: 40px;
  right: 40px;
  text-align: right;
  z-index: 1000;
  mix-blend-mode: difference;
}
.footer-nav p {
  font-family: "sfiziaregular_italic", serif;
  font-feature-settings: "ss01" 0;
  font-size: 18px !important;
  margin-bottom: 6px !important;
  transition: all 200ms ease;
  color: #c6c6c5;
}
.footer-nav p:last-child {
  margin-bottom: 0 !important;
}
.footer-nav img {
  width: 50px;
  margin-bottom: 10px;
}

.section-intro {
  background-color: #000;
  color: #c6c6c5;
  padding: 300px 0;
}
.section-intro h1::-moz-selection, .section-intro h2::-moz-selection, .section-intro p::-moz-selection, .section-intro a::-moz-selection {
  background-color: #c6c6c5;
}
.section-intro h1::selection,
.section-intro h2::selection,
.section-intro p::selection,
.section-intro a::selection {
  background-color: #c6c6c5;
}

.section-portfolio {
  padding: 300px 0 0 0;
}
.section-portfolio h1::-moz-selection, .section-portfolio h2::-moz-selection, .section-portfolio p::-moz-selection, .section-portfolio a::-moz-selection {
  background-color: #fff;
}
.section-portfolio h1::selection,
.section-portfolio h2::selection,
.section-portfolio p::selection,
.section-portfolio a::selection {
  background-color: #fff;
}
.section-portfolio .section-text {
  position: relative;
  margin-bottom: 300px !important;
}

.section-portfolio-item-intro {
  padding: 200px 0;
}
.section-portfolio-item-intro h1::-moz-selection, .section-portfolio-item-intro h2::-moz-selection, .section-portfolio-item-intro p::-moz-selection, .section-portfolio-item-intro a::-moz-selection {
  background-color: #fff;
}
.section-portfolio-item-intro h1::selection,
.section-portfolio-item-intro h2::selection,
.section-portfolio-item-intro p::selection,
.section-portfolio-item-intro a::selection {
  background-color: #fff;
}

.section-footer {
  padding: 40px 0;
  text-align: center;
}
.section-footer h1::-moz-selection, .section-footer h2::-moz-selection, .section-footer p::-moz-selection, .section-footer a::-moz-selection {
  background-color: #fff;
}
.section-footer h1::selection,
.section-footer h2::selection,
.section-footer p::selection,
.section-footer a::selection {
  background-color: #fff;
}

.section-standard {
  padding: 200px 0;
}
.section-standard h1::-moz-selection, .section-standard h2::-moz-selection, .section-standard p::-moz-selection, .section-standard a::-moz-selection {
  background-color: #fff;
}
.section-standard h1::selection,
.section-standard h2::selection,
.section-standard p::selection,
.section-standard a::selection {
  background-color: #fff;
}
.section-standard .section-text {
  position: relative;
  margin-bottom: 300px !important;
}

.section-text {
  position: relative;
  margin-bottom: 200px;
}
.section-text:last-child {
  margin-bottom: 0 !important;
}

.portfolio-carousel {
  position: sticky;
  display: flex;
  flex-direction: row;
  overflow-x: hidden;
  scrollbar-width: none;
  cursor: pointer;
}
.portfolio-carousel .portfolio-card {
  position: relative;
  min-width: 1280px;
  max-width: 1280px;
  margin-right: 16px;
  overflow: clip;
}
.portfolio-carousel .portfolio-card img {
  width: 100%;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  transition: all 100ms linear;
}
.portfolio-carousel .portfolio-card:last-child {
  margin-right: 0 !important;
}
.portfolio-carousel .portfolio-card .image-tag {
  position: relative;
  padding: 16px 24px;
  text-align: left;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.portfolio-carousel .portfolio-card .image-tag p {
  font-family: "sfiziaregular_italic", serif;
  font-feature-settings: "ss01" 0;
  font-size: 18px;
  margin-bottom: 0 !important;
  color: #000;
}
.portfolio-carousel .portfolio-card .image-content {
  padding: 40px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  transition: all 100ms linear;
}

.filterDiv {
  display: none;
}

.show {
  display: block;
}

.hide {
  display: none;
}

.stop-scrolling {
  height: 100%;
  overflow: hidden;
}

.portfolio-item {
  position: relative;
  width: 100%;
  margin-bottom: 16px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.portfolio-item:last-child {
  margin-bottom: 0 !important;
}

.portfolio-item-nav {
  position: relative;
  display: flex;
  justify-content: space-between;
  padding: 40px;
  z-index: 100;
  width: 100%;
}
.portfolio-item-nav .return {
  cursor: pointer;
}
.portfolio-item-nav .return p {
  font-family: "sfiziaregular_italic", serif;
  font-feature-settings: "ss01" 0;
  font-size: 18px !important;
  text-decoration: underline;
  text-decoration-thickness: 1.5px;
  text-underline-offset: 2px;
  transition: all 200ms ease;
}
.portfolio-item-nav .portfolio-item-title {
  cursor: default;
}
.portfolio-item-nav .portfolio-item-title p {
  font-family: "sfiziaregular_italic", serif;
  font-feature-settings: "ss01" 0;
  font-size: 18px !important;
  transition: all 200ms ease;
}

.indent {
  position: absolute;
  left: -50px;
}

.gradient {
  position: fixed;
  height: 10px;
  width: 100%;
  top: 0;
  z-index: 100000;
  background: linear-gradient(90deg, rgb(231, 169, 177) 0%, rgb(230, 169, 231) 17%, rgb(169, 173, 231) 34%, rgb(169, 226, 231) 51%, rgb(169, 231, 174) 68%, rgb(196, 231, 169) 85%, rgb(222, 231, 170) 100%);
}

@media (max-width: 1312px) {
  .portfolio-card {
    min-width: 854px !important;
    max-width: 854px !important;
  }
  .portfolio-card img {
    width: 100%;
  }
}
@media (max-height: 1014px) {
  .portfolio-card {
    min-width: 854px !important;
    max-width: 854px !important;
  }
  .portfolio-card img {
    width: 100%;
  }
}
@media (max-width: 886px) {
  .portfolio-card {
    min-width: 100% !important;
    max-width: 100% !important;
  }
  .portfolio-card img {
    width: 100%;
  }
}
@media (max-width: 768px) {
  h1 {
    font-size: 24px;
  }
  p {
    font-size: 24px;
  }
  a.text-link {
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
  }
  .indent {
    display: none;
  }
  nav {
    display: none !important;
  }
  .section-text {
    margin-bottom: 100px;
  }
  .tab-menu {
    position: relative;
    top: 0;
    left: 0;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 40px;
  }
  .tab-menu p {
    margin-right: 16px;
    margin-bottom: 0;
  }
  .image-tag {
    display: none;
  }
  .image-content {
    padding: 20px 0 !important;
  }
  .section-intro {
    padding: 60px 0;
  }
  .section-portfolio {
    padding: 60px 0 0 0;
  }
  .section-portfolio .section-text {
    margin-bottom: 40px !important;
  }
  .section-standard {
    padding: 60px 0;
  }
  .portfolio-carousel {
    flex-direction: column;
    overflow-x: hidden;
    translate: -32px;
    width: calc(100vw - 32px);
  }
  .portfolio-carousel .portfolio-card {
    margin-bottom: 16px;
  }
  .portfolio-carousel .portfolio-card:last-child {
    margin-bottom: 0 !important;
  }
  .portfolio-item-nav {
    padding: 40px 48px;
    flex-direction: column;
  }
  .portfolio-item-nav .return {
    margin-bottom: 16px;
  }
  .portfolio-item {
    margin-bottom: 16px;
  }
  .snaps-inline {
    scroll-snap-type: inline mandatory;
  }
  .snaps-inline > * {
    scroll-snap-align: start;
  }
  .footer-nav {
    display: none;
  }
}
.mt-20 {
  margin-top: 20px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-60 {
  margin-top: 60px;
}

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

.mt-48 {
  margin-top: 40px;
}

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

.mb-20 {
  margin-bottom: 40px;
}

.mb-40 {
  margin-bottom: 40px;
}

@media (max-width: 768px) {
  .mt-sm-20 {
    margin-top: 20px;
  }
  .mt-sm-40 {
    margin-top: 40px;
  }
  .mt-sm-60 {
    margin-top: 60px;
  }
}
@media (max-width: 992px) {
  .mt-md-20 {
    margin-top: 20px;
  }
  .mt-md-40 {
    margin-top: 40px;
  }
  .mt-md-60 {
    margin-top: 60px;
  }
  .hyphens {
    -webkit-hyphens: auto;
            hyphens: auto;
  }
}
@media (max-width: 1200px) {
  .mt-lg-10 {
    margin-top: 10px;
  }
  .mt-lg-20 {
    margin-top: 20px;
  }
  .mt-lg-40 {
    margin-top: 40px;
  }
  .mt-lg-60 {
    margin-top: 60px;
  }
  .mt-lg-190 {
    margin-top: 190px;
  }
}/*# sourceMappingURL=style.css.map */