@import url('https://fonts.googleapis.com/css2?family=Ubuntu&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Varela+Round&display=swap');
body{
    background-color: antiquewhite;
    background-image: url('./main\ bg\ 2.jpg');
}

*{
    margin: 0;
    padding: 0;
}

nav .AA{
    font-family: 'Ubuntu', sans-serif;
    min-width: 100%;
}

.AA{
    position: relative;
    display: flex;
    align-items: center;
    list-style-type: none;
    height: 65px;
    background-color: rgb(0, 0, 0);
    color: white;
    
    /* justify-content: flex-end; */

}
div nav ul .AA{
    position: absolute;
    display: flex;
    align-items: center;
    list-style-type: none;
    height: 65px;
    background-color: black;
    color: white;
    justify-content: flex-end;

}

nav ul li .AA .brand{
    padding: 0 12px;
}
.brand img{
    width: 44px;
    padding: 0 8px;
}

.brand {
    display: flex;
    position: absolute;
    justify-content: start;
    align-items: center;
    font-weight: bolder;
    font-size: 1.3rem;
}


.container{
    min-height: 72vh;
    background-color: black;
    
    color: white;
   font-family: 'Varela Round', sans-serif;
   display: flex;
   margin: 23px auto;
   width: 70%;
   border-radius: 12px;
   padding: 34px;
   background-image:url(./main\ bg.jpg)
}



.YouTube{
    opacity: 10%;
    width: 300px;
    height: 300px;

    display: flex;
    position: absolute ;
    margin-top: 20px;
    margin-right: 0px;
    margin-left: 550px;
}

.YouTube:hover{
    opacity: 75%;
}

.bottom{
    position: relative;
    bottom: 0;
    height: 110px;
    background-color: rgb(152, 148, 148);
    opacity: 85%;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column; 
    background-image: url(./pngwing.com.png);
    background: no-repeat;
    opacity: 100%;
}

.icons{
    margin-top: 14px;
    display: flex;
    /* flex-direction: column; */
    gap: 20px;
    justify-content: space-between;
    color: gold;

    
}
.icons i{
    cursor: pointer;
}

#myProgressBar{
    width: 80vw; 
    cursor: pointer;
}

.songItemContainer{
    margin-top: 34px;

}

.songItem{
    height: 50px;
    display: flex;
    position: relative;
    background-color: rgb(129, 106, 234);
    opacity: 80%;
    color: rgb(236, 233, 233);
    margin: 12px 0;
    justify-content: space-between;
    align-items: center;
    border-radius: 34px;
}


.songItem img{
    width: 43px;
    margin: 0 23px;
    border-radius: 34px;
}

.timestamp{
    margin: 0 23px;
}

.timestamp i{
    cursor: pointer;
}


.songInfo{
    position: absolute;
    left: 10vw;
    font-family: 'Varela Round', sans-serif;
}

.songInfo img{
    opacity: 0;
    transition: opacity 0.4s ease-in;
}




@media only screen and (max-width: 1000px) {

    .songName{
        display: flex;
        justify-content:center
    }

    .songItem{
        height: 60px;
        width: 102%;
        margin-left: 0;
        margin-top: 0;
    }

    .timestamp{
        display: flex;
        justify-content: center;
        margin-right: 10px;
        padding-right: 20px;
    }
    .songItemPlay {
        display: flex;
        justify-content: end;
        margin-left: 10px;
        margin-right: 0;
    }
    .bottom{
        display: flex;
        flex-direction: column;
        /* justify-content: space-evenly; */
    }
    .icons{
        margin-top: 50px;
    }
    .songInfo{
       
        margin:-40px;
    }
    .songList{
        gap: 10px;
    }
   
    .heading{
        margin-top: 0px;
    }

   .YouTube{
    display: block;
    opacity: 0%;
    width: 5px;
    height: 5px;
    margin-top: 0px;
    margin-left: 0px;
   }

    .HA{
        margin-top: 1000px;
        display: block;
        opacity: 0%;
    
    }

  

    .YT{
        display: block;
    }

    iframe{
        margin-top: 0;
        margin-left: 0;
        margin-right: 1000px;
        width: 0px;
        height: 0px;

        
    }
    
  
    
  }
