* {
  margin: 0;
  padding: 0;
}

body {
  font-family: system-ui, -apple-system, Helvetica, Arial, sans-serif;
  background-color: #202F4D;
  color: #fff;
  margin:0;
  
    background-color: #202F4D;
    background-repeat: repeat; /* Repete a imagem */
    background-attachment: fixed; /* Opcional: fixa o fundo ao rolar */

}


a {
  color: #fff;
  text-decoration: none;
  transition: 0.3s;
}

a:hover {
  opacity: 0.8;
}

h4 {
  font-size: 14px;
  letter-spacing: 2px;
  text-transform: uppercase;
}



.logo {
  font-size: 24px;
  text-transform: uppercase;
  letter-spacing: 4px;
}

.hero{
  background-image: url("restaurante.jpg");
  height: 100vh;
  background-size: cover;
  background-position: center;

  display: flex;
  align-items: center;   /* centraliza na vertical */
  justify-content: flex-start; /* joga para esquerda */

  padding-left: 80px; /* espaço da borda */
}

.hero-text{
  color: white;
  text-align: left;
}

/* Reset básico */
*{
    margin:0;
    padding:0;
    box-sizing:border-box;
    font-family: "Segoe UI", Arial, sans-serif;
}

/* Seção Sobre Nós */
.restaurante{
    background-color:#ffffff;
    padding:60px 10%;
}

/* Título */
.restaurante h2{
    color:#ffffff;
    font-size:38px;
    margin-bottom:20px;
    position:relative;
}

/* Linha decorativa abaixo do título */
.restaurante h2::after{
    content:"";
    width:80px;
    height:4px;
    background:#ffffff;
    display:block;
    margin-top:8px;
    border-radius:2px;
}

/* Texto */
.restaurante p{
    color: #ffffff;
    font-size:18px;
    line-height:1.7;
    max-width:900px;
    margin-bottom:40px;
}

/* Container das imagens */
.galeria{
    display:flex;
    gap:20px;
    flex-wrap:wrap;
}

/* Estilo das imagens */
.galeria img{
    width:48%;
    border-radius:12px;
    box-shadow:0 10px 25px rgba(0,0,0,0.15);
    transition:transform 0.4s ease, box-shadow 0.4s ease;
}

/* Efeito hover */
.galeria img:hover{
    transform:scale(1.04);
    box-shadow:0 15px 35px rgba(0,0,0,0.25);
}

/* Responsivo */
@media(max-width:768px){
    .galeria{
        flex-direction:column;
    }

    .galeria img{
        width:100%;
    }

    .sobre-nos h2{
        font-size:30px;
    }

    .sobre-nos p{
        font-size:16px;
    }
}

nav {
  display: flex;
  justify-content: space-around;
  align-items: center;
  font-family: system-ui, -apple-system, Helvetica, Arial, sans-serif;
  background: #202F4D;
  height: 8vh;
  position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #202F4D;
    z-index: 1000;
}

h3{
    font-size: 14px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: wheat;
}

main {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  background: url("img/paisagem.jpg") no-repeat center center;
  background-size: cover;
  display:block;
  height: 98vh;
}

section.restaurante{
 background-color: #202F4D;
 background-size: cover;
    height: 160vh;
}

section.menu{
 background-size: cover;
    height: 250vh;
    opacity: 100%;
}


.menu{
padding:60px 8%;
font-family: system-ui, -apple-system, Helvetica, Arial, sans-serif;
text-align:center;
}

.menu h1{
font-size:48px;
font-family: system-ui, -apple-system, Helvetica, Arial, sans-serif;
margin-bottom:20px;
letter-spacing:2px;
}

.menu p{
max-width:900px;
font-family: system-ui, -apple-system, Helvetica, Arial, sans-serif;
margin:auto;
font-size:12px;
line-height:1.5em;
opacity:0.9;
margin-bottom:50px;
}

/* GALERIA */

.galeriaa .item{
display:grid;
grid-template-columns: 1fr;
grid-template-columns: repeat(4, 1fr);
gap:50px;
margin: 40px 0;
}

.galeriaa p{
max-width:900px;
font-family: system-ui, -apple-system, Helvetica, Arial, sans-serif;
margin:auto;
font-size:12px;
line-height:1.5em;
opacity:0.9;
margin-bottom:50px;

}
.entradas-container{
    display: flex;
    justify-content: center;
    gap: 100px;
    margin-bottom: 30px;
}

.prato{
    display: flex;
    align-items: center;
    max-width: 450px;
}

.prato img{
    width: 200px;
    margin-right: 15px;
}

.texto{
    color: white;
}

.texto-final{
    color: white;
    font-size: 14px;
}

.container-cardapio{
    display: flex;
    justify-content: center;
    gap: 100px;
    margin: 40px 0;
    margin-bottom: 50px;
}

.prato{
    display: flex;
    align-items: center;
    max-width: 500px;
}

.prato img{
    width: 200px;
    border-radius: 10px;
    margin-right: 15px;
}

.texto{
    color: white;
}

.titulo{
    text-align: center;
    color: white;
    margin-top: 40px;
}

.galeriaa .item .doce1{
    
width:100%;
height:180px;
top: 10px;
object-fit:cover;
border-radius:10px;
transition:0.3s;
cursor:pointer;
}

.galeriaa .item .doce2{
    
width:100%;
height:180px;
top: 10px;
object-fit:cover;
border-radius:10px;
transition:0.3s;
cursor:pointer;
}

.galeriaa .item .doce3{
    
width:100%;
height:180px;
top: 10px;
object-fit:cover;
border-radius:10px;
transition:0.3s;
cursor:pointer;
}

.galeriaa .item .doce4{
    
width:100%;
height:180px;
top: 10px;
object-fit:cover;
border-radius:10px;
transition:0.3s;
cursor:pointer;
}

.galeriaa .item .bebida1{
    
width:100%;
height:180px;
top: 10px;
object-fit:cover;
border-radius:10px;
transition:0.3s;
cursor:pointer;
}

.galeriaa .item .bebida2{
    
width:100%;
height:180px;
top: 10px;
object-fit:cover;
border-radius:10px;
transition:0.3s;
cursor:pointer;
}

.galeriaa .item .bebida3{
    
width:100%;
height:180px;
top: 10px;
object-fit:cover;
border-radius:10px;
transition:0.3s;
cursor:pointer;
}

.galeriaa .item .bebida4{
    
width:100%;
height:180px;
top: 10px;
object-fit:cover;
border-radius:10px;
transition:0.3s;
cursor:pointer;
}

.galeriaa .h2{
position: absolute;
top: 50%;
}

.galeriaa img:hover{
    
transform:scale(1.05);
box-shadow:0 10px 25px rgba(0,0,0,0.5);
}

.img{
    width: 400px;
    height: 330px;
     border: none;
     border-radius: 12px;
}

.container{
position: relative;
}

.img1{
position: absolute;
top: 120px;
left: 110px;
width: 80%;
border-radius: 12px;
}

.img2{
position: absolute;
top: 0;
margin-right: 70px;
width: 79%;
border-radius: 12px;
}


.hero{
    position: relative;
    height: 100vh;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
}

.hero-texto{
    max-width: 600px;
    margin-left: 7%;
    color: white;
}

.hero-texto h1{
    font-size: 52px;
    margin-bottom: 20px;
    font-weight: 700;
    text-shadow: 2px 2px 10px rgba(0,0,0,0.6);
}

.hero-texto p{
    font-size: 20px;
    line-height: 1.6;
    text-shadow: 1px 1px 8px rgba(0,0,0,0.6);
}

.nav-list {
  list-style: none;
  display: flex;
}

.nav-list li {
  letter-spacing: 3px;
  margin-left: 32px;
}

.mobile-menu {
  display: none;
  cursor: pointer;
}

.mobile-menu div {
  width: 32px;
  height: 2px;
  background: #fff;
  margin: 8px;
  transition: 0.3s;
}

@media (max-width: 999px) {
  body {
    overflow-x: hidden;
  }
  .nav-list {
    position: absolute;
    top: 8vh;
    right: 0;
    width: 50vw;
    height: 92vh;
    background: #202F4D;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    transform: translateX(100%);
    transition: transform 0.3s ease-in;
  }
  .nav-list li {
    margin-left: 0;
    opacity: 0;
  }
  .mobile-menu {
    display: block;
  }
}

.nav-list.active {
  transform: translateX(0);
}

@keyframes navLinkFade {
  from {
    opacity: 0;
    transform: translateX(50px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.mobile-menu.active .line1 {
  transform: rotate(-45deg) translate(-8px, 8px);
}

.mobile-menu.active .line2 {
  opacity: 0;
}

.mobile-menu.active .line3 {
  transform: rotate(45deg) translate(-5px, -7px);
}

footer {
  text-align: center;
}

.contato{
    padding: 60px;
    background: #202F4D;
    color: white;
}

.contato h1{
    text-align: center;
    margin-bottom: 10px;
}

.contato p{
    text-align: center;
    margin-bottom: 40px;
}

.container-contato{
    display: flex;
    justify-content: center;
    gap: 60px;
}

.info-contato{
    max-width: 300px;
}

.form-contato{
    display: flex;
    flex-direction: column;
    width: 300px;
}

.form-contato input,
.form-contato textarea{
    margin-bottom: 15px;
    padding: 10px;
    border: none;
    border-radius: 5px;
}

.form-contato textarea{
    height: 120px;
}

.form-contato button{
    padding: 12px;
    background: #c59d5f;
    border: none;
    color: white;
    font-weight: bold;
    cursor: pointer;
    border-radius: 5px;
}

.form-contato button:hover{
    background: #a8844f;
}

.d-flex{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin: 30px auto;
}

.form-control{
    width: 250px;
    padding: 10px;
    border-radius: 20px;
    border: 2px solid #ccc;
    outline: none;
    transition: 0.3s;
}

.form-control:focus{
    border-color: #c59d5f;
    box-shadow: 0 0 5px rgba(197,157,95,0.5);
}

.btn{
    padding: 10px 20px;
    border-radius: 20px;
    border: 2px solid #c59d5f;
    background: transparent;
    color: #c59d5f;
    font-weight: bold;
    cursor: pointer;
    transition: 0.3s;
}

.btn:hover{
    background: #c59d5f;
    color: white;
}
