/*------------------------------------------------------------------
Main Stylesheet

Project:    Upstake - Multipurpose Business Template
Version:    1.0
Last change:    29/06/2024
Author:    creativemaze
Primary use:    Restaurant
-------------------------------------------------------------------*/

/*------------------------------------------------------------------
[Table of contents]

1. General
2. Header
	2.1. Logo & Navigation
	2.2. Header Content
3. Main Content
	3.1. Restaurant Area One 
	3.2. Restaurant Area Two
	3.3. Restaurant Area Three
	3.4. Restaurant Area Four
	3.5. Restaurant Area Five
	3.6. Restaurant Area Six
	3.7. Restaurant Area Seven
	3.8. Restaurant Area Eight
	3.9. Restaurant Area Nine
	3.10. Restaurant Area Ten
	 
4. Footer
5. Responsive
-------------------------------------------------------------------*/

/* 1. GENERAL
 ----------- */
body,
html{
	width:100%;
    height: auto;
    margin:0;
    padding:0;
    overflow-x: hidden;
	font-family: sans-serif;
}

ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

*{
	box-sizing: border-box;
}

.page_area{
	width: 100%;
}

#loading::before {
	content: '';
	position: fixed;
	z-index: 100000;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #ffffff;
}

#loading::after {
	content: '';
	position: fixed;
	z-index: 100000;
	top: 50%;
	left: 50%;
	width: 60px;
	height: 60px;
	margin: -30px 0 0 -30px;
	pointer-events: none;
	border-radius: 50%;
	opacity: 0.4;
	background: #333333;
	animation: loaderAnim 0.7s linear infinite alternate forwards;
}

@keyframes loaderAnim {
	to {
		opacity: 1;
		transform: scale3d(0.5,0.5,1);
	}
}

.restaurant_heading{
	font-family: 'Montserrat' , Arial, sans-serif;
	font-size: 40px;
	font-weight: 800;
	display: block;
	color: #111111;
	text-align: center;
	letter-spacing: 1px;
	line-height: 1.2em;
	text-transform: uppercase;
	max-width: 650px;
	margin-left: auto;
	margin-right: auto;
}

.centerpage_btn{
	position: relative;
	z-index: 99;
}

.centerpage_btn a{
	background-color: #e53935;
	width: 180px;
	margin: 25px auto 0;
    color: #ffffff;
    padding: 15px 16px;
    text-decoration: none;
	text-transform: uppercase;
    display: block;
    font-size: 13px;
	font-weight: 700;
	font-family: 'Montserrat', Arial, sans-serif;
    transition: 0.5s;
	border: 1px solid #e53935;
	letter-spacing: 1px;
	text-align: center;
	border-radius: 5px;
}

.centerpage_btn a:hover{
	background-color: transparent;
	color: #111111;
	border-color: #111111;
}

/* 2. HEADER
 ----------- */
 
/* --- 2.1. Logo & Navigation --- */
.navbar-header > a{
	text-decoration: none;
	color: #111111;
	transition: 0.5s;
	font-family: 'Montserrat', Arial, sans-serif;
	font-size: 22px;
	font-weight: 700;
	display: inline-block;
	text-align: center;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin-top: 30px;
}

.navbar-header > a:hover{
	color: #111111;
}

#nav-logo > a{
	max-width: 160px; 
	min-height: 10px;
	position: relative;
	top: 33px;
}

#nav-logo > a img{
   position: relative;
   max-width: 160px;
   height: auto;
}

nav.navbar.bootsnav{
	background-color: transparent;
	border-bottom: none ;
	z-index: 9999;
}

nav.navbar.bootsnav ul.nav{
	margin-right: 160px;
	margin-top: 5px;
}

nav.navbar.bootsnav li.dropdown ul.dropdown-menu{
	border: 0;
	background: #ffffff;
	z-index: 9999;
}

nav.navbar.bootsnav ul.nav > li > a{
    color: #111111;
    font-family: 'Montserrat' , Arial, sans-serif;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
	letter-spacing: 1px;
	border-top: none;
}

nav.navbar.bootsnav ul.navbar-right li.dropdown ul.dropdown-menu li a{
    text-align: left;
	color: #111111;
	font-family: 'Montserrat' , Arial, sans-serif;
    font-size: 14px;
    font-weight: 600;
    text-transform: capitalize;
	letter-spacing: 1px;
	border-bottom: none;
	transition: 0.5s;
}

nav.navbar.bootsnav ul.navbar-right li.dropdown ul.dropdown-menu li a:hover{
	color: #e53935;
}

nav.navbar.bootsnav li.dropdown ul.dropdown-menu{
	left: 0;
}

 nav.navbar.bootsnav ul.nav > li.dropdown > a.dropdown-toggle:after{
    font-family: 'Font Awesome 5 Free';
    content: "\f107";
	font-size: 12px;	
}

nav.navbar.bootsnav ul.navbar-right li.dropdown ul.dropdown-menu li.dropdown > a.dropdown-toggle:before{
    font-family: 'Font Awesome 5 Free';
    float: right;
    content: "\f105";
    margin-top: 0;
}

nav.navbar.bootsnav ul.nav.navbar-right .dropdown-menu .dropdown-menu{
    left: 200px;
}

nav.navbar.bootsnav li.dropdown ul.dropdown-menu ul.dropdown-menu{
    top: 2px;
}

nav.navbar.bootsnav ul.dropdown-menu.megamenu-content .col-menu{
    border-left: solid 1px #e0e0e0;
    border-right: solid 1px #e0e0e0;
}

nav.navbar.bootsnav ul.dropdown-menu.megamenu-content .content ul.menu-col li a{
	font-family: 'Montserrat' , Arial, sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #111111;
    text-transform: capitalize;
	letter-spacing: 1px;
}

nav.navbar.bootsnav ul.dropdown-menu.megamenu-content .content ul.menu-col li a:hover{
	color: #e53935;
}

nav.navbar.bootsnav li.dropdown ul.dropdown-menu.megamenu-content .title{
    font-size: 14px;
    font-weight: 600;
	font-family: 'Montserrat' , Arial, sans-serif;
    color: #e53935;
    text-transform: uppercase;
	letter-spacing: 1px;
}

.attr-nav > ul > li.dropdown ul.dropdown-menu{
    margin-top: 0;
    margin-left: 55px;
    width: 250px;
    left: -250px !important;
}

.attr-nav > ul > li > a{
    color: #111111;
	padding-top: 36px;
	margin-left: -12px;
	position: relative;
	left: -160px;
}

.top-search ::placeholder{
	font-family: 'Montserrat' , Arial, sans-serif;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 1px;
}

/* --- 2.2. Header Content --- */
.top_box{
	height: 50px;
	overflow-y: auto;
	background-color: #e53935;
}

.top_info{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	max-width: 1400px;
	margin: auto
}

.left_info,
.right_info{
	position: relative;
	flex: 50%;
	width: 50%;
	padding-top: 15px;
}

.left_info{
	max-width: 600px;
	margin: auto;
	text-align: left;
	display: block;
}

.right_info{
	max-width: 400px;
	margin: auto;
	text-align: right;
	display: block;
}

.left_info .fas,
.left_info .far,
.right_info > a > .fab{
	font-size: 16px;
	color: #ffffff;
}

.left_info .fas,
.left_info .far{
	padding-right: 8px;
}

.right_info > a .fab{
	padding-right: 14px;
	transition: 0.5s;
}

.right_info .fab:hover{
	color: #111111;
}

.sub_width{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	text-align: center;
}

.left_sub{
	flex: 50%;
	width: 50%;
	text-align: left;
}

.right_sub{
	flex: 50%;
	width: 50%;
	text-align: center;
	padding-left: 25px;
}

.top_sub{
	font-family: 'Montserrat' , Arial, sans-serif;
	font-size: 13px;
	font-weight: 700;
	text-transform: capitalize;
	display: block;
	color: #ffffff;
	letter-spacing: 1px;
	text-align: left;
	margin-bottom: 0;
}

.head_btn{
	max-width: 300px;
	display: inline-block;
	position: absolute;
	top: 19px;
	right: 0;
}

.head_btn a{
	background-color: #111111;
	width: 150px;
    color: #ffffff;
    padding: 12px 14px;
    text-decoration: none;
	text-transform: uppercase;
    display: block;
    font-size: 13px;
	font-weight: 600;
	font-family: 'Montserrat', Arial, sans-serif;
    transition: 0.5s;
	border: 1px solid #111111;
	border-radius: 5px;
	letter-spacing: 1px;
	text-align: center;
}

.head_btn a:hover{
	background: transparent;
	color: #111111;
	border-color: #111111;
}

.sliderwrap{
	position: relative;
}

.header__content{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	height: 100vh;
	min-height: 700px;
}

.slide__content{
	position: relative;
	z-index: 1;
	height: 100vh;
	min-height: 700px;
	text-align: center;
	color: #ffffff;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.header-title {
	max-width: 1200px;
	display: block;
	padding: 0 15px;
}

.header-title__main{
	font-family: 'Montserrat' , Arial, sans-serif;
	font-size: 85px;
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: uppercase;
	line-height: 1.1em;
	text-align: center;
	display: block;
	color: #111111;
}

.header-title__sub{
	font-family: 'Montserrat' , Arial, sans-serif;
	font-size: 18px;
	font-weight: 600;
	display: block;
	color: #e53935;
	letter-spacing: 1px;
	text-align: center;
	padding: 20px 0;
	max-width: 550px;
	margin: auto;
}

.buttoncol a{
	width: 150px;
    color: #ffffff;
    padding: 12px 14px;
    text-decoration: none;
	text-transform: uppercase;
    display: inline-block;
    font-size: 13px;
	font-weight: 600;
	font-family: 'Montserrat', Arial, sans-serif;
    transition: 0.5s;
	border-radius: 5px;
	letter-spacing: 1px;
	text-align: center;
	margin-right: 18px;
	margin-top: 25px;
}

.left_btn{
	background-color: #e53935;
	border: 1px solid #e53935;
}

.left_btn:hover{
	color: #111111;
	background: transparent;
	border-color: #111111;
}

.right_btn{
	background-color: #111111;
	border: 1px solid #111111;
}

.right_btn:hover{
	color: #111111;
	background: transparent;
	border-color: #111111;
}

.prev_button{
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	margin-left: 20px;
}

.next_button{
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	margin-right: 20px;
}

.prev_button,
.next_button{
	width: auto;
	font-size: 14px;
	transition: 0.6s ease;
	background-color: transparent;
	display: block;
	padding: 10px 16px;
	color: #333333;
	cursor: pointer;
	border: solid 1px #333333;
}

.prev_button:hover,
.next_button:hover{
	background-color: #e53935;
	color: #ffffff;
	border-color: #e53935;
}

/* 3. MAIN CONTENT
 ----------- */
 
/* --- 3.1. Restaurant Area One --- */
.restaurant_area_one{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	min-height: 300px;
	background-color: #eeeeee;
	padding: 2em 25px;
	margin-bottom: 9em;
}

.restaurant_group_one{
	max-width: 1200px;
	margin: 0 auto;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.bg_col{
	flex: 33.33%;
	width: 33.33%;
	padding: 15px 25px;
}

.bg_box{
	max-width: 375px;
	margin: 0 auto;
	text-align: center;
	padding: 10px 0 ;
	overflow: auto;
	min-height: 30px;
}

.bg_icon{
	float: left;
	width: 25%;
}

.bg_content{
	float: left;
	width: 75%;
	padding-left: 20px;
	text-align: left;
}

.bg_icon .fi{
	font-size: 44px;
	width: 75px;
	height: 75px;
	display: inline-block;
	text-align: center;
	background-color: #e53935;
	color: #ffffff;
	padding: 12px;
}

.bg_content h3{
	font-family: 'Montserrat' , Arial, sans-serif;
	font-size: 18px;
	font-weight: 600;
	display: block;
	color: #111111;
	letter-spacing: 1px;
	text-align: left;
	margin-top: 0;
	line-height: 1.4em;
}

.bg_content p{
	font-family: 'Roboto' , Arial, sans-serif;
	font-size: 15px;
	font-weight: normal;
	display: block;
	color: #696969;
	letter-spacing: 1px;
	text-align: left;
	line-height: 1.5em;
}

.bg_button a{
	font-family: 'Montserrat' , Arial, sans-serif;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 1px;
	text-align: left;
	text-transform: uppercase;
	display: inline-block;
	color: #e53935;
	text-decoration: none;
	max-width: 115px;
	transition: 0.5s;
}

.bg_button a::after{
	content: "\203A";
	position: relative;
	top: 1px;
	font-size: 20px;
	display: inline-block;
	padding-left: 5px;
}

.bg_button a:hover{
	color: #111111;
}

/* --- 3.2. Restaurant Area Two --- */
.restaurant_area_two{
	max-width: 1280px;
	margin: 0 auto;
	padding: 0 25px;
	margin-bottom: calc(9em + 15px);
}

.restaurant_group_two{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.info_col{
	flex: 50%;
	width: 50%;
	padding: 0 20px;
}

.photo_col{
	flex: 50%;
	width: 50%;
	padding: 0 20px;
}

.info_area{
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
}

.info_box{
	max-width: 550px;
	padding-right: 20px;
}

.info_box h2{
	font-family: 'Montserrat' , Arial, sans-serif;
	font-size: 40px;
	font-weight: 800;
	display: block;
	color: #111111;
	text-align: left;
	text-transform: uppercase;
	letter-spacing: 1px;
	line-height: 1.2em;
}

.info_box p{
	font-family: 'Roboto' , Arial, sans-serif;
	font-size: 16px;
	font-weight: normal;
	padding-top: 15px;
	display: block;
	color: #696969;
	letter-spacing: 1px;
	text-align: left;
	line-height: 1.5em;
	max-width: 450px;
}

.sub_info{
	max-width: 210px;
	width: 100%;
	display: inline-block;
	overflow: auto;
}

.left_crumb{
	float: left;
	width: 40px;
	margin-top: 11px;
}

.sub_head{
	float: left;
	width: auto;
	max-width: 170px;
	padding-left: 12px;
}

.sub_head h5{
	font-family: 'Montserrat' , Arial, sans-serif;
	font-size: 14px;
	font-weight: 600;
	display: block;
	color: #e53935;
	letter-spacing: 1px;
	text-align: left;
	text-transform: uppercase;
	line-height: 1.5em;
}

.left_circle{
	width: 12px;
	height: 12px;
	display:  inline-block;
	background: #111111;
	border-radius: 50%;
	margin-right: -2px;
}

.mid_circle{
	width: 12px;
	height: 12px;
	display:  inline-block;
	background: #e53935;
	border-radius: 50%;
	margin-right: -2px;
}

.right_circle{
	width: 12px;
	height: 12px;
	display:  inline-block;
	background: #111111;
	border-radius: 50%;
}

.info_list > ul{
	margin-bottom: 25px;
}

.info_list > ul > li{
	font-family: 'Montserrat' , Arial, sans-serif;
	font-size: 14px;
	font-weight: 600;
	display: block;
	color: #111111;
	letter-spacing: 1px;
	text-align: left;
	padding: 7px 0;
}

.info_list > ul > li::before{
	font-family: 'uicons-thin-straight';
	content: "\fa38";
	font-size: 26px;
	font-weight: 100;
	position: relative;
	top: 8px;
	padding-right: 12px;
	color: #e53935;
}

.info_col_button a{
	background-color: #e53935;
	width: 160px;
	margin-top: 30px;	
    color: #ffffff;
    padding: 13px 15px;
    text-decoration: none;
	text-transform: uppercase;
    display: block;
    font-size: 13px;
	font-weight: 600;
	font-family: 'Montserrat', Arial, sans-serif;
    transition: 0.5s;
	border: 1px solid #e53935;
	border-radius: 5px;
	letter-spacing: 1px;
	text-align: center;
}

.info_col_button a:hover{
	color: #111111;
	background: transparent;
	border-color: #111111;
}

.photo_box{
	max-width: 550px;
	margin: auto;
	text-align: center;
	position: relative;
}

.photo_image{
	position: relative;
	z-index: 1;
}

.photo_image img{
	width: 100%;
	height: auto;
	display: block;
}

.shape_photo{
	box-shadow: 0 20px 70px rgba(38,42,76,.2);
	clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%);
}

.photo_color_box{
	position: absolute;
	margin-bottom: -15px;
	bottom: 0;
	left: -100px;
	z-index: 99;
	width: 290px;
	height: 290px;
	background-color: #ffffff;
	border-radius: 50%;
}

.photo_center{
	width: 270px;
	height: 270px;
	margin: 10px auto;
	border-radius: 50%;
}

.photo_center img{
	width: 100%;
	height: auto;
	display: block;
	border-radius: 50%;
}

/* --- 3.3. Restaurant Area Three --- */
.restaurant_area_three{
	position: relative;
	width: 100%;
	min-height: 400px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.restaurant_area_three::before {
	content: '';
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(24, 25, 34, 0.6);
}

.center_info{
	max-width: 230px;
	margin: auto;
	width: 100%;
	display: block;
	overflow: auto;
}

.center_crumb{
	float: left;
	width: 40px;
	margin-top: 11px;
}

.center_head{
	float: left;
	width: auto;
	max-width: 180px;
	padding-left: 12px;
}

.center_head h5{
	font-family: 'Montserrat', Arial, sans-serif;
	font-size: 14px;
	font-weight: 600;
	display: inline-block;
	color: #e53935;
	letter-spacing: 1px;
	text-align: center;
	text-transform: uppercase;
	line-height: 1.5em;
}

.first_circle{
	width: 12px;
	height: 12px;
	display:  inline-block;
	background: #ffffff;
	border-radius: 50%;
	margin-right: -2px;
}

.second_circle{
	width: 12px;
	height: 12px;
	display:  inline-block;
	background: #e53935;
	border-radius: 50%;
	margin-right: -2px;
}

.third_circle{
	width: 12px;
	height: 12px;
	display:  inline-block;
	background: #ffffff;
	border-radius: 50%;
}

.bg_head{
	font-family: 'Montserrat' , Arial, sans-serif;
	font-size: 40px;
	font-weight: 800;
	display: block;
	color: #ffffff;
	text-transform: uppercase;
	letter-spacing: 1px;
	text-align: center;
	line-height: 1.2em;
	max-width: 600px;
	margin-right: auto;
	margin-left: auto;
}

/* --- 3.4. Restaurant Area Four --- */
.restaurant_area_four{
	max-width: 1200px;
	margin: -300px auto 9em;
	padding: 0 25px;
}

.restaurant_group_four{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	margin-top: 10px;
}

.grid_col{
	flex: 33.33%;
	width: 33.33%;
	padding: 30px 20px 0;
}

.grid_box{
	max-width: 350px;
	margin: auto;
	position: relative;
}

.grid_image{
	position: relative;
}

.grid_side{
	position: absolute;
	left: 0;
	top: 100%;
	margin-top: -150px;
	margin-left: -45px;
	transform: rotate(-90deg) scaleX(-1);
	transform-origin: top left;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.grid_name{
	font-family: 'Montserrat' , Arial, sans-serif;
	font-size: 16px;
	font-weight: 600;
	display: inline-block;
	color: #111111;
	letter-spacing: 1px;
	text-align: left;
	line-height: 1.4em;
	text-transform: uppercase;
    transform: scaleX(-1);
}

.grid_image img{
	width: 100%;
	height: auto;
	display: block;
}

.grid_title_area{
	width: calc(100% - 40px);
	position: relative;
	bottom: 40px;
	min-height: 70px;
	height: 100%;
	margin: auto;
	border-radius: 5px;
	box-shadow: 0 20px 70px rgba(38,42,76,.2);
}

.grid_center{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.grid_price{
	float: left;
	width: 30%;
	min-height: 70px;
	height: 100%;
	background-color: #e53935;
	padding-top: 5px;
}

.grid_title{
	float: left;
	width: 70%;
	min-height: 70px;
	height: 100%;
	background-color: #ffffff;
	padding-top: 5px;
}

.grid_price h3{
	font-family: 'Montserrat' , Arial, sans-serif;
	font-size: 16px;
	font-weight: 600;
	display: block;
	text-align: center;
	color: #ffffff;
	letter-spacing: 1px;
	line-height: 1.4em;
	margin: 0;
}

.grid_title h3{
	font-family: 'Montserrat' , Arial, sans-serif;
	font-size: 16px;
	font-weight: 600;
	display: block;
	text-align: center;
	text-transform: uppercase;
	color: #111111;
	letter-spacing: 1px;
	line-height: 1.4em;
	margin: 0;
}

/* --- 3.5. Restaurant Area Five --- */
.restaurant_area_five{
	max-width: 1280px;
	padding: 0 25px;
	margin: 0 auto 9em;
}

.restaurant_group_five{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.square_col_left{
	flex: 50%;
	width: 50%;
	padding: 0 25px;
}

.square_col_right{
	flex: 50%;
	width: 50%;
	padding: 0 25px;
}

.square_area{
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
}

.square_box{
	max-width: 550px;
}

.square_box h2{
	font-family: 'Montserrat' , Arial, sans-serif;
	font-size: 40px;
	font-weight: 800;
	display: block;
	color: #111111;
	text-align: left;
	text-transform: uppercase;
	letter-spacing: 1px;
	line-height: 1.2em;
}

.square_box p{
	font-family: 'Roboto' , Arial, sans-serif;
	font-size: 16px;
	font-weight: normal;
	padding-top: 15px;
	display: block;
	color: #696969;
	letter-spacing: 1px;
	text-align: left;
	line-height: 1.5em;
	max-width: 450px;
}

.square_photo{
	max-width: 550px;
	text-align: center;
	position: relative;
}

.square_photo img{
	width: 100%;
	height: auto;
	display: block;
	border-radius: 50%;
}

.inner_bg{
	width: 66.66%;
	height: 66.66%;
	background-color: #ffffff;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}

.bg_feature{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 15px;
}

.inner_area h2{
	font-family: 'Montserrat' , Arial, sans-serif;
	font-size: 30px;
	font-weight: 700;
	display: block;
	color: #111111;
	text-align: center;
	letter-spacing: 1px;
	line-height: 1.2em;
}

.inner_word{
	color: #e53935;
	font-weight: 800;
}

.square_info_area{
	width: 100%;
	margin-top: 30px;
}

.square_top_content,
.square_last_content{
	width: 100%;
	min-height: 50px;
	overflow-y: auto;
}

.square_top_content{
	padding-bottom: 25px;
}

.square_space{
	max-width: 450px;
	text-align: left;
}

.square_icon{
	float: left;
	width: 25%;
}

.square_title{
	float: left;
	width: 75%;
	padding-left: 10px;
}

.square_icon img{
	width: 95px;
	height: 95px;
	display: block;
	border-radius: 50%;
}

.square_title h3{
	font-family: 'Montserrat' , Arial, sans-serif;
	font-size: 18px;
	font-weight: 600;
	display: block;
	text-align: left;
	color: #111111;
	letter-spacing: 1px;
	line-height: 1.4em;
	margin: 0;
	padding-top: 11px;
}

.square_title p{
	font-family: 'Roboto' , Arial, sans-serif;
	font-size: 15px;
	font-weight: normal;
	display: block;
	color: #696969;
	letter-spacing: 1px;
	text-align: left;
	line-height: 1.5em;
	padding: 10px 0;
}

/* --- 3.6. Restaurant Area Six --- */
.restaurant_area_six{
	position: relative;
	width: 100%;
	min-height: 475px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.restaurant_area_six::before {
	content: '';
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(24, 25, 34, 0.6);
}

/* --- 3.7. Restaurant Area Seven --- */
.restaurant_area_seven{
	max-width: 1200px;
	margin: -400px auto 9em;
	padding: 0 25px;
}

.restaurant_group_seven{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.client_col{
	flex: 50%;
	width: 50%;
	padding: 20px 25px 0;
}

.client_area{
	max-width: 600px;
	margin: 0 auto;
	padding: 10px;
}

.client_box{
	margin-bottom: 10px;
}

.client_details{
	width: 100%;
	padding: 35px 20px 25px;
	text-align: center;
	background-color: #ffffff;
	box-shadow: 0 20px 70px rgba(38,42,76,.2);
}

.client_box img{
	max-width: 80px;
	height: 80px;
	margin: auto;
	border-radius: 50%;
	display: block;
	text-align: center;
}

.client_details q{
	font-family: 'Roboto' , Arial, sans-serif;
	font-size: 16px;
	font-weight: normal;
	display: block;
	color: #696969;
	letter-spacing: 1px;
	text-align: center;
	line-height: 1.5em;
}

.client_details h3{
	font-family: 'Montserrat' , Arial, sans-serif;
	font-size: 14px;
	font-weight: 600;
	display: block;
	color: #111111;
	letter-spacing: 1px;
	text-align: center;
	text-transform: uppercase;
}

.client_icon .fi{
	font-size: 22px;
	font-weight: 300;
	color: #e53935;
	display: inline-block;
	text-align: center;
}

/* --- 3.8. Restaurant Area Eight --- */
.restaurant_area_eight{
	max-width: 1280px;
	margin: 0 auto 0;
	padding: 0 25px;
	margin-bottom: calc(9em + 15px);
}

.restaurant_group_eight{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.feature_col{
	flex: 50%;
	width: 50%;
	padding: 0 25px;
}

.area_col{
	flex: 50%;
	width: 50%;
	padding: 0 25px;
}

.feature_area{
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
}

.feature_box{
	max-width: 550px;
	padding-right: 20px;
}

.feature_box h2{
	font-family: 'Montserrat' , Arial, sans-serif;
	font-size: 40px;
	font-weight: 800;
	display: block;
	color: #111111;
	text-align: left;
	text-transform: uppercase;
	letter-spacing: 1px;
	line-height: 1.2em;
}

.feature_box p{
	font-family: 'Roboto' , Arial, sans-serif;
	font-size: 16px;
	font-weight: normal;
	padding-top: 15px;
	display: block;
	color: #696969;
	letter-spacing: 1px;
	text-align: left;
	line-height: 1.5em;
	max-width: 450px;
}

.area_box{
	max-width: 550px;
	margin: auto;
	text-align: center;
	position: relative;
}

.area_image{
	position: relative;
	z-index: 1;
}

.area_image img{
	width: 100%;
	height: auto;
	display: block;
}

.full_box{
	position: absolute;
	margin-bottom: -15px;
	bottom: 0;
	left: -100px;
	z-index: 99;
	width: 290px;
	height: 290px;
	background-color: #ffffff;
	border-radius: 50%;
}

.color_space{
	width: 270px;
	height: 270px;
	margin: 10px auto;
	border-radius: 50%;
	background-color: #e53935;
}

.center_title{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 12px;
}

.color_title{
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	min-height: auto;
	border: double 4px #ffffff;
	border-radius: 50%;
}

.color_title h3{
	color: #ffffff;
	font-family: 'Montserrat' , Arial, sans-serif;
	font-size: 24px;
	font-weight: 600;
	display: block;
	text-align: center;
	letter-spacing: 1px;
	line-height: 1.5em;
	margin: 0;
}

.title_size{
	font-size: 45px;
	font-weight: 800;
	color: #111111;
}

/* --- 3.9. Restaurant Area Nine --- */
.restaurant_area_nine{
	min-height: 400px;
	text-align: center;
	margin-bottom: 9em;
	padding: 6em 25px 8em;
	background-color: #eeeeee;
}

.restaurant_group_nine{
	max-width: 1280px;
	margin: 0 auto;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.blog_col{
	flex: 33.33%;
	width: 33.33%;
	padding: 25px 20px 0;
}

.blog_box{
	max-width: 400px;
	position: relative;
	text-align: center;
	margin: auto;
}

.blog_date{
	padding-bottom: 15px;
}

.blog_date h3{
	font-family: 'Montserrat' , Arial, sans-serif;
	font-size: 13px;
	display: inline-block;
	font-weight: 600;
	color: #111111;
	text-transform: uppercase;
	letter-spacing: 1px;
	text-align: center;
}

.numeric{
	background-color: #e53935;
	padding: 12px;
	color: #ffffff;
	overflow: auto;
	width: 20px;
	height: 20px;
	border-radius: 50%;
}

.blog_image{
	overflow: hidden;
	position: relative;
}

.blog_content{
	text-align: left;
	padding: 10px 10px 0 15px;
	background-color: #ffffff;
	padding-bottom: 20px;
}

.blog_image img{
	width: 100%;
	height: auto;
	display: block;
}

.blog_image > a > img{
	transition: ease-in-out 3.25s;
}

.blog_image > a > img:hover{
	transform: scale(1.15);
}

.blog_title a{
	font-family: 'Montserrat' , Arial, sans-serif;
	font-size: 20px;
	display: block;
	font-weight: 600;
	color: #111111;
	letter-spacing: 1px;
	text-align: left;
	text-decoration: none;
	transition: 0.5s;
	line-height: 1.4em;
}

a.blog_btn{
	max-width: 110px;	
    color: #e53935;
    text-decoration: none;
	text-transform: uppercase;
    display: inline-block;
    font-size: 13px;
	font-weight: 600;
	font-family: 'Montserrat', Arial, sans-serif;
    transition: 0.5s;
	letter-spacing: 1px;
	text-align: left;
}

a.blog_btn::after{
	content: "\203A";
	position: relative;
	top: 1px;
	font-size: 20px;
	display: inline-block;
	padding-left: 5px;
}

.blog_title a:hover{
	color: #e53935;
}

a.blog_btn:hover{
	color: #111111;
}

/* --- 3.10. Restaurant Area Ten --- */
.restaurant_area_ten{
	max-width: 1100px;
	width: calc(100% - 60px);
	margin: 0 auto -17em;
	padding: 20px 15px;
	position: relative;
	z-index: 999;
	background-color: #ffffff;
	box-shadow: 0 20px 70px rgba(38,42,76,.2);
	border: double 5px #e0e0e0;
	border-radius: 10px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.restaurant_group_ten{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	background-color: #ffffff;
}

.cube_col{
	flex: 25%;
	width: 25%;
}

.form_col{
	flex: 75%;
	width: 75%;
}

.cube_box{
	max-width: 275px;
	padding: 10px;
}

.cube_box img{
	width: 100%;
	height: auto;
}

.form_area{
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	padding: 0 15px;
}

.form_box{
	width: 100%;
}

.form_box h2{
	font-family: 'Montserrat' , Arial, sans-serif;
	font-size: 40px;
	font-weight: 800;
	display: block;
	color: #111111;
	text-align: left;
	text-transform: uppercase;
	letter-spacing: 1px;
	line-height: 1.2em;
}

.form-row {
	flex-direction: row;
	display: flex;
}

.form_box input[type="text"],
.form_box input[type="email"]{
	font-family: 'Montserrat' , Arial, sans-serif;
	font-size: 13px;
	font-weight: normal;
	padding: 7px 20px;
	height: 40px;
	border: none;
	margin: 10px 0;
	flex-grow: 1;
	letter-spacing: 1px;
	border-bottom: solid 1px #e0e0e0;
}

#right-space{
	margin-right: 10px;
}

#left-space{
	margin-left: 10px;
}

.form_box textarea{
	font-family: 'Montserrat' , Arial, sans-serif;
	font-size: 13px;
	font-weight: normal;
	padding: 7px 20px;
	border: none;
	width: auto;
	min-height: 125px;
	margin: 10px 0;
	flex-grow: 1;
	letter-spacing: 1px;
	border-bottom: solid 1px #e0e0e0;
}

.form_box input[type="email"]::placeholder,
.form_box input[type="text"]::placeholder,
.form_box textarea::placeholder{
	color: #333333;
	opacity: 1;
}
	
.form_box input[type="submit"]{
	font-family: 'Montserrat' , Arial, sans-serif;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	margin: 10px 0;
	width: 160px;
	height: 40px;
	text-align: center;
	color: #ffffff;
	letter-spacing: 1px;
	background-color: #e53935;
	border: solid 1px #e53935;
	border-radius: 5px;
	transition: 0.5s;
}

.form_box input[type="submit"]:hover{
	background-color: #ffffff;
	color: #111111;
	border-color: #111111;
}

/* 4. FOOTER
 ----------- */
.footer{
	width: 100%;
	min-height: 350px;
	position: relative;
	clear: both;
	height: 100%;
	background-color: #111111;
}

.footer_area{
	max-width: 1280px;
	margin: 0 auto;
	padding: 0 25px;
	display: flex;
	flex-wrap: wrap;
	padding-top: 17em;
}

.footer_col{
	flex: 25%;
	width: 25%;
	padding: 0 20px;
	max-width: 300px;
	margin: 0 auto;
}

.footer_col{
	padding-top: 4.5em;
}

a.footer-logo img{
	max-width: 150px;
	height: auto;
	display: inline-block;
	margin-top: 12px;
	margin-bottom: 10px;
}

.footer_box > h3 > a{
	font-family: 'Montserrat', Arial, sans-serif;
	font-size: 22px;
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-decoration: none;
	color: #ffffff;
	text-align: left;
}

.footer_box > p{
	font-family: 'Montserrat', Arial, sans-serif;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 1px;
	color: #ffffff;
	text-align: left;
	padding: 20px 0;
	line-height: 1.5em;
}

.footer_social{
	margin: 12px 0;
}

.footer_social > a > .fab,
.footer_social > a > .fa{
	font-size: 16px;
	color: #ffffff;
	text-align: left;
	transition: 0.5s;
}

.footer_social > a{
	padding-right: 12px;
}

.footer_social > a > .fab:hover,
.footer_social > a > .fa:hover{
	color: #e53935;
}

.footer_col > h4{
	font-family: 'Montserrat', Arial, sans-serif;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 1px;
	color: #ffffff;
}

.footer_col > ul > li{
	padding: 4px 0;
}

.footer_col > ul > li a{
	font-family: 'Montserrat', Arial, sans-serif;
	font-size: 13px;
	font-weight: 500;
	letter-spacing: 1px;
	text-decoration: none;
	color: #ffffff;
	text-align: justify;
	transition: 0.5s;
}

.footer_col > ul > li a:hover{
	color: #e53935;
}

.footer_inner{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	padding-top: 15px;
}

.footer_grid{
	flex: 33.33%;
	width: 33.33%;
	padding-right: 10px;
	padding-bottom: 10px;
}

.footer_image{
	overflow: hidden;
	position: relative;
}

.footer_image > a > img{
	transition: ease-in-out 3.25s;
}

.footer_image > a > img:hover{
	transform: scale(1.15);
}

.footer_image img{
	width: 100%;
	height: auto;
	display: block;
}

.details{
	width: 100%;
	padding-top: 35px;
	padding-bottom: 10px;
	margin-top: 35px;
	border-top: solid 1px #6f6f6f;
}

.details p{
	font-family: 'Montserrat', Arial, sans-serif;
	font-size: 13px;
	font-weight: 500;
	letter-spacing: 1px;
	color: #ffffff;
	text-align: center;
}

/* 5. RESPONSIVE
 ----------- */
@media only screen and (max-width: 1024px){
	.header__content{
		height: auto;
	}
	
	.slide__content{
		height: auto;
	}
}

@media only screen and (max-width: 992px){
	nav.navbar.bootsnav .navbar-toggle{
        background: transparent;
        color: #111111;
		font-size: 25px;
		margin-top: 7px;
		margin-bottom: 12px;
	}
	
	.head_btn{	
		margin-top: 40px;
		position: relative;
		left: 50%;
		transform: translateX(-50%);
	}
	
	.navbar-header > a{
		margin-top: 14px;
	}
	
	#nav-logo > a{
		top: 19px;
	}
	
	nav.navbar.bootsnav ul.nav > li > a{
		color: #111111;
	}
	
	nav.navbar.bootsnav li.dropdown a.dropdown-toggle:before{
        font-family: 'Font Awesome 5 Free';
        content: "\f105";
        float: right;
        font-size: 16px;
        margin-left: 10px;
    }
	
	nav.navbar.bootsnav ul.nav > li.dropdown > a.dropdown-toggle:after{
		display: none;	
	}
	
	nav.navbar.bootsnav .dropdown .megamenu-content .col-menu .title:before{
        font-family: 'Font Awesome 5 Free';
        content: "\f105";
    }
	
	nav.navbar.bootsnav ul.nav.navbar-right .dropdown-menu .dropdown-menu{
		left: 0;
	}
	
	nav.navbar.bootsnav ul.navbar-right li.dropdown ul.dropdown-menu li.dropdown.on > a.dropdown-toggle:before{
		 content: "\f107";
	}
	
	nav.navbar.bootsnav ul.dropdown-menu.megamenu-content .col-menu{
		border-left: none;
		border-right: none;
	}
	
	.left_info,
	.right_info,
	.left_sub,
	.right_sub{
		flex: 100%;
		width: 100%;
		text-align: center;
	}
	
	.right_sub{
		padding-left: 0;
		padding-top: 12px;
	}
	
	.top_sub,
	.left_info a{
		text-align: center;
	}
	
	.top_sub{
		padding-bottom: 4px;
	}
	
	.attr-nav > ul > li > a{
		position: relative;
		left: 0;
		padding-top: 21px;
	}
	
	.header-title__main{
		font-size: 60px;
	}
	
	.bg_col{
		flex: 100%;
		width: 100%;
	}
	
	.info_col{
		flex: 100%;
		width: 100%;
	}
	
	.photo_col{
		flex: 100%;
		width: 100%;
		margin-top: 50px;
	}
	
	.grid_col{
		flex: 100%;
		width: 100%;
	}
	
	.square_col_left{
		flex: 100%;
		width: 100%;
		display: block;
		float: left;
	}
	
	.square_col_right{
		flex: 100%;
		width: 100%;
		margin-top: 50px;
	}
	
	.client_col{
		flex: 100%;
		width: 100%;
	}
	
	.feature_col{
		flex: 100%;
		width: 100%;
	}
	
	.area_col{
		flex: 100%;
		width: 100%;
		margin-top: 50px;
	}
	
	.blog_col{
		flex: 50%;
		width: 50%;
	}
	
	.cube_col{
		flex: 100%;
		width: 100%;
	}
	
	.form_col{
		flex: 100%;
		width: 100%;
	}
	
	.footer_col{
		flex: 50%;
		width: 50%;
	}
}

@media only screen and (max-width: 600px){
	.restaurant_heading,
	.bg_head,
	.info_box h2,
	.square_box h2,
	.feature_box h2,
	.form_box h2{
		font-size: 30px;
	}
	
	.info_col,
	.info_box,
	.square_col_left,
	.square_col_right,
	.feature_col,
	.feature_box{
		padding-left: 0;
		padding-right: 0;
	}
	
	.photo_color_box{
		left: -55px;
		width: 220px;
		height: 220px;
	}
	
	.photo_center{
		width: 200px;
		height: 200px;
	}
	
	.full_box{
		left: -55px;
		width: 220px;
		height: 220px;
	}
	
	.color_space{
		width: 200px;
		height: 200px;
	}
	
	.color_title h3{
		font-size: 17px;
	}
	
	.title_size{
		font-size: 36px;
	}
	
	.blog_col{
		flex: 100%;
		width: 100%;
	}
	
	.form-row {
		flex-direction: column;
	}
	
	#right-space{
		margin-right: 0;
	}
	
	#left-space{
		margin-left: 0;
	}
	
	.footer_col{
		flex: 100%;
		width: 100%;
		margin: 0;
	}
}

@media only screen and (max-width: 480px){
	.inner_area h2{
		font-size: 20px;
	}
}	

@media only screen and (max-width: 420px){
	.header-title__main{
		font-size: 45px;
	}
	
	.bg_col,
	.grid_col,
	.client_col,
	.blog_col{
		padding-left: 0;
		padding-right: 0
	}
	
	.photo_color_box{
		width: 190px;
		height: 190px;
	}
	
	.photo_center{
		width: 170px;
		height: 170px;
	}
	
	.full_box{
		width: 190px;
		height: 190px;
	}
	
	.color_space{
		width: 170px;
		height: 170px;
	}
	
	.color_title h3{
		font-size: 14px;
	}
	
	.title_size{
		font-size: 30px;
	}
	
	.square_icon{
		width: 30%;
	}
	
	.square_title{
		width: 70%;
		padding-left: 25px;
	}
}	

@media only screen and (max-width: 390px){
	.inner_area h2{
		font-size: 18px;
	}
}

@media only screen and (max-width: 360px){
	.photo_color_box{
		width: 150px;
		height: 150px;
	}
	
	.photo_center{
		width: 130px;
		height: 130px;
	}
	
	.full_box{
		width: 150px;
		height: 150px;
	}
	
	.color_space{
		width: 130px;
		height: 130px;
	}
	
	.center_title{
		padding: 9px;
	}
	
	.color_title h3{
		font-size: 12px;
	}
	
	.title_size{
		font-size: 26px;
	}
}

@media only screen and (max-width: 320px){
	.grid_price h3,
	.grid_title h3{
		font-size: 14px;
	}
	
	.inner_area h2{
		font-size: 15px;
	}
}
