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

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

.list__item {
  position: relative;
  padding: 1px;
  overflow: hidden;
}
.list__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.15s ease-in-out;
}
.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;
}
@media (hover: hover) {
  .list__item:hover::after {
    opacity: 1;
  }
}/*# sourceMappingURL=covers.css.map */