
@font-face {font-family: "Nandos-Regular";
	src: url("6fc835b71af69222366fb9c510a3edb1.eot"); /* IE9*/
	src: url("6fc835b71af69222366fb9c510a3edb1.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
	url("6fc835b71af69222366fb9c510a3edb1.woff2") format("woff2"), /* chrome、firefox */
	url("6fc835b71af69222366fb9c510a3edb1.woff") format("woff"), /* chrome、firefox */
	url("6fc835b71af69222366fb9c510a3edb1.ttf") format("truetype"), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
	url("6fc835b71af69222366fb9c510a3edb1.svg#Nandos-Regular") format("svg"); /* iOS 4.1- */
  }
  
  :root {
	  --p:#000;
	  --color-primary: #222;
	--color-dark: #0a0a0a;
	--color-light: #fff;
	--c1: #525764;
	  --f1:'Barlow', sans-serif;
	  --h:'Catamaran', sans-serif;
	  --ex: 'Pinyon Script', cursive;
	  --n:'Catamaran', sans-serif;
	  --r:'Klavika Bd';
  }
  html,
  body {
	  min-height: 100vh;
	  background: #fff;
	  font-family: var(--f1);
	  font-size: 18px;
	  line-height: 1;
	  color: var(--color-dark);
  }
  
  @font-face {
    font-family: 'Blankit';
    src: url('text/Blankit.woff2') format('woff2'),
        url('text/Blankit.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'Klavika Bd';
    src: url('text/Klavika-Bold.woff2') format('woff2'),
        url('text/Klavika-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}





  body {
  }
  .cta {
	  padding: 1.5625rem 1.5625rem .5rem 2.1875rem;
	  font-size: 16px;
	  font-size: 1rem;
	  position: relative;
	  overflow: hidden;
	  height: auto;
	  text-decoration: none;
	  text-transform: uppercase;
	  -webkit-backface-visibility: hidden;
	  backface-visibility: hidden;
	  display: inline-block;
	  margin-top: -20px;
  }
  
  .cta span:after, .cta span:before {
	  position: absolute;
	  top: -10px;
	  z-index: -1;
	  height: 16px;
	  border-width: 0 8px 12px;
	  border-style: solid;
	  border-color: transparent transparent var(--c1);
	  content: "";
	  -webkit-backface-visibility: hidden;
	  backface-visibility: hidden;
  }
  .mainConHom {
	  height: 650px;
	  min-height: 400px;
	  padding: 150px 50px 100px 50px;
	  text-align: center;
	  background-position: 50% 50%!important;
	  background-size: cover!important;
	  margin-top: -7.5rem;
	  background-color: #2d2d2d;
  }
  .cta span:before {
	  right: calc(100% + 15px);
	  width: 50%;
  }
  .cta span:after {
	  left: -14px;
	  width: 200%;
  }
  .cta:after {
	  bottom: -1px;
	  left: -1%;
	  display: block;
	  width: 102%;
	  height: calc(100% - 30px);
	  background: var(--c1);
	  backface-visibility: hidden;
  }
  .cta span {
	  position: relative;
	  z-index: 1;
	  min-width: 70px;
	  height: auto;
	  padding: 0;
	  font-weight: 600;
	  line-height: 16px;
	  color: #000;
	  background-color: var(--c1);
	  text-align: center;
  }
  .cta:before {
	  top: 16px;
	  left: 16px;
	  width: 0;
	  height: 0;
	  border-width: 12px 8px 0;
	  border-style: solid;
	  border-color: var(--color-primary) transparent transparent;
	  -webkit-transform: translateY(0);
	  -ms-transform: translateY(0);
	  transform: translateY(0);
	  backface-visibility: hidden;
  }
  .cta:hover:before {
	  -webkit-animation: cta-bounce .5s infinite alternate;
	  animation: cta-bounce .5s infinite alternate;
  }
  .cta:hover span:after, .cta:hover span:before {
	  border-color: transparent transparent #d9a1ab;
	  -webkit-transform: translate(0,0);
	  -ms-transform: translate(0,0);
	  transform: translate(0,0);
  }
  .cta:hover span:after, .cta:hover span:before {
	  border-color: transparent transparent #d9a1ab;
	  -webkit-transform: translate(0,0);
	  -ms-transform: translate(0,0);
	  transform: translate(0,0);
  }
  .cta:hover span {
	  background-color: #d9a1ab;
	  -webkit-transform: translate(0,0);
	  -ms-transform: translate(0,0);
	  transform: translate(0,0);
  }
  @keyframes cta-bounce{from{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{-webkit-transform:translate3d(0,-2px,0);transform:translate3d(0,-2px,0)}}
  .cta:hover:after {
	  width: 110%;
	  background: #d9a1ab;
  }
  .cta:after, .cta:before {
	  position: absolute;
	  -webkit-backface-visibility: hidden;
	  content: "";
  }
  .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(--n);
  }
  h1 {
	  font-size: 48px;
  }
  h2 {
	  font-size: 40px;
  }
  h3 {
	  font-size: 36px;
  }
  h6 {
	  font-size: 24px;
  }
  p {
	  font-size: 17px;
	  line-height: 1.2;
	  margin: 0;
  }
  
  a.btn.btn1 {
	  color: var(--color-dark);
  }
  
  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: 10px 20px;
	  font-size: 18px;
	  font-weight: 600;
	  color: var(--color-light);
	  background: var(--c1);
	  border-radius: 0;
	  line-height: 1;
	  text-transform: uppercase;
	  letter-spacing: 2px;
	  font-weight: 600;
	  border-radius: 3px;
	  border:0;
	  outline-offset: 3px;
	  position: relative;
	  -moz-outline-radius: 2px;
	 
	  
  }
  .btn:hover .round{
	top: -10px;
	background-color: var(--c1);
  }
  .round {
    /* width: 20px; */
    height: 20px;
    background: black;
    /* position: relative; */
    top: -10px;
    /* border-radius: 50px; */
    z-index: 55;
    position: absolute;
    /* display: block; */
    /* border: 2px solid #fff; */
    transition: .3s linear;
    transform: translateX(-50%);
    display: flex;
    justify-content: center;
    align-items: center;
    animation: cta-bounce .5s infinite alternate;
}

a.btn.bb {
    padding: 19px 20px;
}
.round .tt {
	color: #fff;
	font-size: 10px;
	font-family: var(--r);
	text-align: center;
	margin:2px 3px 0px 6px;
}
.top_text {
	max-width: 250px!important;
	height: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
}
.btn:hover .round .tt{
	transform: rotate(0deg);
	margin-right: 3px;
	color: var(--color-light) !important;
}
  .main-cn {
	  background: var(--color-dark);
	  padding:100px 0;
  }
  .main-cn p {
	  color: var(--color-light);
  }
  .btn:focus,
  .btn:hover {
	  background: var(--color-primary);
	  color: var(--color-light);
  }
	.bnt {
    width: 250px;
    margin-left: 10px;
}
  .main-cn h5 {
	  font-weight: 400;
	  font-size: 15px;
	  text-transform: uppercase;
	  letter-spacing: 5px;
	  margin-bottom: 15px;
	  color: var(--color-primary);
  }
  img.halal {
	margin-top: -162px;
	margin-left: 172px;
	height: auto;
	width: 60px;
	transform: rotate(-28deg);
}
  .main-cn h2 {
	  font-size: 35px;
	  font-weight: 700;
	  margin: 0 0 15px 0;
	  line-height: 35px;
	  color:var(--p);
  }
  .main-cn .btn {
	  margin-top:30px;
  }
  .main {
	  display: flex;
	  flex-direction: column;
	  justify-content: center;
	  margin: 0 auto;
	  text-align: center;
  }
  .ms {
	  text-align: center;
  }
  .ms h2 {
	  color: #000;
	  margin-top: 70px;
	  margin-bottom: 80px;
  }
  .ms h2:after, .ms h2:before {
	  filter: brightness(0);
  }
  .main .svg {
	  margin-bottom: 15px;
  }
  .ms p {
	  color: #000!important;
	  line-height: 30px;
	  margin-bottom: 50px;
  }
  .msh.text-center {
	  margin-top: 50px;
  }.msh .cta{
	  margin-right: 10px;
  }
  .mainSvg svg {
	  fill: #fff;
  }
  .mainSvg {
	  position: absolute;
	  top: 0;
	  z-index: 54;
	  width: 100%;
  }
  .main svg {
	  width: 100px;
	  height: 100px;
	  fill: #ffffff;
	  margin-right: 0;
	  BACKGROUND: #363041;
	  PADDING: 18PX;
	  BORDER-RADIUS: 2PX;
	  outline: 4px solid #000000;
	  border: 3px solid var(--c1);
	  /* box-shadow: 0px 2px 10px #0000006b; */
  }
  .main h5 {
	  text-transform: uppercase;
	  margin-bottom: 20px;
	  color: #333;
	  font-size: 18px;
	  font-weight: 500;
	  margin-top: 20px;
  }
  .main p {
	  font-size: 15px;
	  color: #333;
	  font-weight: 500;
  }
  .main-bs {
	  padding: 100px 0 50px 0;
	  background: #ffffff;
  }
  .btn.btn-light {
	  color: var(--color-dark);
	  border-color: var(--color-light);
  }
  .btn.btn-light:focus,
  .btn.btn-light:hover {
	  background: var(--color-primary);
	  color: var(--color-light);
  }
  .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: 88888;
	  background-color:var(--color-light);
	  box-shadow: 0px 0px 10px #0000003d;
	  padding: 20px !important;
  }
  header .pre {
	  padding: 5px 30px;
	  display:none;
  }
  header .pre a {
	  font-size: 13px;
	  margin: 0;
	  line-height: 10px;
	  color: var(--color-light);
  }
  header .pre .left a {
	  padding-right: 10px;
  }
  header .pre a i {
	  color: var(--color-light);
  }
  header .navbar {
	  padding: 0px 10px;
  }
  header .navbar .navbar-brand {
	  padding: 0;
  }
  header .navbar .navbar-brand img {
	  width: auto;
	  height:70px;
	  padding: 10px;
  }
  header .navbar .navbar-brand img:first-child {
	  display: none;
  }
  header .navbar .navbar-nav .nav-link {
  
	  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-color: var(--c1);
	color: var(--color-light);
  }
  header.fixed {
	  position: fixed;
	  top: -200px;
  }
  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;
  
  }
  .item .texts {
	  position: relative;
	  z-index: 999;
  }
  .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-light);
  }
  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 {
  }
  header.fixed .navbar .navbar-nav .active .nav-link,
  header.fixed .navbar .navbar-nav .nav-link:hover {
  
  }
  
  .banner .owl-carousel .owl-item .item {
	  display: flex;
	  align-items: center;
	  justify-content: center;
	  height:98vh;
	  background-position: 50% 50%!important;
	  background-size: cover!important;
	  background-repeat: no-repeat!important;
	  text-align: center;
  }
  footer .link a.active{
	  color:var(--color-primary);
  }
  section.banner {
	  position: relative;
		  -webkit-clip-path: polygon(0 0,100% 0,100% calc(100% - 5.4vw),0 100%);
	  clip-path: polygon(0 0,100% 0,100% calc(100% - 5.4vw),0 100%);
	  overflow: hidden;
		  height: 98vh;
		  margin-top: 70px;
		  background: #000;
		  z-index: 555;
  }
  .over-lay{
	  position:absolute;
	  top:0;
	  left:0;
	  width: 100%;;
	  height: 100%;
	  z-index: 11;
  }
  .banner .owl-carousel .owl-item .text {
	  width: 100%;
	  padding: 0 10%;
	  position: relative;
	  z-index: 555!important;
  }
  .banner .owl-carousel .owl-item h1 {
	  color: var(--color-light);
  }
  .pane__copy {
	  margin-bottom: 31px;
  }
  .pane--promo .pane__title {
	  margin: 1.6875rem 0 3.125rem;
	  font-size: 50px;
	  font-size: 3.125rem;
	  -webkit-backface-visibility: visible;
	  backface-visibility: visible;
	  transform: rotate(
  -3deg);
	  line-height: .95;
  }
  .pane__copy p {
	  font-size: 22px;
	  color: #fff;
  }
  .pane__title {
	  color: #fff;
	  font-size: 40px !important;
	  line-height: 50px !important;
	  margin: 1.6875rem 0 2.125rem;
	  font-size: 50px;
	  font-size: 3.125rem;
	  -webkit-backface-visibility: visible;
	  backface-visibility: visible;
	  transform: rotate(
  -3deg);
	  line-height: .95;
  }
  .mainConHom h2:after,.mainConHom h2:before {
	  display: none;
  }
  .mainConHom p{
	  margin-bottom: 2.5rem;
	  line-height: 25px;
  }
  .mainConHom .cta{
	  margin-bottom: 1.5rem;
	  
  }
  .pane__title:after, .pane__title:before {
	  position: absolute;
	  left: 50%;
	  display: block;
	  width: 110px;
	  height: 20px;
	  content: "";
	  background: url(img/line.png) top left no-repeat;
	  background-size: contain;
	  -webkit-transform: translate(-50%,0);
	  -ms-transform: translate(-50%,0);
	  transform: translate(-50%,0);
	  -webkit-backface-visibility: visible;
	  backface-visibility: visible;
  }
  .pane__title:before {
	  top: -30px;
  }
  .pane__title:after {
	  bottom: -40px;
  }
  .banner .owl-carousel .owl-item h1 span {
  text-shadow: 2px 2px 4px #000000;
	  display: block;
	  font-size: 60px;
	  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: 80vh;
	  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 {
    margin-top: 150px;
    position: relative;
    text-align: right;
    width: 50%;
    background-color: #0000009d;
    padding: 30px 18px;
}
  .booking .text h2{
	margin-top: 30px !important;
  }
  .booking h2,
  .booking p {
	  color: var(--color-light);
	  margin: 0!important;
  }
  .booking p{
	  margin: 20px 0 !important;
  }
  .booking a:not(.btn) {
	  text-decoration: underline;
  }
  .booking a:not(.btn):hover {
	  color: var(--color-primary);
  }
  
  .home-2 {
	  padding: 33vh 0 20vh;
	  height: 80vh;
	  background-repeat: no-repeat !important;
	  background-attachment: fixed!important;
	  background-position: 50% 50% !important;
	  background-size: cover !important;
	  display: flex;
	  align-items: center;
	  position: relative;
  }
  .home-2 .over-lay {
	  background: #00000063;
  }
  .home-2 h2 {
	  color: #fff;
	  font-weight: 600;
  }
  .home-2 .testimonial {
	  width: 50%;
	  text-align: center;
	  margin: 0 auto;
  }
  .home-2 .testimonial .item {
  }
  .pane__copy p {
	  font-size: 20px;
	  color: #fff;
  }
  .home-2 .testimonial q {
	  font-size: 18px;
	  color: var(--color-dark);
	  text-align: center;
	  font-style: italic;
	  text-align: center;
	  line-height: 1.5;
  }
  .home-2 .testimonial p {
	  font-weight: 700;
	  font-size: 14px;
	  color: var(--color-dark);
	  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(--c1);
  }
  footer img {
	  max-width: 200px;
  }
  footer .logo {
	  margin: 0 0 30px;
	  opacity: 1.5;
  }
  footer .pay {
	  display: table;
	  margin-top: 30px;
	  margin-left: auto;
  }
  footer p {
	  color: var(--color-dark);
	  margin: 0 0 5px;
	  font-size: 16px;
	  font-weight: 700;
  }
  footer p i {
	  color: var(--color-dark);
	  font-size: 16px;
  }
  footer p a {
	  color: var(--color-dark);
	  margin: 0 0 5px;
	  font-size: 16px;
	  font-weight: 700;
  }
  footer .link a {
	  display: block;
	  font-size: 14px;
	  color: var(--color-dark);
	  margin: 0 0 25px;
	  font-weight: 600;
  }
  footer a:hover,
  footer a:hover i {
	  color: var(--color-primary);
  }
  footer .copy {
	  background: #18181d;
	  color: var(--color-light);
	  text-align: center;
	  padding: 20px;
	  font-size: 12px;
	  font-weight: 600;
	  position: fixed;
	  bottom: 0;
	  width: 100%;
	  z-index: -111111;
  }
  .footer-logo {
	  border-bottom: 1px dashed var(--color-light);
	  padding-top: 20px;
	  margin-bottom: 20px;
	  text-align: center;
  }
  footer svg {
	  fill: #ffffff;
  }
  .copy-right {
    text-align: center;
    color: white;
}
  .footer-msg {
	color: var(--color-light);
  }
  .subscribe-form h4{
	color: var(--color-light);
  }
  .info {
	  display: flex;
	  justify-content: space-between;
	  align-items: center;
	  border-bottom: 1px dashed var(--p);
  }
  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: 100px 0;
	  background: var(--color-light);
  }
  .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: 110px;
  }
  .contact iframe {
	  width: 100%;
	  border: 0;
	  height: 500px;
	  position: relative;
	  z-index: 10;
  }
  .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-light);
	  text-align: center;
  }
  .contact .text h2{
	  margin-bottom: 30px;
  }
  .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-dark);
	  font-weight: 700;
  }
  .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-light);
  }
  .contact-details .table .active td:first-child:after {
	  content: " (Today)";
	  font-size: 11px;
  }
  .contact-details h3 {
	  margin-bottom: 10px;
	  color:var(--color-dark);
  }
  .contact-details form input,
  .contact-details form textarea {
	  width: 100%;
	  height: 40px;
	  line-height: 40px;
	  padding: 0 10px;
	  color: var(--color-dark);
	  border: 1px dashed var(--color-dark);
	  border-bottom: 0;
	  margin: 0;
	  background: transparent;
  }
  section.contact-details p a {
	  color: #000;
	  font-weight: 700;
  }
  .contact-details form textarea {
	  height: 150px;
	  min-height: 150px;
	  resize: vertical;
  }
  .contact-details form input:focus,
  .contact-details form textarea:focus {
	  box-shadow: none;
	  outline: none;
	  background: #ddd;
  }
  .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: -3px;
	  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: #103fcb;
}
  .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;
	  background: var(--color-light);
  }
  .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;
  }
	section.booking .btn {
    margin-left: auto!important;
    margin: 0;
}
  @media (max-width: 992px) {
	section.booking .btn {
    margin: 0 auto;
}
	/* .footer-logo {
		margin-left: -60px;
	} */
	img.halal {
		margin-top: -198px;
		margin-left: 235px;
		height: auto;
		width: 60px;
		transform: rotate(-28deg);
	}
		.desktop{
			display: none!important;
		}
		.mobile .tt {
			font-size: 8px;
	}
	  .contact {
		  position: relative;
		  margin-top: 76px;
	  }
	  .pane__title {
		  color: #fff;
		  margin: 1.6875rem 0 3.125rem;
		  font-size: 50px;
		  font-size: 2.125rem;
		  -webkit-backface-visibility: visible;
		  backface-visibility: visible;
		  transform: rotate( 
	  -3deg);
		  line-height: .95;
		  text-shadow: 0px 0px 22px #ffffffa3;
	  }
	  .mobile .btn {
		  font-size: 14px;
		  padding: 10px 11px;
	  }
	  .mobile {
		  display: inline-block !important;
	  }
	  .desktop {
		  display: none;
	  }
	  .banner .owl-carousel .owl-item .text {
		  width: 110%;
		  padding: 0 5%;
	  }
	  .navbar-toggler {
		  color: var(--color-primary);
		  border: 0;
		  box-shadow: 0 0 0 2px var(--color-primary) inset, 0 0 0 2px var(--color-primary) 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-primary) inset, 0 -20px 0 2px var(--color-primary) inset;
	  }
	  header.fixed .navbar-toggler {
		  color: var(--color-primary);
		  border: 0;
		  box-shadow: 0 0 0 2px var(--color-primary) inset, 0 0 0 2px var(--color-primary) inset;
	  }
	  header.fixed .navbar-toggler:hover {
		  color: var(--color-light);
		  border: 0;
		  box-shadow: 0 20px 0 2px var(--color-primary) inset, 0 -20px 0 2px var(--color-primary) 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;
		  display: table;
	  }
	  .dishes .p-4 {
		  padding: 60px 0 !important;
	  }
	  .pre-footer i {
		  margin-top: 20px;
	  }
	  footer {
		  
	  }
	  footer p {
		  text-align: center;
		  margin: 0 auto;
		  display: block;
	  }
	  .msh .cta {
		  margin-right: 10px;
		  margin-bottom: 20px;
	  }
	  footer .logo {
		  margin: 0 auto;
		  opacity: 1.5;
	  }
	  footer .copy {
		  margin-top: 50px;
	  }
	  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;
		  margin-top: 56px;
	  }
	  footer .link {
		  margin-top: 30px;
	  }
	  footer iframe {
		width: 250px !important;
    display: table;
    margin: 10px auto 10px;
	  }
	  .menu .panel {
		  width: 90%;
		  display: table;
		  margin: 0 auto;
	  }
	  .about h2 {
		  font-size: 18px;
	  }
  }
  @media (max-width: 1400px) {
	.mainConHom p {
		margin-bottom: 18px;
	}
  }
  @media (max-width: 768px) {
	.links {
		display: flex;
		justify-content: center;
	}
	.links a{
		padding: 0 10px !important;
		margin: 0 !important;
	}
	  .banner .owl-carousel .owl-item img {
		  width: 90%;
		  height: auto;
	  }
  }
  @media (max-width: 440px) {
	  header .navbar .navbar-brand img {
			height: 47px;
			padding: 0 !important;
	  }
  }
  
  #menu .item {
	  width: calc(33% - 10px);
	  margin-right: 10px;
	  margin-bottom: 10px;
  }
  #menu .item .title {
	  background: var(--color-primary);
	  color: var(--light);
	  padding: 10px;
	  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;
	  opacity: 0.8;
  }
  #menu .content {
	  padding: 20px 15px 10px;
	  border: 1px solid var(--color-dark);
	  border-top: 0;
  }
  header.on {
	  background:var(--color-light);
  
  }
  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: 16px;
	  font-weight: 600;
	  text-transform: capitalize;
	  /* color: var(--color-light); */
	  margin-bottom: 10px;
  }
  #menu .content .meal .dots {
	  flex-grow: 1;
	  border-bottom: 2px dashed #1e1e1e;
	  height: 15px;
	  margin: 0 10px;
  }
  #menu .content .meal .price {
	  font-size: 14px;
	  font-weight: 700;
	  color: #090809;
  }
  #menu .content .detail {
	  font-size: 12px;
	  font-weight: 600;
	  font-style: italic;
	  margin: -15px 0 15px;
	  color: var(--color-primary);
	  text-align: justify;
	  opacity: 9;
  }
  #menu .content .meal.sub {
	  padding-left: 15px;
  }
  #menu .content .meal.sub .name {
	  color: var(--color-dark);
  }
  .dks{
	  position: relative;
	  z-index: 500;
  }
  .dks h2 {
  
  }
  
  #menu .content .meal.sub .name:before {
	  content: "• ";
	  color: #333333;
  }
  .mbs svg {
	  fill: #141726;
	  width: 100%;
	  height: 92px;
  }
  .mbs {
	  position: relative;
	  background: var(--color-dark);
	  background-size: cover;
	  background-position: 50% 50%;
	  background-attachment: fixed;
  }
  .mbs:after {
	  position: absolute;
	  content: '';
	  width: 100%;
	  height: 100%;
	  background: url(img/2.png);
	  background-size: cover;
	  background-position: 50% 50%;
	  top: 0;
	  left: 0;
	  z-index: 5;
	  background-attachment: fixed;
	  opacity: .4;
  }
  .mbs h2,.mbs p {
	  color: #000;
  }
  .infoin {
	  background-size: cover!important;
	  padding: 150px 1px;
	  position: relative;
	  z-index: 6666;
  }
  .infoin h2 {
	  color: #fff;
  }
  .infoin h2::after, .infoin h2::before {
	  filter: brightness(1)!important;
  }
  .infoin p {
	  color: #fff;
  }
  .mbs .catBan {
	  transform: rotate(
  180deg);
	  top: -8px;
	  position: absolute;
	  width: 100%;
	  top: -89px;
	  z-index: 55555;
  }
  .mbs h2:after, .mbs h2:before {
	  filter: brightness(0);
  }
  .mbs .cta{
	  margin-top: 30px!important;
  }
  .img-s {
	  outline: 1px solid #18181d;
	  padding: 10px;
	  margin: 10px;
  }
  .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: #ffffff;
  }
  .home-2.bg h3 {
	  color:var(--color-primary);
	  font-weight: 300;
	  font-size: 17px;
	  text-transform: uppercase;
	  letter-spacing: 14px;
	  margin-bottom: 5px;
  }
  footer.on svg{
	  fill: var(--color-light) !important;
  }
  @media (max-width: 992px) {
	  header .navbar {
	  padding: 10px 10px;
  }
	  .msh.text-center {
		  margin-top: 0px;
	  }
	  .home-2 {
		  padding: 33vh 0 33vh;
		  height: 100vh;
	  }
	  .mainConHom {
		  height: auto;
		  min-height: 400px;
		  padding: 70px 20px 70px 20px;
		  text-align: center;
		  background-position: 50% 50%!important;
		  background-size: cover!important;
		   margin-top: 0;
	  }
	  .pane__copy p {
		  font-size: 22px;
		  color: #fff;
		  line-height: 30px;
	  }
	  .mainConHom.mob {
		  margin-top: -25px;
	  }
	  header{
		  
	  }
	  .main {
		  display: flex;
		  margin-bottom: 50px;
	  }
	  #menu .item{
		  width: 100%;
	  }
	  .banner .owl-carousel .owl-item .item {
		  
	  }
	  a.btn.btn1 {
		  color: var(--color-dark);
	  }
  
	  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;
	  height: auto;
  }
  .home-2.bg h2 {
	  font-weight: 400;
	  letter-spacing: 20px;
	  font-family: var(--n);
	  color: var(--color-dark);
	  font-size: 60px;
	  margin-top:20px;
  }
  .dks p {
	  color: var(--color-light)!important;
	  margin-bottom: 30px!important;
  }
  .home-2.bg .ns{
	  margin-top: 20px ;
  }
  .row.batBN .btn {
	  background: var(--c1);
	  color: #fff;
	  width: 100%;
	  height: 100px;
	  margin-bottom: 20px;
	  line-height: 80px;
  }
  .ctas {
	  background: var(--c1);
	  color: #fff;
	  width: 100%;
	  height: 50px;
	  line-height: 29px;
	  display: none;
  }
  
  .texts.mainLog img {
	  width: 100px;
	  margin: 0 auto 60px auto;
	  display: block;
  }
  .power_logo img{
	width: 100px;
  }
  @media (max-width:900px) {
	
	  .texts.mainLog img {
	  width: 100px!important;
	  margin: 0 auto 52px auto;
	  display: block;
  }
	  .ctas{
		  display: block;
		  margin-top: 10px;
	  }
  }
  .row.batBN {
	  text-align: center;
  }
  section.banner h2 {
	  background: #00000078;
	  padding: 10px;
  }
  .buttom_footer .copy{
	padding: 0px;
	margin: 0px;
  }
  .buttom_footer .copy {
    padding: 15px 10px 5px 10px;
    margin: 0px;
}
.power_logo {
    padding: 0 10px;
}
.powred_text {
    margin-left: 10px;
}
.powred_text {
    margin: -40px -96px 0 0;
    font-size: 7px;
}
  @media (max-width:900px){
	.footer-logo img {
		filter: brightness(23.5);
		height: auto;
		width: 200px;
		padding: 0 0 15px 0;
	}
	.subscribe-form h4{
		text-align: center !important;
	}
	.ss {
		margin-left: 10px;
		margin-bottom: 5px;
	}
	.footer-content {
		padding: 5px 14px 20px 13px !important;
		text-align: center;
	}
	.footer-info {
		padding: 40px 0 0;
	}
	.site-social-icon {
		text-align: center;
		margin-bottom: 20px;
	}
	.footer-content {
		padding: 0;
	}
	.mainConHom.mm {
		display: none;
	}
	
	.mobile .round{
		width: 90% !important;
		margin: 0 auto !important;
		left: 7px !important;
	}
	.contact-details {
		padding: 50px 0;
	}
	html, body {
		margin-bottom: 0px;
	}
	footer .copy{
		position: unset!important;
	}
		.top_bcn {
			flex-flow: column-reverse;
			align-items: center;
	}
	header{
		padding: 10px 5px 0px 5px !important
	}
	.top_bcn .btn{
		margin-bottom: 40px;
	}
  .mainConHom {
	  height:auto;
  }
	  .text h2 {
		  margin-bottom: -66px;
	  }
	  .main-cn .btn {
		  margin-bottom: 50px;
	  }
	  .mbs h6 {
	  
		  font-size: 14px;
		  letter-spacing: 10px;
	  }
	  .mbs h5 {
		  letter-spacing: 10px;
	  }
	  .ns .ff:before {
		  left: 12%;
	  }
	  .ns .ff:after {
		  right: 12%;
	  }
	  .dks h2 {
		  font-size: 40px;
		  letter-spacing: 6px;
	  }
	  .home-2.bg h3 {
		  font-size: 15px;
		  letter-spacing: 6px;
	  }
	  .home-2.bg h2 {
		  letter-spacing: 6px;
		  font-size: 35px;
	  }
	  section.banner{
		margin-top: 50px !important;
	  }
  }
  p1 {
	  color: white;
	  margin-top: 17px;
	  display: block;
  }
  .text h2 {
	  margin-bottom: -67px;
  }
  i.fas.fa-phone{
	transform: rotate(100deg);
  }

	@media (max-width:300px) {
		header .navbar .navbar-brand img {
			height: 30px;
			padding: 0 !important;
		}
		.mobile .btn {
			font-size: 10px!important;
			padding: 10px 11px;
	}
	.mobile .round {
    top: -16px;
    left: 9px;
    width: 85%;
    margin: 0 auto;
    justify-content: center;
    height: 25px;
}
	}
	@media (min-width: 220px) and (max-width: 320px){
		.top_text{
			height: 75px !important;
		}
		.footer-menu ul li {
			margin-right: 5px !important;
			padding-left: 6px !important;
		}
		.ss {
			margin-left: 3px;
			margin-bottom: 5px;
		}
		.contact-details .table td{
			font-size: 14px !important;
		}
		.mobile .tt {
			font-size: 5px;
		}
		.mobile .round {
			top: -10px;
			left: 9px;
			width: 85%;
			margin: 0 auto;
			justify-content: center;
			height: 15px;
		}
		.contact {
			position: relative;
			margin-top: 62px;
		}
		footer .copy{
			position: none!important;
		}
		header {
			padding: 15px 1px 7px 5px !important;
		}
		header .navbar .navbar-brand img {
			height: auto;
			padding: 0 !important;
			width: 80px;
		}
		header .navbar {
			padding: 0 0 !important;
		}
		.mobile .round{
			width: 90% !important;
			margin: 0 auto !important;
			left: 7px !important;
		}
	  }
	  .footer-info {
		padding: 90px 0 0;
		position: relative;
		overflow: hidden;
	}
	.footer-info-img {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-size: cover;
		background-position: right center;
		background-attachment: fixed;
		filter: blur(10px);
		z-index: 0;
	}
	.site-social-icon {
		text-align: center;
	}
	.site-social-icon a {
		width: 45px;
		height: 45px;
		background: #f8f9fa26;
		display: inline-flex;
		justify-content: center;
		align-items: center;
		border-radius: 50%;
		color: #ffffff;
		font-size: 15px;
		margin-left: 5px;
		transition: 0.3s;
	}
	.footer-content {
		padding: 5px 40px 60px 52px;
	}
	.footer-menu {
		margin-bottom: 35px;
	}
	.footer-menu ul {
		margin: 0;
		padding: 0;
		list-style: none;
		font-size: 0;
	}
	.footer-logo img {
		filter: brightness(100);
	}
	.footer-bottom {
		text-align: center;
		background: #525764fa;
		position: relative;
		z-index: 8888;
	}
	.footer-bottom p {
		margin: 0;
		padding: 10px 0;
		color: #fff;
	}
	.footer-menu ul {
		margin: 0;
		padding: 0;
		list-style: none;
		font-size: 0;
	}
	.footer-menu {
		margin-bottom: 35px;
	}
	.footer-menu ul li {
		display: inline-block;
		font-size: 16px;
		line-height: 16px;
		margin-right: 15px;
		padding-left: 15px;
		border-left: 1px solid #ffffff;
	}
	.footer-menu ul li a {
		font-size: 16px;
		color: #ffffff;
		line-height: 16px;
		letter-spacing: .01em;
		font-weight: 600;
		transition: 0.3s;
	}
	.ss {
		margin-bottom: 5px;
	}