@import url('https://fonts.googleapis.com/css2?family=Arapey&family=Markazi+Text:wght@400;500;600;700&display=swap');
@font-face{
    font-family: "Palatino Linotype";
    src: url("sources/fonts/PalatinoLinotype/6a0482275e06b01d85575eb3b9894566.eot");
    src: url("sources/fonts/PalatinoLinotype/6a0482275e06b01d85575eb3b9894566.eot?#iefix")format("embedded-opentype"),
    url("sources/fonts/PalatinoLinotype/6a0482275e06b01d85575eb3b9894566.woff")format("woff"),
    url("sources/fonts/PalatinoLinotype/6a0482275e06b01d85575eb3b9894566.woff2")format("woff2"),
    url("sources/fonts/PalatinoLinotype/6a0482275e06b01d85575eb3b9894566.ttf")format("truetype"),
    url("sources/fonts/PalatinoLinotype/6a0482275e06b01d85575eb3b9894566.svg#Palatino Linotype W02")format("svg");
    font-style: normal;
    font-weight: 400;
}
html,body{
    background-color: #212433;
}
.newToggle{
    color: #FCAE3A;
    font-size: 30px;
    margin-top: 20px;
    margin-right: 10px;
}
.pageMenu {
    position: fixed;
    height: 100%;
    width: 100%;
    background-color: rgba(33, 36, 51, 0.95);
    padding-top: 25vh;
    text-align: center;
    padding-right: 1em;
    z-index: 9999999;
}
.pageMenuNavigation{
    position: absolute;
    width: 100%;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
}
.pageMenu a{
    font-size: 30px;
    color: white;
    border-bottom: 1px solid #ffffff;
    padding-top: 20px;
    padding-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.pageMenu a:focus{
    color: #FCAE3A;
}
.pageMenu li:last-child a{
    border-bottom: none!important;
    padding-bottom: 0!important;
}
.closeBtn{
    color: white;
    position: absolute;
    right: 50px;
    top: 50px;
    font-size: 30px;
}

.bg-transparent{
    background-color: rgba(33, 36, 51, 0.70)!important;
    padding-top: 20px;
    padding-bottom: 20px;
}
.bg-transparent li{
    padding-left: 10px;
    padding-right: 10px;
}
.bg-transparent .nav-item a{
    color: white!important;
    font-family: "Palatino Linotype";
    font-size: 30px;
    line-height: 12px;
    padding-right: 20px!important;
    border-right: 1px solid #ffffff;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.bg-transparent .nav-item:last-child a{
    border-right: none;
    padding-right: 0!important;
}
.dropdown-menu{
    background-color: rgba(33, 36, 51, 0.70)!important;
    top: 46px!important;
}
.dropdown-menu li a{
    border: none!important;
    background-color: transparent!important;
    font-size: 20px!important;
}
.dropdown-menu li{
    padding-top: 5px;
    padding-bottom: 5px;
}
.img-bg{
    background-size: cover !important;
    background-position: center center !important;
}
.mainHeader.img-bg{
    height: 460px;
    padding-top: 80px;
}
.restaurantHeader.img-bg{
    height: 300px;
}
.logoBlock{
    position: relative;
}
.logoBlock img{
    position: absolute;
    left: 0;
    right: 0;
    top: 70px;
    bottom: 0;
    width: 300px;
}
.rectangleBig{
    background-color: #212433a3;
    padding: 39px 60px 6px;
    font-family: 'Arapey', serif;
    position: relative;
    right: 0;
    top: 10px;
}
.rectangleBig h1{
    color: white;
    font-family: 'Arapey', serif;
    font-weight: 400;
    letter-spacing: 6.5px;
    line-height: 63px;
    font-size: 38px;
    position: absolute;
    z-index: 999;
    top: 40px;
    left: 0;
    right: 0;
}
.rectangleSmall{
    background-color: rgba(255, 255, 255, 0.10);
    height: 200px;
}
.hotLine{
    font-family: "Palatino Linotype";
}
.hotLine h3{
    margin-top: 5px;
    font-size: 20px;
    color: #FCAE3A;
    font-weight: 400;
}
.hotLine p,
.hotLine p a{
    color: #abc9ef;
    font-size: 17px;
    text-decoration: none;
}
.branches,
.about{
    padding-top: 20px;
    font-family: "Palatino Linotype";
    color: white;
    position: relative;
    padding-bottom: 20px;
}
.branches .decorLines{
    position: absolute;
    left: 2%;
    top: 80px;
    bottom: 0;
}
.branches h2,
.about h2{
    color: #FCAE3A;
    font-size: 45px;
    font-weight: 700;
    margin-bottom: 16px;
}
.branches p,
.about p{
    font-size: 25px;
    margin-bottom: 22px;
}
.btn-more{
    color: rgba(252, 174, 58, 0.70);
    background-color: transparent;
    border-radius: 25px;
    font-size: 30px;
    border-color: rgba(252, 174, 58, 0.7);
    padding: 11px 40px;
}
.btn-more:hover{
    background-color: rgba(252, 174, 58, 0.7);
    color: white;
}
.about.img-bg{
    height: auto;
    padding-top: 54px;
}
.owl-carousel .owl-item img{
    display: block;
    width: 100%;
    max-height: 250px;
    object-fit: cover;
}

/* Branches */
.restaurantBCard{
    background-color: rgba(94, 94, 94, 0.3);
    border: 1px solid rgba(252, 174, 58, 1);
    cursor: pointer;
}
.restaurantBCard img{
    height: 230px;
    object-fit: cover;
}
.restInfo{
    color: white;
    padding: 9px 9px 21px;
    font-family: 'Markazi Text', serif;
    font-family: 'Markazi Text', serif;
}
.restInfo h3{
    font-size: 35px;
}
.restInfo .order,
.restInfo .phone{
    font-size: 41px;
    text-decoration: none;
    color: rgba(255, 255, 255, 0.5)
}
.restInfo .order:hover{
    color: rgba(255, 255, 255, 0.8)
}
.restInfo .phone{
    color:#FCAE3A ;
}
.restInfo .phone:hover{
    text-decoration: underline;
}
/* Branches */

/* Menu */
.menuRows{
    font-family: "Palatino Linotype";
}
.menuRows h3{
    font-size: 25px;
    color: #FCAE3A;
    font-weight: 700;
    letter-spacing: 2.5px;
}
.menuRows .categories .nav-pills button{
    padding: 0;
    padding-bottom: 5px;
    color: white;
    font-size: 25px;
    font-family: "Palatino Linotype";
}
.menuRows .categories .nav-pills .active{
    background-color: transparent;
    color: #FCAE3A;
}
.categories{
    border-right: 2px solid #FCAE3A;
}
.categories.dishes .nav-pills .active{
    text-decoration: underline;
    color: white;
    text-decoration-color: #FCAE3A;
}
.categoryHeader{
    cursor: pointer;
}
.categoryHeader h3{
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0;
}
.dishCard{
    padding: 20px;
    border: 1px solid #FCAE3A;
}
.dishCard img{
    width: 100%;
    height: 245px;
    object-fit: cover;
}
.dishCard.about{
    background-color: #373947;
    font-family: "Palatino Linotype";
}
.dishCard h2{
    font-size: 25px;
    letter-spacing: 3px;
    color: #FFF;
    font-weight: 400;
}
.dishCard p{
    font-size: 13px;
    line-height: 20px;
    letter-spacing: 2px;
}
.dishCard.price{
    font-size: 30px;
    font-weight: 400;
    letter-spacing: 3px;
}
.cartIcon{
    position: relative;
    cursor: pointer;
    margin-top: 10px;
}
.cartIcon label{
    font-size: 24px;
    color: white;
    font-weight: 700;
    bottom: -15px;
    right: 0;
    position: absolute;
}
.cartIcon img{
    cursor: pointer;
}
.counter{
    position: relative;
}
.counter label{
    position: relative;
    top: -3px;
    font-size: 20px;
    cursor: pointer;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}
.counter input{
    width: 50px;
    background-color: transparent;
    border: 0;
    font-size: 30px;
    font-family: "Palatino Linotype";
    color: #FCAE3A;
}
.note{
    font-size: 15px;
    text-transform: none!important;
    width: 270px;
    padding: 5px;
    background-color: grey;
    color: white;
    border-radius: 15px;
    position: absolute;
    right: 45px;
    top: -5px;
    opacity: 0;
    transition: 0.5ms;
}
.price{
    font-size: 30px;
    color: #FCAE3A;
    letter-spacing: 3px;
}
.cartButton{
    position: fixed;
    right: 0px;
    top: 0;
    z-index: 99999;
    height: 100vh;
}
.cartButton.openCart{
    position: fixed;
    right: 0px;
    top: 0;
    z-index: 99999;
    height: 100vh;
    display: none;
}
.slideCart{
    position: fixed;
    right: 0px;
    top: 0;
    z-index: 99999;
    width: 50%;
    height: 100vh;
    background-color: #373947;
    border-left: 2px solid #FCAE3A;
    padding-left: 20px;
    padding-right: 20px;
    display: none;
    overflow-y: auto;
}
.slideCart .closeCartTimesButton{
    padding-top: 2px;
    padding-bottom: 2px;
    color: white;
    font-size: 15px;
    position: absolute;
    right: 10px;
    top: 8px;
    cursor: pointer;
    text-transform: uppercase;
}
.slideCart .closeCartTimes{

}
.toggleBtn{
    /*writing-mode: vertical-rl;
    text-orientation: upright;*/
    text-align: center;
    text-transform: uppercase;
    position: absolute;
    left: -45px;
    top: 30%;
}
.toggleBtn img{
    width: 30px;
    margin-left: 0;
}

/* Contact */
.select-wrapper{
    position: relative;
}
select#restaurantSelect {
    border: 1px solid #FCAE3A !important;
    background-color: #171924 !important;
    border-radius: 15px;
    line-height: 37px;
    width: 100%;
    outline: none;
    font-size: 25px;
    color: #A57F4B;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    font-family: "Palatino Linotype";
    cursor: pointer;
}
select#restaurantSelect {
    -webkit-appearance: none;
    appearance: none;
}
.select-wrapper img{
    position: absolute;
    right: 20px;
    top: 25px;
    cursor: pointer;
}
.contactData{
    border: 1px solid #FCAE3A;
    padding: 44px 50px 30px;
    font-family: "Palatino Linotype"
}
.contactData h3{
    font-size: 30px;
    color: #FCAE3A;
}
.contactData p{
    font-size: 25px;
    font-weight: 400;
}
.contactData a{
    font-size: 25px;
    color: white;
    font-weight: 400;
    text-decoration: none;
}
.contactData .form-control{
    background-color: #4D505C!important;
    border-radius: 15px;
    box-shadow: none;
    border-color: #4D505C!important;
    color: #A57F4B;
    font-size: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
}
form.contactData{
    font-size: 20px;
}
.btn-sentMessage{
    border: 1px solid #A57F4B;
    color: #A57F4B;
    font-size: 23px;
    border-radius: 15px;
}
.btn-sentMessage:hover{
    background-color: #A57F4B;
    color: #171924;
}

/* Restaurant Page */
.bgBlack{
    position: relative;
}
.bgBlack::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgb(0 0 0 / 30%);
    z-index: 1;
}
.restaurantInfoBlock{
    padding-bottom: 10px;
}
.restaurantLogo{
    /*position: relative;
    top: 7vh;*/
    margin: auto;
    z-index: 99;
    position: absolute;
    top: 80px;
}
.restaurantLogo img{
    /*width: 350px;*/
    width: 130px;
}
.newContainer{
    max-width: 1051px;
}
.rectangleRestaurant{
    padding: 30px;
    background-color: #373947;
}
.smallRectRestaurant{
    border: 1px solid #FCAE3A;
    padding: 20px;
}
.restaurantTitle{
    font-size: 45px;
    font-weight: 400;
    font-family: "Palatino Linotype";
    color: #ffffff;
}
.restDescription{
    font-size: 30px;
    line-height: 50px;
    letter-spacing: 3px;
}
.contactRestDetails h2{
    font-size: 30px;
    font-weight: 700;
    font-family: "Palatino Linotype"
}
.contactRestDetails p{
    font-size: 25px;
    font-weight: 400;
}
.contactRestDetails a{
    color: white!important;
    text-decoration: none;
}
.bookTable{
    color: #FCAE3A!important;
    font-family: "Palatino Linotype";
    font-size: 25px;
    cursor: pointer;
    display: inline-block;
    text-decoration: none!important;
}
.bookTableForm{
    display: none;
}
.gallery{
    background-color: #373947;
    border-top: 1px solid #FCAE3A;
    border-bottom: 1px solid #FCAE3A;
    padding-top: 50px;
    height: auto;
    position: relative;
}
.owl-stage-outer{
    position: relative;
}

/* Order */
.orderTitle{
    color: #FCAE3A;
    font-family: "Palatino Linotype";
    font-size: 20px;
    font-weight: 400;
}
.orderLine h4{
    font-size: 14px;
    font-family: "Palatino Linotype";
    font-weight: 400;
    line-height: 20px; /* 150% */
    letter-spacing: 2px;
    color: white;
}
.priceItem .table td{
    vertical-align: middle;
    padding-left: 0;
    padding-right: 0;
    border: 0;
}
.dishNameTD{
    width: 460px;
}
.orderLine .counter{
    top: 0;
}
.orderLine .counter label {
    top: 0px;
    font-size: 15px!important;
}
.orderLine input{
    width: 30px;
    color: white!important;
    font-size: 20px;
}
.priceInfo{
    position: relative;
    top: 0px;
}
.orderLine .price{
    font-size: 15px;
    display: inline-block;
}
.deleteProduct{
    background: none;
    border: 0;
    font-size: 20px;
    padding: 0;
    position: relative;
    top: 2px;
}
.radioBlock label{
    color: #FFF;
    font-family: "Palatino Linotype";
    font-size: 14px;
    font-weight: 400;
    line-height: 30px; /* 150% */
    letter-spacing: 2px;
}
.radioBlock .price{
    font-size: 14px;
}
.totalBlock h3{
    display: inline-block;
    font-size: 20px;
    font-weight: 400;
    font-family: "Palatino Linotype";
    color: #FCAE3A;
}
.btnOrder{
    font-size: 30px!important;
    padding-left: 30px!important;
    padding-right: 30px!important;
    border-radius: 25px;
}
.btnOrder:hover{
    color: white;
}
.smallRectRestaurant .contactData{
    border: 0;
}

.rotationCart{
    width: 80px;
    height: 80px;
    background-color: #212433;
    position: fixed;
    bottom: 60px;
    left: 30px;
    border: 1px solid #FCAE3A;
    border-radius: 100%;
    -webkit-box-shadow: -1px 0px 17px -5px rgba(252,174,58,1);
    -moz-box-shadow: -1px 0px 17px -5px rgba(252,174,58,1);
    box-shadow: -1px 0px 17px -5px rgba(252,174,58,1);
    cursor: pointer;
}
.cartItem{
    position: absolute;
    top: 25%;
    transform: translateY(-25%);
    left: 30%;
    margin: 0 auto;
}
.btn-goToLogin{
    background: rgba(252, 174, 58, 0.62) !important;
    font-size: 20px!important;
    color: white!important;
}

/* 404 Page */
.page404{
    color: #FCAE3A;
    font-family: 'Arapey', serif;
}
.page404 h1{
    font-size: 250px;
}
.page404 h2{
    font-size: 50px;
}
.page404 img{
    cursor: pointer;
}

/* Main Footer */
.contactFooter{
    padding-top: 70px;
    color: #FCAE3A;
    font-size: 30px;
}
.contactFooter a{
    color: #FCAE3A;
    font-size: 30px;
    text-decoration: none;
}
.hr{
    background-color: rgba(252, 174, 58, 1);
    opacity: 1;
    margin-bottom: 63px;
}
.nabSocial{
    margin-bottom: 76px;
}
.mapCard{
    border: 1px solid rgba(252, 174, 58, 1);
    padding: 31px 31px 20px;
    margin-bottom: 91px;
    position: relative;
}
.map{
    width: 100%;
    height: 407px;
}

.successInfo{
    line-height: 15px;
    display: none;
}
.contactData small{
    font-size: 14px;
}
.rectangleRestaurant small{
    font-size: 18px!important;
}

.mobileView h3{
    display: block;
    border: 1px solid #FCAE3A !important;
    background-color: #171924 !important;
    border-radius: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #A57F4B;
    font-weight: 400;
    letter-spacing: 0.5px !important;
}
.mobileList{
    border: 1px solid #FCAE3A !important;
    background-color: #171924 !important;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: none;
}
.privacyPolicy a{
    color: white!important;
}
.privacyPolicy a:hover{
    color: white!important;
}
.restaurantItemList{
    text-align: center;
}
.restaurantItemList ul > li {
    display: inline-block;
    padding-left: 20px;
    padding-right: 20px;
}

.cookie-info {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: black;
    color: white;
}

.technicalFooter{
    background-color: #181a24;
    padding-top: 20px;
    color: white;
    padding-bottom: 20px;
}
.technicalFooter a{
    color: white;
    text-decoration: none;
    border-bottom: 1px dotted white;
}
@media  (min-width: 1600px) {
    .branches .decorLines{
        left: 7%;
    }
}
@media (min-width: 1024px) {
    .mobileNav{
        display: none;
    }
    .pageMenu{
        display: none;
    }
}
@media (max-width: 1024px) {
    .rectangleBig h1{
        letter-spacing: 9.5px;
    }
}
@media (max-width: 812px) {
    .mainHeader.img-bg{
        padding-top: 80px;
    }
    .restaurantLogo{
        position: absolute;
        top: 20px;
    }
    .restaurantLogo img {
        width: 130px;
    }
    .rectangleBig{
        top: -10px;
        padding-left: 50px;
        padding-right: 50px;
    }
    .rectangleBig h1{
        font-size: 35px;
        letter-spacing: 3.5px;
    }
    .logoBlock img{
        top: 100px;
    }
    .slideCart{
        width: 100%;
    }
    .dishNameTD{
        width: 250px;
    }
}
@media (min-width: 430px) and (max-width: 779px) {
    .logoBlock img{
        display: none;
    }
}
@media (max-width: 736px) {
    .restaurantBCard img{
        height: 100px;
        object-fit: cover;
    }
    .dishCard img{
        height: 240px;
    }
}
@media (max-width: 520px) {
    .rectangleBig h1 {
        font-size: 37px;
        letter-spacing: 6.5px;
    }
    .restaurantTitle{
        font-size: 35px;
    }
    .restDescription{
        line-height: 30px;
        letter-spacing: 3px;
    }
    .branches h2,
    .about h2{
        font-size: 30px;
    }
    .branches p, .about p{
        font-size: 20px;
        margin-bottom: 22px;
    }
    .rectangleRestaurant{
        padding: 15px;
    }
    .dishCard img{
        height: 230px;
    }
    .categories {
        border-right: none;
    }
    .cartIcon img{
        margin-top: -18px;
    }
    .dishCard h2{
        font-size: 15px;
    }
    .dishCard p{
        font-size: 10px!important;
        letter-spacing: 0px!important;
    }
    .dishNameTD{
        width: 150px;
    }
    .categoryHeader h3{
        font-size: 18px;
    }
    .restaurantItemList ul > li {
        display: block;
        padding-left: 0;
        padding-right: 0;
    }
    .owl-theme .owl-dots .owl-dot span{
        width: 5px!important;
        height: 5px!important;
    }
    .restaurantItemList .bookTable {
        font-size: 27px;
    }
}
@media (max-width: 414px) {
    .mainHeader.img-bg{
        height: 620px;
        padding-top: 80px;
    }
    .restaurantHeader.img-bg{
        height: 300px!important;
    }
    .rectangleBig{
        top: 200px;
        padding-left: 50px;
        padding-right: 50px;
    }
    .logoBlock img{
        top: -60px!important;
        width: 130px;
    }
    .restaurantBCard img{
        height: 100px;
        object-fit: cover;
    }
    .categories {
        border-right: 0;
        border-bottom: 0;
        padding-bottom: 0;
    }
}
@media  (max-width: 393px) {
    .mainHeader.img-bg{
        height: 620px;
        padding-top: 80px;
    }
    .rectangleBig{
        top: 200px;
        padding-left: 50px;
        padding-right: 50px;
    }
    .logoBlock img{
        top: -20px;
    }
    .rectangleBig h1{
        font-size: 32px;
    }
    .hotLine p, .hotLine p a{
        font-size: 16px;
    }
    .rectangleRestaurant{
        padding: 0px;
    }
    .restaurantTitle{
        font-size: 35px;
    }
    .restDescription{
        line-height: 30px;
        letter-spacing: 3px;
    }
    .branches p, .about p{
        font-size: 20px;
        margin-bottom: 22px;
    }
    .menuType{
        font-size: 25px!important;
    }
    .cartItem{
        top:40%
    }
}
@media  (max-width: 380px) {
    .mainHeader.img-bg{
        height: 620px;
        padding-top: 80px;
    }
    .rectangleBig{
        top: 150px;
        padding-left: 50px;
        padding-right: 50px;
    }
    .logoBlock img{
        top: -60px;
    }
    .rectangleBig h1{
        font-size: 30px;
        letter-spacing: 6.5px;
    }
    .menuType{
        font-size: 25px;
    }
}
