*{box-sizing: border-box;
    margin: 0;
    font-size: medium;
    font-family: "Playfair Display", serif;
}
header li{margin:  20px; 
    display: inline-block;
   
}

a{color: black;
    text-decoration: none;
}

.navbar li a:hover, .dropdown:hover .dropbtn {background-color: #ffffff;
  }
  
.dropdown-content {display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    z-index: -5px;
  }
.dropdown-content a {padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
}
.dropdown-content a:hover {background-color: #ddd;
}
.dropdown:hover .dropdown-content {display: block;
}
  
header ul li a:hover {color: #ad9966; 
    text-decoration: none; 
}

#home{color: #AD9966;
    font-size: 13px;
    font-weight: 500;
margin: 0px 32px 0px 0px;
}

header ul { display: flex;
    justify-content: center; 
    align-items: center; 
    list-style: none;
    gap: 40px;               
}

header{padding: 30px 0;
    background-color: #fff;

}

#logo{width: auto;
    padding-top: 0;
}

#logo img { width: 60px;            
    height: auto;
    display: block;

}

#sec01 { width: 100%;
    padding: 160px 0;
    background-image: url('Img/header-bg.png'); 
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;

}

.Roftop {
    text-align: center;
}

.Roftop h1{
    font-size: 60px;
    color: white;
    text-transform: uppercase;
    margin-bottom: 20px;

}
h1{
    line-height: 1.5em;
    font-family: "Playfair Display", serif;
    color: #000;
    line-height: 1.2em;
    margin-bottom: 0;
    margin-top: 0;
    font-weight: normal;
    display:block
}

.FoodM{
    text-align: center;
    padding-top: 280px;
}

#subtitulo{
    color: white;
    line-height: 1.5em;
    font-family:"Playfair Display",serif;
}

hr{
    border: 0;
    border-top: 1px solid rgba(255,255,255,0.5);
    width: 100px;
    margin: 20px auto;
    
} 

.botoes {
    text-align: center; 
    margin-top: 15px;   
}

.botoes a, .seta {
    color: #ffffff; 
    font-size: 11px; 
    text-transform: uppercase;
    letter-spacing: 3px;
    font-family: "Roboto", sans-serif;
    opacity: 0.9;
}


.seta {
    margin: 0 8px;
}


#sec02{
    width: 100%;
    height: 75%;

}


#dailyfood{
    display: flex;
    justify-content: space-between;
    align-items: center; 
    padding: 100px 10%;
    gap: 50px;

}
#menulista{
width: 100%;
  max-width: 500px; 
  background: #faf5f0;
  padding: 50px;
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.05); 
}
#menulista>h1{
     font-size: 24px;
     position: relative;
     margin-bottom: 10px
}
#menulista>h2{
    font-size: 13px;
    color: #999;
    margin-top: 4px;
}
#menulista>h1::after{
    content: "";
    position: absolute;
    width: 40%;
    height: 2px;
   background: #dfdfdf;
    left: 25%;     
    bottom: -10px; 
}
    

#txtesquerda { flex: 1;
    padding: 0; 

}
#txtesquerda>h1{
     font-family: "Playfair Display", serif;
    font-size: 60px; 
    font-weight: 700;
    line-height: 1.1;
    text-transform: uppercase;
    margin-bottom: 10px;

}
#txtesquerda>p{
    color: #999;
    font-size: 13px;
     margin-top: 4px;
     display: block;
     line-height: 30px;
}
#txtesquerda>a{
   display: inline-block; 
    
    background-color: #ad9966;
    color: #fff;

    padding: 15px 30px;
    
    text-decoration: none;
    font-size: 13px;
    letter-spacing: 2px;

    margin-top: 20px;
}
#txtesquerda>a:hover{
    background-color: white;
    cursor: pointer;
    color: #ad9966;
    
}
#sec03{
      position: relative;
    height: 600px;
}
#reserva{
    text-align: center;
    padding: 100px 0;
    background:  #faf5f0;
    margin-top: 800px;
    width: 900px;
    height: 900px;
    z-index: 10;
  
}

#reserva input,
#reserva select{
    display: inline-block;
    width: 45%;        
    margin: 10px 2%;   
    padding: 12px;

    border: 1px solid #ccc;
}

#send{
    color: white;
    background-color: #000;
    display: inline-block; 
     padding: 15px 30px;
     margin-left: 90px;
    text-decoration: none;
    font-size: 13px;
    letter-spacing: 2px;
     position: relative;
    margin-top: 20px;
    margin-right:10px ;
}
#send:hover{
color: #ad9966;
background-color:#faf5f0;
border:#ad9966 solid;
cursor: pointer;
}
#Table{
    position: relative;
    width: 300px;
    margin-left: auto;
    margin-right: 200px;
}


#Table > h1{
    font-size: 35px;    
    line-height: 1.2;
    margin-bottom: 15px;
    letter-spacing: normal;
    line-height: 1.2;
    font-weight: normal;
}


#Table > h2{
    font-size: 14px;        
    color: #999;
    line-height: 1.6;
    margin-top: 5px;
}

#sec04 {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 120px 10%; 
    gap: 100px; 
    background-color: #fff
}

#chefs{
 flex: 1;

}
#chefs>h1{
    font-family: "Playfair Display", serif;
    font-size: 52px;
    line-height: 1.1;
    text-transform: uppercase;
    margin-bottom: 5px;
}
#chefs>p {
    text-align: justify;       
    color: #777;               
    font-size: 14px;           
    line-height: 1.8;         
    max-width: 600px;          
    margin: 20px 0;  
}
#chefs>img{
 display: block;
margin-top: 20px;
}
#chefe { flex: 1;
    max-width: 480px;
    height: auto;

}
#sec05{
    position: relative;
    padding: 150px 0;
    background-image: url(img/callaction-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover; 
    background-position: center;
    background-attachment: fixed;
}
#course{
    width: 35%;
    background: rgba(255, 255, 255, 0.9);

    padding: 40px 30px;

    position: absolute;
    top: 50%;
    left: 50%;

    transform: translate(-50%, -50%); 

    text-align: center;
}

#rodape{
    background: #0c1b2a;
    color: #aab3bd;
    padding: 80px 0;
    z-index: 2;
}


#rodape .container{
    width: 90%;
    margin: auto;
}

.col{
    display: inline-block;
    width: 18%;
    vertical-align: top;
    margin: 1%;
}


.col h2{
    color: white;
    font-size: 16px;
    margin-bottom: 20px;
}


.col ul{
    list-style: none;
    padding: 0;
}

.col ul li{
    margin-bottom: 10px;
}


.col ul li a{
    color: #aab3bd;
    text-decoration: none;
    font-size: 14px;
    transition: 0.3s;
}


.col ul li a:hover{
    color: #ad9966;
    padding-left: 5px; 
}


.newsletter p{
    font-size: 14px;
    margin-bottom: 15px;
}


.email{
    position: relative;
}

.email input{
    width: 100%;
    padding: 12px;
    border: none;
    background: transparent;
    border: 1px solid #2a3a4a;
    color: white;
}

.email button{
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 50px;

    background: #ad9966;
    border: none;
    color: white;
    cursor: pointer;
}


.bottom{
    margin-top: 50px;
    border-top: 1px solid #2a3a4a;
    padding-top: 20px;
}


.bottom p{
    display: inline-block;
    font-size: 14px;
}


.social{
    float: right;
}

.social a{
    display: inline-block;
    width: 35px;
    height: 35px;
    line-height: 35px;

    text-align: center;
    margin-left: 5px;

    background: #111;
    color: #ccc;

    transition: 0.3s;
}

.social a:hover{
    background: #ad9966;
    color: white;
}

::selection{
    background-color: #ad9966;
}

.Home { margin-right: 32px;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 500;
    color: #ad9966;
}

.Menu{margin-right: 32px;
     color: #000;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 500; 
    color: #ad9966;
    opacity: 1;
}

.About {margin-right: 32px;
     color: #000;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 500;
}

.Pages {margin-right: 32px;
    color: #000;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 500;
}

.Blog {margin-right: 32px;
    color: #000;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 500;
}

.Gallery {    margin-right: 32px;
    color: #000;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 500;
}
