*{
    margin: 0;padding: 0;
}
body{
    height:100%;width:100%;
    background: linear-gradient(90deg,#031b1c,#0B666A,#031b1c);
}

nav .logo{
    margin-right: 1%;
}
nav{
    height:10vh;
    width: 100%;
    background: linear-gradient(90deg,#031b1c,#0B666A,#031b1c);
    color:rgb(203, 253, 255);
    position: relative;
}
.vol{
    position: absolute;
    right:5%;
    height:5vh;
}
.volIcon{
    font-size: larger;
    color:rgb(3, 229, 218);
    margin-right:3%
}
.volume{
    accent-color: rgb(3, 229, 218);
    width:80%;
}

.gif1{
    position: absolute;
    left:0.5%;
    transition: 0.2s ease-in;
    margin:auto 0 auto 0;
    height:8vh;
    border-radius: 20%;
    cursor: pointer;
    visibility:hidden;
    box-shadow: 0px 0px 10px 18px rgba(8,29,32,0.5);
}
.gif2{
    position: absolute;
    right:0.5%;
    transition: 0.2s ease-in;
    margin:auto 0 auto 0;
    height:8vh;
    border-radius: 20%;
    cursor: pointer;
    visibility:hidden;
    box-shadow: 0px 0px 10px 18px rgba(8,29,32,0.5);
}
.pop{
    margin-right:10% !important;
}
h3{
    margin-right:3%;color:rgb(3, 229, 218);
}
.navItem:hover{
    cursor: pointer;
    transition: 0.2s ease-in;
    color: rgb(3, 229, 218);
    font-weight: bolder;
}
.navItem{
    margin:2%;
    font-weight: 600;
}
.logo{
    font-size:125%;
    margin:auto 0.5% auto 5%;
    border-radius: 50%;
    color:rgb(3, 229, 218);
}

main{
    height:75vh;
    width:100%;
    position: relative;
    
    background-image: url("assets/backg1.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position:left;
}

.container{
    width:60vw;
    height: 80%;
    background: linear-gradient(90deg,#031b1c90,#0b656a90,#031b1c90);
    box-shadow: 0px 0px 5px 3px rgba(20, 44, 46, 0.2);
    border-radius:10%;
}
.list{
    height:90%;
    width:100%;
    color: rgb(203, 253, 255);
    position: relative;
}


h2{
    font-weight: bolder !important;
}
.songItem{
    height:5vh;
    width:90%;
    background-color: rgba(255,255,255,0.1);
    border-radius: 5%;
    box-shadow: 0px 0px 5px 3px rgba(255,255,255,0.1);
    color:rgb(203, 253, 255);
}
.songItem img{
    height:95%;
    border-radius: 50%;
    margin:auto 5% auto 1%;
}
.play{
    height:7%;
    width:10%;
    margin:auto 0;
    position:absolute;
    right:7%;
    border-radius: 20%;
    background-color: rgba(0, 98, 93,0.7);
    color:rgb(205, 253, 255);
    font-weight: bolder;
    box-shadow: 1px 1px 5px 2px rgba(0, 61, 57, 0.356);
    cursor: pointer;
}




.afterPlay{  
    opacity:1;
    pointer-events: none;
}


.bottom{
    position: sticky;
    bottom:0;
    height:15vh;
    width:100%;
    /* background-color: #0B666A; */
    background: linear-gradient(90deg,rgb(8,29,32),#0B666A,rgb(8,29,32));
    
    color:rgb(203, 253, 255);
    
}
.stuff{
    position: relative;
    bottom:0;
    height:15vh;
    width:80%;
}
.controls{
    height:8vh;
    width:100%;
    position: absolute;
    bottom: 3% !important;

}
.list .vanish{
    visibility: hidden;
}
.fa-forward-step,.fa-backward-step{
    margin: 1%;
    font-size: 1.8vw !important;
    cursor: pointer;
}

.fa-play,.fa-pause{
    margin: 2%;
    font-size: 2.4vw !important;
    cursor: pointer;
}
.controls .fa-solid:hover{
    color:rgb(3, 229, 218);
}
.progress{
    width:100%;
    margin: 4% 1% 6% 0;
    position: relative;
}
.prog{
    width:80%;
    margin: 0 1%;
    cursor: pointer;
    /* accent-color: #272926; */
    accent-color:rgb(203, 253, 255);
}
.prog:hover{
    accent-color: rgb(3, 229, 218);
}
.progress p{
    color:rgb(3, 229, 218) !important;
}
h4{
    font-size:larger;
    color:rgb(203, 253, 255);
    font-weight: bold;
    position: absolute;
    top:55%;left:5%;
}


/*RESPONSIVENESS*/

@media screen and (max-width:1000px)
{
    .gif{
        visibility: hidden !important;
    }
    ul{
        visibility: hidden !important;
    }
}
@media screen and (max-width:803px)
{
    #songName{
        top:60%;
        font-size:smaller;
    }
    .volume{
        
        width:50% ;
    }
}
@media screen and (max-width:720px) {
    
    .navItem,h3{
        margin: 0 1.4% 0 0 !important;
    }
    .info{
        font-size: smaller !important;
    }
}
@media screen and (max-width:600px)
{
    .volIcon{
        font-size: small;
    }
    
    nav{
        font-size: small;
    }
    .prog{
        width:70% !important;
    }
    .container{
        font-size: small !important;
        width:70vw;
    }
    .controls .fa-solid{
        font-size: large !important;
    }
}
@media screen and (max-width:520px)
{
    #songName{
        top:65%;
        font-size: x-small;
    }
    nav{
        font-size: smaller !important;
    }
    nav input[type=range]::-webkit-slider-thumb {
        height:1px !important;
    }
    .prog{
        width:60% !important;
    }
    nav input[type=range] {
        height:7px !important;
    }
    .container button{
        font-size: x-small !important;
    }
}
@media screen and (max-width:448px)
{
    
    .prog{
        width:50% !important;
    }
    #songName{
        font-size: 0;
    }
    
    .container img{
        width:0;
    }
    .container{
        font-size: smaller !important;
        width:80vw !important;
        height: 80% !important;
        background: linear-gradient(90deg,#031b1cdb,#0b656adb,#031b1cdb);
    }
    .container button{
        font-size: xx-small !important;
    }
}
@media screen and (max-width:348px)
{
    nav .logo{
        font-size: smaller !important;
    }
    .info
    {
        font-size: x-small !important;
    }
    nav{
        font-size: x-small !important;
    }
    .container{
        font-size: x-small !important;
    }
}
