:root {
        --primary--200: #6bbd5e;
        --primary: #509b44;
        --primary--background: #509b44; 
        --dark: #212529; 
        --dark--200: #32383e;
        --dark--300: #0a0c0d; 
        --dark--inverse: #FFF;
        --primary-inverse: #fff; 
        --secondary-100: #1b1e22; 
        --secondary: #212529;
        --light: #FFF; 
        --gray: ;
        --border-radius: 3px; 
        }

        @font-face {
        font-family: 'sintony';
        font-weight: 400;
        src: url('../fonts/sintony.woff2') format('woff2'),
        }

        @font-face {
        font-family: 'sintony';
        font-weight: bold;
        src: url('../fonts/sintony-bold.woff2') format('woff2'),
        }

        body {
        font-family: 'sintony', sans-serif;
        letter-spacing: -.05em;
        font-size: 18px;
        }

        a:hover {
          color: var(--primary);
        }
        a {
          color: var(--primary);
        }


        h1, h2, h3, h4 {
            font-family: 'Playfair Display'
        }

        h2 {
            font-size: 30px;
            font-weight: 300;
            line-height: 42px;
            margin: 0 0 32px 0;
        }

        h3 {
          font-size: 26px;
        }

        h2.title {
          font-size: 35px;
        }

        .font-weight-extrabold, .font-weight-extra-bold {
          font-weight: 800 !important;
        }
        .line-height-1 {
          line-height: 1 !important;
        }
        .text-12 {
          font-size: 3.5em !important;
        }
        .text-color-dark, .text-dark {
          color: var(--dark) !important;
        }
        .me-2 {
          margin-right: .5rem !important;
        }
 

 section.section-dark h1, section.section-dark h2, section.section-dark h3, section.section-dark h4, section.section-dark h5, section.section-dark h6 {
  color: var(--dark-inverse);
}


.font-weight-bold {
  font-weight: bold !important;
}
.text-5 {
  font-size: 21px !important;
}


.btn.btn-px-5 {
  padding-left: 38.4px;
  padding-left: 2.4rem;
  padding-right: 38.4px;
  padding-right: 2.4rem;
}
.btn-dark {
  --hover: var(--dark--200);
  background-color: var(--dark);
  border-color: var(--dark) var(--dark) var(--dark-300);
  color: var(--dark-inverse);
}
.btn-rounded {
  border-radius: 35px;
}
.btn-modern {
  text-transform: uppercase;
  font-size: .8em;
  padding: 12.8px 24px;
  padding: 0.8rem 1.5rem;
  font-weight: 600;
}
 
        .promo {
        background-color: var(--primary--background);
        color: white;
        overflow-x: hidden;
      }

      .bg-color-light {
        background: #fff;
      }

      .promo-section {
        position: relative;
        padding: 5rem 2rem;
      }

      

      .number-container {
        position: relative;
        display: inline-block;
        transform: rotate(-10deg);
      }

      .large-number {
        font-size: 12.5rem;
        font-weight: bold;
        line-height: 1;
        color: white;
        position: absolute;
        z-index: 2;
        top: -.1em;
      }

      
      .tagline-container {
        left: 5rem;
        position: relative;
      }

      .tagline-box {
        display: inline-block;
        padding: .5rem 3rem;
      }

      .tagline-box h2 {
        font-size: 25px;
      }

      .tagline-1 {
        background-color: rgb(224, 90, 38);;
        text-transform: uppercase;
        margin-bottom: 6.4px;
        margin-bottom: .4rem;
        font-weight: 800;
      }

      .tagline-2 {
        text-transform: uppercase;
        margin-bottom: 6.4px;
        margin-bottom: .4rem;
        font-weight: 800;
        background: rgba(25, 25, 25, 0.57);
        font-size: 28px;
        font-size: 1.75rem;
        line-height: 1.5;
      }

      
      .tagline-3 {     
          background: var(--dark);
          text-transform: uppercase;
          margin-bottom: 6.4px;
          margin-bottom: .4rem;
          font-weight: 800;
      }

      .right-text h3 {
        font-weight: 700;
      }




    @media (max-width: 768px) {


      .large-number {
        font-size: 6rem;
      }
      .tagline-box {
        font-size: 1rem;
        position: static;
        transform: none;
        display: block;
        margin: 0.5rem auto;
        text-align: center;
        z-index: auto;
      }
    }

    @media (max-width: 768px) {
      .large-number {
        font-size: 6rem;
      }
      .tagline-box {
        font-size: 1rem;
      }
      .tagline-1, .tagline-2, .tagline-3 {
        position: static;
        transform: none;
        display: block;
        margin: 0.5rem auto;
        text-align: center;
      }
    }



        .btn-primary {
        --hover: #6bbd5e;
        background-color: #509b44;
        border-color: #509b44 #509b44 #38652f;
        color: #FFF;
        }

        .btn-primary:hover, .btn-primary.hover {
            border-color: var(--primary--200) var(--primary--200) var(--primary);
            color: var(--primary-inverse);
            background-color: var(--primary--200);
        }
        .btn-check:active + .btn-primary:focus, .btn-check:checked + .btn-primary:focus, .btn-primary.active:focus, .btn-primary:active:focus, .show > .btn-primary.dropdown-toggle:focus {
            border-color: var(--primary-300) var(--primary-300) var(--primary-300);
            color: var(--primary-inverse);
            box-shadow: 0 0 0 3px var(--primary);
            background-color: var(--primary--200);
        }

        .btn-check:focus + .btn-primary, .btn-primary:focus {
            color: #fff;
            background-color: var(--primary--200);
            border-color: var(--primary--200);
            box-shadow: 0 0 0 .25rem var(--primary--200);
        }
        /* Top Bar Styles */
        .top-bar {
            background-color: #f8f9fa; /* Light background for top bar */
            padding: 6px 0;
            font-size: 14px;
            color: #0c3001;
            border-bottom: 2px solid rgba(0, 0, 0, 0.06);
        }

        .top-bar-content {
            display: flex;
            justify-content: space-between;
            align-items: center;
        }

        .top-bar-left {
            display: flex;
            align-items: center;
            gap: 20px; /* Space between phone and reserve */
        }

        .top-bar-right {
            display: flex;
            gap: 15px; /* Space between social icons */
            align-items: center; /* Vertically align items in the right section */
        }

        .top-bar-link {
            color: #0c3001;
            text-decoration: none;
            font-weight: 500;
        }

        .top-bar-link:hover {
            color: #509b44;
        }

        .social-icon {
            color: #0c3001;
            font-size: 20px;
        }

        .social-icon:hover {
            color: #509b44;
        }

        /* Navbar Styles */
        .navbar-brand img {
            max-height: 90px;
            margin-right: 10px;
        }

        .navbar-nav .nav-link {
            font-weight: 500;
            color: #0c3001;
            text-transform: uppercase; 
            padding: 0.6rem 1.5rem !important;
        }

        .navbar-nav .nav-link:hover,
        .navbar-nav .nav-link.active {
            color: #fff;
            background: #509b44;
             
        }

        .btn-reserve {
          background-color: #509b44;
          color: white;
          border-radius: 25px;
          padding: 3px 24px;
          font-weight: normal;
          font-size: 16px;
        }

        .btn-reserve:hover {
            background-color: #64823c;
            color: white;
        }

        .navbar-toggler-icon {
            background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'%3e%3c/path%3e%3c/svg%3e");
        }

        .navbar-toggler {
            border-color: rgba(0, 0, 0, 0.5);
        }


        .top-bar {
            transition: transform 0.3s ease-in-out;
        }

        .carousel-item {
          height: 600px;
        }

        .carousel-caption {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            text-align: center;
            font-size: 2rem;
            font-weight: bold;
        }

section.section {
  background: var(--grey-100);
  border-top: 5px solid var(--grey-100);
  margin: 30px 0;
  padding: 50px 0;
}



.section-background-gray {
    background-image: url('../img/testimonial-bg-1.webp') !important;
    background-size: cover;
    background-repeat: no-repeat;
    
}


.custom-testimonial-style .testimonial-quote {
  display: inline-block;
  padding: 20px;
  border-radius: 100%;
  line-height: 1;
  margin: 5px 0 20px;
  box-shadow: 0px 5px 20px 5px rgba(207, 207, 207, 0.9);
}

.testimonial.testimonial-style-2 .testimonial-author {
  padding: 0;
  margin: 6px 0 0;
  flex-direction: column;
}
.testimonial .testimonial-author {
  display: flex;
  margin: 12px 0 0 0;
}

.section.section-tertiary {
  background-color: #efece8;
  border-color: #efece8;
  margin: 30px 0;
  padding: 50px 0;
}

section.section-secondary {
  background-color: var(--secondary) !important;
  border-color: var(--secondary-100) !important;
}

.custom-text-color-1 {
  color: #544b40 !important;
  font-size: 30px; 
  line-height: 42px; 
  letter-spacing: -1.5px
}
.font-weight-bold {
  font-weight: 700 !important;
}


.custom-font-italic {
  font-style: italic !important;
}
.custom-secondary-font {
  font-family: "Playfair Display", serif !important;
}
.font-weight-regular, .font-weight-normal {
  font-weight: 400 !important;
}


.call-to-action::after {
  clear: both;
  content: "";
  display: block;
}


.container .call-to-action {
  border-radius: var(--border-radius2x);
}
.call-to-action.with-borders {
  border-top: 1px solid #DFDFDF;
  border-bottom: 1px solid #DFDFDF;
  border-left: 1px solid #ECECEC;
  border-right: 1px solid #ECECEC;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.04);
}
.call-to-action {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  padding: 32px 55px;
  clear: both;
}
.mb-5 {
  margin-bottom: 3rem !important;
}

.call-to-action .call-to-action-content {
  text-align: center;
}

.call-to-action h3 {
  text-transform: none;
  color: var(--dark);
  padding: 0;
  margin: 0 0 9px;
}

.call-to-action p {
  font-size: 1.2em;
}

.call-to-action.with-button-arrow .call-to-action-btn {
  position: relative;
}


.catering-section {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 60px 40px;
  background: #f3f3f3;
}

.text-content {
  flex: 1 1 400px;
  max-width: 500px;
  padding: 20px;
}

.text-content h2 {
  font-size: 32px;
  font-weight: bold;
  color: #111;
}

.text-content p {
  margin-top: 20px;
  font-size: 18px;
  color: #333;
  line-height: 1.6;
}

.icons-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 30px;
  flex: 1 1 400px;
  padding: 20px;
  max-width: 700px;
}

.icon-box {
  text-align: center;
  color: #111;
}

.icon-box img {
  width: 40px;
  height: 40px;
  margin-bottom: 10px;
  filter: brightness(0) saturate(100%) invert(31%) sepia(78%) saturate(474%) hue-rotate(84deg) brightness(91%) contrast(90%);
}

.icon-box h3 {
  font-size: 20px;
  line-height: 1.5;
}

.catering-section {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 60px 40px;
  background: #f3f3f3;
}

.text-content {
  flex: 1 1 100%;
  max-width: 600px;
  padding: 20px;
}

.text-content h1 {
  font-size: 32px;
  font-weight: bold;
  color: #111;
}

.text-content p {
  margin-top: 20px;
  font-size: 18px;
  color: #333;
  line-height: 1.6;
}

.icons-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
  flex: 1 1 100%;
  padding: 40px 20px 20px;
  max-width: 100%;
}

.icon-box {
  text-align: center;
  color: #111;
}

.icon-box img {
  width: 50px;
  height: 50px;
  margin-bottom: 10px;
  filter: brightness(0) saturate(100%) invert(31%) sepia(78%) saturate(474%) hue-rotate(84deg) brightness(91%) contrast(90%);
}

.icon-box h3 {
  font-size: 18px;
  line-height: 1.5;
}

.line-height-1 {
  line-height: 1 !important;
}
.text-4 {
  font-size: 18px !important;
}
.positive-ls-3, .ls-3 {
  letter-spacing: 2.5px !important;
}
.text-color-primary, .text-primary {
  color: var(--primary) !important;
}

.font-weight-medium {
  font-weight: 500 !important;
}
.text-transform-none {
  text-transform: none !important;
}
.line-height-3 {
  line-height: 1.3 !important;
}
.text-9 {
  font-size: 2.50em !important;
}
.text-color-dark, .text-dark {
  color: var(--dark) !important;
}

.text-color-light, .text-light {
  color: var(--light) !important;
}

.custom-text-color-2 {
  color: #beb7b9 !important;
}

  .owl-nav button.owl-prev,
  .owl-nav button.owl-next {
    position: absolute;
    top: 40%;
    background: #000;
    color: #fff;
    border: none;
    padding: 10px 20px; /* Increase padding */
    font-size: 30px;     /* Larger icon size */
    border-radius: 50%;
    z-index: 1;
  }

    .owl-nav button.owl-prev {
    left: -40px; /* Adjust as needed */
  }

   .owl-nav button.owl-next {
    right: -40px; /* Adjust as needed */
  }
    .owl-carousel .item img {
      width: 100%;
      height: auto;
      border-radius: 10px;
      cursor: pointer;
    }
        


  
.custom-view-our-location {
  position: relative;
  bottom: 0;
  left: 0;
  background: #212529;
  width: 100%;
  height: 96px;
  overflow: hidden;
  z-index: 1;
  transition: ease all 300ms;
}

.custom-view-our-location > a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 1.6em;
  text-decoration: none;
  padding-top: 35px;
}

.custom-view-our-location > img {
  position: absolute;
  top: -60px;
  left: 50%;
  width: 420px;
  transform: translateX(-50%);
}

#footer.custom-footer {
  border-top: none;
}
#footer {
  background: var(--dark);
  border-top: 4px solid var(--dark);
  font-size: 0.9em;
  margin-top: 50px;
  padding: 0;
  position: relative;
  clear: both;
}

hr.solid {
  background: rgba(0, 0, 0, 0.06);
}
hr.tall {
  margin: 44px 0;
}
.custom-hr-color-1 {
  background: #f8b517 !important;
}
hr {
  background: rgba(0, 0, 0, 0.06);
  border: 0;
  height: 1px;
  margin: 22px 0;
  opacity: 1;
}

.custom-icon-size-1 {
  font-size: 2em;
}
#footer.custom-footer p {
  margin: 0;
  line-height: 1.6;
}
.custom-text-color-2 {
  color: #beb7b9 !important;
}

.line-height-8 {
  line-height: 1.8 !important;
}
.text-5-6, .text-5-5 {
  
  font-size: 23px !important;
}

.social-icons {
  margin: 0;
    margin-bottom: 0px;
  padding: 0;
  width: auto;
}

.custom-social-icons li {
  box-shadow: none !important;
}
.social-icons li {
  display: inline-block;
  margin: -1px 1px 0 0;
  padding: 0;
  border-radius: 100%;
  overflow: visible;
  border: 1px solid transparent;
}

#footer a:not(.btn):not(.no-footer-css) {
  color: var(--default);
  transition: all 0.1s ease-in-out;
}

.social-icons li a {
  transition: all 0.2s ease;
  border-radius: 100%;
  display: block;
  height: 28px;
  line-height: 28px;
  width: 28px;
  text-align: center;
  color: var(--dark--200) !important;
  text-decoration: none;
  font-size: 12.8px;
  font-size: 0.8rem;
  border: 1px solid transparent;
}

.social-icons li:hover {
  border: 1px solid #fff;
}

.custom-social-icons li a {
  background: transparent;
  font-size: 17px;
  color: var(--light) !important;
}

.custom-thumb-info-3 {
  border: none;
  padding: 15px;
}
.custom-box-shadow-2 {
  box-shadow: 0px 0px 20px -2px rgba(139, 139, 139, 0.3);
}


.thumb-info-caption h4 {
  font-size: 16px;
  font-family: Sintony;
  font-weight: bold;
  line-height: 26px;
}

.thumb-info-caption p {
  font-size: 14px;
  line-height: 26px;
}

.custom-thumb-info-3 .thumb-info-wrapper {
  margin: 0 !important;
}
.thumb-info .thumb-info-wrapper {
  backface-visibility: hidden;
  transform: translate3d(0, 0, 0);
  border-radius: var(--border-radius);
  margin: 0;
  overflow: hidden;
  display: block;
  position: relative;
}

.thumb-info .thumb-info-wrapper::after, .thumb-info .thumb-info-wrapper .thumb-info-wrapper-overlay::before {
  content: "";
  background: var(--dark-rgba-80);
  transition: all 0.3s;
  border-radius: var(--border-radius);
  bottom: -4px;
  color: var(--light);
  left: -4px;
  position: absolute;
  right: -4px;
  top: -4px;
  display: block;
  opacity: 0;
  z-index: 1;
}

.custom-thumb-info-3 .thumb-info-wrapper::after {
  content: none;
}

.thumb-info img {
  transition: all 0.3s ease;
  border-radius: 3px;
  position: relative;
  width: 100%;
}

.thumb-info:hover img {
  transform: scale(1.1, 1.1);
}


.thumb-info {
  display: block;
  position: relative;
  text-decoration: none;
  max-width: 100%;
  background-color: var(--light);
  border-radius: var(--border-radius);
  overflow: hidden;
  backface-visibility: hidden;
  transform: translate3d(0, 0, 0);
}



/* menu */

        /* Styles for larger screens */
        @media (min-width: 992px) {

            .navbar-nav .nav-link {
                font-size: 16px;
            }

            
        }


         @media (max-width: 768px) {
          .icons-grid {
            grid-template-columns: repeat(2, 1fr);
          }

          .tagline-box {
            font-size: 1rem;
            width: 100%;
          }
          
          .social-icon {
            display: none;
          }

          .number-container {
            transform: unset;
          }

          .tagline-container {
            left: 0;
            position: relative;
          }

          .image-box {
            padding: 1.5rem 0;
          }

          h2 {
            margin: 32px 0 10px 0;
          }

          .custom-text-color-2 {
            color: #beb7b9 !important;
            padding-bottom: 2rem;
          }

          .tagline-box h2 {
            font-size: 25px;
            margin-top: 0;
          }

          section.section {
            background: var(--grey-100);
            border-top: 5px solid var(--grey-100);
            margin: 0px 0;
            padding: 0px 0;
          }

        }