@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@200;300;400;500;600;700&display=swap');

body {
    font-family: "Century Gothic", "Lato", sans-serif;
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
}
h1,h2,h3,h4,h5,h6 {
    font-family: 'Roboto Slab', serif;
}

.et-hero-tabs.main-banner {
    background: url(../images/main-banner.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 50vh;
    background-position: center;
}

@media (min-width: 768px) {
    .et-hero-tabs.main-banner {
        height: 100vh;
        background: url(../images/main-banner.jpg);
        background-repeat: no-repeat;
        background-position: top left;
        background-size: cover;
    }
}

.menu .item__header {
    display: flex;
    align-items: baseline;
}
.menu .item__title {
    font-size: 16px;
    color: #4f1c28;
    letter-spacing: 2px;
    margin: 0;
    opacity: 1;
    font-weight: 600;
    text-align: left;
}

@media (min-width: 768px) {
    .menu .item__title {
        font: 18px cookie, cursive;
        color: #4f1c28;
        letter-spacing: 2px;
        margin: 0;
        opacity: 1;
        font-weight: 600;
    }
}

.menu .item__dots {
    flex: 1;
    border-bottom: 1px dashed #aaa;
    margin: 0 15px;
}
.menu .item__price {
    color: #4f1c28;
    font: 16px cookie, cursive;
    font-weight: 600;
}

@media (min-width: 768px) {
    .menu .item__price {
        color: #4f1c28;
        font: 18px cookie, cursive;
        font-weight: 600;
    }
}

.menu .item__description {
    margin-bottom: 20px;
    text-align: left;
    font-size: 14px;
}

@media (min-width: 768px) {
    .menu .item__description {
        margin-bottom: 20px;
        text-align: left;
    }
}

.et-hero-tabs,
.et-slide {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100vh;
    position: relative;
    background: #eee;
    text-align: center;
}

.menu-section {
    position: relative;
    background: #eee;
    text-align: center;
}

.et-hero-tabs h1,
.et-slide h1 {
    font-size: 6rem;
    margin: 0;
    letter-spacing: 1rem;
}
.et-hero-tabs h3,
.et-slide h3 {
    font-size: 1rem;
    letter-spacing: 0.3rem;
    opacity: 0.6;
}

@media (min-width: 768px) {
    .et-hero-tabs h3, .et-slide h3 {
        font-size: 2rem;
        letter-spacing: 0.3rem;
        opacity: 0.6;
    }
}

.et-hero-tabs-container {
    display: flex;
    flex-direction: row;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 70px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    background: #fff;
    z-index: 10;
    overflow-y: auto;
}

@media (min-width: 768px) {
    .et-hero-tabs-container {
        display: flex;
        flex-direction: row;
        position: absolute;
        bottom: 0;
        width: 100%;
        height: 70px;
        box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
        background: #fff;
        z-index: 10;
        overflow-x: unset;
    }
}

.et-hero-tabs-container li {
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 1;
    color: #000;
    letter-spacing: 0.1rem;
    transition: all 0.5s ease;
    font-size: 0.8rem;
}

/* .et-hero-tabs-container a {
    padding: 14px 16px;
    display: block;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 14px;
} */

.et-hero-tabs-container--top {
    position: fixed;
    top: 0;
    left: 0;
}

.et-hero-tab {
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 1;
    color: #000;
    letter-spacing: 0.1rem;
    transition: all 0.5s ease;
    font-size: 0.8rem;
    padding: 0 20px;
}

@media (min-width: 768px) {
    .et-hero-tab {
        display: flex;
        justify-content: center;
        align-items: center;
        flex: 1;
        color: #000;
        letter-spacing: 0.1rem;
        transition: all 0.5s ease;
        font-size: 0.8rem;
    }
}
.et-hero-tab:hover {
    color: white;
    background: #4f1c28;
    transition: all 0.5s ease;
}

.et-hero-tab-slider {
    display: none;
}

@media (min-width: 800px) {
    .et-hero-tab-slider {
        display: block;
        position: absolute;
        bottom: 0;
        width: 0;
        height: 6px;
        background: #4f1c28;
        transition: left 0.3s ease;
    }
}

.item {
    padding: 0 10px;
}

@media (min-width: 800px) {
    .et-hero-tabs h1,
.et-slide h1 {
    font-size: 8rem;
    }
    .et-hero-tabs h3,
.et-slide h3 {
    font-size: 2rem;
    }

    .et-hero-tab {
    font-size: 1rem;
    }
    .item {
        padding: 0 40px;
    }
}

.small-description {
    grid-column: 1/3;
    text-align: center;
    color: #4f1c28;
    font-size: 14px;
}

#indchinese {
    padding-bottom: 80px;
}

#indchinese .menu h2.inner-heading {
    border-bottom: solid 1px #d02726;
    padding: 0 0 20px 0;
    color: #d02726;
    text-align: left;
    font-size: 20px;
}

#indchinese .menu-header {
    background: url(../images/indo-chinese.jpeg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 80px 0;
    width: 100%;
    margin: 0 0 60px;
    position: relative;
}

#indchinese .menu-header h2, #indchinese .menu-header h3 {
    color: #e9bc03;
}

#indchinese .menu-header h3 {
    font-size: 16px;
}

#indchinese .menu .item__title {
    font-size: 16px;
    color: #333;
    letter-spacing: 2px;
    margin: 0;
    opacity: 1;
    font-weight: 600;
    text-align: left;
}

@media (min-width: 768px) {
    #indchinese .menu .item__title {
        font: 18px cookie, cursive;
        color: #333;
        letter-spacing: 2px;
        margin: 0;
        opacity: 1;
        font-weight: 600;
    }
}

.menu .item__price {
    color: #333;
    font: 16px cookie, cursive;
    font-weight: 600;
}

@media (min-width: 768px) {
    .menu .item__price {
        color: #333;
        font: 18px cookie, cursive;
        font-weight: 600;
    }
}

#breakfast {
    padding-bottom: 80px;
}

#breakfast .menu .item__header {
    display: flex;
    align-items: baseline;
    margin-bottom: 10px;
}

#breakfast .menu h2.inner-heading {
    border-bottom: solid 1px #4f1c28;
    padding: 0 0 20px 0;
    color: #4f1c28;
    text-align: left;
    font-size: 20px;
}

#breakfast .menu-header {
    background: url(../images/breakfast.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 80px 0;
    width: 100%;
    margin: 0 0 60px;
    position: relative;
}

#breakfast .menu-header h2 {
    font-size: 30px;
    margin-bottom: 0;
}

@media (min-width: 800px) {
    #breakfast .menu-header h2 {
        font-size: 40px;
        margin-bottom: 0;
    }
}

#breakfast .menu-header h3 {
    font-size: 16px;
}

#food {
    background-color: #000;
    background-image: url(../images/main-menu-bg.png);
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: 100%;
}

@media (min-width: 768px) {
    #food {
        background-size: 50%;
    }
}

#food .small-description {
    margin: 80px 0 80px 0;
    color: white;
}

#food .menu-header {
    background: url(../images/food-menus.jpg);
    background-repeat: no-repeat;
    padding: 160px 0 80px;
    width: 100%;
    margin: 0 0 40px 0;
    position: relative;
    background-position: center;
    background-size: cover;
}

#food .menu-header h2 {
    font-size: 30px;
    margin-bottom: 0;
    color: white;
}

#food .menu-header h3 {
    font-size: 16px;
    color: white;
}

.menu h2.inner-heading {
    border-bottom: solid 1px #fff;
    padding: 0 0 20px 0;
    color: #fff;
    text-align: left;
    font-size: 20px;
}

@media (min-width: 800px) {
    #food .menu-header h2 {
        font-size: 40px;
        margin-bottom: 0;
        color: white;
    }

    #food .menu-header h3 {
        font-size: 16px;
        color: white;
    }

    .menu h2.inner-heading {
        border-bottom: solid 1px #fff;
        padding: 0 0 20px 0;
        color: #fff;
        text-align: left;
    }
}

.menu h2.inner-heading span {
    font-size: 14px;
    font-weight: 300;
}

.list-menu .small-menu .item__header {
    margin-bottom: 10px;
}

#food .menu .item__title, #food .menu .item__price {
    color: #fff;
    font-size: 14px;
    font-weight: 300;
}

@media (min-width: 800px) {
    #food .menu .item__title, #food .menu .item__price {
        color: #fff;
        font-size: 16px;
        font-weight: 300;
    }
}

#food .menu .item__description {
    color: #fff;
}

#beverage {
    background-color: #96e6ff;
    background-image: url(../images/coffee.jpg);
    background-repeat: no-repeat;
    background-position: bottom right;
    padding-bottom: 80px;
    background-size: 50%;
}

#beverage .menu-header {
    background-image: url(../images/beverages-header.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 10% 0;
    width: 100%;
    margin: 0 0 60px;
    position: relative;
}

#beverage .menu-header h2 {
    font-size: 30px;
    margin-bottom: 0;
}

@media (min-width: 800px) {
    #beverage .menu-header h2 {
        font-size: 40px;
        margin-bottom: 0;
    }
}

#beverage .menu h2.inner-heading {
    border-bottom: solid 1px #000;
    padding: 0 0 20px 0;
    color: #000;
}

#beverage .menu h2.inner-heading span {
    font-size: 14px;
    font-weight: 300;
}

#beverage .menu .item__title, #beverage .menu .item__price {
    color: #000;
    font-size: 16px;
    font-weight: 600;
    text-align: left;
}

#beverage .menu .item__dots {
    border-color: #000;
}

#beverages-alcoholic {
    background-color: #17070c;
    background-image: url(../images/alcoholic.png);
    background-repeat: no-repeat;
    background-position: bottom right;
    padding-bottom: 80px;
    background-size: 100%;
}

@media (min-width: 800px) {
    #beverages-alcoholic {
        background-color: #4d1828;
        background-image: url(../images/alcoholic.png);
        background-repeat: no-repeat;
        background-position: bottom right;
        padding-bottom: 80px;
        background-size: 50%;
    }
}

#beverages-alcoholic .menu-header {
    background-image: url(../images/beverages-alcoholic.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 10% 0;
    width: 100%;
    margin: 0 0 60px;
    position: relative;
}

#beverages-alcoholic .menu-header::after {
    content: '';
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #4d1828;
    opacity: 0.3;
    z-index: 1;
}

#beverages-alcoholic .menu-header h2 {
    font-size: 30px;
    margin-bottom: 0;
    position: relative;
    z-index: 2;
    color: #fff;
    display: block;
    text-align: center;
    background-color: transparent;
    padding: 20px 0;
}

@media (min-width: 800px) {
    #beverages-alcoholic .menu-header h2 {
        font-size: 40px;
        margin-bottom: 0;
        position: relative;
        z-index: 2;
        color: #fff;
        display: block;
        text-align: center;
        background-color: transparent;
        padding: 20px 0;
    }
}

#beverages-alcoholic .menu .item__title, #beverages-alcoholic .menu .item__price {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    text-align: left;
}

.ml-menu .item__price.price1, .ml-menu .item__price.price2{
    padding: 0 10px;
}

.ml-menu .ml-header {
    display: flex;
    align-items: baseline;
    border-bottom: solid 1px #fff;
    margin-bottom: 10px;
}

.ml-menu .ml-header h2 {
    border: none;
    margin-bottom: 0;
}

.ml-menu .ml-header span {
    color: #fff;
}

.ml25, .ml50 {
    padding: 0 10px;
}

@media (min-width: 800px) {
    .ml25, .ml50, .ml-menu .item__price.price1, .ml-menu .item__price.price2 {
        padding: 0 25px;
    }
}

#desserts {
    background-color: #fa7baa;
    background-image: url(../images/waffels.png);
    background-repeat: no-repeat;
    background-position: bottom right;
    padding-bottom: 80px;
    background-size: 100%;
}

@media (min-width: 800px) {
    #desserts {
        background-color: #fa7baa;
        background-image: url(../images/waffels.png);
        background-repeat: no-repeat;
        background-position: bottom right;
        padding-bottom: 80px;
        background-size: 40%;
    }
}

#desserts .menu-header {
    background-image: url(../images/icecream.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    padding: 10% 0;
    width: 100%;
    margin: 0 0 60px;
    position: relative;
}

#desserts .menu-header h2 {
    font-size: 30px;
    margin-bottom: 0;
    color: #4f1c28;
}

@media (min-width: 800px) {
    #desserts .menu-header h2 {
        font-size: 40px;
        margin-bottom: 0;
        color: #4f1c28;
    }
}

#desserts .menu .item__title, #desserts .menu .item__price {
    color: #4f1c28;
    font-size: 16px;
    font-weight: 600;
    text-align: left;
}

@media (min-width: 800px) {
    #desserts .menu .item__title, #desserts .menu .item__price {
        color: #4f1c28;
        font-size: 18px;
        font-weight: 600;
    }
}

#desserts .menu .item__dots {
    border-color: #4f1c28;
}

#desserts .menu h2.inner-heading {
    border-bottom: solid 1px #4f1c28;
    padding: 0 0 20px 0;
    color: #4f1c28;
    text-align: left;
}

@media (min-width: 800px) {
    #desserts .menu h2.inner-heading {
        border-bottom: solid 1px #4f1c28;
        padding: 0 0 20px 0;
        color: #4f1c28;
        text-align: left;
        font-size: 2rem;
    }
}

#shisha .menu-header h3 {
    font-size: 16px;
    color: #fff;
}

#shisha .menu-header h2 {
    color: #fff;
    font-size: 30px;
}

#shisha h2.inner-heading {
    font-size: 20px;
}

@media (min-width: 800px) {
    #shisha .menu-header h3 {
        font-size: 16px;
        color: #fff;
    }

    #shisha .menu-header h2 {
        color: #fff;
        font-size: 40px;
    }

    #shisha h2.inner-heading {
        font-size: 2rem;
    }
}

.down-arrow {
    position: absolute;
    top: calc(50vh - 160px);
    left: calc(50% - 14px);
    width: 0;
    height: 30px;
    border: 2px solid;
    border-radius: 2px;
    animation: jumpInfinite 1.5s infinite;
}

  .down-arrow:after {
    content: " ";
    position: absolute;
    top: 12px;
    left: -8px;
    width: 16px;
    height: 16px;
    border-bottom: 4px solid;
    border-right: 4px solid;
    border-radius: 4px;
    transform: rotateZ(45deg);
  }

@media (min-width: 800px) {
    .down-arrow {
        position: absolute;
        top: calc(100vh - 160px);
        left: calc(50% - 14px);
        width: 0;
        height: 30px;
        border: 2px solid;
        border-radius: 2px;
        animation: jumpInfinite 1.5s infinite;
    }
}
  
  @keyframes jumpInfinite {
    0% {
      margin-top: 0;
    }
    50% {
      margin-top: 20px;
    }
    100% {
      margin-top: 0;
    }
  }



#shisha {
    background-color: #8e061c;
    background-image: url(../images/sheesha-bg.png);
    background-repeat: no-repeat;
    background-position: bottom right;
    padding-bottom: 80px;
    background-size: 100%;
}

@media (min-width: 800px) {
    #shisha {
        background-color: #8e061c;
        background-image: url(../images/sheesha-bg.png);
        background-repeat: no-repeat;
        background-position: bottom right;
        padding-bottom: 80px;
        background-size: 35%;
    }
}

#shisha .menu-header {
    background-image: url(../images/sheesha-header.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    padding: 10% 0;
    width: 100%;
    margin: 0 0 60px;
    position: relative;
}

#shisha .menu .item__title, #shisha .menu .item__price, #shisha .menu .item__description {
    color: #fff;
}

.footer {
    margin-top: 50px;
    color: #fff;
}