/* 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;
  }
}

.intro {
  position: relative;
  width: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.intro img {
  display: block;
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 20% center;
     object-position: 20% center;
}
.intro .img-cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.56);
  z-index: 1;
}
.intro h1,
.intro h2,
.intro .stroke {
  position: absolute;
  margin: 0;
  z-index: 3;
  text-transform: uppercase;
  text-align: right;
  font-family: "Arsenal", sans-serif;
}
.intro h1,
.intro .stroke {
  right: 0;
  bottom: 9%;
  font-size: clamp(55px, 11vw, 800px);
  letter-spacing: 30%;
  line-height: 91%;
  text-wrap: wrap;
}
.intro .fill {
  color: rgba(255, 255, 255, 0.5098039216);
  mix-blend-mode: soft-light;
  -webkit-text-stroke: 0.5px rgba(255, 255, 255, 0);
}
@media (min-width: 1200px) {
  .intro .fill {
    -webkit-text-stroke: 1px rgba(147, 126, 126, 0);
  }
}
.intro .stroke {
  display: block;
  color: transparent;
  font-weight: bold;
  z-index: 3;
  opacity: 0.3;
  -webkit-text-stroke: 0.5px rgba(255, 255, 255, 0.34);
}
@media (min-width: 1200px) {
  .intro .stroke {
    -webkit-text-stroke: 1px rgba(255, 255, 255, 0.53);
  }
}
.intro h2 {
  right: 3%;
  bottom: 2%;
  color: #aeafb1;
  font-size: clamp(18px, 3.5vw, 38px);
  font-weight: 300;
  letter-spacing: 21%;
}
.intro .right-triangle,
.intro .left-triangle {
  position: absolute;
  aspect-ratio: 1/1;
  background-color: #ffffff;
  mix-blend-mode: soft-light;
  clip-path: polygon(0 0, 100% 0, 0 100%);
  z-index: 2;
}
@media (max-width: 800px) {
  .intro .right-triangle,
  .intro .left-triangle {
    background-color: #ffffff;
  }
}
.intro .left-triangle {
  top: 0;
  left: 0;
  width: 70vw;
  transform: translate(-25%, -50%) rotate(-103deg);
}
@media (max-width: 800px) {
  .intro .left-triangle {
    transform: translate(-15%, 0) rotate(-103deg);
  }
}
.intro .right-triangle {
  bottom: 0;
  right: 0;
  width: 65vw;
  transform: translate(10%, -80%) scaleX(-1) rotate(-100deg);
}
@media (min-width: 500px) {
  .intro .right-triangle {
    transform: translate(10%, -60%) scaleX(-1) rotate(-100deg);
  }
}
@media (min-width: 800px) {
  .intro .right-triangle {
    width: 30vw;
    transform: translate(20%, -36%) scaleX(-1) rotate(-100deg);
  }
}

img {
  width: 300px;
}

.extended__list {
  margin: 100px 0 40px 0;
  padding: 0;
  list-style: none;
  color: #f3f3f3;
  font-weight: bold;
  letter-spacing: 12%;
  font-size: clamp(20px, 6.5vw, 160px);
  text-transform: uppercase;
  text-align: center;
  line-height: 95%;
  font-family: "Arsenal", sans-serif;
}
@media (min-width: 800px) {
  .extended__list {
    margin: 200px 0 100px 0;
  }
}

.extended__cooperation {
  overflow: hidden;
  width: 100%;
  margin: 60px 0 100px 0;
}
@media (min-width: 800px) {
  .extended__cooperation {
    margin: 100px 0 200px 0;
  }
}

.extended__track {
  display: flex;
  gap: 100px;
  will-change: transform;
}

.extended__track-item {
  flex-shrink: 0;
  width: -moz-fit-content;
  width: fit-content;
  font-size: clamp(16px, 2vw, 30px);
  color: #d5d5d5;
  letter-spacing: 21%;
  font-weight: 300;
  text-transform: uppercase;
  font-family: "Arsenal", sans-serif;
}

.about__faces {
  position: relative;
  display: flex;
  align-items: flex-end;
  width: clamp(200px, 100%, 2400px);
  width: 100%;
  margin: 0 auto;
}

.about__faces-right {
  position: absolute;
  top: 10%;
  right: 0;
  width: 45%;
}
.about__faces-right img {
  width: 100%;
}
@media (max-width: 800px) {
  .about__faces-right {
    top: -15%;
    width: 65%;
    display: none;
  }
}

.about__faces-left {
  width: 60%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.about__faces-left img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.about__faces-text {
  width: 40%;
  padding: 0 0 5% 2%;
  font-family: "Arsenal", sans-serif;
  color: #e9e9e9;
  font-size: clamp(18px, 4.5vw, 80px);
  letter-spacing: 11%;
}
@media (max-width: 800px) {
  .about__faces-text {
    position: absolute;
    left: 0;
    bottom: 10%;
    width: 65%;
    padding: 15px;
    background-color: #1b1b1b;
  }
}
.about__faces-text p {
  margin: 0;
}

.about__info {
  position: relative;
}

.about__info-background {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.about__info-background img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.about__info-cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.51);
}

.about__info-content {
  width: 100%;
  padding: 100px 0;
  display: flex;
  justify-content: center;
  gap: 30px;
  z-index: 2;
}
@media (max-width: 924px) {
  .about__info-content {
    height: 100%;
    flex-direction: column;
  }
}
@media (min-width: 1000px) {
  .about__info-content {
    padding: 100px 4%;
    gap: 40px;
  }
}

.about__info-content-item {
  width: 24%;
  padding: 2%;
  background-color: #f3f3f3;
  color: #1b1b1b;
  font-size: clamp(16px, 2.3vw, 60px);
  letter-spacing: 10%;
}
@media (max-width: 924px) {
  .about__info-content-item {
    width: 95%;
    min-height: 5%;
    padding: 10px;
  }
}
.about__info-content-item p {
  margin: 0;
}
.about__info-content-item a {
  color: #1b1b1b;
}
@media (max-width: 924px) {
  .about__info-content-item:nth-of-type(1) {
    align-self: flex-start;
  }
}
.about__info-content-item:last-of-type {
  display: flex;
  align-items: flex-end;
}
@media (max-width: 924px) {
  .about__info-content-item:last-of-type {
    align-self: flex-end;
  }
}

.about__info-content-img {
  position: relative;
  top: 40px;
  width: 40%;
  aspect-ratio: 4/5 !important;
}
@media (max-width: 924px) {
  .about__info-content-img {
    top: 0;
    width: 85%;
    align-self: center;
  }
}
.about__info-content-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.portfolio {
  position: relative;
  display: flex;
}
@media (max-width: 800px) {
  .portfolio {
    flex-wrap: wrap;
  }
}
.portfolio img {
  width: 100%;
}

.portfolio-row-1st,
.portfolio-row-3rd {
  width: 25%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 800px) {
  .portfolio-row-1st,
  .portfolio-row-3rd {
    width: 100%;
  }
  .portfolio-row-1st img,
  .portfolio-row-3rd img {
    width: 50%;
    height: auto;
  }
}

.portfolio-row-1st {
  display: flex;
  flex-direction: column;
}
@media (max-width: 800px) {
  .portfolio-row-1st {
    flex-direction: row-reverse;
    align-items: flex-end;
  }
}

.portfolio-row-2nd {
  display: flex;
  flex-direction: column;
  width: 50%;
}
@media (max-width: 800px) {
  .portfolio-row-2nd {
    width: 100%;
  }
}

.portfolio-row-3rd {
  justify-content: flex-end;
}
@media (max-width: 800px) {
  .portfolio-row-3rd {
    flex-direction: row;
    align-items: flex-start;
  }
}

.portfolio__link {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 20px;
  font-family: "Arsenal", sans-serif;
}
.portfolio__link a {
  color: #f3f3f3;
  font-size: clamp(24px, 2.3vw, 60px);
  letter-spacing: 21%;
}

.socials {
  position: relative;
  display: flex;
}

.socials__left,
.socials__right {
  position: relative;
  width: 50%;
}
.socials__left img,
.socials__right img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 800px) {
  .socials__left,
  .socials__right {
    width: 100%;
  }
}

@media (max-width: 800px) {
  .socials__right {
    display: none;
  }
}

.socials__list {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
  z-index: 1;
}
.socials__list li {
  margin: 90px 0;
}
@media (max-width: 800px) {
  .socials__list li {
    margin: 40px 0;
  }
}
.socials__list a {
  position: relative;
  display: block;
  width: 100%;
  padding: 40px 0;
  background-color: #f3f3f3;
}
@media (max-width: 800px) {
  .socials__list a {
    padding: 20px 0;
  }
}
.socials__list img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 20px;
  height: 20px;
  aspect-ratio: 1/1;
}
@media (min-width: 800px) {
  .socials__list img {
    width: 40px;
    height: 40px;
  }
}

.socials__stripes {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 80px;
}
.socials__stripes li {
  background-color: #f3f3f3;
  height: auto;
}
.socials__stripes li:nth-of-type(2), .socials__stripes li:nth-of-type(3) {
  height: 90px;
  flex-shrink: 0;
}
.socials__stripes li:nth-of-type(1), .socials__stripes li:nth-of-type(4) {
  flex-grow: 1;
}/*# sourceMappingURL=home.css.map */