/* Menu */
.menu-section {
    background-color: var(--color-3);
    padding: 1.5rem;
    margin-bottom: 2rem;
    -webkit-box-shadow: 0 4px 8px rgb(0 0 0 / .1);
    box-shadow: 0 4px 8px rgb(0 0 0 / .1)
}

.menu-title {
    margin-bottom: 1.5rem;
    border-bottom: 2px solid var(--color-4);
    padding-bottom: .5rem
}

.menu-items {
    border-left: 1px solid var(--color-1);
    padding: 5px
}

.menu-item {
    margin-bottom: 1rem;
    border-bottom: 1px solid var(--color-2-opacity);
    margin-left: 5px
}

.menu-price {
    float: right;
    color: var(--color-1)
}

.menu-description {
    font-size: 1rem;
    color: var(--text)
}

.item-title {
    font-weight: 700;
    color: var(--color-2);
    font-size: 1.1rem;
    text-transform: capitalize;
    margin-bottom: 2px
}
.footer .nav-link {
    font-size: 23px;
}
.btn-template {
    font-size: 1.2rem;
}
.internal {
background: #222221;
}
.banner-title {
    border-top: 3px solid var(--color-1);
    color: var(--color-1);
}
.animate-area {
    background: var(--color-3);
    padding: 30px;
}
@media screen and (max-width:450px){
.footer img {
    max-width: 100%;
    width: 200px;
}
}
.fa-pepper-hot:before {   
    color: #cd1d1d;
}

#heroImage img.mainSlide{ max-width: 100%; max-height: 100%; width: auto; height: auto; object-fit: contain; display: block; }
@media screen and (min-width:960px) {
#heroImage {
  background: #000;
  min-height: 100vh;             
  display: flex;
  align-items: center;            
  justify-content: center;        
  overflow: hidden;
}

#heroImage img.mainSlide {
  display: block;
  max-width: 100%;
  max-height: 100vh;
  width: auto;
  height: auto;
  object-fit: contain;
}
}