@import url('https://fonts.googleapis.com/css2?family=Parkinsans:wght@300..800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Parkinsans:wght@300..800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto+Mono:ital,wght@0,100..700;1,100..700&family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');


body {
    background-color: #000000;
    color: #ffffff;
    height: max-content;
}

* {
    margin: 0%;
    padding: 0%;
    font-family: "Poppins", serif;
}

nav {
    background-color: #000000;
    width: 98%;
    justify-content: space-between;
    padding: 10px;
    position: relative;
    z-index: 1;
    top: 0;
}

.spotify-logo {
    height: 40px;
    cursor: pointer;
}

.search-box {
    gap: 10px;
    height: 60px;
}

.search-icon,
.cross {
    color: #b3b3b3;
    cursor: pointer;
}
.cross{
    display: none;
}

.search-field {
    border-radius: 25px;
    background-color:#1f1f1f ;
    gap:10px;
    padding: 10px 20px;
} 

.home{
    background-color: #1f1f1f;
    color: #ffffff;
    border-radius: 50%;
    padding: 2px;
    cursor: pointer;
}

.line{
    background-color: #b3b3b3;
    height: 25px;
    width: 1px;
}

.search-field input {
    width: 22rem;
    border: none;
    border-radius: 0px 15px 15px 0px;
    color: #ffff;
    font-size: 16px;
}


.search-field input:focus {
    outline: none;
}

.search-field input::placeholder {
    font-size: 17px;
    color: #b3b3b3;
}

.logIn,
.signUp {
    padding: 10px 30px;
    border: none;
    font-size: 15px;
    font-weight: bold;
    border-radius: 25px;
    cursor: pointer;
}

.signUp {
    background-color: transparent;
    color: #b3b3b3;
}

.logIn {
    background-color: #ffffff;
    color: #b3b3b3;
    border-radius: 20px;
}

.logIn:hover {
    color:#2a2a2a;
    transform: scale(1.02);
}

.signUp:hover {
    color: #ffffff;
    transform: scale(1.02);
}


.spotifyPlaylist{
height:83dvh;
padding: 5px;
gap:5px;
}


.leftBox {
    height: 100%;
    width: 23vw;
    background-color: #121212;
}

.library,
.yourLibrary {
    justify-content: space-between;
    padding: 5px;
    gap: 5px;
    font-weight: bold;
    color:#b3b3b3;
}

.plusSymbol
{
    border-radius: 50%;
    padding: 8px;
    cursor: pointer;
}

.plusSymbol:hover{
    background-color: #292929;
    color: #ffffff;
}

.yourLibrary:hover, .yourLibrary svg:hover{
    color: #ffffff;
}

.Playlist {
    background-color: #1f1f1f;
    margin: 10px 0px 10px 10px;
    padding: 10px;
}

.playlistBox {
    margin-top: 20px;
    background-color: #121212;
    height: 141px;
    overflow-y:auto;
    visibility: hidden;
}

.createBtn {
    background-color: #ffffff;
    color: #000000;
    border-radius: 20px;
    padding: 10px;
    border: none;
    font-weight: 600;
    margin: 14px 0px;
    cursor: pointer;
}

.createBtn:hover{
    transform:scale(1.05) ;
}

.leftFooter {
    margin-top: 40px;
}

.leftFooter ul {
    flex-wrap: wrap;
}

.leftFooter ul li,
.leftFooter a {
    list-style: none;
    text-decoration: none;
    padding: 2px 10px;
    color: #b3ab99;
    font-size: 14px;
}

.languageSelection {
    margin: 30px 20px;
   
}

.languageSelection button {
    border-radius: 20px;
    background-color: #121212;
    color: #ffffff;
    font-size: 17px;
    font-weight: 500;
    border: 1px solid #ffffff;
    padding: 5px 10px;
    gap: 10px;
    cursor: pointer;
}

.rightBox {
    background: linear-gradient(to bottom,#202020,#161616,#121212);
    width: 75vw;
    height:100%;
    overflow-y: scroll;
}

.rightBox .topHeading{
    justify-content: space-between;
    padding: 10px 20px;
}

.rightBox p{
    color: #b3b3b3;
    font-weight: 400px;
    font-size: 14px;
}

.playIcon{
    border-radius: 50%;
    background-color: #1ed760;
    height: 20px;
    width: 20px;
    padding: 10px; 
    position: absolute;
    right: 15px;
    bottom: 40px;
    opacity: 0;
    transition: all 0.2s ease-out;
}
.playIcon img{
    height: 15px;
    width: 15px;
}

.artistCard .playIcon{
    display: flex;
   align-items: center;
   justify-content: center;
}

.artistCard .playIcon img{
    height: 15px;
    width: 15px;
}
 .artistCard:hover .playIcon{
     bottom: 60px;
     opacity: 1;
}

.artistContainer {
    justify-content: space-evenly;
}

.artistContainer .artistCard {
    width: 150px;
    padding: 5px;
    position: relative;
    cursor: pointer;
}

 .artistCard img {
    height: 150px;
    width: 150px;
    border-radius: 50%;
}

.rightBox h5 {
    font-weight: 300;
}

.albumContainer {
    justify-content: space-evenly;
}

.albumContainer .albumCard {
    width: 160px;
    padding: 10px;
    border-radius: 5px;
    position: relative;
    padding: 5px;
    cursor: pointer;
}

.albumCard:hover .playIcon{
    bottom: 85px;
    opacity: 1;
}

.albumCard img {
    width: 100%;
    object-fit: contain;
    border-radius: 5px;
}

.artistCard:hover,.albumCard:hover {
    background-color: #1f1f1f;
}

.rightFooter{
    justify-content: space-around;
    margin: 60px auto 40px;
}

.rightFooter .links ul{
    list-style: none;
}
.links ul li{
    line-height: 30px;  
}

.links ul li a{
    text-decoration: none;
    color:  #b3b3b3;
}  
 
#media{
    gap: 20px;
    font-size: 20px;
    font-weight: bolder;
}
.fa,.fa-brands{
    color:#ffffff;
    background-color: #292929;
    padding: 10px;
    border-radius: 50%;
}
hr{
    width: 95%;
    margin: 2px auto;
    color: #2a2a2a;
    opacity: 0.1;
}

.bottom{
    color: #b3b3b3;
    margin: 30px 30px 50px;
    font-size: 14px;
}

.footer{
    bottom: 0px;
    width: 97vw;
    height: 50px;
    margin: 4px auto;
    padding: 10px;
    justify-content: space-between;
    border-radius: 2px;
    background-image: linear-gradient(to right,#ae2896,#a9309d,#a6339f,#9942ac,#9942ac,#9942ac,
    #7a68cb,#7b67ca,#7173d4,#776dcf,#6c78d8,#6c78d8,#677fde,#6483e1,#5f89e6,#5892ee,#519af4);
}
.footer p{
    color:  #ffffff;
    font-weight: bold;
    font-size: 14px;
}

.footer button{
    background-color: #ffffff;
    color: #000000;
    border: none;
    padding: 10px 20px;
    border-radius: 25px;
    margin-right: 20px;
}

::-webkit-scrollbar{
    width: 12px;
}
::-webkit-scrollbar-thumb{
    background-color: #5a5a5a;
}

.rightBox::-webkit-scrollbar-thumb{
  background-color: black;
}


.rightBox::-webkit-scrollbar-thumb {
   background-color: #5a5a5a;
   border-radius: 0px 3px 3px 0px;
}

.rightBox h4:hover,.topHeading p:hover,.topHeading h2:hover{
    text-decoration: underline;
 }

 .Playlist,.playlistBox:hover,.rightBox > *,.rightBox:hover{
    visibility: visible;
}


