body {
  overflow-x: hidden;
}

.background-slider {
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
}
.ml-5,
.mx-5 {
  margin-left: 8rem !important;
}
p a:hover {
  text-decoration: none;
}
.background-slider img {
  object-fit: cover;
  width: 100vw;
  height: 100vh;
  filter: brightness(0.5);
}

.background-slider h1 {
  position: absolute;
  font-size: 4rem;
  top: 45%;
  width: 100%;
  text-align: center;
  color: white;
}

.navbar .navbar-brand img {
  max-width: 50vw;
}

ul.la-nav li a {
  text-transform: uppercase;
  color: white !important;
  padding: 0px 1.5rem !important;
  font-weight: 600;
  font-size: 16px;
  transition: all 500ms;
  letter-spacing: 0;
  text-align: center !important;
}

ul.la-nav li a:hover {
  transition: all 500ms;
  color: #cc9933 !important;
}

ul.la-nav li.active::after {
  content: "__";
  position: relative;
  color: #cc9933;
  margin: auto;
  left: 45%;
  bottom: 0;
}

ul.la-nav li.active a {
  color: #cc9933 !important;
}

ul.la-nav li .dropdown-menu {
  background: rgba(0, 0, 0, 0.5);
}

ul.la-nav li .dropdown-menu .dropdown-item {
  padding: 1rem !important;
}

ul.la-nav li .dropdown-menu .dropdown-item:focus,
ul.la-nav li .dropdown-menu .dropdown-item:active,
ul.la-nav li .dropdown-menu .dropdown-item:hover {
  background: none;
}

ul.la-nav.la-nav-social {
  flex: 1;
  justify-content: flex-end;
}

ul.la-nav.la-nav-social li.active a {
  color: #cc9933 !important;
}

ul.la-nav.la-nav-social li a {
  font-size: 1rem;
  padding: 0 1rem !important;
  text-align: right !important;
}

.cursive {
  font-family: "Great Vibes", cursive;
}

.carousel-caption {
  top: 53vh;
  text-transform: uppercase;
  letter-spacing: 0.7rem;
}

.content {
  top: 60vh;
  position: relative;
}

address {
  line-height: 2rem;
}

.opening-hours {
  line-height: 2rem;
  font-weight: bold;
}

.mobile-nav {
  height: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  overflow: hidden;
  width: 100vw;
  left: 0;
  transition: height 0.25s ease-in;
  background: rgba(0, 0, 0, 0.9);
}

.mobile-nav.active {
  height: 100vh;
  transition: height 0.25s ease-in;
}

.mobile-nav .close-button {
  position: absolute;
  top: 24px;
  right: 24px;
  color: white;
  font-size: larger;
}

.mobile-nav ul {
  list-style: none;
  display: flex;
  height: 70%;
  padding: 0;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
}

.mobile-nav ul li.la-collapse {
  text-align: center;
}

.mobile-nav ul li.la-collapse div {
  margin: 0 1rem 1rem 1rem;
}

.mobile-nav ul li.la-collapse div a {
  margin: 1rem;
  font-size: 14px;
  text-transform: capitalize;
}

.mobile-nav ul li a {
  color: white;
  text-transform: uppercase;
}

/*----------------------- Preloader -----------------------*/

body.preloader-site {
  overflow: hidden;
}

.preloader-wrapper {
  height: 100%;
  width: 100%;
  background: #000;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999999;
}

@keyframes k3d {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.3;
  }
  100% {
    opacity: 1;
  }
}

.preloader-wrapper .preloader {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 120px;
}

.preloader-wrapper .preloader img {
  animation: k3d 2.5s infinite linear;
}

.button-wrapper {
  margin-top: 15px;
}

.button-wrapper .button {
  background: #cc9933;
  color: #fff;
  border-radius: 4px;
  padding: 12px 20px;
  text-transform: uppercase;
  display: inline-block;
  letter-spacing: 4px;
}
.mt-5,
.my-5 {
  margin-top: 0rem !important;
}
.dropdown-menu.show {
  display: block;
  width: 164% !important;
  text-align: center !important;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: -33px !important;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
  line-height: 32px !important;
}
.dropdown-menu.show a:hover {
  text-decoration: none;
}
.gallery-image img {
  width: 100%;
}
.gallery-image {
  text-align: center;
}
a.navbar-brand.py-md-5.py-2 img {
    width: 80%;
}
.buffet-section {
  background-color: #fdfdfd;
  padding-top: 60px;
  padding-bottom: 60px;
}

.feature-block {
  padding: 20px;
  transition: transform 0.3s ease;
}

.feature-block img {
  width: 100%;
  height: auto;
  border-radius: 15px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.feature-block img:hover {
  transform: scale(1.05);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

.feature-block h3 {
  font-family: 'Great Vibes', cursive;
  font-size: 1.8rem;
  color: #222;
}

.feature-block p {
  font-size: 1rem;
  color: #555;
  line-height: 1.6;
}

.buffet-section .lead {
  font-size: 1.25rem;
  color: #666;
}
.section-spacing {
  padding-top: 5rem;
}
