/*Enter Custom  CSS Here*/
.custom-menu .fade:not(.show) {
  display: none;
}

h3.divider {
  font-family: var(--big-headers-font);
  text-transform: capitalize;
  font-size: 5rem;
}
h3.divider:after,
h3.divider:before {
  content: "";
  vertical-align: middle;
  display: inline-block;
  width: 50%;
  border-bottom: 2px dotted var(--color-2);
  margin: 0 2% 0 -55%;
}
h3.divider:after {
  margin: 0 -55% 0 2%;
}
.divider {
  color: var(--color-1);
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  text-align: center;
  line-height: 1.5;
}
.item-title h5 {
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.item-title h5::before {
  content: "";
  position: absolute;
  top: 11px;
  /* bottom: 0; */
  left: 0;
  right: 0;
  z-index: -1;
  border-bottom: 2px dotted var(--color-1);
}
.item-title .ingredients {
  font-size: 14px;
  padding: 0 10px;
}
.item-title h5 .price {
  color: var(--color-2);
  font-weight: bold;
  font-size: 18px;
}
.item-title h5 {
  position: relative;
  z-index: 0;
  font-family: var(--text-font) !important;
  font-weight: 600;
}
.item-title {
  margin-bottom: 30px;
  position: relative;
}
.item-title h5 > span {
  background-color: white;
  margin-bottom: -2px;
  font-size: 16px;
  line-height: 1.5;
  padding: 0 10px;
}
.menu {
  background-color: transparent;
}

img#logo-home {
  width: 70%;
}
.card img.card-img-top {
  object-fit: cover;
  height: 300px;
}
.home-section {
    padding: 5rem 0rem;
}
.nav-tabs .nav-link.active {
  color: var(--color-3);
  background-color: var(--color-1);
}

body.front {
  margin-top: 0 !important;
}
body.front .navbar.fixed-top {
  z-index: 5;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.7);
}
#logo-a {
  text-align: center;
}
#heroCarousel {
  overflow: hidden;
  /* margin-top: -197px; */
  height: 100vh;
  max-height: unset !important;
}
#heroCarousel img {
  filter: brightness(0.8);
}
#reviews .parallax-bg {
  position: relative;
  height: fit-content;
  overflow: hidden;
}
body.internal .navbar.fixed-top {
  background-color: #000;
}
.menu .navbar {
  border: none;
  box-shadow: none;
  padding: 0;
  border-radius: unset;
}
.menu {
  border: none;
  box-shadow: none;
  padding: 0;
  border-radius: unset;
  margin-bottom: 0;
}

.custom-menu img {
  filter: brightness(0.8);
}
.menu .nav-link {
  color: var(--color-1);
  font-weight: 500;
  text-transform: uppercase;
  font-size: 14px;
}
.nav-tabs .nav-link.active {
  font-weight: 600;
}
.menu-header {
  max-width: 900px;
  margin: 0 auto;
}
@media screen and (max-width: 991px) {
  #logo-a {
    text-align: left;
  }
  img#logo-home {
    width: 40%;
  }
  .navbar-toggler {
    background: var(--color-1);
  }
}
@media (min-width: 1200px) {
.h2, h2 {
    font-size: 3rem;
}
.h1, h1 {
  font-size: 3.5rem;
}
.h3, h3 {
  font-size: 2.25rem;
}
}
@media screen and (max-width: 560px) {
.menu .nav-link {
width: 100%;
}
h3.divider {
  font-size: 2.4rem;
}
}
.image-container {
  height: 400px; 
  overflow: hidden; 
}

.image-container img {
  width: auto;
  height: 100%; 
  object-fit: cover; 
}