.container-fluid.position-relative {
    max-width: 1600px;
}
.container-fluid.position-relative h2 {
    font-size: 5.4rem !important;
    text-shadow: -2px -2px 2px rgba(255, 255, 255, 1), 2px 2px 2px rgba(255, 255, 255, 1);
    text-transform: uppercase;
}
.container-fluid.position-relative img {
    margin-bottom: -40px;
}
.bg-section {
    background: url('../images/design/main-frame.webp') no-repeat center bottom;
    background-size: cover;
    min-height: 500px;
    max-height: 590px;
  }
.card-group .card-title {
  text-transform: uppercase;
}
.page-header h1 {
  text-transform: uppercase;
    font-size: 3.5rem;
}
  .text-box {   
    max-width: 80%;
    position: relative;
    z-index: 2;
    padding: 20px;
  }

  @media (min-width: 992px) {
    .text-box {
        position: absolute;
        left: 10%;
        top: 0;        
        max-width: 880px;        
    }
  }

  @media (max-width: 991px) {
    .text-box {
      position: relative;
      transform: none;
      max-width: 100%;
      margin-bottom: -30px;
      z-index: 2;
      text-align: center; 
      margin-top: -60px;
    }
  }
  @media only screen and (min-width: 991px) {
    .logo-mobile {
        display: none;
    }
}
@media (max-width: 990px) {
    .logo-desc {
        display: none!important;  
    }
}
.nav-item {
    list-style: none;
}
#promotiles {
    background-color: var(--color-1);
}
.hero {
    margin-bottom: -60px;
}
.tilt {    
    margin-bottom: 60px;
}
.h1-page-title {
    font-size: 3.7rem;
    text-transform: uppercase;
}
.image-container {
    position: relative;
    width: 100%;
    overflow: hidden;
    border-radius: 20px;
}

.image-container img {
    width: 100%;
    transition: opacity 0.3s ease-in-out;
}

.image-container .img-hover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.image-container:hover .img-hover {
    opacity: 1;
}

.image-container:hover .img-default {
    opacity: 0;
}
.home-section {
    padding-bottom: 0;
}
#promotiles .main {
    max-width: 1600px;
    margin: auto;
}
.home-grid {
    background-color: var(--color-3);
    margin-bottom: -59px;
    z-index: 500;
    position: relative;
}



.menu-item {
    display: flex;
    align-items: center;
    gap: 15px; 
  }
  
  .menu-img {
    width: 140px; 
    height: 140px;
    flex-shrink: 0;
  }
  
  .menu-img img {
    width: 100%;
    height: 100%;
    object-fit: contain; 
    border-radius: 8px;
  }
  
  .menu-content {
    flex: 1; 
  }
  
  .item-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 1.7rem;    
  }
  
  .price {
    font-weight: bold;
    color: #d9534f; 
  }
  
  @media (max-width: 768px) {
    .menu-item {
      flex-direction: column;
      align-items: flex-start; 
    }
  
    
    .item-title {
      flex-direction: column;
      align-items: flex-start;
    }
    .container-fluid.position-relative h2 {
      font-size: 3rem !important;
  }
  .home-grid {
    padding-bottom: 0 !important;
  }
}
  @media (max-width: 568px) {
#promotiles {
  top: -10px;
    position: relative;
}
.h1-page-title {
  font-size: 2rem;
}
.home-grid {
  margin-top: -20px;
    padding-top: 0 !important;
}
.navbar.fixed-top {
  padding-bottom: 0;
}
  }

  #promotiles .card::before {
    content: '';
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border: 2px solid var(--color-1);
    pointer-events: none;
    border-radius: 1em;
}
.image-container::before {
  content: '';
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  border: 2px solid var(--color-3);
  pointer-events: none;
  border-radius: 1em;
}
.image-container:hover::before {
  content: '';
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  border: 2px solid var(--color-1);
  pointer-events: none;
  border-radius: 1em;
}
.home-section
{
  background: url(../images/design/seamless_pattern_burger.svg);
    background-size: 50%;
    background-position: center;
    background-repeat: repeat;
}
.specials-bg {
  background: url(../images/design/seamless_pattern_burger.svg);
    background-size: 50%;
    background-position: center;
    background-repeat: repeat;
}
#reviews .review-header {
  font-size: 20px;
}
.business-info {
  border: 3px solid var(--color-1);
    padding: 1rem;
    border-radius: 18px;
}
.inner-sec {
  padding: 15px;
}
.buttons {
  column-gap: 20px;
}
.business-info .social {
  margin-left: -13px;
}
.nav-link {
  font-weight: 800;
}
.price {
  display: none;
}
.menu-cat {
  font-size: 3rem;
  text-transform: uppercase;
}
.tab-pane .nav-link {
  background: var(--color-1);
    color: var(--color-4);
    font-family: var(--headers-font);
    text-shadow: -1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.2;
    height: 100%;
   
}
.connect h2, .connect .social li a {
  color: #fff;
}
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
  color: var(--color-1) !important;
}
.nav-tabs .nav-link {
  border: none;
}
.nav-link {
  color: var(--color-4)!important;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
  background: var(--color-1);
    color: var(--color-4);
    font-family: var(--headers-font);
    text-shadow: -1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.2;
}
.tab-pane .nav-link:hover {
  background: var(--color-2);    
}
.nav.nav-pills {
  justify-content: center;
    gap: 20px;
}
.nav.nav-pills .nav-item {
  max-width: 200px;
}
.nav-tabs {
  border: none;
}
.specials {
  background-color: transparent!important;
}
.specials-bg .cms-form {
  background-color: var(--color-3);
  padding: 20px;
}


@media (max-width: 991px) {
  .container-fluid.position-relative h2 {
  font-size: 3.4rem !important;
}
#logo-home {
  max-width: 130px;
}
}
.nav-pills .nav-link.active {
  background: var(--color-2)!important;
}
#mainTabs .nav-item .nav-link.active {
  border-bottom: 1px solid #000;
    padding-bottom: 3px;
    padding: 0;
    margin: 10px;
}
#mainTabs .nav-item .nav-link {
  padding-bottom: 3px;
    padding: 0;
    margin: 10px;
}
.sp-price {
  color: var(--color-1);
  font-weight: 400;
  font-size: 22px;
  font-family: "Sarina", serif !important;
}
#mailingListToast .select-options {
  bottom: 100%;
  top: auto;
  margin-bottom: 8px;
  max-height: 250px;
  border-radius: 15px;
  border-top: 2px solid var(--color-2) !important;
}
@media (max-width: 991px) {
.navbar .nav-item {
  text-align: center;
  padding-top: 15px;
}
.navbar.fixed-top .navbar-collapse {
  padding-bottom: 20px!important;
}

.dropdown-menu.show {  
  width: 100%;
  margin: 0;
  text-align: center;
}
.page-header h1 { 
  font-size: 1.7rem;
}
}
.menu-content {
  width: 100%;
}
[page="About"] .img-bg-wrapper .img-bg {
  height: 250px;
}