@import url("https://fonts.googleapis.com/css2?family=Inter:ital, opsz, wght@0, 14..32, 100..900;1, 14..32, 100..900 &display=swap");
body {
  font-family: 'Inter' , sans-serif !important; }

.slider-detail-stars {
  margin-bottom: 10px;
  font-size: 1.5rem;
  color: #ffa808; }

.fhome-gmap iframe {
  width: 100%;
  aspect-ratio: 16 / 9;
  height: 100%;
  object-fit: cover; }

.home-footer .home-footer-wrap {
  padding: 2.5rem 0; }
  .home-footer .home-footer-wrap .home-footer-main {
    text-align: center;
    color: #333; }
    .home-footer .home-footer-wrap .home-footer-main .home-footer-title {
      margin-bottom: 1rem;
      font-size: 2rem;
      font-weight: bold; }
    .home-footer .home-footer-wrap .home-footer-main .home-footer-description {
      margin-bottom: 1rem; }
    .home-footer .home-footer-wrap .home-footer-main .home-footer-contact {
      display: flex;
      justify-content: center;
      align-items: center;
      gap: 2rem;
      margin-bottom: 1rem; }
      @media (max-width: 991px) {
        .home-footer .home-footer-wrap .home-footer-main .home-footer-contact {
          flex-direction: column;
          gap: 1rem; } }
      @media (min-width: 991px) {
        .home-footer .home-footer-wrap .home-footer-main .home-footer-contact .home-footer-contact-item {
          position: relative; }
          .home-footer .home-footer-wrap .home-footer-main .home-footer-contact .home-footer-contact-item:not(:last-child):after {
            content: "";
            position: absolute;
            top: 50%;
            right: -1rem;
            translate: 0 -50%;
            width: 0.25rem;
            height: 0.25rem;
            border-radius: 999px;
            background: #000; } }
      .home-footer .home-footer-wrap .home-footer-main .home-footer-contact .home-footer-contact-item .home-footer-contact-value {
        font-weight: bolder;
        color: #000; }
    .home-footer .home-footer-wrap .home-footer-main .home-footer-social .home-footer-social-item {
      margin: 0 0.5rem; }
      .home-footer .home-footer-wrap .home-footer-main .home-footer-social .home-footer-social-item img {
        max-width: 24px; }

.home-restaurant-menu {
  padding: 5rem 0; }
  @media (max-width: 540px) {
    .home-restaurant-menu {
      padding: 2.5rem 0; } }
  .home-restaurant-menu .home-restaurant-menu-wrap .home-restaurant-menu-header {
    text-align: center;
    margin-bottom: 2.5rem; }
    .home-restaurant-menu .home-restaurant-menu-wrap .home-restaurant-menu-header .home-restaurant-menu-title {
      color: #FFF;
      margin-bottom: 1.25rem; }
  .home-restaurant-menu .home-restaurant-menu-wrap .home-restaurant-menu-main .home-restaurant-menu-items {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 2.5rem; }
    .home-restaurant-menu .home-restaurant-menu-wrap .home-restaurant-menu-main .home-restaurant-menu-items > * {
      min-width: 0; }
    @media (max-width: 1024px) {
      .home-restaurant-menu .home-restaurant-menu-wrap .home-restaurant-menu-main .home-restaurant-menu-items {
        grid-auto-columns: 40vw;
        grid-auto-flow: column;
        grid-template-columns: inherit;
        overflow: auto;
        padding-bottom: 10px;
        gap: 1.5rem; } }
    @media (max-width: 767px) {
      .home-restaurant-menu .home-restaurant-menu-wrap .home-restaurant-menu-main .home-restaurant-menu-items {
        grid-auto-columns: 60vw; } }
    @media (max-width: 540px) {
      .home-restaurant-menu .home-restaurant-menu-wrap .home-restaurant-menu-main .home-restaurant-menu-items {
        grid-auto-columns: 80vw; } }
    .home-restaurant-menu .home-restaurant-menu-wrap .home-restaurant-menu-main .home-restaurant-menu-items .home-restaurant-menu-item .home-restaurant-menu-item-image {
      margin-bottom: 1rem; }
    .home-restaurant-menu .home-restaurant-menu-wrap .home-restaurant-menu-main .home-restaurant-menu-items .home-restaurant-menu-item .home-restaurant-menu-item-content .home-restaurant-menu-item-title {
      margin-bottom: 1rem;
      color: #004f5f; }
    .home-restaurant-menu .home-restaurant-menu-wrap .home-restaurant-menu-main .home-restaurant-menu-items .home-restaurant-menu-item .home-restaurant-menu-item-content .home-restaurant-menu-item-subtitle {
      margin-bottom: 1rem;
      color: #B38A00;
      font-weight: bold;
      text-transform: uppercase; }
    .home-restaurant-menu .home-restaurant-menu-wrap .home-restaurant-menu-main .home-restaurant-menu-items .home-restaurant-menu-item .home-restaurant-menu-item-content .home-restaurant-menu-item-content-grid {
      display: grid;
      grid-template-columns: 1fr 75px;
      align-items: flex-end;
      gap: 1rem; }
      .home-restaurant-menu .home-restaurant-menu-wrap .home-restaurant-menu-main .home-restaurant-menu-items .home-restaurant-menu-item .home-restaurant-menu-item-content .home-restaurant-menu-item-content-grid > * {
        min-width: 0; }
      .home-restaurant-menu .home-restaurant-menu-wrap .home-restaurant-menu-main .home-restaurant-menu-items .home-restaurant-menu-item .home-restaurant-menu-item-content .home-restaurant-menu-item-content-grid .home-restaurant-menu-item-description {
        color: #004f5f;
        font-size: 0.9rem; }
      .home-restaurant-menu .home-restaurant-menu-wrap .home-restaurant-menu-main .home-restaurant-menu-items .home-restaurant-menu-item .home-restaurant-menu-item-content .home-restaurant-menu-item-content-grid .home-restaurant-menu-item-button {
        margin-left: auto;
        display: inline-block;
        background: #FFF;
        padding: 5px 10px;
        color: #B38A00;
        font-weight: bold;
        border-radius: 5px; }
        .home-restaurant-menu .home-restaurant-menu-wrap .home-restaurant-menu-main .home-restaurant-menu-items .home-restaurant-menu-item .home-restaurant-menu-item-content .home-restaurant-menu-item-content-grid .home-restaurant-menu-item-button:hover {
          background: #B38A00;
          color: #FFF; }

footer.home-footer {
  padding: 20px 0;
  position: relative;
  background-image: url("//cdn.hstatic.net/themes/200001031046/1001389405/14/img_falq.png?v=508");
  background-size: cover;
  background-position: center; }

footer.home-footer::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1; }

.slider-detail-stars {
  color: #FFC113; }

.home-footer .home-footer-wrap {
  position: relative;
  z-index: 2; }

.home-footer .home-footer-wrap .home-footer-main {
  color: #ffffff; }

.home-footer .home-footer-wrap .home-footer-main .home-footer-contact .home-footer-contact-item .home-footer-contact-value {
  color: #D4AF37; }

.home-restaurant-menu .home-restaurant-menu-wrap .home-restaurant-menu-header .home-restaurant-menu-title {
  color: #004f5f; }

.home-restaurant-menu .home-restaurant-menu-wrap .home-restaurant-menu-header .breadcrumb-title2 {
  color: #004f5f !important; }

.home-restaurant-menu .home-restaurant-menu-wrap .home-restaurant-menu-header .home-restaurant-menu-title {
  color: #004f5f; }
