@import url('https://fonts.googleapis.com/css2?family=Rubik+Mono+One&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Belleza&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Alatsi&display=swap');

body {
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    font-family: 'Lato', sans-serif;
    letter-spacing: 0px;
    font-size: 16px;
    color: #6e726e;
    font-weight: 400;
    line-height: 27px;
}

/* h1,
h2,
h3,
h4,
h5,
h6 {
    color: #121312;
    margin: 0px 0px 15px 0px;
    font-weight: 400;
    font-family: 'Zilla Slab', serif;
} */

h1 {
    font-size: 38px;
    line-height: 48px;
}

h2 {
    font-size: 36px;
    line-height: 42px;
}

h3 {
    font-size: 26px;
}

h4 {
    font-size: 20px;
    line-height: 26px;
}

h5 {
    font-size: 16px;
}

h6 {
    font-size: 12px;
}

p {
    margin: 0 0 24px;
    line-height: 1.6;
}

p:last-child {
    margin: 0px;
}

ul,
ol {
    list-style: none;
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
    color: #121312;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

a:focus,
a:hover {
    text-decoration: none;
    color: #1aa644;
}

body{
    max-width: 1400px;
    width: 100%;
    margin: 0 auto;
}

/* 
.menu-block {
    margin-bottom: 15px;
} */

.menu-content-area  {
    /* max-width: 1350px; */
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
    /* flex-decoration: column; */
}
.menu-content-area .container-wrapper {
    /* max-width: 1000px; */
    max-width: 100%;
    width: 100%;
    margin: 2rem;
    padding: 1rem;
}
.menu-content-area .pricing-table {
    max-width: 330px;
    width: 100%;
}

.menu-title {
    /* border-bottom: 3px solid #e0e6e3; */
    /* margin-bottom: 36px; */
    padding-bottom: 10px;
    /* background-color: rgb(234, 106, 18); */
            background-color: rgb(0, 0, 0);

    padding: 6px;
    color:aliceblue;
    font-size: 15px;
    font-weight: 500;
    scroll-margin-top: 110px;
    border-radius: 0px;
}

.menu-content {
    border-bottom: 1px solid #e0e6e3;
    /* margin-bottom: 30px; */
}

.dish-img {}

.dish-content {
    margin-top: 12px;
    margin-bottom: 40px;
}

.dish-meta {
    font-size: 12px;
    text-transform: uppercase;
    display: block;
    width: 210px;
    line-height: 1.7;
}

.dish-title {
    margin-bottom: 6px;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 500;
    position: relative;
}

.dish-price {
    right: 16px;
    top: 0px;
    font-size: 26px;
    color: #e03c23;
    font-weight: 500;
    font-family: 'Zilla Slab', serif;
}

.well-block .dish-meta {
    width: 100%;
}

.well-block .dish-price {
    font-size: 26px;
    color: #e03c23;
    font-weight: 500;
    font-family: 'Zilla Slab', serif;
    position: inherit;
}
.btn-bg-color{
    background-color: red;
    border: red;
    color: white;
}
.btn-bg-color:hover{
    background-color: rgb(234, 106, 18);
    border: rgb(234, 79, 18);
    color: white;
}
.rs-color{
    color:rgb(234, 79, 18);
}

.addtocartmenu{
    position: fixed;
    bottom:12px;
    right: 12px;
}

.menu-content-area{
    padding-top: 50px;
}


.btn-bg-yellow{
    background-color: #ff9f00;
    border: #ff9f00;
    color: white;
}
.btn-bg-yellow:hover{
    background-color:#ff9f00;
    border: #ff9f00;
    color: white;
}

.page-section{
    position: fixed;
    background: white;
    width: 956px;
    z-index: 1000;
    top: 69px;
    left: 119px;
}

button.decrement,
button.increment{
    width: 25px;
    height: 25px;
    background:red;
}

.cartItems .list-group-item:last-child {
    border-top: 0px !important;
}

.search-bar {
    max-width: 500px;
    margin: 0 0 0 auto;
}

.search-bar .input-group {
    border-radius: 30px;
    overflow: hidden;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

.search-bar .form-control {
    border: none;
    padding-left: 20px;
}

.search-bar .btn {
    border: none;
    padding: 10px 20px;
}

@media (max-width: 1023px) {
    .pricing-table {
        display: none !important;
    }

    .addtocartmenu {
        display: block !important;
    }

    .page-section {
        left: 8px;
        flex-direction: column;
        gap: 10px;
        width: 100%;
    }

    .page-section .w-25 {
        width: 100% !important;
    }
}

@media (min-width: 1024px) {
    .pricing-table {
        display: block !important;
    }

    .addtocartmenu {
        display: none !important;
    }
}

@media (min-width: 1024px) and (max-width: 1280px) {
    .page-section{
        left: 8px !important;
    }
}

@media (min-width: 600px) and (max-width: 1023px) {
    .page-section{
        flex-direction: row;
    }
    .page-section .w-25 {
        width: 40% !important;
    }
    .page-section .container.p-0.w-75 {
        width: 60% !important;
    }
    .menu-title {
        scroll-margin-top: 140px !important;
    }
}


@media (max-width: 600px) {
    #offcanvasNavbar {
        max-width: 60%;
    }

    .page-section .container.p-0.w-75 {
        width: 100% !important;
    }

    .container-wrapper .row.pt-5 {
        margin-top: 80px !important;
        padding-top: 0px !important;
    }

    .menu-title {
        scroll-margin-top: 175px;
    }
}

@media (min-width: 600px) {
    #offcanvasNavbar {
        max-width: 100%;
    }
}


.rubik-mono-one-regular {
    font-family: "Rubik Mono One", monospace;
    font-weight: 400;
    font-style: normal;
  }
  
  .belleza-regular {
    font-family: "Belleza", sans-serif;
    font-weight: 400;
    font-style: normal;
  }

  .alatsi-regular {
    font-family: "Alatsi", sans-serif;
    font-weight: 400;
    font-style: normal;
  }
  
.bg-body-tertiary{
background-color: rgb(255, 255, 255) !important;
}