@import url('https://fonts.googleapis.com/css?family=Poiret+One');
@import url('https://fonts.googleapis.com/css?family=Cookie');
@import url('https://fonts.googleapis.com/css?family=Great+Vibes');
@import url('https://fonts.googleapis.com/css?family=Roboto+Slab');
@import url('https://fonts.googleapis.com/css?family=PT+Serif');



@font-face {
	font-family: 'juergen';
	font-weight: normal;
	font-style: normal;
	src: url('../fonts/juergen.ttf') format('truetype');
}



/*Custom Style  */

@import url('https://fonts.googleapis.com/css?family=Cabin+Sketch');
html,
body {
	font-smoothing: antialiased !important;
	-webkit-font-smoothing: antialiased !important;
	font-family: 'Open Sans', sans-serif;
	/*background: url('../images/bg.png');*/
}

* {
	padding: 0px;
	margin: 0px;
}

/*Animation header */

.navbar-static-top {
	position: fixed;
	top: -90px;
	left: 0;
	right: 0;
	z-index: 999;
	-webkit-transition: 0.4s top cubic-bezier(0.3, 0.73, 0.3, 0.74);
	-o-transition: 0.4s top cubic-bezier(0.3, 0.73, 0.3, 0.74);
	transition: 0.4s top cubic-bezier(0.3, 0.73, 0.3, 0.74);

}

.navbar-fixed-top {
	-webkit-transition: 0.4s top cubic-bezier(0.3, 0.73, 0.3, 0.74);
	-o-transition: 0.4s top cubic-bezier(0.3, 0.73, 0.3, 0.74);
	transition: 0.4s top cubic-bezier(0.3, 0.73, 0.3, 0.74);
}

.animation-header .navbar-default {
	background: rgba(0, 0, 0, 0.5);
	border: 0;
}

.animation-header .navbar-default .navbar-nav > li > a {
	color: #fff;
	text-transform: uppercase;
	line-height: 4;
	font-weight: bold;
	font-family: 'Poiret One', cursive;
	font-size: 16px;
}

.animation-header .navbar-default .navbar-nav > li > a:focus,
.animation-header .navbar-default .navbar-nav > li > a:hover {
	color: #fff;
	text-decoration: underline;
}

.animation-header .navbar-nav > li::before {
	position: absolute;
	color: #fff;
	content: "|";
	top: 36px;
	clear: both;
	display: table;
}
.dropdown-menu>li>a {
    font-size: 18px!important;
    font-weight: 800!important;
    font-family: 'Poiret One', cursive;
}
.animation-header .navbar-nav > li:first-child::before {
	content: " ";
}

.animation-header .navbar-brand {
	padding: 38px 15px;
}

.animation-header .navbar-brand img {
	width: 40%;
}

/* main nav*/

.navbar-default {
	background: rgba(0, 0, 0, 0);
	border: 0;
}

.nav-menu {
	position: absolute;
	width: 100%;
	padding: 19px;

}

.nav-menu .nav.navbar-nav {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.nav-menu .navbar-nav {
	float: none;
}

.nav-menu .navbar-nav > li > a {
	font-family: 'Poiret One', cursive;
	color: #fff;
	text-transform: uppercase;
	line-height: 4;
	font-weight: bold;
	display: block;
	position: relative;
	width: 100%;
	z-index: 5;
	font-size: 24px;
	line-height: 58px;
	text-decoration: none;
	text-transform: capitalize;
	padding: 0px 20px;
	margin: 0px;
}

.nav-menu .navbar-nav > li > a:focus,
.nav > li > a:hover,
.nav > li > a:active {
	background: rgba(0, 0, 0, 0);
	color: #fff;
	text-decoration: underline;
}



#hero {
	width: 100%;
	height: 100vh;
	align-items: center;
	display: flex;
	justify-content: center;
	background-attachment: fixed;
	text-align: center;
}

.vegas-wrapper {
	display: flex;
	justify-content: center;
	background-attachment: fixed;
	text-align: center;
}

#hero .inner-text {
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
}

#hero .inner-text h1 {
	font-family: 'PT Serif', serif;

	text-transform: capitalize;
	color: #fff;
}

#hero .inner-text h2 {
	color: #fff;
	font-family: 'Great Vibes', cursive;
	font-size: 84px;
	margin: 0;
}

#hero .inner-text h3 {
	color: #fff;
	margin: 0;
	font-size: 27px;
font-family: 'PT Serif', serif;
}



#hero img.logo {
	width: 450px;
}

.about {
	margin: 80px 0;
}

.about h1,
.gallery h1 {

	font-family: 'Great Vibes', cursive;
	font-size: 70px;
}

.about p {
	font-size: 18px;
font-family: 'PT Serif', serif;
}

.about img {
	width: 70%;
	box-shadow: 10px 11px 20px 0px #b5b3b3;
	border-radius: 5px;
}

.about img.fast {
	transform: rotate(-7deg);
}

.about img.thr {
	transform: rotate(7deg);
}
.about .btn{
	background: brown;
	color: white;
}

.menu {}

.menu-wrapper {
	position: absolute;
	z-index: 9;
	width: 100%;
	height: 508px;
	display: flex;
	align-items: center;
	background: rgba(0, 0, 0, 0.4);

}

.menu-wrapper h1 {

	font-family: 'Cookie', cursive;
	color: white;
	text-shadow:2px 2px black;
	font-size: 90px;
	padding-bottom: 50px;
}

.menu-wrapper a,
.reservation a {
	color: #fff;
	font-size: 18px;
	text-transform: capitalize;
	padding: 11px 22px;
	border: 1px solid #fff;
	text-decoration: none;
	border-radius: 5px;
}

.gallery {
	margin: 0px 0 80px;
}

.gallery h1 {
	padding-bottom: 30px;
	
}

.gallery .g-img {
	height: 400px;
	width: auto;
	border: 10px solid #FFF;
	overflow: hidden;
	box-shadow: 0px 9px 17px 0px #b5b3b3;
	-webkit-backface-visibility: hidden;
	margin-bottom: 30px;

}

.gallery .rot-a {
	transform: rotate(4deg);
}

.gallery .rot-b {
	transform: rotate(-4deg);
}

.gallery .rot-c {
	transform: rotate(-2deg);
}


.pin {
	position: absolute;
}

.pin img {
	position: relative;
	width: 75px;
	height: auto;
}


.gallery .g-img img {

	position: relative;
	max-width: none;
	width: calc(100% + 20px);
	height: 100%;
	object-fit: cover;
}








#owl-demo .item {
	text-align: center;
	border-right: 1px solid #fff;
	height: 508px;
}

.owl-carousel .owl-item img {
	height: 100%;
	object-fit: cover;
	object-position: center;
	transition: .5s ease-in-out;
}


.whatdo {
	padding: 0px 0px 80px;
}

.whatdo h1 {

	font-family: 'Indie Flower', cursive;
	font-size: 60px;
	padding-bottom: 20px;
}

.whatdo .box-bg {
	background: url(../images/starters-bg-1.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	margin: 0 15px;
	padding-bottom: 35px;
	padding-left: 0;
	padding-right: 0;
	overflow: hidden;
	margin: 0 auto;
	position: relative;
	width: 100%;
}

.whatdo .content {
	overflow: hidden;
	transform: translateY(8%);
}

.whatdo .box-bg .inner-text-top {

	position: absolute;
	color: #333333;
	height: 100%;
	transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-webkit-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	-ms-transition: all 0.4s ease 0s;
	width: 100%;
	font-family: 'Merienda One', cursive;
	text-align: center;

	max-width: 320px;
	margin: 0 auto;
	left: 0;
	right: 0;
	top: 50%;
	padding: 20px 15px;
	transform: translateY(-25%);
	-ms-transform: translateY(-25%);
	-moz-transform: translateY(-25%);
	-o-transform: translateY(-25%);
	-webkit-transform: translateY(-25%)
}


.whatdo .box-bg .inner-text-bottom {
	color: #333333;
	height: 100%;
	padding: 25px 15px 20px;
	position: relative;
	transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-webkit-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	-ms-transition: all 0.4s ease 0s;
	transform: translateY(100%);
	-ms-transform: translateY(100%);
	-moz-transform: translateY(100%);
	-o-transform: translateY(100%);
	-webkit-transform: translateY(100%);
	width: 100%;
	font-family: 'Merienda One', cursive;
	text-align: center;

	max-width: 320px;
	margin: 0 auto;
	min-height: 265px;
}

.whatdo .box-bg .inner-text-bottom h3 {
	transform: rotate(3deg);
	-webkit-transform: rotate(3deg);
}

.box-bg:hover .inner-text-top {
	transform: translateY(-100%);
}

.box-bg:hover .inner-text-bottom {
	transform: translateY(10%);
}

@media (max-width: 991px) {
	.whatdo .box-bg {
		width: 100%;
	}
}



@media (max-width: 767px) {

	.whatdo .box-bg {
		width: 351px;
		height: 300px;

		margin: 20px auto;
	}
}

@media (max-width: 575px) {
	.whatdo .box-bg {
		width: 351px;
		height: 300px;
		margin: 20px auto;
	}
}




@media (max-width: 1199px) {}



.reservation {
	background: url('../images/c6.jpg') center center repeat fixed;
	background-size: cover;
	background-position: center;
	padding: 135px 0px;
	position: relative;
}

.reservation h1 {

	color: white;
		text-shadow:2px 2px black;

	font-family: 'Cookie', cursive;
	
	font-size: 90px;
	padding-bottom: 50px;

}

.shadow-b {
	position: absolute;
	width: 100%;
	height: 50px;
	left: 0;
	bottom: 0px;
	z-index: 99;
}

.shadow-t {
	position: absolute;
	width: 100%;
	height: 46px;
	left: 0;
	top: 0px;
	z-index: 99;
	-webkit-transform: scaleY(-1);
	transform: scaleY(-1);
}

.shadow-b > span,
.shadow-t > span {

	display: block;
	height: 54px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.footer-top {
	padding: 20px 0px 10px;
}

.footer-bottom {
	background-color: #222222;
	color: #888888;
	padding: 14px 0;
	margin: 0;
}

footer h3 {
	padding-bottom: 10px;
	font-family: 'HarlequinFLF';
	text-transform: capitalize;
}

p.social i {
	margin-right: 7px;
	height: 48px;
	width: 48px;
	text-align: center;
	background: #262526;
	line-height: 48px;
	color: #fff;
	font-size: 21px;
	border-radius: 50px;
	-webkit-transition: all 300ms linear 0ms;
	-moz-transition: all 300ms linear 0ms;
	-o-transition: all 300ms linear 0ms;
	-ms-transition: all 300ms linear 0ms;
	transition: all 300ms linear 0ms;
}


.jumbotron {
	background: url('../images/s3.jpeg');
	background-size: cover;
	background-attachment: fixed;
	padding: 200px;
	background-position: 50% 0%;
	position: relative;
}

.jumbotron::after {
	background: url('../images/06.png');
	content: " ";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-attachment: fixed;
}

.contact-bg {
	background: url('../images/s3.jpeg');
	background-size: cover;
	background-attachment: fixed;
}

.contact h1 {
	font-family: 'Great Vibes', cursive;
	font-size: 70px;
	padding-bottom: 40px;
}

.contact h2,
.contact h3 {
	font-family: 'PT Serif', serif;
	font-size:30px;
font-weight:400;
}

.contact ul {
	list-style-type: none;
}

.contact ul li {
	font-size: 16px;
	padding-bottom: 5px;
font-family: 'Roboto Slab', serif;
}

.contact ul li a {
	color: inherit;
}

.contact ul li .fa {
	margin-right: 10px;
}

.contact .pad {
	padding-bottom: 40px;
}

.about-pg {
	padding: 0px 0px 40px;
}

.pad {
	padding-bottom: 40px;
}

.gallery-pg h1 {
		padding-bottom: 40px;
}


.nav .open > a,
.nav .open > a:focus,
.nav .open > a:hover {
	background: none;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover {
	background: none;
}

.logo {
	color: #fff;
	font-family: 'Great Vibes', cursive;
	font-size: 43px;
	margin: 0;
}


.about-pg .no-pad > img {
	width: 100%;
	border-radius: 0px;
	box-shadow: none;


}

.about-pg .no-pad > img:hover {
	opacity: 0.5;
	background: #000;
}

.no-pad {
	margin-top: 86px;
	margin-bottom: 20px;
	padding: 0px;
	padding-right: 5px;
}

.about-pg > .no-pad:last-child {
	padding-right: 0px;
}

footer .store-info > div {
	margin-bottom: 10px;
}

footer .store-info p {
	display: inline-block;
	vertical-align: middle;
	margin: 0;
	font-size: 16px;
}

footer h3 {
	padding-bottom: 10px;
	font-family: 'HarlequinFLF';
	text-transform: capitalize;
}

footer h1 {
	font-family: 'Great Vibes', cursive;
	font-size: 70px;
}


.about-bg {
	background: url(../images/s9.jpeg);
	background-size: cover;
	background-attachment: fixed;
}

@media (max-width: 1199px) {
	.about .po {
		position: absolute;
		top: 300px;
		left: 182px;
		left: 86px;
		width: 100%;
	}
	.about img,
	img.img-responsive.rot-a {
		width: 81%;
	}

}

@media (max-width: 991px) {
	.about .po {
		position: static;
	}
	.gallery-content {
		padding-left: 20px;
		padding-right: 20px;
	}
	.gallery .g-img::after {
		display: block;
		content: "";
		clear: both;
	}
	.gallery .g-img {
		margin-bottom: 59px;
	}
	.about-img img {
		margin: 0 auto;
	}
	.about {
		padding-bottom: 0px;
		margin-bottom: 60px;
	}
	.about h1 {
		margin-top: 80px;
	}
	.pad {
		padding-bottom: 0px;
	}
	.about p {
		margin-left: 0px;
	}
	.about-pg h1 {
		margin-top: 0px;
	}
	.gallery {
		padding: 0px 2px;
	}
}

@media (max-width: 767px) {
	#hero img.logo {
		width: 75%;
	}
	.reservation h1 {
		font-size: 54px;
	}
	.about-pg {
		margin: 0px;
		margin-bottom: 60px;
	}
	.about-pg h1 {
		margin-top: 0px;
	}
	.about-pg .img img {
		margin-top: 20px;
	}
	footer .footer-bottom .col-xs-12 .f-text:first-child {
		padding-bottom: 5px;
	}
	.f-text {
		text-align: center;
	}
	.animation-header .navbar-default {
		background: #00000000;
		border: 0px;
		-webkit-box-shadow: none!important;
		-moz-box-shadow: none!important;
		box-shadow: none!important;
	}
	.navbar-default .navbar-collapse {
		border-color: #e7e7e7;
		background: #000000d9;
	}
	.navbar-default .navbar-toggle {
		border-radius: 0px;
	}
	.navbar-default .navbar-toggle .icon-bar {
		background-color: #fff;

	}
	.navbar-default .navbar-toggle,
	.navbar-default .navbar-toggle:hover,
	.navbar-default .navbar-toggle:focus {
		background-color: #000;
	}
	.animation-header .navbar-default .navbar-nav > li > a {
		line-height: 2;
		text-align: center;
		font-size: 18px;
	}
	.animation-header .navbar-nav > li::before {
		display: none;

	}
	.animation-header .navbar-header {
		height: 84px;
	}
	.animation-header .navbar-toggle {
		margin-top: 25px;
	}
	.animation-header .navbar-static-top {
		top: 0px;
	}
	.nav-menu {
		display: none;
	}
	.jumbotron {}
	footer {
		text-align: center;
	}
	.jumbotron {
		padding: 130px 0px;
	}
	.about-bg,
	.contact-bg,
	.gallery-bg {
		background-attachment: inherit;
	}
	#hero {
		height: 70vh;
	}
	#call {
		display: block;
		visibility: visible;
	}
	.navbar-default .navbar-nav .open .dropdown-menu > li > a {
		color: #fff;
		text-align: center;
		font-size: 22px;
		font-family: 'Poiret One', cursive;
	}
	.navbar-default .navbar-nav .open .dropdown-menu > li > a:focus,
	.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
		color: #FFF;
		background-color: transparent;
	}
	.about img.fast {
    margin: 0 auto;
    width: 50%;
    margin-bottom: 40px;
    margin-top: 20px;
}
	.no-pad{
		margin-top: 0px;
	}
	.menu-wrapper{
		height: 420px;
	}
	#owl-demo .item{
		height: 420px;
	}
}

@media (max-width: 575px) {
	.gallery .g-img {
		height: 350px;
	}
	.gallery .g-img {
		margin-bottom: 30px;
	}
	footer .store-info p {
		font-size: 15px;
	}
	#hero .inner-text h2{
		font-size: 65px;
	}
	.contact ul li a.sm{
		font-size: 15px;
	}
	.reservation{
		padding: 60px 0px;
	}
	.about img.fast{
		width: 80%;
		margin-top: 0px;
		margin-bottom: 0px;
	}
}

/*kd style 20201223*/
.footer-logo{
    width: 60%;
    margin: 0px auto;
}
@media (max-width: 768px) {
    .footer-logo{
        width: 50%;
        margin: 0px auto;
    }
}
.error{
	color: #f00;
}