@font-face {
  font-family: 'Quicksand';
  font-style: normal;
  font-weight: 500;
  src: url(https://fonts.gstatic.com/s/quicksand/v31/6xK-dSZaM9iE8KbpRA_LJ3z8mH9BOJvgkM0o18E.ttf) format('truetype');
}
@font-face {
  font-family: 'Sono';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/sono/v6/aFT97PNiY3U2Cqf_aYEN64CYaK18YWJEsV6u-QLiOsxVtkWdEg.ttf) format('truetype');
}
::selection {
  color: #000;
  background: #fec654;
}
::-moz-selection {
  color: #000;
  background: #fec654;
}
a:visited {
  color: #d0c778;
}
a:active {
  color: #d0c778;
}
body {
  margin: 0;
  padding: 0;
  display: grid;
  color: #000000;
  min-height: 100vh;
  font-family: 'Quicksand', serif;
  grid-template-columns: 1fr;
  background: linear-gradient(to right, #9c761e, #da854b);
}
body h1,
body h2,
body h3,
body h4,
body h5 {
  font-family: 'Sono', monospace;
  text-align: center;
  text-indent: 0;
}
body h1 {
  font-size: 50px;
  background: linear-gradient(to bottom, #5d1700, #b51c03);
  background-clip: border-box;
  -webkit-background-clip: text;
  color: transparent;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 450px) {
  body h1 {
    font-size: 40px;
  }
}
body main {
  min-height: 95vh;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  overflow: hidden;
  gap: 0;
}
@media screen and (max-width: 1550px) {
  body main {
    grid-template-columns: repeat(2, 1fr);
    gap: 0px;
  }
}
@media screen and (max-width: 1024px) {
  body main {
    grid-template-columns: repeat(1, 1fr);
    gap: 0px;
  }
}
body main .section {
  height: 500px;
}
body main #section-1 {
  background-image: url('../images/background5.webp');
  position: relative;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border: 1px solid black;
}
@media screen and (max-width: 1024px) {
  body main #section-1 {
    order: 1;
  }
}
body main #section-1 .overlay {
  position: relative;
  height: 100%;
}
body main #section-1 .overlay::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #0002;
  pointer-events: none;
  transition: all 0.3s ease-in-out 0s;
}
body main #section-2 {
  background-image: url('../images/background4.webp');
  position: relative;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border: 1px solid black;
}
@media screen and (max-width: 1024px) {
  body main #section-2 {
    order: 3;
    height: 200px;
  }
}
body main #section-2 .overlay {
  position: relative;
  height: 100%;
}
body main #section-2 .overlay::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #0002;
  pointer-events: none;
  transition: all 0.3s ease-in-out 0s;
}
body main #section-3 {
  background-image: url('../images/background3.webp');
  position: relative;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border: 1px solid black;
}
@media screen and (max-width: 1024px) {
  body main #section-3 {
    order: 5;
  }
}
body main #section-3 .overlay {
  position: relative;
  height: 100%;
}
body main #section-3 .overlay::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #0002;
  pointer-events: none;
  transition: all 0.3s ease-in-out 0s;
}
body main #section-4 #chef {
  width: 500px;
  height: 500px;
  background-image: url('../images/chef2.png');
  position: absolute;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  bottom: 0;
}
@media screen and (max-width: 450px) {
  body main #section-4 #chef {
    width: 300px;
    height: 300px;
  }
}
@media screen and (max-width: 1550px) {
  body main #section-4 {
    order: 6;
    position: relative;
  }
}
body main #section-5 .open {
  display: grid;
  grid-template-columns: auto auto;
  gap: 10px;
  text-align: center;
}
@media screen and (max-width: 450px) {
  body main #section-5 .open {
    grid-template-columns: auto;
  }
}
body main #section-5 .open .label {
  font-weight: bold;
}
body main #section-5 .address {
  display: grid;
  grid-template-columns: auto auto;
  gap: 10px;
  text-align: center;
  margin-top: 20px;
}
@media screen and (max-width: 450px) {
  body main #section-5 .address {
    grid-template-columns: auto;
  }
}
body main #section-5 .address .label {
  font-weight: bold;
}
@media screen and (max-width: 1550px) {
  body main #section-5 {
    order: 5;
  }
}
@media screen and (max-width: 1024px) {
  body main #section-5 {
    order: 2;
    padding: 20px;
  }
}
body main #section-6 .menu {
  display: grid;
  grid-template-columns: auto auto;
  gap: 10px;
  text-align: center;
}
@media screen and (max-width: 450px) {
  body main #section-6 .menu {
    grid-template-columns: auto;
  }
}
body main #section-6 .menu .label {
  text-align: left;
  font-weight: bold;
}
body main #section-6 .menu .info {
  font-size: 12px;
}
@media screen and (max-width: 450px) {
  body main #section-6 .menu .info {
    border-bottom: 1px solid #43413e;
  }
}
@media screen and (max-width: 1550px) {
  body main #section-6 {
    order: 7;
    padding: 20px;
  }
}
@media screen and (max-width: 1024px) {
  body main #section-6 {
    order: 4;
    padding: 20px;
  }
}
body footer {
  width: 100%;
  height: 5vh;
  background-color: #000;
  color: #fff;
  font-size: 10px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 600px) {
  body footer {
    grid-template-columns: repeat(1, 1fr);
    gap: 0px;
  }
}
@media screen and (max-width: 800px) {
  body footer p {
    text-align: center;
  }
}
@media screen and (max-width: 600px) {
  body footer p {
    margin: 0;
  }
}
body footer div {
  display: grid;
  place-items: center;
}
body footer div #company {
  font-weight: bold;
  text-transform: uppercase;
}
body footer #support {
  color: #fff;
}
body footer #support a {
  color: #fff;
  text-decoration: none;
}
/*# sourceMappingURL=style.css.map */