
*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: "Roboto", sans-serif;
}


#o {
  position: fixed; 
  top: 0;
  left: 0;
  width: 100%;
  height: 120px;
  background: white;
  z-index: 1000;
box-shadow: 0 4px 8px rgba(61, 60, 60, 0.1);
text-align: center;
align-items: center;}

#menu-lista {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
list-style: none;
height: 50px;
    
}

#menu-lista li {
position: relative;
display: inline-block;
margin: 0 20px;
}

#menu-lista li a {
    text-decoration: none;
  color: #000;
  font-size: 14px;
}

#menu-lista li a:hover {
    color: #ad9966;
}

#home a {
    color: #ad9966;
    
}
#logo {
     margin-left: 100px;
    margin-right: 100px;}

#logo img {
    width: 67px;
    height: 79px;
}

.item-com-submenu {
    position: relative;
}

.submenu {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 130px;
    padding: 12px 16px;
    box-shadow: 0px 8px 16px rgba(0,0,0,0.2);
    list-style: none;
    z-index: 10;
}

.submenu li {
    display: block;
    line-height: 34px;
}

.item-com-submenu:hover .submenu {
    display: block;
}
.setinha::after {
    content: "🢓";
    position: relative;
    top: 8px;
    left: 7px;
}
#viewmenu {
    left: 0;
    position: fixed;
    top: 45%;
    min-height: 180px;
    width: 92px;
    background-image: url("img/view-menu-bg.png");

}

#bat{
    right: 0;
    position: fixed;
    top: 45%;
    min-height: 180px;
    width: 92px;
    background-image: url("img/book-table-bg.png");

}

#link-ver-menu,
#link-reservar-mesa {
    color: black;
    font-size: 13px;
    text-decoration: none;
    display: inline-block;
    transform: rotate(90deg);
    position: relative;
    top: 80px;
    transition: 0.4s ease;
}

#viewmenu:hover #link-ver-menu,
#bat:hover #link-reservar-mesa {
    transform: rotate(0);
}

#link-ver-menu:hover  { color: #ad9966; }
#link-reservar-mesa:hover { color: white; }

   

#sec01 {
    height: 100vh;
    background-image: url("img/header-bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;}
   
.tirooftop {
    text-align: center;
    color: white;
}
.tirooftop hr{
  margin: 20px auto;
    width: 30%; 
}

.tirooftop h1{
    padding-top: 24%;
    font-size: 90px;
    margin: 0%;
    font-family: "Playfair Display", serif;
    font-weight: normal;
    letter-spacing: 10.8px;
    font-size: 72px;
    text-transform: uppercase;
}
     

#go-down{
    position: relative;
    cursor: pointer;
    margin-top: 250px;
    z-index: 222222;
    text-align: center;
    height: 50px;
    left: 49.2%;
    overflow: hidden;
    scroll-behavior: smooth;}

.tirooftop p{  
    font-size: 20px;
}




#sec02 {
    display: flex;
    width: 100%;
    min-height: 100vh;
}
#coluna-texto {
    width: 50%;
    padding: 80px 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#coluna-texto h1 {
    font-size: 60px;
    letter-spacing: 10px;
    text-transform: uppercase;
    line-height: 1.2;
    margin-bottom: 40px;
    color: #111;
    font-family: "Playfair Display", serif;
   
}

#coluna-texto p {
    color: #444;
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 40px;
}

.botaomenu{
    line-height: 40px;
    padding: 0 30px;
    border-radius: 0px;
    background: #ad9966;
    border: 1px solid #ad9966;
    color: #fff;
    display: block;
    font-weight: normal;
    position: relative;
    letter-spacing: 2px;
    font-family: "Roboto", sans-serif;
    font-size: 24;
    text-decoration: none;
     text-align: center;
}

.botaomenu:hover {
    background-color: white;
    text-align: center;
    color:#ad9966;
    border: #ad9966;
    border-width: 1px;
    border: solid;}

#comidamenu {
    width: 50%;
    background-color: white;
    padding: 80px 40px;
    display: flex;
    justify-content: center;
}

#menubege {
    background-color: #f5f0e8;
    width: 80%;
    padding: 40px 50px;
}
.calos {
    font-style: italic;
    font-size: 20px;
    letter-spacing: 3px;
    text-transform: uppercase;
    justify-content: center;
    text-align: center;
    color: #111;
    margin: 40px 0 16px;
    border-bottom: 1px solid #bbb;
    padding-bottom: 10px;
    font-family: "Playfair Display", serif;
}
.prato {
    display: flex;
    justify-content: space-between;
    font-weight: bold;
    font-size: 15px;
    margin-top: 20px;
    justify-content: center;
    text-align: center;
}

.desc{
    color: #666;
    font-size: 13px;
    margin-top: 6px;
    justify-content: center;
    text-align: center;
}
#sec03 {
    height: 150vh;
}


#foto1 {
        width: 27%;
        height: 53%;
        position: relative;
        left: 23%;
        top: 9%;
        background-image: url("img/g1.jpg");
        background-repeat: no-repeat;
        background-size: contain;
        transition: 0.5s;
}

#foto1:hover {
        transform: scale(1.1);
        filter: brightness(30%);
}

#foto2 {
        width: 25%;
        height: 40%;
        position: relative;
        top: -34%;
        left: 51%;
        background-image: url("img/g2.jpg");
        background-repeat: no-repeat;
        background-size: contain;
        transition: 0.5s;
}
#foto2:hover {
        transform: scale(1.1);
        filter: brightness(30%);
}


#foto3 {
        width: 25%;
        height: 35%;
        position: relative;
        left: 28%;
        top: -31%;
        background-image: url("img/g3.jpg");
        background-repeat: no-repeat;
        background-size: contain;
        transition: 0.5s;
}
#foto3:hover {
        transform: scale(1.1);
        filter: brightness(30%);
}
#foto4 {
        width: 27%;
        height: 40%;
        position: relative;
        left: 51%;
        top: -67%;
        background-image: url("img/g4.jpg");
        background-repeat: no-repeat;
        background-size: contain;
        transition: 0.5s;
}
#foto4:hover {
        transform: scale(1.1);
        filter: brightness(30%);
}





#sec04 {
  position: relative;
  height: 900px;
}
#sec04 p {
  margin-top: 20px;
  font-size: 14px;
  color:#000000;
  line-height: 1.6;
}

#sec04 > div:last-child {
  position: absolute;
  right: 0;
  top: 100px;
  width: 35%;
}


#ablu {
  position: absolute;
  left: 0;
  top: 0;
  width: 60%;
  height: 900px;
  background: #f3ede7;
}



#formulario {
  position: relative;
  width: 900px;
  margin: auto;
  top: 50px;
}


#formulario input,
#formulario textarea {
  position: absolute;
  width: 100%;
  height: 50px;
  border: none;
  background: #e9e6e2;
  padding-left: 15px;
  font-size: 14px;
}


#event-name {
  top: 0;
}

#event-date {
  position: absolute;
  top: 70px;
  width: 48%;
  left: 0;
  height: 50px;
  border: none;
  background: #e9e6e2;
  padding-left: 15px;
  font-size: 14px;
  color: #555;
}

#event-date::-webkit-calendar-picker-indicator {
  opacity: 0.6;
  cursor: pointer;
}

#event-time {
  top: 70px;
  width: 48%;
  right: 0;
}

#guests {
  top: 140px;
  width: 48%;
  left: 0;
}

#budget {
  top: 140px;
  width: 48%;
  right: 0;
}

#contact {
  top: 210px;
}

#email {
  top: 280px;
}

#phone {
  top: 350px;
}

#message {
  top: 420px;
  height: 180px;
  resize: none;
}


#btn {
  position: absolute;
  right: 0;
  top: 630px;
  width: 220px;
  height: 55px;
  background: #000;
  color: #fff;
  border: none;
  letter-spacing: 2px;
  cursor: pointer;
}
.btn:hover {
    background-color: white;
    text-align: center;
    color:#000000;
    border: #030303;
    border-width: 1px;
    border: solid;}


#morri {
  font-size: 60px;
  line-height: 1.2;
  letter-spacing: 4px;
  font-family: "Playfair Display", serif;
}


#morri p{
 font-size: 40px;   
}


#sec05{
position: relative;
height: 900px;
}

#sec05 > div:last-child {
  position: absolute;
  right: 0;
  top: 100px;
  width: 35%;
}

#morri2{
 position: relative;
  left: 200px;
  font-size: 20px;
line-height: 1.2;

}
#sec05 h1 {
font-size: 40px;
line-height: 1.2;
letter-spacing: 4px;
font-family: "Playfair Display", serif;
}

#ablublu {
  position: absolute;
  right: 0;
  top: 0;
  width: 60%;
  height: 900px;}


#sec07 {
        width: 100%;
        height: 69vh;
        padding-top: 10vh;
        padding-bottom: 10vh;
}

#ococo {
        width: 25%;
        height: 80%;
        background-color: #dbdbdb;
        margin-left: 20%;
        text-align: center;
        padding: 3%;
        vertical-align: middle;
        display: inline-block;
}
#ococo img {
        margin-top: 50%;
        margin-bottom: 1%;
}
#ococo h1 {
        margin-bottom: 3%;
        font-family: "Roboto", "Arial", sans-serif;
        font-weight: 100;
        font-size: 24px;
        color: #3c4043;
}
#ococo p {
        font-family: "Roboto", "Arial", sans-serif;
        font-weight: 300;
        font-size: 12px;
        color: #3c4043;
}

#textos_sec07 {
        width: 30%;
        height: 80%;
        background-color: #FFFFFF;
        text-align: left;
        padding: 3%;
        vertical-align: middle;
        display: inline-block;
}

#textos_sec07 p {
        font-family: "Roboto", sans-serif;
        font-size: 10px;
        color: #777777;
        margin-bottom: 5%;
}

#textos_sec07 h1 {
        letter-spacing: 7%;
        font-family: "Roboto", sans-serif;
        font-size: 48px;
        font-weight: 100;
        color: #000000;
        margin-bottom: 7%;
}
.espacamento {
        padding-bottom: 5%;
}


#sec08{
position: relative;
height: 900px;
}

#sec08 > div:last-child {
  position: absolute;
  right: 0;
  top: 100px;
  width: 35%;
}

#morri3{
 

position: absolute;
  right: 0;
  top: 0;
  width: 60%;
  height: 900px;

}
#sec08 h1 {
font-size: 40px;
line-height: 1.2;
letter-spacing: 4px;
font-family: "Playfair Display", serif;
}

#ablublu2 {
  position: relative;
  left: 200px;
  font-size: 20px;
line-height: 1.2;}



#secao-carrossel input[type="radio"] {
    display: none;
}

#secao-carrossel {
    width: 65%;
    margin: 60px auto;
}

#linha-carrossel {
    display: flex;
    align-items: center;
    width: 100%;
}

#slide-atual {
    flex: 1;
    height: 340px;
    position: relative;
    overflow: hidden;
}

.slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    opacity: 0;
    transition: opacity 0.5s ease;
    background-image: url("img/callaction-bg.jpg");
}

#slide1:checked ~ #linha-carrossel #conteudo-slide1 { opacity: 1; }
#slide2:checked ~ #linha-carrossel #conteudo-slide2 { opacity: 1; }
#slide3:checked ~ #linha-carrossel #conteudo-slide3 { opacity: 1; }


#slide1:checked ~ #pontinhos label:nth-child(1),
#slide2:checked ~ #pontinhos label:nth-child(2),
#slide3:checked ~ #pontinhos label:nth-child(3) {
    background-color: #ad9966;
}
.caixa-texto-slide {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(255, 255, 255, 0.6);
    padding: 20px 50px;
    text-align: center;
    width: 340px;
}

.titulo-slide {
    font-style: italic;
    font-size: 20px;
    letter-spacing: 3px;
    color: #111;
    margin: 10px 0;
}

.descricao-slide {
    position: static;
    width: 100%;
    font-size: 13px;
    color: #444;
    letter-spacing: 1px;
    margin-top: 8px;
    text-align: center;
}

.linha-slide {
    border: none;
    border-top: 1px solid #999;
    margin: 4px 0;
}


.seta-carrossel {
    cursor: pointer;
    padding: 0 20px;
    height: 340px;
    display: flex;
    align-items: center;
}

.seta-carrossel img {
    width: 40px;
    height: auto;
    display: block;
    transition: filter 0.3s ease;
}

.seta-carrossel:hover img {
    filter: brightness(0);
}

#pontinhos {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 16px;
}

.ponto {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #ccc;
    cursor: pointer;
    display: inline-block;
    transition: background-color 0.3s ease;
}

.ponto:hover {
    background-color: #ad9966;
}



#banner-menu {
    height: 400px;
    background-image: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url("img/banner-bg.png");
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: white;
}

#banner-menu h1 {
    font-size: 48px;
    letter-spacing: 5px;
    margin-bottom: 10px;
}





.footer {
  background: #04091e;
  color: #777;
  padding: 120px 0 60px;
}

.container {
  width: 1140px;
  margin: auto;
  position: relative;
}


.footer-content {
  position: relative;
  height: 260px; /* altura fixa pra segurar tudo */
}


.col {
  position: absolute;
  width: 180px;
}

.col h4 {
  color: #fff;
  font-size: 20px;
  margin-bottom: 25px;
  letter-spacing: 1px;
}

.col ul {
  list-style: none;
}

.col ul li {
  margin-bottom: 12px;
  font-size: 20px;
}


.col1 { left: 0; top: 0; }
.col2 { left: 220px; top: 0; }
.col3 { left: 440px; top: 0; }
.col4 { left: 660px; top: 0; }
.col5 { left: 880px; top: 0; width: 260px; }


.col5 p {
  margin-bottom: 15px;
  font-size: 20px;
}

.newsletter-box {
  position: relative;
  height: 40px;
  border: 1px solid #333;
}

.newsletter-box input {
  position: absolute;
  left: 0;
  top: 0;
  width: 75%;
  height: 100%;
  background: transparent;
  border: none;
  padding-left: 10px;
  color: #fff;
}

.newsletter-box button {
  position: absolute;
  right: 0;
  top: 0;
  width: 25%;
  height: 100%;
  background: #ad9966;
  border: none;
  cursor: pointer;
}


.footer-bottom {
  position: relative;
  margin-top: 100px;
  padding-top: 30px;
  border-top: 1px solid #1a1a1a;
  height: 60px;
}

.footer-bottom p {
  position: absolute;
  left: 0;
  top: 20px;
  font-size: 13px;
}

.socials {
  position: absolute;
  right: 0;
  top: 10px;
}

.socials span {
  display: inline-block;
  width: 35px;
  height: 35px;
  background: #111;
  text-align: center;
  line-height: 35px;
  margin-left: 8px;
}