@import url('https://fonts.googleapis.com/css2?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&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Open+Sans:ital,wght@0,300..800;1,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=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap');

bady{
    background-color: antiquewhite;
    
}
*{
    margin: 0;
    padding: 0;
}
nav {
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif ;
    background-color: black;
    color: white;
    height: 65px;
    display: flex;
    align-items: center;
    font-size: 1rem;
}
ul {
    display: flex;
    align-items: center;
   
}
.logo img {
 height: 84px;
 width: auto;
}
ul li {
    list-style: none;
    padding: 0 12px;
}

.container{
    min-height:63vh;
    color: white;
    background-color: black;
    font-family: "Poppins", serif;
    display: flex;
    margin: 25px auto;
    width: 70%;
    border-radius: 15px;
    padding: 30px;    
    background-image: url(images/headphones_audio_black_134032_1280x720.jpg);
   
}

 .bottom {
    height: 100px;
    bottom: 0;
    background-color: black ;
    display: flex;
    justify-content: center;
    align-items: center;
    position: sticky;
    color: white;
    flex-direction: column;
    font-size: 30px;
 }
 .container h3{
    font-family: "Poppins", serif;
    font-weight: 400;
     font-style: normal;
     position: relative;
     top: -10px;

    }

 #progressBar{
    width:70vw;
 }

 /* play buttons */
.icons {
    margin: 8px 0;
}
.fa {
    padding: 0 10px;
    cursor: pointer;
}
/*  Songlist */


.songItems{
    height: 50px;
    width: 100%;
    background-color: white;
    color: black;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 15px;
    margin: 5px 0;
}
.songItems img {
    height: 40px;
    border-radius: 50%;
    /* margin: 0 10px; */
    margin-left: 10px;
}
.songListPlay span{
  padding: 0 20px;
}
.falist{
    padding-right: 10px;
    font-size: 25px;
    cursor: pointer;
}
.musicPlaygif {
    height: 50px;
    position: absolute;
    left: 15vw;
    bottom: 25px;
    top: px;
}
.musicPlaygif img {
    opacity: 0;
    transition: opacity 0.8s ease-in;0
}
.masterPlaySongName {
    font-size: 17px;
    position: relative;
    color: rgb(183, 137, 226);
    bottom: 45px;
    padding-left: 5px;
}
