@font-face {
  font-family: "Aileron";
  src: url("../../assets/fonts/Aileron-Light.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Aileron";
  src: url("../../assets/fonts/Aileron-Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Aileron";
  src: url("../../assets/fonts/Aileron-SemiBold.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Aileron";
  src: url("../../assets/fonts/Aileron-Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
}
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

a {
  text-decoration: none;
}

.btn {
  margin-top: 25px;
  font-size: 20px;
  font-weight: 300;
  gap: 10px;
  display: inline-flex;
  align-items: center;
  line-height: 50px;
  padding: 0 25px;
  border-radius: 25px;
  color: #961B1E;
  background: #FFF;
}
.btn.red {
  background: #961B1E;
  color: #FFF;
}
.btn.bigger {
  font-size: 30px;
}

body {
  background: url("../../assets/images/main_bg.jpg");
  background-size: cover;
  background-repeat: repeat;
  min-height: 100vh;
}

.header {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-family: "Aileron", sans-serif;
}
.header nav {
  width: 100%;
  max-width: 1220px;
  position: relative;
  z-index: 3;
  padding: 25px 25px;
  display: flex;
  justify-content: space-between;
}
.header nav ul {
  display: flex;
  list-style: none;
  align-items: center;
  gap: 20px;
}
.header nav ul li a {
  font-weight: 500;
  color: #222;
  font-size: 18px;
}
.header nav ul li a:hover {
  color: #961B1E;
}
@media screen and (max-width: 1250px) {
  .header nav {
    max-width: 95%;
  }
}
@media screen and (max-width: 650px) {
  .header nav {
    display: none;
  }
}
.header .header-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-height: 800px;
  background: url("../../assets/images/header_bg.png");
  background-size: cover;
  background-position: center bottom;
}
.header .header-banner {
  width: 100%;
  max-width: 1220px;
  background-color: #FFF;
  background-image: url("../../assets/images/header_banner.png");
  background-size: cover;
  min-height: 420px;
  position: relative;
  background-position: center;
  z-index: 2;
  border-radius: 50px 50px 0 0;
  display: flex;
  flex-direction: column;
  gap: 0;
  text-align: center;
}
.header .header-banner .header-content {
  position: relative;
  top: -80px;
}
.header .header-banner .header-content .heading {
  color: #FFF;
}
.header .header-banner .header-content .heading h3 {
  font-weight: 300;
  font-size: 30px;
}
.header .header-banner .header-content .heading h1 {
  font-size: 65px;
  font-weight: 500;
}
.header .header-banner .header-content .heading .btn {
  margin-top: 25px;
  font-size: 20px;
  font-weight: 300;
  gap: 10px;
  display: inline-flex;
  align-items: center;
  line-height: 50px;
  padding: 0 25px;
  border-radius: 25px;
  color: #961B1E;
  background: #FFF;
}
@media screen and (max-width: 1250px) {
  .header .header-banner {
    max-width: 95%;
  }
}
.header .store-info {
  position: relative;
  z-index: 2;
  background: #FFF;
  padding: 50px;
  width: 100%;
  max-width: 1220px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 25px;
  padding-bottom: 100px;
}
.header .store-info .map {
  flex-shrink: 0;
  max-width: 50%;
}
.header .store-info .map img {
  width: 100%;
  border-radius: 40px;
}
.header .store-info .details {
  width: 100%;
  text-align: center;
}
.header .store-info .details p {
  font-size: 20px;
  font-weight: 300;
  color: #777;
}
.header .store-info .details h1 {
  color: #222;
  font-size: 40px;
  font-weight: 300;
}
.header .store-info .details hr {
  border: 0;
  border-top: 1px #f1f1f1 solid;
  margin: 20px 0;
}
.header .store-info .details a.red-link {
  color: #961B1E;
}
@media screen and (max-width: 1250px) {
  .header .store-info {
    max-width: 95%;
  }
}
@media screen and (max-width: 1100px) {
  .header .store-info {
    padding: 20px;
    flex-direction: column;
    padding-bottom: 120px;
  }
  .header .store-info .map {
    width: 100%;
    max-width: 100%;
  }
  .header .store-info .map img {
    max-width: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
    height: 300px;
  }
}
@media screen and (max-width: 560px) {
  .header .store-info .details p {
    font-size: 18px;
  }
  .header .store-info .details h1 {
    font-size: 25px;
  }
}
@media screen and (max-width: 650px) {
  .header {
    padding-top: 80px;
  }
}

.lunch-menu {
  background: linear-gradient(145deg, #2a0000, #4b0000);
  padding: 80px 20px;
  border-radius: 30px;
  text-align: center;
  font-family: "Aileron", sans-serif;
  position: relative;
  overflow: hidden;
}
.lunch-menu::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: repeating-linear-gradient(45deg, rgba(255, 215, 0, 0.05) 0 2px, transparent 2px 8px);
  opacity: 0.3;
  animation: movePattern 20s linear infinite;
}
.lunch-menu h1 {
  font-size: 60px;
  font-weight: 600;
  text-transform: uppercase;
  background: linear-gradient(90deg, rgba(190, 146, 75, 0.5), rgba(82, 54, 8, 0.9));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: 200% auto;
  animation: shimmer 5s linear infinite;
  margin-bottom: 50px;
  letter-spacing: 3px;
  position: relative;
  z-index: 2;
}
.lunch-menu .lunch-footer {
  margin-top: 50px;
  border-top: 1px rgba(255, 255, 255, 0.2) solid;
  padding-top: 20px;
}
.lunch-menu .lunch-footer h2 {
  font-size: 45px;
}
.lunch-menu .section {
  margin-bottom: 70px;
  opacity: 0;
  transform: translateY(30px);
  animation: fadeInUp 1s ease forwards;
}
.lunch-menu .section:nth-child(1) {
  animation-delay: 0.3s;
}
.lunch-menu .section:nth-child(2) {
  animation-delay: 0.6s;
}
.lunch-menu .section:nth-child(3) {
  animation-delay: 0.9s;
}
.lunch-menu .section:nth-child(4) {
  animation-delay: 1.2s;
}
.lunch-menu .section h2 {
  font-size: 35px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 15px;
  background: linear-gradient(90deg, #ffdf00, #ffd700, #b8860b);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: 200% auto;
  animation: shimmer 4s linear infinite;
  letter-spacing: 2px;
  position: relative;
  display: inline-block;
}
.lunch-menu .section .divider {
  width: 120px;
  height: 3px;
  margin: 0 auto 20px;
  background: linear-gradient(90deg, #ffdf00, #b8860b, #ffdf00);
  background-size: 200% auto;
  border-radius: 2px;
  animation: shimmer 3s linear infinite;
  box-shadow: 0 0 10px rgba(255, 215, 0, 0.5);
}
.lunch-menu .section ul {
  list-style: none;
  padding: 0;
}
.lunch-menu .section ul li {
  font-size: 22px;
  color: #fff8dc;
  margin: 10px 0;
  transition: all 0.3s ease;
}
.lunch-menu .section ul li:hover {
  color: #ffe16b;
  text-shadow: 0 0 8px rgba(255, 223, 0, 0.8);
}

@keyframes shimmer {
  0% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 200% 50%;
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes movePattern {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 100% 100%;
  }
}
@media screen and (max-width: 768px) {
  .lunch-menu {
    padding: 60px 10px;
  }
  .lunch-menu h1 {
    font-size: 40px;
  }
  .lunch-menu .section h2 {
    font-size: 26px;
  }
  .lunch-menu ul li {
    font-size: 18px;
  }
}
.body {
  width: 100%;
  max-width: 1220px;
  margin: 0 auto;
  margin-top: -50px;
  position: relative;
  z-index: 2;
}
.body .gallery {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
}
.body .gallery img {
  border-radius: 30px;
  box-shadow: -5px -5px 25px 10px rgba(99, 79, 0, 0.2);
}

.opening-hours {
  min-height: 500px;
  background: #FAEDC3;
  margin-top: 100px;
  position: relative;
  display: flex;
}
.opening-hours::before {
  content: "";
  position: absolute;
  top: -13px;
  left: 0;
  width: 100%;
  height: 24px;
  background: url("../../assets/images/dots.png");
  background-repeat: repeat-x;
  z-index: 2;
}
.opening-hours::after {
  content: "";
  position: absolute;
  bottom: -13px;
  left: 0;
  width: 100%;
  height: 24px;
  background: url("../../assets/images/dots.png");
  background-repeat: repeat-x;
  z-index: 2;
}
.opening-hours .image {
  flex-shrink: 0;
  position: relative;
  max-width: 50%;
}
.opening-hours .image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.opening-hours .image::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0) 30%, #FAEDC3);
}
.opening-hours .details {
  padding: 50px;
  text-align: center;
  width: 100%;
  font-family: "Aileron", sans-serif;
}
.opening-hours .details h1 {
  color: #634F00;
  font-size: 45px;
  margin-bottom: 45px;
}
.opening-hours .details h3 {
  color: #634F00;
  font-size: 20px;
  margin-bottom: 45px;
}
.opening-hours .details h3 b {
  color: #000;
}
.opening-hours .details .timetable {
  display: flex;
  flex-direction: column;
  max-width: 500px;
  margin: 0 auto;
  gap: 30px;
}
.opening-hours .details .timetable .time {
  display: flex;
  justify-content: space-between;
  position: relative;
}
.opening-hours .details .timetable .time::after {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 0;
  opacity: 0.2;
  width: 100%;
  height: 1px;
  background: repeating-linear-gradient(to right, #000, #000 10px, transparent 10px, transparent 20px);
}
.opening-hours .details .timetable .time:last-child::after {
  display: none;
}
.opening-hours .details .timetable .time .day {
  color: #634F00;
  font-size: 25px;
}
.opening-hours .details .timetable .time .time {
  font-size: 20px;
  display: flex;
  gap: 10px;
  font-weight: 300;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1150px) {
  .opening-hours {
    flex-direction: column;
  }
  .opening-hours .image {
    max-width: 100%;
    width: 100%;
  }
  .opening-hours .image img {
    height: 400px;
  }
  .opening-hours .image::after {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 30%, #FAEDC3);
  }
}
@media screen and (max-width: 450px) {
  .opening-hours .details h1 {
    font-size: 30px;
    margin-bottom: 20px;
  }
  .opening-hours .details .timetable .time .day {
    font-size: 20px;
  }
  .opening-hours .details .timetable .time .time {
    font-size: 17px;
  }
}

.about {
  background: #FFF;
  padding: 50px 150px;
  display: flex;
  gap: 50px;
}
.about .image {
  flex-shrink: 0;
}
.about .image img {
  border-radius: 40px;
  width: 100%;
}
.about .text {
  width: 100%;
  font-family: "Aileron", sans-serif;
}
.about .text h1 {
  color: #961B1E;
  font-size: 30px;
  margin-bottom: 10px;
}
.about .text h3 {
  font-size: 25px;
  font-weight: 400;
  margin-bottom: 20px;
}
.about .text p {
  font-size: 19px;
  line-height: 25px;
  margin-bottom: 10px;
  max-width: 650px;
  font-weight: 300;
}
@media screen and (max-width: 1500px) {
  .about {
    padding: 50px 50px;
  }
  .about .image {
    max-width: 500px;
  }
}
@media screen and (max-width: 1250px) {
  .about {
    flex-direction: column-reverse;
    align-items: center;
  }
  .about .image {
    width: 100%;
  }
  .about .text {
    text-align: center;
  }
  .about .text p {
    margin: 20px auto;
  }
}
@media screen and (max-width: 820px) {
  .about {
    gap: 20px;
  }
  .about .image {
    max-width: 100%;
  }
  .about .text {
    text-align: left;
  }
  .about .text h1 {
    font-size: 25px;
  }
  .about .text h3 {
    font-size: 18px;
  }
  .about .text p {
    max-width: 100%;
    font-size: 15px;
  }
}
@media screen and (max-width: 450px) {
  .about {
    padding: 50px 20px;
  }
  .about .text {
    text-align: left;
  }
  .about .text h1 {
    font-size: 20px;
  }
  .about .text h3 {
    font-size: 16px;
  }
  .about .text p {
    max-width: 100%;
    font-size: 14px;
  }
}

.footer {
  background: #FAEDC3;
  position: relative;
  display: flex;
  padding-top: 100px;
  padding-bottom: 50px;
  justify-content: center;
  gap: 100px;
  font-family: "Aileron", sans-serif;
}
.footer::before {
  content: "";
  position: absolute;
  top: -13px;
  left: 0;
  width: 100%;
  height: 24px;
  background: url("../../assets/images/dots.png");
  background-repeat: repeat-x;
  z-index: 2;
}
.footer .item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  max-width: 200px;
  gap: 5px;
}
.footer .item.start {
  justify-content: flex-start;
  gap: 10px;
}
.footer .item h2 {
  font-weight: 400;
  padding-bottom: 5px;
}
.footer .item p {
  font-weight: 300;
}
.footer .item a {
  color: #222;
  font-weight: 300;
  font-size: 17px;
}
.footer .item a.btn {
  color: #FFF;
  justify-content: center;
  width: 200px;
}
@media screen and (max-width: 1000px) {
  .footer {
    padding: 50px 20px;
    display: grid;
    grid-template-columns: auto auto;
    grid-template-rows: auto auto;
    gap: 25px;
  }
}
@media screen and (max-width: 500px) {
  .footer {
    grid-template-columns: auto;
    grid-template-rows: auto;
    text-align: center;
    gap: 0;
  }
  .footer .item {
    border-bottom: 1px rgba(99, 79, 0, 0.2) solid;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .footer .item:last-child {
    border-bottom: 0;
  }
}

/*# sourceMappingURL=main2.css.map */
