@import url("https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400;500;600;700&family=Open+Sans:wght@400;600;700&display=swap");
@font-face {
  font-family: 'Montserrat';
  src: url("/fonts/Montserrat-ExtraBoldItalic.eot");
  src: url("/fonts/Montserrat-ExtraBoldItalic.eot?#iefix") format("embedded-opentype"), url("/fonts/Montserrat-ExtraBoldItalic.woff2") format("woff2"), url("/fonts/Montserrat-ExtraBoldItalic.woff") format("woff"), url("/fonts/Montserrat-ExtraBoldItalic.ttf") format("truetype"), url("/fonts/Montserrat-ExtraBoldItalic.svg#Montserrat") format("svg"); }
/* line 49, style.scss */
body {
  font-family: "Open Sans", sans-serif;
  color: #0c0c0c;
  background-color: #000000;
  overflow-x: hidden; }

/* line 56, style.scss */
.layout_padding {
  padding: 90px 0; }

/* line 60, style.scss */
.layout_padding2 {
  padding: 75px 0; }

/* line 64, style.scss */
.layout_padding2-top {
  padding-top: 75px; }

/* line 68, style.scss */
.layout_padding2-bottom {
  padding-bottom: 75px; }

/* line 72, style.scss */
.layout_padding-top {
  padding-top: 90px; }

/* line 76, style.scss */
.layout_padding-bottom {
  padding-bottom: 90px; }

/* line 80, style.scss */
h1,
h2 {
  font-family: 'Montserrat', italic; }

/* line 85, style.scss */
.heading_container {
  display: flex;
  flex-direction: column;
  align-items: flex-start; }
  /* line 90, style.scss */
  .heading_container h2 {
    position: relative;
    margin-bottom: 0;
    font-size: 2.5rem;
    font-weight: bold; }
    /* line 96, style.scss */
    .heading_container h2 span {
      color: #ffbe33; }
  /* line 101, style.scss */
  .heading_container p {
    margin-top: 10px;
    margin-bottom: 0; }
  /* line 106, style.scss */
  .heading_container.heading_center {
    align-items: center;
    text-align: center; }

/* line 112, style.scss */
a,
a:hover,
a:focus {
  text-decoration: none; }

/* line 118, style.scss */
a:hover,
a:focus {
  color: initial; }

/* line 123, style.scss */
.btn,
.btn:focus {
  outline: none !important;
  box-shadow: none; }

/*header section*/
/* line 130, style.scss */
.hero_area {
  position: relative;
  min-height: 100vh;
  display: flex;
  flex-direction: column; }

/* line 137, style.scss */
.bg-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }
  /* line 144, style.scss */
  .bg-box img {
    width: 100%;
    height: 100%;
    object-fit: cover; }

/* line 152, style.scss */
.sub_page .hero_area {
  min-height: auto; }
  /* line 155, style.scss */
  .sub_page .hero_area .bg-box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
    /* line 162, style.scss */
    .sub_page .hero_area .bg-box img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: right top; }

/* line 173, style.scss */
.header_section {
  padding: 0px 0; }
  /* line 176, style.scss */
  .header_section .container-fluid {
    padding-right: 25px;
    padding-left: 25px; }

/* line 182, style.scss */
.navbar-brand {
  font-family: 'Montserrat', italic; }
  /* line 185, style.scss */
  .navbar-brand span {
    font-weight: bold;
    font-size: 32px;
    color: #fff000;
    font-style: italic; }

/* line 193, style.scss */
.custom_nav-container {
  padding: 0; }
  /* line 196, style.scss */
  .custom_nav-container .navbar-nav {
    padding-left: 18%; }
    /* line 200, style.scss */
    .custom_nav-container .navbar-nav .nav-item .nav-link {
      padding: 5px 20px;
      color: #ffffff;
      text-align: center;
      text-transform: uppercase;
      border-radius: 5px;
      transition: all 0.3s; }
    /* line 211, style.scss */
    .custom_nav-container .navbar-nav .nav-item:hover .nav-link, .custom_nav-container .navbar-nav .nav-item.active .nav-link {
      color: #ffbe33; }

/* line 219, style.scss */
.custom_nav-container .nav_search-btn {
  width: auto;
  height: auto;
  padding: 0;
  border: none;
  color: #ffffff;
  margin: 0 10px; }
  /* line 227, style.scss */
  .custom_nav-container .nav_search-btn:hover {
    color: #ffbe33; }

/* line 232, style.scss */
.user_option {
  display: flex;
  align-items: center; }
  /* line 236, style.scss */
  .user_option a {
    margin: 0 10px; }
  /* line 240, style.scss */
  .user_option .user_link {
    color: #ffffff; }
    /* line 244, style.scss */
    .user_option .user_link:hover {
      color: #ffbe33; }
  /* line 250, style.scss */
  .user_option .cart_link {
    display: flex;
    justify-content: center;
    align-items: center; }
    /* line 255, style.scss */
    .user_option .cart_link svg {
      width: 17px;
      height: auto;
      fill: #ffffff;
      margin-bottom: 2px; }
    /* line 264, style.scss */
    .user_option .cart_link:hover svg {
      fill: #ffbe33; }
  /* line 270, style.scss */
  .user_option .order_online {
    display: inline-block;
    padding: 8px 30px;
    background-color: #fff000;
    color: #000000;
    border-radius: 45px;
    transition: all 0.3s;
    border: none; }
    /* line 39, style.scss */
    .user_option .order_online:hover {
      background-color: #b3a800; }

/* line 275, style.scss */
.custom_nav-container .navbar-toggler {
  outline: none; }

/* line 279, style.scss */
.custom_nav-container .navbar-toggler {
  padding: 0;
  width: 37px;
  height: 42px;
  transition: all 0.3s; }
  /* line 285, style.scss */
  .custom_nav-container .navbar-toggler span {
    display: block;
    width: 35px;
    height: 4px;
    background-color: #ffffff;
    margin: 7px 0;
    transition: all 0.3s;
    position: relative;
    border-radius: 5px;
    transition: all 0.3s; }
    /* line 296, style.scss */
    .custom_nav-container .navbar-toggler span::before, .custom_nav-container .navbar-toggler span::after {
      content: "";
      position: absolute;
      left: 0;
      height: 100%;
      width: 100%;
      background-color: #ffffff;
      top: -10px;
      border-radius: 5px;
      transition: all 0.3s; }
    /* line 309, style.scss */
    .custom_nav-container .navbar-toggler span::after {
      top: 10px; }
  /* line 314, style.scss */
  .custom_nav-container .navbar-toggler[aria-expanded="true"] {
    transform: rotate(360deg); }
    /* line 317, style.scss */
    .custom_nav-container .navbar-toggler[aria-expanded="true"] span {
      transform: rotate(45deg); }
      /* line 320, style.scss */
      .custom_nav-container .navbar-toggler[aria-expanded="true"] span::before, .custom_nav-container .navbar-toggler[aria-expanded="true"] span::after {
        transform: rotate(90deg);
        top: 0; }

/*end header section*/
/* slider section */
/* line 333, style.scss */
.slider_section {
  flex: 1;
  display: flex;
  align-items: center;
  position: relative;
  padding: 45px 0 75px 0; }
  /* line 340, style.scss */
  .slider_section .row {
    align-items: center; }
  /* line 344, style.scss */
  .slider_section #customCarousel1 {
    width: 100%;
    position: unset; }
  /* line 349, style.scss */
  .slider_section .detail-box {
    color: #ffffff;
    margin-bottom: 145px; }
    /* line 353, style.scss */
    .slider_section .detail-box h1 {
      font-size: 3.5rem;
      font-weight: bold;
      margin-bottom: 15px; }
    /* line 359, style.scss */
    .slider_section .detail-box p {
      font-size: 14px; }
    /* line 363, style.scss */
    .slider_section .detail-box a {
      display: inline-block;
      padding: 10px 45px;
      background-color: #ffbe33;
      color: #ffffff;
      border-radius: 45px;
      transition: all 0.3s;
      border: none;
      margin-top: 10px; }
      /* line 39, style.scss */
      .slider_section .detail-box a:hover {
        background-color: #e69c00; }
  /* line 371, style.scss */
  .slider_section .img-box img {
    width: 100%; }
  /* line 378, style.scss */
  .slider_section .carousel-indicators {
    position: unset;
    margin: 0;
    justify-content: flex-start;
    align-items: center; }
    /* line 384, style.scss */
    .slider_section .carousel-indicators li {
      background-color: #ffffff;
      width: 12px;
      height: 12px;
      border-radius: 100%;
      opacity: 1; }
      /* line 391, style.scss */
      .slider_section .carousel-indicators li.active {
        width: 20px;
        height: 20px;
        background-color: #ffbe33; }

/* line 404, style.scss */
.offer_section {
  position: relative;
  padding-top: 45px; }
  /* line 408, style.scss */
  .offer_section .box {
    display: flex;
    align-items: center;
    margin-top: 45px;
    border-radius: 5px;
    padding: 20px 15px;
    background-color: #222831;
    color: #ffffff; }
    /* line 417, style.scss */
    .offer_section .box .img-box {
      width: 175px;
      min-width: 175px;
      height: 175px;
      margin-right: 15px;
      position: relative;
      transition: all 0.1 0.5s;
      border-radius: 100%;
      border: 5px solid #ffbe33;
      overflow: hidden; }
      /* line 428, style.scss */
      .offer_section .box .img-box img {
        width: 100%;
        transition: all .2s; }
    /* line 436, style.scss */
    .offer_section .box .detail-box h5 {
      font-family: 'Montserrat', italic;
      font-size: 24px;
      margin: 0; }
    /* line 442, style.scss */
    .offer_section .box .detail-box h6 {
      font-family: 'Montserrat', italic;
      margin: 10px 0; }
      /* line 446, style.scss */
      .offer_section .box .detail-box h6 span {
        font-size: 2.5rem;
        font-weight: bold; }
    /* line 454, style.scss */
    .offer_section .box .detail-box a {
      display: inline-block;
      padding: 10px 30px;
      background-color: #ffbe33;
      color: #ffffff;
      border-radius: 45px;
      transition: all 0.3s;
      border: none; }
      /* line 39, style.scss */
      .offer_section .box .detail-box a:hover {
        background-color: #e69c00; }
      /* line 457, style.scss */
      .offer_section .box .detail-box a svg {
        width: 20px;
        height: auto;
        margin-left: 5px;
        fill: #ffffff; }
    /* line 469, style.scss */
    .offer_section .box:hover .img-box img {
      transform: scale(1.1); }

/* line 485, style.scss */
.food_section .filters_menu {
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  list-style-type: none;
  margin: 45px 0 20px 0; }
  /* line 493, style.scss */
  .food_section .filters_menu li {
    padding: 7px 25px;
    cursor: pointer;
    border-radius: 25px; }
    /* line 498, style.scss */
    .food_section .filters_menu li.active {
      background-color: #222831;
      color: #ffffff; }
/* line 505, style.scss */
.food_section .box {
  position: relative;
  margin-top: 25px;
  background-color: #ffffff;
  border-radius: 10px;
  color: #ffffff;
  border-radius: 15px;
  overflow: hidden;
  background: linear-gradient(to bottom, #f1f2f3 25px, #222831 25px); }
  /* line 515, style.scss */
  .food_section .box .img-box {
    /*background: #f1f2f3;*/
    background: #2e2e2e;
    /* background: #545454;*/
    display: flex;
    justify-content: center;
    align-items: center;
    height: 215px;
    /* border-radius: 0 0 0 45px;*/
    border-radius: 0 0 0 0px;
    margin: -1px;
    padding: 25px; }
    /* line 528, style.scss */
    .food_section .box .img-box img {
      max-width: 100%;
      max-height: 145px;
      transition: all .2s; }
  /* line 535, style.scss */
  .food_section .box .detail-box {
    padding: 25px; }
    /* line 538, style.scss */
    .food_section .box .detail-box h5 {
      font-weight: 600; }
    /* line 542, style.scss */
    .food_section .box .detail-box p {
      font-size: 15px; }
    /* line 546, style.scss */
    .food_section .box .detail-box h6 {
      margin-top: 10px; }
  /* line 551, style.scss */
  .food_section .box .options {
    display: flex;
    justify-content: space-between; }
    /* line 555, style.scss */
    .food_section .box .options a {
      width: 40px;
      height: 40px;
      border-radius: 100%;
      background: #ffbe33;
      display: flex;
      justify-content: center;
      align-items: center; }
      /* line 564, style.scss */
      .food_section .box .options a svg {
        width: 18px;
        height: auto;
        fill: #ffffff; }
  /* line 574, style.scss */
  .food_section .box:hover .img-box img {
    transform: scale(1.1); }
/* line 581, style.scss */
.food_section .btn-box {
  display: flex;
  justify-content: center;
  margin-top: 45px; }
  /* line 586, style.scss */
  .food_section .btn-box a {
    display: inline-block;
    padding: 10px 55px;
    background-color: #ffbe33;
    color: #ffffff;
    border-radius: 45px;
    transition: all 0.3s;
    border: none; }
    /* line 39, style.scss */
    .food_section .btn-box a:hover {
      background-color: #e69c00; }

/* line 595, style.scss */
.about_section {
  background: #222831;
  color: #ffffff; }
  /* line 599, style.scss */
  .about_section .row {
    align-items: center; }
  /* line 603, style.scss */
  .about_section .img-box {
    position: relative;
    display: flex;
    justify-content: center; }
    /* line 608, style.scss */
    .about_section .img-box img {
      width: 100%;
      max-width: 445px;
      position: relative;
      z-index: 2; }
  /* line 618, style.scss */
  .about_section .detail-box p {
    margin-top: 15px; }
  /* line 622, style.scss */
  .about_section .detail-box a {
    display: inline-block;
    padding: 10px 45px;
    background-color: #ffbe33;
    color: #ffffff;
    border-radius: 45px;
    transition: all 0.3s;
    border: none;
    margin-top: 15px; }
    /* line 39, style.scss */
    .about_section .detail-box a:hover {
      background-color: #e69c00; }

/* line 632, style.scss */
.book_section {
  position: relative; }
  /* line 635, style.scss */
  .book_section .heading_container {
    margin-bottom: 25px; }
  /* line 642, style.scss */
  .book_section .form_container .form-control {
    width: 100%;
    border: none;
    height: 50px;
    margin-bottom: 25px;
    padding-left: 25px;
    border: 1px solid #999;
    outline: none;
    color: #000000;
    border-radius: 5px;
    outline: none;
    box-shadow: none; }
    /* line 655, style.scss */
    .book_section .form_container .form-control::placeholder {
      color: #222222; }
  /* line 662, style.scss */
  .book_section .form_container .nice-select .current {
    font-size: 16px; }
  /* line 666, style.scss */
  .book_section .form_container button {
    margin-top: 15px;
    border: none;
    text-transform: uppercase;
    display: inline-block;
    padding: 10px 55px;
    background-color: #ffbe33;
    color: #ffffff;
    border-radius: 45px;
    transition: all 0.3s;
    border: none; }
    /* line 39, style.scss */
    .book_section .form_container button:hover {
      background-color: #e69c00; }
  /* line 674, style.scss */
  .book_section .map_container {
    width: 100%;
    height: 345px;
    border-radius: 10px;
    overflow: hidden; }
    /* line 680, style.scss */
    .book_section .map_container #googleMap {
      height: 100%;
      min-height: 100%;
      width: 100%; }

/* client section start */
/* line 695, style.scss */
.client_section .heading_container {
  margin-bottom: 30px; }
/* line 699, style.scss */
.client_section .box {
  display: flex;
  flex-direction: column;
  margin: 15px; }
  /* line 704, style.scss */
  .client_section .box .img-box {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 115px;
    position: relative;
    margin-top: 30px; }
    /* line 713, style.scss */
    .client_section .box .img-box img {
      border-radius: 100%;
      border: 5px solid #ffbe33;
      position: relative; }
    /* line 719, style.scss */
    .client_section .box .img-box::before {
      content: "";
      position: absolute;
      left: 50%;
      top: 0;
      width: 20px;
      height: 20px;
      background-color: #ffbe33;
      transform: rotate(45deg) translateX(-50%); }
  /* line 731, style.scss */
  .client_section .box .detail-box {
    background-color: #222831;
    color: #ffffff;
    padding: 25px 25px 15px 25px;
    border-radius: 5px; }
    /* line 737, style.scss */
    .client_section .box .detail-box h6 {
      font-weight: 600;
      font-size: 18px;
      margin: 15px 0 5px 0; }
    /* line 743, style.scss */
    .client_section .box .detail-box p {
      margin-bottom: 0;
      font-size: 15px;
      margin-bottom: 10px; }
/* line 752, style.scss */
.client_section .owl-carousel .owl-nav {
  display: flex;
  justify-content: center;
  margin-top: 45px;
  padding: 0 15px; }
  /* line 758, style.scss */
  .client_section .owl-carousel .owl-nav .owl-prev,
  .client_section .owl-carousel .owl-nav .owl-next {
    width: 45px;
    height: 45px;
    background-color: #ffbe33;
    color: #ffffff;
    outline: none;
    bottom: 0px;
    font-size: 24px;
    margin: 0 5px;
    border-radius: 100%; }

/* client section end */
/* line 778, style.scss */
.contact_section .heading_container {
  margin-bottom: 45px; }
/* line 784, style.scss */
.contact_section .form_container .form-group {
  margin-bottom: 25px; }
/* line 788, style.scss */
.contact_section .form_container input {
  width: 100%;
  border: none;
  height: 50px;
  padding-left: 25px;
  background-color: transparent;
  border: 1px solid #ccc;
  outline: none;
  color: #000000;
  border-radius: 5px; }
  /* line 799, style.scss */
  .contact_section .form_container input::placeholder {
    color: #222222; }
  /* line 803, style.scss */
  .contact_section .form_container input.message-box {
    height: 120px;
    border-radius: 5px; }
/* line 809, style.scss */
.contact_section .form_container .btn-box {
  display: flex;
  justify-content: center; }
/* line 814, style.scss */
.contact_section .form_container button {
  margin-top: 10px;
  border: none;
  text-transform: uppercase;
  display: inline-block;
  padding: 10px 55px;
  background-color: #ffbe33;
  color: #ffffff;
  border-radius: 0px;
  transition: all 0.3s;
  border: none; }
  /* line 39, style.scss */
  .contact_section .form_container button:hover {
    background-color: #e69c00; }

/* footer section*/
/* line 829, style.scss */
.footer_section {
  background-color: #222831;
  color: #ffffff;
  padding: 75px 0 40px 0;
  text-align: center; }
  /* line 835, style.scss */
  .footer_section h4 {
    font-size: 28px; }
  /* line 839, style.scss */
  .footer_section h4,
  .footer_section .footer-logo {
    font-weight: 600;
    margin-bottom: 20px;
    font-family: 'Montserrat', italic; }
  /* line 846, style.scss */
  .footer_section p {
    color: #dbdbdb; }
  /* line 850, style.scss */
  .footer_section .footer-col {
    margin-bottom: 30px; }
  /* line 856, style.scss */
  .footer_section .footer_contact .contact_link_box {
    display: flex;
    flex-direction: column; }
    /* line 860, style.scss */
    .footer_section .footer_contact .contact_link_box a {
      margin: 5px 0;
      color: #ffffff; }
      /* line 864, style.scss */
      .footer_section .footer_contact .contact_link_box a i {
        margin-right: 5px; }
      /* line 868, style.scss */
      .footer_section .footer_contact .contact_link_box a:hover {
        color: #ffbe33; }
  /* line 875, style.scss */
  .footer_section .footer-logo {
    display: block;
    font-weight: bold;
    font-size: 38px;
    line-height: 1;
    color: #ffffff; }
  /* line 883, style.scss */
  .footer_section .footer_social {
    display: flex;
    justify-content: center;
    margin-top: 20px;
    margin-bottom: 10px; }
    /* line 889, style.scss */
    .footer_section .footer_social a {
      display: flex;
      justify-content: center;
      align-items: center;
      color: #222831;
      width: 30px;
      height: 30px;
      border-radius: 100%;
      background-color: #ffffff;
      border-radius: 100%;
      margin: 0 2.5px;
      font-size: 18px; }
      /* line 902, style.scss */
      .footer_section .footer_social a:hover {
        color: #ffbe33; }
  /* line 910, style.scss */
  .footer_section .footer-info {
    text-align: center;
    margin-top: 25px; }
    /* line 914, style.scss */
    .footer_section .footer-info p {
      color: #ffffff;
      margin: 0; }
      /* line 918, style.scss */
      .footer_section .footer-info p a {
        color: inherit; }

/*# sourceMappingURL=style.css.map */
