@font-face {
  font-family: mainfont;
  src: url(/fonts/CenturyGothicW05-Regular.woff2);
}
@font-face {
  font-family: secfont;
  src: url(/fonts/Nicolas\ Cochin\ EF\ Regular.ttf);
}
@font-face {
  font-family: opti;
  src: url(/fonts/OPTINaval.otf);
}
@font-face {
  font-family: magna;
  src: url(/fonts/Magna.ttf);
}
html {
  font-size: calc((1vw + 1vh) * 0.7);
}

.thirdscreen h1 {
  color: #dbdbdb;
  font-family: mainfont;
  text-transform: uppercase;
  text-align: center;
  font-size: 5rem;
  letter-spacing: 0.1rem;
}
.thirdscreen .imagegallery {
  width: 20%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 3rem;
  padding-left: 1rem;
}
.thirdscreen .imagegallery img {
  width: 100%;
  border-radius: 9px;
}
.thirdscreen p {
  text-align: center;
  color: #dbdbdb;
}
.thirdscreen .menu__buttons {
  margin-top: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1rem;
}
.thirdscreen .menu__item {
  border: 1px solid #dbdbdb;
  padding: 0.5rem;
  transition: all 0.3s;
}
.thirdscreen .menu__item a {
  font-size: 1rem;
  color: #f3f1f1;
}
.thirdscreen .menu__item:hover {
  transform: scale(1.1);
  transition: all 0.3s;
}
.thirdscreen .meniu {
  width: 70%;
}
.thirdscreen .thirdscreen__menu {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 2rem;
  margin-top: 3rem;
}
.thirdscreen .menu__food h1 {
  font-size: 2rem;
  padding: 1rem;
}
.thirdscreen .menu__food h5 {
  color: #dbdbdb;
  font-size: 1rem;
  font-family: mainfont;
  text-transform: uppercase;
  width: 100%;
}
.thirdscreen .menu__food .menutype__names {
  margin-top: 3rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}
.thirdscreen .menu__food .description {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 5rem;
}
.thirdscreen .menu__food .price {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  width: 100%;
  gap: 1rem;
  font-size: 1.1rem;
  font-family: mainfont;
}
.thirdscreen .menu__food .price p:first-child {
  color: rgba(254, 81, 46, 0.737254902);
}
.thirdscreen .menu__food .price p:last-child {
  font-size: 1.3rem;
}
.thirdscreen .menu__food .top {
  margin-top: 3rem;
}

.desert {
  display: flex;
  align-items: center;
  justify-content: center;
}
.desert h1 {
  font-size: 2rem !important;
}
.desert p {
  font-size: 1rem;
  font-family: mainfont;
  text-transform: uppercase;
}

.navigation {
  color: #dbdbdb;
  font-size: 1.3rem;
  text-transform: uppercase;
  font-family: mainfont;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5rem;
  margin-top: 5rem;
}
.navigation .button1 {
  border: #fe502e 1px solid;
  padding: 1rem;
  transition: all 0.5s;
}
.navigation .button1:hover {
  transform: scale(1.1);
  transition: all 0.3s;
  background-color: #fe502e;
}
.navigation .button2 {
  padding: 0.7rem;
  border-bottom: 5px double;
  transition: all 0.3s;
}
.navigation .button2:hover {
  transition: all 0.3s;
  border: 5px double;
}/*# sourceMappingURL=menu.css.map */