@import url("font.css");

:root {
    --Black: #070707;
    --Dark-gray: #666666;
    --Light-gray: #CCCCCC;
    --Purple: #6D3AEE;
    --White: #FDFDFD;
    --Lighter-gray: #D9D9D9;
    --Purple-gradient: linear-gradient(90deg, #6D3AEE 73.88%, rgba(109, 58, 238, 0.00) 100%, rgba(217, 217, 217, 0.00) 100%);
    --Purple-gradient-mobile: linear-gradient(90deg, #6D3AEE 45%, rgba(109, 58, 238, 0.00) 100%, rgba(217, 217, 217, 0.00) 100%);
  }
  
*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body{
  font-family: 'Satoshi-Variable', sans-serif;
  color: var(--Black);
}

ul{
  list-style-type: none
}

a{
  color: inherit;
  text-decoration: none;
}

a:hover{
  color: var(--Purple);
}

a.button{
  background: var(--Purple);
  color: var(--White);
  font-size: small;
  padding: 0.2rem 1rem;
  border-radius: 1rem;
}

a.button.inactive{
  background: var(--Light-gray);
  color: var(--Dark-gray);
}

a.button.inactive:hover{
  background: var(--Purple);
  color: var(--White);
}

.header, .header-overlay{
  width: 100%;
  height: 21.5rem;
  position: relative;
  overflow: hidden;
}

.header-img{
  height: 100%;
  width: 100%;
  filter: grayscale(1);
  position: absolute;
  z-index: 0;
  display: flex;
  justify-content: flex-end;
}

.header-overlay{
  background: var(--Purple-gradient);
  position: absolute;
  z-index: 1;
}

.header-text{
  color: var(--White);
  height: 100%;
  width: 60%;
  font-size: xx-large;
  font-weight: 900;
  position: absolute;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: 5%;
}

.headline-text{
  font-weight: 300;
  text-transform: lowercase;
}

.headline-artist-name{
  text-transform: capitalize;
}

.headline-playlist-name{
  font-weight: 900;
  text-transform: capitalize;
}

.subheader {
  font-size: large;
  font-weight: 300;
}

.subheader > a:hover{
  color: var(--White);
}

.subheader i{
  font-size: small;
}

.main-content{
  display: flex;
  width: 100%;
  padding: 2rem 5%;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  gap: 2.5rem;
  overflow: hidden;
}

.menu{
  display: flex;
  width: 100%;
  height: 1.5rem;
  align-items: center;
}

.menu > ul{
  display: flex;
  gap: 0 2.31rem;
  font-size: medium;
  font-style: normal;
  font-weight: 700;
  font-weight: 500;
  line-height: normal;
  color: var(--Dark-gray);
}

.menu > ul > .active{
  color: var(--Black);
  font-weight: 700;
}

.block-content{
  width: 100%;
  height: fit-content;
}

.heading, .heading .text, .heading .arrows{
  display: flex;
  justify-content: space-between;
}

.heading .text .title{
  font-weight: 700;
  font-size: larger;
}

.heading .text, .heading .arrows{
  gap: 0 1rem;
}

.heading .arrows a{
  color: var(--Purple);
}

.heading .arrows a.inactive{
  color: var(--Light-gray);
  cursor: default;
}

.pl_list{
  width: 100%;
  overflow: hidden;
}

.pl_list > ul{
  display: flex;
  gap: 0 1rem;
  justify-content: space-between;
  width: 100%;
}

.playlist .pl_cover{
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 0.3rem;
  position: relative;
}

.playlist .pl_cover .pl_profile_img, .playlist .pl_cover .pl_profile_img > *{
  width: 100%;
  position: absolute;
  z-index: -1;
}

.playlist .pl_cover .pl_overlay, .playlist .pl_cover .pl_overlay > *{
  width: 100%;
}

.playlist .pl_cover .pl_overlay{
  display: flex;
}

.playlist .pl_name{
  font-weight: 700;
}

.playlist .pl_desc {
  font-weight: 500;
  color: var(--Dark-gray);
  font-size: small;
}

.apple-music .pl_overlay.white-grad{
  background: linear-gradient(180deg, #ffffffa1 -113%, transparent);
}

.apple-music .pl_overlay.a-list-pop{
  background: none;
}

.streaming-charts .heading .text .title{
  font-weight: 900;
  font-size: x-large;
}

.streaming-charts .heading .text{
  flex-direction: column;
  gap: 1rem 0;
}

.streaming-charts .playlist .pl_desc{
  font-size: initial;
  font-weight: 700;
}

.streaming-charts .playlist .pl_cover{
  margin-bottom: 0.5rem;
}

.streaming-charts .playlist .pl_cover .pl_profile_img, .streaming-charts .playlist .pl_cover .pl_profile_img > *{
  position: relative;
  display: flex;
  z-index: 0;
}

.streaming-charts .playlist{
  gap: 0;
}

.playlist .pl_cover.todays-various .pl_profile_img{
  filter: grayscale(1);
}

.playlist .pl_cover.todays-various .pl_overlay{
  background: lightpink;
  mix-blend-mode: hard-light;
}

.playlist .pl_cover.todays-various .pl_overlay > *{
  mix-blend-mode: multiply;
}

.playlist .pl_cover.dale_play .pl_overlay{
  mix-blend-mode: screen;
}

.playlist .pl_cover.dale_play .pl_profile_img{
  filter: grayscale(1);
  mix-blend-mode: multiply;
}

.playlist .pl_cover.dale_play{
  background: blue;
  z-index: -1;
}

.playlist .pl_cover.rnb-now{
  background: linear-gradient(180deg, lime, cyan);
  z-index: -1;
}

.playlist .pl_cover.rnb-now .pl_profile_img{
  filter: grayscale(1) contrast(0.2);
  mix-blend-mode: luminosity;
}

.playlist .pl_cover.dancexl .pl_profile_img{
  filter: grayscale(1) contrast(1.8) brightness(0.8);
}

.playlist .pl_cover.alt-ctrl{
  z-index: -1;
  background: lightpink;
}

.playlist .pl_cover.alt-ctrl .pl_profile_img{
  filter: grayscale(1);
  mix-blend-mode: darken;
}

@media screen and (max-width: 650px) {

  .header-img{
    -webkit-mask-image: linear-gradient(-90deg, black 0%, transparent);
    mask: linear-gradient(-90deg, black 0%, transparent);
  }

  .header-overlay{
    background: var(--Purple-gradient-mobile);
  }

  .heading .text{
    flex-direction: column;
    gap: 1rem 0;
  }

  .pl_list > ul {
    flex-wrap: wrap;
  }

  .playlist{
    width: 45%;
  }

}
.work-card .work-cover, .item-card .item-cover {
    aspect-ratio: 1 / 1;
    overflow: hidden;
}