/* ----------------------------------

Template Name: Restan - Food & Restaurant HTML Template
Author: validtheme
Description:
Version: 1.0

Main Font    : Marcellus
Main Color   : #826a45

-------------------------------------

[Typography]

Body copy:    15px 'Marcellus', sans-serif
Header:     36px 'Marcellus', sans-serif
Input, textarea:  16px 'Marcellus', sans-serif
Sidebar heading:  22px 'Marcellus', sans-serif

>>> TABLE OF CONTENTS:
=======================
        
    01. Template default css
        - Animations
        - General
        - Section Title
        - Video Button
        - Typography
        - Tables
        - Forms
        - Buttons
        - Pagination
        - Colors
        - Accordion
        - Tabs
    02. Preloader
    03 Navbar
        - Navbar Default
        - Navbar Box
        - Navbar Sticky
    04. Banner
        - Banner Slide
        - Banner Zoom
	05. About
        - Version One
        - Version Two
    06. Food Menu
        - Style One
        - Style Two
        - Style Three
    07. Gallery
        - Gallery Slider
        - Gallery Grid
    08. Chef
        - Chef Version One
        - Chef Single
	09. Reservation
        - Style One
        - Style Two
    10. Testimonials
    11. Partners
    12. Opening Hours
    13. Blog
        - Standard
        - Grid
        - Left Sidebar
        - Right Sidebar
        - Single
    14. Error 404
    15. Footer
    16. PHP Contact Form
    17. Others

*/

/*
** General Styles for HTML tags
*/


.navbar-brand>img {
    height: 160px;
}
nav.validnavs.brand-center.brand-center-style-two .navbar-brand {
    top: 0;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}
nav.navbar.attr-border-full ul.nav>li>a, nav.navbar.brand-center ul.nav>li>a {
    padding: 73px 50px;
}
.btn-md {
    padding: 16px 35px !important;
}
.navbar-right {
    display: flex !important;
    align-items: center !important;
}
.navbar-call-btn{
    display: inline-block !important;
}
.navbar-brand {
    background: #fff !important;
}
.dark-layout .btn-theme:hover {
    color: #ffffff !important;
}

.menus-alls .cart-btn-border{
    margin: 25px auto 0;
}
ul.meal-items li {
    grid-template-columns: 1fr;
}
.food-menu-style-three .info p{
    margin: 0;
}
.food-menu-style-three .thumb img {
    height: 300px;
    width: 100%;
    object-fit: cover;
}
.food-menu-style-three .info {
    min-height: 212px;
}
#tab2 .food-menu-style-three .info {
    min-height: auto;
} 
.food-cat-carousel img {
    height: 285px;
    width: 100%;
    object-fit: cover;
}
.food-swiper-nav {
    z-index: 9999999999999999999;
}
/* .byo {
    position: fixed;
    top: 75%;
    z-index: 999;
    left: 0;
    padding: 20px;
    font-size: 17px;
    background: #000;
    color: #fff;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
} */
/* .halal {
    position: fixed;
    top: 75%;
    z-index: 999;
    right: 0;
    padding: 20px;
    font-size: 17px;
    background: #000;
    color: #fff;
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
} */
#nav-tab button a {
    color: #000;
}
#nav-tab button.active a {
    color: #fff;
}

.login-sign-btn {
	position: fixed;
	z-index: 9999;
	background-color: var(--color-primary);
	padding: 4px 6px;
	display: flex;
	gap: 5px;
	border-top-left-radius: 44px;
	border-bottom-left-radius: 44px;
	overflow: hidden;
	top: 50%;
	transform: translateY(-50%);
	right: -72px;
	transition: all 0.3s;
	color: #fff !important;
}

.login-sign-btn:hover {
    right: -0px;
    transition: all 0.3s;
}

.login-sign-btn a span {
	background: #fff;
	color: var(--color-primary);
	display: inline-block;
	width: 35px;
	height: 35px;
	line-height: 35px;
	border-radius: 50%;
	margin-right: 10px;
	text-align: center;
}
.login-sign-btn a{
    color:#fff !important;
}

.order-btn {
	position: fixed;
	z-index: 9999;
	background-color: var(--color-primary);
	padding: 4px 6px;
	display: flex;
	gap: 5px;
	border-top-left-radius: 44px;
	border-bottom-left-radius: 44px;
	overflow: hidden;
	top: 60%;
	transform: translateY(-50%);
	right: -102px;
	transition: all 0.3s;
	color: #fff !important;
}

.order-btn:hover {
    right: -0px;
    transition: all 0.3s;
}

.order-btn a span {
	background: #fff;
	color: var(--color-primary);
	display: inline-block;
	width: 35px;
	height: 35px;
	line-height: 35px;
	border-radius: 50%;
	margin-right: 10px;
	text-align: center;
}
.order-btn a{
    color:#fff !important;
}

@media (max-width:768px){
    nav.validnavs.brand-center.brand-center-style-two .navbar-brand {
        top: 50%;
    }
    .menus-alls .cart-btn-border {
        width: 100%;
    }
    nav.navbar.validnavs .navbar-nav>li {
        width: 100%;
    }
    .navbar-call-btn {
        margin-top: 25px;
    }
    .shape-less .nav.nav-tabs.food-menu-nav button.active a {
        color: var(--color-primary) !important;
    }
    #font-adj ul.meal-items li .content .top .price span {
        font-size: 11px !important;
    }
    #font-adj ul.meal-items li .content .top h4 {
        font-size: 13px !important;
    }
}