@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.fruttiger {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(215, 215, 215, 0.1) 59.37%), rgba(166, 255, 240, 0.35);
    box-shadow: 0px 4px 4px 4px rgba(0, 0, 0, 0.25), 0px 0px 50px 18px rgba(255, 255, 255, 0.42), inset 0px 0px 50px 20px rgba(255, 255, 255, 0.53);
    backdrop-filter: blur(15.35px);
}

.fruttigerBlack {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.295) 0%, rgba(40, 40, 40, 0.2) 59.37%), rgba(20, 20, 20, 0.842);
    backdrop-filter: blur(15.35px);
}


body {
    background-image: url('./imgs/fundo.png');
    background-size: cover;
    background-repeat: no-repeat;
    font-family: 'Inter', sans-serif;
}

header {
    position: absolute;
    width: 100%;
    height: 111px;
    left: 0px;
    top: 0px;

    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(215, 215, 215, 0.1) 59.37%), rgba(166, 255, 240, 0.35);
    box-shadow: 0px 4px 10px 4px rgba(0, 0, 0, 0.25), 0px 0px 50px 18px rgba(255, 255, 255, 0.42), inset 0px 0px 50px 20px rgba(255, 255, 255, 0.53);
    backdrop-filter: blur(15.35px);
    display: flex;
    justify-content: center;
    align-items: center;
}

header input {
    position: absolute;
    width: 90vh;
    height: 77px;

    border: 2px solid rgba(255, 255, 255, 0.59);
    box-shadow: 0px 4px 9.7px 5px rgba(0, 0, 0, 0.25), 0px 0px 38.9px 5px rgba(255, 255, 255, 0.6);
    backdrop-filter: blur(6.25px);
    border-radius: 35px;
    background-color: transparent;

    color: rgba(255, 255, 255, 0.9);
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 20px;
    padding: 0 25px;
    letter-spacing: 0.5px;
    font-weight: bolder;
    text-shadow: 1px 1px 3px rgb(0, 0, 0);

    transition: all 0.3s ease;
}

header input:focus {
    outline: none;
}

.menu {
    position: absolute;
    width: 45vh;
    height: 72%;
    top: 130px;
    left: 40px;
    border-radius: 3vh 5vh;
    display: flex;
    align-items: center;
    flex-direction: column;
    padding: 2vh 3vh;
    gap: 1vh;
}

.userImage {
    box-sizing: border-box;
    width: 23vh;
    border: 8px solid rgba(255, 255, 255, 0.22);
    box-shadow: 0px 4px 10px -3px rgba(0, 0, 0, 0.25), 0px 4px 50px 5px rgba(255, 255, 255, 0.66), 0px 4px 50px 18px rgba(255, 255, 255, 0.25), inset 0px 4px 50px 20px rgba(255, 255, 255, 0.25);
    border-radius: 179.5px;
}

.frase {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 39px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #FFFFFF;
    text-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
}

.barraH {
    width: 100%;
    border: 3px solid rgba(255, 255, 255, 0.75);
    box-shadow: 0px 0px 11.9px #FFFFFF;
    border-radius: 40%;
}

.barraV {
    width: 0px;
    height: 100%;
    border: 3px solid rgba(255, 255, 255, 0.75);
    box-shadow: 0px 0px 11.9px #FFFFFF;
    border-radius: 40%;
}

.btn_menu {
    border: none;
    font-weight: 700;
    width: 15vh;
    font-size: 1.2rem;
    color: #FFFFFF;
    text-shadow: 0px 4px 7.2px rgba(0, 0, 0, 0.77);
    border-radius: 2vh 2vh 3vh 3vh;
    padding: 1.8vh .5vh;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.btn_menu img {
    width: 9vh;
}

.btn_menu:hover {
    cursor: pointer;
}

.containerBotoes {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 1vh;
    margin-bottom: .8vh;
}

.divisor {
    position: absolute;
    top: 170px;
    left: 500px;
    height: 65%;
}

.containerMusicas {
    position: absolute;
    top: 111px;
    left: 510px;
    width: calc(100vw - 510px);
    height: calc(100vh - 111px);

    overflow-y: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 5vh;
    padding: 20px;

    box-sizing: border-box;
    padding-bottom: 15vh;

}

.containerMusicas::-webkit-scrollbar {
    display: none;
}

.musicaInfos {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.itemMusica {
    width: 60vh;
    height: 30vh;
    border-radius: 5vh 5vh 3vh 3vh;
    padding: 3vh;
    display: flex;
}

.itemMusica:hover {
    cursor: pointer;
}

.imgMusica {
    border: 5px solid rgba(255, 255, 255, 0.73);
    box-shadow: 0px 4px 10px -3px rgba(0, 0, 0, 0.25), 0px 4px 50px 20px rgba(255, 255, 255, 0.25), 0px 4px 50px 18px rgba(255, 255, 255, 0.25), inset 0px 4px 50px 20px rgba(255, 255, 255, 0.25);
    border-radius: 30px 50px;
    width: 23vh;
}

.containerImage {
    display: flex;
    gap: 1vh;
}

.musicaNome {
    font-weight: 700;
    font-size: 1.5rem;
    color: #FFFFFF;
    text-shadow: 0px 4px 10px #000000;
    margin-left: 3vh;
}

.tag {
    width: 10vh;
    padding: 1.3vh;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5vh 5vh 3vh 3vh;
    color: #FFFFFF;
    text-shadow: 0px 4px 10px #000000;
    font-weight: 700;
    font-size: 1rem;
}

.containerTags {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 2vh;
    padding-left: 4vh;
}

.artistaAvaliacao {
    display: flex;
    justify-content: end;
    color: #FFFFFF;
    text-shadow: 0px 4px 10px #000000;
    font-weight: 700;
    font-size: 1.2rem;

}

.player {
    width: 100%;
    position: absolute;
    bottom: 0;
    height: 13vh;
    display: flex;
    justify-content: center;

}

.playerConteudo {
    width: 70%;
    position: relative;
    height: 100%;
    border-radius: 4vh 4vh 0px 0px;
    display: flex;
    align-items: center;
    padding: 1vh;
}

.playerConteudo img {
    height: 100%;
    margin-left: 3vh;
    border: 3px solid rgba(255, 255, 255, 0.73);
    box-shadow: 0px 4px 10px -3px rgba(0, 0, 0, 0.25), 0px 4px 50px 20px rgba(255, 255, 255, 0.25), 0px 4px 50px 18px rgba(255, 255, 255, 0.25), inset 0px 4px 50px 20px rgba(255, 255, 255, 0.25);
    border-radius: 20px;

}

.containerControles {
    height: 100%;
    width: 100%;
    color: #FFFFFF;
    font-size: 1.5rem;
    font-weight: 700;
    padding: 1vh;
    text-shadow: 0px 4px 10px #000000;
    display: flex;
    flex-direction: column;
    gap: 1vh;
}

.barraMusica {
    height: 2vh;
    width: 90%;
    border-radius: 1vh;
}

.btns_controll {
    display: flex;
    justify-content: space-between;
    padding-right: 5vh;
}

.comandos {
    display: flex;
    gap: 2vh;
}
.outrosComandos {
    display: flex;
    gap: 2vh;
}

.barra {
    display: flex;
    justify-content: space-between;
    padding-right: 5vh;
}