* {
    margin: 0;
    padding: 0;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;

}

body {
    overflow-x: hidden;
}

::selection {
    background-color: rgb(235, 192, 83);
    color: #000000;
}

.principal {
    position: relative;
    display: inline-block;
    color: white;
    top: 50%;
    left: -100px;
}

.h1 {
    position: relative;
    display: inline-block;
}

.logo img {
    position: relative;
    height: 80px;
    width: 70px;
    left: 2.5%;
}

.MENUE {
    position: absolute;
    top: 50px;
    left: 450px;
}

.MENUD {
    position: absolute;
    display: flex;
    align-items: center;
    gap: 20px;
    top: 50px;
    right: 300px;
}

.MENUE a,
.MENUD a {
    display: inline-block;
    margin: 0 15px;
    text-decoration: none;
    color: black;
}

nav div a:hover {
    color: darkgoldenrod;
}

header {
    background-color: white;
    padding: 5px 0;
    text-align: center;
}

.h1 {
    right: 33%;
    text-align: center;
    top: 40%;
    position: absolute;
    color: white;
    font-size: 100px;
}

.p {
    right: 35.5%;
    text-align: center;
    top: 57%;
    position: absolute;
    color: white;
    font-size: 30px;
}

.triangulo1 {
    position: fixed;
    top: 42.5%;
    right: 0%;
    width: 92px;
    height: 180px;
    background-image: url(book-table-bg.png);
}

.triangulo2 {
    position: fixed;
    top: 42.5%;
    left: 0%;
    width: 92px;
    height: 180px;
    background-image: url(view-menu-bg.png);
}

.h11 {
    position: relative;
    top: 29%;
    right: -20%;
    writing-mode: vertical-lr;
}

.h111 {
    position: relative;
    top: 25%;
    color: white;
    left: 58%;
    writing-mode: vertical-rl;
}

.seta {
    position: absolute;
    top: 80%;
    left: 49%;
}

.menu_area {
    display: flex;
    padding: 100px 300px;
}

.DAILY {
    width: 50%;
}

.DAILY h1 {
    font-family: 'Cinzel', serif;
    font-size: 55px;
    margin-bottom: 20px;
}

.DAILY p {
    font-size: 16px;
    color: #555;
    margin-bottom: 30px;
}

.DAILY a {
    padding: 15px 30px;
    background: #b89b5e;
    color: white;
    text-decoration: none;
}

body {
    margin: 0;
}

.appetizer {
    width: 50%;
    background-color: #f2ebe3;
}

.appetizer h3 {
    font-family: 'Cinzel', serif;
    margin-bottom: 20px;
    text-align: center;
}

.lista {
    list-style: none;
    margin-bottom: 40px;
    text-align: center;
}

.lista li {
    display: flex;
    justify-content: space-between;
    justify-content: center;
    border-bottom: 2px dotted #ccc;
    padding: 45px 0;
}

.g1 {
    position: absolute;
    top: 200px;
    left: 250px;
    width: 550px;
    height: 800px;
    overflow: hidden;
}

.g2 {
    position: absolute;
    top: 300px;
    left: 850px;
    width: 450px;
    height: 560px;
    overflow: hidden;
}

.g3 {
    position: absolute;
    top: 900px;
    left: 850px;
    width: 450px;
    height: 560px;
    overflow: hidden;
}

.g4 {
    position: absolute;
    top: 1050px;
    left: 250px;
    width: 550px;
    height: 600px;
    overflow: hidden;
}

.g1:hover img {
    filter: brightness(30%);
    transform: scale(1.3);
}

.g2:hover img {
    filter: brightness(30%);
    transform: scale(1.3);
}

.g3:hover img {
    filter: brightness(30%);
    transform: scale(1.3);
}

.g4:hover img {
    filter: brightness(30%);
    transform: scale(1.3);
}

.drop {
    position: relative;
}

.drop ul {
    position: absolute;
    width: 165px;
    height: 0vh;
    overflow: hidden;
    background-color: white;
    opacity: 1;
    z-index: -9999;
}

.drop:hover ul {
    opacity: 1;
    z-index: 99;
    height: 15vh;
}

.formulario {
    display: flex;
    padding: 100px 80px;
    gap: 50px;
    background: #f5f5f5;
}

.form-box {
    position: absolute;
    width: 50%;
    background: #f2ebe3;
    padding: 40px;
    top: 3600px;
}

form input,
form textarea {
    width: 100%;
    padding: 12px;
    margin-bottom: 15px;
    border: none;
    outline: none;
}

form textarea {
    height: 120px;
    resize: none;
}


.row {
    display: flex;
    gap: 15px;
}

.row input {
    width: 50%;
}


form button {
    background: #1c1c1c;
    color: white;
    padding: 15px;
    border: none;
    cursor: pointer;
}

.booking-text {
    position: absolute;
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    top: 3600px;
    left: 1000px;
}

.booking-text h2 {
    font-family: 'Cinzel', serif;
    font-size: 50px;
    letter-spacing: 5px;
    margin-bottom: 20px;
}

.booking-text p {
    color: #555;
}

.chef {
    position: absolute;
    top: 4230px;
    left: 750px;
    width: 550px;
    height: 800px;
    background-image: url(chefs-quotes.jpg);
}

.chefs-quote {
    position: absolute;
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    top: 4400px;
    left: 250px;
}

.chefs-quote h2 {
    font-family: 'Cinzel', serif;
    font-size: 50px;
    letter-spacing: 5px;
    margin-bottom: 20px;
}

.chefs-quote p {
    color: #555;
}

.lara {
    position: absolute;
    top: 4200px;
    left: 100px;
    background-image: url(signature.png);
}

.foodmenu {
    position: relative;
    top: 50%;
    left: 1%;
}

.food {
    position: relative;
    display: inline-block;
}

.food {
    right: 28%;
    text-align: center;
    top: 30%;
    position: absolute;
    color: white;
    font-size: 100px;
}

.homemenu {
    right: 40%;
    text-align: center;
    top: 50%;
    position: absolute;
    color: white;
    font-size: 30px;
}

.chef2 {
    position: absolute;
    top: 1700px;
    left: 300px;
    width: 550px;
    height: 800px;
    background-image: url(chefs-quotes.jpg);
}

.chefs-quote2 {
    position: absolute;
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    top: 1700px;
    left: 900px;
}

.chefs-quote2 h2 {
    font-family: 'Cinzel', serif;
    font-size: 50px;
    letter-spacing: 5px;
    margin-bottom: 20px;
}

.chefs-quote2 p {
    color: #555;
}

.carrossel {
    position: relative;
    width: 1000px;
    height: 700px;
    overflow: hidden;
    border-radius: 8px;
    top: 2900px;
    left: 250px;
}

.comida img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}


.carrossel:hover .comida img {
    transform: scale(1.1);
}


.content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(255, 255, 255, 0.9);
    padding: 20px;
    text-align: center;
    width: 80%;
    pointer-events: none;
}

.maps {
    position: relative;
    top: 2800px;
    left: 1000px;
}

.maps h1 {
    font-family: 'Cinzel', serif;
    font-size: 50px;
    letter-spacing: 5px;
    margin-bottom: 20px;
}

.maps p {
    color: #555;
}

.carrossel2 {
    position: absolute;
    width: 1000px;
    height: 700px;
    overflow: hidden;
    border-radius: 8px;
    top: 2600px;
    left: 250px;
}

.comida2 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}


.carrossel2:hover .comida2 img {
    transform: scale(1.1);
}


.content2 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(255, 255, 255, 0.9);
    padding: 20px;
    text-align: center;
    width: 80%;
    pointer-events: none;
}

.about {
    position: relative;
    top: 50%;
    left: 1%;
}

.us {
    position: relative;
    display: inline-block;
}

.us {
    right: 34%;
    text-align: center;
    top: 30%;
    position: absolute;
    color: white;
    font-size: 100px;
}

.homemenu2 {
    right: 42.5%;
    text-align: center;
    top: 50%;
    position: absolute;
    color: white;
    font-size: 30px;
}

.aboutop h1 {
    font-family: 'Cinzel', serif;
    font-size: 55px;
    margin-bottom: 20px;
}

.aboutop p {
    font-size: 16px;
    color: #555;
    margin-bottom: 30px;
}

.massa {
    position: absolute;
    left: 800px;
    top: 650px;
}

.massaimg {
    position: absolute;
    left: -500px;
    top: 10px;
}

.carrossel3 {
    position: absolute;
    width: 1000px;
    height: 700px;
    overflow: hidden;
    border-radius: 8px;
    top: 1400px;
    left: 250px;
}

.comida3 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}


.carrossel3:hover .comida3 img {
    transform: scale(1.1);
}


.content3 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(255, 255, 255, 0.9);
    padding: 20px;
    text-align: center;
    width: 80%;
    pointer-events: none;
}

.chefs-quote3 {
    position: absolute;
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    top: 1900px;
    left: 250px;
}

.chefs-quote3 h2 {
    font-family: 'Cinzel', serif;
    font-size: 50px;
    letter-spacing: 5px;
    margin-bottom: 20px;
}

.chefs-quote3 p {
    color: #555;
}

.chef3 {
    position: absolute;
    top: 1900px;
    left: 750px;
    width: 550px;
    height: 800px;
    background-image: url(chefs-quotes.jpg);
}

.drop {
    position: relative;
}

.drop ul {
    position: absolute;
    width: 165px;
    height: 0vh;
    overflow: hidden;
    background-color: white;
    opacity: 1;
    z-index: -9999;
}

.drop:hover ul {
    opacity: 1;
    z-index: 99;
    height: 15vh;
}

.contact {
    position: relative;
    top: 50%;
    left: 1%;
}

.us3 {
    position: relative;
    display: inline-block;
}

.us3 {
    right: 34%;
    text-align: center;
    top: 30%;
    position: absolute;
    color: white;
    font-size: 100px;
}

.homemenu3 {
    right: 42.5%;
    text-align: center;
    top: 50%;
    position: absolute;
    color: white;
    font-size: 30px;
}

.maps2 {
    position: relative;
    top: 50px;
    left: 1000px;
}

.maps2 h1 {
    font-family: 'Cinzel', serif;
    font-size: 50px;
    letter-spacing: 5px;
    margin-bottom: 20px;
}

.maps2 p {
    color: #555;
}

.formulario2 {
    position: absolute;
    width: 100%;
    max-width: 600px;
    margin: 40px auto;
    padding: 0 20px;
    top: 500px;
    left: 100px;
}

.form input,
.form textarea {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #d1d1d1;
    border-radius: 4px;
    font-size: 14px;
    outline: none;
    box-sizing: border-box;
}

.botao2 {
    display: flex;
    justify-content: flex-end;
}

.botaoo {
    background-color: #b69d74;
    color: #ffffff;
    border: none;
    padding: 15px 35px;
    font-weight: bold;
    text-transform: uppercase;
    cursor: pointer;
    transition: 0.3s;
}

.botaoo:hover {
    background-color: #a38b62;
}

.elementss {
    position: relative;
    top: 50%;
    left: 1%;
}

.us4 {
    position: relative;
    display: inline-block;
}

.us4 {
    right: 34%;
    text-align: center;
    top: 30%;
    position: absolute;
    color: white;
    font-size: 100px;
}

.homemenu4 {
    right: 42.5%;
    text-align: center;
    top: 50%;
    position: absolute;
    color: white;
    font-size: 30px;
}

.galeria {
    position: relative;
    top: 50%;
    left: 1%;
}

.us5 {
    position: relative;
    display: inline-block;
}

.us5 {
    right: 23%;
    text-align: center;
    top: 30%;
    position: absolute;
    color: white;
    font-size: 100px;
}

.homemenu5 {
    right: 42.5%;
    text-align: center;
    top: 50%;
    position: absolute;
    color: white;
    font-size: 30px;
}

.g11 {
    position: absolute;
    top: 100px;
    left: 250px;
    width: 550px;
    height: 800px;
    overflow: hidden;
}

.g22 {
    position: absolute;
    top: 200px;
    left: 850px;
    width: 450px;
    height: 560px;
    overflow: hidden;
}

.g33 {
    position: absolute;
    top: 800px;
    left: 850px;
    width: 450px;
    height: 560px;
    overflow: hidden;
}

.g44 {
    position: absolute;
    top: 950px;
    left: 250px;
    width: 550px;
    height: 600px;
    overflow: hidden;
}

.g11:hover img {
    filter: brightness(30%);
    transform: scale(1.3);
}

.g22:hover img {
    filter: brightness(30%);
    transform: scale(1.3);
}

.g33:hover img {
    filter: brightness(30%);
    transform: scale(1.3);
}

.g44:hover img {
    filter: brightness(30%);
    transform: scale(1.3);
}

.rodape {
    position: absolute;
    top: 6200px; 
    width: 100%;
    background-color: #04091e;
    padding: 60px 0 30px 0;
    color: white;
}

.rodape2 {
    display: flex;
    justify-content: center;
    gap: 50px;
    padding-bottom: 40px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    width: 80%;
    margin: 0 auto;
}

.coluna {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.coluna h3, .news h3 {
    font-family: 'Cinzel', serif; 
    font-size: 16px;
    margin-bottom: 15px;
}

.coluna a {
    text-decoration: none;
    color: #777;
    font-size: 14px;
}

.coluna a:hover {
    color: #b69d74; 
}

.news {
    max-width: 250px;
}

.news p {
    color: #777;
    margin-bottom: 15px;
    font-size: 14px;
}

.news2 {
    display: flex;
}

.news2 input {
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 10px;
    color: white;
    width: 100%;
}

.news2 button {
    background-color: #b69d74;
    border: none;
    padding: 0 15px;
    color: white;
    cursor: pointer;
}

.copyright {
    text-align: center;
    padding-top: 30px;
    color: #777;
    font-size: 13px;
}

.rodapee {
    position: absolute;
    top: 3300px; 
    width: 100%;
    background-color: #04091e;
    padding: 60px 0 30px 0;
    color: white;
}

.rodape3 {
    display: flex;
    justify-content: center;
    gap: 50px;
    padding-bottom: 40px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    width: 80%;
    margin: 0 auto;
}

.coluna2 {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.coluna2 h3, .news h3 {
    font-family: 'Cinzel', serif; 
    font-size: 16px;
    margin-bottom: 15px;
}

.coluna2 a {
    text-decoration: none;
    color: #777;
    font-size: 14px;
}

.coluna2 a:hover {
    color: #b69d74; 
}

.newss {
    max-width: 250px;
}

.newss p {
    color: #777;
    margin-bottom: 15px;
    font-size: 14px;
}

.news3 {
    display: flex;
}

.news3 input {
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 10px;
    color: white;
    width: 100%;
}

.news3 button {
    background-color: #b69d74;
    border: none;
    padding: 0 15px;
    color: white;
    cursor: pointer;
}

.copyright2 {
    text-align: center;
    padding-top: 30px;
    color: #777;
    font-size: 13px;
}

.rodapeee {
    position: absolute;
    top: 3300px; 
    width: 100%;
    background-color: #04091e;
    padding: 60px 0 30px 0;
    color: white;
}

.rodape4 {
    display: flex;
    justify-content: center;
    gap: 50px;
    padding-bottom: 40px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    width: 80%;
    margin: 0 auto;
}

.coluna3 {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.coluna3 h3, .news h3 {
    font-family: 'Cinzel', serif; 
    font-size: 16px;
    margin-bottom: 15px;
}

.coluna3 a {
    text-decoration: none;
    color: #777;
    font-size: 14px;
}

.coluna3 a:hover {
    color: #b69d74; 
}

.newsss {
    max-width: 250px;
}

.newsss p {
    color: #777;
    margin-bottom: 15px;
    font-size: 14px;
}

.news4 {
    display: flex;
}

.news4 input {
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 10px;
    color: white;
    width: 100%;
}

.news4 button {
    background-color: #b69d74;
    border: none;
    padding: 0 15px;
    color: white;
    cursor: pointer;
}

.copyright3 {
    text-align: center;
    padding-top: 30px;
    color: #777;
    font-size: 13px;
}

.rodapeeee {
    position: absolute;
    top: 1300px; 
    width: 100%;
    background-color: #04091e;
    padding: 60px 0 30px 0;
    color: white;
}

.rodapeel {
    position: absolute;
    top: 1000px; 
    width: 100%;
    background-color: #04091e;
    padding: 60px 0 30px 0;
    color: white;
}

.rodapeg {
    position: absolute;
    top: 1700px; 
    width: 100%;
    background-color: #04091e;
    padding: 60px 0 30px 0;
    color: white;
}

.rodape5 {
    display: flex;
    justify-content: center;
    gap: 50px;
    padding-bottom: 40px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    width: 80%;
    margin: 0 auto;
}

.coluna4 {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.coluna4 h3, .news h3 {
    font-family: 'Cinzel', serif; 
    font-size: 16px;
    margin-bottom: 15px;
}

.coluna4 a {
    text-decoration: none;
    color: #777;
    font-size: 14px;
}

.coluna4 a:hover {
    color: #b69d74; 
}

.newssss {
    max-width: 250px;
}

.newssss p {
    color: #777;
    margin-bottom: 15px;
    font-size: 14px;
}

.news5 {
    display: flex;
}

.news5 input {
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 10px;
    color: white;
    width: 100%;
}

.news5 button {
    background-color: #b69d74;
    border: none;
    padding: 0 15px;
    color: white;
    cursor: pointer;
}

.copyright4 {
    text-align: center;
    padding-top: 30px;
    color: #777;
    font-size: 13px;
}