﻿@font-face {
    font-family: 'montserrat-regular';
    src: url('/fonts/Montserrat-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'futura-bold';
    src: url('/fonts/Futura-Bold-font.ttf') format('truetype');
}

@font-face {
    font-family: 'futura-medium';
    src: url('/fonts/futura-medium-bt.ttf') format('truetype');
}

@font-face {
    font-family: 'gesstextbold-bold';
    src: url('../../fonts/gesstextbold-bold.otf') format('opentype');
}

@font-face {
    font-family: 'gesstextmedium-medium';
    src: url('../../fonts/gesstextmedium-medium.otf') format('opentype');
}
@font-face {
    font-family: 'futurapt-medium';
    src: url('../../fonts/futurapt-medium.otf') format('opentype');
}
@font-face {
    font-family: 'gesstextbold-bold';
    src: url('/fonts/GESSTextBold-Bold.woff') format('truetype');
}

@font-face {
    font-family: 'gesstextmedium-medium';
    src: url('/fonts/GESSTextMedium-Medium.woff') format('truetype');
}

@font-face {
    font-family: 'gesstextlight-light';
    src: url('/fonts/GESSTextLight-Light.woff') format('truetype');
}

@font-face {
    font-family: 'futurapt-medium';
    src: url('/fonts/FuturaPT-Medium.woff') format('truetype');
}

html,
body {
    max-width: 100% !important;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    background-image: url(/WebsiteCustom/images/BACKGROUND.jpeg) !important;
    BACKGROUND-REPEAT: NO-REPEAT;
    BACKGROUND-SIZE: 100%;
}

.slider-section {
    width: 100vw;
    height: 100vh;
}
/* MENU */
.menu-section {
    overflow: hidden;
    padding: 2vh 3vw;
}

.menu-content {
    width: 100%;
    height: 100%;
    display: grid;
    grid-template-rows: auto 1fr;
    overflow: hidden;
}
/* TITLE */
.Mokabilat {
    display: flex;
    justify-content: center;
    margin-bottom: 2vh;
}

.MokabilatTitle {
    background: #F6E500;
    width: 70%;
    text-align: center;
    padding: 1vh 0;
    margin: 0;
    font-size: 5vw;
    /*font-weight: bold;*/
    font-family: gesstextbold-bold !important;
}
/* FULL HEIGHT MENU */
.menu-list {
    height: 100%;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    gap: 1vh;
    padding-right: 1vw;
}
    /* HIDE SCROLLBAR */
    .menu-list::-webkit-scrollbar {
        width: 0;
    }
/* EACH ITEM */
.menu-item {
    display: grid;
    grid-template-columns: 35% 65%;
    align-items: center;
}
    /* TEXT */
    .menu-item h1 {
        margin: 0;
        line-height: 1;
        /*font-size: 3.4vh !important;*/
       /* font-weight: bold;*/
    }
.menu-list.few-items {
    justify-content: space-evenly;
}

.menu-list.few-items .menu-item {
    flex: 1;
    align-items: center;
}

.menu-list.few-items .menu-item h1 {
    line-height: 1.3;
}
/* RIGHT TEXT */
.item {
    text-align: end;
    font-family: gesstextmedium-medium;
    font-size: 5vw;
}
.price {
    font-family: futurapt-medium !important;
    font-size: 4vw;
}

.menu-section {
    background-image: url('/WebsiteCustom/images/BACKGROUND.jpeg') !important;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 100vh;
    width: 100%;
}
