 @import url('https://fonts.googleapis.com/css2?family=Fasthand&family=Rubik&display=swap');
  /* font-family: 'Fasthand', cursive;
  font-family: 'Rubik', sans-serif; */

  :root {
    --mPurp : cyan;
    --sPurp : #092423;
    --white : #e2e2e2;
    --grey : #282828;
    --gradient : linear-gradient(90deg, rgba(120,75,215,1) 0%, rgba(228,64,211,1) 100%);
  }
  *{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Rubik', sans-serif;
  }
  body{
    background: var(--grey);
    height: 100vh;
    overflow: hidden;
  }
  .menu{
    display: none;
    color: var(--mPurp);
  }
  #sbar{
    height: 30px;
    width: 270px;
    border-radius: 10px;
    outline: none;
    padding: 2px 8px;
    background-color: transparent;
    border: none;
  }
 
  nav{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    height:7vh;
    background-color: var(--mPurp);
    align-items: center;
  }
.navSE{
    margin: 0 25px;
  }
.logo{
    color: white;
    font-family: 'Fasthand', 'cursive';
    font-size: 36px;
  }
.navSE:nth-child(3)>i{
    color: white;
}
#main{
    height: 83vh;
    background:  grey;
    display: flex;
    flex-direction: row;
    
}
#browse{
    display: flex;
    flex-direction: column;
    /* overflow-x:scroll; */
    /* overflow-y: scroll; */
  
}
#genre{
    flex: .20;
    background-color: var(--sPurp);
    color: #e1e1e1;
    min-width: 220px;
}
.cards{
    background: #ffff;
    height: fit-content;
    width: fit-content;
    margin: 12px 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding-bottom: 13px; 
    border-radius: 25px;
    max-width: 240px;
}
.poster{
    height:240px;
    width: 240px;
    border-radius: 20px;
}
.rows{
    display: flex;
    flex-direction: row;
}
#player{
   z-index: 1;
   min-width: 100vw;
   background:var(--grey);
   display: flex;
   height: fit-content;
   flex: .2;
}
.cards>div{
    display: flex;
    
    
}
#playingImg{
    height:75px;
    width: 75px;
}


/* width */
::-webkit-scrollbar {
    width: 10px;
    height: 10px;
  }
  
  /* Track */
  ::-webkit-scrollbar-track {
    background: transparent;
  }
  
  /* Handle */
  ::-webkit-scrollbar-thumb {
    border-radius:6px;
    /* background:var(--sPurp) */
  }
  
  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
    /* background: rgb(9, 83, 83); */
  }
  #genre{
   display: flex; 
    flex-direction: column;
  }
  #genre>div{
    display: flex;
    flex-direction: row;
    flex: .5;
    
    
  }
  ul{
    
    display: flex;
    justify-content: space-evenly;
    flex-direction: column;
    list-style:inside ;
    margin-left: 20px;
  }

 #piDiv{
    position:static;
    left: 23px;
 }




 #player {
  display: flex;
  align-items: center;
}

#player > div:first-child {
  margin-right:0vw;
  
}

#vplayer {
  margin: 0 auto;
  
  
}
#playbar{
    width: 40vw;
    margin: 0 12px;
    background: var(--mPurp)
}
#playb{
    display: flex;
    flex-direction: row;
}
.controllers{
    height:40px;
    width: 40px;
    margin: 0 15px;
  
}
#controls{
    width: fit-content;
    margin: 0 25px;
}
#vol{
  margin: 0 25px;
}
nav{
  background-color: var(--grey);
}
#startTime, #endTime{

  color: white;
}
.cards>div{
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items:  center;
  /* border: 2px solid red; */
 padding: 0 15px;
 margin: 6px;
}
.flex75{
  flex: .85;
}
.playicon{
  position:relative;
  cursor: pointer;
  color: var(--mPurp);
}

.cards{
  /* height: 1em; */
}
.controllers{
  cursor: pointer;
}


#browse{
  background-color: #252525;
}
.cards{
  background-color: rgb(67, 67, 67);
  box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
  transition: background-color.5s ease-in ;
}
.playicon{
  color: cyan;
}
.cards:hover{
  background-color: var(--sPurp);
 
}
.logo,.navSE>i{
  color: cyan;
}
.songTitle{
  color: #e2e2e2;
}
ul>li,ul{
  color: var(--white);
}
#sbar:focus{
  /* border: 3px solid cyan; */
}
#player{
  justify-content: space-between;
}
#vplayer{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
#piDiv{
  display: flex;
  align-items: center;
  /* justify-content:space-evenly; */
  color: var(--white);
}

.Headings{
  margin-left: 35px;
  margin: 15px;
  color: cyan;
}
.controllers{
  color: white;
}

#volume{
  color: cyan;
}

#artistDiv{
  height: fit-content;

  display: flex;


}
.artists{
  height: 165px;
  width: 165px;
  border-radius: 100px;
  transition: border .25s ease-in;
  border: 2px solid cyan;
  margin: 20px 17px;
  /* background-color: rgb(67, 67, 67); */
  box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
}
.controllers:hover{
  color: cyan;
}
#show{
  height: 400px;
  width:100%;
  display: flex;
}
.showC{
  display: flex;
  color:white;
  min-height:250px;
  min-width: 450px;

  background-size:700px;
  background-repeat: no-repeat;
  /* border: 2px solid red; */
}
#show:nth-child(2){
  border: 2px solid pink;
}
#show>div:first-child{
  flex: .75;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
#show2{
  min-width: 300px;
  min-height: 300px;
  background-image: url('imgs/show.png');
  background-size: cover;
}

/* ul{
 list-style: url(&#9654); 
} */
/* li{
  list-style: none;
} */
#show{
  /* border: 2px solid red; */
  min-height: 450px;
  background-image: url(/imgs/show.jpg);
  background-size: cover;
}
.content{
  font-size: 16px;
  max-width: 450px;
  margin-left: 150px;
  color: white;
  display: flex;
  flex-direction: column;
}
#buttons{
  display: flex;
  margin-top: 25px;
}
button{
  height: 35px;
  width: 100px;
  margin: 5px 7px;
 border-radius: 24px; 
 font-size: 16px;
 cursor: pointer;
}
.alan{
  font-size: 30px;
  font-weight:bold;
}
.btn1{
  background-color: var(--mPurp);
  
}
.btn2{
  border: 2px solid var(--mPurp);
  background-color: transparent;
  color: var(--mPurp);
}
ul{
  color: white;
}
 li:hover{
  color: var(--mPurp);
}
.btn1:active{
  background-color: rgb(0, 155, 155);
}
.btn2:active, .user:hover{
 border-color: rgb(0, 155, 155);
 color:rgb(0, 155, 155) ;
}
.user{
  color: var(--mPurp);
}

#piDiv{
  padding: 0px 0px;
  min-width: 300px;
  max-width: 315px;
  /* border: 2px solid red; */
}
#songTitle{
  margin-left: 15px;
}
.mute-icon{
   color: white;
}
.mute-icon:hover{
  color: cyan;
}
#searchIcon{
  margin-left: 10px;
}
#sbar{
  color: white;
}

#search{
  background-color: rgb(27, 27, 27);
  border: none;
  outline: none;
  padding: 2px 8px;
  border-radius: 10px;
}
/* #sbar:focus{ */
  #search:focus{
    border: 2px solid cyan;
    outline: cyan;
  }
/* } */
#searchIcon{
  color: var(--mPurp);
}
#searchIcon:hover{
  color: rgb(0, 149, 149);
}
.user{
  margin-left: 25px;
}
#search:focus{
    border: 2px solid cyan;
  }



.rows{
 overflow-x:visible;
 overscroll-behavior-inline: contain;
}

#browse{
    overflow-x:hidden; 
  overflow-y:scroll;
}
.navSE>i:hover{
  color: var(--sPurp);
}
.cards{
  padding: 0 0;
}
.cards>div{
  margin: 10px;
}
.rows{
    min-height: fit-content;
    overflow-x: auto;
}
.slider{

  white-space: nowrap;
}
#vol{
  display: flex;
  flex-direction: row;
}
#volcontainer{
  margin-left: 4px;
  display: flex;
  flex-direction: row;
}
#heart{
  font-size: 22px;
  color: gray;
  padding-right:5px ;
}


@media only screen and (max-width: 600px) and (min-width : 350px){
  #genre{
    display : none;
  }
  #show{
    min-height: 30vh;
    /* border: 2px solid red; */
  }
  .content{
    margin: 0px 0px;
  }
  #show{
    align-items: center;
  }
  .alan{
    font-size: 18px;
  }
  #showContent, button{
    font-size: 14px;
    /* border: 2px solid red; */
  }
  
  #showContent{
    width: 70%;

  }
  
  
  #search{
    display: flex;
    align-items: center;
    width: 250px;
    /* border: 2px solid red; */
  }
  .fa-2x{
    max-width: 25px;
    max-height: 25px;
    width: 25px;
    height: 25px;
  }

  .navSE>i{
    display:none;
     }
  #search{
    background-color:transparent;
    max-width: 200px;
    padding: 0 6px;

    margin: 0 0;
    width: fit-content;
    
    #sbar{
      display: none;
    }
  }
  .navSE:first-child{
    /* position: relative;
   left: 40vw; */
  }
  nav{
    display: flex;
    justify-content:space-between;
    /* border: 2px solid red; */
    align-items: center;
  }
  .menu{
    display:inline-flex;
    margin-left: 25px;
    cursor: pointer
    ;
  }
 
  .cards{
    
    height: fit-content;
    width: fit-content;
    margin: 12px 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding-bottom: 13px; 
    border-radius:20px;
    max-width: 160px;
}
.poster{
    height:160px;
    width: 160px;
    border-radius: 20px;
}

#piDiv{
  padding: 0px 0px;
  min-width: 30vw;
  max-width: 33vw;
  /* border: 2px solid red; */
}
#songTitle, .songTitle{
  font-size: 13px;
}
#startTime, #endTime{
  display: none;
}
#vol{
  display: flex;
  flex-direction: column-reverse;
}
#playbar{
  position: absolute;
  border-radius: 0;
    position: absolute;
    width: 100vw;
    left: -170px;
    bottom: 50px;
    height: 5px;
}
#volcontainer{
position:absolute;
transform: rotate(270deg);
right: -35px;
display: none;
bottom: 115px;
background-color: #3c3c3c;
padding: 10px 6px;
border-radius: 16px;

}
#controls{
  
  align-items: flex-end;
  margin: 0;
  /* border: 2px solid red;} */
}
nav{
  
}
#search{
  /* border: 2px solid red; */
  margin-right: 20px;
}
#sideOptions{
  display: none;
}
.playicon{
  font-size: 2rem;
}
.cards>div{
  /* border: 2px solid red; */
  padding: 0 5px;
  margin-bottom: -2px;
}
.artists{
  max-width: 160px;
  max-height: 160px;
}
#vplayer {
  margin: 0 20px;
  position: relative;
  right: 19px;
}

}

.userOptions{
  position: absolute;
  right: 15px;
  background-color: #2b2727;
  border-radius: 6px;
  display:block;  
  z-index: 1;
}
#yep{
  display: none;
}
.uso{
  margin: 0;
  padding: 2px;
}
.uso>li{
  list-style: none;
  margin:5px 2px;
  padding: 10px 30px;
  border-radius: 6px;
}
.uso>li:hover{
  background-color: cyan;
  color: black;
  
}


.controllers:first-child{
  margin: 0 7px;
}
#playbar, #volume{
  height: 10px;
  -webkit-appearance: none;
  background: #1f1f1f;
  outline: none;
  border-radius: 20px;
  overflow: hidden;
}
#playbar::-webkit-slider-thumb, #volume::-webkit-slider-thumb{
  -webkit-appearance: none;
  height: 15px;
  width: 15px;
  border-radius: 50%;
  background-color: cyan;
 cursor: pointer; 
 border: 4px solid rgb(24, 91, 91);
 box-shadow: -407px 0 0 400px cyan;
}
@media only screen and (max-width: 600px) and (min-width : 350px){
#playbar{
  position: absolute;
  border-radius: 0;
    position: absolute;
    width: 108vw;
    left: -45vw;
    bottom: 50px;
    background-color: transparent;
    height: 5px;
}
.playicon{
  position: relative;
  right:10px;
  font-size: 35px;
  top: -5px;
}
}
@media only screen and (max-width: 396px) and (min-width :200px){
  .controllers{
    margin: 0 6px;
  }
  .controllers:first-child{
    margin: 0;
  }
  ::-webkit-scrollbar {
    width: 1px;
    height: 1px;
  }
  #controls{
    position:relative;
    right: -7.5vw;
  } 
  #player, nav{
    position: sticky;
  }
  #player{
    bottom: 0px;
  }
  nav{
    top: 0px;
  }
}
/* 
input[type=range] {
  height: 34px;
  -webkit-appearance: none;
  margin: 10px 0;
  width: 100%;
}
input[type=range]:focus {
  outline: none;
}
input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 12px;
  cursor: pointer;
  animate: 0.2s;
  box-shadow: 1px 1px 1px #002200;
  background: #205928;
  border-radius: 1px;
  border: 1px solid #18D501;
}
input[type=range]::-webkit-slider-thumb {
  box-shadow: 3px 3px 3px #00AA00;
  border: 2px solid #83E584;
  height: 23px;
  width: 23px;
  border-radius: 23px;
  background: #439643;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -7px;
}
input[type=range]:focus::-webkit-slider-runnable-track {
  background: #205928;
}
input[type=range]::-moz-range-track {
  width: 100%;
  height: 12px;
  cursor: pointer;
  animate: 0.2s;
  box-shadow: 1px 1px 1px #002200;
  background: #205928;
  border-radius: 1px;
  border: 1px solid #18D501;
}
input[type=range]::-moz-range-thumb {
  box-shadow: 3px 3px 3px #00AA00;
  border: 2px solid #83E584;
  height: 23px;
  width: 23px;
  border-radius: 23px;
  background: #439643;
  cursor: pointer;
}
input[type=range]::-ms-track {
  width: 100%;
  height: 12px;
  cursor: pointer;
  animate: 0.2s;
  background: transparent;
  border-color: transparent;
  color: transparent;
}
input[type=range]::-ms-fill-lower {
  background: #205928;
  border: 1px solid #18D501;
  border-radius: 2px;
  box-shadow: 1px 1px 1px #002200;
}
input[type=range]::-ms-fill-upper {
  background: #205928;
  border: 1px solid #18D501;
  border-radius: 2px;
  box-shadow: 1px 1px 1px #002200;
}
input[type=range]::-ms-thumb {
  margin-top: 1px;
  box-shadow: 3px 3px 3px #00AA00;
  border: 2px solid #83E584;
  height: 23px;
  width: 23px;
  border-radius: 23px;
  background: #439643;
  cursor: pointer;
}
input[type=range]:focus::-ms-fill-lower {
  background: #205928;
}
input[type=range]:focus::-ms-fill-upper {
  background: #205928;
} */
