@font-face {
    font-family: 'Typewcond Bold';
    src: url('typewcond_bold.otf') format('opentype');
}

.track-title {
    font-family: 'Typewcond Bold', sans-serif;
    font-size: 20px; /* Ajuste o tamanho da fonte conforme necessário */
    margin-top: 10px;
}

.current-time {
    font-family: 'Typewcond Bold', sans-serif;
    font-size: 20px; /* Ajuste o tamanho da fonte conforme necessário */
    margin-top: 10px;
}

.total-time{
    font-family: 'Typewcond Bold', sans-serif;
    font-size: 20px; /* Ajuste o tamanho da fonte conforme necessário */
    margin-top: 10px; 
}

.background-image {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('https://cdn.pixabay.com/index/2023/04/18/04-44-42-402_1440x550.jpg');
    background-size: cover;
    z-index: -1;
}

.repeat-text {
    font-size: inherit;
}

.album-cover {
    max-width: 300px;
    margin: 0 auto;
    text-align: center;
    margin-top: 20px;
}

.album-cover img {
    max-width: 100%;
    border-radius: 8px;
}

.audio-player {
    max-width: 500px;
    margin: 0 auto;
    text-align: center;
    background-color: #f8f8f8;
    border: 1px solid #ddd;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.play-pause-button, .next-button, .prev-button, .repeat-button {
    background-color: #ff5500;
    color: #fff;
    border: none;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    font-size: 24px;
    margin: 0 10px;
    cursor: pointer;
}

.play-pause-button:hover, .next-button:hover, .prev-button:hover, .repeat-button:hover {
    background-color: #ff4400;
}

.time-display {
    font-size: 14px;
    margin-top: 10px;
}

.timeline {
    width: 100%;
    height: 10px;
    background-color: #ddd;
    border-radius: 5px;
    margin-top: 10px;
    position: relative;
    cursor: pointer;
}

.progress-bar {
    height: 100%;
    width: 0;
    background-color: #ff5500;
    border-radius: 5px;
    position: absolute;
}

.timeline:hover .progress-bar {
    background-color: #ff4400;
}

.album-cover {
    max-width: 300px;
    margin: 0 auto;
    text-align: center;
    margin-top: 20px;
}

.album-cover img {
    max-width: 100%;
    border-radius: 8px;
}

.audio-player {
    max-width: 500px;
    margin: 0 auto;
    text-align: center;
    background-color: #f8f8f8;
    border: 1px solid #ddd;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.audio-player {
    max-width: 500px;
    margin: 0 auto;
    text-align: center;
    margin-top: 50px;
    background-color: #f8f8f8;
    border: 1px solid #ddd;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.audio-player audio {
    width: 100%;
    outline: none;
}

.play-pause-button {
    background-color: #ff5500;
    color: #fff;
    border: none;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    font-size: 24px;
    margin: 0 10px;
    cursor: pointer;
}

.play-pause-button:hover {
    background-color: #ff4400;
}

.time-display {
    font-size: 14px;
    margin-top: 10px;
}

.timeline {
    width: 100%;
    height: 10px;
    background-color: #ddd;
    border-radius: 5px;
    margin-top: 10px;
    position: relative;
    cursor: pointer;
}

.progress-bar {
    height: 100%;
    width: 0;
    background-color: #ff5500;
    border-radius: 5px;
    position: absolute;
}

.timeline:hover .progress-bar {
    background-color: #ff4400;
}

@media (max-width: 720px) {
    .audio-player {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        background-color: #fff; /* Adapte a cor de fundo conforme necessário */
        padding: 10px;
        align-items: center;
        justify-content: space-between;
    }

    .album-cover {
        width: 80%;
        max-width: 400px;
        position: fixed;
        top: 30%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: -1;
    }
}
