/* assistant-200 - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Assistant";
  font-style: normal;
  font-weight: 200;
  src: url("../fonts/assistant/assistant-v24-latin_latin-ext-200.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* assistant-300 - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Assistant";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/assistant/assistant-v24-latin_latin-ext-300.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* assistant-regular - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Assistant";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/assistant/assistant-v24-latin_latin-ext-regular.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* assistant-500 - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Assistant";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/assistant/assistant-v24-latin_latin-ext-500.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* assistant-600 - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Assistant";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/assistant/assistant-v24-latin_latin-ext-600.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* assistant-700 - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Assistant";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/assistant/assistant-v24-latin_latin-ext-700.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* assistant-800 - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Assistant";
  font-style: normal;
  font-weight: 800;
  src: url("../fonts/assistant/assistant-v24-latin_latin-ext-800.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* arsenal-regular - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Arsenal";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/arsenal/arsenal-v13-latin_latin-ext-regular.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* arsenal-italic - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Arsenal";
  font-style: italic;
  font-weight: 400;
  src: url("../fonts/arsenal/arsenal-v13-latin_latin-ext-italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* arsenal-700 - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Arsenal";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/arsenal/arsenal-v13-latin_latin-ext-700.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* arsenal-700italic - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Arsenal";
  font-style: italic;
  font-weight: 700;
  src: url("../fonts/arsenal/arsenal-v13-latin_latin-ext-700italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
* {
  box-sizing: border-box;
}

body {
  margin: 0;
  background-color: #1b1b1b;
  font-size: 10px;
  font-family: "Assistant", sans-serif;
}

nav {
  position: fixed;
  top: 0;
  left: 50%;
  width: clamp(200px, 100%, 2400px);
  transform: translate(-50%, 0);
  font-family: "Assistant", sans-serif;
  color: #fff;
  mix-blend-mode: difference;
  z-index: 100;
  display: flex;
  justify-content: space-between;
  pointer-events: none;
}
nav ul {
  margin: 10px;
  padding: 0;
  list-style: none;
  text-align: right;
  text-transform: uppercase;
  pointer-events: none;
}
@media (min-width: 900px) {
  nav ul {
    margin: 30px;
  }
}
nav li {
  padding-left: 60px;
  line-height: 80%;
  font-weight: bold;
  pointer-events: auto;
  overflow-y: hidden;
}
nav li:nth-of-type(1) {
  margin-right: 34.5%;
  font-size: clamp(22px, 3vw, 60px);
}
nav li:nth-of-type(2) {
  font-size: clamp(30px, 4vw, 100px);
}
nav li:nth-of-type(3) {
  margin-right: 4%;
  font-size: clamp(24px, 3.2vw, 70px);
}
nav a {
  line-height: 80%;
  text-decoration: none;
  color: #fff;
}

.nav__brand {
  margin: 30px;
  font-size: clamp(30px, 4vw, 100px);
  font-weight: 700;
}

.nav__home {
  display: block;
  pointer-events: auto;
}

.current-nav {
  width: clamp(200px, 95%, 2400px);
  margin: 140px auto 60px auto;
}
.current-nav a {
  text-decoration: none;
  text-transform: uppercase;
  color: #f3f3f3;
  font-size: clamp(12px, 2.7vw, 20px);
  font-weight: 200;
  transition: color 0.15s ease-in-out;
}
.current-nav a:hover {
  color: #f8aa28;
}

.footer__container {
  width: clamp(200px, 85%, 2400px);
  margin: 0 auto;
  padding: 100px 0 50px 0;
}
.footer__container small {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 100px auto 0 auto;
  text-align: center;
  font-family: "Assistant", sans-serif;
  color: #f3f3f3;
  font-weight: 200;
  font-size: clamp(12px, 1.8vw, 22px);
}

@media (min-width: 560px) {
  .footer__container-links {
    display: flex;
    gap: 200px;
    flex-wrap: wrap;
  }
}
.footer__container-links a {
  text-decoration: none;
  color: #f3f3f3;
  font-weight: 500;
  font-size: clamp(20px, 2.2vw, 34px);
  line-height: 95%;
}

.footer__container-contact {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.footer__contact-item h4 {
  margin: 0;
  text-transform: uppercase;
  color: #aeafb1;
  font-weight: 500;
  font-size: clamp(18px, 2vw, 30px);
  line-height: 95%;
}

.footer__container-nav {
  margin: 60px 0 0 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
@media (min-width: 560px) {
  .footer__container-nav {
    margin: 0;
  }
}
.footer__container-nav a {
  font-size: clamp(19px, 2.1vw, 32px);
  color: #f3f3f3;
  text-decoration: none;
  text-transform: uppercase;
  line-height: 95%;
}

@media (hover: hover) {
  a {
    transition: color 0.15s ease-in-out;
  }
  a:hover {
    color: #f8aa28;
  }
}

nav {
  mix-blend-mode: normal;
}
nav a {
  position: relative;
  z-index: 100;
  color: #1b1b1b;
}
nav a::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 140%;
  height: 100%;
  transform: translate(0, -50%);
  z-index: -2;
  background-color: #f3f3f3;
  transition: background-color 0.15s ease-in-out;
}
@media (hover: hover) {
  nav a:hover::before {
    background-color: #000000;
  }
}

.portfolio-list {
  width: clamp(200px, 100%, 2400px);
  margin: 0 auto;
}
.portfolio-list ul {
  margin: 0;
  padding: 0 6px;
  list-style: none;
}
@media (max-width: 799.99px) {
  .portfolio-list ul {
    display: grid;
    list-style: none;
    grid-template-columns: 1fr;
    gap: 6px;
  }
}
@media (min-width: 800px) {
  .portfolio-list ul {
    padding: 0 14px;
    -moz-column-count: 2;
         column-count: 2;
    -moz-column-gap: 14px;
         column-gap: 14px;
  }
}

.list-item {
  position: relative;
}
@media (min-width: 800px) {
  .list-item {
    display: block;
    -moz-column-break-inside: avoid;
         break-inside: avoid;
    margin-bottom: 14px;
  }
}
.list-item img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.15s ease-in-out;
}
.list-item span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-transform: uppercase;
  font-size: clamp(34px, 12vw, 130px);
  font-weight: 700;
  mix-blend-mode: difference;
  color: #fff;
  text-wrap: nowrap;
  transition: transform 0.25s ease-in-out;
  z-index: 2;
}
@media (min-width: 800px) {
  .list-item span {
    font-size: clamp(34px, 8vw, 130px);
  }
}
.list-item::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1764705882);
  opacity: 0;
  transition: opacity 0.15s ease-in-out;
  pointer-events: none;
}
.list-item:hover::after {
  opacity: 1;
}
.list-item:hover span {
  transform: translate(-50%, -50%) scale(0.8);
}

.list-item-1 {
  grid-area: 1/1/4/2;
}
@media (min-width: 800px) {
  .list-item-1 {
    grid-area: 1/1/4/2;
  }
}

.list-item-2 {
  grid-area: 4/1/8/2;
}
.list-item-2 img {
  -o-object-position: top;
     object-position: top;
}
@media (min-width: 800px) {
  .list-item-2 {
    grid-area: 1/2/5/3;
  }
}

.list-item-3 {
  grid-area: 8/1/12/2;
}
.list-item-3 img {
  -o-object-position: top;
     object-position: top;
}
@media (min-width: 800px) {
  .list-item-3 {
    grid-area: 4/1/8/2;
  }
}

.list-item-4 {
  grid-area: 12/1/15/2;
}
.list-item-4 img {
  -o-object-position: top;
     object-position: top;
}
@media (min-width: 800px) {
  .list-item-4 {
    grid-area: 5/2/8/3;
  }
}

.list-item-5 {
  grid-area: 15/1/18/2;
}
@media (min-width: 800px) {
  .list-item-5 {
    grid-area: 8/1/11/2;
  }
}

.list-item-6 {
  grid-area: 18/1/25/2;
}
@media (min-width: 800px) {
  .list-item-6 {
    grid-area: 8/2/15/3;
  }
}

.list-item-7 {
  grid-area: 25/1/29/2;
}
@media (min-width: 800px) {
  .list-item-7 {
    grid-area: 11/1/15/2;
  }
}/*# sourceMappingURL=portfolio.css.map */