:root {
	--p:#495057;
	--color-primary: #bb9d52;
	--color-dark: #fff;
	--color-light: #000;
	--c1: #002642;
	--f1:'IBM Plex Sans', sans-serif;
	--h:'IBM Plex Sans', sans-serif;
	--ex: 'IBM Plex Sans', sans-serif;
	--n:'IBM Plex Sans', sans-serif ;
}
html,
body {
	min-height: 100vh;
	background: #fff;
	font-family: var(--f1);
	font-size: 18px;
	line-height: 1;
	color: var(--color-dark);
}
body {
}
.MianCas img{
	border-radius: 50%;
}
.text-content {
margin-left:auto;
margin-right:auto;
padding: 25px;
    background: #0000003d;
    border-radius: 20px;
}

.text-content h1 {
    font-size: 55px;
    color: #ffffff;
	font-weight:600;
	margin-top:0px;
	text-align: center;
	text-transform: uppercase;
}


.text-content p {
    font-size: 26px;
    margin-bottom: 20px;
    color: var(--color-light);
	font-weight:600;
	text-align: center;
	margin: 0;
}
.MianCas{
	position: relative;
	border-radius: 50%;
	overflow: hidden;
}
.img-s {
	margin: 10px;
	height: 400px;
}
.img-s img {
	width: 100%!important;
	height: 100%;
	object-fit: cover;
}
.MianCas span{
	position: absolute;
    bottom: -45px;
    right: 79px;
    height: 185px;
    width: 185px;
    background-color: var(--color-primary);
    border-radius: 50%;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: banner3Shake;
    animation-name: banner3Shake;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-animation-duration: 5s;
    animation-duration: 5s;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}
.MianCas .ms{
	position: absolute;
    bottom: -36px;
    left: 36%;
    width: 236px;
    height: 236px;
    border-style: solid;
    border-width: 2px;
    border-color: white;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0);
    opacity: 0.50;
    transform: translateX(-50%);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: bounce;
    animation-name: bounce;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-animation-duration: 5s;
    animation-duration: 5s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}
.mainC {
    position: relative;
    display: block;
    margin-left: 30px;
    margin-top: -120px;
}
.wey {
	position: absolute;
    bottom: 0;
    /* left: -80px; */
    background-color: var(--color-primary);
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    display: flex;
    align-items: center;
    padding: 40px 30px;
    z-index: 5;
    /* width: 100%; */
    text-align: center;
}
.msgd .btn {
    border: 3px solid var(--color-dark);
    margin-top: 15px;
}
.wea {
    position: relative;
    display: block;
    margin-right: -362px;
}
@keyframes banner3Shake {
	0% {
		-webkit-transform: rotate3d(0, 1, 0, 0deg);
		transform: rotate3d(0, 1, 0, 0deg);
	}
	30% {
		-webkit-transform: rotate3d(0, 0, 1, 15deg);
		transform: rotate3d(0, 0, 1, 15deg);
	}
	60% {
		-webkit-transform: rotate3d(1, 0, 0, 0deg);
		transform: rotate3d(1, 0, 0, 0deg);
	}
	80% {
		-webkit-transform: rotate3d(0, 0, 1, 15deg);
		transform: rotate3d(0, 0, 1, 15deg);
	}
	100% {
		-webkit-transform: rotate3d(0, 1, 0, 0deg);
		transform: rotate3d(0, 1, 0, 0deg);
	}
}
.bord:before {
    content: '';
    position: absolute;
    top: 120px;
    right: 0px;
    left: 0px;
    bottom: 80px;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    z-index: 30;
}
.bord:after {
    content: '';
    position: absolute;
    top: 0px;
    right: 80px;
    left: 80px;
    bottom: 0px;
    border-left: 1px solid rgba(255, 255, 255, 0.05);
    border-right: 1px solid rgba(255, 255, 255, 0.05);
    z-index: 30;
	margin-top: -20px;
}
a {
	color: inherit;
	transition: all 0.3s ease-out;
}
a:hover {
	text-decoration: none;
}
img {
	width: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	line-height: 1;
	letter-spacing: 2px;
	font-weight: 400;
	font-family: var(--h);
}
h1 {
	font-size: 48px;
}
h2 {
	font-size: 40px;
}
h3 {
	font-size: 36px;
}
h6 {
	font-size: 24px;
}
p {
	font-size: 17px;
    line-height: 1.4;
    margin: 0;
}

a.btn.btn1 {
	color: var(--color-light);
}

p.subtitle.wow.fadeInUp {
	color: white;
	padding: 10px;
	line-height: 1.5;
	margin: 0;
}

.desktop {
	margin-left: 10px;
}
.mobile {
	display: none;
}
.btn {
	display: inline-block;
	padding: 15px 20px;
	font-size: 18px;
	font-weight: 600;
	color: var(--color-light);
	background: var(--color-dark);
	border-radius: 0;
	line-height: 1;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: 600;
	border-radius: 3px;
	border:0;
	outline: 1px solid var(--color-dark);
	outline-offset: 3px;
	-moz-outline-radius: 2px;
	
}
.main-cn {
    background: var(--color-dark);
	padding:100px 0 0 0;
}
.main-cn p {
    color: var(--color-dark);
}
.btn:focus,
.btn:hover {
	background: var(--color-primary);
	color: #fff;
}
.main-cn h5 {
    font-weight: 400;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 5px;
    margin-bottom: 15px;
	color: var(--color-dark);
}
.main-cn h2 {
    font-size: 36px;
    font-weight: 700;
    margin: 0 0 15px 0;
    line-height: 35px;
	color:var(--color-primary);
}
.main-cn .btn {
    margin-top:30px;
}
.main {
    display: flex;
	margin-bottom: 50px;
}
.main svg {
   width: 60px;
   height: 60px;
   fill:var(--color-primary);
   margin-right:30px;
}
.main h5 {
    text-transform: uppercase;
    letter-spacing: 4px;
    margin-bottom: 10px;
	color: var(--color-primary);
	font-size: 18px;
	font-weight: 700;
}
.maic-c2 h5,.maic-c2 h2{
	margin:0;
	color: var(--color-primary);
}
.maic-c2 {
    margin-bottom: 50px;
}
.mainC h3 {
    margin: 0;
	line-height: 1.2;
}
.maic-c2 p{
	color: var(--color-light);
}
.main p {
    font-size: 15px;
	color: var(--color-light);
}
.main-bs {
    padding: 100px 0;
    background: #f2f1f1;
}
.btn.btn-light {
	background: var(--color-primary);
	color: var(--color-dark);
}
.btn.btn-light:focus,
.btn.btn-light:hover {
	background: var(--color-primary);
	color: #fff;
}
.btn.btn-color {
	background: var(--color-primary);
	color: var(--color-dark);
	border-color: var(--color-light);
}
.btn.btn-color:focus,
.btn.btn-color:hover {
	background: var(--color-dark);
	color: var(--color-light);
}

header {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 900;
	background-color: var(--color-dark);
	/* background-image: url('./img/bg.jpg'); */
	box-shadow: 0 0 15px #0000005e;
}
header .pre {
	padding: 5px 30px;
	background: var(--color-light);
}
header .pre a {
	font-size: 13px;
	margin: 0;
	line-height: 10px;
	color: var(--color-dark);
}
header .pre .left a {
	padding-right: 10px;
}
header .pre a i {
	color: var(--color-dark);
}
header .navbar {
	padding: 15px 10px;
}
header .navbar .navbar-brand {
	padding: 0;
}
header .navbar .navbar-brand img {
	width: auto;
	height: 100px;
}
header .navbar .navbar-brand img:first-child {
	display: none;
}
header .navbar .navbar-nav .nav-link {
	color: var(--color-primary);
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 600;
	padding: 8px 15px;
	margin: 0 3px;
	position: relative;
	border-radius: 3px;
}
header .navbar .navbar-nav .active .nav-link,
header .navbar .navbar-nav .nav-link:hover {
	background: var(--color-primary);
	color: var(--color-light);
}
header.fixed {
	position: fixed;
	background: var(--color-dark);
	/* background-image: url('./img/bg.jpg'); */
	top: -200px;
	box-shadow: 0 0 15px #0000005e;
}
header.fixed.animate {
	top: 0px;
	transition: all 1s ease-out;
}
.owl-dots {
    position: absolute;
    transform: translateX(-50%);
    left: 50%;
    bottom: 20px;
    width: 100%;
	display: flex;
    align-items: center;
    justify-content: center;
}
.owl-dots button {
    width:15px;
	height: 15px;
	border:1px solid var(--color-primary)!important;
	display: flex;
	align-items: center;
	justify-content: center;
	outline: none;
	margin:0 5px;

}
.owl-dots button span{
	height: 70%;
	width: 60%;
	display: block;

}
.owl-dots button.active span{
	background: var(--color-primary);
}
header.fixed .pre {
	border-bottom: 1px solid var(--color-primary);
}
header.fixed .pre a {
	color: var(--color-dark);
}
header.fixed .navbar .navbar-brand img:first-child {
	display: block;
}
header.fixed .navbar .navbar-brand img:last-child {
	display: none;
}
header.fixed .navbar .navbar-nav .nav-link {
	color: var(--color-primary);
}
header.fixed .navbar .navbar-nav .active .nav-link,
header.fixed .navbar .navbar-nav .nav-link:hover {
	background: var(--color-primary);
	color: var(--color-light);
}

.banner .owl-carousel .owl-item .item {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	height: 100vh;
	background-position: 50% 50%!important;
	background-size: cover!important;
	background-repeat: no-repeat!important;
}
section.banner {
    position: relative;
}
.over-lay{
	background: linear-gradient(
90deg
, rgba(0,0,0,0) 0%, rgb(0 0 0 / 35%) 100%);
	position:absolute;
	top:0;
	left:0;
	width: 100%;;
	height: 100%;
	z-index: 11;
}
.banner .owl-carousel .owl-item .text {
	width: 50%;
	padding: 0 10%;
	text-align: right;
	position: relative;
	z-index: 555!important;
}
.banner .owl-carousel .owl-item h1 {
	color: var(--color-light);
}
.banner .owl-carousel .owl-item h1 span {
text-shadow: 2px 2px 4px #000000;
	display: block;
	font-size: 22px;
	letter-spacing: 1px;
	color: var(--color-light);
}
.banner .owl-carousel .owl-item small {
	display: block;
	font-size: 14px;
	letter-spacing: 1px;
	color: var(--color-light);
	margin: 20px 0 0;
}

.about {
	min-height: 100vh;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	padding: 40px;
	position: relative;
	z-index: 20;
}
.about .text {
	position: relative;
	z-index: 50;
	text-align: center;
	width: 80%;
}
.about h2 {
	color: var(--color-light);
	font-size: 30px;
	font-weight: 500;
}
.about a:not(.btn) {
	text-decoration: underline;
}
.about a:not(.btn):hover {
	color: var(--color-primary);
}

.booking {
	min-height: 70vh;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	padding: 40px;
	position: relative;
	z-index: 20;
}
.booking .text {
	position: relative;
	text-align: right;
	width: 50%;
	background: #00000091;
	padding: 15px 20px;
}
.booking h2,
.booking p {
	color: var(--color-dark);
	margin-top: 10px;
}
.booking a:not(.btn) {
	text-decoration: underline;
}
.booking a:not(.btn):hover {
	color: var(--color-primary);
}

.home-2 {
	padding: 0px 0 0vh;
	height: 35vh;
	background-repeat: no-repeat !important;
	background-attachment: fixed;
	background-position: 50% 50% !important;
	background-size: cover !important;
	display: flex;
    align-items: center;
	position: relative;
}
.home-2 .over-lay{
	background: linear-gradient(360deg, rgba(0,0,0,0) 0%, rgba(0,0,0,.8) 077%);
}
.home-2 h2 {
	margin: 0 0 5px;
	color: var(--color-dark);
	font-weight: 600;
}
.home-2 .testimonial {
	width: 50%;
	text-align: center;
	margin: 0 auto;
}
.home-2 .testimonial .item {
}
.home-2 .testimonial q {
	font-size: 18px;
	color: var(--color-light);
	text-align: center;
	font-style: italic;
	text-align: center;
	line-height: 1.5;
}
.home-2 .testimonial p {
	font-size: 14px;
	color: var(--color-light);
	text-align: center;
	margin: 20px 0 0;
	text-transform: uppercase;
}

.dishes .col-sm-6 {
	min-height: 100vh;
}
.dishes .img {
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
	min-height: calc(100vh - 70px);
}
.dishes p {
	margin: 0 0 20px;
}

.pre-footer {
	background: rgba(11, 12, 17, 0.9);
	padding: 100px 0;
}
.pre-footer i {
	font-size: 50px;
	color: rgba(255, 255, 255, 0.7);
	margin: 0 0 15px;
}
.pre-footer h6 {
	color: rgba(255, 255, 255, 0.7);
	margin: 0 0 15px;
}
.pre-footer p {
	color: rgba(255, 255, 255, 0.7);
	margin: 0;
}

footer {
	/* background:var(--color-dark); */
	background-image: url('./img/bg.jpg');
    background-size: cover;
	box-shadow: 0 0 15px #0000005e;
}
footer img {
	max-width: 200px;
}
footer .logo {
	margin: 0 0 15px;
	opacity: 1.5;
}
footer .pay {
	display: table;
	margin-top: 30px;
	margin-left: auto;
}
footer p {
	color: var(--color-primary);
	margin: 0 0 5px;
	font-size: 16px;
}
footer p i {
	color: var(--color-primary);
	font-size: 16px;
}
footer p a {
	color: var(--color-primary);
	margin: 0 0 5px;
	font-size: 14px;
}
footer .link a {
	display: block;
	font-size: 14px;
	color: var(--color-primary);
	margin: 0 0 25px;
	font-weight: 600;
}
footer a:hover,
footer a:hover i {
	color: var(--color-primary);
}
footer .copy {
	background: var(--color-primary);
	color: var(--color-dark);
	text-align: center;
	padding: 20px;
	font-size: 12px;
	font-weight: 600;
}
.footer-logo {
    /* border-bottom: 1px dashed var(--color-light); */
	padding-top: 20px;
	/* margin-bottom: 20px; */
}
.info {
    display: flex;
    justify-content: space-between;
	align-items: center;
	/* border-bottom: 1px dashed var(--color-light); */
}
footer h3 {
    color: var(--p);
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 30px;
	font-size: 18px;

}
footer .table td{
	border-top: unset;
	border-bottom: 1px dashed var(--p)!important;
	color: var(--p);
}
.info strong {
	color:var(--p);
}
.gallery {
    padding: 150px 0 100px 0;
}
.gallery #lightgallery {
	display: flex;
	flex-wrap: wrap;
	margin-top: 15px;
}
.gallery #lightgallery a {
	display: block;
	margin: 10px;
	position: relative;
	width: calc(33.333% - 20px);
	flex-grow: 1;
	height: 300px;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
	border-radius: 3px;
	transform: translateX(0px) translateY(0px);
	border: 2px solid var(--color-primary);

}
.gallery #lightgallery a:nth-child(4n) {
	width: calc(66.666% - 20px);
}
.gallery #lightgallery a:hover {
	border: 2px solid var(--color-dark);
	box-shadow: 0 0 0 3px var(--color-dark);
}

.contact {
	position: relative;
	margin-top: 123px;
}
.contact iframe {
	width: 100%;
	border: 0;
	height: 500px;
	position: relative;
	z-index: 10;
	/* margin-top: 35px; */
}
.contact .text {
	width: 50%;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 20;
	background: rgba(0, 0, 0, 0.85);
	padding: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.contact .text h2,
.contact .text p {
	color: var(--color-dark);
	text-align: center;
}
.contact .text p {
	line-height: 1.5;
	margin: 0 0 15px;
}
.contact .text p a {
	color: var(--color-light);
	text-align: center;
	font-weight: 600;
}

.contact-details {
	padding: 100px 0;
}
.contact-details .table td {
	padding: 7px;
	
	vertical-align: middle;
	border-bottom:1px dashed var(--p);
	border-top: unset;
	color:var(--color-light);
}
.contact-details .table td:first-child {
	text-align: left;
}
.contact-details .table td:last-child {
	text-align: right;
}
.contact-details .table .active td {
	background: var(--color-primary);
	color:var(--color-dark);
}
.contact-details .table .active td:first-child:after {
	content: " (Today)";
	font-size: 11px;
}
.contact-details h3 {
	margin-bottom: 10px;
	color:var(--color-light);
}
.contact-details form input,
.contact-details form textarea {
	width: 100%;
	height: 40px;
	line-height: 40px;
	padding: 0 10px;
	color: var(--color-light);
	border: 1px dashed var(--color-light);
	border-bottom: 0;
	margin: 0;
	background: transparent;
}
.contact-details form textarea {
	height: 150px;
	min-height: 150px;
	resize: vertical;
	border-bottom: 1px dashed;
}
.contact-details form input:focus,
.contact-details form textarea:focus {
	box-shadow: none;
	outline: none;
	background: #ddd;
}
i.fas.fa-phone{
	transform: rotate(100deg);
}
.contact-details form button {
	width: 100%;
	height: 40px;
	line-height: 40px;
	padding: 0 15px;
	color: var(--color-light);
	border: 1px solid var(--color-light);
	margin-top: 10px;
	border-radius: 0 0 3px 3px;
}
.contact-details .social a {
	font-size: 30px;
	color: var(--color-primary);
	margin-right: 5px;
}
.contact-details a:hover {
	color: #ffcb00;
}
.contact-details .msg {
	margin-top: 20px;
}
.contact-details .msg.success {
	color: green;
}
.contact-details .msg.error {
	color: red;
}

.tos {
	padding: 100px 0;
}
.tos p {
	font-size: 14px;
	line-height: 15px;
	margin: 0 0 10px;
	font-weight: 600;
	text-align: justify;
	letter-spacing: 0;
}
.tos p strong {
	font-weight: 700;
}

.menu {
	padding: 100px 0;
}
.menu .panel a {
	pointer-events: none;
	cursor: default;
}
.menu .panel .product_dv {
	margin-bottom: 10px;
	border-bottom: 1px solid #eee;
}
.menu .panel .panel-title {
	margin: 20px 0 10px;
	letter-spacing: 0;
	background: #eee;
	padding: 5px;
}
.menu .panel .panel-title a {
	font-size: 26px;
	color: var(--color-primary) !important;
}
.menu .panel .sub_product {
	padding-left: 20px;
}
.menu .panel .price_dv {
	text-align: right;
	font-weight: 700;
	font-size: 15px;
}
.menu .panel .product_name {
	margin: 0;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 0;
}
.menu .panel .product_description {
	margin: 0 0 10px;
	font-size: 15px;
	letter-spacing: 0;
	font-weight: 600;
	opacity: 0.8;
}
.menu .panel .add_icon,
.menu .panel .product_images {
	display: none;
}
.menu .btn {
	display: table;
	margin: 0 auto;
}
section.contact-details a {
    color: #fff;
}
@media (max-width: 992px) {
	.text-content h1 {
    font-size: 44px;
	margin-bottom: 30px;
}
.booking {
	
	padding: 20px;
	margin-top: 90px;
}
	.navbar-brand {
		margin-right: 0;
	}
	.main-cn h2 {
		font-size: 31px;
		font-weight: 700;
		margin: 0 0 15px 0;
		line-height: 35px;
		color:var(--color-dark);
	}
	.mobile .btn {
		font-size: 15px;
		padding: 12px 8px;
	}
	.mobile {
		display: inline-block !important;
	}
	.desktop {
		display: none;
	}
	.banner .owl-carousel .owl-item .text {
		width: 110%;
		padding: 0 5%;
	}
	
	.navbar-toggler {
		color: var(--color-light);
		border: 0;
		box-shadow: 0 0 0 2px var(--color-light) inset, 0 0 0 2px var(--color-light) inset;
		padding: 5px 9px;
		transition: all 0.3s ease-out;
	}
	.navbar-toggler:hover {
		color: var(--color-light);
		border: 0;
		box-shadow: 0 20px 0 2px var(--color-light) inset, 0 -20px 0 2px var(--color-light) inset;
	}
	header.fixed .navbar-toggler {
		color: var(--color-light);
		border: 0;
		box-shadow: 0 0 0 2px var(--color-light) inset, 0 0 0 2px var(--color-light) inset;
	}
	header.fixed .navbar-toggler:hover {
		color: var(--color-dark);
		border: 0;
		/* box-shadow: 0 20px 0 2px var(--color-dark) inset, 0 -20px 0 2px var(--color-dark) inset; */
	}
	.navbar-toggler:focus {
		outline: none;
	}
	.navbar-collapse {
		margin-top: 30px;
	}
	.dishes .img {
		height: 500px;
	}
	header .navbar .navbar-nav .nav-link {
		text-align: center;
		padding: 20px 0;
	}
	.banner {
		margin: 0;
	}
	.about {
		padding: 30px 0 100px;
		min-height: 100vh;
	}
	.about .text {
		width: 95%;
	}
	.dishes h3,
	.dishes p,
	.pre-footer i,
	.pre-footer h6,
	.pre-footer p,
	.dishes .btn,
	footer .logo,
	footer p {
		text-align: center;
		margin-left: auto;
	}
	.dishes .p-4 {
		padding: 60px 0 !important;
	}
	.pre-footer i {
		margin-top: 20px;
	}
	footer .link a {
		margin: 15px 0 0;
		text-align: center;
	}
	.gallery #lightgallery {
		display: block;
	}
	.gallery #lightgallery a {
		width: calc(100% - 20px) !important;
	}
	.contact-details h3,
	.contact-details p,
	.contact-details .social {
		text-align: center;
	}
	.contact-details form button {
		margin-bottom: 30px;
	}
	.contact .text {
		position: relative;
		width: 100%;
	}
	.contact iframe {
		height: 300px;
		/* pointer-events: none; */
	}
	header .pre {
		text-align: center;
		border-bottom:1px solid var(--color-primary);
		display: none;
	}
	.booking .text,
	.home-2 .testimonial {
		width: 100%;
		text-align: center;
		background: #00000091;
	}
	footer .link {
		margin-top: 30px;
	}
	footer iframe {
		width: auto !important;
		display: table;
		margin: 30px auto 0;
	}
	.menu .panel {
		width: 90%;
		display: table;
		margin: 0 auto;
	}
	.about h2 {
		font-size: 18px;
	}
}
@media (max-width: 768px) {
	.banner .owl-carousel .owl-item img {
		width: 90%;
		height: auto;
	}
}
@media (max-width: 440px) {
	header .navbar .navbar-brand img {
		height: 70px;
		margin-left: 0px;
	}
}

#menu .item {
	width: calc(33% - 10px);
	margin-right: 10px;
	margin-bottom: 10px;
	border:1px solid var(--color-primary);
}
#menu .item .title {
	background: var(--color-primary);
	color: var(--light);
	padding: 3px;
	border: 1px solid var(--color-primary);
}
#menu .item .title p {
	font-size: 20px;
	font-weight: 700;
	margin: 0;
	text-transform: capitalize;
}
#menu .item .title small {
	font-size: 12px;
	display: block;
	margin: 0;
	font-weight: 700;
	font-style: italic;
	color:white;
}
#menu .content {
	padding: 20px 15px 10px;
	border: 1px solid var(--color-dark);
	border-top: 0;
}
header.on {
    /* background-image: url('./img/bg.jpg'); */

}
header.on .pre{
    border-bottom: 1px solid var(--color-primary);
	
}
#menu .content .meal {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 0 0 15px;
}
#menu .content .meal .name {
	font-size: 14px;
	font-weight: 600;
	text-transform: capitalize;
	color: var(--color-light);
}
#menu .content .meal .dots {
	flex-grow: 1;
	border-bottom: 2px dashed var(--p);
	height: 15px;
	margin: 0 10px;
}
#menu .content .meal .price {
	font-size: 14px;
	font-weight: 700;
	color: var(--p);
}
#menu .content .detail {
	    font-size: 12px;
    font-weight: 600;
    font-style: italic;
    margin: -13px 0 15px;
    color: var(--color-light);
    margin-top: 3px;
}
#menu .content .meal.sub {
	padding-left: 15px;
}
#menu .content .meal.sub .name {
	color: var(--p);
}
.dks{
	position: relative;
	z-index: 500;
}
.dks h2 {
    font-size: 40px;
    letter-spacing: 15px;
    text-transform: uppercase;
    margin-bottom: 15px;
	font-family: var(--n);
	color:var(--color-dark);
}

#menu .content .meal.sub .name:before {
	content: "• ";
	color: var(--primary);
}
.mbs {
    padding: 75px 0;
    background: var(--color-dark);
}
.img-s {
	margin: 10px;
}
.img-s img{
	border-radius: 20px;
}
.mbs .btn{
	margin-top: 30px;
}
.mbs h6 {
    color: var(--color-primary);
    font-weight: 300;
    font-size: 17px;
    text-transform: uppercase;
    letter-spacing: 14px;
    margin-bottom: 5px;
}
.mbs h5 {
    font-weight: 400;
    letter-spacing: 20px;
	font-size: 35px;
	font-family: var(--n);
	color:var(--p);
	margin: 0;
}
.ns{
	margin-bottom: 30px;
	margin-top: 20px;

}
.ns svg {
    height: 30px;
    width: 30px;
    fill: var(--color-primary);
	position: relative;
}
.ns .ff{
	position: relative;
}
.ns .ff:after {
	position: absolute;
    top: 50%;
    transform: translateY(-50%);
    content: "";
    width: 100px;
    height: 1px;
    background: var(--color-primary);
    right: 38%;

}
.ns .ff:before {
	position: absolute;
    top: 50%;
    transform: translateY(-50%);
    content: "";
    width: 100px;
    height: 1px;
    background: var(--color-primary);
    left: 38%;

}
section.home-2.bg {
    background: #18181d;
}
.home-2.bg h3 {
    color:var(--color-primary);
    font-weight: 300;
    font-size: 17px;
    text-transform: uppercase;
    letter-spacing: 14px;
    margin-bottom: 5px;
}

@media (max-width: 992px) {
	.container .mabs .customerh2 {
		font-size: 29px;
		margin-top: 0px;
		margin-bottom: 15px;
	}
	.mbs {
		padding: 50px 0;
		background: var(--color-dark);
	}
	.contact-details {
		padding: 50px 0;
	}
	header{
		background: var(--color-dark);
	}
	.main {
		display: flex;
		margin-bottom: 50px;
	}
	#menu .item{
		width: 100%;
	}
	.banner .owl-carousel .owl-item .item {
		height: 70vh;
		margin-top: 80px;
	}
	a.btn.btn1 {
		color: var(--color-light);
	}

	p.subtitle.wow.fadeInUp {
		padding: 10px;
		line-height: 1.5;
		margin: 0;
		font-size: 15px;
	}
}
section.home-2 p {
	
}
.home-2.bg h2{
color:var(--color-light);
}
.home-2.bg{
	padding: 20vh 0;
}
.home-2.bg h2 {
    font-weight: 400;
    letter-spacing: 20px;
	font-family: var(--n);
	color: var(--p);
	font-size: 60px;
	margin-top:20px;
}
.dks p {
	margin-bottom: 30px!important;
}
.home-2.bg .ns{
	margin-top: 20px ;
}
.testimonial {
    color: var(--color-light);
}
.customerh2{
    font-size: 35px;
    margin-top: -15px;
    margin-bottom: 15px;
}
.mabs h5{
	display: inline-flex;
   color:var(--color-primary);
    font-size: 22px;
    align-items: center;
    line-height: 30px;
    margin-bottom: 14px;
    font-weight: 700;
	letter-spacing: 0;
}
.mabs h2{
	margin-bottom: 10px;
    font-weight: 700;
    color: var(--color-light);
    font-size: 45px;
    line-height: 60px;
	letter-spacing: 0;
}
.mbs .img-s:before{
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		content: "";
		background-color: rgba(var(--moniz-black-rgb, 30, 30, 34), 0.3);
		border-radius: var(--moniz-border-radius, 10px);
		transform: scaleX(0);
		transform-origin: center;
		transform-style: preserve-3d;
		-webkit-transition: all 0.4s linear;
		-o-transition: all 0.4s linear;
		transition: all 0.4s linear;
		z-index: 1;
}
.mbs .img-s:hover:before {
    transform: scaleX(1);
}
@media (min-width: 992px) and (max-width: 1800px) { 
	.wea{
		margin-right: -100px!important;

	}
.mainC {
    position: relative;
    display: block;
    margin-left: 0px;
    margin-top: 50px;
}
 }

@media (max-width:900px){
	/* .footer-logo img {
		margin-left: 90px;
	} */
	.fb {
		margin-left: 22px;
	}
	.hygine{
		margin-top: 50px;
	}
	nav.navbar.navbar-expand-lg.sticky-top.container{
		/* background-image: url('./img/bg.jpg'); */
	}
	.texts {
		text-align: center;
	}
	.texts.text-left {
		text-align: center!important;
	}
	.contact {
		position: relative;
		margin-top: 70px;
	}
	.MianCas .ms{
		width: 150px;
    	height: 150px;
	}
	.maic-c {
		margin: 50px 10px 10px 10px;
	}
	.mainC{
		margin-top: 0px;
		margin-left: 0px;
	}
	.wea{
		margin: 0;
	}
	.wey{
		position: relative;
	}
	.main-cn{
		padding: 50px 0 0 0;
	}
	.MianCas span{
		width: 100px;
    	height: 100px;
	}
	/* .main-cn .btn {
		margin-bottom: 50px;
	} */
	.mbs h6 {
	
		font-size: 14px;
		letter-spacing: 10px;
	}
	.ns .ff:before {
		left: 12%;
	}
	.ns .ff:after {
		right: 12%;
	}
	.dks h2 {
		font-size: 22px;
		letter-spacing: 6px;
	}
	.booking p{
		line-height: 1.2;
	}
	a.btn.btn-light-1 {
		margin-top: 15px;
	}
	section.booking p {
		margin-bottom: 15px;
	}
	.home-2.bg h3 {
		font-size: 15px;
		letter-spacing: 6px;
	}
	.home-2.bg h2 {
		letter-spacing: 6px;
		font-size: 35px;
	}
	.mabs h2{
		font-size: 26px;
		line-height: 40px;
	}
	.mabs h5{
		line-height: 23px;
	}
	.info p {
		margin: 0 auto;
	}
	.contact iframe {
		margin-top: 25px;
	}
}
.p1 {
    color: white;
    margin-top: 17px;
    display: block;
}
.dk.text a {
    color: black;
}
.dk.text h3 {
    color: var(--color-primary);
}
.text {
    text-align: left;
}
.g-recaptcha{
	margin:20px 0;
	background:#fff;
}
form.contact-form iframe {
    height: 90px;
}





.blob-btn {
    display: block; /* Allows proper sizing and padding for <a> */
    position: relative;
width:auto;
    padding: 14px 24px; /* Adjusted padding for a smaller button */
    text-align: center;
    text-transform: uppercase;
    color: var(--color-primary);
    font-size: 22px;
    font-weight: bold;
    background-color: white;
    outline: none;
    border: 3px solid #fff;
    border-radius: 36px;
    cursor: pointer; /* Makes it look clickable */
    overflow: hidden;
    transition: color 0.3s; 
   z-index:1;
    text-decoration:none;
    margin-bottom:20px;
    box-shadow: 0 6px 14px rgba(0, 0, 0, 0.15);
	display: table;
	margin: 0 auto;
  }

  .blob-btn:hover {
    color: #fff; /* Change text color on hover */
  }

  .blob-btn__text {
    position: relative; /* Ensure the text is above the blobs */
    z-index: 1; /* Keeps the text above the blobs */
    transition: 0.06s; /* Add transition for smooth color change */
  }

  .blob-btn__blobs {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    filter: url('#goo');
    overflow: hidden;
    border-radius: 26px;
   
  }

  .blob-btn__blob {
    position: absolute;
  
    width: 25%;
    height: 100%;
    background: var(--color-primary);
    border-radius: 100%;
    transform: translate3d(0, 150%, 0) scale(1.7);
    transition: transform 0.45s;
  }

  .blob-btn__blob:nth-child(1) {
    left: 0%;
    transition-delay: 0s;
  }
  .blob-btn__blob:nth-child(2) {
    left: 30%;
    transition-delay: 0.08s;
  }
  .blob-btn__blob:nth-child(3) {
    left: 60%;
    transition-delay: 0.16s;
  }
  .blob-btn__blob:nth-child(4) {
    left: 90%;
    transition-delay: 0.24s;
  }

  .blob-btn:hover .blob-btn__blob {
    transform: translateZ(0) scale(1.7); /* Blobs rise when hovered */
  }
  .hero-banner-desktop {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0px 0px 0px 0px; /* Set right padding to 0 */
    background-color: #000000;
	background-image: url('./img/banner-new.jpeg');
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
  position:relative;
  height:100vh;
}



.icon-text {
    display: flex;
    align-items: center;
    font-size: 21px;
    margin-bottom: 10px;
    color: #000;
  
}

.icon-text svg, 
.icon-text img {
    margin-right: 10px;
fill:black;
max-height:40px
}

.image-content img {
    max-width: 500px; /* Ensure the image isn't too large for the layout */
    height: auto;
    margin-right: 0; /* Remove any margin on the right */
}

.eyee3 {
max-width:46px !important;
border-radius:8px;
margin-right:11px !important
}

.header22 {
  position:absolute;
  text-align:center;
  background: transparent;
  color:white;
  width:100%;
  left:0;
  
  bottom:0
}

.waves {
  position:relative;
  width: 100%;
  height:15vh;
  margin-bottom:-7px; /*Fix for safari gap*/
  min-height:100px;
  max-height:150px;
}

/* Animation */

.parallax > use {
  animation: move-forever 25s cubic-bezier(.55,.5,.45,.5)     infinite;
}
.parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
   transform: translate3d(-90px,0,0);
  }
  100% { 
    transform: translate3d(85px,0,0);
  }
}
/*Shrinking for mobile*/
@media (max-width: 768px) {
  .waves {
    height:40px;
    min-height:40px;
  }
}
.all-main-cn{
	padding: 25px;
	/* background-color: var(--color-primary); */
	background-image: url('./img/bg.jpg');
	border-radius: 15px;
}












.col-pic{
    position:absolute;
    top:0;
    width:100%;
    height:100%;
    text-align:center;
    padding-top: 6.5em;
    background: rgba(0, 0, 0, 0.43);


}
.col-pic p{
    color:#fff;
    font-size:1.1em;
    text-transform:uppercase;
    font-family: 'Oxygen-Bold';
}
.col-pic h5{
    color:#fff;
    font-size: 20px;
    text-transform:uppercase;
     font-family: 'roboto slab', sans-serif;
    letter-spacing: 0.25px;
}
.col-pic label{
    width:100px;
    height:2px;
    display:block;
    background:#fff;
    border-radius:10px;
    margin: 0.5em auto;
}

.col3-new{
    position:relative;
    margin-bottom:1.1em;
    z-index: 0;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 2.2s ease-in-out;
    -moz-transition: all 2.2s ease-in-out;
    -ms-transition: all 2.2s ease-in-out;
    -o-transition: all 2.2s ease-in-out;
    transition: all 2.2s ease-in-out;

}
.col3-new a img
{
    -webkit-transition: all 2.4s ease-in-out;
    -moz-transition: all 2.4s ease-in-out;
    -ms-transition: all 2.4s ease-in-out;
    -o-transition: all 2.4s ease-in-out;
    transition: all 2.4s ease-in-out;
    height:320px;
    width:100%;
 
}

.col3-new a
{
    display: block;
    overflow: hidden;
    position: relative;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.col3-new a:hover img
{
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
}
.col3-new:hover .col-pic
{
    background:rgba(0, 0, 0, 0.59);
}

.padcol {
    padding-left:1px;
    padding-right:2px;
    margin-top: -17px;
}
.margright
{
    margin-right: -2px;
}







.section-title {
	font-size: 28px;
	margin-bottom: 20px;
	padding-bottom: 20px;
	font-weight: 400;
	display: inline-block;
	position: relative;
	color: var(--color-light);
	text-align: center;
}
.section-title:after,
.section-title:before {
	content: "";
	position: absolute;
	bottom: 0;
}
.section-title:after {
	height: 2px;
	background-color: rgba(252, 92, 15, 0.46);
	left: 25%;
	right: 25%;
}

.section-title:before {
	width: 15px;
	height: 15px;
	border: 3px solid #fff;
	background-color: #fc5c0f;
	left: 50%;
	transform: translatex(-50%);
	bottom: -6px;
	z-index: 9;
	border-radius: 50%;
}

/* CAROUSEL STARTS */
.customer-feedback .owl-item img {
	width: 85px;
	height: 85px;
}

.feedback-slider-item {
	position: relative;
	padding: 60px;
	margin-top: -40px;
}

.customer-name {
	margin-top: 15px;
	margin-bottom: 25px;
	font-size: 20px;
	font-weight: 500;
}

.feedback-slider-item p {
	line-height: 1.875;
}

.customer-rating {
	background-color: #eee;
	border: 3px solid #fff;
	color: rgba(1, 1, 1, 0.702);
	font-weight: 700;
	border-radius: 50%;
	position: absolute;
	width: 47px;
	height: 47px;
	line-height: 44px;
	font-size: 15px;
	right: 0;
	top: 77px;
	text-indent: -3px;
}

.thumb-prev .customer-rating {
	top: -20px;
	left: 0;
	right: auto;
}

.thumb-next .customer-rating {
	top: -20px;
	right: 0;
}

.customer-rating i {
	color: rgb(251, 90, 13);
	position: absolute;
	top: 10px;
	right: 5px;
	font-weight: 600;
	font-size: 12px;
}

/* GREY BACKGROUND COLOR OF THE ACTIVE SLIDER */
.feedback-slider-item:after {
	content: "";
	position: absolute;
	left: 20px;
	right: 20px;
	bottom: 0;
	top: 103px;
	background-color: var(--color-primary);
	border: 1px solid rgba(251, 90, 13, 0.1);
	border-radius: 10px;
	z-index: -1;
}

.thumb-prev,
.thumb-next {
	position: absolute;
	z-index: 99;
	top: 45%;
	width: 98px;
	height: 98px;
	left: -90px;
	cursor: pointer;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.thumb-next {
	left: auto;
	right: -90px;
}

.feedback-slider-thumb img {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	overflow: hidden;
}

.feedback-slider-thumb:hover {
	opacity: 0.8;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

.customer-feedback .owl-nav [class*="owl-"] {
	position: relative;
	display: inline-block;
	bottom: 45px;
	transition: all 0.2s ease-in;
}

.customer-feedback .owl-nav i {
	background-color: transparent;
	color: rgb(251, 90, 13);
	font-size: 25px;
}

.customer-feedback .owl-prev {
	left: -15px;
}

.customer-feedback .owl-prev:hover {
	left: -20px;
}

.customer-feedback .owl-next {
	right: -15px;
}

.customer-feedback .owl-next:hover {
	right: -20px;
}

/* DOTS */
.customer-feedback .owl-dots {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 35px;
}
.customer-feedback .owl-dot {
	display: inline-block;
}

.customer-feedback .owl-dots .owl-dot span {
	width: 11px;
	height: 11px;
	margin: 0 5px;
	background: #fff;
	border: 1px solid rgb(251, 90, 13);
	display: block;
	-webkit-backface-visibility: visible;
	-webkit-transition: all 200ms ease;
	transition: all 200ms ease;
	border-radius: 50%;
}

.customer-feedback .owl-dots .owl-dot.active span {
	background-color: rgb(251, 90, 13);
}

/* RESPONSIVE */
@media screen and (max-width: 767px) {
	.feedback-slider-item:after {
		left: 30px;
		right: 30px;
	}
	.customer-feedback .owl-nav [class*="owl-"] {
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		margin-top: 45px;
		bottom: auto;
	}
	.customer-feedback .owl-prev {
		left: 0;
	}
	.customer-feedback .owl-next {
		right: 0;
	}
}

/* extra */
.copyright {
	text-align: center;
	margin-top: 30px;
	font-size: 1.6rem;
	background-color: #ededed;
}
.copyright a {
	display: inline-block;
	padding: 15px 2px;
}
.copyright a:not(:last-child):after {
	content: "/";
	margin-left: 10px;
}

.toptal {
	color: #204ecf;
}

.upstack {
	color: #008bf7;
}

.upwork {
	color: #37a000;
}

.fiverr {
	color: #1dbf73;
}

.jobs {
	color: magenta;
	text-decoration: underline;
	margin-top: -15px;
}



























[class^="swiper-button-"],
.swiper-container-horizontal
  > .swiper-pagination-bullets
  .swiper-pagination-bullet,
.swiper-container-horizontal
  > .swiper-pagination-bullets
  .swiper-pagination-bullet::before {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.swiper-container {
  width: 100%;
  height: auto;
  -webkit-transition: opacity 0.6s ease;
  transition: opacity 0.6s ease;
}
.swiper-container.swiper-container-coverflow {
  margin-top: 60px;
  margin-bottom: 60px;
}
.swiper-container.loading {
  opacityx: 0;
  visibilityx: hidden;
}
.swiper-container:hover .swiper-button-prev,
.swiper-container:hover .swiper-button-next {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
}

.swiper-slide {
  background-position: center;
  background-size: cover;
}
.swiper-slide img {
  position: absolute;
  width: 100%;
  height: auto;
}
.swiper-slide .content {
  position: absolute;
  top: 40%;
  left: 0;
  width: 50%;
  padding-left: 5%;
  color: #fff;
}
.swiper-slide .content .title {
  font-size: 2.6em;
  font-weight: bold;
  margin-bottom: 30px;
}
.swiper-slide .content .caption {
  display: block;
  font-size: 13px;
  line-height: 1.4;
}
.ratioWrapper {
  position: relative;
  width: 100%;
  height: 0;
  background-color: #000;
  padding-top: 56%;
}
.ratioWrapper img {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.slide-caption {
  font-family: helvetica;
  color: white;
  text-transform: lowercase;
  letter-spacing: 2px;
  font-size: 15px;
  padding-top: 10px;
  text-align: center;
}

[class^="swiper-button-"] {
  width: 44px;
  opacity: 0;
  visibility: hidden;
}

.swiper-button-prev {
  -webkit-transform: translateX(50px);
  transform: translateX(50px);
}

.swiper-button-next {
  -webkit-transform: translateX(-50px);
  transform: translateX(-50px);
}

.swiper-container-horizontal
  > .swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 0px 9px;
  position: relative;
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 0.5;
  visibility: hidden;
}
.swiper-container-horizontal
  > .swiper-pagination-bullets
  .swiper-pagination-bullet::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 18px;
  height: 18px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border: 0px solid #fff;
  border-radius: 50%;
}
.swiper-container-horizontal
  > .swiper-pagination-bullets
  .swiper-pagination-bullet:hover,
.swiper-container-horizontal
  > .swiper-pagination-bullets
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}
.swiper-container-horizontal
  > .swiper-pagination-bullets
  .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  border-width: 1px;
}

@media (max-width: 1023px) {
  .swiper-container {
    height: auto;
  }
  .swiper-container.swiper-container-coverflow {
    margin-top: 0;
  }
  
  .slide-caption {
    font-size: 12px;
  }
}

/* **************
  Disable Click Events on Previous and Next Slide
************* */

.swiper-slide-next {pointer-events: none !important;}
.swiper-slide-prev {pointer-events: none !important;}


/* **************
 Active Slide Class
.swiper-slide-active {}
************* */

/* **************
  VIDEO WRAPPER 
************* */

.videoWrapper {
  position: relative;
  width: 100%;
  height: 0;
  background-color: #000;
  padding-top: 56%;
}

.videoIframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
}

.videoPoster {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  cursor: pointer;
  border: 0;
  outline: none;
  background-position: 50% 50%;
  background-size: 100% 100%;
  background-size: cover;
  text-indent: -999em;
  overflow: hidden;
  opacity: 1;
  -webkit-transition: opacity 800ms, height 0s;
  -moz-transition: opacity 800ms, height 0s;
  transition: opacity 800ms, height 0s;
  -webkit-transition-delay: 0s, 0s;
  -moz-transition-delay: 0s, 0s;
  transition-delay: 0s, 0s;
}
.videoWrapperActive .videoPoster {
  opacity: 0;
  height: 0;
  -webkit-transition-delay: 0s, 800ms;
  -moz-transition-delay: 0s, 800ms;
  transition-delay: 0s, 800ms;
}
.videoIframe {
  position: absolute;
  top: 0;
}
/* *********
  SVG PLAY BUTTON
********** */

.stroke-dotted {
  stroke-dasharray: 4, 5;
  stroke-width: 1px;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-animation: spin 4s infinite linear;
  animation: spin 4s infinite linear;
  -webkit-transition: opacity 1s ease, stroke-width 1s ease;
  transition: opacity 1s ease, stroke-width 1s ease;
}
.stroke-solid {
  stroke-dashoffset: 0;
  stroke-dasharray: 300;
  stroke-width: 4px;
  -webkit-transition: stroke-dashoffset 1s ease, opacity 1s ease;
  transition: stroke-dashoffset 1s ease, opacity 1s ease;
  opacity: 0;
}
.vid-icon {
  -webkit-transition: -webkit-transform 200ms ease-out;
  transition: -webkit-transform 200ms ease-out;
  transition: transform 200ms ease-out;
  transition: transform 200ms ease-out, -webkit-transform 200ms ease-out;
}

.play-vid:hover .stroke-dotted {
  stroke-width: 4px;
  opacity: 1;
}
.play-vid:hover .stroke-solid {
  opacity: 1;
  stroke-dashoffset: 300;
}
.play-vid:hover .icon {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  opacity: 1;
}
.play-vid {
  cursor: pointer;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0.85;
  width: 110px;
  height: 110px;
}
@-webkit-keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}


.halal-new {
    position: absolute;
    top: 22%;
    left: 3%;
    z-index: 9999;
}
.halal-new img{
	width: 150px;
}
@media (max-width:512px) {
	.halal-new {
		top: 15%;
	}
	.halal-new img{
		width: 100px;
	}
}
.hygine img {
    height: auto;
    max-width: 260px;
	display: table;
    margin: 0 auto;
}