html {
    scroll-behavior: smooth;
}

p {
    font-size: 15px;
    color: #777777;
}

h1 {
    letter-spacing: 10.8px;
    font-weight: 500;
    font-family: "Playfair Display", serif;
    font-size: 48px;
}

h4 {
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    line-height: 1.5em;
}

body {

    min-height: 100vh;
    overflow-x: hidden;
    font-family: "Roboto", sans-serif;
}

* {
    margin: 0;
    box-sizing: border-box;
}

body {
    font-family: "Roboto", sans-serif;
}

.banner {
    position: sticky;
}

li {
    display: inline-block;
    width: 4.5%;
}

.drop-seta {
    width: 11px;
    margin-left: 6%;
}

li:hover a,
li:hover svg {
    color: #AD9966;
    fill: #AD9966;
}


.nav-link {
    letter-spacing: 2px;
    font-weight: 500;
    width: 50px;
    font-style: bold;
    text-decoration: none;
    color: black;
    font-size: 13px;
    transition: 0.3s ease;
}

.ativado {
    color: #AD9966
}

.nav-logo img {
    width: 66.81px;
    height: 79.38px;
    vertical-align: middle;
}

header>ul {
    list-style: none;
    padding: 0;
    text-align: center;
}

header {
    padding: 10px 0;
    position: sticky;
    top: 0;
    z-index: 99;
    background-color: white;
}

.nav-logo {
    width: 20%;
    vertical-align: middle;
}

.setabranca {
    left: 0%;
    top: 50%;
    transform: translateY(-50%);
    bottom: 20px;
}

.setabaixo {
    cursor: pointer;
    bottom: 20px;
    left: 50%;
    transform: translate(-50%, -50%);

}

.setadourada {
    right: 0%;
    top: 50%;
    transform: translateY(-50%);
    bottom: 20px;

}

.texto-view-menu {
    left: -0.7%;
    margin-top: 170px;
    transform: rotate(90deg);
    transition: 0.3s ease;
    cursor: pointer;
    text-decoration: none;
    color: black;
    position: absolute;
}

.setabranca:hover~.texto-view-menu {
    transform: rotate(0deg);
    left: 0.4%;
}

.texto-book-table {
    left: 6%;
    top: 50%;
    transform: rotate(270deg);
    transition: 0.3s ease;
    cursor: pointer;
    text-decoration: none;
    color: white;
    z-index: 100;
    font-size: 13px;
    white-space: nowrap;
    position: absolute;
}

.setadourada:hover~.texto-book-table {
    transform: rotate(360deg);
}

#sec01 {
    background-image: url(imagens/img-header.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    height: 750px;
    width: 100%;
}

.seta-down {
    position: absolute;
    top: 230%;
    left: 45%;
    cursor: pointer;
    animation: cair 2s linear infinite;
}


@keyframes cair {
    0% {
        top: 205%;
        opacity: 1;
    }

    90% {
        opacity: 1;
    }

    100% {
        top: 240%;
        opacity: 0;
    }
}

/*setas-----------------------------------------------------------------*/
.setabranca {
    right: -1045%;
    transform: translateY(-50%);
    bottom: -360px;
    position: relative;
}

#seclateral {
    position: fixed;
}

.setadourada {
    right: -1980%;
    transform: translateY(-50%);
    bottom: -190px;
    position: relative;
}

.texto-view-menu {
    left: -15%;
    top: 49%;
    transform: rotate(90deg);
    transition: 0.3s ease;
    cursor: pointer;
    text-decoration: none;
    color: black;
    position: absolute;
}

.setabranca:hover~.texto-view-menu {
    transform: rotate(0deg);
    left: 0.4%;
}

.texto-book-table {
    margin-left: 1825px;
    margin-top: 185px;
    transform: rotate(270deg);
    transition: 0.3s ease;
    cursor: pointer;
    text-decoration: none;
    color: white;
    font-size: 13px;
    position: absolute;
}

.setadourada:hover~.texto-book-table {
    transform: rotate(360deg);

}

/*setas-----------------------------------------------------------------*/

#roof {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

}

.roofHeader {
    color: white;
    font-size: 72px;
    letter-spacing: 10.8px;
    font-weight: 500;
    font-family: "Playfair Display", serif;
    text-align: center;
}

.roofSub {
    position: relative;
    color: white;
    text-align: center;
    padding: 20px;
    font-size: 18px;
}

#drop {
    position: relative;
}

#dropdown {
    text-align: left;
    padding-left: 20px;
    position: absolute;
    background-color: white;
    width: 180%;
    height: 15vh;
    top: 100%;
    padding-top: 5vh;
    opacity: 0;
    z-index: -100;
    transition: 0.3s ease;
    font-family: "Roboto", sans-serif;
    font-size: 15px;

}

#drop:hover #dropdown {
    opacity: 1;
    z-index: 99;
}

.dptp {
    transition: 0.3s ease;
    white-space: nowrap;
    margin: 10px;
}

#dropdown .dptp {
    text-decoration: none;
    color: black;
}

#dropdown .dptp:hover {
    color: #AD9966;
}

/*----------------------------------------------------------------------------------*/
#sec02 {
    width: 60%;
    margin: auto;
}

.esquerda {
    display: inline-block;
    width: 49%;
}

.df {
    position: relative;
    top: 200px;
    font-size: 48px;
    letter-spacing: 10.8px;
    font-weight: 500;
    font-family: "Playfair Display", serif;
    text-transform: uppercase;
}

.dldf {
    position: relative;
    top: 250px;
    font-size: 15px;
    font-family: "Roboto", sans-serif;
    line-height: 30px;
    color: #777777;
}

.see-full-menu {
    background-color: #AD9966;
    border: 1px solid #ad9966;
    color: white;
    padding: 18px 40px;
    letter-spacing: 2px;
    text-decoration: none;
    font-size: 15px;
    font-family: "Roboto", sans-serif;
    transition: 0.3s ease;
    position: relative;
    top: 310px;
}

.see-full-menu:hover {
    background-color: white;
    border: 1px solid #ad9966;
    color: #AD9966;
}

.direito {
    display: inline-block;
    width: 49%;
    height: 980px;
    background-color: rgb(250, 245, 240);
    vertical-align: middle;
    position: relative;
    left: 600px;
    top: -360px;
}

.tl {
    font-size: 21px;
    letter-spacing: 1.4px;
    font-weight: 500;
    font-family: "Playfair Display", serif;
    text-transform: uppercase;
    text-decoration: underline 2px rgba(0, 0, 0, 0.2);
    font-style: italic;
}

.single-menu {
    bottom: -100px;
    position: relative;
    padding-bottom: 160px;
    text-transform: uppercase;
    margin-bottom: 50px;
    text-align: center;
    white-space: nowrap;
    font-size: 15px;
}

.menu-item {
    font-weight: 500;
    text-align: center;
}

.dl {
    color: #777777;
    position: relative;
    left: -200px;
    bottom: -100px;
}

.il1 {
    position: relative;
    bottom: -50px;
    left: -100px;
}

.il2 {
    position: relative;
    bottom: -80px;
    left: -195px;
}

.il3 {
    position: relative;
    bottom: -140px;
    left: -160px;
}

.il4 {
    position: relative;
    bottom: -170px;
    left: -250px;
}

.il5 {
    position: relative;
    bottom: -50px;
    left: -100px;
}

.il6 {
    position: relative;
    bottom: -80px;
    left: -195px;
}

.il7 {
    position: relative;
    bottom: -140px;
    left: -160px;
}

.il8 {
    position: relative;
    bottom: -170px;
    left: -250px;
}

.il9 {
    position: relative;
    bottom: -50px;
    left: -100px;
}

.il10 {
    position: relative;
    bottom: -80px;
    left: -195px;
}

.il11 {
    position: relative;
    bottom: -140px;
    left: -160px;
}

.il12 {
    position: relative;
    bottom: -170px;
    left: -250px;
}

#sec03 {
    width: 60%;
    margin: auto;
}

/* imagem 01 */
.img01 {
    display: inline-block;
    position: relative;
    top: -450px;
    left: -5px;
    overflow: hidden;
}

.img01 img {
    width: 100%;
    height: 100%;
    transition: transform 0.4s ease;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    opacity: 0;
    transition: opacity 0.4s ease;
    z-index: 1;
}

.img01:hover img {
    transform: scale(1.2);
}

.img01:hover .overlay {
    opacity: 1;
}

.maismais1 {
    width: 40px;
    bottom: -370px;
    right: -250px;
    position: relative;
    fill: white;
}

/* imagem 02 */
.img02 {
    display: inline-block;
    position: relative;
    left: 25px;
    top: -360px;
    overflow: hidden;
}

.img02 img {
    width: 100%;
    height: 100%;
    transition: transform 0.4s ease;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    opacity: 0;
    transition: opacity 0.4s ease;
    z-index: 1;
}

.img02:hover img {
    transform: scale(1.2);
}

.img02:hover .overlay {
    opacity: 1;
}

.maismais2 {
    width: 40px;
    bottom: -270px;
    right: -200px;
    position: relative;
    fill: white;
}

/* imagem 03 */
.img03 {
    display: inline-block;
    position: relative;
    left: 95px;
    top: -450px;
    overflow: hidden;
}

.img03 img {
    width: 100%;
    height: 100%;
    transition: transform 0.4s ease;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    opacity: 0;
    transition: opacity 0.4s ease;
    z-index: 1;
}

.img03:hover img {
    transform: scale(1.2);
}

.img03:hover .overlay {
    opacity: 1;
}

.maismais3 {
    width: 40px;
    bottom: -270px;
    right: -200px;
    position: relative;
    fill: white;
}

/* imagem 04 */
.img04 {
    display: inline-block;
    position: relative;
    top: -330px;
    left: 125px;
    overflow: hidden;
}

.img04 img {
    width: 100%;
    height: 100%;
    transition: transform 0.4s ease;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    opacity: 0;
    transition: opacity 0.4s ease;
    z-index: 1;
}

.img04:hover img {
    transform: scale(1.2);
}

.img04:hover .overlay {
    opacity: 1;
}

.maismais4 {
    width: 40px;
    bottom: -290px;
    right: -240px;
    position: relative;
    fill: white;
}

/*----------------------------------------------------------------------------------*/
#sec04 {
    width: 60%;
    margin: auto;
}

.esquerdapt2 {
    background-color: rgb(250, 245, 240);
    vertical-align: middle;
    display: inline-block;
    width: 49%;
}

.direitopt2 {
    display: inline-block;
    width: 49%;
    background-color: white;
    vertical-align: middle;
    position: relative;
    left: 800px;
    top: -1000px;
}

.din {
    font-size: 48px;
    letter-spacing: 10.8px;
    font-weight: 500;
    font-family: "Playfair Display", serif;
    text-transform: uppercase;
    top: -380px;
    position: relative;
}

.texto-din {
    position: relative;
    font-size: 15px;
    line-height: 30px;
    top: -350px;
    color: #777777;
}

.imgchef {
    position: relative;
    left: 1000px;
    bottom: 1300px;
}

.chef-quotes {
    position: relative;
    top: 250px;
}

.tlchef {
    font-size: 48px;
    letter-spacing: 10.8px;
    font-weight: 500;
    font-family: "Playfair Display", serif;
    text-transform: uppercase;
    top: -250px;
    position: relative;
}

.texto-chef {
    position: relative;
    top: 130px;
}

.chef-sing {
    position: relative;
    top: -200px;
}

/*----------------------------------------------------------------------------------*/
.forms {
    background-color: rgb(250, 245, 240);
    width: 60%;
    height: 980px;
    top: -180px;
    position: relative;
    justify-content: center;
    text-align: center;
}

.pt-cima {
    position: relative;
    top: 120px;
}

.nome-evento {
    padding: 10px;
    width: 80%;
    border: none;
}

.pt-cima2 {
    position: relative;
    top: 140px;
}

.data {
    padding: 10px;
    width: 35%;
    border: none;
}

.tempo-evento {
    padding: 10px;
    width: 40%;
    border: none;
    margin: 20px;
}

.pt-meio {
    position: relative;
    top: 160px;
}

.convidados {
    padding: 10px;
    width: 35%;
    border: none;
}

._budget {
    padding: 10px;
    width: 40%;
    border: none;
    margin: 20px;
}

.pt-meio2 {
    position: relative;
    top: 180px;
}

.contato {
    padding: 10px;
    width: 80%;
    border: none;
}

.pt-meio3 {
    position: relative;
    top: 200px;
}

.emails {
    padding: 10px;
    width: 80%;
    border: none;
}

.pt-baixo1 {
    position: relative;
    top: 220px;
}

.telefone {
    padding: 10px;
    width: 80%;
    border: none;
}

.pt-baixo2 {
    position: relative;
    top: 240px;
}

.mensagem {
    padding: 10px;
    width: 80%;
    height: 150px;
    border: none;
}

.area-botao {
    position: relative;
    color: white;
    text-decoration: none;
    top: 300px;
    left: 175px;
    background-color: black;
    border: 1px solid #ad9966;
    font-size: 15px;
    padding: 18px 40px;
    letter-spacing: 2px;
    transition: 0.3s ease;
}

.area-botao:hover {
    background-color: white;
    border: 1px solid #ad9966;
    color: #AD9966;
}

/*----------------------------------------------------------------------------------*/
.sec05 {
    margin: auto;
}

/*----------------------------------------------------------------------------------*/
.sec06 {
    width: 60%;
    margin: auto;
    position: relative;
    margin-top: -60%;
}

.inside-imagem {
    position: relative;
    margin-top: -20%;
    text-align: center;
}

.back3 {
    position: absolute;
    display: inline-block;
    margin-top: -8.5%;
    background: rgba(255, 255, 255, 0.9);
    width: 45%;
    height: 400%;
    transform: translate(-50%, 15%);
    transition: 0.3s ease;
}

.main-course {
    font-size: 21px;
    letter-spacing: 1.4px;
    font-weight: 500;
    font-family: "Playfair Display", serif;
    text-transform: uppercase;
    text-decoration: underline 2px rgba(0, 0, 0, 0.2);
    font-style: italic;
    position: relative;
    bottom: 25px;
}

.chiken-steak {
    position: relative;
    color: #777777;
    top: 25px;
}

.seta1 {
    position: relative;
    top: 250px;
    right: 70px;
}

.seta2 {
    position: relative;
    top: -56.5px;
    left: 1170px;
}

/*----------------------------------------------------------------------------------*/
.sec07 {
    width: 60%;
    margin: auto;
    position: relative;
    margin-top: 12%;
}

.left {
    display: inline-block;
    width: 59%;
}

.right {
    display: inline-block;
}

.ruaendereco {
    margin-top: 12%;
}

.telefono {
    margin-top: 18%;
}

.endemail {
    margin-top: 23%;
}

/*----------------------------------------------------------------------------------*/
.secfinal {
    margin: auto;
    position: relative;
    margin-top: 4%;
    top: -56.5px;
    background-color: #04091e;
    padding: 120px 0;
}

.tamanho {
    width: 55%;
    margin: auto;
    position: relative;
    padding-bottom: 90px;
}

.final1 {
    display: inline-block;
}

.final2 {
    display: inline-block;
    position: relative;
    right: -20px;
}

.final3 {
    display: inline-block;
    position: relative;
    right: -45px;
}

.final4 {
    display: inline-block;
    position: relative;
    right: -65px;
}

.final5 {
    display: inline-block;
    position: relative;
    right: -120px;
    top: -45px;
}

.email-final {
    position: relative;
    bottom: -15px;
    padding: 10px 50px;
    background-color: #04091e;
    border: solid 1px rgba(255, 255, 255, 0.1);
    color: white;
}

.seta-final {
    position: relative;
    width: 37px;
    bottom: -30px;
    right: 40px;
    fill: white;
    background-color: #AD9966;
    padding: 7px;
}

.link-final {
    color: #777777;
    text-decoration: none;
    transition: 0.5s ease;
}

.link-final:hover {
    color: #AD9966;
}

.space {
    margin: 15px;
    right: -10px;
}

.division-final {
    position: relative;
    bottom: -60px;
}

.coração {
    fill: #AD9966;
    width: 20px;
}

.icone-final {
    width: 30px;
    fill: #AD9966;
    background-color: rgba(255, 255, 255, 0.1);
    padding: 7px;
}

.div-icones {
    position: relative;
    right: -850px;
}
