@import "font-awesome.css";
@import "font-awesome.min.css";
@import url('https://fonts.googleapis.com/css2?family=Archivo:ital,wght@0,100..900;1,100..900&family=Playball&family=Tinos:ital,wght@0,400;0,700;1,400;1,700&family=Train+One&display=swap');
/*font-family: "Tinos", serif;
font-family: "Train One", system-ui;
font-family: "Playball", cursive;*/

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;
}
*, *::after, *::before
{
	box-sizing: border-box;
}
:after, :before
{
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
}
::selection
{
	background:#076bdd; color:#fff; 
}
::-moz-selection
{
	background:#076bdd; color:#fff;
}
.scrollup
{
    position: fixed;
    bottom: 30px;
    right: 40px;
    z-index: 99999999999;
	display: none;
    width: 30px;
    height: 30px;
}
.scrollup span
{
    position: absolute;
	bottom: 0;
    right: 0;
	left: 0;
    width: 1px;
    height: 0px;
    background: #fff;
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
    z-index: 99;
	margin: auto;
	transform-origin: bottom;
}
.scrollup:hover span
{
    height: 30px;
}
.scrollup span:before
{
	content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 18px;
    height: 1px;
    background: #fff;
    transform-origin: left;
    transform: rotate(45deg);
}
.scrollup span:after
{
	content: " ";
    position: absolute;
    top: 0;
    right: 0;
    width: 20px;
    height: 1px;
    background: #fff;
    transform-origin: right;
    transform: rotate(-45deg);
}
.scrollup:hover
{
	
}
body
{
	width:auto;
	margin:0;
	border:0;
	font-family: "Archivo", sans-serif;
	background: #0d0d0c;
	/*background: #0d0d0c url("../images/bg.svg");*/
	background-size: 150px;
}
img
{
	max-width:100%;
	vertical-align: middle;
	border: 0;
}
.clearfix:after
{
	display:block;
	visibility:hidden;
	overflow:hidden;
	clear:both !important;
	content:".";
	line-height:0;
	height:0;
}
.clearfix
{
	display:inline-block;
}
html[xmlns] .clearfix
{
	display:block;
}
*html .clearfix
{
	height:1%;
}
:focus
{
	outline:0;
}
.clear
{
	clear:both !important;
}
.clear:after
{
    display: block;
    content: "";
    clear: both;
}
.left
{
	float:left;
}
.right
{
	float:right;
}
p
{    
    color: #fff;
    line-height: 28px;
    font-size: 17px;
    font-weight: 200;
    margin: 15px 0;
}
p strong
{
    color: #f11d47;
    font-weight: 600;
}
a
{
	color:#ff3000;
	text-decoration:none;
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
}
a:hover
{
	color:#000; 
}
h1, h2, h3
{ 
	margin:15px 0;
}
ul.list
{
	padding:0;
	margin:15px 0;
	list-style:none;
} 
ul.list li
{
    color: #000;
    line-height: 26px;
    font-size: 16px;
    font-weight: 400;
    padding-left: 12px;
    position: relative;
    margin-bottom: 5px;
}
ul.list li:before
{
    content: " ";
    position: absolute;
    top: 5px;
    left: 0;
    width: 0;
    height: 0;
    border-top: solid 6px transparent;
    border-bottom: solid 6px transparent;
    border-left: solid 6px #444e50;
}
ul.list li strong
{
	color:#000;
}
ul.list li span
{
	color:#2d3091;
}
.wow
{
	visibility: hidden;
}
.wrapper
{
    overflow: hidden;
	position: relative;
}
.wrapper:after
{
	content: " ";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 100px;
	width: 1px;
	background: rgba(241,29,71,0.3);
	z-index: 9;
}
.section
{
	
}
.footer
{
	
}
#navbar
{
	position:fixed;
	top:0;
	left:0;
	right:0;
	transition:top 0.8s;
	z-index:99999999;
}
.header
{
	-webkit-transition: 0.6s ease-in-out;
	-moz-transition: 0.6s ease-in-out;
	-o-transition: 0.6s ease-in-out;
	transition: 0.6s ease-in-out;
	position:fixed;
	top:0;
	left:0;
	right:0;
	z-index:99999;
}
.nav-shrink
{
	-webkit-transition: 0.6s ease-in-out;
	-moz-transition: 0.6s ease-in-out;
	-o-transition: 0.6s ease-in-out;
	transition: 0.6s ease-in-out;
}
.nav-shrink.header
{
	background: #fff;
	-webkit-transition: 0.6s ease-in-out;
	-moz-transition: 0.6s ease-in-out;
	-o-transition: 0.6s ease-in-out;
	transition: 0.6s ease-in-out;
}
.header-top
{
    display: flex;
    align-items: center;
    padding: 0px 20px;
    position: relative;
    border-radius: 30px;
	-webkit-transition: 0.6s ease-in-out;
	-moz-transition: 0.6s ease-in-out;
	-o-transition: 0.6s ease-in-out;
	transition: 0.6s ease-in-out;
}
.header-top h1
{
    margin: 0;
	position: absolute;
	top:0;
	left: 20px;
}
.header-top h1 a img
{
    height: 120px;
}
.nav
{
	-webkit-transition: 0.6s ease-in-out;
	-moz-transition: 0.6s ease-in-out;
	-o-transition: 0.6s ease-in-out;
	transition: 0.6s ease-in-out;
	margin: auto;
    padding: 31px 0;
}
.nav ul
{
    padding: 0;
    margin: 0;
    list-style: none;
	text-align:center;
}
.nav ul li
{
	list-style: none;
    display: inline-block;
    position: relative;
    margin: 0 20px;
}
.nav ul li a
{
    color: #fff;
    font-size: 14px;
    font-weight: 200;
    display: block;
    position: relative;
    padding: 12px 0px;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.nav-shrink .nav ul li a
{
    color: #141716;
}
.nav ul li a:before
{
    content: " ";
    position: absolute;
    top: 17px;
    left: 0;
    right: 0;
	width:30px;
    height: 1px;
    background: #f11d47;
	margin: auto;
	opacity: 0;
}
.nav ul li:hover > a:before, .nav ul li.active > a:before
{
	top: 0px;
	opacity: 1;
}
.nav ul li a:after
{
    content: " ";
    position: absolute;
    bottom: 17px;
    left: 0;
    right: 0;
	width:30px;
    height: 1px;
    background: #f11d47;
	margin: auto;
	opacity: 0;
}
.nav ul li:hover > a:after, .nav ul li.active > a:after
{
	bottom: 0px;
	opacity: 1;
}
.nav ul li a i
{
    width: 13px;
    height: 13px;
    font-size: 22px;
    line-height: 10px;
    position: absolute;
    top: 50%;
    right: -17px;
    font-weight: 100;
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
    -wenkit-transform: rotate(0deg) translateY(-50%);
    transform: rotate(0deg) translateY(-50%);
    transform-origin: top;
}
.nav ul li:hover > a i, .nav ul li.active > a i
{
    -wenkit-transform: rotate(180deg) translateY(-50%);
    transform: rotate(180deg) translateY(-50%);
}
.nav ul li a strong
{
    font-size: 30px;
    line-height: 0px;
    position: relative;
    top: -4px;
}
.nav ul li a span
{
    position: absolute;
    top: 15px;
    right: 15px;
    width: 15px;
    height: 15px;
	display:none;
}
.nav ul li a span:before
{
	content: " ";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 3px;
    height: 100%;
    margin: auto;
    background: #fff;
}
.nav ul li a span:after
{
	content: " ";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 3px;
    margin: auto;
    background: #fff;
}
.nav ul li:hover a span:before
{
	opacity:0;
}
.nav ul li:hover > a, .nav ul li.active > a 
{
	
}
.nav ul li ul
{
    position: absolute;
    display: none;
	background:#fff;
    box-shadow: 0px 12px 26px rgb(0 0 0 / 10%);
    border: solid 1px #EBEBEB;
    z-index: 9999999;
	left:-25px;
	padding:15px 0;
}
.nav ul li ul li
{
	list-style: none;
    margin: 0;
    display: block;
}
.nav ul li ul li:last-of-type
{
    border-bottom: none;
}
.nav ul ul li a
{
    padding: 16px 25px;
	text-align:left;
	text-transform:none;
	font-size:16px;
}
.nav ul ul li a:after
{
    display:none;
}
/*.nav ul ul li a:before
{
    content: "\f105";
    font-family: 'FontAwesome';
    position: absolute;
    right: 30px;
    font-size: 18px;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
	opacity:0;
}
.nav ul ul li a:hover:before
{
    -webkit-transform: translateX(-0px);
    transform: translateX(-0px);
	opacity:1;
}*/
.nav ul ul li a:hover
{
	background: #1c32f5;
	color:#fff;
}
.nav ul li ul:hover a
{
	
}
/*.nav ul li ul li .subnav
{
    position: absolute;
    display: none;
    background: #fff;
    z-index: 9999999;
    box-sizing: border-box;
    padding: 20px 0;
	top:0px;
	left: 100%;
	box-shadow: 0px 10px 16px rgba(104, 104, 104, 0.1);
	border-top:none;
	visibility:hidden;
}
.nav ul > li:hover ul, .nav ul li ul li:hover .subnav
{
	display:block;
	visibility:visible;
}*/
.nav ul > li:hover ul
{
	display:block;
}
.menu-icon
{
    height: 30px;
    width: 30px;
    position: fixed;
    z-index: 9999999999;
    top: 33px;
    right: 40px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 2px;
}
.menu-icon__line
{
	height: 1px;
	width: 30px;
	display: block;
	background-color: #fff;
	border-radius:3px;
	-webkit-transition: transform 0.2s ease, background-color 0.5s ease;
	transition: transform 0.2s ease, background-color 0.5s ease;
	position: absolute;
	display:block;
}
.menu-icon__line-left
{
	width: 30px;
	margin-top:-8px;
    left: 8px;
}
.menu-icon__line-right
{
	width: 30px;
	margin-top:8px;
    left: 8px;
}
.navmain
{
	position: fixed;
	z-index: 999999999;
}
.navmain:after
{
  content: "";
  position: fixed;
  width: 400px;
  right:0;
  height: 100vh;
  background: #1a1a18;
  z-index: -1;
  transition: transform cubic-bezier(0.77, 0, 0.175, 1) 0.8s;
  transform: translateX(100%) translateY(0%);
}
.navmain:after {
  transition-delay: 0s;
}
.navmain:before {
  transition-delay: 0.1s;
}
.nav__content
{
  width: 400px;
  position: fixed;
  /*top: 50%;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);*/
  cursor: pointer;
  padding:50px;
  visibility: hidden;
  right:0;
  top:50%;
  transform:translateY(-50%);
	text-align: center;
}
.nav__content .nav
{
	display: none !important;
}
.nav__content h1
{
	margin: 15px 0;
  opacity: 0;
  -webkit-transform: translate(0%, 100%);
  transform: translate(0%, 100%);
  -webkit-transition: opacity 0.2s ease, transform 0.3s ease;
  transition: opacity 0.2s ease, transform 0.3s ease;
}
.nav__content_details, .nav__content .nav
{
  opacity: 0;
  -webkit-transform: translate(0%, 100%);
  transform: translate(0%, 100%);z
  -webkit-transition: opacity 0.2s ease, transform 0.3s ease;
  transition: opacity 0.2s ease, transform 0.3s ease;
	margin:30px 0;
}
.nav__content_details h3, .navmain .social-icon-footer h3
{
	color: #fff;
    font-family: "Tinos", serif;
    text-transform: uppercase;
    font-weight: 200;
    font-size: 20px;
	margin-bottom: 0;
}
.navmain .social-icon-footer h3
{
	margin-bottom: 10px;
}
.nav__content_details p
{
	margin-top: 0;
}
.navmain .social-icon-footer h3
{
  opacity: 0;
  -webkit-transform: translate(0%, 100%);
  transform: translate(0%, 100%);
  -webkit-transition: opacity 0.2s ease, transform 0.3s ease;
  transition: opacity 0.2s ease, transform 0.3s ease;
}
.navmain .social-icon-footer a
{
  opacity: 0;
  -webkit-transform: translate(0%, 100%);
  transform: translate(0%, 100%);
  -webkit-transition: opacity 0.2s ease, transform 0.3s ease;
  transition: opacity 0.2s ease, transform 0.3s ease;
}
body.nav-active .menu-icon__line {
  transform: translateX(0px) rotate(-45deg);
	width: 0;
}
body.nav-active .menu-icon__line-left {
  transform: translateX(0px) rotate(-45deg);
	margin-top:-0;
	left: 0;
	width: 30px;
}
body.nav-active .menu-icon__line-right {
  transform: translateX(0px) rotate(45deg);
	margin-top:-0;
	left: 0;
	width: 30px;
}
body.nav-active .navmain, body.nav-active .nav__content, body.nav-active .nav__content h1, body.nav-active .nav__content_details, body.nav-active .nav__content .nav,  body.nav-active .navmain .social-icon-footer h3, body.nav-active .navmain .social-icon-footer a
{
  visibility: visible;
}
body.nav-active .navmain:before, body.nav-active .navmain:after {
  transform: translateX(0%) translateY(0%);
}
body.nav-active .navmain:after {
  transition-delay: 0.1s;
}
body.nav-active .navmain:before {
  transition-delay: 0s;
}
body.nav-active .nav__content h1, body.nav-active .nav__content_details,  body.nav-active .nav__content .nav, body.nav-active .navmain .social-icon-footer h3, body.nav-active .navmain .social-icon-footer a
{
  opacity: 1;
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
  -webkit-transition: opacity 0.3s ease, transform 0.3s ease, color 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease, color 0.3s ease;
}
body.nav-active .nav__content h1
{
  transition-delay: 0.5s;
}
body.nav-active .nav__content h1 a img
{
  height: 120px;
}
body.nav-active .nav__content_details,  body.nav-active .nav__content .nav
{
  transition-delay: 0.8s;
}
body.nav-active .navmain .social-icon-footer h3
{
  transition-delay: 1.1s !important;
}
body.nav-active .navmain .social-icon-footer a
{
  transition-delay: 1.3s !important;
}
body.nav-active .navmain .social-icon-footer a:nth-of-type(2)
{
  transition-delay: 1.6s !important;
}
body.nav-active .navmain .social-icon-footer a:nth-of-type(3)
{
  transition-delay: 1.9s !important;
}
body.nav-active .navmain .social-icon-footer a:nth-of-type(4)
{
  transition-delay: 2.1s !important;
}
.banner
{
    width: 100%;
    height: 100vh;
	position:relative;
	z-index:9;
}
.container
{
    padding-top:85px;
    padding-bottom:85px;
}
.container h2
{
    font-size: 36px;
    color: #f11d47;
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: "Tinos", serif;
    font-weight: 200;
}
.container h2:before
{
	content: " ";
    position: absolute;
    top: 50%;
    left: -35px;
    width: 30px;
    height: 1px;
    background: #f11d47;
    transform: translateY(-50%);
		-webkit-animation: line 5s linear infinite;
		-moz-animation: line 5s linear infinite;
		-ms-animation: line 5s linear infinite;
		-o-animation: line 5s linear infinite;
		animation: line 5s linear infinite;
	transform-origin: center;
}
.container h2:after
{
	content: " ";
    position: absolute;
    top: 50%;
    right: -35px;
    width: 30px;
    height: 1px;
    background: #f11d47;
    transform: translateY(-50%);
		-webkit-animation: line 5s linear infinite;
		-moz-animation: line 5s linear infinite;
		-ms-animation: line 5s linear infinite;
		-o-animation: line 5s linear infinite;
		animation: line 5s linear infinite;
	transform-origin: center;
}
	@keyframes line
	{
	  from {
		-ms-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
	  }
	  to {
		-ms-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-webkit-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
	  }
	}
.container h3
{
    color: #fff;
    font-size: 30px;
    font-weight: 200;
    line-height: 28px;
    font-family: "Playball", cursive;
}
.padding-top-none
{
	padding-top: 0;
}
.padding-bottom-none
{
	padding-bottom: 0;
}
.row
{
	width:100%;
	max-width:1100px;
	margin:auto;
}
.alignmiddle
{
    display: flex;
    align-items: center;
}
.content
{
	width:65%;
}
.alignmiddle .content
{
	margin-left:auto;
}
.sidebar
{
	width:30%;
}
.sidebar img
{
	margin:15px 0;
}
.split
{
	width:48%;
}
a.linkbutton
{	
    display: inline-block;
    border: solid 1px #f11d47;
    color: #fff;
    font-size: 12px;
    font-weight: 200;
    padding: 18px 30px;
    border-radius: 30px;
    position: relative;
    margin: 15px 0;
    text-transform: uppercase;
    letter-spacing: 2px;
}
a.linkbutton:hover
{	
	
}
a.linkbutton:before
{	
	content: " ";
    border: solid 1px #f11d47;
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    border-radius: 30px;
	opacity: 0;
}
a.linkbutton:hover:before
{	
    top: -5px;
    bottom: -5px;
    left: -5px;
    right: -5px;
	opacity: 1;
}
a.linkbutton:after
{	
	content: " ";
    border: solid 1px #f11d47;
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    border-radius: 30px;
	opacity: 0;
}
a.linkbutton:hover:after
{	
    top: 3px;
    bottom: 3px;
    left: 3px;
    right: 3px;
	opacity: 1;
}
.intro
{
	text-align: center;
	background: url("../images/shape.svg") left center no-repeat;
	background-size: contain;
	position: relative;
}
.intro:after
{
	content: " ";
    background: url(../images/Madras-Peppers-Dish.png) center center no-repeat;
    background-size: contain;
    position: absolute;
    top: 0px;
    right: -300px;
    width: 600px;
    height: 600px;
    z-index: 99;
}
.intro .alignmiddle
{
	gap: 50px;
}
.intro figure
{
	width: 50%;
	position: relative;
}
.intro figure img
{
	border-radius: 30px;
}
.intro figure:after
{
	content: " ";
    background: url(../images/Food.svg) center center no-repeat;
    background-size: contain;
    position: absolute;
    top: -22px;
    right: -80px;
    width: 180px;
    height: 180px;
}
.intro aside
{
	width: 40%;
}
.partners
{
	text-align: center;
	max-width: 1000px;
}
.partners ul
{
    padding: 0;
    margin: 30px 0 0 0;
	display: flex;
	justify-content: center;
	align-items: flex-start;
}
.partners ul li
{
    width: 25%;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
	position: relative;
}
.partners ul li:after
{
	content: " ";
    display: block;
    padding-top: 100%;
}
.partners ul li:nth-of-type(even)
{
    margin-top: 100px;
}
.partners ul li figure
{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px;
}
.ambience
{
	
}
.ambience aside
{
	width: 48%;
	text-align: center;
}
.ambience figure
{
	width: 48%;
	margin-top: 200px;
	position: relative;
	z-index: 99;
}
.ambience img
{
	border-radius: 30px;
}
.our-special
{
	text-align: center;
	position: relative;
	z-index: 99;
}
.our-special .SpecialSlider
{
	margin-top: 30px;
    padding-bottom: 100px;
}
.our-special .SpecialSlider .item a
{
	display: block;
	position: relative;
	border-radius: 10px;
	overflow: hidden;
	border: solid 1px #1d1d1b;
}
.our-special .SpecialSlider .item a:after
{
	content: " ";
	background: rgba(0,0,0,0.2);
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
.our-special .SpecialSlider .item a:hover:after
{
	background: rgba(0,0,0,0.6);
}
.our-special .SpecialSlider .item a img
{
	height: 260px;
	object-fit: cover;
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
	z-index: 99;
}
.our-special .SpecialSlider .item a:hover img
{
	transform: scale(1.05);
}
.our-special .SpecialSlider .item a h3
{
    font-family: "Archivo", sans-serif;
    font-weight: 600;
    font-size: 20px;
    position: absolute;
    bottom: 5px;
    left: 20px;
    z-index: 999;
}
.our-special .SpecialSlider .item a span
{
    position: absolute;
    top: 30px;
    right: 20px;
    width: 0px;
    height: 1px;
    background: #fff;
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
	z-index: 99;
}
.our-special .SpecialSlider .item a:hover span
{
    width: 36px;
}
.our-special .SpecialSlider .item a span:before
{
	content: " ";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 0px;
    height: 1px;
    background: #fff;
    transform-origin: right;
    transform: rotate(45deg);
}
.our-special .SpecialSlider .item a:hover span:before
{
    width: 20px;
}
.our-special .SpecialSlider .item a span:after
{
	content: " ";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 0px;
    height: 1px;
    background: #fff;
    transform-origin: right;
    transform: rotate(-45deg);
}
.our-special .SpecialSlider .item a:hover span:after
{
    width: 20px;
}
.reservation
{
    background: url(../images/shape.svg) left center no-repeat;
    background-size: contain;
	position: relative;
}
.reservation:before
{
	content: " ";
    background: url("../images/line.svg") top center no-repeat;
    background-size: contain;
	position: absolute;
    top: -11px;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -8;
    opacity: 0.5;
}
.reservation figure
{
	width: 50%;
}
.reservation fieldset
{
	width: 50%;
	text-align: center;
}
.footer
{
    position: relative;
	border-top: solid 1px rgba(241,29,71,0.3);
	text-align: center;
}
.footer h3
{
    color: #fff;
    font-family: "Tinos", serif;
    text-transform: uppercase;
    font-weight: 200;
    font-size: 20px;
}
.footer article
{
	padding:35px 0;
}
.footer article aside
{
	
}
.social-icon-footer
{
	
}
.social-icon-footer a
{
    display: inline-block;
    background: #4267b2;
    color: #fff;
    width: 50px;
    height: 50px;
    margin-bottom: 3px;
    text-align: center;
    padding: 13px 0;
    font-size: 26px;
    border-radius: 30px;
}
.social-icon-footer a:nth-of-type(2)
{
	background: #f09433; 
	background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%); 
	background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
	background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );
}
.social-icon-footer a:nth-of-type(3)
{
    background: #1da1f2;
}
.social-icon-footer a:nth-of-type(4)
{
    background: #27d045;
}
.footer p
{
    color: #fff;
    line-height: 28px;
    font-size: 17px;
    font-weight: 200;
}
.footer p strong
{
    font-weight: 500;
	display:block;
}
.social-media
{
	
}
.social-media p
{
	padding:0;
}
.social-media a
{
    display: block;
    float: left;
    margin-right: 8px;
	color:#fff;
	font-size:22px;
}
.social-media a:hover
{
	opacity:0.6;
}
.footer-bottom
{
    padding: 15px 0px;
    background: rgba(0, 0, 0, 0.5);
}
.footer-bottom p
{
    color: #fff;
	text-align: center;
}
.footer-bottom a
{
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    text-decoration:underline;
}
.footer-bottom a:hover
{
    text-decoration:none;
}
.page-title
{
	background-size:cover;
	background-position:center center;
	background-repeat:no-repeat;
	padding:20px;
	height:500px;
    display: flex;
    align-items: center;
	z-index:9;
    justify-content: center;
    flex-direction: column;
	position: relative;
}
.page-title-only
{
	padding:160px 20px 20px 20px;
    display: flex;
    align-items: center;
	z-index:9;
    justify-content: center;
    flex-direction: column;
	position: relative;
}
.page-title:after
{
    content: " ";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
	right: 0;
    background: rgba(0,0,0,0.6);
	z-index: -8;
}
.page-title h2, .page-title-only h2
{
	font-family: "Train One", system-ui;
	color: #fff;
	font-size: 70px;
}
.page-title h3
{
	font-family: "Playball", cursive;
	color: #fff;
	font-size: 30px;
	text-align: center;
}
.page-title nav, .page-title-only nav
{
	position: absolute;
	bottom: -30px;
	right: 100px;
}
.page-title nav ul, .page-title-only nav ul
{
    padding: 0;
    margin: 0;
}
.page-title nav ul li, .page-title-only nav ul li
{
    float: left;
    color: #707070;
    font-size: 15px;
    font-weight: 400;
    margin-right: 25px;
    position: relative;
}
.page-title nav ul li:first-of-type:before, .page-title-only nav ul li:first-of-type:before
{
    display:none;
}
.page-title nav ul li:before, .page-title-only nav ul li:before
{
    content: "\f105";
    font-family: 'FontAwesome';
    position: absolute;
    font-weight: 100;
    font-size: 24px;
    top: -6px;
    left: -17px;
    color: #e92622;
}
.page-title nav ul li a, .page-title-only nav ul li a
{
    display: block;
    color: #fff;
    font-size: 15px;
    font-weight: 400;
}
.page-title nav ul li a:hover, .page-title-only nav ul li a:hover
{
	
}
.aboutus
{
	
}
.aboutus figure
{
    width: 50%;
}
.aboutus img
{
	border-radius: 0px 30px 30px 30px;
}
.aboutus aside
{
    width: 45%;
	text-align: center;
}
.vision
{
	gap:15px;
}
.vision figure
{
	width: 35%;
	display: flex;
	flex-wrap: wrap;
    flex-direction: column;
}
.vision figure img
{
	width: 50%;
	border-radius: 30px 0px 0px 0px;
}
.vision figure img:nth-of-type(even)
{
	margin-top: auto;
	margin-left: auto;
	border-radius: 0px 0px 30px 0px;
}
.vision aside
{
	width: 30%;
	background: #f11d47;
	padding: 15px 30px;
	position: relative;
	z-index: 9;
}
.vision aside:before
{
	content: " ";
    border: dashed 1px #0d0d0c;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 10px;
    z-index: -8;
}
.vision aside h2
{
	color: #fff;
}
.vision aside h2:before, .vision aside h2:after
{
	background: #fff;
}
.ratings
{
	text-align: center;
}
.ratings ul
{
    padding: 0;
    margin: 30px -20px 0 -20px;
	display: flex;
	flex-wrap: wrap;
}
.ratings ul li
{
    width: 33.333333%;
    float: left;
	display: flex;
}
.ratings ul li article
{
    width: 100%;
    padding: 35px 50px;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 30px;
	position: relative;
	margin: 20px;
	text-align: left;
}
.ratings ul li article:before
{
	content: " ";
    background: url(../images/thumbs-up-rating.svg) center center no-repeat;
    background-size: contain;
    display: block;
    width: 60px;
    height: 60px;
    margin-top: 15px;
}
.virtual-menu ul
{
	padding: 0;
	margin: 0 -15px;
}
.virtual-menu ul li
{
	float: left;
	width: 33.333333%;
}
.virtual-menu ul li a
{
	display: block;
	margin: 15px;
	position: relative;
	overflow: hidden;
	border-radius: 30px;
}
.virtual-menu ul li a img
{
	height: 350px;
	object-fit: cover;
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
}
.virtual-menu ul li a:hover img
{
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}
.virtual-menu ul li a:after
{
	content: "";
    background: rgba(0, 0, 0, 0.2);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.virtual-menu ul li a:hover:after
{
    background: rgba(0, 0, 0, 0.5);
}
.virtual-menu ul li a:before
{
    content: "";
    position: absolute;
    top: 50%;
    bottom: 20px;
    left: 20px;
    right: 20px;
	height: 0;
    border-left: solid 1px #fff;
    border-right: solid 1px #fff;
	transform: translateY(-50%);
	z-index: 99;
}
.virtual-menu ul li a:hover:before
{
    top: 0%;
	transform: translateY(0%);
	height: 100%;
}
.virtual-menu ul li a h3
{
    font-family: "Tinos", serif;
    text-transform: uppercase;
    position: absolute;
    bottom: 15px;
    left: 30px;
    color: #fff;
    font-size: 18px;
    z-index: 999;
}
.virtual-menu ul li a:hover h3
{
	
}
.menu-list
{	
	display: flex;
}
.menu-list figure
{
	width: 35%;
}
.menu-list figure img
{
	border-radius: 30px;
}
.menu-list aside
{
	width: 60%;
	background: #1a1a18;
	margin-left: auto;
	padding: 85px 0px 85px 100px;
	border-radius: 0 0 0 100px;
	position: relative;
	z-index: 9;
}
.menu-list aside:after
{
	content: " ";
	background: #1a1a18;
	position: absolute;
	top: 0;
	bottom: 0;
	right: -50%;
	width: 50%;
	z-index: -8;
}
.menu-list h2,
.menu-list h3
{
    text-align: center;
    font-family: "Tinos", serif;
}
.menu-list p
{
	position: relative;
	display: flex;
	margin: 0;
    z-index: 9;
}
.menu-list small
{
	display: block;
	margin: 0 0 20px 0;
}
.menu-list p:after
{
	content: "";
	border-bottom: dotted 1px #fff;
	position: absolute;
	bottom: 12px;
	left: 0;
	right: 0;
    z-index: -8;
}
.menu-list span
{
	background: #1a1a18;
    padding: 5px 0;
}
.menu-list span:nth-of-type(2)
{
    margin-left: auto;
    padding: 5px 0;
    font-size: 20px;
    color: #ffff;
    font-family: "Playball", cursive;
}
.menu-list span:nth-of-type(2):before
{
	content: "$";
    font-size: 30px;
}
.menu-list aside .extra
{
    background: #0d0d0c;
    border-radius: 30px;
    padding: 20px;
}
.extra span
{
    background: #0d0d0c;
}
.menu-list h4
{
    color: #fff;
    line-height: 24px;
    font-size: 17px;
    font-weight: 200;
}
.ambience-page
{
	
}
.ambience-page article
{
	display: flex;
	align-items: center;
	margin: 30px 0;
}
.ambience-page article:nth-of-type(even)
{
	flex-direction: row-reverse;
}
.ambience-page article figure
{
	width: 60%;
}
.ambience-page article figure img
{
	width: 25%;
	height: 500px;
	object-fit: cover;
	float: left;
	border-radius: 30px;
	border: solid 5px;
	border-color: transparent;
}
.ambience-page article figure img:nth-of-type(even)
{
	margin-top: 75px;
}
.ambience-page article aside
{
	width: 35%;
	margin-left: auto;
}
.ambience-page article:nth-of-type(even) aside
{
	margin-left: 0;
	margin-right: auto;
}
.contact
{
	
}
.formfield
{
	
}
.contact .formfield
{
	width: 50%;
}
.contact .formfield form
{
	margin: -10px;
}
.formfield h2
{
	
}
.formfield input::-webkit-input-placeholder,
.formfield textarea::-webkit-input-placeholder
{
	color: #5b5b68;
	font-family: "Archivo", sans-serif;

	font-weight:400;
	font-size:15px;
}
.formfield input::-moz-placeholder,
.formfield textarea::-moz-placeholder
{
	color: #5b5b68;
	font-family: "Archivo", sans-serif;

	font-weight:400;
	font-size:15px;
}
.formfield input:-ms-input-placeholder,
.formfield textarea:-ms-input-placeholder
{
	color: #5b5b68;
	font-family: "Archivo", sans-serif;

	font-weight:400;
	font-size:15px;
}
.formfield input:-moz-placeholder,
.formfield textarea:-moz-placeholder
{
	color: #5b5b68;
	font-family: "Archivo", sans-serif;

	font-weight:400;
	font-size:15px;
}
.form-split
{
    width: 50%;
}
.formfield label
{
    padding:10px;
	display:block;
}
.formfield input[type=text], .formfield input[type=email], .formfield input[type=number], .formfield input[type=date]
{
    padding: 16px 20px;
    width: 100%;
    background: rgba(0,0,0,0.2);
    border: 1px solid #161614;
    border-radius: 30px;
    outline: 0px;
    position: relative;
    color: #fff;
    font-size: 15px;
    font-family: "Archivo", sans-serif;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.formfield input[type=date]::-webkit-calendar-picker-indicator
{
    filter: invert(1);
}
.formfield input::-webkit-calendar-picker-indicator
{
	background: transparent;
	bottom: 0;
	color: transparent;
	cursor: pointer;
	height: auto;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: auto;
}
.formfield input[type=text]:focus, .formfield input[type=email]:focus, .formfield input[type=number]:focus, .formfield input[type=date]:focus,  .formfield textarea:focus
{
    border: 1px solid #141716;
}
.formfield textarea
{
    padding: 16px 20px;
    width: 100%;
	height:200px;
    background: rgba(0,0,0,0.2);
    border: 1px solid #161614;
    border-radius: 30px;
    outline: 0px;
    position: relative;
    color: #fff;
    font-size: 15px;
    font-family: "Archivo", sans-serif;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.formfield input[type=submit]
{
    border: solid 1px #f11d47;
    background: none;
    padding: 20px 35px;
    outline: 0;
    color: #fff;
    font-weight: 500;
    cursor: pointer;
    font-size: 13px;
    font-family: "Archivo", sans-serif;
    border-radius: 30px;
    display: inline-block;
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.formfield input[type=submit]:hover
{
	
}
.contact article
{
    display: flex;
	margin-top:30px;
}
.contact aside
{
    width: 35%;
}
.contact aside p
{
    position: relative;
}
.contact aside p strong
{
    color: #fff;
    display: block;
    text-decoration: underline;
}
.gmap
{
	margin-top: 50px;
}
.gmap iframe
{
    filter: invert(1);
	border-radius: 30px;
}
.formobile
{
	display:none !important;
}