html,body {
    height: 100%;
    font-family: inter,sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
    font-variation-settings: "slnt" 0;
    color: #fff;
    background-color: #000;
    padding: 0;
    margin: 0
}

.cover-site {
    min-width: 100%;
    min-height: 100%;
    position: fixed;
    background: url(../img/background.jpg) no-repeat;
    background-position: center;
    background-size: cover;
    transition: background-image 1s;
    background-position: center;
    background-attachment: fixed
}

#bgCover {
    min-width: 100%;
    min-height: 100%;
    position: absolute;
    background-position: center;
    background-size: cover;
    transition: background-image 1s;
    background-position: center;
    background-attachment: fixed;
    z-index: 1
}

.bg-mask {
    min-width: 100%;
    min-height: 100%;
    position: absolute;
    background: radial-gradient(rgba(0,0,0,.5) 20%,#000 85%);
    z-index: 2;
    backdrop-filter: blur(10px)
}

main {
    display: flex;
    width: 100%;
    height: 100vh;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

#player {
    width: 100%;
    max-width: 800px;
    z-index: 1;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 25px;
    padding: 25px;
    box-sizing: border-box
}

.web-player {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    gap: 50px;
    background: #ffffff12;
    backdrop-filter: blur(10px);
    border-radius: 10px;
    padding: 50px
}

.cover-album {
    width: 100%;
    height: auto;
    max-width: 256px;
    min-height: 256px;
    background: url(../img/cover.jpg) no-repeat;
    background-size: cover;
    box-shadow: 0 5px 10px 3px rgba(0,0,0,.4);
    transition: background-image 1s;
    border-radius: 10px;
    overflow: hidden;
    box-sizing: border-box;
    position: relative
}

.watermark {
    width: 32px;
    height: 32px;
    background: url(../img/watermark.svg) no-repeat;
    background-size: 100%;
    position: absolute;
    bottom: 10px;
    left: 10px;
    z-index: 2
}

#currentCoverArt {
    width: 100%;
    aspect-ratio: 1/1;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transition: background-image 1s
}

.player-data {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: flex-start
}

.logo {
    display: none
}

.info-current-song {
    font-family: montserrat alternates,sans-serif;
    font-style: normal
}

.info-current-song h2 {
    font-size: 22px;
    font-weight: 700
}

.info-current-song h3 {
    font-size: 18px;
    font-weight: 400
}

.play-pause {
    width: 100%;
    margin: 20px 0
}

.play-pause i {
    font-size: 65px;
    display: inline-block;
    cursor: pointer;
    opacity: .75
}

.play-pause i:hover {
    opacity: 1
}

.volume-icon {
    font-size: 20px;
    padding: 8px 0 0
}

.volume-slide {
    line-height: 20px
}

.volume-control {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    gap: 10px
}

.percentual-volume {
    padding: 5px 0 0
}

.vagalume a {
    color: #fff;
    text-decoration: underline
}

input[type=range] {
    -webkit-appearance: none;
    background: 0 0;
    width: 100%;
    margin: 0
}

input[type=range]:focus {
    outline: none
}

input[type=range]::-webkit-slider-runnable-track {
    width: 100%;
    height: 5px;
    cursor: pointer;
    animate: .2s;
    box-shadow: 0 0 0 #000,0 0 0 #0d0d0d;
    background: #fff
}

input[type=range]::-webkit-slider-thumb {
    box-shadow: 0 0 0 #000,0 0 0 #0d0d0d;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    background: #fff;
    cursor: pointer;
    -webkit-appearance: none;
    margin-top: -8px
}

input[type=range]::-moz-range-track {
    width: 100%;
    height: 5px;
    cursor: pointer;
    animate: .2s;
    box-shadow: 0 0 0 #000,0 0 0 #0d0d0d;
    background: #fff
}

input[type=range]::-moz-range-thumb {
    box-shadow: 0 0 0 #000,0 0 0 #0d0d0d;
    border: 0 solid #000;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    background: #fff;
    cursor: pointer
}

input[type=range]::-ms-track {
    width: 100%;
    height: 5px;
    cursor: pointer;
    animate: .2s;
    background: 0 0;
    border-color: transparent;
    border-width: 10px 0;
    top: -10px;
    color: transparent
}

input[type=range]::-ms-fill-lower {
    background: #fff;
    border: 0 solid #000101;
    box-shadow: 0 0 0 #000,0 0 0 #0d0d0d
}

input[type=range]::-ms-fill-upper {
    background: #fff;
    border: 0 solid #000101;
    box-shadow: 0 0 0 #000,0 0 0 #0d0d0d
}

input[type=range]::-ms-thumb {
    box-shadow: 0 0 0 #000,0 0 0 #0d0d0d;
    border: 0 solid #000;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    background: #fff;
    cursor: pointer
}

.historic {
    background: #ffffff12;
    backdrop-filter: blur(10px);
    border-radius: 10px;
    padding: 25px;
    text-align: center;
}

.historic h2 {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 0 25px
}

#historicSong {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 25px;
    margin: 0 0 25px 0;
    align-content: center;
}

.historic article {
    display: flex;
    width: 50%;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
    background: #ffffff12;
    border-radius: 5px;
    padding: 20px;
    box-sizing: border-box;
    flex-basis: calc(50% - 25px);
    text-align: left;
}

.historic .cover-historic {
    width: 64px;
    height: 64px;
    aspect-ratio: 1/1;
    background: url(../img/cover.jpg) no-repeat;
    background-size: cover;
    box-shadow: 1px 2px 5px rgba(0,0,0,.3);
    transition: background-image 1s;
    border-radius: 5px;
    box-sizing: border-box
}

.historic .music-info {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: flex-start
}

.historic .music-info div {
    text-transform: capitalize
}

.historic .music-info .song {
    font-weight: 600
}

.historic .music-info .artist {
    font-weight: 300
}

@media screen and (max-width: 640px) {
    .web-player,#historicSong {
        flex-direction:column
    }

    .web-player {
        padding: 25px;
        margin-top: 125px
    }

    .historic {
        margin-bottom: 25px
    }

    .historic article {
        width: 100%
    }
}
