@font-face {
  font-family: "StretchPro";
  src: url("/assets/fonts/StretchPro.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "StretchProBasic";
  src: url("/assets/fonts/StretchProBasic.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
html {
  scroll-behavior: smooth;
  font-size: 18px;
}

* {
  padding: 0;
  margin: 0;
}

::-webkit-scrollbar {
  width: 0px;
  height: 5px;
}

::-webkit-scrollbar-track {
  background: #000000;
}

::-webkit-scrollbar-thumb {
  background: #888;
}

::-webkit-scrollbar-thumb:hover {
  background: #555;
}

body {
  font-family: "StretchProBasic", system-ui, Arial, sans-serif;
  font-stretch: normal;
  color: #ffffff;
  overflow-x: hidden;
  background-image: url("../assets/others/bg.png");
  background-position: center;
  background-color: #000000;
  background: rgb(3, 6, 17);
  background: -moz-linear-gradient(top, rgb(3, 6, 17) 0%, rgb(1, 0, 0) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgb(3, 6, 17)), color-stop(100%, rgb(1, 0, 0)));
  background: -webkit-linear-gradient(top, rgb(3, 6, 17) 0%, rgb(1, 0, 0) 100%);
  background: -o-linear-gradient(top, rgb(3, 6, 17) 0%, rgb(1, 0, 0) 100%);
  background: -ms-linear-gradient(top, rgb(3, 6, 17) 0%, rgb(1, 0, 0) 100%);
  background: linear-gradient(to bottom, rgb(3, 6, 17) 0%, rgb(1, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#030611", endColorstr="#01000f", GradientType=0);
}

a {
  color: #ffffff;
  text-decoration: none;
  transition: 0.2s;
}

[role=button] {
  padding: 12px;
  background-color: #727ccd;
  color: white;
  cursor: default;
  width: fit-content;
  cursor: pointer;
}

[role=button]:hover,
[role=button]:focus,
[role=button]:active {
  background-color: white;
  color: navy;
}

nav.menu {
  z-index: 20;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  align-items: center;
  color: white;
  /* position: sticky;
  top: 0; */
  position: relative;
  width: 100dvw;
  min-height: 115px;
  background-color: rgba(0, 0, 0, 0.2588235294);
  -webkit-filter: drop-shadow(5px 5px 5px #000);
  filter: drop-shadow(5px 5px 5px #000);
}
nav.menu .logo {
  width: 300px;
}
nav.menu .hamburger {
  display: none;
  flex-direction: column;
  justify-content: space-around;
  width: 24px;
  height: 24px;
  background: transparent;
  border: none;
  cursor: pointer;
}
nav.menu .hamburger .hamburger-line {
  width: 100%;
  height: 2px;
  background-color: white;
}
nav.menu ul {
  display: flex;
  list-style: none;
  gap: 12px;
}
nav.menu ul li a {
  transition: 0.2s;
}
nav.menu ul li:hover a {
  color: #727ccd;
}

nav.menu.home {
  position: absolute;
}

.stretched {
  font-family: "StretchPro", Arial, sans-serif;
}

.only-logo {
  position: absolute;
  filter: opacity(0.5);
}

main {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 100vh;
}
main .hero {
  display: flex;
  align-items: center;
  position: relative;
  justify-content: center;
  height: 100vh;
  width: 100vw;
  overflow: hidden;
}
main .hero div {
  display: flex;
  align-items: center;
  position: relative;
  justify-content: center;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
main .hero div video {
  position: relative;
  height: 100%;
  z-index: -1;
  scale: 1.2;
  filter: blur(10px);
  object-fit: contain;
}
main .hero div img {
  position: absolute;
  z-index: -1;
  width: 200px;
  border-radius: 10px;
  -webkit-filter: drop-shadow(5px 5px 5px #222);
  filter: drop-shadow(5px 5px 5px #222);
}
main .hero div ul {
  position: absolute;
  width: 80%;
  display: flex;
  flex-direction: column;
  list-style-type: none;
  gap: 28px;
}
main .hero div ul > li:hover {
  transform: translateX(10px);
}
main .hero div ul > li:hover a:hover {
  color: #727ccd;
}
main .hero div ul > li {
  width: fit-content;
  transition: 0.2s;
}
main .hero div ul > li > a h1 {
  width: fit-content;
}
main .content {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  min-height: 100vh;
  overflow: hidden;
}
main .content .title {
  font-family: "StretchSans", Arial, sans-serif;
  color: #ffffff;
}
main .content section {
  position: relative;
  width: 80%;
  height: 100vh;
}
main .content section.we-are-levels .blobs {
  position: absolute;
  object-fit: contain;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
}
main .content section.we-are-levels .blobs img {
  position: absolute;
}
main .content section.we-are-levels .blobs :nth-child(1) {
  width: 15%;
  top: 14%;
  left: 10%;
  filter: blur(2px);
}
main .content section.we-are-levels .blobs :nth-child(2) {
  width: 30%;
  top: 37%;
  left: 13%;
  filter: blur(10px);
}
main .content section.we-are-levels .blobs :nth-child(3) {
  width: 24%;
  top: 70%;
  filter: blur(5px);
  right: 0%;
  transform: rotate(322deg);
  z-index: 1;
}
main .content section.we-are-levels .blobs :nth-child(4) {
  width: 30%;
  top: 10%;
  filter: blur(5px);
  right: 10%;
  transform: rotate(60deg);
}
main .content section.we-are-levels div.info {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  gap: 12px;
}
main .content section.we-are-levels div.info .information {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
main .content section.we-are-levels div.info .information article:nth-child(1) {
  display: flex;
  position: relative;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  width: fit-content;
  text-wrap: balance;
}
main .content section.we-are-levels div.info .information article:nth-child(2) {
  display: flex;
  position: relative;
  flex-direction: column;
  gap: 12px;
  width: 600px;
  text-wrap: balance;
}
main .content section.we-are-levels div.info div.image {
  margin: auto;
  position: absolute;
  right: 0;
  translate: rotate(10deg);
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
main .content section.we-are-levels div.info div.image .section-image-v {
  clip-path: polygon(0% 10%, 100% 0%, 100% 90%, 0% 100%);
  z-index: -1;
  width: 100%;
}
main .content section.we-are-levels div.info h1 {
  font-size: 2.5em;
  text-align: center;
  filter: drop-shadow(0px 0px 12px rgba(255, 255, 255, 0.3));
  width: fit-content;
}
main .content section.we-are-levels div.info p {
  font-variant: small-caps;
}
main .content section.we-are-levels div.info .only-logo {
  width: 200px;
  filter: opacity(1);
  position: relative;
  filter: drop-shadow(0px 0px 12px rgba(255, 255, 255, 0.3));
}
main .content section.who-we-are-section .blobs {
  position: absolute;
  object-fit: contain;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
}
main .content section.who-we-are-section .blobs img {
  position: absolute;
}
main .content section.who-we-are-section .blobs :nth-child(1) {
  width: 15%;
  top: 14%;
  left: 10%;
  filter: blur(2px);
}
main .content section.who-we-are-section .blobs :nth-child(2) {
  width: 30%;
  top: 37%;
  left: 13%;
  filter: blur(10px);
}
main .content section.who-we-are-section .blobs :nth-child(3) {
  width: 19%;
  top: 70%;
  filter: blur(5px);
  right: 0%;
  transform: rotate(358deg);
  z-index: 1;
}
main .content section.who-we-are-section .blobs :nth-child(4) {
  width: 20%;
  top: 10%;
  filter: blur(px);
  filter: blur(5px);
  right: 31%;
  transform: rotate(173deg);
}
main .content section.who-we-are-section div.info {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  gap: 12px;
}
main .content section.who-we-are-section div.info .information {
  width: 60%;
  height: 100%;
}
main .content section.who-we-are-section div.info .information article:nth-child(1) {
  display: flex;
  position: absolute;
  flex-direction: column;
  gap: 12px;
  top: 20%;
  width: 600px;
  text-wrap: balance;
}
main .content section.who-we-are-section div.info .information article:nth-child(2) {
  display: flex;
  position: absolute;
  flex-direction: column;
  gap: 12px;
  top: 50%;
  width: 600px;
  left: 15%;
  text-wrap: balance;
}
main .content section.who-we-are-section div.info div.image {
  width: 40%;
  margin: auto;
  position: absolute;
  right: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
main .content section.who-we-are-section div.info div.image .section-image-v {
  clip-path: polygon(0% 10%, 100% 0%, 100% 90%, 0% 100%);
  z-index: -1;
  width: 100%;
}
main .content section.who-we-are-section div.info p {
  font-variant: small-caps;
}
main .content section.who-we-are-section div.info .only-logo {
  bottom: 48px;
  width: 100px;
  left: 0px;
}
main .content section.artists-section .blobs {
  position: absolute;
  object-fit: contain;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  transform: rotate(180deg);
}
main .content section.artists-section .blobs img {
  position: absolute;
}
main .content section.artists-section .blobs :nth-child(1) {
  width: 15%;
  top: 14%;
  left: 10%;
  filter: blur(2px);
}
main .content section.artists-section .blobs :nth-child(2) {
  width: 30%;
  top: 37%;
  left: 13%;
  filter: blur(10px);
}
main .content section.artists-section .blobs :nth-child(3) {
  width: 19%;
  top: 70%;
  filter: blur(5px);
  right: 0%;
  transform: rotate(358deg);
  z-index: 1;
}
main .content section.artists-section .blobs :nth-child(4) {
  width: 20%;
  top: 10%;
  filter: blur(px);
  filter: blur(5px);
  right: 31%;
  transform: rotate(173deg);
}
main .content section.artists-section div.info {
  display: flex;
  position: absolute;
  flex-direction: column;
  width: 100%;
  height: 100%;
  gap: 12px;
}
main .content section.artists-section div.info .information article:nth-child(1) {
  display: flex;
  position: absolute;
  flex-direction: column;
  gap: 12px;
  width: 750px;
  top: 15%;
}
main .content section.artists-section div.info p {
  font-variant: small-caps;
  width: 700px;
}
main .content section.artists-section div.info .only-logo {
  top: 48px;
  width: 100px;
  right: 0px;
}
main .content section.artists-section div.artists-images {
  position: absolute;
  bottom: 5%;
  left: 50%;
  translate: -50%;
  margin: auto;
  display: flex;
  align-items: flex-end;
  justify-items: center;
  width: max-content;
  filter: drop-shadow(2px 10px 8px rgba(0, 0, 0, 0.4));
  overflow: hidden;
}
main .content section.artists-section div.artists-images a {
  overflow-x: hidden;
  overflow-y: clip;
  padding: 0 24px;
}
main .content section.artists-section div.artists-images a:nth-child(1) {
  height: 400px;
  margin-right: -200px;
  display: flex;
}
main .content section.artists-section div.artists-images a:nth-child(2) {
  top: 0;
  height: 500px;
  z-index: 1;
  display: flex;
}
main .content section.artists-section div.artists-images a:nth-child(3) {
  display: flex;
  margin-left: -200px;
  height: 400px;
}
main .content section.artists-section div.artists-images img.artist {
  object-fit: cover;
  aspect-ratio: 1/1;
  transition: 0.2s;
}
main .content section.artists-section div.artists-images img.artist:hover {
  scale: 1.05;
  transform: rotateX(-5deg) rotateY(-5deg);
}
main .content section.artists-section div.artists-images img.artist:not(:hover) {
  filter: brightness(0.8);
}
main .content section.our-artists {
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
main .content section.our-artists .blobs {
  position: absolute;
  object-fit: contain;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100vh;
  display: flex;
  transform: rotate(180deg);
  z-index: -1;
}
main .content section.our-artists .blobs img {
  position: absolute;
}
main .content section.our-artists .blobs :nth-child(1) {
  width: 15%;
  top: 14%;
  left: 10%;
  filter: blur(2px);
}
main .content section.our-artists .blobs :nth-child(2) {
  width: 30%;
  top: 37%;
  left: 13%;
  filter: blur(10px);
}
main .content section.our-artists .blobs :nth-child(3) {
  width: 19%;
  top: 70%;
  filter: blur(5px);
  right: 0%;
  transform: rotate(358deg);
}
main .content section.our-artists .blobs :nth-child(4) {
  width: 20%;
  top: 10%;
  filter: blur(px);
  filter: blur(5px);
  right: 31%;
  transform: rotate(173deg);
}
main .content section.our-artists > h2 {
  margin-bottom: 24px;
  text-decoration: underline;
}
main .content section.our-artists > h1 {
  width: fit-content;
}
main .content section.our-artists ul.all-artists {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(5rem, 20rem));
  gap: 15px;
  list-style-type: none;
  padding: 0;
  margin: 0;
  max-width: 80%;
  margin: auto;
}
main .content section.our-artists ul.all-artists > li {
  color: white;
  padding: 0px;
  text-align: center;
  border-radius: 5px;
  transition: background-color 0.3s;
}
main .content section.our-artists ul.all-artists > li > a {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
}
main .content section.our-artists ul.all-artists > li > a > div > h1 {
  font-variant: small-caps;
}
main .content section.our-artists ul.all-artists > li > a > div > p {
  font-variant: small-caps;
}
main .content section.our-artists ul.all-artists > li > a > img.artist {
  width: 100%;
  height: 100%;
  z-index: 2;
  object-fit: scale-down;
  aspect-ratio: 1;
}
main .content section.our-artists ul.all-artists > li > a .only-logo {
  width: 10%;
  position: absolute;
  bottom: 10%;
  left: 50%;
  transform: translate(-50%);
  z-index: 3;
  filter: opacity(1);
}
main .content section.our-artists ul.all-artists > li > a .artist-logo {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  opacity: 0.2;
}
main .content section.our-artists ul.all-artists > li > a:hover {
  background-color: #727ccd;
}
main .content section.our-artists ul.all-artists > li.exclusive a::after {
  content: "// EXCLUSIVE";
  background-color: #de91dd;
  font-size: 0.8rem;
  width: 100%;
  z-index: 9;
  position: absolute;
  bottom: 0;
}
main .content section.information-artist {
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}
main .content section.information-artist .blobs {
  position: absolute;
  object-fit: contain;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
}
main .content section.information-artist .blobs img {
  position: absolute;
}
main .content section.information-artist .blobs :nth-child(1) {
  width: 15%;
  top: 14%;
  left: 10%;
  filter: blur(2px);
}
main .content section.information-artist .blobs :nth-child(2) {
  width: 30%;
  top: 37%;
  left: 13%;
  filter: blur(10px);
}
main .content section.information-artist .blobs :nth-child(3) {
  width: 19%;
  top: 70%;
  filter: blur(5px);
  right: 0%;
  transform: rotate(358deg);
  z-index: 0;
}
main .content section.information-artist .blobs :nth-child(4) {
  width: 20%;
  top: 10%;
  filter: blur(px);
  filter: blur(5px);
  right: 31%;
  transform: rotate(173deg);
}
main .content section.information-artist > h1 {
  width: fit-content;
  text-align: center;
  text-decoration: underline;
}
main .content section.information-artist > h2 {
  width: fit-content;
  z-index: 1;
  font-variant: small-caps;
}
main .content section.information-artist div.detailed-info {
  display: flex;
  height: auto;
  justify-content: center;
  z-index: 1;
  width: 100%;
}
main .content section.information-artist div.detailed-info div.info {
  display: flex;
  flex-direction: column;
  gap: 5%;
  height: auto;
  width: 66%;
  align-items: center;
  justify-content: center;
}
main .content section.information-artist div.detailed-info div.info article {
  width: 60%;
}
main .content section.information-artist div.detailed-info div.info p {
  width: auto;
}
main .content section.information-artist div.detailed-info div.gallery {
  width: 33%;
}
main .content section.information-artist div.detailed-info div.gallery img {
  width: 100%;
}
main .content section.playlist {
  width: 100%;
  flex-direction: column;
  height: fit-content;
  display: flex;
  margin-top: 48px;
  align-items: center;
}
main .content section.playlist h1 {
  margin: auto;
  width: fit-content;
  text-decoration: underline;
}
main .content section.playlist h2 {
  z-index: 1;
}
main .content section.playlist #playlist-container {
  display: flex;
  overflow-y: scroll;
  gap: 24px;
  height: fit-content;
  padding: 24px;
  width: 85%;
}
main .content section.playlist #playlist-container h2 {
  z-index: 1;
}
main .content section.playlist #playlist-container .video-item a {
  display: flex;
  flex-direction: column;
  gap: 24px;
  position: relative;
}
main .content section.playlist #playlist-container .video-item a h2 {
  position: absolute;
  width: 100%;
  bottom: 0;
  font-size: 1rem;
  background-color: rgba(0, 0, 0, 0.4);
}
main .content section.playlist #playlist-container .video-item a img {
  width: 450px;
  object-fit: cover;
}
main .content section.playlist #playlist-container .video-item a:hover {
  scale: 1.05;
}
main .content div.sets {
  flex-direction: column;
  gap: 12px;
  width: 90vw;
}
main .content div.sets .banner {
  width: 100%;
}
main .content section.other-artists {
  height: auto;
  align-items: center;
  display: flex;
  flex-direction: column;
  margin-top: 48px;
  margin-bottom: 48px;
  gap: 12px;
}
main .content section.other-artists div#other-artists-container {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  justify-content: center;
}
main .content section.other-artists h2 {
  text-align: center;
  text-decoration: underline;
}
main .content section.other-artists h3 {
  font-variant: small-caps;
}
main .content section.other-artists div.artist-card {
  display: flex;
  gap: 12px;
  position: relative;
}
main .content section.other-artists div.artist-card a {
  clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%);
  height: 200px;
  width: 200px;
}
main .content section.other-artists div.artist-card a img {
  position: absolute;
  bottom: 0px;
  object-fit: scale-down;
  max-height: 100%;
  width: 85%;
  scale: 1.1;
  aspect-ratio: 1;
}
main .content section.other-artists div.artist-card a:hover {
  background-color: #727ccd;
}
main .content section.construction {
  height: calc(100vh - 115px);
}
main .content section.construction .blobs {
  position: absolute;
  object-fit: contain;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  z-index: -1;
}
main .content section.construction .blobs img {
  position: absolute;
}
main .content section.construction .blobs :nth-child(1) {
  width: 15%;
  top: 14%;
  left: 10%;
  filter: blur(2px);
}
main .content section.construction .blobs :nth-child(2) {
  width: 30%;
  top: 37%;
  left: 13%;
  filter: blur(10px);
}
main .content section.construction .blobs :nth-child(3) {
  width: 19%;
  top: 70%;
  filter: blur(5px);
  right: 0%;
  transform: rotate(358deg);
  z-index: 1;
}
main .content section.construction .blobs :nth-child(4) {
  width: 20%;
  top: 10%;
  filter: blur(px);
  filter: blur(5px);
  right: 31%;
  transform: rotate(173deg);
}
main .content section.construction .info {
  position: relative;
  height: 100%;
  width: 100%;
  display: flex;
  z-index: 5;
  align-items: center;
  justify-content: center;
}
main .content section.construction .info .information {
  background-color: rgba(0, 0, 0, 0.26);
  padding: 36px;
  display: flex;
  flex-direction: column;
  z-index: 5;
}
main .content section.construction .info .information img {
  width: 100px;
  filter: invert(1);
  margin: auto;
}
main .content section.construction .info .information .other-sites {
  margin-top: 20px;
}

footer {
  display: flex;
  min-height: 20vh;
  color: white;
  padding: 12px;
  align-items: center;
  justify-content: center;
  background-image: url("../assets/others/old.png");
  background-size: cover;
  background-position: center;
  font-variant: small-caps;
}
footer div {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
footer div .brand {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 12px;
}
footer div .brand p {
  display: flex;
  flex-direction: column;
}
footer div .brand .logo {
  width: 100px;
}
footer div .brand a span {
  display: flex;
  align-items: center;
  justify-content: center;
}
footer div ul.social-networks {
  display: flex;
  flex-direction: column;
  list-style-type: none;
  gap: 12px;
}
footer div ul.social-networks li a.social {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
}
footer div ul.social-networks li a.social:hover {
  color: #de91dd;
}

@media (max-width: 768px) {
  html {
    font-size: 16px;
  }
  [role=button] {
    font-size: 0.8rem;
  }
  nav.menu .hamburger {
    display: flex;
  }
  nav.menu .menu-links {
    position: absolute;
    top: 115px;
    left: 0;
    right: 0;
    flex-direction: column;
    align-items: center;
    background-color: rgb(0, 0, 0);
    display: none;
    padding: 1rem;
    width: 100%;
    text-align: left;
  }
  nav.menu .menu-links.active {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
  }
  .menu-text {
    font-size: 2.5em;
  }
  main {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-height: 100vh;
  }
  main .hero div ul {
    position: absolute;
    width: 80%;
    display: flex;
    flex-direction: column;
    list-style-type: none;
    gap: 28px;
  }
  main .hero div ul li > a h1 {
    width: fit-content;
    font-size: 1.5em;
  }
  main .content p {
    font-variant: small-caps;
    font-size: 1em;
  }
  main .content h2 {
    font-size: 1.6em;
  }
  main .content section {
    width: 90%;
    height: 100vh;
  }
  main .content section.we-are-levels .blobs {
    z-index: -1;
  }
  main .content section.we-are-levels .only-logo {
    display: block;
  }
  main .content section.we-are-levels div.info .information {
    flex-direction: column;
  }
  main .content section.we-are-levels div.info .information article:nth-child(2) {
    width: auto;
  }
  main .content section.we-are-levels div.info .information p {
    width: auto;
  }
  main .content section.we-are-levels div.info h1 {
    font-size: 2em;
    text-align: center;
    filter: drop-shadow(0px 0px 12px rgba(255, 255, 255, 0.3));
    width: fit-content;
  }
  main .content section.who-we-are-section {
    height: auto;
  }
  main .content section.who-we-are-section .blobs {
    z-index: -1;
  }
  main .content section.who-we-are-section div.info {
    height: auto;
  }
  main .content section.who-we-are-section div.info h1 {
    font-size: 1.2em;
  }
  main .content section.who-we-are-section div.info .information {
    width: 100%;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    justify-content: space-around;
  }
  main .content section.who-we-are-section div.info .information p {
    font-size: 1em;
  }
  main .content section.who-we-are-section div.info .information article:nth-child(1) {
    display: flex;
    position: relative;
    flex-direction: column;
    gap: 12px;
    width: auto;
    text-wrap: balance;
  }
  main .content section.who-we-are-section div.info .information article:nth-child(2) {
    display: flex;
    flex-direction: column;
    position: relative;
    gap: 12px;
    width: auto;
    left: auto;
    top: auto;
    text-wrap: balance;
  }
  main .content section.who-we-are-section div.info div.image {
    width: 100%;
    margin: auto;
    position: relative;
    right: 0;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  main .content section.artists-section {
    height: auto;
    min-height: 120vh;
  }
  main .content section.artists-section .blobs {
    z-index: -1;
  }
  main .content section.artists-section div.info {
    height: auto;
  }
  main .content section.artists-section div.info h1 {
    font-size: 2em;
  }
  main .content section.artists-section div.info .information {
    width: 100%;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    justify-content: space-around;
  }
  main .content section.artists-section div.info .information article:nth-child(1) {
    display: flex;
    position: relative;
    flex-direction: column;
    gap: 12px;
    width: auto;
    text-wrap: balance;
  }
  main .content section.artists-section div.info .information p {
    width: auto;
    font-size: 1em;
  }
  main .content section.artists-section div.info .artists-images a img {
    height: 100px;
  }
  main .content section.artists-section div.info div.image {
    width: 100%;
    margin: auto;
    position: relative;
    right: 0;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  main .content section.artists-section div.artists-images {
    position: absolute;
    bottom: 5%;
    left: 50%;
    translate: -50%;
    margin: auto;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    width: 90%;
    filter: drop-shadow(2px 10px 8px rgba(0, 0, 0, 0.4));
    overflow: hidden;
    justify-content: center;
  }
  main .content section.artists-section div.artists-images a:nth-child(1) {
    height: 85px;
    display: flex;
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
  }
  main .content section.artists-section div.artists-images a:nth-child(2) {
    top: 0;
    height: 120px;
    z-index: 1;
    display: flex;
    justify-content: center;
  }
  main .content section.artists-section div.artists-images a:nth-child(3) {
    display: flex;
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
    height: 85px;
  }
  main .content section.artists-section div.artists-images img.artist {
    object-fit: cover;
    aspect-ratio: 1/1;
    transition: 0.2s;
    scale: 1.05;
    filter: brightness(1);
    /*    &:hover {
        scale: 1.05;
        transform: rotateX(-5deg) rotateY(-5deg);
    } */
  }
  main .content section.artists-section div.artists-images img.artist:not(:hover) {
    filter: none;
  }
  main .content section.information-artist .blobs {
    z-index: -1;
  }
  main .content section.information-artist div.detailed-info {
    flex-direction: column;
  }
  main .content section.our-artists h2 {
    text-align: center;
  }
  main .content .only-logo {
    width: 50px;
    display: none;
  }
  footer div {
    width: 100%;
  }
  footer div .brand span {
    flex-direction: column;
    text-align: center;
  }
}
@media (max-width: 1024px) {
  main .content section.information-artist div.detailed-info {
    flex-direction: column-reverse;
    align-items: center;
    gap: 2rem;
  }
  main .content section.information-artist div.detailed-info div.info {
    width: 100%;
    align-items: center;
  }
  main .content section.information-artist div.detailed-info div.info article {
    width: 90%;
  }
  main .content section.information-artist div.detailed-info div.gallery {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
  }
  main .content section.information-artist div.detailed-info div.gallery img {
    width: 80%;
  }
}
@media (max-width: 320px) {
  html {
    font-size: 14px;
  }
  nav.menu .menu-links {
    position: absolute;
    top: 115px;
    left: 0;
    right: 0;
    flex-direction: column;
    align-items: center;
    background-color: rgb(0, 0, 0);
    display: none;
    padding: 1rem;
    text-align: left;
  }
  nav.menu .menu-links.active {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
  }
  nav.menu .logo {
    width: 250px;
  }
}
/* Modal styles */
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.4);
  padding-top: 60px;
}

.modal-content {
  background-color: #fefefe;
  margin: 5% auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
}

.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.loader {
  position: fixed;
  top: 0;
  display: flex;
  height: 100%;
  background-color: rgb(0, 0, 0);
  width: 100%;
  align-content: center;
  justify-content: center;
  align-items: center;
  z-index: 10;
  gap: 24px;
}
.loader span {
  font-variant: small-caps;
  animation: filter 2s ease-in-out infinite;
  transition: 100ms;
}
.loader img {
  width: 100px;
  animation: pulse 2s ease-in-out infinite;
  transition: 100ms;
}

@keyframes pulse {
  0% {
    transform: scale(1);
    transform: rotate(0deg);
  }
  50% {
    transform: scale(1.1);
    transform: rotate(180deg);
    filter: drop-shadow(0px 0px 10px rgba(255, 255, 255, 0.2));
  }
  100% {
    transform: scale(1);
    transform: rotate(360deg);
  }
}
@keyframes filter {
  50% {
    filter: drop-shadow(0px 0px 10px rgba(255, 255, 255, 0.2));
  }
}

/*# sourceMappingURL=style.css.map */
