.button, button {
    display: inline-block;
    padding: 0 3rem;
    color: #555;
    text-align: center;
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 3.8rem;
    text-decoration: none;
    white-space: nowrap;
    background-color: transparent;
    border-radius: .4rem;
    border: 1px solid #bbb;
    cursor: pointer;
    box-sizing: border-box
}

input[type="submit"], input[type="reset"], input[type="button"] {
    display: inline-block;
    height: 3.8rem;
    padding: 0 3rem;
    color: #555;
    text-align: center;
    font-size: 1.2rem;
    font-weight: 600;
    line-height: 3.8rem;
    letter-spacing: .1rem;
    text-transform: uppercase;
    text-decoration: none;
    white-space: nowrap;
    background-color: transparent;
    border-radius: .4rem;
    border: 1px solid #bbb;
    cursor: pointer;
    box-sizing: border-box
}

.button:hover, button:hover {
    color: #333;
    border-color: #888;
    outline: 0
}

input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover {
    color: #333;
    border-color: #888;
    outline: 0
}

.button:focus, button:focus {
    color: #333;
    border-color: #888;
    outline: 0
}

input[type="submit"]:focus, input[type="reset"]:focus, input[type="button"]:focus {
    color: #333;
    border-color: #888;
    outline: 0
}

.button.button-primary, button.button-primary {
    color: #fff;
    background-color: #000;
    border-color: #000
}

input.button-primary[type="submit"], input.button-primary[type="reset"], input.button-primary[type="button"] {
    color: #fff;
    background-color: #000;
    border-color: #000
}

.button.button-primary:hover, button.button-primary:hover {
    color: #fff;
    background-color: #000;
    border-color: #000
}

input.button-primary[type="submit"]:hover, input.button-primary[type="reset"]:hover, input.button-primary[type="button"]:hover {
    color: #fff;
    background-color: #000;
    border-color: #000
}

.button.button-primary:focus, button.button-primary:focus {
    color: #fff;
    background-color: #000;
    border-color: #000
}

input.button-primary[type="submit"]:focus, input.button-primary[type="reset"]:focus, input.button-primary[type="button"]:focus {
    color: #fff;
    background-color: #000;
    border-color: #000
}

input[type="email"], input[type="number"], input[type="search"], input[type="text"], input[type="tel"], input[type="url"], input[type="password"] {
    height: 3.8rem;
    padding: .6rem 1rem;
    background-color: #fff;
    border: 1px solid #d1d1d1;
    border-radius: .4rem;
    box-shadow: none;
    box-sizing: border-box
}

button, .button {
    margin-bottom: 1rem
}

input, textarea, select, fieldset {
    margin-bottom: 1.5rem
}

pre, blockquote, dl, figure, table, p, ul, ol, form {
    margin-bottom: 2.5rem
}

.m-0 {
    margin: 0rem
}

.mt-0 {
    margin-top: 0rem
}

.ml-0 {
    margin-left: 0rem
}

.mr-0 {
    margin-right: 0rem
}

.mb-0 {
    margin-bottom: 0rem
}

.p-0 {
    padding: 0rem
}

.pl-0 {
    padding-left: 0rem
}

.pr-0 {
    padding-right: 0rem
}

.m-1 {
    margin: 1rem
}

.mt-1 {
    margin-top: 1rem
}

.ml-1 {
    margin-left: 1rem
}

.mr-1 {
    margin-right: 1rem
}

.mb-1 {
    margin-bottom: 1rem
}

.p-1 {
    padding: 1rem
}

.pl-1 {
    padding-left: 1rem
}

.pr-1 {
    padding-right: 1rem
}

.m-2 {
    margin: 2rem
}

.mt-2 {
    margin-top: 2rem
}

.ml-2 {
    margin-left: 2rem
}

.mr-2 {
    margin-right: 2rem
}

.mb-2 {
    margin-bottom: 2rem
}

.p-2 {
    padding: 2rem
}

.pl-2 {
    padding-left: 2rem
}

.pr-2 {
    padding-right: 2rem
}

.m-3 {
    margin: 3rem
}

.mt-3 {
    margin-top: 3rem
}

.ml-3 {
    margin-left: 3rem
}

.mr-3 {
    margin-right: 3rem
}

.mb-3 {
    margin-bottom: 3rem
}

.p-3 {
    padding: 3rem
}

.pl-3 {
    padding-left: 3rem
}

.pr-3 {
    padding-right: 3rem
}

.m-4 {
    margin: 4rem
}

.mt-4 {
    margin-top: 4rem
}

.ml-4 {
    margin-left: 4rem
}

.mr-4 {
    margin-right: 4rem
}

.mb-4 {
    margin-bottom: 4rem
}

.p-4 {
    padding: 4rem
}

.pl-4 {
    padding-left: 4rem
}

.pr-4 {
    padding-right: 4rem
}

.m-5 {
    margin: 5rem
}

.mt-5 {
    margin-top: 5rem
}

.ml-5 {
    margin-left: 5rem
}

.mr-5 {
    margin-right: 5rem
}

.mb-5 {
    margin-bottom: 5rem
}

.p-5 {
    padding: 5rem
}

.pl-5 {
    padding-left: 5rem
}

.pr-5 {
    padding-right: 5rem
}

.m-6 {
    margin: 6rem
}

.mt-6 {
    margin-top: 6rem
}

.ml-6 {
    margin-left: 6rem
}

.mr-6 {
    margin-right: 6rem
}

.mb-6 {
    margin-bottom: 6rem
}

.p-6 {
    padding: 6rem
}

.pl-6 {
    padding-left: 6rem
}

.pr-6 {
    padding-right: 6rem
}

.m-7 {
    margin: 7rem
}

.mt-7 {
    margin-top: 7rem
}

.ml-7 {
    margin-left: 7rem
}

.mr-7 {
    margin-right: 7rem
}

.mb-7 {
    margin-bottom: 7rem
}

.p-7 {
    padding: 7rem
}

.pl-7 {
    padding-left: 7rem
}

.pr-7 {
    padding-right: 7rem
}

.m-8 {
    margin: 8rem
}

.mt-8 {
    margin-top: 8rem
}

.ml-8 {
    margin-left: 8rem
}

.mr-8 {
    margin-right: 8rem
}

.mb-8 {
    margin-bottom: 8rem
}

.p-8 {
    padding: 8rem
}

.pl-8 {
    padding-left: 8rem
}

.pr-8 {
    padding-right: 8rem
}

h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: 2rem;
    font-weight: 300
}

h1 {
    font-size: 4.0rem;
    line-height: 1.2;
    letter-spacing: -0.1rem
}

h2 {
    font-size: 3.6rem;
    line-height: 1.25;
    letter-spacing: -0.1rem
}

h3 {
    font-size: 3.0rem;
    line-height: 1.3;
    letter-spacing: -0.1rem
}

h4 {
    font-size: 2.4rem;
    line-height: 1.35;
    letter-spacing: -0.08rem
}

h5 {
    font-size: 1.8rem;
    line-height: 1.5;
    letter-spacing: -0.05rem
}

h6 {
    font-size: 1.5rem;
    line-height: 1.6;
    letter-spacing: 0
}

@media (min-width: 550px) {
    h1 {
        font-size: 5.0rem
    }

    h2 {
        font-size: 4.2rem
    }

    h3 {
        font-size: 3.6rem
    }

    h4 {
        font-size: 3.0rem
    }

    h5 {
        font-size: 2.4rem
    }

    h6 {
        font-size: 1.5rem
    }
}

p {
    margin-top: 0
}

.text-center {
    text-align: center
}

.full-width {
    width: 100%;
    box-sizing: border-box
}

.max-full-width {
    max-width: 100%;
    box-sizing: border-box
}

.pull-right {
    float: right
}

.pull-left {
    float: left
}

hr {
    margin-top: 3rem;
    margin-bottom: 3.5rem;
    border-width: 0;
    border-top: 1px solid #e1e1e1
}

.container:after, .row:after, .clearfix {
    content: "";
    display: table;
    clear: both
}

.d-flex {
    display: flex
}

.flex-column {
    flex-direction: column
}

.justify-content-center {
    justify-content: center
}

.justify-content-between {
    justify-content: space-between
}

.justify-content-end {
    justify-content: end
}

.align-items-center {
    align-items: center
}

.align-items-start {
    align-items: start
}

.d-none {
    display: none
}

.debug {
    border: 1px solid orangered
}

html {
    font-size: 62.5%
}

body {
    color: #222;
    font-family: "Poppins", sans-serif;
    font-size: 1.5em;
    font-weight: 400;
    line-height: 1.6;
    margin: 0;
    padding: 0
}

a {
    color: #cd2730;
    padding: 0;
    margin: 0;
    text-decoration: none
}

a:visited {
    color: #cd2730
}

.button, button {
    font-size: 1.6rem;
    margin: 0;
    padding: .5rem 2rem;
    transition: border .4s
}

.button.button-primary, button.button-primary {
    background-color: #CF4A0C;
    border-color: white;
    color: #fff
}

.button.button-primary:hover, button.button-primary:hover {
    background-color: #CF4A0C;
    border-color: #2e6da4;
    color: #fff
}

header {
    z-index: 2000;
    position: sticky;
    top: 0
}

.carousel-indicators {
    z-index: 1000;
    position: absolute;
    list-style: none;
    overflow: hidden;
    bottom: 20px;
    left: 50%;
    transform: translateX(-75%)
}

.carousel-indicators > li {
    float: left;
    width: 1rem;
    height: 1rem;
    background-color: papayawhip;
    border-radius: 50%;
    color: powderblue;
    margin-left: 5rem;
    cursor: pointer
}

.navbar {
    align-items: flex-end;
    background-color: rgba(0, 0, 0, 0.9);
    color: #fff;
    display: flex;
    height: 5rem;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 0 1.5rem 0 1.5rem;
    transform: scale(-1, 1);
    white-space: nowrap
}

.navbar::-webkit-scrollbar {
    display: none
}

.navbar__container {
    display: flex;
    align-items: center;
    height: 100%;
    justify-content: space-between;
    transform: scale(-1, 1);
    list-style: none;
    margin: 0
}

.navbar__container a {
    color: #9d9d9d;
    cursor: pointer;
    padding: 0 1.5rem;
    text-decoration: none
}

@media (max-width: 400px) {
    .navbar__container a {
        padding: 0 1rem
    }
}

@media (max-width: 360px) {
    .navbar__container a {
        padding: 0 0.5rem
    }
}

@media (min-width: 768px) {
    .navbar__container {
        padding-right: 15%
    }
}

.navbar__container a:hover {
    color: #fff
}

.navbar__container a:active {
    color: #fff
}

.navbar__container a:focus {
    color: #fff
}

.navbar__container a:target {
    color: #fff
}

@use "sass:math"; .hero__container {
                      height: 70rem;
                      pointer-events: auto;
                      position: relative;
                      width: 100%
                  }

.hero__sliders-container img {
    left: 0;
    opacity: 1;
    position: absolute;
    right: 0
}

.hero__overlay {
    align-items: center;
    background-color: rgba(19, 19, 22, 0.45);
    color: #fff;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    left: 0;
    opacity: 1;
    position: absolute;
    right: 0
}

.hero--image {
    height: 100%;
    object-fit: cover;
    width: 100%
}

.welcome-title {
    display: block;
    font-family: cursive;
    font-size: 4rem;
    font-weight: 700;
    text-align: center;
    text-transform: initial
}

.title {
    text-transform: initial;
    font-size: 4rem;
    text-align: center;
    font-weight: 900
}

.slogan {
    font-family: cursive;
    font-size: 2.4rem;
    text-align: center
}

.stars {
    color: #CF4A0C;
    font-size: 1.2rem
}

@media (min-width: 768px) {
    .title {
        font-size: 9.3rem
    }

    .welcome-title {
        font-size: 5.6rem
    }

    .slogan {
        font-size: 3rem
    }
}

.specialties__container {
    list-style: none;
    padding: 1rem;
    display: grid;
    grid-template-columns:repeat(auto-fit, minmax(30rem, 1fr))
}

.specialties__container > div {
    width: 100%
}

.specialties--image-container {
    margin-bottom: 1rem;
    min-height: 25rem;
    overflow: hidden;
    display: flex;
    justify-content: center
}

.fade-image {
    max-height: 20rem;
    max-width: 28rem;
    position: absolute;
    transition: opacity .3s ease-in-out;
    width: 100%;
    height: 100%;
    padding: 1rem;
    box-shadow: 0 0 2px 2px #e3e3e3;
    border-radius: 3px
}

.fade-image:hover {
    opacity: 0
}

.specialties--image {
    width: 100%;
    vertical-align: middle;
    height: 100%;
    max-width: 100%;
    padding: 10px
}

.specialty--title {
    color: #f26522;
    font-family: cursive;
    font-size: 2.4rem
}

.specialty--subtitle {
    font-size: 2.4rem;
    font-weight: 400;
    text-align: center
}

@media (min-width: 576px) {
    .special-item-image img {
        display: block
    }

    .specialty--title {
        font-size: 3.6rem
    }
}

.promotion__container {
    background-color: #2a1610;
    color: #fff;
    display: grid;
    grid-template-columns:repeat(auto-fit, minmax(30rem, 1fr));
    margin: 0;
    padding: 0
}

@media (min-width: 768px) {
    .promotion__container {
        padding: 4rem 10rem 4rem 10rem
    }
}

.promotion--image {
    display: block;
    max-width: 100%;
    height: auto
}

.promotion--title-part-1 {
    text-transform: capitalize;
    font-size: 3.9rem;
    font-weight: 300;
    margin-bottom: 0
}

.promotion--title-part-2 {
    display: block;
    font-size: 6rem;
    margin-bottom: 2.5rem
}

.visual-positioning {
    margin-left: 1rem;
    font-size: 6rem;
    font-weight: 900
}

#promotion-col2 {
    display: none
}

@media (min-width: 1200px) {
    #promotion-col2 {
        display: block
    }
}

.reviews__container {
    background-attachment: fixed;
    background-color: #2e0202;
    background-image: url(/assets/images/8.jpg);
    background-position: 50% 25rem;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    font-size: 18px;
    height: 40rem;
    position: relative
}

.review__container {
    width: 75rem
}

#chef-image {
    display: none
}

@media (min-width: 768px) {
    #chef-image {
        display: block
    }
}

.image-scheme-text-image {
    max-height: 60rem;
    height: auto;
    max-width: 55%;
    margin-left: 6rem
}

@media (min-width: 768px) {
    .review__container {
        width: 50rem;
        padding-left: 8rem
    }
}

.review--background {
    background-color: rgba(242, 101, 34, 0.83);
    padding: 7rem
}

.review--title {
    font-family: cursive;
    font-size: 3rem;
    text-align: center
}

.hours__container {
    margin: 5rem;
    display: grid;
    grid-template-columns:repeat(auto-fit, minmax(30rem, 1fr))
}

@media (max-width: 375px) {
    .hours__container {
        margin: 1rem
    }
}

.map_phone__container {
    margin-bottom: 4rem;
    margin-left: 0rem
}

@media (min-width: 768px) {
    .map_phone__container {
        margin-bottom: 4rem;
        margin-left: 10rem
    }
}

.hours--title {
    color: #CF4A0C;
    font-family: cursive;
    font-size: 3rem
}

.hours--link {
    color: #CF4A0C;
    transition: color .3s;
    text-decoration: none
}

.hours--link:hover {
    color: black
}

.working-hours__container {
    font-size: 1.8rem
}

.map {
    height: 100%;
    width: 100%
}

.map-canvas {
    overflow: hidden;
    background: none !important;
    height: 100%;
    width: 100%
}

.footer__container {
    background-color: #CF4A0C;
    color: #ffffff;
    display: flex;
    align-items: center;
    flex-direction: column;
    font-weight: 300;
    padding: 40px 0 30px
}

.back-to-top {
    position: fixed;
    bottom: 2.5rem;
    right: 2.5rem;
    width: 5rem;
    height: 5rem;
    border: 1px #ffff solid;
    border-radius: 150rem;
    cursor: pointer;
    background: #FFFFFF;
}
.back-to-top svg {
    width: 100%;
    height: 100%;
}

.privacy-policy--link {
    color: white;
    transition: color .3s
}

.privacy-policy--link:hover {
    color: black
}

.menu__container {
    padding: 3rem
}

.sub-item {
    margin-left: 6rem
}

@media (min-width: 768px) {
    .menu__container {
        padding: 0;
        margin-top: 10rem
    }

    .sub-item {
        margin-left: 9rem;
        padding-left: 1rem
    }

    .item-price {
        display: flex;
        align-items: center;
        padding: 8rem;
        margin: 4rem
    }
}

.menu-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 2.2rem;
    margin-top: 3rem;
    text-align: center
}

.menu--title {
    font-weight: 600
}

.menu-category--title {
    text-align: center
}

.category-items__container {
    display: grid;
    grid-template-columns:repeat(auto-fit, minmax(32rem, 1fr))
}

.item-price {
    display: flex;
    align-items: center;
    padding: 1rem;
    margin-top: 3rem
}

.item-price .item {
    order: 1;
    padding-right: 1rem;
    padding-left: 1rem;
    font-size: 1.8rem
}

.item-price .price {
    order: 3;
    padding-left: 1rem;
    font-size: 3rem
}

.item-price::after {
    background-image: radial-gradient(circle, currentcolor 1px, transparent 1.5px);
    background-position: bottom;
    background-size: 1ex 4.5px;
    background-repeat: space no-repeat;
    content: "";
    flex-grow: 1;
    height: 1rem;
    order: 2
}
