   .bubblegum-sans-regular {
       font-family: "Bubblegum Sans", sans-serif;
       font-weight: normal;
       font-style: normal;
   }


   body {
       font-family: 'Work Sans', sans-serif;
       background-color: #fffff0;
       color: black;


   }

   body,
   html {
       max-width: 100%;
       overflow-x: hidden;
   }

   .marquee-container {
       font-family: 'Open sans', sans-serif;
       font-weight: 600;
       font-size: 1rem;
       position: fixed;
       top: 0;
       left: 0;
       width: 100%;
       background-color: black;
       color: #fffff0;
       padding: 10px 0;
       text-align: center;
       z-index: 2000;
       overflow: hidden;

   }

   .marquee-content:hover {
       color: #ffffff;

   }

   .marquee-content {
       display: inline-block;
       white-space: nowrap;

   }

   .navbar {
       background-color: #fffff0;
       top: 40px;
       box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
   }

   .navbar-brand img {
       height: 50px;
   }

   .navbar-container {
       width: 100%;
       max-width: 1200px;
       margin: 0 auto;
       display: flex;
       align-items: center;
       justify-content: space-between;
       background-color: #fffff0;


   }

   .navbar-nav {
       margin-left: auto;
       margin-right: auto;
       flex-grow: 1;
       justify-content: center;
   }

   .navbar-nav .nav-item {
       margin: 0 15px;
   }

   .navbar-nav .nav-link {
       color: black;
       font-size: 1.1rem;
       font-weight: 700;
   }

   .navbar-nav .nav-link:hover {
       color: #d61a29 !important;
   }

   .navbar-social-links {
       display: flex;
       align-items: center;
   }

   .navbar-social-links a {
       color: black;
       margin-left: 15px;
       font-size: 1.2rem;
       text-decoration: none;

   }

   .navbar-social-links a:hover {
       color: #d61a29;
   }

   .container-fluid {
       padding-left: 15px;
       padding-right: 15px;
   }

   .navbar-toggler {
       margin-left: auto;
       border: none;
       background: transparent;
       color: black;

   }

   .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, 1)' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
   }

   .carousel {
       width: 100%;
       margin: 0 auto;
       overflow: hidden;
   }

   .carousel-item img {
       height: 82vh;
       object-fit: cover;
       width: 100%;
       filter: brightness(75%);
       display: block;
       -webkit-backface-visibility: hidden;
       backface-visibility: hidden;
   }

   .carousel-caption {
       top: 40%;
       transform: translateY(0%);
       /*padding: 20px;*/
       z-index: 3;

   }

   .carousel-inner {
       -webkit-backface-visibility: hidden;
       backface-visibility: hidden;
   }

   .carousel-item {
       position: relative;
       transition: transform 0.6s ease-in-out;
       -webkit-backface-visibility: hidden;
       backface-visibility: hidden;
       z-index: 1;
   }

   .carousel-caption h1 {
       font-family: 'Bubblegum Sans';
       font-weight: 550;
       font-size: 62px;
   }

   .carousel-caption p {
       font-size: 24px;
       margin-bottom: 15px;
       font-weight: 700;
   }

   .carousel-caption .btn {
       width: 163px;
       height: 60px;
       font-size: 18px;
       font-weight: 700;
       padding: 14px 10px;
       background-color: #d61a29;
       border-color: #d61a29;
       border-width: 3px;
   }

   .carousel-caption .btn-primary:hover {
       background-color: #f8eee1;
       color: #d61a29;
       transition: background-color 0.3s ease;
   }

   /*   .glf-button.btn.btn-primary {
       width: 163px;
       height: 60px;
       font-size: 18px;
       font-weight: 700;
       padding: 14px 10px;
       background-color: #d61a29;
       border: 2px solid #d61a29;

       color: #fff;
       display: inline-block;
       text-align: center;
       line-height: 28px;
       text-decoration: none;
       cursor: pointer;
       transition: background-color 0.3s ease, color 0.3s ease;
       border-radius: 6px;
       z-index: 1000;

   }


   .glf-button.btn.btn-primary:hover {
       background-color: #fffff0;
       color: #d61a29 !important;
       border-color: #d61a29 !important;
       transition: background-color 0.3s ease, color 0.3s ease;
   } */

   body.noscroll {
       overflow: hidden;
       position: fixed;
       width: 100%;
   }

   .about-header {
       text-align: center;
       padding: 90px 0;
       font-weight: 700;


   }

   .about-header h2 {
       font-family: 'Work Sans', sans-serif;
       color: black;
       font-size: 3rem;
       font-weight: bolder;
       margin-top: 25px;
       margin-bottom: 30px;

   }

   .about-header h1 {
       font-family: "Bubblegum Sans";
       font-size: 2.5rem;
       font-weight: 500;
       margin-bottom: 15px;
   }

   .about-header p {
       font-family: 'Work Sans', sans-serif;
       font-weight: 500;
       font-size: 17px;
       line-height: normal;
       max-width: 800px;
       margin: 0 auto 15px;
       text-align: center;
   }

   .gallery {
       display: flex;
       justify-content: center;
       flex-wrap: wrap;
       margin: 0 auto;
   }

   .about-gallery {
       width: 400px;
       margin: 6px;
       margin-bottom: 40px;

   }

   .about-gallery img {
       width: 100%;
       height: 250px;
       border-radius: 10px;
   }

   .about-footer {
       text-align: center;
       margin-top: 30px;
   }

   .about-footer .btn {
       width: 163px;
       height: 60px;
       font-size: 18px;
       font-weight: 700;
       padding: 14px 10px;
       color: #d61a29;
       background-color: #fffff0;
       border-color: #d61a29;
       border-width: 3px;
       margin-bottom: 30px;
       box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);

   }

   .about-footer .btn-primary:hover {
       background-color: #d61a29;
       color: #fffff0;
       transition: background-color 0.3s ease;
   }

   .container {
       max-width: 1200px;
       padding-left: 15px;
       padding-right: 15px;
   }

   .menu-section {
       position: relative;
       padding: 80px 0;

   }

   .menu-section::before {
       content: '';
       position: absolute;
       top: 0;
       left: 0;
       width: 110%;
       height: 100%;
       background-image: url('img/yamacha00.webp');
       filter: brightness(75%);
       background-size: cover;
       background-position: center;
       z-index: 1;
       animation: slide 2s ease-in-out infinite;
   }

   .menu-container {
       max-width: 1200px;
       margin: 0 auto;
       padding: 0 15px;
       position: relative;
       z-index: 2;
   }

   .menu-header {
       font-weight: 700;
       text-align: center;
       margin-bottom: 30px;
       background-color: transparent;
       padding-top: 40px;
   }

   .menu-header h1 {
       font-family: "Bubblegum Sans";
       color: #fffff0;
       font-size: 3rem;
       font-weight: 500;
   }

   .menu-header h2 {
       font-size: 2.5rem;
       font-weight: 600;
   }

   .menu-tabs {
       display: inline-flex;
       margin-bottom: 20px;
       background-color: #fffff0;
       border-radius: 10px;
   }

   .menu-tabs .menu-tab-item {
       flex: 1;
       text-align: center;
   }

   .menu-tabs .nav-link {
       font-size: 1.2rem;
       color: black;
       font-weight: 550;
       width: 100%;
   }

   .menu-tabs .nav-link.active {
       background-color: #d61a29;
       color: #fffff0 !important;
       border: solid 2.5px, #d61a29;
       border-radius: 10px;
   }

   .menu-tabs .nav-link:hover {
       color: black;
       border: solid 2.5px, #d61a29;
       border-radius: 10px;
   }

   .menu-item {
       display: flex;
       justify-content: space-between;
       align-items: baseline;
       margin-bottom: 5px;
       position: relative;
       padding-left: 10px;
       padding-right: 10px;

   }

   .menu-item-name {
       font-weight: bold;
       font-size: 1.1rem;
       flex: 0 0 auto;
   }

   .menu-item-price {
       font-size: 1rem;
       flex: 0 0 auto;
       color: #d61a29;
   }

   .menu-item-underline {
       flex-grow: 1;
       border-bottom: 2px dotted black;
       margin: 0 10px;
       position: relative;
       top: -5px;
   }

   .menu-item-description {
       font-family: 'Open Sans', sans-serif;
       font-size: 0.9rem;
       color: black;
       margin-top: 0px;
       margin-bottom: 15px;
       max-width: 80%;
       padding-left: 10px;
   }

   .tab-content {
       background-color: #fffff0;
       padding: 35px;
       border-radius: 10px;
       box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);

   }

   .row {
       margin-left: -15px;
       margin-right: -15px;
   }

   .menu-footer {
       text-align: center;
       margin-top: 30px;
   }

   .menu-footer .btn {
       width: 163px;
       height: 60px;
       font-size: 18px;
       font-weight: 700;
       padding: 14px 10px;
       background-color: #d61a29;
       border-color: #d61a29;
       border-width: 3px;
       margin-bottom: 30px;
       box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
   }

   .menu-footer .btn-primary:hover {
       background-color: #fffff0;
       color: #d61a29;
       transition: background-color 0.3s ease;
   }

   @keyframes slide {
       0% {
           transform: translateX(0);
       }

       50% {
           transform: translateX(-10px);
       }

       100% {
           transform: translateX(0);
       }

   }

   .gallery-section {
       background-color: #fffff0;
       padding: 100px 0;
   }

   .gallery-container {
       max-width: 1200px;
       margin: 0 auto;
       padding: 15px 15px;
   }

   .gallery-header {
       text-align: center;
       margin-bottom: 35px;
   }

   .gallery-header h2 {

       font-size: 3rem;
       font-weight: 700;
   }

   .gallery-grid {
       margin-bottom: 10px;
   }

   .gallery-grid .row {
       --bs-gutter-x: 0px;
   }

   .gallery-grid .col-lg-4,
   .gallery-grid .col-md-6,
   .gallery-grid .col-12 {
       display: flex;
       justify-content: center;
       margin-bottom: 20px;
   }

   .gallery-image-container {
       position: relative;
       width: 370px;
       height: 275px;
       overflow: hidden;
       border-radius: 5px;
       box-sizing: border-box;
       cursor: pointer;
   }

   .gallery-image-container img {
       position: absolute;
       top: 0;
       left: 0;
       width: 100%;
       height: 100%;
       object-fit: cover;
       border-radius: 5px;
       transition: transform 0.3s ease;
   }

   .gallery-image-container img:hover {
       transform: scale(1.05);
   }

   .modal-image {
       width: 100%;
       max-width: 500px;
       height: auto;
       margin: 0 auto;
       border-radius: 5px;
   }

   .event-section {
       background: linear-gradient(to bottom,
               #fffff0 0%,
               #fffff0 5%,
               black 5%,
               black 100%);
       color: #fffff0;
       position: relative;
       min-height: 460px;
   }

   .event-title {
       text-align: center;
   }

   .event-title h2 {
       font-size: 3em;
       font-weight: bold;
       color: #d61a29;
   }

   .event-content {
       display: flex;
       justify-content: center;
       align-items: center;
       width: 100%;
       max-width: 1200px;
       margin: 0 auto;
       padding: 80px 100px 60px;
   }


   .slide-container {
       position: relative;
       width: 50%;
       height: 450px;
       overflow: hidden;
   }

   .slideshow {
       position: relative;
       width: 50%;
       height: 100%;
   }

   .slideshow img {
       position: absolute;
       top: 0;
       left: 0;
       width: 400px;
       height: 100%;
       object-fit: cover;
       opacity: 0;
       animation: slideShow 10s infinite;
   }

   .slideshow img:nth-child(1) {
       animation-delay: 0s;
   }

   .slideshow img:nth-child(2) {
       animation-delay: 5s;
   }

   @keyframes slideShow {
       0% {
           opacity: 0;
       }

       10% {
           opacity: 1;
       }

       50% {
           opacity: 1;
       }

       60% {
           opacity: 0;
       }

       100% {
           opacity: 0;
       }
   }



   .event-text {
       width: 50%;
       text-align: center;
   }

   .event-text h2 {
       font-family: "dancing script";
       font-size: 2.75rem;
       font-weight: 550;
       color: #d61a29;
       display: inline-block;
       text-shadow: 0 0 3px #d61a29, 0 0 8px #800f1a;
       animation: sparkle 1.2s ease-in-out infinite;
   }

   @keyframes sparkle {

       0%,
       100% {
           text-shadow: 0 0 3px #d61a29, 0 0 8px #800f1a;
       }

       50% {
           text-shadow: 0 0 6px #d61a29, 0 0 12px #800f1a;
       }
   }

   .event-text h1 {
       font-size: 3em;
       font-weight: bold;
       line-height: 1.2;
   }

   .event-text p {
       font-size: 1em;
       margin: 5px 0;
   }

   .event-info {
       background-color: #d61a29;
       color: #fffff0;
       text-align: center;
       padding: 50px 0 30px;
       font-size: 1.2em;
       line-height: 1.8rem;
   }

   .event-callout {
       background-size: cover;
       background-position: center;
       background-color: transparent !important;
       background-image: url(img/yamacha10.jpeg);
       filter: brightness(95%);
       text-align: center;
       padding: 40px 20px;
       position: relative;
       color: #ffffff;
       min-height: 240px;
   }

   .event-callout h3 {
       font-family: 'Bubblegum Sans';
       font-size: 3em;

       position: absolute;
       padding: 50px 0 0 0;
       left: 50%;
       transform: translateX(-50%);
   }

   .contact-section {
       max-width: 1200px;
       margin: auto;
       padding: 115px 20px;
   }

   .contact-section h2 {
       font-size: 3rem;
       font-weight: 700;
   }

   .contact-section h3 {
       font-family: "Dancing Script", cursive;
       font-weight: 700;
       text-align: center;
       margin-bottom: 20px;
       color: #d61a29;
   }

   .contact-icon {
       color: #d61a29;
       margin-right: 12px;
   }

   .info-item {
       margin-bottom: 30px;
   }

   .fs-4 {
       font-size: 1.5rem;
       display: flex;
       justify-content: center;
       align-items: center;
       height: 100%;
   }

   .pe-md-3 {
       width: 60%;
   }

   iframe {
       width: 100%;
       height: 100%;
       min-height: 300px;
       border: 0;
   }

   .ps-md-3 {
       width: 40%;
       margin-left: 40px;
   }

   .reviews-section {
       background-color: #fffff0;
       padding: 0px 0px 80px 0 !important;

   }

   .reviews-section h2 {

       font-weight: 700;
       font-size: 2.5rem;
   }

   .reviews-section h3 {
       font-family: 'Work Sans', sans-serif;
       font-weight: 600;
       font-size: 1.5rem;
   }

   .review-card {
       background-color: #fffff0;
       border: 1px solid #fffff0;
       border-radius: 8px;
       padding: 1.5rem;
       margin: 0 auto;
       max-width: 600px;
   }

   .review-card .platform {
       font-weight: 600;
       color: black;
   }

   .review-card .rating {
       color: #d61a29;
   }

   .carousel-control-prev,
   .carousel-control-next {
       width: 5%;
   }

   .carousel-indicators {
       bottom: -20px;
   }

   .carousel-indicators [data-bs-target] {
       background-color: black;
   }

   .review-d-flex i {
       color: #d61a29;
       margin-left: 10px;
   }

   .footer {
       background-color: black;
       padding: 80px 15px 60px 15px;
   }

   .footer-container {
       max-width: 1200px;
       margin: 0 auto;
       text-align: center;
       justify-items: center;
   }

   .footer-navbar-social-links i {
       color: #fffff0;
       margin-left: 10px;
   }

   .copyright {
       color: #fffff0;
   }

   .accessibility {
       margin-top: 40px;
       color: #fffff0;
   }

   @media (max-width: 991.98px) {
       .navbar-collapse {
           background-color: black;
           position: fixed;
           top: 0px;
           left: 0;
           width: 100vw;
           height: 100vh;
           z-index: 1000;
           display: flex;
           flex-direction: column;
           align-items: center;
           justify-content: center;
           padding: 20px;

       }

       .navbar-nav {
           width: 100%;
           text-align: center;
           margin: 0;
       }

       .navbar-nav .nav-item {
           margin: 10px 0;

       }

       .navbar-nav .nav-link {
           color: #fffff0;

       }

       .navbar-social-links {
           justify-content: center;
           margin-bottom: 100px;
       }

       .navbar-social-links a {
           margin: 0 10px;
           color: #fffcf2;
       }

       .gallery-grid .col-md-6 {
           margin-bottom: 10px;
       }

       .event-card img {
           height: 150px;
       }
   }

   @media (max-width: 830px) {

       .about-header p {
           width: 700px;
       }

       .gallery {
           display: grid;
           grid-template-columns: repeat(2, 1fr);
           width: 700px;
           height: auto;

       }

       .about-gallery {
           width: auto;
       }

       .about-gallery img {
           width: 350px;
           height: auto;
           border-radius: 12px;
       }

       .event-text h1 {
           font-size: 2em;
           line-height: 1.1;
       }

       .event-info {
           font-size: 1.1em;
           line-height: 1.5rem;
           padding-left: 30px;
           padding-right: 30px;
       }

       .event-callout h3 {
           font-family: 'Bubblegum Sans';
           font-size: 2.6em;
       }

       .fs-4 {
           font-size: 1.2rem !important;
       }
   }

   @media (max-width: 768px) {

       .carousel-item img {
           height: 80vh;
       }

       .contact-content {
           flex-direction: column;
           align-items: center;
       }

       .contact-content>div {
           width: 100% !important;
           margin: 0 auto 20px auto;
           padding: 0 5px;
       }
   }

   @media (max-width: 575.98px) {
       .gallery-grid .col-12 {
           margin-bottom: 10px;
       }

       .footer-flex {
           flex-direction: column;
           text-align: center;
           gap: 10px;
       }

       .marquee-container {

           font-size: .75rem;

       }
   }

   @media (max-width: 430px) {

       .carousel-caption h1 {
           font-size: 38px;
       }

       .carousel-caption p {
           font-size: 17px;
       }

       .about-header h2,
       .menu-header h1,
       .gallery-header h2,
       .contact-section h2 {
           font-size: 2.7rem;
       }

       .about-header p {
           width: auto;
           font-size: 16px;
           padding: 0 20px;

       }

       .about-header h1 {
           font-size: 2.0rem;
       }

       .gallery {
           display: flex;
           flex-wrap: wrap;
           width: auto;
           height: auto;

       }



       .event-callout h3 {
           font-size: 1.8em;
       }

       .event-content {
           height: auto;
           display: grid;
           grid-template-columns: repeat(1, 1fr);

       }

       .slideshow img {
           width: 190px;
           height: auto;
       }

       .event-text h2 {
           font-size: 2.6em;
       }

       .event-text h1 {
           font-size: 1.77em;
       }



       .slide-container,
       .event-text {
           width: 100%;
       }

       .tab-content {
           padding: 25px 15px;
       }


       .menu-item-name,
       .menu-item-price {
           font-size: 0.9rem;
           letter-spacing: -0.1px;

       }

   }

   @media (max-width: 380px) {

       .menu-item-name,
       .menu-item-price {
           font-size: 0.9rem;
       }

       .slideshow img {
           width: 180px;
       }

       .event-text h1 {
           font-size: 1.63em;
       }


   }