*
{
	padding:0;
	margin:0;
	box-sizing:border-box;
}

html {
  scroll-behavior: smooth;
}

body 
{
    background-color: #0c1818;
	font-family: "Roboto", sans-serif;
}

nav 
{
    left: 0;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    width: 100%;
    justify-content: space-between;
    text-align: center;
    position: absolute;
    padding: 20px 30px;
    z-index: 9999;
    align-items: center;
}

nav ul {
	display: flex;
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 0;
    column-gap: 50px;
}

nav ul a 
{
    color: #fff;
    text-decoration: none;
}

.logo-wrap img {
    width: 150px;
}

video.slide-video {
    width: 100%;
}

.nav-hb-wrap {
    height: 100vh;
    padding: 25px;
	position: relative;
	overflow:hidden;
}

.nav-hb-wrap:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.5;
}

.nav-hb-wrap .container-fluid 
{
	position: relative;
}

.btabel
{
	text-align:right;
}

.btabel {
	border: 1px solid #B58C67;
    width: fit-content;
    padding: 7px 34px;
    margin-left: auto;
}

.btabel a {
    color: #fff;
    text-decoration: none;
}

.hb-content
{
    top: 50%;
    width: 100%;
    color: #fff;
    z-index: 9999;
    display: flex;
	flex-direction:column;
    position: absolute;
    justify-content: center;
    text-align: center;
}

.find-us-wrap 
{
    z-index: 9999;
    color: #fff;
    bottom: 120px;
    left: 70px;
    position: absolute;
}

.find-us-wrap span 
{
    opacity: 0.8;
    font-size: 12px;
    margin-bottom: 15px;
    display: inline-block;
}

.find-us-wrap p 
{
    width: 65%;
    opacity: 0.8;
    font-size: 15px;
    margin-bottom: 0;
}

section.chefs-sect 
{
	color: #fff;
    padding: 100px 0;
    width: 1150px;
    margin: 0 auto;
	position:relative;
}

.common-title 
{
    text-align: center;
}

.common-title h2 
{
    width: 48%;
	font-weight: 300;
    margin-left: auto;
    margin-right: auto;
}

.common-title p 
{
    color: #B58C67;
    font-size: 45px;
    font-family: "Mrs Saint Delafield", cursive;
}

.img-content-wrap
{
    margin-top: 100px;
}

.image-sect
{
	margin-top:30px;
}

.image-sect h3 {
    font-weight: 300;
}

.image-sect p {
    width: 55%;
}

.image-sect h3 {
    width: 58%;
}

.image-sect h2 
{
    opacity: 0.2;
    font-size: 90px;
    font-weight: 100;
	font-family: "Cormorant", serif;
}

.chefcontent 
{
    padding-left: 65px;
}

.chefcontent h3 
{
    margin-bottom: 25px;
}

.double-img-wrap img {
    width: 100%;
}

.img-content-wrap {
	display: flex;
    column-gap: 100px;
    z-index: 99;
    position: relative;	
}

.double-img-wrap img:first-child {
    width: 440px;
}

.double-img-wrap img:last-child {
    width: 170px;
    position: absolute;
    bottom: 70px;
    left: -100px;
    border: 2px solid #fff;
    border-radius: 8px;
}

.double-img-wrap {
    position: relative;
}

section.chefs-sect:before {
    content: '';
    width: 1px;
    height: 100%;
    position: absolute;
    display: block;
    background-color: #fff;
    top: 0;
    left: 20%;
    opacity: 0.3;
}

section.chefs-sect:after {
    content: '';
    width: 1px;
    height: 100%;
    position: absolute;
    display: block;
    background-color: #fff;
    top: 0;
    right: 20%;
    opacity: 0.3;
}

.img-content-wrap.icw-even .double-img-wrap img:last-child 
{
    left: unset;
    right: -100px;
}

section.chefs-sect label 
{
    display: flex;
    margin-bottom: 20px;
}

section.chefs-sect label img 
{
    width: 100px;
    margin: 0 auto;
}

.banner-bg 
{
    width: 100%;
	height: 400px;
    background-size: cover;
    background-position: center;
    transition: background-image 0.6s ease-in-out;
}

.slider-section {
    top: 0;
    left: 0;
    height: 100%;
    padding: 40px 0;
    position: absolute;
    width: 100%;
}

.swiper 
{
	width: 100%;
	padding: 40px 0;
}

.swiper-slide 
{
	color:#fff;
	border-radius: 12px;
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 20px;
	transition: transform 0.3s ease;
}

.swiper-slide h3
{
	font-size: 48px;
}

.swiper-slide img 
{
	width: 100%;
	border-radius: 12px;
}

.swiper-slide-active 
{
	transform: scale(1.1);
}

.menuswipersect
{
    overflow: hidden;
    position: relative;
}

.swiper-backface-hidden .swiper-slide:before
{
	content:'';
	position:absolute;
	height:1px;
	width:150px;
	display:inline-block;
	background-color:#fff;
	left:-100px;
	top:64%;
	transform:translateY(-50%);
}

/* .swiper-backface-hidden .swiper-slide:after
{
	content:'';
	position:absolute;
	height:1px;
	width:150px;
	display:inline-block;
	background-color:#fff;
	right:-100px;
	top:64%;	
	transform:translateY(-50%);
} */

.swiper-backface-hidden .swiper-slide h3
{
	padding-top:70px;
}

.menucontainer 
{
    max-width: 1600px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-column-gap: 100px;
    position: relative;
    z-index: 999;	
}

section.menudetailswrap 
{
	padding: 100px 0;
}

.menucontainer img 
{
    width: 100%;
}

.menuleftimg img:first-child 
{
	width: 85%;
    margin-bottom: 80px;
    border-radius: 300px 300px 0 0;
}

.menuleftimg img:last-child 
{
    width: 320px;
    height: 430px;
    border-radius: 280px;
}

.menurightimg img:first-child {
    width: 90%;
    margin-bottom: 80px;
    border-radius: 100px 0 100px 0;
}

.menuleftimg 
{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.menubox {
    margin-bottom: 20px;
}

.menuheadername 
{
    color: #fff;
    text-align: center;
}

.menuheadername ul 
{
    padding-left: 0;
    list-style-type: none;
    margin-bottom: 0;
    display: flex;
    flex-direction: column;
    row-gap: 20px;
}

.menuheadername h3 {
    font-family: Jost, sans-serif;
    text-transform: uppercase;
    font-weight: 500;
    color: #f5f5f5;
    font-size: 17px;
    line-height: 1;
    letter-spacing: 2px;
    margin-bottom: 30px;
    text-align: left;
}

.menuheadername ul li {
    color: #CED8D8;
    font-family: "Jost", Sans-serif;
    font-size: 15px;
    font-weight: 300;
    line-height: 33px;
}

.menuheadername 
{
    display: flex;
    flex-direction: column;
    row-gap: 35px;
}
.optpricewrap {
    display: flex;
    justify-content: space-between;
}

.mn-option {
    display: flex;
    flex-direction: column;
    text-align: left;
}

.mn-option b {
    line-height: 1;
}

.entire-menu-wrap {
    display: flex;
    justify-content: center;
    margin-top: 50px;
}

.entire-menu-wrap a {
    border: 1px solid #B58C67;
    width: fit-content;
    padding: 10px 34px;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
	overflow: hidden; 
	transition: color 0.3s ease;	
}



section.menudetailswrap
{
	position:relative;
}

section.menudetailswrap:before {
    content: '';
    width: 1px;
    height: 100%;
    position: absolute;
    display: block;
    background-color: #fff;
    top: 0;
    left: 20%;
    opacity: 0.3;
}

section.menudetailswrap:after {
    content: '';
    width: 1px;
    height: 100%;
    position: absolute;
    display: block;
    background-color: #fff;
    top: 0;
    right: 20%;
    opacity: 0.3;
}

.contactcontainer 
{
    max-width: 1600px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-column-gap: 100px;
}

section.contactformsect 
{
    color: #fff;
    padding: 80px 0 80px 0;
    background-color: #072323;
}

.contact-form .title {
    opacity: 0.2;
    font-size: 90px;
    font-weight: 100;
    font-family: "Cormorant", serif;
}

.contact-form .form-row 
{
	display: flex;
    gap: 50px;
    margin-bottom: 40px;
}

.contact-form .form-row input, 
.contact-form .form-row select, 
.contact-form .form-row textarea 
{
	color:#fff;
    width: 100%;
    padding: 12px 0px;
    font-size: 14px;
    background-color: unset;
    outline: none;
    border: unset;
    border-bottom: 1px solid #646464;
	resize:none;
}

.contact-form .form-row input::placeholder, 
.contact-form .form-row select::placeholder, 
.contact-form .form-row textarea::placeholder
{
	color:#9f9c9c;
}

.contact-form button 
{
	color: #fff;
	border-radius:0;
    border: 1px solid #B58C67;
    width: fit-content;
    padding: 10px 34px;
    text-decoration: none;
    text-transform: uppercase;
    overflow: hidden;
    transition: color 0.3s ease;
}

.contact-form button:hover,
.contact-form button:focus
{
	color: #fff;
    border: 1px solid #B58C67;
    width: fit-content;
    padding: 10px 34px;
    text-decoration: none;
    text-transform: uppercase;
    overflow: hidden;
    transition: color 0.3s ease;	
}

.contact-form h2
{
    font-family: Jost, sans-serif;
    text-transform: uppercase;	
}

.contact-form p {
    margin-bottom: 50px;
}

.contact-right 
{
    text-align: center;
}

.contact-right img 
{
    width: 63%;
    margin-bottom: 80px;
    border-radius: 100px 0 100px 0;
}

section.video-sect 
{
    height: 620px;
	position:relative;
}

.video-sect-wrap,
.video-sect video
{
    width: 100%;
    height: 100%;
}

.video-sect video
{
    object-fit: cover;	
}

.custom-play-btn 
{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 60px;
    color: white;
    background: rgba(0, 0, 0, 0.6);
    border: none;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    cursor: pointer;
    transition: 0.3s;
    z-index: 9999999;
    display: flex;
    justify-content: center;
    align-items: center;
}

.custom-play-btn:hover {
  background: rgba(0,0,0,0.8);
}

.custom-play-btn svg 
{
    width: 60px;
    height: 60px;
    position: relative;
}

.custom-play-btn svg path 
{
    fill: #fff;
}

footer 
{
    color: #fff;
    padding: 70px 0 0;
}

.footer-grid 
{
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-column-gap: 100px;
    position: relative;
    z-index: 999;
    margin-bottom: 100px;
}

.footer-box {
    text-align: center;
}

.footer-box ul {
    list-style-type: none;
    padding-left: 0;
}

.footer-box h3 {
    font-family: Jost, sans-serif;
    text-transform: uppercase;
    font-weight: 500;
    color: #f5f5f5;
    font-size: 17px;
    line-height: 1;
    letter-spacing: 2px;
    margin-bottom: 18px;
}

.footer-box ul 
{
    margin-bottom: 0;
    color: #CED8D8;
    font-size: 15px;
}

.footer-box ul li a 
{
    color: #fff;
    text-decoration: none;
}

.footer-box.faddress span 
{
    width: 50%;
    display: inline-block;
    margin: 0 auto;
}

.footer-grid .footer-box:last-child li 
{
    display: flex;
}

.footer-box.ftiming ul li 
{
    display: flex;
    justify-content: space-evenly;
    column-gap: 0;
}

.footer-grid .footer-box 
{
    position: relative;
}

.footer-grid .footer-box:after 
{
    content: '';
    width: 1px;
    height: 100%;
    background-color: #959494;
    position: absolute;
    top: 0;
    right: -30px;
}

.footer-grid .footer-box:last-child:after 
{
    content: unset;
}

.footer-copyright {
    display: flex;
    justify-content: space-between;
}

.fsocialmedia ul {
    display: flex;
    list-style-type: none;
    column-gap: 30px;
    margin-bottom: 0;
    padding-left: 0;
}

.fsocialmedia ul li a {
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 14px;
}

.fcc span 
{
    font-size: 14px;
}

.footer-copyright {
    border-top: 1px solid #959494;
    padding-top: 30px;
        margin-bottom: -30px;
}

.footer-logo img {
    width: 150px;
}

.footer-logo {
    position: relative;
    top: -66px;
    background-color: #0c1818;
    padding: 0 40px;
}

.pp-tc-pdiv ul {
    list-style-type: none;
    padding-left: 0;
    display: flex;
    column-gap: 35px;
    margin-bottom: 0;
    font-size: 15px;
}

.pp-tc-pdiv ul li a {
    color: #fff;
    text-decoration: none;
}

.pp-tcwrap {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    align-items: center;
}

.madeby img {
    width: 100px;
}

.madeby {
    display: flex;
    align-items: center;
    column-gap: 10px;
}

.madeby a {
    color: #fff;
    text-decoration: none;
}

.input-icon {
  position: relative;
  width: 100%;
}

.input-icon input[type="date"],
.input-icon input[type="time"] {
  width: 100%;
  padding-right: 30px;
}


input[type="date"]::-webkit-calendar-picker-indicator,
input[type="time"]::-webkit-calendar-picker-indicator {
  opacity: 0;
  cursor: pointer;
  position: absolute;
  right: 10px;
  width: 100%;
  height: 100%;
}

.input-icon .icon {
    position: absolute;
    right: -5px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    font-size: 16px;
    color: #ffffff;
    background-color: #072323;
    padding: 0 9px;
    display: inline-flex;
    height: 20px;
    width: 30px;    
}

input[type="date"],
input[type="time"] {
      color: #9f9c9c !important;
}

.form-row select {
  width: 200px;
  padding: 8px 12px;
  font-size: 16px;
      color: #9f9c9c !important;            
  background-color: #fff;  
  border: 1px solid #ccc;
}

.form-row select option {
  background-color: #fff;  
  color: #333;              
  padding: 5px;
}

span.icon i {
    color: #9f9c9c !important;
}

.footer-box.ftiming ul li {
    display: flex;
    justify-content: space-between;
    width: 70%;
    margin: 0 auto;
}

.inner-page.nav-hb-wrap 
{
    height: 170px;
}

.inner-page.nav-hb-wrap:before 
{
    content:unset;
}

section.impressum-section 
{
    color:#fff;
    padding-top: 100px;
	padding-bottom: 100px;
}

.impressum-wrap h2 
{
    font-weight: 600;
    font-style: normal;
    font-size: 40px;
    line-height: 35px;
    letter-spacing: 0px;
    margin-bottom: 50px;
}

.register-detail-wrap 
{
    margin-bottom: 50px;
    display: flex;
    flex-direction: column;
}

.content-wrap .comm-subheading 
{
    font-weight: 500;
    font-style: normal;
    font-size: 28px;
    line-height: 35px;
    letter-spacing: 0px;
    margin-bottom: 5px;
}

.contanct-listing-wrap ul 
{
    padding-left: 0;
    display: grid;
    list-style-type: none;
    grid-template-columns: repeat(2, 1fr);
    grid-row-gap: 34px;
}

.contanct-listing-wrap ul li 
{
    display: flex;
    flex-direction: column;
}

.content-wrap ul li span:first-child 
{
    font-weight: 500;
    font-style: normal;
    font-size: 22px;
    letter-spacing: 0px;
    margin-bottom: 4px;
}

.content-wrap ul li span:last-child 
{
    font-weight: 300;
    font-style: normal;
    font-size: 20px;
    line-height: 1;
    margin-bottom: 0;
}

.contanct-listing-wrap a 
{
    color: #fff;
    text-decoration: none;
}

.contact-double 
{
    display: flex;
    flex-direction: column;
}

.impressum-wrap ul 
{
    list-style-type: auto;
    width: 80%;
}

.impressum-wrap ul li h5 
{
    font-weight: 700;
}

.impressum-wrap ul li p 
{
	margin-bottom: 0;
    line-height: 27px;
}

.datens-wrap ul li p 
{
	margin-bottom: 0;
    line-height: 27px;
}

.datens-wrap ul li p 
{
	margin-bottom: 0;
    line-height: 27px;
}

.address-wrapper 
{
    display: flex;
    flex-direction: column;
    row-gap: 12px;
}

.add-pdiv 
{
    display: flex;
    flex-direction: column;
}

.add-pdiv span:first-child 
{
    font-weight: 600;
}

.add-pdiv span:last-child 
{
    font-weight: 300;
}

.datens-wrap h2 
{
    font-weight: 600;
    font-style: normal;
    font-size: 40px;
    line-height: 35px;
    letter-spacing: 0px;
    margin-bottom: 50px;
}

.datens-wrap ul 
{
    list-style-type: auto;
    width: 80%;
}

.datens-wrap ul 
{
    display: flex;
    flex-direction: column;
    row-gap: 20px;
}

.datens-wrap ul li ul 
{
    padding-left: 20px;
    list-style-type: square;
    row-gap: 4px;
}

.fixed-menu-icon
{
	display:none;
}

.dnone
{
	display:none;
}

.mnone
{
	display:block;
}


@media only screen and (min-width: 300px) and (max-width: 991px)
{

	.dnone
	{
		display:block;
	}

	.mnone
	{
		display:none;
	}	
	
	.hb-content
	{
		padding:0 15px;
	}
	
	.hb-content h2 
	{
		font-size: 21px;
	}	

	.hb-content p 
	{
		width: 100%;
		font-size: 17px;
		margin: 10px auto;
	}	

	section.hb-wrap 
	{
		height: 100%;
	}

	.vid-wrap 
	{
		height: 100%;
	}

	video.slide-video 
	{
		height: 100%;
		object-fit: cover;
	}

	.nav-hb-wrap 
	{
		padding: 0;
	}
	
	.find-us-wrap 
	{
		bottom: 30px;
		left: 20px;
	}	
	
	a.hamb-wrap svg {
		width: 35px;
		height: 35px;
	}

	.mobile-menu-wrap {
		display: flex;
		justify-content: space-between;
		align-items: center;
		padding: 20px 15px;
		position: absolute;
		width: 100%;
		left: 0;
		z-index: 99999999;
	}

	body.open-menu .menushow {
		left: 0;
	}
		
	
	body.open-menu .chefs-sect, 
	body.open-menu .menuswipersect, 
	body.open-menu .menudetailswrap, 
	body.open-menu .contactformsect, 
	body.open-menu .video-sect, 
	body.open-menu footer 
	{
		display: none;
	}		
	
	.menushow 
	{
		position: absolute;
		left: -100%;
		top: 0;
		width: 100%;
		height: 100vh;
		padding: 50px 0;
		z-index: 99999999;
		background-color: #0c1818;
		transition: .5s all ease;
	}

	.menushow ul 
	{
		list-style-type: none;
	}

	.menushow ul {
		margin-bottom: 0;
		padding-left: 0;
	}

	.menushow ul a {
		text-decoration: none;
		color: #fff;
	}

	.menushow ul {
		display: flex;
		flex-direction: column;
		row-gap: 15px;
	}

	.menushow {
		padding: 90px 25px 0;
	}

	.menushow .btabel {
		margin-left: unset;
		margin-top: 25px;
	}

	a.cross svg {
		width: 25px;
		height: 25px;
		position: absolute;
		right: 20px;
		top: 20px;
	}	
	
	section.chefs-sect
	{
        width: 100%;
        padding: 50px 0;
	}
	
	.common-title h2 
	{
		width: 100%;	
	}
	
	.common-title p 
	{
		font-size: 35px;
	}

	.img-content-wrap 
	{
		margin-top: 30px;
	}	
	
	.img-content-wrap 
	{
        padding: 0 15px;
        flex-direction: column;
	}

	.img-content-wrap.icw-even .image-sect 
	{
		order: 1;
	}

	.img-content-wrap.icw-even .double-img-wrap 
	{
		order: 2;
	}

	.double-img-wrap img:first-child 
	{
		width: 100%;
        height: 320px;
        object-fit: cover;
	}

	.double-img-wrap img:last-child 
	{
		display: none;
	}

	.image-sect h2 
	{
		font-size: 42px;
	}

	.chefcontent 
	{
		padding-left: 0;
	}

	.image-sect h3 
	{
		width: 100%;
	}

	.image-sect p 
	{
		width: 100%;
	}

	section.video-sect 
	{
		height: 250px;
		position: relative;
	}
	
	.contactcontainer 
	{
		width: 100%;
		max-width: unset;
		grid-column-gap: 0;
		grid-template-columns: repeat(1, minmax(0, 1fr));
	}

	section.contactformsect 
	{
		padding: 50px 15px;
	}

	.contact-form .title 
	{
		font-size: 42px;
	}

	.contact-form button 
	{
		margin: 0 auto;
		display: flex;
	}

	.contact-form 
	{
		margin-bottom: 50px;
	}

	.contact-right img 
	{
		width: 90%;
		margin-bottom: 20px;
	}

	.menuleftimg 
	{
		display: none;
	}

	section.menudetailswrap 
	{
		padding: 50px 15px;
	}

	.menucontainer 
	{
		width: 100%;
		max-width: unset;
		grid-column-gap: 0;
		grid-template-columns: repeat(1, minmax(0, 1fr));
	}

	.menuleftimg 
	{
		display: none;
	}

	.entire-menu-wrap 
	{
		margin-bottom: 50px;
	}

	.menurightimg img:first-child 
	{
        width: 100%;
        height: 450px;
        object-fit: cover;	
	}
	
	.swiper-slide h3
	{
		font-size:27px;
	}

	.banner-bg
	{
		height:280px;
	}
	
	.swiper-backface-hidden .swiper-slide h3
	{
		padding-top:30px;
	}
	
	.footer-grid 
	{
		grid-template-columns: repeat(1, minmax(0, 1fr));
		grid-column-gap: 0;
		grid-row-gap: 30px;
	}
	
	.footer-grid 
	{
		grid-template-columns: repeat(1, minmax(0, 1fr));
		grid-column-gap: 0;
		grid-row-gap: 30px;
		margin-bottom: 70px;
	}

	.footer-copyright 
	{
		flex-direction: column;
		margin-bottom: -40px;
	}

	.pp-tcwrap 
	{
		flex-direction: column;
	}

	.footer-logo 
	{
		text-align: center;
	}

	.fsocialmedia 
	{
		display: flex;
		justify-content: center;
		margin-bottom: 20px;
	}

	.pp-tc-pdiv ul 
	{
		display: flex;
		justify-content: center;
		margin-bottom: 0;
	}

	.pp-tc-pdiv 
	{
		margin-bottom: 20px;
	}

	.fcc 
	{
        display: flex;
        justify-content: center;
        margin-bottom: 40px;
        flex-direction: column;
        align-items: center;
	}	
	
	footer 
	{
		padding: 50px 0 0;
	}
	
	section.chefs-sect:before,
	section.chefs-sect:after,
	section.menudetailswrap:before,
	#menuid.menudetailswrap:after,
	.footer-grid .footer-box:after
	{
		content:unset;
	}

	.fixed-menu-icon
	{
        display: block;
        position: fixed;
        right: 20px;
        bottom: 30px;
        z-index: 9999999;
        width: 70px;
        height: 70px;
        background-color: #ccac79;
        border-radius: 50px;
        display: flex;
        justify-content: center;
        align-items: center;
	}

	.fixed-menu-icon svg {
		width: 50px;
		height: 50px;
	}

	.fixed-menu-icon svg path {
		fill: #fff;
	}
	

    input[type="date"]::-webkit-calendar-picker-indicator,
    input[type="time"]::-webkit-calendar-picker-indicator {
      display: none;
      -webkit-appearance: none;
    }
    
    input[type="date"]::-ms-clear,
    input[type="time"]::-ms-clear {
      display: none;
    }

    .input-icon {
      position: relative;
      margin-bottom: 20px;
    }
    
    .input-icon input {
      width: 100%;
      padding: 10px;
      font-size: 16px;
      color: #333;
      border: none;
      border-bottom: 1px solid #646464;
      background: none;
      position: relative;
      z-index: 2;
    }
    
    .custom-placeholder {
      position: absolute;
      left: 12px;
      top: 50%;
      transform: translateY(-50%);
      color: #888;
      pointer-events: none;
      transition: 0.2s ease;
      z-index: 1;
    }
    
    input.has-value + .custom-placeholder {
      display: none;
    }
    
    .input-icon .icon {
        position: absolute;
        right: -5px;
        top: 50%;
        transform: translateY(-50%);
        pointer-events: none;
        font-size: 16px;
        color: #ffffff;
        background-color: #072323;
        padding: 0 9px;
        display: inline-flex;
        height: 20px;
        width: 30px;    
    }
    
    
    div#hors-hydra-353b4d8f-6906-4cd8-a8c6-b7ea9f3fb9cb {
     
        left: -9px !important;
    }    

    
}


@media only screen and (min-width: 1200px) and (max-width: 1299px)
{
		
	.double-img-wrap img:first-child {
		width: 360px;
	}

	.img-content-wrap {
		column-gap: 170px;
	}	
	
	.nav-hb-wrap 
	{
		height: 79vh;	
	}
	
	.swiper-slide h3 {
		font-size: 40px;
	}

	.find-us-wrap 
	{
		left: 70px;
		bottom: 50px;
	}
	
	section.chefs-sect,
	.contactcontainer	
	{
		max-width: 1060px;
	}
	
	.menucontainer	
	{
	    max-width: 1280px;	
	}

	.double-img-wrap img:last-child 
	{
		width: 150px;
		bottom: 40px;
		left: -120px;
	}

	.common-title h2 
	{
		font-size: 31px;
	}

	.image-sect h3 
	{
		font-size: 23px;
	}

	.image-sect p 
	{
		font-size: 17px;
	}

	.img-content-wrap.icw-even .chefcontent h3 
	{
		width: 40%;
	}
	
	.img-content-wrap.icw-odd {
        column-gap: 92px;
    }

	.menuheadername h3 
	{
		font-size: 22px;
	}

	.menuheadername ul li 
	{
		font-size: 17px;
	}

	.entire-menu-wrap a 
	{
		font-size: 19px;
	}

	.contact-form p {
		font-size: 20px;
	}

	.contact-right img 
	{
		width:99%;	
	}
	
	.mn-option b 
	{
        font-weight: 500;
        font-size: 19px;
        width: 90%;
        line-height: 25px;
        margin-bottom: 7px;
    }	
	
	.mn-option span 
	{
        font-size: 18px;
        line-height: 24px;
	}

	.menucontainer 
	{
		grid-column-gap: 60px;
	}

	.menuleftimg img:first-child 
	{
		width: 73%;	
	}
	
	.menurightimg img:first-child 
	{
		width: 78%;	
	}
	
	.menurightimg 
	{
		display: flex;
		justify-content: center;
		align-items: baseline;
	}

	.contact-form .form-row input, 
	.contact-form .form-row select, 
	.contact-form .form-row textarea 
	{
		font-size: 17px;
	}
	
	.contact-form button 
	{
		font-size: 19px;
	}

	.fsocialmedia ul li a,
	.pp-tc-pdiv ul li a,
	.fcc span	
	{
		font-size: 15px;
	}

	.footer-box ul li a 
	{
		font-size: 16px;
	}

	section.video-sect 
	{
		height: 490px;
		position: relative;
	}

	.image-sect h2 {
		font-size: 70px;
	}
	
    .footer-box.faddress span {
        width: 56%;	
    }
    
    #hors-hydra-353b4d8f-6906-4cd8-a8c6-b7ea9f3fb9cb {
        left: -8px !important;
    }       
    
}
 

@media only screen and (min-width: 1300px) and (max-width: 1399px)
{

	.swiper-slide h3 {
		font-size: 40px;
	}

	.nav-hb-wrap 
	{
		height: 89vh;	
	}
	
	.find-us-wrap 
	{
		left: 70px;
	}
	
	section.chefs-sect,
	.contactcontainer	
	{
		max-width: 1220px;
	}
	
	.menucontainer	
	{
	    max-width: 1280px;	
	}

	.double-img-wrap img:last-child 
	{
		width: 190px;
		bottom: 40px;
		left: -120px;
	}

	.common-title h2 
	{
		font-size: 31px;
	}

	.image-sect h3 
	{
		font-size: 26px;
	}

	.image-sect p 
	{
		font-size: 18px;
	}

	.img-content-wrap.icw-even .chefcontent h3 
	{
		width: 30%;
	}

	.menuheadername h3 
	{
		font-size: 22px;
	}

	.menuheadername ul li 
	{
		font-size: 17px;
	}

	.entire-menu-wrap a 
	{
		font-size: 19px;
	}

	.contact-form p {
		font-size: 20px;
	}

	.contact-right img 
	{
		width: 85%;	
	}
	
	.mn-option b 
	{
        font-weight: 500;
        font-size: 19px;
        width: 90%;
        line-height: 25px;
        margin-bottom: 7px;
    }	
	
	.mn-option span 
	{
        font-size: 18px;
        line-height: 24px;
	}

	.menucontainer 
	{
		grid-column-gap: 60px;
	}

	.menuleftimg img:first-child 
	{
		width: 73%;	
	}
	
	.menurightimg img:first-child 
	{
		width: 78%;	
	}
	
	.menurightimg 
	{
		display: flex;
		justify-content: center;
		align-items: baseline;
	}

	.contact-form .form-row input, 
	.contact-form .form-row select, 
	.contact-form .form-row textarea 
	{
		font-size: 17px;
	}
	
	.contact-form button 
	{
		font-size: 19px;
	}

	.fsocialmedia ul li a,
	.pp-tc-pdiv ul li a,
	.fcc span	
	{
		font-size: 15px;
	}

	.footer-box ul li a 
	{
		font-size: 16px;
	}

	section.video-sect 
	{
		height: 490px;
		position: relative;
	}

	.image-sect h2 {
		font-size: 70px;
	}
	
    .footer-box.faddress span {
        width: 56%;	
    }
    
    #hors-hydra-353b4d8f-6906-4cd8-a8c6-b7ea9f3fb9cb {
        left: -16px !important;
    }     
	
}


@media only screen and (min-width: 1400px) and (max-width: 1499px)
{

	.swiper-slide h3 {
		font-size: 40px;
	}

	.nav-hb-wrap 
	{
		height: 89vh;	
	}
	
	.find-us-wrap 
	{
		left: 70px;
	}
	
	section.chefs-sect,
	.contactcontainer	
	{
		max-width: 1220px;
	}
	
	.menucontainer	
	{
	    max-width: 1280px;	
	}

	.double-img-wrap img:last-child 
	{
		width: 190px;
		bottom: 40px;
		left: -120px;
	}

	.common-title h2 
	{
		font-size: 31px;
	}

	.image-sect h3 
	{
		font-size: 26px;
	}

	.image-sect p 
	{
		font-size: 18px;
	}

	.img-content-wrap.icw-even .chefcontent h3 
	{
		width: 30%;
	}

	.menuheadername h3 
	{
		font-size: 22px;
	}

	.menuheadername ul li 
	{
		font-size: 17px;
	}

	.entire-menu-wrap a 
	{
		font-size: 19px;
	}

	.contact-form p {
		font-size: 20px;
	}

	.contact-right img 
	{
		width: 85%;	
	}
	
	.mn-option b 
	{
        font-weight: 500;
        font-size: 19px;
        width: 90%;
        line-height: 25px;
        margin-bottom: 7px;
    }	
	
	.mn-option span 
	{
        font-size: 18px;
        line-height: 24px;
	}

	.menucontainer 
	{
		grid-column-gap: 60px;
	}

	.menuleftimg img:first-child 
	{
		width: 73%;	
	}
	
	.menurightimg img:first-child 
	{
		width: 78%;	
	}
	
	.menurightimg 
	{
		display: flex;
		justify-content: center;
		align-items: baseline;
	}

	.contact-form .form-row input, 
	.contact-form .form-row select, 
	.contact-form .form-row textarea 
	{
		font-size: 17px;
	}
	
	.contact-form button 
	{
		font-size: 19px;
	}

	.fsocialmedia ul li a,
	.pp-tc-pdiv ul li a,
	.fcc span	
	{
		font-size: 15px;
	}

	.footer-box ul li a 
	{
		font-size: 16px;
	}

	section.video-sect 
	{
		height: 490px;
		position: relative;
	}

	.image-sect h2 {
		font-size: 75px;
	}
	
    .footer-box.faddress span {
        width: 53%;	
    }
    
    #hors-hydra-353b4d8f-6906-4cd8-a8c6-b7ea9f3fb9cb {
        left: -8px !important;
    }    
	
}


@media only screen and (min-width: 1500px) and (max-width: 1599px)
{

	.swiper-slide h3 {
		font-size: 42px;
	}	
	
	.find-us-wrap 
	{
		left: 70px;
	}
	
	section.chefs-sect,
	.contactcontainer	
	{
		max-width: 1250px;
	}
	
	.menucontainer	
	{
	    max-width: 1350px;	
	}

	.double-img-wrap img:last-child 
	{
		width: 210px;
		bottom: 40px;
		left: -120px;
	}

	.common-title h2 
	{
		font-size: 33px;
	}

	.image-sect h3 
	{
		font-size: 28px;
	}

	.image-sect p 
	{
		font-size: 20px;
	}

	.img-content-wrap.icw-even .chefcontent h3 
	{
		width: 30%;
	}

	.menuheadername h3 
	{
		font-size: 22px;
	}

	.menuheadername ul li 
	{
		font-size: 17px;
	}

	.entire-menu-wrap a 
	{
		font-size: 20px;
	}

	.contact-form p {
		font-size: 21px;
	}

	.contact-right img 
	{
		width: 77%;	
	}
	
	.mn-option b 
	{
		font-weight: 500;
		font-size: 20px;
		width: 90%;
		line-height: 25px;
		margin-bottom: 7px;
	}	
	
	.mn-option span 
	{
		font-size: 19px;
		line-height: 24px;
	}

	.menucontainer 
	{
		grid-column-gap: 60px;
	}

	.menuleftimg img:first-child 
	{
		width: 73%;	
	}
	
	.menurightimg img:first-child 
	{
		width: 78%;	
	}
	
	.menurightimg 
	{
		display: flex;
		justify-content: center;
		align-items: baseline;
	}

	.contact-form .form-row input, 
	.contact-form .form-row select, 
	.contact-form .form-row textarea 
	{
		font-size: 18px;
	}
	
	.contact-form button 
	{
		font-size: 20px;
	}

	.fsocialmedia ul li a,
	.pp-tc-pdiv ul li a,
	.fcc span	
	{
		font-size: 15px;
	}

	.footer-box ul li a 
	{
		font-size: 16px;
	}

	section.video-sect 
	{
		height: 540px;
	}

	section.contactformsect 
	{
		padding: 80px 0 80px 0;
	}

	.image-sect h2 {
		font-size: 75px;
	}
	
    .footer-box.faddress span {
        width: 53%;	
    }
    
.fake-placeholder {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  color: #aaa;
  font-size: 14px;
  pointer-events: none;
  transition: 0.2s ease;
}

/* hide placeholder when input has value */
input:valid + .fake-placeholder,
input:focus + .fake-placeholder {
  opacity: 0;
}   
	
}