<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.cover {
  width: 100%;
  height: -moz-max-content;
  height: max-content;
  position: relative;
  padding-bottom: 5px;
  overflow: hidden;
}
.cover .cover-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 41% center;
     object-position: 41% center;
  transform: scale(1.9);
}
.cover .content {
  padding-inline: 20px;
  padding-top: 110px;
  padding-bottom: 40px;
  height: -moz-max-content;
  height: max-content;
  position: relative;
  max-width: 100%;
  margin-inline: auto;
}
.cover .content .text {
  text-align: center;
  max-width: unset;
  position: relative;
  z-index: 100;
  transition: 0.8s;
  margin-bottom: 50px;
}
.cover .content .text .cover-h1 {
  color: #1F1F1F;
  font-family: "Playfair", serif;
  font-size: 53px;
  font-weight: 600;
  margin-bottom: 0;
  margin-top: 0;
}
.cover .content .text p {
  color: #1F1F1F;
  font-size: 20px;
  margin-top: 15px;
  padding-inline: 25px;
}
.cover .content .cover-actions {
  margin-top: 15px;
  width: 100%;
  text-align: center;
  position: relative;
  z-index: 100;
  transition: 0.8s;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
}
.cover .content .cover-actions button {
  border-radius: 25px;
  outline: none;
  background: #b3181a;
  color: white;
  font-weight: 400;
  font-size: 16px;
  width: 50%;
  height: 52px;
  border: none;
  transition: 0.8s !important;
}
.cover .content .cover-actions button:hover {
  background: #9b181a;
}
.cover .content .cover-actions button.secondary {
  background: transparent;
  border: 2px solid #b3181a;
  color: #1F1F1F;
}
.cover .content .cover-actions button.secondary:hover {
  background: #b3181a;
  color: white;
}

.menu-sec {
  position: relative;
  width: 100%;
  height: 100%;
  padding-top: 45px;
  padding-bottom: 65px;
}
.menu-sec .content {
  padding-inline: 20px;
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 21px;
}
.menu-sec .content h2 {
  color: #1F1F1F;
  font-size: 40px;
  font-family: "Playfair", serif;
  font-weight: 500;
  text-align: center;
}
.menu-sec .content .item {
  position: relative;
  width: 100%;
  text-align: center;
  padding: 35px;
  border-radius: 12px;
  border: 1px solid rgba(83, 177, 83, 0.2);
}
.menu-sec .content .item .price {
  font-size: 21px;
  color: #b3181a;
  margin-bottom: 15px;
  font-weight: 500;
}
.menu-sec .content .item .name {
  font-size: 21px;
  color: #1F1F1F;
  margin-bottom: 15px;
  font-weight: 500;
}
.menu-sec .content .item .des {
  font-size: 16px;
  color: #1F1F1F;
  margin-bottom: 0;
}

@media only screen and (min-device-width: 1140px) {
  .only-mob {
    display: none;
  }
  .cover {
    width: 100%;
    height: 100vh;
    position: relative;
    padding-bottom: 5px;
    overflow: hidden;
  }
  .cover .cover-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: unset;
       object-position: unset;
    transform: scale(1.85);
  }
  .cover .content {
    padding-inline: 50px;
    padding-top: 170px;
    padding-bottom: 40px;
    height: -moz-max-content;
    height: max-content;
    position: relative;
    max-width: 1400px;
    margin-inline: auto;
  }
  .cover .content .overlay {
    width: 90%;
    height: 100vh;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(255, 255, 255, 0.36);
    z-index: 1;
    border-radius: 50px; /* Softens corners */
    box-shadow: 0 0 100px 510px rgba(255, 255, 255, 0.36); /* Spread effect */
  }
  .cover .content .text {
    text-align: center;
    max-width: unset;
    position: relative;
    z-index: 100;
    transition: 0.8s;
    margin-bottom: 50px;
    z-index: 11;
  }
  .cover .content .text .cover-h1 {
    color: #1F1F1F;
    font-family: "Playfair", serif;
    font-size: 90px;
    font-weight: 600;
    margin-bottom: 0;
    margin-top: 0;
    max-width: 900px;
    margin-inline: auto;
  }
  .cover .content .text p {
    color: #1F1F1F;
    font-size: 24px;
    margin-top: 15px;
    padding-inline: 25px;
    max-width: 800px;
    margin-inline: auto;
  }
  .cover .content .cover-actions {
    margin-top: 15px;
    width: 100%;
    text-align: center;
    position: relative;
    z-index: 100;
    transition: 0.8s;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 18px;
    max-width: 500px;
    margin-inline: auto;
  }
  .cover .content .cover-actions button {
    border-radius: 25px;
    outline: none;
    background: #b3181a;
    color: white;
    font-weight: 400;
    font-size: 16px;
    width: 50%;
    height: 52px;
    border: none;
    transition: 0.8s !important;
  }
  .cover .content .cover-actions button:hover {
    background: rgb(188, 140, 73);
  }
  .cover .content .cover-actions button.secondary {
    background: transparent;
    border: 2px solid #b3181a;
    color: #1F1F1F;
  }
  .cover .content .cover-actions button.secondary:hover {
    background: transparent;
  }
  .menu-sec {
    padding-block: 115px;
    padding-inline: 50px;
    position: relative;
    width: 100%;
    height: auto;
    padding-top: 0;
  }
  .menu-sec .content {
    position: relative;
    max-width: 1400px;
    margin-inline: auto;
    display: inline-block;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  }
  .menu-sec .content h2 {
    color: #1F1F1F;
    font-size: 60px;
    font-family: "Playfair", serif;
    font-weight: 500;
    text-align: center;
    margin-top: 85px;
    margin-bottom: 35px;
  }
  .menu-sec .content .item {
    position: relative;
    width: 420px;
    height: 330px;
    text-align: center;
    padding: 35px;
    border-radius: 12px;
    border: 1px solid rgba(83, 177, 83, 0.2);
    display: inline-block;
    align-self: center;
    margin-right: 15px;
  }
  .menu-sec .content .item .price {
    font-size: 24px;
    color: #b3181a;
    margin-bottom: 15px;
    font-weight: 500;
  }
  .menu-sec .content .item .name {
    font-size: 24px;
    color: #1F1F1F;
    margin-bottom: 15px;
    font-weight: 500;
  }
  .menu-sec .content .item .des {
    font-size: 17px;
    color: #1F1F1F;
    margin-bottom: 0;
  }
}/*# sourceMappingURL=page.css.map */</pre></body></html>