@import url('https://fonts.googleapis.com/css2?family=PT+Serif:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap');

* {font-family: 'Roboto', serif;}
body {background: #fff;  font-size: 18px; overflow-x: hidden; position: unset!important; color: #656c59;}
p {line-height: 30px}
a,button, input, textarea {-webkit-transition: .3s;-o-transition: .3s;transition: .3s; outline: 0;}
button {cursor: pointer;}
cite {font-style: normal;}
a, a:hover {text-decoration: none;}
a:focus, button:focus, input:focus, textarea:focus {outline: 0; text-decoration: none;}
ul {-webkit-padding-start:0; -moz-padding-start:0; margin: 0;}
li {list-style-type: none;}
img {max-width: 100%;}
*{margin: 0; padding: 0; box-sizing:border-box}
section{padding: 100px 0;}
.grid {max-width: 1320px; width: 100%; margin: 0 auto; padding: 0 30px; display: grid; grid-gap: 10px; position: relative;}
h1,h2,h3,h4,h5 {font-family: 'PT Serif', serif;}
cite {color: #828976; font-size: 16px; font-weight: 500; text-transform: uppercase; text-align: center;}
h2 {color: #656c59; font-size: 42px; max-width: 600px; margin: 0 auto 75px; font-weight: 300; text-align: center;}


header {
    background: #fff;
    padding: 20px 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;    
    z-index: 1;
    box-shadow: 0 0 30px -10px rgb(0 0 0 / 50%);   
    transition: .3s;
}
header a img {
    transition: .3s;
}
header a img:last-child {
    position: absolute;
    left: 30px;
    top: 18px;    
    opacity: 0;
}
header.fixo {
    padding: 0;
}
header.fixo a img:first-child {
    opacity: 0;
}
header.fixo a img:last-child {
    opacity: 1;
}
header.fixo a {
    font-size: 14px;
}
header.fixo ul li:last-child a:before {
    height: 36px;
}
header .grid {
    grid-template-columns: max-content 1fr;    
    align-items: center;
}
header #menu {
    background-image: url('../img/icon-menu.png');
    background-size: cover;
    width: 40px;
    height: 40px;
    display: none;
    justify-self: right;    
}
header ul {
    display: flex;
    justify-self: right;
    align-items: center;  
    gap: 40px;
}
header ul li a {
    color: #4e6c50;
    font-weight: 500;
    position: relative;
}
header ul li:last-child a:before {
    content: '';
    display: inline-block;
    background-color: #656c59;
    width: 42px;
    height: 42px;
    background-image: url('../img/icon-bag.png');    
    position: absolute;
    left: 0;
    top: 0;
    background-repeat: no-repeat;
    background-position: center; 
    transition: .3s;      
}
header ul li:last-child a {
    color: #fff;
    padding: 10px 20px 10px 60px;
    display: block;
    font-weight: 400; 
    background-color: #828976;
    border-radius: 10px;
    overflow: hidden;       
}
header ul li:last-child a:hover {
    background-color: #656c59;    
}
header ul li:last-child a:hover:before {
    background-color: #4a4f42;    
}

section.banner {
    background-image: url('../img/banner.png');
    background-size: cover;
    padding: 252px 0 150px;
    margin-bottom: 90px; 
}
section.banner h1 {
    font-size: 80px;
    color: #fff;    
    font-weight: 100;
    line-height: 54px;
    color: #c8d3b5;
    margin-left: -5px;
    margin-bottom: 20px;
}
section.banner h1 b {
    font-weight: inherit;
    font-family: inherit;
    font-size: 92px;
}
section.banner h1 span {
    display: block;
    font-size: 36px;
    font-weight: 400;
    margin-left: 5px;
    font-family: 'PT Serif', serif;
}
section.banner p {
    color: #fff;
    line-height: 22px;    
    margin-bottom: 40px;
}
section.banner a:before {
    content: '';
    display: inline-block;
    background-color: #656c59;
    width: 42px;
    height: 42px;
    background-image: url('../img/icon-bag.png');    
    position: absolute;
    left: 0;
    top: 0;
    background-repeat: no-repeat;
    background-position: center;    
    transition: .3s;   
}
section.banner a {
    color: #fff;
    padding: 10px 20px 10px 60px;
    display: table;
    font-weight: 400;   
    background-color: #828976;
    border-radius: 10px;
    overflow: hidden;  
    position: relative;   
}
section.banner a:hover {
    background-color: #656c59;    
}
section.banner a:hover:before {
    background-color: #4a4f42;    
}



section.about {
    background-image: url(../img/bg-about.png);
    background-position: center -20px;
    background-repeat: no-repeat;
    padding-top: 20px;
}
section.about .grid:last-child {
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}
section.about .grid:last-child div {
    height: 500px;
    background-color: #656c59;
    position: relative;
    overflow: hidden;
}
section.about .grid:last-child div:hover figure {
    transform: scale(1.1) rotate(-3deg);
    filter: brightness(1.2);    
}
section.about .grid:last-child div p {
    font-family: 'PT Serif', serif;
    font-weight: 500;
    font-size: 30px;
    color: #fff;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 45px;
    text-align: center;
}
section.about .grid:last-child div figure {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background-size: cover;
    background-position: center;
    overflow: hidden;    
    transition: .3s;
}
section.about .grid:last-child div figure:before {
    content: '';
    position: absolute;
    bottom: -123px;
    left: -100px;
    right: -100px;
    background: #000;
    height: 300px;
    filter: blur(65px);
    opacity: .95;
}



section.restaurant {
    background-image: url(../img/bg-restaurant.png);
    background-position: center -60px;
    background-repeat: no-repeat;    
    padding-top: 20px;
}
section.restaurant .itens {
    display: none;
    grid-template-columns: repeat(2, 1fr); 
    gap: 30px 100px;   
}
section.restaurant .itens.ativo {
    display: grid;
}
section.restaurant .grid div > div {
    clear: both;
}
section.restaurant div > img {
    width: 75px;
    float: left;
    margin-right: 15px;
    margin-top: 4px;   
    margin-bottom: 10px;
    border-radius: 50px; 
}
section.restaurant div h3 {
    font-family: 'PT Serif', serif;
    position: relative;
}
section.restaurant div h3 b {
    font-family: inherit;
}
section.restaurant div h3 em {
    font-style: unset;
    float: right; 
}
section.restaurant div p {
    color: #828976;    
    margin-right: 40px;
    line-height: 26px;    
}



section.call {
    background-image: url('../img/call.jpg');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}
section.call .grid {
    grid-template-columns: .5fr 1fr;
    gap: 40px;
}
section.call cite {
    color: #fff;
}
section.call h2 {
    text-align: left;
    color: #fff;
    margin: 20px 0 30px;
    line-height: 48px;
}
section.call p {
    margin-bottom: 15px;
    color: #fff;
}
section.call div p:last-child {
    margin-bottom: 0;
}
section.call a:before {
    content: '';
    display: inline-block;
    background-color: #656c59;
    width: 42px;
    height: 42px;
    background-image: url('../img/icon-bag.png');    
    position: absolute;
    left: 0;
    top: 0;
    background-repeat: no-repeat;
    background-position: center;    
    transition: .3s;   
}
section.call a {
    color: #fff;
    padding: 10px 20px 10px 60px;
    display: table;
    font-weight: 400;   
    background-color: #828976;
    border-radius: 10px;
    overflow: hidden;  
    position: relative;   
}
section.call a:hover {
    background-color: #656c59;    
}
section.call a:hover:before {
    background-color: #4a4f42;    
}


section.gallery {
    background-image: url(../img/bg-gallery.png);
    background-position: center 0px;
    background-repeat: no-repeat;  
}

section.gallery .grid:last-child {
    grid-template-areas: 'a a b c'
                         'd e g g'
                         'f f g g';
    gap: 30px;
}
section.gallery .grid:last-child div {
    background-color: #eee;
    height: 215px;
    position: relative;
    overflow: hidden;
}
section.gallery .grid:last-child div:nth-child(1) {
    grid-area: a;
} 
section.gallery .grid:last-child div:nth-child(2) {
    grid-area: b;
} 
section.gallery .grid:last-child div:nth-child(3) {
    grid-area: c;
} 
section.gallery .grid:last-child div:nth-child(4) {
    grid-area: d;
} 
section.gallery .grid:last-child div:nth-child(5) {
    grid-area: e;
} 
section.gallery .grid:last-child div:nth-child(6) {
    grid-area: f;
} 
section.gallery .grid:last-child div:nth-child(7) {
    grid-area: g;
    height: 460px;
} 
section.gallery .grid:last-child div figure {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background-size: cover;
    background-position: center;
    overflow: hidden;
    transition: .3s;
}
section.gallery .grid:last-child div figure:before {
    content: '';
    position: absolute;
    bottom: -123px;
    left: -100px;
    right: -100px;
    background: #000;
    height: 200px;
    filter: blur(65px);
    opacity: .95;
}
section.gallery .grid:last-child div:hover figure {
    transform: scale(1.1) rotate(-3deg);
    filter: brightness(1.2);    
}


section.contact {

}
section.contact .grid {
    grid-template-columns: 1fr 1fr;
    gap: 40px;
}
section.contact p {
    margin-bottom: 20px;
}
section.contact h2 {
    text-align: left;
    margin: 0 0 20px;
}
section.contact label {
    color: #656c59;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 5px;
    display: block;
}
section.contact input, section.contact textarea {
    border-radius: 8px;
    border: 1px solid #656c59;
    padding: 6px 20px;
    font-size: 18px;
    color: #828976;
    width: 100%;
}
section.contact textarea {
    height: 120px;
}
section.contact form div:nth-child(1) {
    grid-area: a;
}
section.contact form div:nth-child(2) {
    grid-area: b;
}
section.contact form div:nth-child(3) {
    grid-area: c;
}
section.contact form div:nth-child(4) {
    grid-area: d;
}
section.contact form div:nth-child(5) {
    grid-area: e;
}
section.contact form {
    display: grid;
    grid-template-areas: 'a b' 'c d' 'e e' 'f f';
    gap: 20px 30px;
}
section.contact form button {
    color: #fff;
    padding: 10px 20px;
    display: block;
    font-weight: 400;
    background-color: #828976;
    border-radius: 10px;
    text-transform: uppercase; 
    font-size: 16px;   
    border: 0;
    grid-area: f;
}
section.contact span {
    display: block;
    margin-top: 15px;
}


footer {
    background-image: url('../img/bg-footer.png');
    background-size: cover;
    padding: 90px 0 0;
}
footer > .grid > img {
    display: block;
    margin: 0 auto 30px;
}
footer ul {
    text-align: center;
}
footer ul li {
    font-size: 36px;
    color: #fff;
    font-family: 'PT Serif', serif;
    margin-bottom: 10px;
}
footer ul li a {
    color: #fff;
}
footer .credits {
    background-color: #fff;
    padding: 20px 0;
    margin-top: 80px;
}
footer .credits .grid {
    grid-template-columns: 1fr 1fr;
    align-items: center;
}
footer .credits p:last-child {
    justify-self: right;
    align-items: center;
    display: flex;
    gap: 10px;    
}

a#order {
    position: fixed;
    bottom: 30px;
    right: 30px;
    background: #828976;
    color: #fff;
    height: 70px;
    width: 90px;
    text-align: center;
    border-radius: 8px;
    overflow: hidden;
    font-size: 14px;
    box-shadow: 0px 0px 15px -5px #000; 
}
a#order img {
    display: block;
    margin: 0 auto 7px;
    background: #656c59;
    padding: 9px 38px;    
    transition: .3s;
}
a#order:hover {
    background-color: #656c59;    
}
a#order:hover img {
    background-color: #4a4f42;    
}
a#sms, a#whatsapp {
    position: fixed;
    right: 47px;
}

a#sms img, a#whatsapp img {
    max-width: 50px;
}

a#sms {
    bottom: 180px;
    display: none;
}
a#whatsapp {
    bottom: 115px;
}

p.sent {
    position: fixed;
    top: 40%;
    left: 0;
    right: 0;
    text-align: center;
    display: table;
    margin: 0 auto;
    background: #828976;
    padding: 20px;
    border-radius: 10px;
    color: #fff;
    box-shadow: 0 0 50px 50px rgb(0 0 0 / 15%);
    opacity: 0;    
    visibility: hidden;
    transition: .3s;
}
p.sent.active {
    opacity: 1;
    visibility: visible;
}



section.restaurant h2 {
    margin-bottom: 50px;
}
section.restaurant ul {
    display: flex;
    text-align: center;
    justify-content: space-between;
    margin-bottom: 100px;
}
section.restaurant ul li a {
    color: #656c59;
    border-bottom: 2px solid #fff;
    display: flex;
    flex-direction: column;    
}
section.restaurant ul li.ativo a, section.restaurant ul li a:hover {
    border-color: #656c59;
}
section.restaurant ul li a img {
    display: flex;
    margin: 0 auto 10px;
    border-radius: 20px;
    transition: .3s;
}
section.restaurant ul li.ativo a img, section.restaurant ul li a:hover img {
    transform: scale(1.07) rotate(-3deg);
}