.primary-bg.home-section {
    background-image: url(../images/design/gold-pattern.webp);
    background-repeat: repeat;
}
.uk-overlay-primary {
    background: rgb(34 34 34 / .5);
}
.promo-text {
  font-size: 21px;
    font-weight: 400;
}
.btn.btn-template {
    font-size: 18px;
    padding-bottom: 3px;
}
.card-text {
    font-size: 20px;    
}
.card-title {
    font-weight: 600;
    font-size: 2.3rem;
}









.booking-membership-copy li {
    color: var(--color-3) !important;
}

.booking-section {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .booking-copy {
    max-width: 760px;
    margin: 0 auto;
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .booking-copy .promo-title2 {
    color: var(--color-1);
  }
  .booking-copy .promo-text {
color: var(--color-4) !important;
  }

  .booking-copy p,
  .booking-copy li {
    font-size: 1.15rem;
    line-height: 1.8;
  }

  .booking-section-title {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
    text-align: center;
    margin-bottom: 2rem;
  }

  .booking-section-title:before,
  .booking-section-title:after {
    content: "";
    flex: 1 1 140px;
    height: 1px;
    background: currentColor;
    opacity: 0.6;
  }

  .booking-section-title span {
    display: inline-block;
  }

  .booking-section-title.light {
    color: #ffffff;
  }

  .booking-section-title.dark {
    color: inherit;
  }

  .booking-membership-copy {
    max-width: 900px;
    margin: 0 auto;
  }

  .booking-membership-copy h3 {
    margin-top: 2.5rem;
    margin-bottom: 1.25rem;
  }

  .booking-membership-copy ul {
    padding-left: 1.5rem;
    margin-bottom: 2rem;
  }

  .booking-btn-wrap {
    margin-top: 2rem;
  }

  .booking-slots-wrap {
    max-width: 980px;
    margin: 0 auto;
  }
  .gallery-container .gallery-filters li {
    font-weight: 700;
    font-size: 20px;
  }
.spillover-tag-faq-question {
    color: #042946;
}
.accent-2 h2 {
    color: #042946!important;
}
  .booking-slots-embed {
    width: 100%;    
    border: 0;
    display: block;
    background: transparent;
  }
  .bg1 .promo-title3 {
    color: #fff !important;
  }
  label {
    font-weight: 400 !important;
  }

  .booking-center-text {
    text-align: center;
  }

  @media (max-width: 767.98px) {
    .booking-section {
      padding-top: 50px;
      padding-bottom: 50px;
    }

    .booking-copy p,
    .booking-copy li {
      font-size: 1rem;
      line-height: 1.65;
    }

    .booking-section-title {
      gap: 12px;
    }

    .booking-section-title:before,
    .booking-section-title:after {
      flex-basis: 40px;
    }
  }
  /* Menu */
.menu .nav-item {
    padding: .25rem;
}
.menu .nav-item .nav-link
{
color: var(--color-4);
    background-color: var(--color-3);
    border: 2px solid var(--color-1);
}
.menu .nav-item .nav-link:focus, .menu .nav-item .nav-link:hover, .menu .nav-item .nav-link.active {
color: var(--color-3);
background-color: var(--color-1);
border: 2px solid var(--color-1);
}

.menu-cat {
    text-align: center;
    font-size: 2.7rem;
    margin: 2rem 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;      
    color: var(--color-1);
    margin-bottom: 0;
    font-weight: 700;
}

.menu-cat::before,
.menu-cat::after {
    content: "";
    border-top: 2px solid;
    margin: 0 20px;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 20px;
    flex: 1 0 20px;
}

.menu-desc {
    text-align: center;
    font-size: 1rem;
    margin: 2rem 0 3rem 0;
}

.menu-cat-hr {
    border-top: 2px solid black !important;
    margin: 20px;
    opacity: 1;
}

.menu .card {
    border-radius: 0;
    border: none;
    padding: 0;
    background-color: var(--color03);
}

.menu .card .item {
    margin: 0;
    background-color: var(--color-3);
    line-height: 1;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    position: relative;
    z-index: 1;
    font-size: 1.45rem;
    font-weight: 500;
    font-family: var(--text-font) !important;
}

.menu .item,
.menu .desc {
    padding-left: .75rem;
    padding-right: .75rem;
    font-size: 1rem;
    color: var(--color-4);
    margin-top: 10px;
     font-family: var(--text-font) !important;
}

.menu .menu-name-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;    
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}
.menu-cat-wrapper p {
    color: var(--color-4);
}

.menu .menu-name-wrapper:after {
    content: '';
    position: absolute;
    inset: 0;
    border-bottom: 0;
    width: 100%;
    height: 2px;
    background-image: -o-radial-gradient(circle, var(--color-5) 1px, transparent 1px);
    background-image: radial-gradient(circle, var(--color-5) 1px, transparent 1px);
    background-size: 9px 2px;
    background-position: 0 bottom;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 62%;
    z-index: 0;
}

.menu-name-wrapper:not(:has(.price-wrapper)) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.menu .menu-name-wrapper .price-wrapper {
    position: relative;
    white-space: nowrap;
    z-index: 1;
    background-color: var(--color-3);
    padding-left: .75rem;
    padding-right: .75rem;
}

.menu .menu-name-wrapper .price-wrapper .price {
    padding: 0;
    border-radius: 0;
    font-weight: bolder;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    text-align: center;
    -ms-flex-item-align: center;
    align-self: center;
    justify-self: center;
    color: var(--color-4);
    font-size: 17px;
}

.menu-cat-wrapper .desc {
    text-align: center;
    font-weight: bold;
    letter-spacing: 1px;
}

.menu-cat-wrapper:has(.desc) .menu-cat {
    margin-bottom: 0px;
}

.menu {
    background-color: var(--color-3);
    padding: 1rem;
    border-radius: 15px;
    border: 3px solid var(--color-2);    
    margin-right: auto !important;
    margin-left: auto !important;
    margin-bottom: 40px;
}
.menu-cat-wrapper.small .menu-cat {
font-size: 2rem;
color: var(--color-2);
}
.form-heading {
font-weight: 700;
}

@media (max-width: 768px) {
    .menu-cat {
        font-size: 2rem
    }
    #logo-home {
    max-width: 200px !important;
}
.footer-logo {
  max-width: 200px !important;
  max-height: auto!important;
}
}
p {
        font-size: 20px;
}

.primary-bg.home-section {
  background-image:
    linear-gradient(rgba(27, 103, 117, 0.70), rgba(27, 103, 117, 0.70)),
    url(../images/design/gold-pattern.webp);
  background-repeat: repeat, repeat;
  background-position: top left, top left;
}
.buttons .btn {
  margin-right: 10px;
  margin-left: 10px;
}
.fa-tiktok {
  font-size: 1.5rem!important;
}
.booking-section-title.light.promo-title3 {
  font-weight: 600;
    font-size: 2.8rem!important;
}