@charset "UTF-8";

* {
    margin: 0px;
    padding: 0px;
}

:root {
    --cor0: #1DB954;
    --cor1: #000000;
    --cor2: #FFFFFF;
    --cor3: #535353;
    --cor4: #B3B3B3;
    --cor5: #181818;
    --cor6: #121212;
}

.navbar {
    background-color: black;
}

.nav-icons {
    width: 100%;

}

.nav-link {
    color: var(--cor4);
    font-weight: bold;
}

.nav-link:hover {
    color: var(--cor2);
    transform: scale(1.1);
    transition: transform 0.3s ease;
}

.logo img{
    width: 38px;
    height: 38px;
    border-radius: 50%;
    transition: all 0.3s ease;
}

.logo img:hover{
    box-shadow: 0 0 10px rgba(29, 185, 84, 0.6);
    transform: scale(1.08);
}

.btn-spotify {
    background-color: var(--cor6);
    border: none;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    padding: 0;
    flex-shrink: 0;
}

.btn-spotify i {
    color: var(--cor2);
    font-size: 18px;
    transition: transform 0.2s ease;
}


.btn-spotify:hover {
    background-color: var(--cor5);
    transform: scale(1.08);
    box-shadow: 0 0 10px rgba(29, 185, 84, 0.6);
    text-decoration: none;
}

.btn-spotify:hover i {
    transform: scale(1.1);
}

.search-bar {
    background-color: var(--cor5);
    border-radius: 25px;
    padding: 2px 12px;
    border: 1px solid var(--cor3);
    width: 320px;
    height: 50px;
    color: #fff;
    transition: all 0.3s ease;
    min-width: 180px;
    max-width: 400px;
    flex-grow: 1;
}

.search-bar input {
    background: transparent;
    border: none;
    outline: none;
    color: #fff;
    margin: 0 8px;
    width: 100%;
}

.search-bar i {
    color: #b3b3b3;
}

.search-bar:hover {
    border-color: #b3b3b3;
}

.search-bar i:hover {
    color: var(--cor4);
    transform: scale(1.08);
    text-decoration: none;
}

.divisor {
    width: 2px;
    height: 24px;
    background-color: #fff;
    margin: 0 15px;
}


#links-nav-ul {
    margin-top: 0;
    padding: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-end;

}

#links-nav-ul .nav-item {
    white-space: nowrap;
}

.mavbar-toggler {
    margin-right: 15px;
    border: none;
}



#nav-links {
    text-align: right;
}

#nav-links .nav-link {
    color: #B3B3B3;
    font-weight: 500;
    padding: 8px 0;
}

#nav-links .nav-link:hover {
    color: #fff;
}

#nav-links .btn-entrar {
    background-color: #fff;
    color: #000;
    border-radius: 20px;
    padding: 6px 18px;
    font-weight: bold;
    transition: all 0.3s ease;
}

#nav-links .btn-entrar:hover {
    background-color: var(--cor0);
    color: #fff;
}






.icon-download {
    color: var(--cor2);
}

.btn-entrar {
    background-color: var(--cor2);
    border-radius: 50px;
    width: 100px;
    height: 50px;
    font-weight: bold;
}

.btn-entrar:hover {
    background-color: rgba(243, 240, 240, 0.963);
    transform: scale(1.11, 1.05);
    text-decoration: none;
    transition: transform 0.2s ease;
}

/*abaixo do header sections e etc: */


.btn-criar {
    border-radius: 50px;
    width: 80px;
    height: 40px;
    padding: 8px 7px;
    font-size: 15px;
    cursor: pointer;
    border: none;
    background-color: var(--cor3);
    color: var(--cor2);
    transition: background-color 0.3s ease, transform 0.2s ease;
    justify-content: end;
    margin-right: 10px;
}

.btn-criar:hover {
    background-color: var(--cor0);
    transform: scale(1.05);
}

.btn-criar i {
    margin-right: 2px;
}


/*Main*/

main {
    margin-top: 65px;
    margin-left: 468px;
    background-color: var(--cor6);
    border-radius: 8px;
}

main h3 {
    color: var(--cor2);
    font-size: 21px;
    font-weight: 700;
}

main h3:hover {
    text-decoration: underline;
    cursor: pointer;
}



.conteudo-principal {
    padding: 18px 20px;
    display: flex;
    justify-content: space-between;
}

.conteudo-principal a {
    color: var(--cor4);
    font-size: 14px;
    font-weight: 700;
    margin-top: 12px;
    margin-right: 10px;
}

/*cards*/

.cards-container,
.cards-artistas {
    padding: 5px 5px;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-left: 15px;
}


.card {
    background-color: var(--cor6);
    color: var(--cor2);
    border-radius: 10px;
    padding: 15px;
    width: 180px;
    transition: background-color 0.3s ease, transform 0.3s ease;
    cursor: pointer;
}

.card h5 {
    margin-top: 12px;
    color: var(--cor2);
    font-size: 15px;
    font-weight: 700;
}

.card h5:hover {
    text-decoration: underline;
}

.card p {
    color: var(--cor4);
    font-size: 13px;

}

.card:hover {
    background-color: var(--cor5);
    transform: scale(1.03);
}

.card-img {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}


.card-img img {
    width: 100%;
    border-radius: 10px;
    display: block;
    transition: transform 0.3s ease;
}

.card-img#img-art {
    position: relative;
    border-radius: 50%;
    overflow: visible;
}

#img-art img {
    border-radius: 50%;
    display: block;
}

#img-art .btn-play {
    position: absolute;
    right: -10px;
    bottom: -10px;
}

.card:hover .card-img img {
    transform: scale(1.05);
}

/*botao do play*/
.btn-play {
    position: absolute;
    right: 10px;
    bottom: 10px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: none;
    background-color: var(--cor0);
    color: var(--cor2);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transform: translateY(10px);
    transition: opacity 0.3s ease, transform 0.3s ease;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}


.card:hover .btn-play {
    opacity: 1;
    transform: translateY(0);
}

.btn-play:hover {
    background-color: #1ed760;
    transform: scale(1.1);
    cursor: pointer;
}

/*main footer*/

.main-footer {
    margin-top: 50px;
    margin-bottom: 50px;
    border-top: 1px solid var(--cor3);
    border-bottom: 1px solid var(--cor3);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 50px 25px 30px 25px;
    gap: 10px;
}

.main-footer h1 {
    color: var(--cor2);
    font-size: 16px;

}

.main-footer ul {
    list-style: none;
}

.main-footer ul a {
    text-decoration: none;
    color: var(--cor4);
}

.main-footer ul a:hover {
    text-decoration: underline;
    color: var(--cor2);
    transition: transform 0.2s ease, color 0.3s ease;
}

.icons-footer {
    display: flex;
    justify-content: space-between;
    gap: 15px;
}

.icons-footer a {
    align-items: center;
    text-align: center;
}

.icons-footer a:hover {
    text-decoration: none;
}

.btn-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 45px;
    height: 45px;
    color: var(--cor2);
    border-radius: 50%;
    transition: all 0.3s ease;
    background-color: var(--cor5);
}

.btn-icon i {
    color: var(--cor2);
    font-size: 16px;
    transition: transform 0.2s ease;
}

.btn-icon:hover{
    background-color: var(--cor3);
     transform: scale(1.07);
     box-shadow: 0 0 10px rgba(29, 185, 84, 0.6);
}

/*footer do main -- pt copy*/

.copy {
    padding: 5px 20px;
    color: var(--cor4);
}


/*Sidebar*/

.sidebar {
    position: fixed;
    top: 65px;
    margin-left: 10px;
    margin-bottom: 10px;
    left: 0;
    display: flex;
    flex-direction: column;
    background-color: var(--cor6);
    border-radius: 10px;
    padding: 10px 0 15px 0;
    width: 450px;
    height: calc(100vh - 65px);
    text-align: center;
    overflow: hidden;
    z-index: 999;
}


.sidebar-top {
    display: flex;
    margin-top: 15px;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
    margin-bottom: 15px;
}

.sidebar h3 {
    margin: 0;
    padding: 15px;
    color: var(--cor2);
    font-size: 16px;
    font-weight: 700;
}


.sidebar-playlist {
    margin: 15px 12px;
    padding: 16px 14px;
    font-size: 15px;
    font-weight: 700;
    justify-content: start;
    text-align: left;

    background-color: var(--cor5);

    border-radius: 15px;
    width: 95%;
}

.sidebar-playlist h4 {
    color: var(--cor2);
    font-size: 16px;
    margin-bottom: 8px;
}

.sidebar-playlist p {
    font-size: 14px;
    color: var(--cor4);
    margin-bottom: 15px;
}

#podcast {
    margin-top: 20px;
}


.btn-criar-play {
    background-color: var(--cor2);
    color: #000;
    border-radius: 15px;
    height: 35px;
    width: 115px;
    font-weight: bolder;
    font-size: 14px;
    transition: transform 0.2s ease, background-color 0.3s ease;
}

.btn-criar-play:hover {
    transform: scale(1.05);
    background-color: var(--cor0);
    color: #fff;
}

.btn-podcast {
    background-color: var(--cor2);
    color: #000;
    border-radius: 15px;
    height: 35px;
    width: 150px;
    font-weight: bolder;
    font-size: 14px;
    transition: transform 0.2s ease, background-color 0.3s ease;
}

.btn-podcast:hover {
    transform: scale(1.05);
    background-color: var(--cor0);
    color: #fff;
}

.sidebar-scroll {
    flex: 1;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 0 5px 10px 5px;
    scroll-behavior: smooth;
}

/* Scrollbar dark, igual Spotify */
.sidebar-scroll::-webkit-scrollbar {
    width: 8px;
}

.sidebar-scroll::-webkit-scrollbar-track {
    background: var(--cor6);
}

.sidebar-scroll::-webkit-scrollbar-thumb {
    background-color: #333;
    border-radius: 10px;
    transition: background-color 0.3s ease;
}

.sidebar-scroll::-webkit-scrollbar-thumb:hover {
    background-color: #555;
}





/*footer sidebar*/

.sidebar-footer {
    margin-top: auto;
    padding: 20px 15px;
    font-size: 12px;
    color: var(--cor4);
    text-align: left;
}

.footer-links {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 15px;
    margin-bottom: 20px;
}

.footer-links a {
    color: var(--cor4);
    text-decoration: none;
    font-size: 12px;
    transition: color 0.2s ease;
}

.footer-links a:hover {
    color: var(--cor2);
}


.footer-extra {
    margin-bottom: 20px;
}

.footer-extra a {
    color: var(--cor2);
    text-decoration: none;
    font-size: 12px;
}

.footer-extra a:hover {
    color: var(--cor2);
    text-decoration: underline;
}


.btn-idioma {
    background-color: transparent;
    border: 1px solid #727272;
    color: var(--cor2);
    border-radius: 25px;
    padding: 6px 15px;
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.btn-idioma:hover {
    border-color: var(--cor2);
    transform: scale(1.05);
}

.btn-idioma i {
    font-size: 14px;
}