/*--------------
All Contents
--------------*/

/*-----------------
1. Reset.css
2. Helper Classes
3. Hamburger Menu Styling
4. Ar-about Off Canvas Content Styling
5. Homepage Background Styling
6. Split Section Styling
7. Contact Page Styling
8. All Media Queries
------------------*/


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	/* font-size: 100%; */
	/* font: inherit; */
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* --- Common Styles ---*/

h1 {
  font-size: 16px;
}

/*----- Helper Classes -----*/

html * {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body{	
	font-family: "Poppins", sans-serif;
	font-size:16px;
	line-height: 1.5;
}

*, *:after, *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

::-webkit-scrollbar {
	display: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: Poppins;
}


::-moz-selection {
    color: #1106CC;
    background: #FFFF99;
}

::selection {
    color: #1106CC;
    background: #FFFF99;
}

.nopadding {
	padding: 0;
}

.custompadding {
	padding-left: 5px;
	padding-right: 5px;
}

.no-margin {
	margin-right: 0;
	margin-left: 0;
}

.underline {
	display: inline;
	border-bottom: 3px solid #111;
	padding-bottom: 0;
}

.after-line {
	height: 3px;
	width: 100px;
	background: #001CFF;
	margin-top: -10px;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	transition: 0.5s;
}

.sup-title {
	display: inline-block;
	font-size: 1em;
	padding: 4px;
	text-transform: uppercase;
	font-weight: bold;
	color: #FFFFFF;
	background: #000000;
	margin: 0 0 20px 0;
}

.error-message {
	color: #FF3333;
	font-family: Poppins;
	margin-top: 5px;
}

.success-message {
	color:#009900;
	font-family: Poppins;
	margin-top: 5px;
}

#loading {
   width: 100%;
   height: 100%;
   top: 0px;
   left: 0px;
   position: fixed;
   opacity: 1;
   background-color: #F2F2F2;
   z-index: 9999;
   text-align: center;
}

#loading-image {
	display: inline;
    top: 40%;
    position: relative;
  z-index: 9999;
}

/* .logo {
  margin: 0 auto;
	padding: 0px 0px;
	z-index: 111;
}

.logo:hover, .logo:focus {
	text-decoration: none;
	color: #FFF;
} */




/* --------------------------------------------------
------- CSS ---------
---------------------------------------------------*/
.section{
	position:relative;
	padding:80px 0;
}

.header{
	position:relative;
	width:100%;
	padding:80px 0 85px;
	background:#FFF;
	border-bottom: solid 1px #ccc;
}

.header .logo img{
	width:300px;
	height:120px;
	object-fit: contain;
	object-position: center;
}

.socialsBtn{
	position:absolute;
	bottom:-20px;
	left:50%;
	transform: translateX(-50%);
	padding:12px 15px;
	background:#FFF;
	border-radius:10px;
	color:#000;
	text-decoration: none;
	border-bottom: 4px solid #CCC;
}

.socialsBtn i{
	margin-left:8px;
}

@media (min-width:768px) and (max-width:991px){
	.header{padding:30px 0 40px;}
	.header .logo img{
		width:170px;
		height:80px;
		object-fit: contain;
		object-position: center;
	}
}

@media (max-width:767px){
	.header{padding:30px 0 40px;}
	.header .logo img{
		width:170px;
		height:80px;
		object-fit: contain;
		object-position: center;
	}
}


ul.social {
	list-style: none;
	margin: 20px 0;
	padding: 0;
	display: block;
	text-align: center;
}

ul.social li {
	display: inline-block;
}

ul.social li a {
	font-size: 20px;
	font-weight: 600;
	line-height: 1;
	color: #333;
	margin: 10px;
}




.swiper-pagination-bullet {
	border: 1px solid #000;
}
.swiper-pagination-bullet-active {
	background: #000;
}
.swiper-container {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	overflow: hidden;
	z-index: 1;
}
.swiper-container-no-flexbox .swiper-slide {
	float: left;
}
.swiper-container-vertical > .swiper-wrapper {
	-webkit-box-orient: vertical;
	-ms-flex-direction: column;
	flex-direction: column;
}
.swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	box-sizing: content-box;
}
.swiper-container-android .swiper-slide, .swiper-wrapper {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.swiper-container-multirow > .swiper-wrapper {
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.swiper-container-free-mode > .swiper-wrapper {
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	margin: 0 auto;
}
.swiper-slide {
	-webkit-flex-shrink: 0;
	-ms-flex: 0 0 auto;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative;
}
.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
	height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-transition-property: -webkit-transform, height;
	-webkit-transition-property: height, -webkit-transform;
	transition-property: height, -webkit-transform;
	transition-property: transform, height;
	transition-property: transform, height, -webkit-transform;
}
.swiper-container .swiper-notification {
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none;
	opacity: 0;
	z-index: -1000;
}
.swiper-wp8-horizontal {
	-ms-touch-action: pan-y;
	touch-action: pan-y;
}
.swiper-wp8-vertical {
	-ms-touch-action: pan-x;
	touch-action: pan-x;
}
.swiper-button-next, .swiper-button-prev {
	position: absolute;
	top: 50%;
	width: 27px;
	height: 44px;
	margin-top: -22px;
	z-index: 10;
	cursor: pointer;
	background-size: 27px 44px;
	background-position: center;
	background-repeat: no-repeat;
}
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
	opacity: 0.35;
	cursor: auto;
	pointer-events: none;
}

.swiper-pagination {
	position: absolute;
	text-align: center;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
	opacity: 0;
}
.two.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
	bottom: 10px;
	/* left: 0; */
	width: 100%;
}
.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
	bottom: 5px;
	left: 50%;
	transform: translateX(-50%);
	width: 100px;
	padding:5px 0 0 0;
	text-align: center;
	background:#FFF;
	border-radius: 5px 5px 0 0;
}
.swiper-pagination-bullet {
	width: 12px;
	height: 12px;
	display: inline-block;
	border-radius: 100%;
	background: #000;
	opacity: 0.2;
}
button.swiper-pagination-bullet {
	border: none;
	margin: 0;
	padding: 0;
	box-shadow: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-webkit-appearance: none;
	appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
	cursor: pointer;
}
.swiper-pagination-white .swiper-pagination-bullet {
	background: #fff;
}
.swiper-pagination-bullet-active {
	opacity: 1;
	background: #000;
}
.swiper-pagination-white .swiper-pagination-bullet-active {
	background: #fff;
}
.swiper-pagination-black .swiper-pagination-bullet-active {
	background: #000;
}
.swiper-container-vertical > .swiper-pagination-bullets {
	right: 10px;
	top: 50%;
	-webkit-transform: translate3d(0, -50%, 0);
	transform: translate3d(0, -50%, 0);
}
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 5px 0;
	display: block;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 5px;
}
.swiper-pagination-progress {
	background: rgba(0, 0, 0, 0.25);
	position: absolute;
}
.swiper-pagination-progress .swiper-pagination-progressbar {
	background: #000;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	-webkit-transform: scale(0);
	transform: scale(0);
	-webkit-transform-origin: left top;
	transform-origin: left top;
}
.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
	-webkit-transform-origin: right top;
	transform-origin: right top;
}
.swiper-container-horizontal > .swiper-pagination-progress {
	width: 100%;
	height: 4px;
	left: 0;
	top: 0;
}
.swiper-container-vertical > .swiper-pagination-progress {
	width: 4px;
	height: 100%;
	left: 0;
	top: 0;
}
.swiper-pagination-progress.swiper-pagination-white {
	background: rgba(255, 255, 255, 0.5);
}
.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
	background: #fff;
}
.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
	background: #000;
}
.swiper-container-3d {
	-webkit-perspective: 1200px;
	-o-perspective: 1200px;
	perspective: 1200px;
}
.swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper {
	/* -webkit-transform-style: preserve-3d;
	transform-style: preserve-3d; */
}
.swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
	background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
	background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
	background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-right {
	background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
	background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-top {
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
	background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
	background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-bottom {
	background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
	background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-coverflow .swiper-wrapper, .swiper-container-flip .swiper-wrapper {
	-ms-perspective: 1200px;
}
.swiper-container-horizontal > .swiper-scrollbar {
	position: absolute;
	left: 1%;
	bottom: 3px;
	z-index: 50;
	height: 5px;
	width: 98%;
}
.swiper-container.one {
	padding-top: 40px;
	text-align: center;
}
.swiper-container.one .swiper-slide {
	padding: 0 43px;
}
.swiper-container {
	width: 100%;
	padding-bottom: 60px;
}
.swiper-slide img {
	display: block;
	margin: auto;
	width: 100%;
	border: 5px solid #CCCCCC;
    border-radius: 20px;
}
.two .swiper-slide img {
	display: block;
	margin: auto;
	width: 100%;
	border: none;
}
.swiper-slide {
	width: 390px;
	height: auto;
	padding: 0 2px;
}
.two .swiper-slide {
	width: 300px;
}


@media (min-width:768px){
	.two .swiper-slide {
		width: 500px;
	}
}
.two .swiper-slide .slider-image img{
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
	border-radius:30px;
}


.slideTextBlock{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}


.swiper-button-next, .swiper-button-prev{
	width: 17px;
    height: 24px;    
	background-size: 17px 24px;
	color:#000 !important;
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next{
	left:0;
	background-image: url(../images/prev.svg);
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    right: 0px;
	background-image: url(../images/next.svg);
}

.about{
	font-weight: 300 !important;
}

.details{
	padding:20px 50px;
}
.tagline{
	font-size:32px;
	line-height: 45px;
	font-weight:400;
	color:#000;
	text-transform: uppercase;
}

.line{
	height:3px;
	width:100px;
	background:#ccc;
	margin-top:20px;
	margin-bottom:20px;
}

.aboutTitle{
	font-weight: 600;
	color:#000;
	margin-bottom:15px;
}


.menuCard{
	background: #f2f2f2;
	border:none;
	border-bottom:solid 6px #ccc;
	border-radius: 20px;
	width:100%;
	padding:30px 20px;
}

.sliderDetail{
	background:#FFF;
	border-radius:20px;
	width:100%;
	border-bottom:solid 3px #ccc;
}

.sliderCaption{
	padding:20px 20%;
	text-align:center;
}

.sliderCaption h3{
	font-size:25px;
	font-weight: 400;
	text-transform: uppercase;
}

.sliderCaption p{
	margin-top:15px;
}


.logoPlace{
	display: flex;
	flex: none;
	flex-grow: 0;
	flex-direction: row;
	align-items:center;
	background:#FFF;
	border: 1px solid #CCCCCC;
	border-radius: 20px;
	width:auto;
}

.logoPlace img{
	display: inline-flex;
	width: 100px;
	height:100%;
	border: 1px solid #CCCCCC;
	border-radius: 20px;
	object-fit: contain;
}

.logoPlace .place{
	padding-left:40px;
	text-transform: uppercase;
	font-weight: 600;
}

.logoPlace .place span{
	text-transform: capitalize;
	font-weight:400;
}

.buttons{
	width:100%;	
}

.btn{
	display: flex;
	flex-direction: row;
	justify-content: start;
	align-items: center;
	flex: none;
	flex-grow: 0;
	background: #FFFFFF;
	border-bottom: 3.69322px solid #CCCCCC;
	border-radius: 16.7308px;
	padding: 22.3078px 45.6539px;
	margin-bottom: 18.47px;
	text-align:left;
	font-size:20px;
}

.btn:hover{
	background:#FFF;
	border-bottom: 3.69322px solid #FFF;
}

.btn i{
	display: inline-flex;
	width:24px;
	height:24px;
	font-size:25px;
	margin-right:20px;
}

.btn.beverage{
	background:#FFF3D9;
}

.btn.food{
	background:#D1E2C4;
}

.btn.reserve{
	background:#ABDFE8;
}

@media (min-width:768px) and (max-width:991px){
	.btn{
		padding:20px 30px;
		border:none;
		border-bottom: solid 5px #58BFCC;
		border-radius: 20px;
		color:#000;
		font-weight:600;
		margin:20px 10px 0 10px;
		font-size:16px;
		vertical-align: middle;
	}
}

@media (max-width:767px){
	.details{
		padding:20px 5px; text-align:center;
	}
	.logoPlace{margin:20px auto}
	.tagline{font-size:25px; text-align:center; line-height: 35px;}
	.buttons{
		width:100%;	
		text-align:center;
	}
	
	.btn{
		padding:20px 35px;
		margin:10px auto 0 auto;
	}
	.menuDetails{margin-top:20px}

	.logoPlace img{
		width: 100px;
		height:100%;
	}
	.logoPlace .place{
		padding-left:10px;
		text-transform: uppercase;
		font-weight: 600;
		font-size:14px;
	}
	.line{
		height:3px;
		width:100px;
		background:#ccc;
		margin:20px auto;
	}

	.sliderCaption{
		padding:20px 30px;
		text-align:center;
	}
}