:root {
    --theme-text-color-main: #013f4a;
}

@font-face {
    font-family: "AmaticSC Bold";
    src: url(../fonts/AmaticSC-Bold.ttf);
}

@font-face {
    font-family: "century gothic bold";
    src: url(../fonts/century-gothic-bold.ttf);
}

@font-face {
    font-family: "Myriad Arabic Regular";
    src: url(../fonts/Myriad-Arabic-Regular.ttf);
}

@font-face {
    font-family: "GE Dinar One Medium";
    src: url(../fonts/GE_Dinar_One_Medium.otf);
}

*, *::before, *::after {
    box-sizing: border-box;
}

body {
    margin: 0;
    background-image: url(../img/main-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    color: var( --theme-text-color-main );
    font-family: "century gothic bold";
    font-size: 10px;
    background-attachment: fixed;
}

:lang(ar) body {
    
    font-family: "GE Dinar One Medium";
    
}



section {
    padding: 50px 0;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
}

.row {
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

.column {
    width: 25%;
    padding: 0 8px;
}

.column .inner {
    

}

.content-wrapper {
    border: 3px solid rgb(217 209 56 / 75%);
    background-color: rgb(255 255 255 / 75%);
}

.logo {
    margin-right: auto;
    margin-left: auto;
    display: block;
}

.page-title {
    color: var( --theme-text-color-main );
    font-family: "AmaticSC Bold";
    font-family: 'Amatic SC', cursive;
    font-size: 40px;
    margin: 10px auto;
    text-align: center;
}

.category-wrapper {
    margin-bottom: 15px;
}

.category {
    margin: 10px 0;
}

.category-title {
    font-family: "AmaticSC Bold";
    font-size: 24px;
    color: #ffffff;
    margin: 0;
    background-image: url(../img/category-bg.png);
    background-repeat: no-repeat;
    background-size: 100% 45px;
    padding: 10px 20px 10px 10px;
    display: inline-block;
    background-position: center;
    margin-left: 10px;
}

:lang(ar) .category-title {
    font-family: "GE Dinar One Medium";
    font-weight: 100;
    font-size: 22px;
    background-image: url(../img/category-bg-arabic.png);
    margin-left: 0px;
    margin-right: 10px;
}

.sub-category {
    font-size: 14px;
    margin: -5px 0 10px 10px;
}

.sub-category-wrapper {
    margin: 20px 0 20px 0;
}

.sub-category-item-wrapper {
    padding: 0 15px;
}
.sub-category-item {
    display: flex;
    align-items: center;
    justify-content: center;
}

.sub-category-item h4 {
    font-size: 14px;
    margin: 5px 0;
}

.sub-category-item .one {
    width: 70%;
}

.sub-category-item .two {
    width: 20%;
}

.sub-category-item .three {
    width: 20%;
}

.category-sub-title {
    font-size: 14px;
    font-style: italic;
    margin: -5px 0 10px 10px;
}

.menu-item {
    padding: 0 10px;
    margin-bottom: 5px;
}

.menu-item-title {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.menu-item-title h3 {
    font-family: "century gothic bold";
    font-size: 14px;
    color: var( --theme-text-color-main );
    margin: 0;
    width: 85%;
}

.menu-item-title .price {
    margin: 0;
    color: var( --theme-text-color-main );
    font-size: 14px;
}

.drinks-front .menu-item-title .price {
    text-align: left;
    width: 16%;
}

.drinks-front .note {
    max-width: 300px;
}

.menu-item-detail {
    margin: 0;
    display: flex;
    align-items: flex-end;

}

.menu-item-detail > span:first-child {
    width: 80%;
}

.menu-item-detail > span:last-child {
    width: 20%;
    text-align: right;
}

.mb-20p {
    margin-bottom: 20px;
}

.signle-image img {
    width: 100%;
}

.note {
    font-size: 14px;
    padding: 0 10px;
    margin-bottom: 20px;
}

.qr-code-wrapper {
    display: flex;
    align-items: center;
    margin-left: 10px;
}

.qr-code-wrapper img {
    margin-right: 10px;
}

.qr-code-wrapper .text {
    font-size: 16px;
}

.header-logo {
    text-align: center;
    margin-top: 20px;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}

ul li a {
    color: var( --theme-text-color-main );
    font-family: "AmaticSC Bold";
    font-size: 40px;
    margin: 10px auto;
    text-align: center;
    text-decoration: none;
    padding: 10px 20px;
    opacity: .8;
}

:lang( ar ) ul li a { 
    font-family: "Myriad Arabic Regular";
}


ul li a.active,
ul li a:hover {
    color: #020202;
    opacity: 1;
}

ul li a.active {
    color: #020202;
    opacity: 1;
    border-bottom: 3px solid rgb(217 209 56 / 75%);
}

.tab-content {
    display: none;
}

.tab-content.active {
    display: flex;
}

.inner-column-wrapper .inner {
    width: 100%;
}

.short-forms {
    font-size: 14px;
}

.short-forms span {
    white-space: nowrap;
}

.inner-column {
    padding: 0 8px;
}

.default-padding {
    padding: 0 8px !important;
}

:lang(ar) {
    direction: rtl;
}

:lang(ar) .note-wrapper-two-column {
    direction: ltr;
}

:lang(ar) .note {
    font-family: "century gothic bold";
}

.qr-code-wrapper {
    display: none !important;
}

.note.note-arabic {
    font-family: "GE Dinar One Medium";
    direction: rtl;
}

.row.drinks-tab {
    display: block;
}

.column-33 {
    padding: 0 8px;
}

.drinks-front .menu-item-title h3 {
    width: 45%;
}

.mb-50 {
    margin-bottom: 50px !important;
}

.draught {
    font-family: "AmaticSC Bold";
    font-size: 24px;
    margin-left: 10px;
}

.language-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}

.language-wrapper a {
    font-size: 20px;
    color: var( --theme-text-color-main );
    text-decoration: underline;
    display: inline-block;
    padding: 10px 20px;

}

.language-english {
    border-right: 0px solid var( --theme-text-color-main );
}

:lang(ar) .language-english {
    border-right: 0px solid var( --theme-text-color-main );
    border-left: 0px solid var( --theme-text-color-main );
}

@media (min-width: 768px) {
    .column.column-50md {
        width: 50%;
    }

    .shisha .menu-item {
        display: flex;
    }

    .shisha .menu-item-title {
        display: block;
        width: 50%;
    }

    .column-50md {
        width: 50%;
    }

    .inner-column-wrapper {
        display: flex;
    }

    .inner-column {
        width: 50%;
    }

    .content-wrapper.d-flex {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
    }

    .content-wrapper.d-flex .category-wrapper {
        width: 45%;
    }

    .note-wrapper-two-column {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
    }

    .note-wrapper-two-column .note {
        width: 65%;
    }

    .note-wrapper-two-column .short-forms {
        width: 30%;
    }

    .note-bottom-50 {
        display: flex;
    }

    .note-bottom-50 .note {
        width: 50%;
    }

    .note-bottom-50 .qr-code-wrapper {
        width: 50%;
        justify-content: flex-end;
    }

    .inner-row {
        display: flex;
    }

    .column-33 {
        width: 33.3333%;
    }

    
}



@media (max-width: 767px) {
    .row {
        flex-wrap: wrap;
    }

    .column {
        width: 100%;
    }

    .content-wrapper {
        margin-bottom: 20px;
    }

    .signle-image {
        margin-bottom: 20px;
    }

    .inner-column {
        padding: 0px;
    }

    nav.tabs ul li a {
        
        font-size: 20px;
    }

    .note {
        padding: 0;
    }

    .qr-code-wrapper {
        margin: 0;
    }

    .shisha .menu-item {
        display: flex;
    }

    .shisha .menu-item-title {
        display: block;
        width: 50%;
    }
}
