@font-face {
    font-family: "Cairo Regular";
    font-style: normal;
    font-weight: normal;
    src: local("Cairo Regular"), url("../fonts/Cairo-Regular.woff") format("woff");
}

@font-face {
    font-family: "Cairo ExtraLight";
    font-style: normal;
    font-weight: normal;
    src: local("Cairo ExtraLight"), url("../fonts/Cairo-ExtraLight.woff") format("woff");
}

@font-face {
    font-family: "Cairo Light";
    font-style: normal;
    font-weight: normal;
    src: local("Cairo Light"), url("../fonts/Cairo-Light.woff") format("woff");
}

@font-face {
    font-family: "Cairo SemiBold";
    font-style: normal;
    font-weight: normal;
    src: local("Cairo SemiBold"), url("../fonts/Cairo-SemiBold.woff") format("woff");
}

@font-face {
    font-family: "Cairo Bold";
    font-style: normal;
    font-weight: normal;
    src: local("Cairo Bold"), url("../fonts/Cairo-Bold.woff") format("woff");
}

@font-face {
    font-family: "Cairo Black";
    font-style: normal;
    font-weight: normal;
    src: local("Cairo Black"), url("../fonts/Cairo-Black.woff") format("woff");
}

body {
    direction: rtl !important;
    text-align: right;
    font-family: "Cairo Regular";
}

.get-app {
    background-color: #F36F25;
    /* background-color: #f3f2ee; */
    padding: 10px;
    max-width: 100%;
    margin: auto;
    padding: auto;
    align-items: left;
    position: fixed;
    top: 0;
    z-index: 3;
    width: -webkit-fill-available;
}

.get-app-img {
    background-color: #FFFFFF;
    width: 90px;
    height: 90px;
    text-align: center;
    padding: auto;
    padding: 8px;
    border-radius: 10px;
    margin-left: 40%;
    margin-right: 40%;

}



.get-app-text {
    text-align: left;
    font-weight: bold;
    color: #FFFFFF;
    align-self: center;
    font-family: serif;    
}

.get-app-button {
    width: 170px;
    border-radius: 25px;
    border: none;
    background-color: #FFFFFF;
    color: #F36F25;
    /* background-color: #F36F25;
    color: #FFFFFF; */
}

.get-app-button:hover {
    color: #F36F25;
    background-color: #FFFFFF;
}

.align-center {
    align-self: center !important;
    text-align: center !important;
}

@media (max-width: 800px) {
    .get-app-button {
        width: 80px;
        font-size: 10px;
    }
    .get-app-img {
        width: 55px;
        height: 55px;
        margin-left: 25%;
        margin-right: 25%;

    }
    .get-app-text {
        font-size: 10px;
        font-family: serif;    
    }
    .align-center {
        font-size: 12px;
    }
    
}

.restaurantCover {
    width: 100%;
    height: 175px;
    overflow: hidden;
    overflow: hidden;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 75px;
}

.restaurantCover img {
    width: 100%;
}

.tre {
    text-align: center !important;
    font-weight: bold;
}

.nav {
    padding-right: 0;
    padding-left: unset;
}

.scrollNav {
    overflow-x: scroll;
    width: 100% !important;
    flex-wrap: nowrap;
}

.scrollNav li {
    margin: auto;
}

.scrollNav li a {
    width: 150px;
}

@media only screen and (min-width: 600px) {
    body {
        padding-left: 245px;
        padding-right: 245px;
        padding-bottom: 0px;
    }
}

.card-body {}

.tle {
    text-align: left;
    padding-top: 15px;
}

.tit {
    text-align: right;
}

.cont {
    background: #80808042;
}

.card {
    border: unset !important;
}

.header {
    background-color: #f1f1f1;
    text-align: center;
}

#navbar {
    overflow: hidden;
    background-color: #fff;
    padding-right: 0;
    padding-left: 0;
}

#navbar .container-fluid {
    padding: 5px;
}

#navbar ul {
    background-color: #f0efef;
}

#navbar a {
    float: left;
    display: block;
    color: #f2f2f2;
    text-align: center;
    padding: 10px 10px;
    text-decoration: none;
    font-size: 14px;
    color: black;
}

#navbar a:hover {
    color: rgba(0, 0, 0, 0.678);
    border-radius: 0;
    border-bottom: #b7b7b7 1px solid;
}

#navbar a.active {
    background-color: #04aa6d;
    color: white;
}

.content {
    padding: 16px;
}

.sticky {
    position: fixed;
    top: 75px;
    width: 100%;
    z-index: 1;
    max-width: 1320px;
    padding-right: 0;
    padding-left: 0;
}

.sticky+.content {
    padding-top: 60px;
}

.stickyBody {
    padding-top: 160px;
}

.container-sm {
    padding-bottom: 100px;
}

.link {
    float: right;
    border: unset;
    background: none;
}

.imgDev {
    padding-bottom: 25px;
}

.imageDish {
    height: 150px;
    overflow: hidden;
    margin: auto;
    border-radius: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.imageDish img {
    width: 100%;
}

.downloadBeeApp {
    display: block;
    position: fixed;
    bottom: 20px;
    left: 30px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    background-color: unset;
    color: white;
    cursor: pointer;
    padding: 15px;
    border-radius: 100px;
}

.downloadBeeApp:hover img {
    transition: all 2ms;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 6px 0 rgba(0, 0, 0, 0.19);
}

.downloadBeeApp img {
    width: 65px;
    border-radius: 100px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.restaurantLogo {
    width: 60px;
    border-radius: 30px;
    margin: 10px 0 10px 5px;
}

.restaurantName {
    display: inline;
    color: #ef890f;
    font-size: 1.1rem;
}

.treT {
    text-align: right;
}

.treT span {
    color: #ef890f;
    float: left;
}

.orange {
    color: #ef890f;
}

.dishDesc {
    font-family: "Cairo Light";
}

@media (min-width: 801px) {
    .get-app-button {
        width: 85px;
        font-size: 10px;
    }
    .get-app-img {
        width: 55px;
        height: 55px;
        margin-left: 20%;
        margin-right: 20%;

    }
    .get-app-text {
        font-size: 9px;
        font-family: "Cairo Light";    
    }
    .align-center {
        font-size: 12px;
    }
}

@media (min-width: 1025px) {
    .widget {
        display: none;
    }
    .get-app-text {
        font-size: 17px;
        font-family: "Cairo Light";    
    }
    .get-app-button {
        width: 150px;
    }
    .get-app-img {
        margin-left: 25%;
        margin-right: 25%;
    }
    .get-app {
        display: none;
    }
    .get-app {
        display: none;
    }
}

@media (min-width: 1281px) {
    .widget {
        display: none;
    }
    .get-app-text {
        font-size: 25px;
        font-family: "Cairo Light";    
    }
    .get-app-button {
        width: 170px;
    }
}

.widget {
    position: fixed;
    top: 60%;
    width: 100%;
    height: 100%;
    z-index: 100;
    text-align: center;
    transition: top 2s ease 0s;
}

.widget .col-12 {
    padding: 0;
    margin: 0;
}

.widget .circle {
    position: relative;
    top: 40px;
    cursor: crosshair;
}

.widget .circle svg {
    width: 20%;
    border-radius: 100%;
}

.widget .rectangle {
    height: 30%;
    border-radius: 20px 20px 0 0;
    background-color: #fff;
    box-shadow: 5px -5px 8px 0 rgb(0 0 0 / 20%), 0px -4px 20px 0 rgb(0 0 0 / 19%);
}

.widget .rectangle h2 {
    padding-top: 50px;
    font-size: 16px;
}

.widget .rectangle h3 {
    padding-bottom: 15px;
    font-size: 14px;
}

.widget .btn-download {
    background-color: #e17b07;
    color: #fff;
    width: 60%;
}

.langSelect {
    margin: auto;
    text-align: left;
}

.switch {
    position: relative;
    display: inline-block;
    margin: 0 5px;
}

.switch>span {
    position: absolute;
    top: 14px;
    pointer-events: none;
    font-family: 'Helvetica', Arial, sans-serif;
    font-weight: bold;
    font-size: 12px;
    text-transform: uppercase;
    text-shadow: 0 1px 0 rgba(0, 0, 0, .06);
    width: 50%;
    text-align: center;
}

input.check-toggle-round-flat:checked~.off {
    color: #F36F25;
}

input.check-toggle-round-flat:checked~.on {
    color: #fff;
}

.switch>span.on {
    left: 0;
    padding-left: 2px;
    color: #F36F25;
}

.switch>span.off {
    right: 0;
    padding-right: 4px;
    color: #fff;
}

.check-toggle {
    position: absolute;
    margin-left: -9999px;
    visibility: hidden;
}

.check-toggle+label {
    display: block;
    position: relative;
    cursor: pointer;
    outline: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

input.check-toggle-round-flat+label {
    padding: 2px;
    width: 97px;
    height: 45px;
    background-color: #F36F25;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    -ms-border-radius: 60px;
    -o-border-radius: 60px;
    border-radius: 60px;
}

input.check-toggle-round-flat+label:before,
input.check-toggle-round-flat+label:after {
    display: block;
    position: absolute;
    content: "";
}

input.check-toggle-round-flat+label:before {
    top: 2px;
    left: 2px;
    bottom: 2px;
    right: 2px;
    background-color: #F36F25;
    -webkit- -moz-border-radius: 60px;
    -ms-border-radius: 60px;
    -o-border-radius: 60px;
    border-radius: 60px;
}

input.check-toggle-round-flat+label:after {
    top: 4px;
    left: 4px;
    bottom: 4px;
    width: 48px;
    background-color: #fff;
    -webkit-border-radius: 52px;
    -moz-border-radius: 52px;
    -ms-border-radius: 52px;
    -o-border-radius: 52px;
    border-radius: 52px;
    -webkit-transition: margin 0.2s;
    -moz-transition: margin 0.2s;
    -o-transition: margin 0.2s;
    transition: margin 0.2s;
}

input.check-toggle-round-flat:checked+label {}

input.check-toggle-round-flat:checked+label:after {
    margin-left: 44px;
}