:root{
    --color-white: #fff;
    --color-dark1: rgb(39, 39, 39);
    --color-dark2: #2d2d2d;
    --color-dark3: #414141;
    --color-dark4: #1c1c1c;
    --color-dark5: #343434;
    --color-purple: beige;
}
*{
    margin: 0;
    padding: 0;
}
.img_logo_header{
    width: 50px;
}
.header,.navigation_header{
    display: flex;
    flex-direction: row;
    align-items: center;
}
.header{
    background-color: var(--color-dark2);
    justify-content: space-between;
    padding: 0 10%;
    height: 3.5em;
    box-shadow: 1px 1px 4px var(--color-dark4);
}
.navigation_header{
    gap: 3em;
    z-index: 2;
}
.content{
    padding-top: 5em;
    text-align: center;
    height: 100px;
    transition: 1s;
}
.navigation_header a{
    font-family: Abel, sans-serif;
    text-align: center;
    text-decoration: none;
    color: var(--color-purple);
    transition: 1s;
    font-weight: bold;
}
.navigation_header a:hover{
    color: var(--color-white);
}
.btn_icon_header{
    background: transparent;
    border: none;
    color: var(--color-white);
    cursor: pointer;
    display: none;
}
section.biografia-btn h1{
    font-size: 70px;
    font-weight: 400;
    color: #a49ea6;
    padding: 40px 0 0 0;
    font-family: Abel, sans-serif;
    margin-left: 50px;
    text-transform: uppercase;
}
.biografia_cezar {
    height: 600px;
    padding: 30px 30px 35px 55px;
    max-width: 690px;
    box-sizing: border-box;
    font-family:Abel, sans-serif;;
    font-size: 100%;
    line-height: 1.5em;
    overflow: hidden;
    color: white;
}
section.biografia-btn{
    background: url(imagens/Backgroung/background.jpg) no-repeat;
    background-position: top right;
    background-size: cover;
}
section.churrascadas {
    background: url(imagens/Backgroung/background_churras.jpg) no-repeat;
    background-position: top right;
    background-size: cover;
}
section.churrascadas h1{
    font-size: 70px;
    font-weight: 400;
    color: #a49ea6;
    padding: 40px 0 0 0;
    font-family: Abel, sans-serif;
    margin-left: 50px;
    text-transform: uppercase;
}
.gallery-container{
    margin-left: 50px;
    margin-right: 50px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    gap: 2vw;
    padding: 0 2vw;
}
.gallery-items{
    width: 260px;
    height: 260px;
    border: 2px solid #a49ea6;
    box-shadow: 5px 5px 5px #0006;
    flex-grow: 1;
    transition: transform .5s linear;
}
.gallery-items img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.gallery-items:hover{
    transform: scale(1.2);
}
section.musicas {
    background: url(imagens/Backgroung/background_musicas.jpg) no-repeat;
    background-position: top right;
    background-size: cover;
}
section.musicas h1 {
    font-size: 70px;
    font-weight: 400;
    color: #a49ea6;
    padding: 40px 0 0 0;
    font-family: Abel, sans-serif;
    margin-left: 50px;
    text-transform: uppercase;
}
.musicass {
    display: flex;
    justify-content: space-between;
    padding: 20px 50px; 
}
.music-list {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 20px; 
}
.music-item {
    flex:  0 1 calc(25% - 40px); 
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 20px; 
}
.post {
    width: 100px;
    height: 100px;
    box-shadow: 5px 5px 5px #0006;
    margin-bottom: 10px; 
}
.music-item h2{
    color: white;
    font-family:'Courier New', Courier, monospace;
    font-size: 18px; 
    line-height: 1.5;
    margin: 0;
}
.music-info {
    text-align: center;
}
.music-info h2 {
    color: white;
    font-family:'Courier New', Courier, monospace;
    font-size: 18px; 
    line-height: 1.5;
    margin: 0;
}
section.contato {
    background: url(imagens/Backgroung/background_contato.jpg) no-repeat;
    background-position: top right;
    background-size: cover;
}

section.contato h1 {
    font-size: 70px;
    font-weight: 400;
    color: #a49ea6;
    padding: 40px 0 0 0;
    font-family: Abel, sans-serif;
    margin-left: 50px;
    text-transform: uppercase;
}
.contatos {
    display: flex;
    flex-direction: column; 
    align-items: flex-start; 
    padding: 20px 50px;
}
.contato-item {
    display: flex; 
    align-items: center; 
    width: 100%; 
    margin-bottom: 20px; 
}
.ctt {
    width: 70px;
    height: 70px;
    margin-right: 20px; 
}
.contato-item h2 {
    color: white;
    font-family: 'Courier New', Courier, monospace;
    font-size: 18px; 
    line-height: 1.5;
    margin: 0;
}

@media screen and (max-width: 768px) {
    section.biografia-btn{
        background-position: center;
    }
    section.churrascadas {
        background-position: center;
    }
    section.contato {
        background-position: center;
    }
    section.musicas {
        background-position: center;
    }
.navigation_header{
    position: absolute;
    flex-direction: column !important;
    top: 0;
    background: var(--color-dark5);
    width: 35vw;
    padding: 1em;
    animation-duration: 1s;
    margin-left: -100vw;
}
.btn_icon_header{
    display: block;
}
section.churrascadas h1{
    font-size: 30px;
}
section.biografia-btn h1{
    font-size: 30px;
}
.biografia_cezar {
    height: 500px;
    padding: 10px 10px 15px 15px;
    max-width: 500px;
    box-sizing: border-box;
    font-family:Abel, sans-serif;;
    font-size: 65%;
}
.gallery-items{
    width: 100px;
    height: 100px;
}   
section.musicas h1{
    font-size: 30px;
}
.musicass h2{
    font-size: 80%;
}
section.contato h1 {
    font-size: 30px;
}
.ctt {
    width: 50px;
    height: 50px;
    margin-right: 20px; /* Espaçamento entre a imagem e o texto */
}
.contato-item h2 {
    font-size: 10px; /* Ajuste conforme necessário */
}
}
@keyframes showSidebar {
from {margin-left: -100vw;}
to {margin-left: -10vw;}
}