@import url("https://fonts.googleapis.com/css2?family=Raleway:wght@600&display=swap");
@font-face {
  font-family: TrajanPro;
  src: url("../fonts/trajan-pro.otf");
}



:root {
  --color-dark-black: #0f1011;
  --collor-light-black: #1c1c1c;
  --color-light-green: #78be20;
  --color-dark-green: #0b7a38;
  --color-yellow: #fed141;
  --color-pink: #e9224d;
  --color-light-pink: #ff4a4f;
  --color-dark-blue: #002f6c;
  --color-light-blue: #0057bb;

  --side-bar-color: #62a510;

  --rectangle-blue: #2fa8ff;
  --rectangle-green: #3db74d;
  --rectangle-pink: #f50d4d;
  --rectangle-orange: #f67000;
  --rectangle-purple: #661f7b;
  --rectangle-brown: #cc6831;
}

html {
  height: 100%;
  width: 100%;
  overflow-x: hidden;
  scroll-behavior: smooth;
}

::-webkit-scrollbar-track {
  background-color: #f5f5f5;
}

::-webkit-scrollbar {
  width: 7px;
  background-color: #f5f5f5;
}

::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #bdbdbd;
}

::-webkit-scrollbar-thumb:hover {
  background-color: #757575;
}

h6,
h5,
h4,
h3,
h2,
h1,
a,
p {
  font-family: "TrajanPro", sans-serif;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
}

.text-black {
  color: var(--color-dark-black);
}

.text-green {
  color: var(--color-light-green);
}

.text-yellow {
  color: var(--color-yellow);
}

.text-blue {
  color: var(--color-dark-blue);
}

.text-white {
  color: #ffffff;
}

.text-footer{
  color: #e1b450;
}

.background-black {
  background-color: var(--color-dark-black);
}

.background-green {
  background-color: var(--color-light-green);
}

.background-yellow {
  background-color: var(--color-yellow);
}

.background-pink {
  background-color: var(--color-pink);
}

.background-white {
  background-color: #ffffff;
}

a {
  text-decoration: none;
}

body {
  background-color: #ffffff;
  overflow: hidden;
}

.nav-content {
  display: flex;
  justify-content: space-between;
}

.nav-content .header-button{
  align-items: center;
}

.header-logo-container {
  width: 200px;
}

.logo-card {
  position: absolute;
  border-radius: 0 0 25px 25px;
  width: 200px;
  height: 120px;
  background-color: var(--color-dark-black);
}

.logo-card-logo {
  position: relative;
  height: 100%;
}

.logo-card-logo > a {
  position: absolute;
  width: 100%;
  bottom: 20px;
}

.logo-card-logo > a > .logo {
  display: block;
  width: 80%;
  margin: 0 auto;
}

.header-links{
  display: flex; 
  align-items: center;
}

.header-links > ul {
  font-size: 12px;
  margin: 0;
}

.main-banner{
  background: url('../images/banner/main.png');
  display: block;
  height: 100vh;
  background-repeat: round;
}

.banner{ 
  margin-left: 10rem;
  padding-top: 12rem;
}
.banner h1{
  font-size: 38px;
  color: #ffcc5a;
}

.banner p {
  width: 430px;
  color: #fff;
  padding: 5rem 0 5rem 0;
  font-size: 16px;
}

.banner a{
  color: #ffcc5a;
  padding: 1.3rem 6rem 1.3rem 6rem;
  font-size: 20px;
  border: 1px solid #ffcc5a;
}

.delivery-btn{
  transition: all 0.4s;
}

.delivery-btn:hover{
  transition: all 0.4s;
  background: #e1b450;
  color: #fff;
}
.menu-item {
  display: inline;
}

.menu-btn{
  background: #e1b450;
  color: #fff;
  border-radius: 6px;
  padding: 0.6rem;
  text-decoration: none;
  transition: all 0.3s;
}
.menu-btn:hover{
  color: #000;
  transition: all 0.3s;
}

.header-button {
  width: fit-content;
  height: 100%;
}

.rounded-btn {
  display: block;
  font-family: Raleway, sans-serif;
  padding: 2px 25px;
  border-radius: 7px;
  font-size: 14px;
  margin: auto 0;
}

.rounded-btn > i {
  font-size: 26px;
}

.restaurant-image > img {
  width: 100%;
  max-width: 500px;
}

footer{
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  height: 300px;
}

.delivery img{
  height: 380px;
  display: flex;
  margin: 0 auto;
}
.delivery{
  display: flex;
  align-items: center;
}

.right-delivery{
  text-align: center;
  margin: 0 auto;
  display: grid;
  justify-content: center;
  min-width: 600px;
}

.middle-footer {
  width: 500px;
  padding-left: 7rem;
  padding-right: 2rem;
}

.atendimento {
  display: flex;
}

.atendimento p{
  color: #fff;
  font-size: 12px;
  padding-right: 4rem;
}

.right-footer{
  font-size: 12px;
}

footer h5{
  margin-top: 2rem;
}

.logo-footer{
  height: 30px;
}

.left-footer{
  margin-top: 2.5rem;
}

.section-text{
  width: 600px;
  margin-left: 60px;
}

.section-title img{
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.mansory{
  text-align: center;
  margin: 0 auto;
  padding-bottom: 8rem;
}

.mansory-title{
  text-align: center;
  margin: 0 auto;
  padding-bottom: 2rem;
  padding-top: 5rem;
}

.figures img{
  width: 100%;
}


figure{
  margin: 0;
  display: flex;
  margin-bottom: 10px;
  break-inside: avoid;
}

.mansory{
  column-count: 3;
  column-gap: 0;
}

.show-card{
  display: flex;
  height: auto;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  padding: 2rem ;
}

.agenda-headline{
  display: block;
  position: absolute;

  border: 1px solid #ffcc5a;
  color: #fff;
}

.card{
  background-color: #fff;
  text-align: center;
  margin: 0 auto;
  display: flex;
  padding: 0.3rem;
  justify-content: center;

}

.card p {
  font-size: 13px;
}

.card h4{
  padding-top: 0.6rem;
}

.card img{
  border-radius: 5px;
  height: auto;
  max-height: 350px;
}

.main-menu{
  display: flex;
  justify-content: center;
  margin: 0 auto;
}

.menu-card{
  display: flex;
  align-items: center;
  width: fit-content;
  text-align: center;
}


.menu-card img{
  height: 265px;
}

.menu-card p{
  font-size: 12px;
  width: 200px;
}

.menu-title{
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin: 0 auto;
  padding-bottom: 2rem;
  padding-top: 5rem;
}
.menu-title h1{
  padding: 0 1rem 0 1rem;
}

.menu-title img{
  height: 100%;
  width: auto;
}

.atendimento p:nth-child(1){
  width: 100px;
}

.middle-items-menu {
    padding-right: 0px; 
    padding-left: 45px;
}
