div#active-artist-container {
  position: relative;
  height: 3000px;
  opacity: 1;
  -webkit-transition: opacity 500ms ease-in;
  -moz-transition: opacity 500ms ease-in;
  -o-transition: opacity 500ms ease-in;
  transition: opacity 500ms ease-in;
  overflow: hidden;
  background: #000000;
  z-index: 999;
  /* background: url(../images/Rectangle50.png); */
  /* background-size: cover; */
  /* background-color: lightgrey; */
}
:root {
  --bgjwel: url(../images/musicscrollbg.png) no-repeat;
}
div#active-artist-container::after {
  background: var(--bgjwel);
}
div#active-artist-container::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /*background: --bg;*/
  z-index: -1;
  /* filter: blur(200px) grayscale(40) brightness(50%);
    mix-blend-mode: difference;
    opacity: 0.5;
    backdrop-filter: blur(50px); */
  background-size: cover;
  background-attachment: fixed;
  -webkit-filter: blur(50px);
  -moz-filter: blur(50px);
  -o-filter: blur(50px);
  -ms-filter: blur(50px);
  filter: blur(50px);
}
div#active-artist {
  position: relative;
  height: 100vh;
  overflow: hidden;
  display: flex;
  align-items: center;
}
#active-artist .artists-nav li.visible.active span {
  /* transform: scale(3.5); */
}

#active-artist .artists-nav li.active span {
  width: 100%;
}

.bars {
  width: 100%;
  margin-right: 2%;
  position: absolute;
  top: 45%;
  left: 2%;
  transform: translateY(-50%);
  height: 85vh;

  overflow-y: hidden;
}
#insidebars {
  position: relative;
  top: -25%;
}
#insidebars.animateup {
  -webkit-animation: baranimationup 1s ease;
}
#insidebars.animatedown {
  -webkit-animation: baranimationdown 1s ease;
}
@keyframes baranimationup {
  0% {
    top: -25%;
  }
  100% {
    top: -75%;
  }
}
@keyframes baranimationdown {
  0% {
    top: -15%;
  }
  100% {
    top: -25%;
  }
}
.artists-nav {
  width: 7% !important;
}

#active-artist .artists-nav li.visible.active span {
  /* transform: scale(2.5); */
  width: 100%;
  opacity: 1;
}

#active-artist .artists-nav li {
  cursor: pointer;
  /* pointer-events: none; */
  text-transform: uppercase;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 1vh;
  opacity: 1;
  -webkit-transition: color 300ms, opacity 1200ms;
  -moz-transition: color 300ms, opacity 1200ms;
  -o-transition: color 300ms, opacity 1200ms;
  transition: color 300ms, opacity 1200ms;
  margin: 1.5vh 0;
}
div#active-artist-html {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: flex-end;
  height: 100vh;
  width: 88%;
  justify-content: flex-start;
  left: 10%;
}
div#active-artist-html li {
  margin-bottom: 10vh;
}
#active-artist .artists-nav li {
  /* display: none; */
  /* opacity: 0.8; */
  /* margin: 0; */
  /* height: 0; */
}
#active-artist .artists-nav li.visible {
  /* display: flex; */
  /* opacity: 1; */
  /* height: 2vw; */
  /* margin: 4% 0; */
}

.artists-nav li span {
  width: 70%;
  height: 0.15vw;
  background: #fff;
  display: block;
  opacity: 0.5;
}

.artists-nav li {
  list-style: none;
}

li {
  list-style: none;
}
.artists-nav.center {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 85%;
}

.artists-nav.before {
  /* position: absolute;
    top: 50%;
    transform: translateY(-104%);
    width: 80%; */
}

.artists-nav.after {
  position: absolute;
  top: 50%;
  transform: translateY(-4%);
  width: 80%;
}
.musicscrollwrapper {
  /* background: url('../images/rectangle50.png'); */
  position: relative;
  z-index: 100;
}
.artists-nav.beforeone {
  position: absolute;
  top: 50%;
  transform: translateY(-203%);
  width: 80%;
}

.artists-nav.afterone {
  position: absolute;
  top: 50%;
  transform: translateY(68%);
  width: 80%;
}

div#active-artist-html li .title {
  position: absolute;
  bottom: 12vh;
}


@media only screen and (max-width: 1023px) {
  #insidebars {
    position: relative;
    top: -45%;
  }
  div#active-artist-html li .title {
    position: absolute;
    bottom: 40.5vh;
}
  @keyframes baranimationup {
    0% {
      top: -45%;
    }
    100% {
      top: -75%;
    }
  }
  @keyframes baranimationdown {
    0% {
      top: -15%;
    }
    100% {
      top: -45%;
    }
  }

  #active-artist .artists-nav li {
    height: 0.5vh;
    margin: 1.8vh 0;
  }

  .artists-nav li span {
    /* width: 100%; */
    height: 0.5vw;
  }

  .bars {
    width: 100%;
    left: 0;
  }
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
  .bars {
    top: 50%;
  }
  div#active-artist-html {
    top: 10%;
  }
  div#active-artist-html {
    left: 15%;
  }
  div#active-artist {
    height: 150vh;
  }
}
/* @media only screen and (min-width: 1365px) and (max-width: 1400px) and (orientation: landscape) {
  #active-artist .artists-nav li.visible.higher {
    opacity: 0;
  }
}
@media only screen and (min-width: 1440px) and (orientation: landscape) {
  #active-artist .artists-nav li.visible.higher:nth-child(5n),
  #active-artist .artists-nav li.visible.higher:nth-child(6n),
  #active-artist .artists-nav li.visible.higher:nth-child(7n),
  #active-artist .artists-nav li.visible.higher:nth-child(8n),
  #active-artist .artists-nav li.visible.higher:nth-child(9n) {
    opacity: 1;
  }
} */
#active-artist .artists-nav li.visible.active.lowerRes {
  display: flex;
}
#active-artist li.visible.active.higherRes {
  display: none;
}


/* @media only screen and (min-width: 1920px) and (orientation: landscape) {
  #active-artist li.visible.active.higherRes {
    display: flex;
  }
  #active-artist .artists-nav li.visible.active.lowerRes {
    display: none;
  }
}

@media only screen and (min-width: 2560px) and (max-width: 2800px) and (orientation: landscape) {
  #active-artist .artists-nav li {
    margin: 6% 0;
  }
}
@media only screen and (min-width: 3440px) and (max-width: 3500px) and (orientation: landscape) {
  #active-artist .artists-nav li {
    margin: -4% 0;
  }
}
@media only screen and (min-width: 1440px) and (max-width: 1500px) and (orientation: landscape) {
  #active-artist .artists-nav li {
    margin: 13% 0;
  }
}

@media only screen and (min-width: 1366px) and (max-width: 1399px) and (orientation: landscape) {
  #active-artist .artists-nav li {
    margin: 8.5% 0!important;
  }
}

@media (max-width: 767px) and (orientation: portrait) {
  #active-artist .artists-nav li {
    margin: -22% 0;
  }
  .bars {
    top: 56%;
  }
}

@media (max-width: 2560px) and (max-height: 1440px) and (orientation: landscape) {
  #active-artist .artists-nav li {
    margin: 14% 0;
  }
}

@media (max-width: 1023px) and (orientation: landscape) {
  #active-artist .artists-nav li {
    margin: -14% 0;
  }
}

@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
  #active-artist .artists-nav li {
    margin: 19% 0;
  }
}

@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  #active-artist .artists-nav li {
    margin: 24% 0;
  }
}

@media only screen and (min-device-width: 3440px) and (max-device-height: 1330px) and (orientation: landscape) {
  #active-artist .artists-nav li {
    margin: -5.5% 0;
}
}
@media only screen and (min-width: 1440px) and (max-height: 900px) and (orientation: landscape) {
  #active-artist .artists-nav li {
    margin: 14% 0;
}
}

@media (min-width: 1920px) and (max-height: 1080px) and (orientation: landscape){
#active-artist .artists-nav li {
    margin: 3.5% 0;
}
} */


@media only screen and (max-width: 1023px) and (orientation: landscape){
.artists-nav li span {
    height: 0.35vh;
}
#active-artist .artists-nav li {
  height: 0.5vh;
  margin: 2.25vh 0;
}
div#active-artist-html li .title {
  position: absolute;
  bottom: 23.5vh;
  font-size: 3vw;
}
}

@media only screen and (max-width: 767) and (orientation: landscape){
#active-artist .artists-nav li {
    height: 0.5vh;
    margin: 2.35vh 0;
}
}

@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  div#active-artist-html li .title {
    position: absolute;
    bottom: -13vh;
  }
}


@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
  div#active-artist-html li .title {
    position: absolute;
    bottom: 15vh;
  }
}
