@import url("https://fonts.googleapis.com/css?family=Tajawal&display=swap");
@import url("https://use.typekit.net/jlo7pdn.css");
:root {
  --primary-color: #a42bff; }

html {
  --primary-color: #ff5916; }

body {
  color: #212121;
  font-family: "Tajawal", sans-serif;
  font-size: 1.2rem;
  background: #ffffff;
  height: 100%;
}
.fas {
  line-height: 1.5;
}
.wrapper{
  min-height: 100%;
}
  @media (max-width: 767.98px) {
    body {
      font-size: 1rem; } }

h1, h2, h3, h4, h5 {
  font-family: "Tajawal", sans-serif;
  color: #212121; }

p {
  color: #757575;
  font-family: "Tajawal", sans-serif;
  font-size: 1.2rem; }
.breadcrumb .breadcrumb-item a{
  color:#212121;
  text-decoration: none;
}

  @media (max-width: 990.98px) {
    p {
      font-size: 1rem; } }

.bg-theme {
  background-color: #ff5916; }

.flex-1 {
  flex: 1; }


header {
  z-index: 11;
  position: relative;
  left: 0;
  -webkit-box-shadow: 0px 1px 16px #0c0c0c;
  -moz-box-shadow: 0px 1px 16px #0c0c0c;
  box-shadow: 0px 1px 16px #0c0c0c;
  -webkit-transition: all 0.6s ease-out;
  -ms-transition: all 0.6s ease-out;
  -o-transition: all 0.6s ease-out;
  -moz-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out; }
header.theme-header {
  width: 100%;
  position: sticky !important;
  position: -webkit-sticky !important;
  top: 0;
  left: 0;
  right: 0;
}
  @media (min-width: 767.98px) {
    header.scrolled {
      position: absolute;
      width: 100%;
      position: fixed;
      top: 0;
      -webkit-transition: all 0.6s ease-out;
      -ms-transition: all 0.6s ease-out;
      -o-transition: all 0.6s ease-out;
      -moz-transition: all 0.6s ease-out;
      transition: all 0.6s ease-out;
      background: #ff5916;
      -webkit-box-shadow: 0px 1px 16px #5d5d5d;
      -moz-box-shadow: 0px 1px 16px #5d5d5d;
      box-shadow: 0px 1px 16px #5d5d5d; } }
  @media (max-width: 990.98px) {
    header {
      background: #ff5916;
      width: 100%;
      position: fixed;
      top: 0;
      left: 0;
      right: 0;
      -webkit-box-shadow: 0px 1px 16px #5d5d5d;
      -moz-box-shadow: 0px 1px 16px #5d5d5d;
      box-shadow: 0px 1px 16px #5d5d5d; } }

.navbar {
  padding: .75rem 1rem; }
  @media (max-width: 990.98px) {
    .navbar {
      padding: .5rem 1rem; } }
  .navbar .navbar-nav .nav-item .nav-link {
    color: #ffffff;
    font-size: 1.2rem;
    position: relative;
    font-weight: 500;
    letter-spacing: 0.5px;
    -webkit-transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out; }
    @media (min-width: 1199.98px) {
      .navbar .navbar-nav .nav-item .nav-link {
        padding-left: 1.1rem;
        padding-right: 1.1rem; } }
    @media (min-width: 991.98px) and (max-width: 1198.98px) {
      .navbar .navbar-nav .nav-item .nav-link {
        padding-left: 1.1rem;
        padding-right: 1.1rem; } }
    @media (max-width: 990.98px) {
      .navbar .navbar-nav .nav-item .nav-link {
        padding: 1rem !important; } }
    .navbar .navbar-nav .nav-item .nav-link .menu-list-icon {
      margin-right: 0.5rem; }
  .navbar .navbar-nav .nav-item.active .nav-link {
    color: #ffffff; }
  .navbar #close-menu {
    padding: 1rem; }

@media (max-width: 990.98px) {
  .navbar-brand {
    margin: 0 auto; }
    .navbar-brand .logo {
      height: 35px; } }

@media (max-width: 990.98px) {
  .sidenav {
    position: fixed !important;
    z-index: 1;
    bottom: 0;
    overflow: auto;
    top: 0;
    -webkit-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
    border: 0px;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    left: 0;
    background: #212121; } }

.menu-toggle {
  position: absolute; }
  .menu-toggle i {
    font-size: 2rem;
    color: #ffffff; }

.overlay {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #464646;
  z-index: 0;
  display: none;
  opacity: 0.7; }

.contact{
  position: relative;
}
@media (max-width: 990.98px) {
  .mainsection {
    margin-top: 61px;
  }
}

@media (min-width: 1199.98px) {
  .section-padding {
    padding: 5rem 0; } }
@media (min-width: 991.98px) and (max-width: 1198.98px) {
  .section-padding {
    padding: 4rem 0; } }
@media (max-width: 990.98px) {
  .section-padding {
    padding: 3rem 0; } }

.title {
  font-family: antique-olive, sans-serif;
  fon-weight: 700; }
  @media (min-width: 1199.98px) {
    .title {
      font-size: 3rem; } }
  @media (min-width: 991.98px) and (max-width: 1198.98px) {
    .title {
      font-size: 2rem; } }
  @media (max-width: 990.98px) {
    .title {
      font-size: 1.5rem; } }
  .title.title-light {
    color: #ffffff; }

.subtitle {
  font-family: "Tajawal", sans-serif; }
  @media (min-width: 1199.98px) {
    .subtitle {
      font-size: 2rem; } }

@media (min-width: 767.98px) {
  .section-header {
    margin-bottom: 2rem; } }
@media (max-width: 990.98px) {
  .section-header {
    margin-bottom: 1.5rem; } }
.section-header .title {
  margin-bottom: 0; }

#divider {
  height: 20px; }
  @media (max-width: 990.98px) {
    #divider {
      height: 10px; } }
  #divider path, #divider .divider-path-fill {
    fill: #ffffff; }
  #divider .divider-path {
    fill: none;
    stroke: #ffffff;
    stroke-miterlimit: 10;
    stroke-width: 3px; }

.title-border {
  margin-left: 0.5rem;
  width: 110px; }
  .title-border .border-path-fill {
    fill: #ff5916; }
  .title-border .border-path {
    fill: none;
    stroke: #ff5916;
    stroke-miterlimit: 10;
    stroke-width: 2px; }
  .title-border .border-path-light {
    fill: none;
    stroke: #ffffff;
    stroke-miterlimit: 10;
    stroke-width: 2px; }

.banner {
  height: 100vh;
  background: url("../images/main.jpg");
  background-size: cover;
  background-position: center; }
  .banner:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6); }
  .banner .container-caption {
    height: 100%; }
    @media (min-width: 991.98px) {
      .banner .container-caption {
        height: calc(100% - 84px); } }
    .banner .container-caption .row {
      position: relative; }
  .banner .banner-caption {
    align-items: flex-end; }
    .banner .banner-caption .banner-content {
      color: #ffffff;
      padding: 3rem; }
      @media (max-width: 767.98px) {
        .banner .banner-caption .banner-content {
          padding: 2rem; } }
      .banner .banner-caption .banner-content h1 {
        font-family: lakeside, sans-serif;
        font-size: 7rem;
        font-weight: 400;
        text-shadow: 0px -1px 0px rgba(255, 255, 255, 0.86); }
        @media (max-width: 990.98px) {
          .banner .banner-caption .banner-content h1 {
            font-size: 5rem; } }
        @media (max-width: 767.98px) {
          .banner .banner-caption .banner-content h1 {
            font-size: 4rem;
            line-height: 0.9; } }
      .banner .banner-caption .banner-content h2 {
        font-family: antique-olive, sans-serif;
        font-size: 3.5rem;
        color: #ffffff;
        font-weight: 700;
        font-style: normal; }
        @media (max-width: 990.98px) {
          .banner .banner-caption .banner-content h2 {
            font-size: 2rem; } }
        @media (max-width: 767.98px) {
          .banner .banner-caption .banner-content h2 {
            font-size: 1.8rem;
            margin-top: 1.5rem; } }
      .banner .banner-caption .banner-content p {
        color: #ffffff; }
      .banner .banner-caption .banner-content .btn-banner {
        color: #ffffff;
        border: 2px solid #ffffff;
        padding:0.75rem 2rem 0.25rem;
        font-size: 1.2rem;
        text-transform: uppercase;
        font-family: "Tajawal", sans-serif;
        letter-spacing: 3px;
        border-radius: 35px; }
        @media (max-width: 767.98px) {
          .banner .banner-caption .banner-content .btn-banner {
            padding: 0.75rem 1.6rem 0.25rem;
            font-size: 1.2rem; } }
        .banner .banner-caption .banner-content .btn-banner:hover, .banner .banner-caption .banner-content .btn-banner:focus, .banner .banner-caption .banner-content .btn-banner.active {
          background-color: #ff5916;
          border-color: #ff5916; }
    .banner .banner-caption .rating-offer {
      border-top: 2px dashed #ff5916;
      border-bottom: 2px dashed #ff5916; }
      .banner .banner-caption .rating-offer i {
        font-size: 1.5rem;
        margin-right: 1rem; }
  .banner .scroll-bottom {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 30px;
    cursor: pointer; }
  .banner .text-decoration-none {
    text-decoration: none; }

.section-praise .image-overlay {
  position: absolute;
  bottom: 7%;
  left: 28%; }
.section-praise .praise-inner {
  background-color: transparent;
  position: relative;
  padding-left: 17%;
  padding-top: 4%;
  padding-bottom: 4%; }
  @media (max-width: 767.98px) {
    .section-praise .praise-inner {
      flex-direction: column;
      padding: 0; } }
  .section-praise .praise-inner:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 4%;
    left: 8.5%;
    border: 3px solid #ff5916;
    z-index: -1; }
    @media (max-width: 767.98px) {
      .section-praise .praise-inner:before {
        display: none; } }
.section-praise .praise-content {
  position: absolute;
  background-color: #ffffff;
  color: #636363;
  left: 0;
  width: 50%;
  z-index: 10;
  overflow: auto;
  padding: 30px 40px;
  -webkit-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-box-shadow: 8px 20px 43px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 8px 20px 43px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 8px 20px 43px 0px rgba(0, 0, 0, 0.15);
  max-height: 550px;
  top: calc(50% - 275px);
  bottom: calc(50% - 275px); }
  @media (max-width: 990.98px) {
    .section-praise .praise-content {
      max-height: calc(100% - 150px);
      top: 75px;
      bottom: 75px; } }
  @media (max-width: 767.98px) {
    .section-praise .praise-content {
      position: static;
      width: 100%;
      padding: 1rem; } }
.section-praise .praise-image {
  width: 100%;
  position: relative;
}
.section-praise .praise-image img{
  max-height: 700px;
  width: 100%;
  object-fit: cover;
}


  @media (max-width: 767.98px) {
    .section-praise .praise-image {
      position: relative;
      width: 100%; }
      .section-praise .praise-image:before {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        right: 4%;
        left: 8.5%;
        border: 3px solid #ff5916;
        z-index: -1; } }

.section-about {
  backgroud: #ffffff;
  clip-path: polygon(50% 0%, 100% 6%, 100% 100%, 0 100%, 0 6%);
  position: relative; }
  .section-about .about-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: black; }
  .section-about p {
    color: #ffffff; }

.section-contact {
  position: relative; }
  @media (min-width: 767.98px) {
    .section-contact {
      margin-bottom: -40px; } }
  .section-contact:before {
    content: "";
    width: 50%;
    height: 100%;
    position: absolute;
    background: #ff5916;
    top: 0;
    bottom: 0; }
    @media (max-width: 767.98px) {
      .mobile-bg-theme{background-color: #000;}
      .section-contact:before {
        height: 100px;
        width: 100%; } }

.contact-detail {
  /*color: #ffffff;*/
}
  .contact-detail i {
    height: 40px;
    width: 40px;
    border: 2px solid rgba(255, 255, 255, 0.5);
    text-align: center;
    line-height: 38px;
    border-radius: 13px; }
.contact-info .contact-detail i , .contact-info .contact-detail p{
  color:#424242;
}
  @media (max-width: 990.98px) {
    .contact-detail {
      margin-bottom: 3rem; } }

.opening-list {
  text-align: center; }
  .opening-list .subtitle {
    font-size: 1.7rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px; }
  @media (max-width: 990.98px) {
    .opening-list {
      margin-top: 2.5rem; } }
  .opening-list ul {
    display: inline-block; }
    .opening-list ul li {
      display: flex;
      display: -ms-flexbox !important;
      justify-content: space-between;
      padding: 0.375rem 1.5rem;
      border: 1px dashed transparent; }
      .opening-list ul li.active {
        border-color: #ff5916;
        color: #ff5916; }
  .opening-list .opening-day:after {
    content: "............."; }

/*****************menu page start*********************/
.food-list {
  color: #212121; }

.colcenter {

  -webkit-box-flex: 3.5;
  -moz-box-flex: 3.5;
  -webkit-flex: 3.5;
  -ms-flex: 3.5;
  flex: 3.5;
}
@media (min-width: 768.98px) {
  .food-list {
     } }
@media (min-width: 992.98px) {
  .food-list {
    } }
@media (min-width: 1500px) {
  .food-list {
     } }
  .food-list .food-card {
    margin-bottom: 1rem;
    position: relative;
    border: 0px;
    border-radius: 0px;
    display: inline-block;
    width: 100%;
    margin-top: 60px;}
    .food-list .food-card:before {
      content: "";
      position: absolute;
      top: -60px;
      right: 0;
      left: 0;
      height: 60px;
      background: inherit;
      clip-path: polygon(50% 0%, 0% 100%, 100% 100%); }
    .food-list .food-card:after {
      position: absolute;
      bottom: 0;
      right: 0;
      left: 0;
      height: 60px;
      background: #ffffff;
      clip-path: polygon(0% 100%, 100% 100%, 50% 0%); }
    @media (min-width: 992.98px) {
      .food-list .food-card {
        margin: 30px 0;
        margin-top: 60px; } }
    .food-list .food-card .card-header {
      background: transparent;
      border-radius: 0px;
      padding: 0rem;
      text-align: center;
      border: 0px; }
      .food-list .food-card .card-header .food-title {
        font-family: antique-olive, sans-serif;
        font-weight: 800;
        letter-spacing: 1px;
        font-size: 1.1rem;
        margin-bottom: 0px;
        color: #212121;
        padding: 0rem 2.25rem 0; }
        @media (min-width: 992.98px) {
          .food-list .food-card .card-header .food-title {
            font-size: 1.5rem; } }
      .food-list .food-card .card-header .title-border {
        width: 80px; }
    .food-list .food-card .food-body {
      padding: 1rem;
      border-radius: 0; }
      @media (min-width: 992.98px) {
        .food-list .food-card .food-body {
          padding: 1.5rem; } }
      .food-list .food-card .food-body ul {
        padding: 1rem 1rem;
        margin-bottom: 0; }
        @media (min-width: 992.98px) {
          .food-list .food-card .food-body ul {
            padding: 1.5rem 1.5rem 1rem; } }
        .food-list .food-card .food-body ul li {
          padding-bottom: 1rem; }
          .food-list .food-card .food-body ul li:last-child {
            padding-bottom: 0; }
      .food-list .food-card .food-body .food-category  {
        font-size: 0.8rem;
        font-family: antique-olive, sans-serif; }
        @media (min-width: 992.98px) {
          .food-list .food-card .food-body .food-category  {
            font-size: 1rem; } }
      .food-list .food-card .food-body .food-description {
        font-size: 15px;
        color: #757575;margin-bottom:0.5rem}
        @media (max-width: 991.98px) {
          .food-list .food-card .food-body .food-description {
            margin-bottom: 0rem;
            font-size: 13px; } }
      .food-list .food-card .food-body .food-price {
        font-size: 0.8rem;
        font-family: antique-olive, sans-serif;
        font-weight: 600;
        white-space: nowrap; }
        @media (min-width: 992.98px) {
          .food-list .food-card .food-body .food-price {
            font-size: 1rem; } }

/******************menu page end*****************/
/************contact page*****************/
.contact {
  /*background: #212121;*/
}

.btn-theme {
  color: #212121;
  border: 2px solid #ff5916;
  padding: 0.75rem 1.5rem 0.25rem;
  font-size: 1.2rem;
  text-transform: uppercase;
  font-family: "Tajawal", sans-serif;
  letter-spacing: 3px;
  border-radius: 35px; }
  .btn-theme:hover, .btn-theme:focus, .btn-theme.active {
    box-shadow: none; }
  @media (max-width: 767.98px) {
    .btn-theme {
      font-size: 1rem;
    } }

.navbar-dark {
  background-color: #212121; }

.contact-info .contact-detail {
  margin-bottom: 0px; }
.contact-info .contact-header {
  /*color: #fff;*/
  font-size: 1.3rem;
  letter-spacing: 1px;
  font-family: antique-olive, sans-serif; }
  @media (max-width: 991.98px) {
    .contact-info .contact-header {
      font-size: 1rem; } }
  .contact-info .contact-header i {
    border: 0px; }

.contact-control ,#contactus-captcha {
  border-radius: 10px;
  letter-spacing: 0.4px;
  padding:1rem 1rem .75rem 1rem;
  height: 44px; }
  .contact-control:focus, #contactus-captcha:focus {
    box-shadow: none;
    border-color: #ff5916; }

.footer {
  position: sticky;
  bottom: 0;
  top: calc(100vh - 38px);
  z-index: 1;
  background: #212121;
  color: #757575; }
  .footer .footer_logo {
    height: 1.5rem; }
  .footer .footer-title {
    font-family: antique-olive, sans-serif;
    text-align: center;
    font-size: 2rem; }
  .footer .restarant-name {
    font-family: antique-olive, sans-serif;
    font-size: 2rem; }
  .footer .opening-list {
    margin-top: -6rem;
    padding-left: 5rem !important;
    padding-right: 5rem !important;
    color: #ffffff; }

.footer-top a:hover {
  color: #ff5916; }

.footer-bottom {
  clip-path: polygon(50% 0%, 100% 12%, 100% 100%, 0 100%, 0 12%);
  background: #212121;
  color: #ffffff;     margin-bottom: -1px;}
  @media (min-width: 767.98px) {
    .footer-bottom {
      padding: 3rem 0; } }
  @media (max-width: 990.98px) {
    .footer-bottom {
      padding: 2rem 0; } }

.copyright {
  color: #ffffff;
  background: #212121;
  border-top: 1px solid #464646; }

.scrollb {
  position: fixed;
  right: 5%;
  bottom: 0;
  z-index: 11; }
  .scrollb a {
    height: 40px;
    width: 40px;
    display: inline-block;
    text-align: center;
    padding: 0;
    line-height: 40px; }

@media (max-width: 990.98px) {
  .footer-links {
    margin: 1rem 0; } }
.footer-links a {
  color: #ffffff;
  text-decoration: none; }
  .footer-links a:hover {
    color: #ff5916; }

.social ul li a {
  text-decoration: none;
  color: #ffffff; }
  .social ul li a i {
    height: 40px;
    width: 40px;
    line-height: 38px;
    border: 1px solid #4e4e4e;
    display: block;
    margin: 0.5rem;
    border-radius: 10px; }
.has-error .help-block{
  font-size: 15px;
  color: red;
  margin-left: 1rem;
  margin-top: 5px;
}
.error-message{
  font-size: 15px;
  color: red;
  margin-left: 1rem;
  margin-top: 5px;
}
/*# sourceMappingURL=style.css.map */
@media (min-width:768px){
  .foodetail{
    /*max-width: 700px;*/
    /*margin: 0 auto;*/
    margin-left:0px;
    margin-right:0px;
    position:relative;
  }
  /************sidebar web menu style start**************/
  #content{
    min-height: 2000px;
    padding-left:30px;
  }

  #menuleftmobile{
    will-change: min-height;
    padding:0px;
  }

  #menuleftmobile .sidebar__inner{
    position: relative;
    transform: translate(0, 0);
    transform: translate3d(0, 0, 0);
    will-change: position, transform;
  }
  /************sidebar web menu style end**************/
}

.title.title-sm{
  font-size: 1.2rem;
  margin-bottom: 0px;
}
.sidebar__inner .title-border{
  width:80px;
}
.section-contact-header{
  background-size: cover;
  background-attachment: fixed;
  position:relative;
}
.section-contact-header:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
}
@media(min-width:992px){
  /*.footer-sticky{*/
  /*  position: sticky;*/
  /*  position: -webkit-sticky;*/
  /*  bottom: 0;*/
  /*}*/
}
@media(max-width:991px){
  /************sidebar mobile menu style start**************/
  #menuleftmobile{
    position: fixed;
    top: 68px;
    z-index: 1;
    left: 0;
    right: 0;
    height: initial;
    overflow: initial;
  }
  .col.col-left .dropdown {
    background: #ed630e;
    color: #fff;
    display: flex;
    transition: .4s
  }
  .col.col-left .dropdown.show .catdown{
    transform: rotate(180deg);
    transition: .4s;
  }
  .col.col-left .flaticon {
    font-size: 1rem;
  }
  #dropdownMenuLink:after {
      display: none;
    }

  #dropdownMenuLink {
    font-size: 20px;
    display: flex;
    justify-content: space-between;
    outline: none !important;
    box-shadow: none;
    border-radius: 0px;
    border: 0px !important;
    color: #fff !important;
    line-height: 1.2;
  }
  #menulistmobile {
    z-index: 1;
    right: 0;
    box-shadow: 1px 2px 2px 1px #40404024;
    -moz-box-shadow: 1px 2px 2px 1px #40404024;
    -webkit-box-shadow: 1px 2px 2px 1px #40404024;
    top: 100px !important;
    transform: translate3d(0px, -57px, 0px) !important;
    border-radius: 0px;
  }
  #menulistmobile .dropdown-item {
    padding: .7rem 0.8rem !important;
    position: relative;
    padding: 0.7rem 1rem;
    font-size: 1.1rem;
    border-bottom: 1px solid #ddd;
  }
  #menulistmobile .dropdown-item.active , #menulistmobile .dropdown-item:focus , #menulistmobile .dropdown-item:hover{
    background-color:transparent;
    color: #ffb606;
  }
  #menulistmobile .dropdown-item:before {
    content: ">";
    color:#ffb80e;
    display: block;
    right: 15px;
    font-size: 20px;
    font-weight: bold;
    z-index: 1;
    position: absolute;
    opacity: 1;
    top: 50%;
    transform: translateY(-50%);
    visibility: hidden;
  }
  #menulistmobile .dropdown-item.active:before{
    visibility: visible;
  }
  .menu-list {
    display: none;
  }
  /************sidebar menu style end**************/
}