@charset "UTF-8";
/*
Theme Name: Cuisine Palace
Theme URI: https://thecodechime.com/themes/cuisine-palace/
Author: thecodechime
Author URI: https://thecodechime.com/
Description: Cuisine Palace is a fast and beautiful, lightweight, SEO friendly WordPress theme for Restaurants, Hotels, and Food Bloggers websites, with beautiful designs layouts. Cuisine Palace provides easy to use customization options so that you can get the best out of it. Cuisine Palace is the best WordPress theme for restaurants, hotels, and food bloggers with a great blog page and landing page. It provides beautiful front-page sections so that you do not have to worry about the complex layouts. Also, it provides the support for Contact Form 7 and Yoast SEO plugin and has beautiful useful sections like Testimonials, Menu List, Contact Us, and many more built to make sure you got everything you need in one package. Demo: https://thecodechime.com/cuisine-palace/ Theme URI: https://thecodechime.com/themes/cuisine-palace/
Version: 1.1.3
Tested up to: 6.1
Requires at least: 5.0
Requires PHP: 5.6
License: GNU General Public License v3 or later
License URI: LICENSE
Text Domain: cuisine-palace
Tags: food-and-drink, blog, entertainment, grid-layout, one-column, two-columns, left-sidebar, right-sidebar, custom-background, custom-colors, custom-header, custom-logo, custom-menu, featured-images, footer-widgets, sticky-post, theme-options, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
#Basic style
# Typography
# headers/menu
# widget
# color
## archive page
## detail page
# footer
# errorpage
# no-result-found
# comments
# accessiblity
## preloader
## sticky-wp-feature
# article-rating
# animation
## normalization
# pagination
## normalization
# breadcrumbs
#scroll-up
## main /front page

--------------------------------------------------------------*/
/*   ==================================================
                Typography
    ================================================== */
h1 {
  font-size: 2.375em;
  font-weight: bold;
}

h2 {
  font-size: 1.75em;
  font-weight: bold;
}

h3 {
  font-size: 1.31em;
  font-weight: bold;
}

h4 {
  font-size: 1.125em;
  font-weight: bold;
}

h5 {
  font-size: 1em;
  font-weight: bold;
}

h6 {
  font-size: 0.93em;
  font-weight: bold;
}

h1, h2, h3, h4, h5, h6 {
  font-family: var(--Cuisine-palace-primary-font);
  font-weight: 700;
}

.sub-title {
  color: var(--Cuisine-palace-primary-color);
  font-family: var(--Cuisine-palace-secondary-font);
  font-size: 34px;
  line-height: 40px;
  font-weight: 400;
  text-transform: capitalize;
}

.title {
  font-size: 40px;
  font-weight: 700;
  line-height: 55px;
  text-transform: capitalize;
  margin: 0;
}

.text {
  font-size: 14px;
  line-height: 26px;
  font-weight: 400;
}

/*--------- font 14---------- */
.site-header-wrapper .header-top-bar .container .wrapper .header-top-content .header-top-left-content .contact-information .list span a,
.blog-detail .blog-slider .slider-content .content .short-blog-detail .more-info .double-arrow i,
.testimonial-detail .wrapper .slider-for .slider-container .client-saying p {
  font-size: 14px;
  line-height: 23px;
}

/*--------------------------- */
.resturant-menu .wrapper .content .grid-box .grid-item .grid-item-wrapper .menu-item {
  font-size: 17px;
  line-height: 23px;
}

/*---- font-16 bold----------- */
.author-img.posted-by a,
.date-meta .posted-on,
.entry-meta .cat-item,
.post-tag .tag-list .tag-item a {
  font-weight: 600;
  font-size: 19px;
}

/*--------------------------- */
/*   ==================================================
            Typography Ended
================================================== */
/*   ==================================================
              header
    ================================================== */
#main-container {
  position: relative;
  z-index: 1;
}

/*  &#static-front-page { */
.site-header-wrapper {
  position: absolute;
  z-index: 10;
  width: 100%;
  /* --------------top bar------------- */
  /* ---------------------------------- */
}
.site-header-wrapper .header-top-bar {
  padding: 10px 0;
  background: rgba(255, 255, 255, 0.1);
  /*  border-bottom: 1px solid;
   border-color: rgba(255,255,255,.2); */
}
@media (max-width: 760px) {
  .site-header-wrapper .header-top-bar {
    display: none;
  }
}
.site-header-wrapper .header-top-bar .container .wrapper .header-top-content {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(31%, 1fr));
  grid-gap: 1em 2em;
  -ms-flex-align: center;
      align-items: center;
  /* left-content */
  /*------- right-content--------- */
  /* --------------------------- */
  /*---- header reserve button--- */
  /*  ------------------------- */
}
.site-header-wrapper .header-top-bar .container .wrapper .header-top-content .header-top-left-content .contact-information {
  list-style: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.site-header-wrapper .header-top-bar .container .wrapper .header-top-content .header-top-left-content .contact-information .list {
  margin-right: 35px;
}
.site-header-wrapper .header-top-bar .container .wrapper .header-top-content .header-top-left-content .contact-information .list:last-child {
  margin-right: 0;
}
.site-header-wrapper .header-top-bar .container .wrapper .header-top-content .header-top-left-content .contact-information .list span a {
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  white-space: nowrap;
  letter-spacing: 0.6px;
}
.site-header-wrapper .header-top-bar .container .wrapper .header-top-content .header-top-left-content .contact-information .list span a i {
  margin-right: 7px;
  color: var(--Cuisine-palace-primary-color);
  transform: scale(1);
  transition: 0.3s all ease-in-out;
  transition-property: transform;
}
.site-header-wrapper .header-top-bar .container .wrapper .header-top-content .header-top-left-content .contact-information .list span:hover i {
  transform: scale(1.2);
}
.site-header-wrapper .header-top-bar .container .wrapper .header-top-content .header-top-right-content {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-pack: end;
      justify-content: flex-end;
}
@media (max-width: 992px) {
  .site-header-wrapper .header-top-bar .container .wrapper .header-top-content .header-top-right-content {
    display: none;
  }
}
.site-header-wrapper .header-top-bar .container .wrapper .header-top-content .header-top-right-content .social-navigation-wrapper .site-social .social-navigation .menu-social-container .menu .menu-item {
  margin: 0 10px;
}
.site-header-wrapper .header-top-bar .container .wrapper .header-top-content .header-top-right-content .social-navigation-wrapper .site-social .social-navigation .menu-social-container .menu .menu-item:first-child {
  margin-left: 0;
}
.site-header-wrapper .header-top-bar .container .wrapper .header-top-content .header-top-right-content .social-navigation-wrapper .site-social .social-navigation .menu-social-container .menu .menu-item:last-child {
  margin-right: 0;
}
.site-header-wrapper .header-top-bar .container .wrapper .header-top-content .header-top-right-content .social-navigation-wrapper .site-social .social-navigation .menu-social-container .menu .menu-item a {
  font-size: 14px;
  transition: .5s;
  padding: 0;
  text-decoration: none;
  transform: rotateY(0deg);
}
.site-header-wrapper .header-top-bar .container .wrapper .header-top-content .header-top-right-content .social-navigation-wrapper .site-social .social-navigation .menu-social-container .menu .menu-item a:hover {
  transform: rotateY(360deg);
}
.site-header-wrapper .header-top-bar .container .wrapper .header-top-content .top-header-button {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: flex-end;
  -ms-flex-align: center;
      align-items: center;
}
.site-header-wrapper .header-content {
  transition: all .5s ease-in-out;
}

/* ---------------sticky header---------------- */
.header-content.is-sticky-header {
  position: fixed;
  width: 100%;
  top: 0;
  /* background:rgba($color: #000000, $alpha: 0.8); */
  background-image: linear-gradient(315deg, #130f40 0%, #000000 74%);
  box-shadow: 0px 0px 10px 0 rgba(0, 0, 0, 0.15);
  animation: slideInDown .5s ease 1 alternate;
  /* transition: all .5s ease-in-out; */
}
@media (max-width: 992px) {
  .header-content.is-sticky-header {
    position: relative !important;
  }
}
.header-content.is-sticky-header .header .logo {
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  .header-content.is-sticky-header .menu > .menu-item > a {
    padding: 40px 20px 40px 12px;
  }
}

.admin-bar .is-sticky-header {
  top: 30px;
}
@media (max-width: 600px) {
  .admin-bar .is-sticky-header {
    top: 0;
  }
}

/* --------------------------------------------- */
.site-branding-text .site-title a {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.3;
  white-space: nowrap;
  margin: 0;
}

.header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding: 14px 0px 0px;
}

.main-navigation {
  display: block;
  width: 100%;
  position: relative;
}
.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  display: block;
  position: absolute;
  right: 0;
  top: 150%;
  z-index: 99999;
}
@media (min-width: 992px) {
  .main-navigation ul ul {
    filter: alpha(opacity=0);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
  }
}
.main-navigation ul ul ul {
  top: 100%;
  right: 100%;
  display: block;
}
@media (min-width: 992px) {
  .main-navigation ul ul ul {
    filter: alpha(opacity=0);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
  }
}
.main-navigation ul ul li:hover > ul, .main-navigation ul ul li:focus > ul, .main-navigation ul ul li:focus-within > ul {
  top: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
  visibility: visible;
  display: block;
}
.main-navigation ul ul a {
  width: 200px;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li:focus > ul,
.main-navigation ul li:focus-within > ul {
  top: 100%;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
  visibility: visible;
  display: block;
}
.main-navigation li {
  position: relative;
}
.main-navigation a {
  display: block;
  text-decoration: none;
}

/* added css for navigation */
.menu {
  list-style: none;
  margin: 0;
  padding: 0;
  float: left;
  width: 100%;
  /* border-bottom: 3px solid #FD5025; */
}

/* ------------current menu indication-------------- */
.menu-item.current-menu-item > a:before {
  content: "";
  position: absolute;
  width: 60%;
  height: 2px;
  background: var(--Cuisine-palace-primary-color);
  top: 70%;
}
@media (max-width: 992px) {
  .menu-item.current-menu-item > a:before {
    width: 100%;
  }
}

/* --------------------------------------------------- */
.menu .menu-item {
  list-style: none;
}

.menu > .menu-item {
  display: block;
  margin: 0;
  padding: 0;
  border: 0px;
  float: left;
}

.menu .menu-item a {
  color: #e4e4e4;
}

.menu > .menu-item > a {
  display: block;
  position: relative;
  margin: 0;
  border: 0px;
  text-transform: uppercase;
  padding: 30px 20px 30px 0px;
  text-decoration: none;
  font-size: 14px;
  line-height: 19px;
  font-weight: 500;
  color: #e4e4e4;
}
.menu > .menu-item > a:hover {
  color: var(--Cuisine-palace-primary-color) !important;
}
@media (max-width: 992px) {
  .menu > .menu-item > a {
    color: #4e4e4e;
    padding: 18px 0px 18px 0px;
    display: inline-block;
  }
}
.menu > .menu-item.current-menu-item > a {
  color: var(--Cuisine-palace-primary-color);
}

.menu > .menu-item > a i {
  padding-right: 5px;
  font-size: 14px;
  text-shadow: none;
  color: #fff;
}

.menu .menu-item ul.sub-menu .menu-item a i {
  padding-right: 10px;
}

.menu .menu-item.menu-active > a {
  color: var(--Cuisine-palace-primary-color);
}
@media (max-width: 992px) {
  .menu .menu-item.menu-active > a {
    color: #f3f3f3;
  }
}

.menu .menu-item.menu-item-has-children > a:after {
  margin-left: 4px;
  height: auto;
  content: '\f107';
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 21px;
  text-shadow: none;
  display: inline-block;
  vertical-align: middle;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .menu .menu-item.menu-item-has-children > a:after {
    display: none !important;
  }
}

/* submenu pointer */
.menu > li > ul:after {
  border: 0.6rem solid transparent;
  border-bottom-color: var(--Cuisine-palace-primary-color);
  right: 1.8rem;
  content: "";
  display: block;
  position: absolute;
  bottom: 100%;
}
@media (max-width: 992px) {
  .menu > li > ul:after {
    display: none;
  }
}

/*.menu ul ul::after {
    border-bottom-color: transparent;
    border: 0.8rem solid transparent;
    border-left-color: #171369;
    bottom: auto;
    right: -1.6rem;
    top: 2rem;
    content: "";
    display: block;
    position: absolute;
    bottom: 100%;
} */
.sub-menu .menu-item-has-children > a::after {
  transform: rotate(90deg) !important;
  float: right;
  margin-left: 5px !important;
}
.sub-menu .menu-item-has-children:hover > a::after, .sub-menu .menu-item-has-children:focus > a::after {
  transform: rotate(180deg) !important;
}

.menu > li > ul.sub-menu {
  list-style: none;
  clear: both;
  margin: 0;
  position: absolute;
  z-index: 999;
}

.menu .menu-item ul.sub-menu {
  /* border-top:5px solid ColorVariable(primary-color); */
  background: #fff;
  border-radius: 5px;
  box-shadow: 4px 10px 14px rgba(0, 0, 0, 0.03);
}
.menu .menu-item ul.sub-menu:before {
  content: "";
  position: absolute;
  height: 5px;
  z-index: 1;
  width: 100%;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  background-color: var(--Cuisine-palace-primary-color);
}

.menu .menu-item ul.sub-menu > .menu-item {
  width: 185px;
  background: transparent;
}
.menu .menu-item ul.sub-menu > .menu-item:hover {
  background: #EAEEFA;
  color: var(--Cuisine-palace-primary-color);
}
.menu .menu-item ul.sub-menu > .menu-item:hover:first-child {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.menu .menu-item ul.sub-menu > .menu-item:hover:last-child {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.menu .menu-item ul.sub-menu > .menu-item:hover > a {
  color: var(--Cuisine-palace-primary-color);
}

.menu .menu-item ul.sub-menu .menu-item a {
  /* display: block; */
  margin: 0px 0px;
  padding: 12px 15px 12px 15px;
  text-decoration: none;
  font-size: 14px;
  line-height: 19px;
  font-weight: 500;
  background: none;
  color: #4a4a4a;
  width: 100%;
}

.menu > .menu-item > ul.sub-menu > .menu-item {
  position: relative;
}

.menu > .menu-item > ul.sub-menu .menu-item > a > .arrow:before {
  float: right;
  margin-top: 1px;
  margin-right: 0px;
  display: inline;
  font-size: 14px;
  font-family: 'FontAwesome';
  height: auto;
  content: "\f104";
  font-weight: 300;
  text-shadow: none;
}

.menu-item .btn_submenu_dropdown.active i:before {
  content: "\f068" !important;
}

.sub-menu .btn_submenu_dropdown {
  right: 9px !important;
}

/* ------------------------- */
/* Small menu. */
.menu-toggle {
  background: #f1f1f3;
}

@media (max-width: 992px) {
  .main-navigation {
    position: static;
  }

  .main-navigation .menu {
    background: #f1efe8;
    margin-top: 0;
    position: absolute;
    max-width: 400px;
    top: 100%;
    left: auto;
    right: 0;
    width: 100%;
    padding: 20px;
    z-index: 9999;
    max-height: 100vh;
    overflow: scroll;
  }
  .main-navigation .menu .menu-item {
    width: 100%;
    border-bottom: 1px solid #b7b2b2;
  }
  .main-navigation .menu .menu-item:last-child {
    border-bottom: none;
  }
  .main-navigation .menu .menu-item > ul.sub-menu {
    position: static;
    display: none;
    float: none;
  }
  .main-navigation .menu .menu-item ul.sub-menu > .menu-item {
    width: 100%;
  }

  /* mobile accessibility */
  .keyboard-nav-on {
    /* sub-menu accessibility */
    /* togggle accessibility */
  }
  .keyboard-nav-on .menu-item:focus-within > ul.sub-menu {
    display: block;
  }
  .keyboard-nav-on #site-navigation:focus #primary-menu, .keyboard-nav-on #site-navigation:focus-within #primary-menu {
    display: block;
  }
}
@media (max-width: 558px) {
  .main-navigation .menu {
    float: left;
    width: 100vw;
    margin: 0 calc(+50% - 50vw);
    max-width: unset;
  }
}
/* button for sub-menu css */
#primary-menu .menu-item .btn_submenu_dropdown {
  display: none;
}
@media (max-width: 992px) {
  #primary-menu .menu-item .btn_submenu_dropdown {
    display: inline-block;
    position: absolute;
    top: 0;
    right: 8px;
    margin-top: 14px;
    color: inherit !important;
    padding: 0;
    background-color: transparent !important;
    border: 0 !important;
    outline: none;
    letter-spacing: 0;
    height: unset !important;
  }
  #primary-menu .menu-item .btn_submenu_dropdown:before {
    display: none;
  }
  #primary-menu .menu-item .btn_submenu_dropdown .drop-down-icon {
    display: inline-block;
    border: 2px solid;
    padding: 0px 5px;
    font-style: unset;
  }
  #primary-menu .menu-item .btn_submenu_dropdown .drop-down-icon:before {
    content: "\f067";
    display: inline-block;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 14px;
    transition: all 0.3s ease-in-out;
    transition-property: transform;
  }
  #primary-menu .menu-item .btn_submenu_dropdown i {
    transition: all 0.3s ease-in-out;
    transition-property: transform;
  }
}

.toggle-button-wrapper {
  background: #fff;
  border: 1px solid #ccb7b7;
  border-radius: 5px;
  display: block !important;
}
.toggle-button-wrapper .menu-toggle {
  display: block;
  padding: 19px 14px;
  width: 18px;
  height: 2px;
  border: 0;
  box-sizing: content-box;
  background-clip: content-box;
  transition: background-color 500ms ease-in-out 250ms;
  background-color: #000;
}
@media (max-width: 767px) {
  .toggle-button-wrapper .menu-toggle {
    padding: 14px 9px;
  }
}
.toggle-button-wrapper .menu-toggle:hover {
  cursor: pointer;
}
.toggle-button-wrapper .menu-toggle:before, .toggle-button-wrapper .menu-toggle:after {
  position: relative;
  content: '';
  display: block;
  width: 18px;
  height: 2px;
  background-color: #000;
  transition: transform 500ms ease-in-out;
  transform: unset;
  transform-origin: unset;
}
.toggle-button-wrapper .menu-toggle:before {
  top: -6px;
}
.toggle-button-wrapper .menu-toggle:after {
  bottom: -4px;
}
.toggle-button-wrapper .menu-toggle__text {
  display: none;
}
.toggle-button-wrapper .menu-toggle--active {
  background-color: rgba(255, 255, 255, 0) !important;
  transition-delay: 0s;
}
.toggle-button-wrapper .menu-toggle--active:before {
  transform: translateY(6px) rotate(-225deg) !important;
}
.toggle-button-wrapper .menu-toggle--active:after {
  transform: translateY(-6px) rotate(225deg) !important;
}

@media screen and (min-width: 993px) {
  .toggle-button-wrapper {
    display: none !important;
  }

  .main-navigation ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
        flex-flow: row wrap;
  }
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
}
.comment-navigation .nav-links, .posts-navigation .nav-links, .post-navigation .nav-links {
  display: -ms-flexbox;
  display: flex;
}
.comment-navigation .nav-previous, .posts-navigation .nav-previous, .post-navigation .nav-previous {
  -ms-flex: 1 0 50%;
      flex: 1 0 50%;
}
.comment-navigation .nav-next, .posts-navigation .nav-next, .post-navigation .nav-next {
  -ms-flex: 1 0 50%;
      flex: 1 0 50%;
}

/* naviagtion search */
/*   ==================================================
              nav search
    ================================================== */
.search-form .label-active:after {
  content: "";
}

.search-container-wrapper {
  margin-right: 30px;
  display: inline-block;
  position: relative;
}
.search-container-wrapper .search-toggle {
  background: transparent;
  border: none;
  outline: none;
  display: inline-block;
  padding: 0;
  text-align: center;
  width: 16px;
  cursor: pointer;
}
.search-container-wrapper .search-toggle::before {
  display: none;
}
.search-container-wrapper .search-toggle span:before {
  content: "\f002";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  color: white;
  font-size: 14px;
}
.search-container-wrapper .search-active span:before {
  font-size: 14px;
  content: "\f00d";
}
.search-container-wrapper .search-container {
  position: absolute;
  top: -16%;
  left: 100%;
  transform: translate(-89%, 147%);
  transition-property: transform;
  transition: all .4s ease-in-out 0s;
  visibility: hidden;
  opacity: 0;
  display: none;
}
@media (max-width: 920px) {
  .search-container-wrapper .search-container {
    top: 0%;
  }
}
.search-container-wrapper .search-container .search-form {
  width: 224px;
  height: 80px;
  position: relative;
  background-color: #111111;
  height: 66px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  line-height: 60px;
  padding: 0 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  border-top: 4px solid #9a6807;
}
@media (min-width: 558px) {
  .search-container-wrapper .search-container .search-form {
    width: 283px;
  }
}
.search-container-wrapper .search-container .search-form::before {
  content: "";
  position: absolute;
  top: -32px;
  left: 90%;
  transform: translatex(-90%);
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 14px solid transparent;
  border-bottom: 14px solid #9a6807;
}
.search-container-wrapper .search-container .search-form label {
  width: 100%;
  position: relative;
}
.search-container-wrapper .search-container .search-form label.label-active:after {
  content: "\f002";
}
.search-container-wrapper .search-container .search-form label .screen-reader-text {
  display: none;
}
.search-container-wrapper .search-container .search-form label .search-field {
  height: unset;
  padding: 10px 3px 9px 10px;
  border: none;
  background-color: #111111;
  border: 1px solid;
  border-color: #2a2a2a;
  font-size: 14px;
  outline: none;
  z-index: 19;
  color: #dcd3d3;
}
@media (min-width: 558px) {
  .search-container-wrapper .search-container .search-form label .search-field {
    padding: 10px 42px 9px 10px;
  }
}
.search-container-wrapper .search-container .search-form label .search-field:focus {
  border-color: #9a6807;
}
.search-container-wrapper .search-container .search-form .search-submit {
  padding: 3px;
  border-radius: 50%;
  position: absolute;
  right: 0px;
  cursor: pointer;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  height: 40px;
  width: 40px;
  text-align: center;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-pack: center;
      justify-content: center;
  border: none;
}
.search-container-wrapper .search-container .search-form .search-submit:before {
  display: none;
}
.search-container-wrapper .search-container.is-open {
  transform: translate(-88%, 100%);
  visibility: visible;
  opacity: 1;
}

/*   ==================================================
              nav search ended
    ================================================== */
.nav-account-section {
  display: block;
  margin-left: 15px;
}
@media (min-width: 993px) {
  .nav-account-section.hide_in_desktop {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .nav-account-section.hide_in_tablets {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .nav-account-section.hide_in_mobile {
    display: none !important;
  }
}
.nav-account-section .nav-account-section-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-direction: row;
      flex-direction: row;
}
@media (min-width: 992px) {
  .nav-account-section .nav-account-section-wrapper {
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

.right-content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
@media (min-width: 992px) {
  .right-content .right-content-item:first-child {
    display: none;
  }
}
@media (max-width: 992px) {
  .right-content .right-content-item:last-child {
    display: none;
  }
}

/*   ==================================================
                    header Ended
        ================================================== */
/*   ==================================================
               widget
    ================================================== */
.logo {
  display: block;
}
.logo .site-identity .custom-logo-link img {
  width: 100%;
  height: auto;
}
.logo .site-identity .site-branding-text .site-title {
  margin: 0;
}
.logo .site-identity .site-branding-text .site-title a {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.3;
  white-space: nowrap;
  text-decoration: none;
  text-transform: capitalize;
}
@media (max-width: 558px) {
  .logo .site-identity .site-branding-text .site-title a {
    font-size: 26px;
    font-weight: 700;
  }
}
.logo .site-identity .site-branding-text .site-description {
  color: #d0d0d0;
  font-weight: 500;
  line-height: 19px;
  font-size: 16px;
}

/*------ theme sidebar------------ */
#secondary {
  border: 1px solid #f1efe8;
  border-radius: 8px;
}
#secondary .secondary-wrapper {
  padding: 31px;
}
#secondary .secondary-wrapper .wordpress-widget {
  margin-bottom: 60px;
}
#secondary .secondary-wrapper .wordpress-widget h2, #secondary .secondary-wrapper .wordpress-widget .widget-title {
  border-bottom: 1px solid #9a979726;
}
#secondary .secondary-wrapper div#calendar_wrap a {
  color: var(--Cuisine-palace-primary-color);
  text-decoration: underline;
}

/*  ---------------------------------- */
/*--------------- gallery widget-------- */
/* --------------------gallery for single page----------------- */
.post-detail-article .gallery-columns-3 .gallery-item img {
  height: 100% !important;
}
.post-detail-article .gallery-columns-4 .gallery-item img {
  height: 100% !important;
}
.post-detail-article .gallery-columns-5 .gallery-item img {
  height: 100% !important;
}

/*  -------------------------------------------------- */
.gallery .gallery-item a {
  display: block;
}
.gallery .gallery-item a img {
  border-radius: 8px;
  display: block;
}

/* -------gallery 1----------- */
.gallery-columns-1 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(calc(100%/1), 1fr));
  grid-gap: 10px;
}
.gallery-columns-1 .gallery-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* -------gallery 2----------- */
.gallery-columns-2 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(calc(100%/2.2), 1fr));
  grid-gap: 10px;
}
.gallery-columns-2 .gallery-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* -------gallery 3----------- */
.gallery-columns-3 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(calc(100%/4), 1fr));
  grid-gap: 10px;
}
.gallery-columns-3 .gallery-item img {
  width: 100%;
  height: 100px;
  -o-object-fit: cover;
     object-fit: cover;
}

/* -------gallery 4----------- */
.gallery-columns-4 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(calc(100%/5), 1fr));
  grid-gap: 10px;
}
.gallery-columns-4 .gallery-item img {
  width: 100%;
  height: 80px;
  -o-object-fit: cover;
     object-fit: cover;
}

/* -------gallery 5----------- */
.gallery-columns-5 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(calc(100%/6), 1fr));
  grid-gap: 10px;
}
.gallery-columns-5 .gallery-item img {
  width: 100%;
  height: 70px;
  -o-object-fit: cover;
     object-fit: cover;
}

/* ---------------------------------------- */
.wordpress-widget {
  /* title */
  /*  text-widget */
  /*-------- orderlist, unorderlist, mixed list--------- */
  /* ------------footer-mennu-------------- */
  /* ------------------------------------- */
  /*---------- search widget-------------- */
  /* ------------------------------------- */
  /*-------- a tag inside paragraph---------- */
  /* ------------------------------------- */
  /*---------  calender widget ---------*/
}
.wordpress-widget h2, .wordpress-widget .widget-title {
  font-size: 25px;
  line-height: 40px;
  font-weight: 700;
  padding-bottom: 20px;
  margin-bottom: 40px;
  color: #4e4e4e;
  border-bottom: 1px solid #f1f1f126;
  position: relative;
}
.wordpress-widget h2:after, .wordpress-widget .widget-title:after {
  background: var(--Cuisine-palace-primary-color);
  position: absolute;
  bottom: -2px;
  content: "";
  width: 20%;
  height: 3px;
  left: 0;
}
.wordpress-widget .textwidget {
  color: #ececec;
}
.wordpress-widget .textwidget p {
  color: #ececec;
  line-height: 22px;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.3px;
  margin-bottom: 18px;
}
.wordpress-widget .textwidget p i {
  margin-right: 12px;
}
.wordpress-widget .textwidget p a {
  color: #ececec;
}
.wordpress-widget .textwidget p a:hover {
  color: var(--Cuisine-palace-primary-color);
}
.wordpress-widget .textwidget p a:hover i {
  color: var(--Cuisine-palace-primary-color);
}
.wordpress-widget ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  text-align: right;
}
.wordpress-widget ul li {
  margin-bottom: 7px;
  list-style-type: none;
  color: #4E4E4E;
  display: inline-block !important;
  padding: 0;
  position: relative;
  transition: all 0.2s ease-in-out;
}
.wordpress-widget ul li::before {
  content: "➻";
  margin-right: 12px;
  float: left;
  opacity: 0;
  position: absolute;
  top: 3px;
  left: -20px;
  transition: all 0.2s ease-in-out;
}
.wordpress-widget ul li a {
  color: #4E4E4E;
  font-size: 17px;
  line-height: 30px;
  font-weight: 500;
  float: left;
  transition: all 0.2s ease-in-out;
}
.wordpress-widget ul li:hover {
  padding-left: 25px;
}
.wordpress-widget ul li:hover a {
  color: var(--Cuisine-palace-primary-color) !important;
}
.wordpress-widget ul li:hover::before {
  left: 0;
  opacity: 1;
  color: var(--Cuisine-palace-primary-color);
}
.wordpress-widget ol li {
  list-style-type: lower-roman;
  margin-left: 20px;
  color: #4E4E4E;
}
.wordpress-widget ol li a {
  color: #4E4E4E;
  font-size: 17px;
  line-height: 30px;
  font-weight: 500;
}
@media (max-width: 992px) {
  .wordpress-widget.widget_nav_menu .menu {
    float: clear;
    width: 100%;
    margin: 0;
    background: none;
    padding: 0;
  }
}
.wordpress-widget.widget_nav_menu .menu .menu-item {
  margin-bottom: 9px;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 992px) {
  .wordpress-widget.widget_nav_menu .menu .menu-item {
    border-bottom: none;
  }
}
.wordpress-widget.widget_nav_menu .menu .menu-item a {
  color: #707070;
  transition: 0.3s;
  font-size: 17px;
  line-height: 30px;
  font-weight: 500;
  padding: 0;
  text-transform: capitalize;
}
.wordpress-widget.widget_nav_menu .menu .menu-item a:hover {
  color: var(--Cuisine-palace-primary-color) !important;
}
.wordpress-widget.widget_nav_menu .menu .menu-item .sub-menu {
  display: none !important;
}
.wordpress-widget .search-form {
  width: 100%;
  position: relative;
}
.wordpress-widget .search-form label {
  width: 100%;
  position: relative;
  border-bottom: none;
  padding-bottom: 0px;
  margin-bottom: 0px;
}
.wordpress-widget .search-form label:after {
  content: "\f002";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  top: 65%;
  transform: translateY(-50%);
  right: 20px;
  font-size: 20px;
  color: #D2D2D2;
}
.wordpress-widget .search-form label:after:hover, .wordpress-widget .search-form label:after:focus {
  color: var(--Cuisine-palace-primary-color);
}
.wordpress-widget .search-form label .screen-reader-text {
  display: none;
}
.wordpress-widget .search-form label .search-field {
  padding-right: 46px;
  width: 100%;
  border: none;
  background: #F3F3F3;
  outline: none;
  z-index: 19;
}
.wordpress-widget .search-form .search-submit {
  padding: 18px;
  border-radius: 50%;
  position: absolute;
  right: 0px;
  opacity: 0;
  cursor: pointer;
}
.wordpress-widget p a {
  color: var(--Cuisine-palace-primary-color);
}
.wordpress-widget .calendar_wrap #wp-calendar {
  width: 100%;
  border-collapse: collapse;
}
.wordpress-widget .calendar_wrap #wp-calendar caption {
  text-align: left;
  font-size: 18px;
  font-weight: bold;
  line-height: 30px;
  text-transform: capitalize;
  color: #4e4e4e;
  margin-bottom: 16px;
}
.wordpress-widget .calendar_wrap #wp-calendar tr {
  text-align: center;
}
.wordpress-widget .calendar_wrap #wp-calendar td, .wordpress-widget .calendar_wrap #wp-calendar th {
  color: #4e4e4e;
  border: 1px solid;
  padding: 5px;
}
.wordpress-widget .calendar_wrap #wp-calendar td a, .wordpress-widget .calendar_wrap #wp-calendar th a {
  color: #4e4e4e;
  text-decoration: none;
}

/* -----------------widget tag---------- */
.widget_tag_cloud .tagcloud {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  -ms-flex-align: center;
      align-items: center;
}
.widget_tag_cloud .tagcloud a {
  padding: 11px 25px;
  line-height: 19px;
  font-size: 14px;
  font-weight: 500;
  border-radius: 8px;
  color: #4e4e4e;
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px;
  letter-spacing: 0.6px;
  border-top: 1px solid var(--Cuisine-palace-primary-color);
  border-bottom: 1px solid var(--Cuisine-palace-primary-color);
  /* background: #EFEFEF; */
  text-decoration: none;
  position: relative;
  /* &:before{
      content: "\f02b";
      font-family: "Font Awesome 5 Free";
      font-weight: 900;
      font-size: 16px;
      transform: rotate(135deg);
      position: absolute;
      left: -2px;
      color:#b7b7b7;
  } */
}
.widget_tag_cloud .tagcloud a:hover {
  color: var(--Cuisine-palace-primary-color);
}
.widget_tag_cloud .tagcloud a:hover:before {
  color: var(--Cuisine-palace-primary-color);
}

/* ------------------------------------------------- */
.widget_recent_entries ul {
  text-align: unset;
}
.widget_recent_entries ul li {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.widget_recent_entries ul li a {
  display: block;
  width: 100%;
}
.widget_recent_entries ul li .post-date {
  padding-left: 20px;
  font-size: 14px;
  font-weight: 400;
  position: relative;
  display: block;
}
.widget_recent_entries ul li .post-date::before {
  content: "\f073";
  font-family: "Font Awesome 5 Free";
  font-size: 12px;
  left: 0px;
  position: absolute;
  top: 30px;
  font-weight: 900;
  transition: all 0.3s ease-in-out;
}

/*   ==================================================
                widget Ended
    ================================================== */
/*   ==================================================
                Color
    ================================================== */
/*--- color white---- */
.header .logo .site-identity .site-branding-text .site-title a,
.banner-container .wrapper .banner-overlay-content .content .brand-title .title a,
.header-top-content .header-top-left-content .contact-information .list span a,
.header-top-right-content .site-social .social-navigation .menu .menu-item a,
.services .wrapper .section-header .section-header-content .title,
.section-collection .blog .wrapper .section-header .section-header-content .title,
.blog-detail .blog-slider .slider-content .slider-overlay-content .content .date-time p,
.blog-detail .blog-slider .slider-content .slider-overlay-content .content .post-detail p,
.testimonial .wrapper .section-header .section-header-content .title {
  color: #fff;
}

/* color primary */
.blog-detail .blog-slider .slider-content .blog-title a {
  color: var(--Cuisine-palace-primary-color);
}

/*---------- color 4e4e4e(black)------------- */
.title,
.services-detail .grid-box .grid-item .grid-item-wrapper .grid-item-detail h3,
.resturant-menu .wrapper .content .grid-box .grid-item .grid-item-wrapper .menu-item,
.resturant-menu .wrapper .tabs-trigger,
.testimonial-detail .wrapper .slider-for .slider-container .client-detail .client-name,
.contact-us-container .container .contact-us-container-wrapper .title p,
.contact-us-container .container .contact-us-container-wrapper .detail p,
#primary .primary-wrapper .post-layout.has-grid-type .cuisine-blog-post .entry-content-wrapper .entry-header .entry-title a,
#primary .primary-wrapper .post-layout.has-list-type .cuisine-blog-post .entry-content-wrapper .entry-header .entry-title a {
  color: var(--Cuisine-palace-secondary-color);
}

/*----------text color 4e4e4e(grey type)------------- */
.text,
#primary .primary-wrapper .post-layout.has-grid-type .cuisine-blog-post .entry-content-wrapper .entry-content p,
#primary .primary-wrapper .post-layout.has-list-type .cuisine-blog-post .entry-content-wrapper .entry-content p,
.map .contact-detail-container .contact-detail-container-wrapper .item p,
.map .contact-detail-container .contact-detail-container-wrapper .item span {
  color: #717171;
}

/* --------------background color #f1efe8------------------------ */
.resturant-menu,
.resturant-menu .wrapper .content .grid-box .grid-item .grid-item-wrapper .menu-item,
.resturant-menu .wrapper .content .grid-box .grid-item .grid-item-wrapper .menu-item-price,
.reservation,
.testimonial .wrapper .section-content .testimonial-detail .wrapper .testimonial-slider-nav,
.who-we-are,
.contact-us .section-wrapper .map .contact-us-container .container .contact-us-container-wrapper,
#primary .primary-wrapper .post-layout.has-grid-type .cuisine-blog-post .entry-content-wrapper,
#primary .primary-wrapper .post-layout.has-list-type .cuisine-blog-post .entry-content-wrapper,
#primary .primary-wrapper .post-layout.has-grid-type .cuisine-blog-post,
#primary .primary-wrapper .post-layout.has-list-type .cuisine-blog-post {
  background: #f1efe8;
}

.author-img.posted-by a,
.date-meta .posted-on,
.entry-meta .cat-item,
.post-tag .tag-list .tag-item a,
.cuisine-blog-post .footer-item .icon span a {
  color: #989696;
}

/* --------------primary-color-hover effect------------ */
/* .banner-container .wrapper .banner-overlay-content .content .brand-title .title a */
#primary .primary-wrapper .post-layout.has-grid-type .cuisine-blog-post .entry-content-wrapper .entry-header .entry-title a:hover, #primary .primary-wrapper .post-layout.has-grid-type .cuisine-blog-post .entry-content-wrapper .entry-header .entry-title a:focus,
#primary .primary-wrapper .post-layout.has-list-type .cuisine-blog-post .entry-content-wrapper .entry-header .entry-title a:hover,
#primary .primary-wrapper .post-layout.has-list-type .cuisine-blog-post .entry-content-wrapper .entry-header .entry-title a:focus,
#primary .primary-wrapper .post-layout.has-grid-type .cuisine-blog-post .entry-content-wrapper .meta-wrapper .entry-meta .cat-item:hover,
#primary .primary-wrapper .post-layout.has-grid-type .cuisine-blog-post .entry-content-wrapper .meta-wrapper .entry-meta .cat-item:focus,
#primary .primary-wrapper .post-layout.has-list-type .cuisine-blog-post .entry-content-wrapper .meta-wrapper .entry-meta .cat-item:hover,
#primary .primary-wrapper .post-layout.has-list-type .cuisine-blog-post .entry-content-wrapper .meta-wrapper .entry-meta .cat-item:focus,
#primary .primary-wrapper .post-layout.has-grid-type .cuisine-blog-post .entry-content-wrapper .meta-wrapper .date-meta .posted-on:hover,
#primary .primary-wrapper .post-layout.has-grid-type .cuisine-blog-post .entry-content-wrapper .meta-wrapper .date-meta .posted-on:focus,
#primary .primary-wrapper .post-layout.has-list-type .cuisine-blog-post .entry-content-wrapper .meta-wrapper .date-meta .posted-on:hover,
#primary .primary-wrapper .post-layout.has-list-type .cuisine-blog-post .entry-content-wrapper .meta-wrapper .date-meta .posted-on:focus,
#primary .primary-wrapper .post-layout.has-grid-type .cuisine-blog-post .footer-item .author-img .author-name:hover,
#primary .primary-wrapper .post-layout.has-grid-type .cuisine-blog-post .footer-item .author-img .author-name:focus,
#primary .primary-wrapper .post-layout.has-list-type .cuisine-blog-post .footer-item .author-img .author-name:hover,
#primary .primary-wrapper .post-layout.has-list-type .cuisine-blog-post .footer-item .author-img .author-name:focus,
#primary .primary-wrapper .post-layout.has-grid-type .cuisine-blog-post .footer-item .icon span a:hover,
#primary .primary-wrapper .post-layout.has-grid-type .cuisine-blog-post .footer-item .icon span a:focus,
#primary .primary-wrapper .post-layout.has-list-type .cuisine-blog-post .footer-item .icon span a:hover,
#primary .primary-wrapper .post-layout.has-list-type .cuisine-blog-post .footer-item .icon span a:focus,
.header .logo .site-identity .site-branding-text .site-title a:hover,
.header .logo .site-identity .site-branding-text .site-title a:focus,
.widget a:hover
,
.widget a:focus
 {
  color: var(--Cuisine-palace-primary-color) !important;
}

.site a {
  display: inline-block;
}
.site a:hover, .site a:focus {
  color: var(--Cuisine-palace-primary-color);
}

/*   ==================================================
            Color Ended
================================================== */
/*   ==================================================
              Archive
    ================================================== */
/* --------common code for archive and detail---------- */
.meta-wrapper .entry-meta .cat-item:before,
.meta-wrapper .date-meta .posted-on:before {
  display: inline-block;
  font-family: 'Font Awesome 5 Free';
  height: 15px;
  margin-right: 8px;
}

.author-img {
  margin-top: 5px;
}
.author-img.posted-by a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.author-img.posted-by a:hover {
  color: var(--Cuisine-palace-primary-color);
}
.author-img.posted-by img {
  display: inline-block;
  width: 45px;
  height: 45px;
  border-radius: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.author-img.posted-by .author-name {
  margin-left: 20px;
  text-transform: capitalize;
}

.date-meta {
  margin-top: 5px;
}
.date-meta .posted-on {
  font-size: 16px;
  font-weight: 600;
}
.date-meta .posted-on:before {
  content: "\f073";
}
.date-meta .posted-on a {
  color: inherit;
}
.date-meta .posted-on:hover {
  color: var(--Cuisine-palace-primary-color);
}

/* --------------------------------------- */
#banner .wrapper {
  height: 100%;
  overflow: hidden;
  background-color: #130f40;
  background-image: linear-gradient(315deg, #130f40 0%, #000000 74%);
  background-repeat: no-repeat;
  display: -ms-flexbox;
  display: flex;
}
#banner .wrapper .content {
  width: 100%;
  background-repeat: no-repeat;
  height: 100%;
  background-size: cover;
  background-position: center center;
}
#banner .wrapper .image-container {
  z-index: 1;
}
#banner .wrapper .image-container:before {
  z-index: -1;
}
#banner .wrapper img {
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 558px) {
  #banner .wrapper .brand-title h1 {
    font-size: 40px;
    line-height: 55px;
  }
}
#banner .wrapper .banner-overlay-content {
  padding: 190px 0 130px 0;
  position: static;
  transform: none;
}

/* --------------------archive post content---------------- */
.cuisine-post-wrapper {
  padding: 80px 0;
}
.cuisine-post-wrapper .page-layout {
  /* ------------------no sidebar------------------------ */
  /* ------------------------------------------------------ */
}
.cuisine-post-wrapper .page-layout.has-no-sidebar {
  width: 100%;
}
.cuisine-post-wrapper .page-layout.has-no-sidebar #secondary {
  display: none;
}
.cuisine-post-wrapper .page-layout.has-left-sidebar {
  display: grid;
  grid-template-columns: 33% 1fr;
  grid-gap: 4em;
  -ms-flex-align: start;
      align-items: start;
  grid-auto-rows: minmax(min-content, max-content);
  /* ordering the primary and secondary when blog has left sidebar */
  /* ------------------------------------------------------ */
}
@media (max-width: 992px) {
  .cuisine-post-wrapper .page-layout.has-left-sidebar {
    grid-template-columns: 1fr;
    width: 100%;
  }
}
.cuisine-post-wrapper .page-layout.has-left-sidebar #primary {
  -ms-flex-order: 2;
      order: 2;
}
@media (max-width: 992px) {
  .cuisine-post-wrapper .page-layout.has-left-sidebar #primary {
    -ms-flex-order: 1;
        order: 1;
  }
}
.cuisine-post-wrapper .page-layout.has-left-sidebar .secondary {
  -ms-flex-order: 1;
      order: 1;
}
@media (max-width: 992px) {
  .cuisine-post-wrapper .page-layout.has-left-sidebar .secondary {
    -ms-flex-order: 2;
        order: 2;
  }
}
.cuisine-post-wrapper .page-layout.has-right-sidebar {
  display: grid;
  grid-template-columns: 1fr 33%;
  grid-gap: 4em;
  -ms-flex-align: start;
      align-items: start;
  grid-auto-rows: minmax(min-content, max-content);
}
@media (max-width: 992px) {
  .cuisine-post-wrapper .page-layout.has-right-sidebar {
    grid-template-columns: 1fr;
    width: 100%;
  }
}
.cuisine-post-wrapper .page-layout #primary .primary-wrapper .post-layout {
  /*  -------post-list type----------- */
  /* ----------------------------------- */
  /*  -------post-grid type----------- */
  /* ----------------------------------- */
}
.cuisine-post-wrapper .page-layout #primary .primary-wrapper .post-layout.has-grid-type, .cuisine-post-wrapper .page-layout #primary .primary-wrapper .post-layout.has-list-type {
  /*  -------post-article----------- */
  /* ----------------------------------- */
}
.cuisine-post-wrapper .page-layout #primary .primary-wrapper .post-layout.has-grid-type .cuisine-blog-post, .cuisine-post-wrapper .page-layout #primary .primary-wrapper .post-layout.has-list-type .cuisine-blog-post {
  max-width: 930px;
  margin: 0 auto;
  margin-bottom: 48px;
  border-radius: 8px;
  box-shadow: 0px 0px 32px 0px rgba(122, 122, 122, 0.1);
  transition: all 0.2s ease-in-out;
}
.cuisine-post-wrapper .page-layout #primary .primary-wrapper .post-layout.has-grid-type .cuisine-blog-post:last-child, .cuisine-post-wrapper .page-layout #primary .primary-wrapper .post-layout.has-list-type .cuisine-blog-post:last-child {
  margin-bottom: 0;
}
.cuisine-post-wrapper .page-layout #primary .primary-wrapper .post-layout.has-grid-type .cuisine-blog-post.has-post-thumbnail, .cuisine-post-wrapper .page-layout #primary .primary-wrapper .post-layout.has-list-type .cuisine-blog-post.has-post-thumbnail {
  margin-bottom: 48px;
}
.cuisine-post-wrapper .page-layout #primary .primary-wrapper .post-layout.has-grid-type .cuisine-blog-post.has-post-thumbnail .entry-content-wrapper, .cuisine-post-wrapper .page-layout #primary .primary-wrapper .post-layout.has-list-type .cuisine-blog-post.has-post-thumbnail .entry-content-wrapper {
  margin: -30px 20px 0;
}
.cuisine-post-wrapper .page-layout #primary .primary-wrapper .post-layout.has-grid-type .cuisine-blog-post .post-inner-wraper .post-thumbs a, .cuisine-post-wrapper .page-layout #primary .primary-wrapper .post-layout.has-list-type .cuisine-blog-post .post-inner-wraper .post-thumbs a {
  display: block;
}
.cuisine-post-wrapper .page-layout #primary .primary-wrapper .post-layout.has-grid-type .cuisine-blog-post .post-inner-wraper .post-thumbs img, .cuisine-post-wrapper .page-layout #primary .primary-wrapper .post-layout.has-list-type .cuisine-blog-post .post-inner-wraper .post-thumbs img {
  width: 100%;
  height: auto;
  border-radius: 8px 8px 0 0;
}
.cuisine-post-wrapper .page-layout #primary .primary-wrapper .post-layout.has-grid-type .cuisine-blog-post .entry-content-wrapper, .cuisine-post-wrapper .page-layout #primary .primary-wrapper .post-layout.has-list-type .cuisine-blog-post .entry-content-wrapper {
  padding: 50px 50px 0;
  border-radius: 20px 20px 0 0;
  position: relative;
}
.cuisine-post-wrapper .page-layout #primary .primary-wrapper .post-layout.has-grid-type .cuisine-blog-post .entry-content-wrapper .entry-header .entry-title, .cuisine-post-wrapper .page-layout #primary .primary-wrapper .post-layout.has-list-type .cuisine-blog-post .entry-content-wrapper .entry-header .entry-title {
  font-size: 27px;
  line-height: 40px;
  letter-spacing: 0.3px;
  word-break: break-all;
}
.cuisine-post-wrapper .page-layout #primary .primary-wrapper .post-layout.has-grid-type .cuisine-blog-post .entry-content-wrapper .meta-wrapper, .cuisine-post-wrapper .page-layout #primary .primary-wrapper .post-layout.has-list-type .cuisine-blog-post .entry-content-wrapper .meta-wrapper {
  margin-top: 5px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  padding-right: 16px;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.cuisine-post-wrapper .page-layout #primary .primary-wrapper .post-layout.has-grid-type .cuisine-blog-post .entry-content-wrapper .meta-wrapper .entry-meta, .cuisine-post-wrapper .page-layout #primary .primary-wrapper .post-layout.has-list-type .cuisine-blog-post .entry-content-wrapper .meta-wrapper .entry-meta {
  margin-top: 5px;
}
.cuisine-post-wrapper .page-layout #primary .primary-wrapper .post-layout.has-grid-type .cuisine-blog-post .entry-content-wrapper .meta-wrapper .entry-meta .cat-item:before, .cuisine-post-wrapper .page-layout #primary .primary-wrapper .post-layout.has-list-type .cuisine-blog-post .entry-content-wrapper .meta-wrapper .entry-meta .cat-item:before {
  content: "\f07c";
}
.cuisine-post-wrapper .page-layout #primary .primary-wrapper .post-layout.has-grid-type .cuisine-blog-post .entry-content-wrapper .meta-wrapper .entry-meta .cat-item a, .cuisine-post-wrapper .page-layout #primary .primary-wrapper .post-layout.has-list-type .cuisine-blog-post .entry-content-wrapper .meta-wrapper .entry-meta .cat-item a {
  color: inherit;
  letter-spacing: 0.6px;
}
.cuisine-post-wrapper .page-layout #primary .primary-wrapper .post-layout.has-grid-type .cuisine-blog-post .entry-content-wrapper .meta-wrapper .entry-meta .cat-item:hover, .cuisine-post-wrapper .page-layout #primary .primary-wrapper .post-layout.has-list-type .cuisine-blog-post .entry-content-wrapper .meta-wrapper .entry-meta .cat-item:hover {
  color: var(--Cuisine-palace-primary-color);
}
.cuisine-post-wrapper .page-layout #primary .primary-wrapper .post-layout.has-grid-type .cuisine-blog-post .entry-content-wrapper .entry-content, .cuisine-post-wrapper .page-layout #primary .primary-wrapper .post-layout.has-list-type .cuisine-blog-post .entry-content-wrapper .entry-content {
  margin-top: 20px;
}
.cuisine-post-wrapper .page-layout #primary .primary-wrapper .post-layout.has-grid-type .cuisine-blog-post .entry-content-wrapper .entry-content p, .cuisine-post-wrapper .page-layout #primary .primary-wrapper .post-layout.has-list-type .cuisine-blog-post .entry-content-wrapper .entry-content p {
  font-weight: 500;
  font-size: 17px;
  line-height: 28px;
  letter-spacing: 0.3px;
  margin-bottom: 30px;
}
.cuisine-post-wrapper .page-layout #primary .primary-wrapper .post-layout.has-grid-type .cuisine-blog-post .footer-item, .cuisine-post-wrapper .page-layout #primary .primary-wrapper .post-layout.has-list-type .cuisine-blog-post .footer-item {
  padding: 45px 56px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
}
.cuisine-post-wrapper .page-layout #primary .primary-wrapper .post-layout.has-grid-type .cuisine-blog-post .footer-item .icon, .cuisine-post-wrapper .page-layout #primary .primary-wrapper .post-layout.has-list-type .cuisine-blog-post .footer-item .icon {
  display: -ms-flexbox;
  display: flex;
  margin-top: 5px;
  -ms-flex-align: center;
      align-items: center;
}
.cuisine-post-wrapper .page-layout #primary .primary-wrapper .post-layout.has-grid-type .cuisine-blog-post .footer-item .icon span, .cuisine-post-wrapper .page-layout #primary .primary-wrapper .post-layout.has-list-type .cuisine-blog-post .footer-item .icon span {
  margin-left: 15px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
      align-items: flex-end;
}
.cuisine-post-wrapper .page-layout #primary .primary-wrapper .post-layout.has-grid-type .cuisine-blog-post .footer-item .icon span a, .cuisine-post-wrapper .page-layout #primary .primary-wrapper .post-layout.has-list-type .cuisine-blog-post .footer-item .icon span a {
  margin-left: 6.9px;
  font-size: 13px;
  line-height: 22px;
  font-weight: 600;
}
.cuisine-post-wrapper .page-layout #primary .primary-wrapper .post-layout.has-grid-type .cuisine-blog-post .footer-item .icon .react, .cuisine-post-wrapper .page-layout #primary .primary-wrapper .post-layout.has-list-type .cuisine-blog-post .footer-item .icon .react {
  color: #F25B84;
  font-size: 23px;
}
.cuisine-post-wrapper .page-layout #primary .primary-wrapper .post-layout.has-grid-type .cuisine-blog-post .footer-item .comments-links, .cuisine-post-wrapper .page-layout #primary .primary-wrapper .post-layout.has-list-type .cuisine-blog-post .footer-item .comments-links {
  margin-top: 5px;
}
.cuisine-post-wrapper .page-layout #primary .primary-wrapper .post-layout.has-grid-type .cuisine-blog-post .footer-item .comments-links img, .cuisine-post-wrapper .page-layout #primary .primary-wrapper .post-layout.has-list-type .cuisine-blog-post .footer-item .comments-links img {
  width: 24.8px;
  height: 23.97px;
}
.cuisine-post-wrapper .page-layout #primary .primary-wrapper .post-layout.has-grid-type .cuisine-blog-post:hover, .cuisine-post-wrapper .page-layout #primary .primary-wrapper .post-layout.has-list-type .cuisine-blog-post:hover {
  box-shadow: 1px 4px 20px -2px rgba(0, 0, 0, 0.2);
  transform: translateY(-8px);
}
.cuisine-post-wrapper .page-layout #primary .primary-wrapper .post-layout.has-grid-type {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(287px, 1fr));
  grid-gap: 1em;
  grid-column-gap: 2.5em;
}
.cuisine-post-wrapper .page-layout #primary .primary-wrapper .post-layout.has-grid-type .cuisine-blog-post {
  max-width: 420px;
  margin-bottom: 21px;
}
.cuisine-post-wrapper .page-layout #primary .primary-wrapper .post-layout.has-grid-type .cuisine-blog-post.has-post-thumbnail {
  margin-bottom: 21px;
}
.cuisine-post-wrapper .page-layout #primary .primary-wrapper .post-layout.has-grid-type .cuisine-blog-post.has-post-thumbnail .entry-content-wrapper {
  margin: -30px 10px 0;
}
.cuisine-post-wrapper .page-layout #primary .primary-wrapper .post-layout.has-grid-type .cuisine-blog-post .entry-content-wrapper {
  padding: 35px 30px 0;
}
.cuisine-post-wrapper .page-layout #primary .primary-wrapper .post-layout.has-grid-type .cuisine-blog-post .entry-content-wrapper .entry-header .entry-title {
  font-size: 23px;
  line-height: 30px;
}
.cuisine-post-wrapper .page-layout #primary .primary-wrapper .post-layout.has-grid-type .cuisine-blog-post .footer-item {
  padding: 45px 30px 10px;
}
.cuisine-post-wrapper .page-layout #primary .primary-wrapper .post-layout.has-grid-type .cuisine-blog-post .footer-item .author-name {
  margin-left: 8px;
}
.cuisine-post-wrapper .page-layout #primary .primary-wrapper .post-layout.has-grid-type .cuisine-blog-post .footer-item .icon {
  margin-top: 5px;
  -ms-flex-align: center;
      align-items: center;
}
.cuisine-post-wrapper .page-layout #primary .primary-wrapper .post-layout.has-grid-type .cuisine-blog-post .footer-item .icon span {
  margin-left: 0;
}
.cuisine-post-wrapper .page-layout #primary .primary-wrapper .post-layout.has-grid-type .cuisine-blog-post .footer-item .icon .react {
  margin-right: 10px;
}

/* ----------------------------------------------------------- */
/*   ==================================================
             Archive Ended
    ================================================== */
/*   ==================================================
              detail page scss
    ================================================== */
.post-meta-info {
  margin-bottom: 30px;
}
.post-meta-info .meta-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  -ms-flex-align: center;
      align-items: center;
  padding-right: 16px;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

/* --------------------------------blog detail content ----------------------------- */
.post-detail-article {
  /* ---------paragraph------------- */
  /* ------------------------------- */
  /*  -----------block image-------------- */
  /* ------------------------------- */
  /*----  order unorder list margin--- */
  /* ------------------------------- */
}
.post-detail-article .wp-block-button {
  margin-bottom: 20px;
}
.post-detail-article p {
  line-height: 28px;
  margin-bottom: 15px;
  font-weight: 400;
  letter-spacing: 0.3px;
  color: var(--Cuisine-palace-singular-content-color);
}
.post-detail-article .has-background {
  padding: 20px 30px;
}
.post-detail-article .wp-block-image {
  margin: 15px 0;
}
.post-detail-article .wp-block-image img {
  max-width: 100%;
}
.post-detail-article .wp-block-image figure img {
  max-width: 100%;
}
.post-detail-article .wp-block-image figure figcaption {
  font-size: 12px;
  font-style: italic;
  color: #4e4e4e;
}
.post-detail-article ol {
  margin-bottom: 15px;
}
.post-detail-article ul {
  margin-bottom: 15px;
}
.post-detail-article li > ul,
.post-detail-article li > ol {
  margin-bottom: 0;
}
.post-detail-article strong {
  color: black;
}
.post-detail-article a {
  text-decoration: none;
  color: var(--Cuisine-palace-primary-color);
  font-weight: 500;
}
.post-detail-article h1,
.post-detail-article h2,
.post-detail-article h3,
.post-detail-article h4,
.post-detail-article h5,
.post-detail-article h6 {
  color: #717171;
  line-height: 1.4;
  font-weight: bolder;
  margin: 0 0 0.67em 0;
  text-transform: capitalize;
}
.post-detail-article hr {
  background-color: #ECECEE;
  border: 0;
  height: 1px;
  margin: 45px 0;
  clear: both;
}
.post-detail-article table {
  border-collapse: collapse;
  border-spacing: 0;
  margin: 0 0 1.5em;
  width: 100%;
  border-radius: 5px;
  margin-bottom: 15px;
}
.post-detail-article caption {
  text-align: center;
}
.post-detail-article table,
.post-detail-article tr {
  border: 2px solid;
  border-color: #ebebeb;
  border-collapse: collapse;
}
.post-detail-article td {
  font-size: 14px;
  font-weight: 500;
  color: #717171;
}
.post-detail-article th,
.post-detail-article td {
  border: 2px solid #ebebeb;
  padding: 8px;
  text-align: center;
}
.post-detail-article caption,
.post-detail-article th,
.post-detail-article td {
  padding: 14px 0px;
}
.post-detail-article th {
  font-size: 17px;
  font-weight: bold;
}
.post-detail-article th a {
  font-size: 17px;
  font-weight: bold;
  color: #4e4e4e;
  text-decoration: none;
}
.post-detail-article ol {
  list-style: decimal !important;
  margin-left: 15px;
  color: #4e4e4e;
}
.post-detail-article ol li {
  padding: 3px 0;
}
.post-detail-article ol li:before {
  display: none;
}
.post-detail-article ol li ol {
  margin-left: 20px;
}
.post-detail-article li {
  font-size: 14px;
  line-height: 22px;
  font-weight: 500;
  color: #717171;
}
.post-detail-article ul {
  list-style-type: disc;
  margin-left: 15px;
  color: #717171;
}
.post-detail-article ul li {
  padding: 3px 0;
}
.post-detail-article ul li:before {
  margin-right: 8px;
}
.post-detail-article ul li ul {
  margin-left: 20px;
}
.post-detail-article code {
  background-color: rgba(var(--Cuisine-palace-primary-rbga), 0.05);
  border-radius: 5px;
  padding: 2px 4px;
}
.post-detail-article pre {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  margin: 0 0 28px;
  max-width: 100%;
  overflow: auto;
  padding: 21px 28px;
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
  background-color: rgba(var(--Cuisine-palace-primary-rbga), 0.05);
  border-radius: 5px;
}

/* ------------------------------------------------------------------------------------ */
/* --------------------------------tag/category  ----------------------------- */
.post-tag {
  margin-top: 66px;
}
.post-tag h2 {
  font-size: 2em;
  line-height: 49px;
  font-weight: bolder;
  color: #717171;
}
.post-tag .tag-list {
  margin-top: 30px;
  list-style: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
}
.post-tag .tag-list .tag-item {
  margin-right: 10px;
  margin-bottom: 10px;
}
.post-tag .tag-list .tag-item a {
  padding: 11px 30px;
  line-height: 19px;
  border-radius: 8px;
  display: inline-block;
  letter-spacing: 0.6px;
  border-top: 1px solid var(--Cuisine-palace-primary-color);
  border-bottom: 1px solid var(--Cuisine-palace-primary-color);
  /* background: #EFEFEF; */
  text-decoration: none;
  position: relative;
}
.post-tag .tag-list .tag-item a:before {
  content: "\f02b";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 18px;
  transform: rotate(135deg);
  position: absolute;
  left: -2px;
}
.post-tag .tag-list .tag-item a:hover {
  color: var(--Cuisine-palace-primary-color);
}

/* ------------------------------------------------------------------------------------ */
/* --------------------------------detail-page-pagination  ----------------------------- */
.detail-page-pagination .navigation.post-navigation .nav-links {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
}
@media (max-width: 558px) {
  .detail-page-pagination .navigation.post-navigation .nav-links {
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: stretch;
        align-items: stretch;
  }
}
.detail-page-pagination .navigation.post-navigation .nav-links a {
  background: rgba(var(--Cuisine-palace-primary-rbga), 0.04);
  padding: 15px 10px;
  border-radius: 8px;
  width: 100%;
  color: #717171;
  font-size: 14px;
  font-weight: 600;
  display: inline-block;
}
.detail-page-pagination .navigation.post-navigation .nav-links a:before, .detail-page-pagination .navigation.post-navigation .nav-links a:after {
  display: inline-block;
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  transform: translate(0);
  transition: transform 0.3s ease-in-out;
}
.detail-page-pagination .navigation.post-navigation .nav-links .nav-previous a:before {
  content: "\f100";
  margin-right: 8px;
}
.detail-page-pagination .navigation.post-navigation .nav-links .nav-next a:after {
  content: "\f101";
  margin-left: 8px;
}
.detail-page-pagination .navigation.post-navigation .nav-links .nav-next, .detail-page-pagination .navigation.post-navigation .nav-links .nav-previous {
  -ms-flex: 1;
      flex: 1;
  margin: 0 15px 15px 0;
}
@media (max-width: 558px) {
  .detail-page-pagination .navigation.post-navigation .nav-links .nav-next, .detail-page-pagination .navigation.post-navigation .nav-links .nav-previous {
    margin: 0 0px 15px 0;
  }
}
.detail-page-pagination .navigation.post-navigation .nav-links .nav-next:hover a, .detail-page-pagination .navigation.post-navigation .nav-links .nav-next:focus a, .detail-page-pagination .navigation.post-navigation .nav-links .nav-previous:hover a, .detail-page-pagination .navigation.post-navigation .nav-links .nav-previous:focus a {
  color: var(--Cuisine-palace-primary-color);
}
.detail-page-pagination .navigation.post-navigation .nav-links .nav-next:hover a:before, .detail-page-pagination .navigation.post-navigation .nav-links .nav-next:focus a:before, .detail-page-pagination .navigation.post-navigation .nav-links .nav-previous:hover a:before, .detail-page-pagination .navigation.post-navigation .nav-links .nav-previous:focus a:before {
  transform: translateX(-6px);
}
.detail-page-pagination .navigation.post-navigation .nav-links .nav-next:hover a:after, .detail-page-pagination .navigation.post-navigation .nav-links .nav-next:focus a:after, .detail-page-pagination .navigation.post-navigation .nav-links .nav-previous:hover a:after, .detail-page-pagination .navigation.post-navigation .nav-links .nav-previous:focus a:after {
  transform: translateX(6px);
}

/* ------------------------------------------------------------------------------------ */
/*   ==================================================
              detail page scss ended
    ================================================== */
/* ==============================================
        Footer sass code
   ============================================== */
.footer {
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-image: linear-gradient(315deg, #130f40 0%, #000000 74%);
}
.footer .wrapper {
  padding-bottom: 0 !important;
}
.footer .section-wrapper .footer-layout .footer-layout-wrapper {
  width: 100%;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(261px, 1fr));
  grid-gap: 2em;
  padding-bottom: 66px;
  border-bottom: 1px solid #f1f1f126;
}
@media (min-width: 1600px) {
  .footer .section-wrapper .footer-layout .footer-layout-wrapper {
    grid-gap: 3em;
  }
}
.footer .section-wrapper .footer-layout .footer-layout-wrapper .grid-item {
  width: 100%;
}
.footer .section-wrapper .footer-layout .footer-layout-wrapper .grid-item .logo {
  margin-bottom: 50px;
}
.footer .section-wrapper .footer-layout .footer-layout-wrapper .grid-item .logo .site-branding-text .site-title {
  margin: 0;
}
.footer .section-wrapper .footer-layout .footer-layout-wrapper .grid-item .logo .site-branding-text .site-title a {
  color: #fff;
  line-height: 40px;
}
.footer .section-wrapper .footer-layout .footer-layout-wrapper .grid-item .wordpress-widget {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  width: 100%;
  margin-bottom: 3.5em;
}
@media (max-width: 767px) {
  .footer .section-wrapper .footer-layout .footer-layout-wrapper .grid-item .wordpress-widget {
    margin-bottom: 2em;
  }
}
.footer .section-wrapper .footer-layout .footer-layout-wrapper .grid-item .wordpress-widget .menu-item.current-menu-item > a:before {
  content: "";
  position: absolute;
  width: 60%;
  height: 2px;
  background: var(--Cuisine-palace-primary-color);
  top: 90%;
}
.footer .section-wrapper .footer-layout .footer-layout-wrapper .grid-item .wordpress-widget a {
  color: #fff;
}
.footer .section-wrapper .footer-layout .footer-layout-wrapper .grid-item .wordpress-widget .widget-title {
  color: #fff;
}
.footer .section-wrapper .footer-layout .footer-layout-wrapper .grid-item .wordpress-widget ul li {
  color: #ececec;
}
.footer .section-wrapper .footer-layout .footer-layout-wrapper .grid-item .wordpress-widget ul li a {
  color: #ececec;
}
.footer .section-wrapper .footer-layout .footer-layout-wrapper .grid-item .wordpress-widget ol li {
  color: #ececec;
}
.footer .section-wrapper .footer-layout .footer-layout-wrapper .grid-item .wordpress-widget ol li a {
  color: #ececec;
}
.footer .section-wrapper .footer-layout .footer-credit {
  margin-top: 50px;
  padding-bottom: 30px;
}
@media (max-width: 760px) {
  .footer .section-wrapper .footer-layout .footer-credit {
    margin-top: 50px;
  }
}
.footer .section-wrapper .footer-layout .footer-credit .footer-credit-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
}
.footer .section-wrapper .footer-layout .footer-credit .footer-credit-wrapper .logo {
  margin-bottom: 15px;
  text-align: center;
}
.footer .section-wrapper .footer-layout .footer-credit .footer-credit-wrapper .logo .site-branding-text .site-title {
  margin: 0;
}
.footer .section-wrapper .footer-layout .footer-credit .footer-credit-wrapper .logo .site-branding-text .site-title a {
  color: #fff;
  line-height: 40px;
}
.footer .section-wrapper .footer-layout .footer-credit .footer-credit-wrapper .credit-defined p {
  color: #ececec;
  font-size: 16px;
  text-align: center;
}
.footer .section-wrapper .footer-layout .footer-credit .footer-credit-wrapper .credit-defined p a {
  color: var(--Cuisine-palace-primary-color);
}

.wordpress-widget .gallery {
  margin: 15px 0;
}

/*   ==============================================
        Footer sass code Ended
     ============================================== */
.error-page {
  margin-top: 66px;
}
.error-page .container {
  max-width: 800px;
  width: 100%;
}
.error-page .container .wrapper {
  width: 100%;
  text-align: center;
  border-radius: 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.error-page .container .wrapper .error-404-wrapper {
  margin-bottom: 50px;
}
.error-page .container .wrapper .error-404-wrapper .text-404 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
.error-page .container .wrapper .error-404-wrapper .text-404 span {
  font-size: calc(16px + 150 * ((100vw - 320px) / 680));
}
@media (max-width: 768px) {
  .error-page .container .wrapper .error-404-wrapper .text-404 span {
    font-size: 132px;
  }
}
.error-page .container .wrapper .error-404-wrapper .text-404 .text-2 {
  color: var(--Cuisine-palace-primary-color);
  font-size: 0;
}
.error-page .container .wrapper .error-404-wrapper .text-404 .text-2 img {
  max-width: 179px;
  width: 100%;
}
.error-page .container .wrapper .error-404-wrapper .text-404 .text-1, .error-page .container .wrapper .error-404-wrapper .text-404 .text-3 {
  -webkit-text-stroke-color: var(--Cuisine-palace-primary-color);
  -webkit-text-stroke-width: 2px;
  font-weight: bold;
  color: transparent;
}
.error-page .container .wrapper .error-404-wrapper .error {
  font-size: 50px;
  display: block;
  color: transparent;
  margin-top: 3px;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: rgba(var(--Cuisine-palace-primary-rbga), 0.5);
}
.error-page .container .wrapper .error-info {
  margin-bottom: 30px;
}
.error-page .container .wrapper .error-info p {
  font-size: 18px;
  font-weight: 500;
  color: #4e4e4e;
}
.error-page .container .wrapper .button-item {
  padding-bottom: 66px;
}

/*   ==================================================
             search no result
    ================================================== */
.search-no-results .error-page .error-404-wrapper {
  margin-bottom: 25px !important;
}
.search-no-results .error-page .error-info {
  /*  &:first-child{
       font-size: 27px !important;
       font-weight: 700 !important;
   } */
}
.search-no-results .error-page .error-info p:first-child {
  font-size: 27px !important;
  font-weight: 700 !important;
}
.search-no-results .error-page .error-info p:last-child {
  margin-top: 10px;
}
.search-no-results .error-page .button-item .search-form label {
  margin-top: 10px;
}
.search-no-results .error-page .button-item .search-form label input {
  width: unset;
}
@media (max-width: 458px) {
  .search-no-results .error-page .button-item .search-form label input {
    width: 100%;
  }
}
.search-no-results .error-page .button-item .search-form .search-submit {
  margin-top: 10px;
}

/*   ==================================================
              search no result ended
    ================================================== */
/*   ==================================================
                comment
    ================================================== */
.comments-area {
  margin-top: 66px;
}
.comments-area h2 {
  margin-bottom: 14px;
  font-size: 2em;
  line-height: 49px;
  font-weight: bolder;
  color: #717171;
}
.comments-area .comment-list .comment {
  list-style-type: none;
}
.comments-area .comment-list .comment .comment-body {
  margin-bottom: 40px;
}
.comments-area .comment-list .comment .comment-body .comment-meta .comment-author {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.comments-area .comment-list .comment .comment-body .comment-meta .comment-author img {
  width: 67px;
  height: 67px;
  border-radius: 50%;
}
.comments-area .comment-list .comment .comment-body .comment-meta .comment-author .fn {
  color: var(--Cuisine-palace-primary-color);
  font-size: 16px;
  line-height: 24px;
  margin-left: 20px;
  text-transform: capitalize;
}
.comments-area .comment-list .comment .comment-body .comment-meta .comment-author .fn a {
  color: var(--Cuisine-palace-primary-color);
  text-decoration: none;
}
.comments-area .comment-list .comment .comment-body .comment-meta .comment-author .says {
  margin-left: 7px;
  font-size: 14px;
  line-height: 19px;
}
.comments-area .comment-list .comment .comment-body .comment-meta .comment-metadata {
  margin-left: 83px;
  margin-top: -14px;
}
.comments-area .comment-list .comment .comment-body .comment-meta .comment-metadata a {
  text-decoration: none;
  font-size: 14px;
  line-height: 18px;
  color: rgba(128, 128, 128, 0.4);
}
.comments-area .comment-list .comment .comment-body .comment-meta .comment-metadata .comment-edit-link {
  color: var(--Cuisine-palace-primary-color);
}
.comments-area .comment-list .comment .comment-body .comment-content {
  border-radius: 10px;
  padding: 30px;
  margin-top: 20px;
  margin-left: 81px;
  background-color: rgba(var(--Cuisine-palace-primary-rbga), 0.05);
}
.comments-area .comment-list .comment .comment-body .comment-content p {
  word-break: break-all;
  font-size: 16px;
  line-height: 25px;
  font-weight: 500;
  color: gray;
}
.comments-area .comment-list .comment .comment-body .comment-content p a {
  color: var(--Cuisine-palace-primary-color);
  text-decoration: none;
}
.comments-area .comment-list .comment .comment-body .reply {
  margin: 24px 0 0 85px;
}
.comments-area .comment-list .comment .comment-body .reply a {
  padding: 0 30px;
}
.comments-area .comment-list .comment .children {
  margin-left: 86px;
}
@media (max-width: 430px) {
  .comments-area .comment-list .comment .children {
    margin-left: 25px;
  }
}

/* -------------------------------------------------- */
/*-------------  //leave a reply ----------------------*/
.comment-respond {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  font-size: 14px;
  margin-top: 66px;
}
.comment-respond .comment-reply-title {
  margin-bottom: 14px;
  font-size: 2em;
  line-height: 49px;
  font-weight: bolder;
  color: #717171;
}
.comment-respond .comment-form {
  /* display: flex;
  flex-direction: column; */
  display: grid;
  grid-template-columns: 1fr 1fr;
  font-size: 14px;
  grid-gap: 1em;
}
@media (max-width: 768px) {
  .comment-respond .comment-form {
    grid-template-columns: 1fr;
  }
}
.comment-respond .comment-form .logged-in-as a:first-child {
  color: #85858c;
}
.comment-respond .comment-form .logged-in-as a:last-child {
  color: var(--Cuisine-palace-primary-color);
  font-weight: 500;
}
.comment-respond .comment-form .required {
  color: #ce4242;
}
.comment-respond .comment-form p {
  width: 100% !important;
}
.comment-respond .comment-form p #author, .comment-respond .comment-form p #email, .comment-respond .comment-form p #url {
  width: 100%;
  border: 1px solid #e9e9e9;
  height: 50px;
  background: none;
}
.comment-respond .comment-form .comment-notes {
  grid-column: span 2;
  font-weight: 500;
}
.comment-respond .comment-form .comment-form-comment {
  grid-column: span 2;
}
.comment-respond .comment-form .comment-form-comment textarea {
  max-width: 1159px;
  height: 185px;
  border-radius: 5px;
  border: 1px solid #e9e9e9;
  color: rgba(128, 128, 128, 0.8);
  outline: none;
  padding: 31px 31px;
  font-size: 14px;
  width: 100%;
}
.comment-respond .comment-form .comment-form-comment textarea ::-moz-placeholder {
  color: #F3F3F3;
}
.comment-respond .comment-form .comment-form-comment textarea :-ms-input-placeholder {
  color: #F3F3F3;
}
.comment-respond .comment-form .comment-form-comment textarea ::placeholder {
  color: #F3F3F3;
}
.comment-respond .comment-form .comment-form-url {
  grid-column: span 2;
}
.comment-respond .comment-form .comment-form-cookies-consent {
  grid-column: span 2;
}
.comment-respond .comment-form .comment-form-cookies-consent #wp-comment-cookies-consent {
  margin-right: 10px;
}

/*-------------------------------------------------- */
/*   ==================================================
               Comment
    ================================================== */
/*   ==================================================
              Accessibility
    ================================================== */
.keyboard-nav-on a:focus, .keyboard-nav-on button:focus, .keyboard-nav-on input:focus {
  outline: 2px dashed var(--Cuisine-palace-primary-color);
}

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: var(--Cuisine-palace-primary-color);
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  -webkit-clip-path: none;
          clip-path: none;
  color: #fff;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0;
}

/*   ==================================================
            accessibility ended
================================================== */
/*   ==================================================
              preloader
    ================================================== */
.preloader {
  background: #fff;
  height: 100vh;
  width: 100%;
  overflow: hidden;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  position: relative;
  display: none;
}
.preloader .loader .loader--dot {
  animation-name: loader;
  animation-timing-function: ease-in-out;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  height: 20px;
  width: 20px;
  border-radius: 100%;
  background-color: black;
  position: absolute;
  left: 40%;
  transform: translateX(-50%);
  border: 2px solid white;
}
@media (max-width: 700px) {
  .preloader .loader .loader--dot {
    left: 30%;
  }
}
@media (max-width: 558px) {
  .preloader .loader .loader--dot {
    left: 25%;
  }
}
@media (max-width: 437px) {
  .preloader .loader .loader--dot {
    left: 20%;
  }
}
@media (max-width: 380px) {
  .preloader .loader .loader--dot {
    left: 15%;
  }
}
@media (max-width: 340px) {
  .preloader .loader .loader--dot {
    left: 10%;
  }
}
.preloader .loader .loader--dot:first-child {
  background-color: #8cc759;
  animation-delay: 0.5s;
}
.preloader .loader .loader--dot:nth-child(2) {
  background-color: #8c6daf;
  animation-delay: 0.4s;
}
.preloader .loader .loader--dot:nth-child(3) {
  background-color: #ef5d74;
  animation-delay: 0.3s;
}
.preloader .loader .loader--dot:nth-child(4) {
  background-color: #f9a74b;
  animation-delay: 0.2s;
}
.preloader .loader .loader--dot:nth-child(5) {
  background-color: #60beeb;
  animation-delay: 0.1s;
}
.preloader .loader .loader--dot:nth-child(6) {
  background-color: #fbef5a;
  animation-delay: 0s;
}
.preloader .loader--text {
  position: absolute;
  top: 60%;
  font-size: 50px;
  color: var(--Cuisine-palace-primary-color);
  font-family: var(--Cuisine-palace-secondary-font);
}
.preloader .loader--text:after {
  content: "Loading";
  font-weight: bold;
  animation-name: loading-text;
  animation-duration: 3s;
  animation-iteration-count: infinite;
}
@keyframes loader {
  15% {
    transform: translateX(0);
  }
  45% {
    transform: translateX(230px);
  }
  65% {
    transform: translateX(230px);
  }
  95% {
    transform: translateX(0);
  }
}
@keyframes loading-text {
  0% {
    content: "Loading";
  }
  25% {
    content: "Loading.";
  }
  50% {
    content: "Loading..";
  }
  75% {
    content: "Loading...";
  }
}
/*   ==================================================
              Preloader ended
    ================================================== */
/*   ==================================================
             sticky: wp feature
    ================================================== */
.cuisine-blog-post.sticky {
  position: relative;
}
.cuisine-blog-post.sticky::before {
  content: "";
  content: "";
  position: absolute;
  right: -6px;
  top: 67px;
  z-index: 10;
  border-left: 3px solid transparent;
  border-right: 3px solid #F25B84;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #F25B84;
  transform: rotate(-90deg);
}
.cuisine-blog-post.sticky::after {
  content: "Featured";
  position: absolute;
  /* top:0;
          left: 0; */
  top: 13px;
  right: -8px;
  color: #FFF;
  background: #F25B84;
  padding: 15px 20px;
  display: inline-block;
  font-weight: bold;
  text-transform: uppercase;
}

/*   ==================================================
             sticky: wp feature  ended
    ================================================== */
/*   ==================================================
              post rating
    ================================================== */
.post-rating {
  margin-top: 66px;
}
.post-rating .wrapper {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
}
.post-rating .wrapper .content {
  width: 30%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  text-align: center;
}
.post-rating .wrapper .content .left {
  -ms-flex-positive: 1;
      flex-grow: 1;
  height: 1px;
  border-bottom: 1px dashed #f25b84;
  margin-right: -10px;
}
.post-rating .wrapper .content .middle {
  width: 125px;
  white-space: nowrap;
  text-align: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: center;
      align-items: center;
}
.post-rating .wrapper .content .middle .love-icon {
  transition: 0.2s;
  background-color: #ffffff;
  /* border: 1px dashed #777777; */
  border: 1px dashed #f25b84;
  height: 60px;
  width: 60px;
  line-height: 60px;
  text-align: center;
  border-radius: 50%;
}
.post-rating .wrapper .content .middle .love-icon a .react {
  color: #F25B84;
  font-size: 23px;
}
.post-rating .wrapper .content .middle .love-icon a .react i {
  display: inline-block;
  transform: scale(1);
  transition-property: transform;
  transition: all 0.4s ease-in-out;
}
.post-rating .wrapper .content .middle .love-icon a:hover .react i {
  transform: scale(1.5);
}
.post-rating .wrapper .content .middle .rating-title {
  margin-top: 10px;
}
.post-rating .wrapper .content .middle .rating-title p {
  white-space: break-spaces;
  word-break: break-all;
  font-size: 12px;
  letter-spacing: 0.5px;
  color: #b7b7b7;
}
.post-rating .wrapper .content .right {
  -ms-flex-positive: 1;
      flex-grow: 1;
  height: 1px;
  border-bottom: 1px dashed #f25b84;
  margin-left: -10px;
}

/*   ==================================================
              post rating ended
    ================================================== */
/*   ==================================================
                animation
    ================================================== */
/* ------------------added animation-------------------------- */
/* ----blog section icon animation----- */
@keyframes bounceAlpha {
  0% {
    opacity: 1;
    transform: translateX(0px) scale(1);
  }
  25% {
    opacity: 0;
    transform: translateX(10px) scale(0.9);
  }
  26% {
    opacity: 0;
    transform: translateX(-10px) scale(0.9);
  }
  55% {
    opacity: 1;
    transform: translateX(0px) scale(1);
  }
}
/*   -------------------------------------------------- */
/*----------------- animation fadeup--------------------- */
@keyframes fade-in-up {
  0% {
    opacity: 0;
    transform: translate(0, 100px);
  }
  60% {
    opacity: 0;
    transform: translate(0, 60px);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
/*   -------------------------------------------------- */
@keyframes scrollup {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(0, -5px);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes msg-writing {
  0% {
    content: "";
  }
  25% {
    content: ".";
  }
  50% {
    content: "..";
  }
  75% {
    content: "...";
  }
}
/* ------------------------------------------------------------- */
@keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    transform: translate3d(0, -4px, 0);
  }
}
.bounce {
  animation-name: bounce;
  transform-origin: center bottom;
}
@keyframes flash {
  from,
  50%,
  to {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
.flash {
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes pulse {
  from {
    transform: scale3d(1, 1, 1);
  }
  50% {
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
.pulse {
  animation-name: pulse;
}
@keyframes rubberBand {
  from {
    transform: scale3d(1, 1, 1);
  }
  30% {
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
.rubberBand {
  animation-name: rubberBand;
}
@keyframes shake {
  from,
  to {
    transform: translate3d(0, 0, 0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    transform: translate3d(-10px, 0, 0);
  }
  20%,
  40%,
  60%,
  80% {
    transform: translate3d(10px, 0, 0);
  }
}
.shake {
  animation-name: shake;
}
@keyframes headShake {
  0% {
    transform: translateX(0);
  }
  6.5% {
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    transform: translateX(0);
  }
}
.headShake {
  animation-timing-function: ease-in-out;
  animation-name: headShake;
}
@keyframes swing {
  20% {
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
.swing {
  transform-origin: top center;
  animation-name: swing;
}
@keyframes tada {
  from {
    transform: scale3d(1, 1, 1);
  }
  10%,
  20% {
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%,
  50%,
  70%,
  90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%,
  60%,
  80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
.tada {
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes wobble {
  from {
    transform: translate3d(0, 0, 0);
  }
  15% {
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.wobble {
  animation-name: wobble;
}
@keyframes jello {
  from,
  11.1%,
  to {
    transform: translate3d(0, 0, 0);
  }
  22.2% {
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
.jello {
  animation-name: jello;
  transform-origin: center;
}
@keyframes heartBeat {
  0% {
    transform: scale(1);
  }
  14% {
    transform: scale(1.3);
  }
  28% {
    transform: scale(1);
  }
  42% {
    transform: scale(1.3);
  }
  70% {
    transform: scale(1);
  }
}
.heartBeat {
  animation-name: heartBeat;
  animation-duration: 1.3s;
  animation-timing-function: ease-in-out;
}
@keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }
}
.bounceIn {
  animation-duration: 0.75s;
  animation-name: bounceIn;
}
@keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0);
  }
  75% {
    transform: translate3d(0, -10px, 0);
  }
  90% {
    transform: translate3d(0, 5px, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.bounceInDown {
  animation-name: bounceInDown;
}
@keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0);
  }
  75% {
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    transform: translate3d(5px, 0, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.bounceInLeft {
  animation-name: bounceInLeft;
}
@keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    transform: translate3d(10px, 0, 0);
  }
  90% {
    transform: translate3d(-5px, 0, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.bounceInRight {
  animation-name: bounceInRight;
}
@keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  75% {
    transform: translate3d(0, 10px, 0);
  }
  90% {
    transform: translate3d(0, -5px, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.bounceInUp {
  animation-name: bounceInUp;
}
@keyframes bounceOut {
  20% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%,
  55% {
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
.bounceOut {
  animation-duration: 0.75s;
  animation-name: bounceOut;
}
@keyframes bounceOutDown {
  20% {
    transform: translate3d(0, 10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}
.bounceOutDown {
  animation-name: bounceOutDown;
}
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}
.bounceOutLeft {
  animation-name: bounceOutLeft;
}
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}
.bounceOutRight {
  animation-name: bounceOutRight;
}
@keyframes bounceOutUp {
  20% {
    transform: translate3d(0, -10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}
.bounceOutUp {
  animation-name: bounceOutUp;
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  animation-name: fadeIn;
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInDown {
  animation-name: fadeInDown;
}
@keyframes fadeInDownBig {
  from {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInDownBig {
  animation-name: fadeInDownBig;
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInLeft {
  animation-name: fadeInLeft;
}
@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInLeftBig {
  animation-name: fadeInLeftBig;
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInRight {
  animation-name: fadeInRight;
}
@keyframes fadeInRightBig {
  from {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInRightBig {
  animation-name: fadeInRightBig;
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInUp {
  animation-name: fadeInUp;
}
@keyframes fadeInUpBig {
  from {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInUpBig {
  animation-name: fadeInUpBig;
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.fadeOut {
  animation-name: fadeOut;
}
@keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
}
.fadeOutDown {
  animation-name: fadeOutDown;
}
@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}
.fadeOutDownBig {
  animation-name: fadeOutDownBig;
}
@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
}
.fadeOutLeft {
  animation-name: fadeOutLeft;
}
@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}
.fadeOutLeftBig {
  animation-name: fadeOutLeftBig;
}
@keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
}
.fadeOutRight {
  animation-name: fadeOutRight;
}
@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}
.fadeOutRightBig {
  animation-name: fadeOutRightBig;
}
@keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
}
.fadeOutUp {
  animation-name: fadeOutUp;
}
@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}
.fadeOutUpBig {
  animation-name: fadeOutUpBig;
}
@keyframes flip {
  from {
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    animation-timing-function: ease-out;
  }
  40% {
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    animation-timing-function: ease-out;
  }
  50% {
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    animation-timing-function: ease-in;
  }
  80% {
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    animation-timing-function: ease-in;
  }
  to {
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    animation-timing-function: ease-in;
  }
}
.animated.flip {
  backface-visibility: visible;
  animation-name: flip;
}
@keyframes flipInX {
  from {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    transform: perspective(400px);
  }
}
.flipInX {
  backface-visibility: visible !important;
  animation-name: flipInX;
}
@keyframes flipInY {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    transform: perspective(400px);
  }
}
.flipInY {
  backface-visibility: visible !important;
  animation-name: flipInY;
}
@keyframes flipOutX {
  from {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
.flipOutX {
  animation-duration: 0.75s;
  animation-name: flipOutX;
  backface-visibility: visible !important;
}
@keyframes flipOutY {
  from {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
.flipOutY {
  animation-duration: 0.75s;
  backface-visibility: visible !important;
  animation-name: flipOutY;
}
@keyframes lightSpeedIn {
  from {
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    transform: skewX(-5deg);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.lightSpeedIn {
  animation-name: lightSpeedIn;
  animation-timing-function: ease-out;
}
@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
.lightSpeedOut {
  animation-name: lightSpeedOut;
  animation-timing-function: ease-in;
}
@keyframes rotateIn {
  from {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    transform-origin: center;
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateIn {
  animation-name: rotateIn;
}
@keyframes rotateInDownLeft {
  from {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    transform-origin: left bottom;
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateInDownLeft {
  animation-name: rotateInDownLeft;
}
@keyframes rotateInDownRight {
  from {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    transform-origin: right bottom;
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateInDownRight {
  animation-name: rotateInDownRight;
}
@keyframes rotateInUpLeft {
  from {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    transform-origin: left bottom;
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateInUpLeft {
  animation-name: rotateInUpLeft;
}
@keyframes rotateInUpRight {
  from {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    transform-origin: right bottom;
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateInUpRight {
  animation-name: rotateInUpRight;
}
@keyframes rotateOut {
  from {
    transform-origin: center;
    opacity: 1;
  }
  to {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
.rotateOut {
  animation-name: rotateOut;
}
@keyframes rotateOutDownLeft {
  from {
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
.rotateOutDownLeft {
  animation-name: rotateOutDownLeft;
}
@keyframes rotateOutDownRight {
  from {
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutDownRight {
  animation-name: rotateOutDownRight;
}
@keyframes rotateOutUpLeft {
  from {
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutUpLeft {
  animation-name: rotateOutUpLeft;
}
@keyframes rotateOutUpRight {
  from {
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
.rotateOutUpRight {
  animation-name: rotateOutUpRight;
}
@keyframes hinge {
  0% {
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    transform: rotate3d(0, 0, 1, 80deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  40%,
  80% {
    transform: rotate3d(0, 0, 1, 60deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
.hinge {
  animation-duration: 2s;
  animation-name: hinge;
}
@keyframes jackInTheBox {
  from {
    opacity: 0;
    transform: scale(0.1) rotate(30deg);
    transform-origin: center bottom;
  }
  50% {
    transform: rotate(-10deg);
  }
  70% {
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
.jackInTheBox {
  animation-name: jackInTheBox;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes rollIn {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.rollIn {
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
.rollOut {
  animation-name: rollOut;
}
@keyframes zoomIn {
  from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  animation-name: zoomIn;
}
@keyframes zoomInDown {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInDown {
  animation-name: zoomInDown;
}
@keyframes zoomInLeft {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInLeft {
  animation-name: zoomInLeft;
}
@keyframes zoomInRight {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInRight {
  animation-name: zoomInRight;
}
@keyframes zoomInUp {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInUp {
  animation-name: zoomInUp;
}
@keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
.zoomOut {
  animation-name: zoomOut;
}
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutDown {
  animation-name: zoomOutDown;
}
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform-origin: left center;
  }
}
.zoomOutLeft {
  animation-name: zoomOutLeft;
}
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    transform: scale(0.1) translate3d(2000px, 0, 0);
    transform-origin: right center;
  }
}
.zoomOutRight {
  animation-name: zoomOutRight;
}
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutUp {
  animation-name: zoomOutUp;
}
@keyframes slideInDown {
  from {
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.slideInDown {
  animation-name: slideInDown;
}
@keyframes slideInLeft {
  from {
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.slideInLeft {
  animation-name: slideInLeft;
}
@keyframes slideInRight {
  from {
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.slideInRight {
  animation-name: slideInRight;
}
@keyframes slideInUp {
  from {
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.slideInUp {
  animation-name: slideInUp;
}
@keyframes slideOutDown {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, 100%, 0);
  }
}
.slideOutDown {
  animation-name: slideOutDown;
}
@keyframes slideOutLeft {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(-100%, 0, 0);
  }
}
.slideOutLeft {
  animation-name: slideOutLeft;
}
@keyframes slideOutRight {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(100%, 0, 0);
  }
}
.slideOutRight {
  animation-name: slideOutRight;
}
@keyframes slideOutUp {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, -100%, 0);
  }
}
.slideOutUp {
  animation-name: slideOutUp;
}

.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.animated.infinite {
  animation-iteration-count: infinite;
}

.animated.delay-1s {
  animation-delay: 1s;
}

.animated.delay-2s {
  animation-delay: 2s;
}

.animated.delay-3s {
  animation-delay: 3s;
}

.animated.delay-4s {
  animation-delay: 4s;
}

.animated.delay-5s {
  animation-delay: 5s;
}

.animated.fast {
  animation-duration: 800ms;
}

.animated.faster {
  animation-duration: 500ms;
}

.animated.slow {
  animation-duration: 2s;
}

.animated.slower {
  animation-duration: 3s;
}

@media (print), (prefers-reduced-motion: reduce) {
  .animated {
    animation-duration: 1ms !important;
    transition-duration: 1ms !important;
    animation-iteration-count: 1 !important;
  }
}
/*   ==================================================
                animation
    ================================================== */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/*   ==================================================
              Pagination
    ================================================== */
/* no sidebar align pagination center */
.has-no-sidebar .navigation.pagination .nav-links {
  -ms-flex-pack: center;
      justify-content: center;
}

.navigation {
  margin-top: 66px;
}
.navigation.pagination .screen-reader-text {
  display: none;
}
.navigation.pagination .nav-links {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
}
.navigation.pagination .nav-links .page-numbers {
  width: 56px;
  margin-right: 10px;
  -ms-flex-pack: center;
      justify-content: center;
}
.navigation.pagination .nav-links .page-numbers.current {
  background: var(--Cuisine-palace-primary-color);
  color: #fff;
}
.navigation.pagination .nav-links .prev {
  width: 123px;
}
.navigation.pagination .nav-links .prev:before {
  display: inline-block;
  transform: translateX(0px);
  transition: 0.3s all ease-in-out;
  transition-property: transform;
  margin-right: 5px;
  content: "\f053";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
.navigation.pagination .nav-links .prev:hover:before {
  transform: translateX(-5px);
}
.navigation.pagination .nav-links .next {
  width: 123px;
}
.navigation.pagination .nav-links .next:after {
  display: inline-block;
  transform: translateX(0px);
  transition: 0.3s all ease-in-out;
  transition-property: transform;
  margin-left: 5px;
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
.navigation.pagination .nav-links .next:hover:after {
  transform: translateX(5px);
}

/*   ==================================================
              pagination Ended
    ================================================== */
/*   ==================================================
              BreadCrumbs
    ================================================== */
#cuisine-palace-breadcrumb {
  background: #f1efe8;
  /* background: #f1efe8; */
  /* margin-top: -40px;
  z-index: 1;
  position: relative; */
}
#cuisine-palace-breadcrumb .container .breadcrumb-trail {
  padding: 20px 0;
  width: 100%;
  border-radius: 8px;
}
#cuisine-palace-breadcrumb .container .breadcrumb-trail .trail-items {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  -ms-flex-align: center;
      align-items: center;
}
#cuisine-palace-breadcrumb .container .breadcrumb-trail .trail-items .trail-begin:before {
  content: "\f015";
  margin-right: 10px;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  font-size: 14px;
  color: #4e4e4e;
  transition: 0.3s all ease-in-out;
  transition-property: color;
}
#cuisine-palace-breadcrumb .container .breadcrumb-trail .trail-items .trail-begin:hover:before {
  color: var(--Cuisine-palace-primary-color);
}
#cuisine-palace-breadcrumb .container .breadcrumb-trail .trail-items li {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  list-style: none;
  padding: 10px 10px 10px 0px;
  font-size: 15px;
}
#cuisine-palace-breadcrumb .container .breadcrumb-trail .trail-items li:after {
  content: "\f101";
  margin-left: 10px;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  color: var(--Cuisine-palace-primary-color);
  font-size: 12px;
}
#cuisine-palace-breadcrumb .container .breadcrumb-trail .trail-items li:last-child::after {
  display: none;
}
#cuisine-palace-breadcrumb .container .breadcrumb-trail .trail-items li span {
  text-transform: uppercase;
  padding: 0 !important;
}
#cuisine-palace-breadcrumb .container .breadcrumb-trail .trail-items li a span {
  color: #4e4e4e;
  transition: 0.3s all ease-in-out;
  transition-property: color;
}
#cuisine-palace-breadcrumb .container .breadcrumb-trail .trail-items li a span:hover {
  color: var(--Cuisine-palace-primary-color);
}
#cuisine-palace-breadcrumb .container .breadcrumb-trail .trail-items li span {
  font-weight: 700;
  color: var(--Cuisine-palace-primary-color);
  letter-spacing: 0.6px;
}

/*   ==================================================
              BreadCrumbs
    ================================================== */
/*   ==================================================
              Scroll up
    ================================================== */
#btn-scrollup {
  position: fixed;
  bottom: -100px;
  right: 32px;
  transition: all .7s ease-in-out;
}

a.scrollup {
  background-color: var(--Cuisine-palace-primary-color);
  float: right;
  line-height: 1.2;
  padding: 15px 15px;
  text-align: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  z-index: 999;
  border-radius: 5px;
  color: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
a.scrollup:before {
  content: "↑";
  position: absolute;
  display: inline-block;
  font-size: 13px;
  animation: scrollup 1s ease-in-out infinite;
}
a.scrollup:hover:before, a.scrollup:focus:before {
  color: rgba(255, 255, 255, 0.7);
}

/*   ==================================================
          Scroll up
================================================== */
/*   ==================================================
                Customize control Ended
    ================================================== */
/*   ==================================================
                customize control Ended
    ================================================== */
/*   ==================================================
                Editor block
    ================================================== */
/*
Theme Name: Cuisine Palace
Description: Used to style Gutenberg Blocks.
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 Blocks - Common Blocks
2.0 Blocks - Formatting
3.0 Blocks - Layout Elements
4.0 Blocks - Widgets
5.0 Blocks - Color Settings
6.0 Blocks - Text Settings
7.0 Blocks - Editor Max Size

--------------------------------------------------------------*/
/*--------------------------------------------------------------
1.0 General Block Styles
--------------------------------------------------------------*/
/* Captions */
[class^="wp-block-"]:not(.wp-block-gallery) figcaption {
  font-style: italic;
  margin-bottom: 1.5em;
  text-align: left;
}

.rtl [class^="wp-block-"]:not(.wp-block-gallery) figcaption {
  text-align: right;
}

/*--------------------------------------------------------------
2.0 Blocks - Common Blocks
--------------------------------------------------------------*/
/* Paragraph */
p.has-drop-cap:not(:focus)::first-letter {
  font-size: 5em;
  margin-top: 0.075em;
}

/* Image */
.wp-block-image {
  margin-bottom: 1.5em;
}

.wp-block-image figure {
  margin-bottom: 0;
  margin-top: 0;
}

.wp-block-image figure.alignleft {
  margin-right: 1.5em;
}

.wp-block-image figure.alignright {
  margin-left: 1.5em;
}

/* Gallery */
.wp-block-gallery {
  margin-bottom: 1.5em;
}

.wp-block-gallery figcaption {
  font-style: italic;
}

.wp-block-gallery.aligncenter {
  display: -ms-flexbox;
  display: flex;
  margin: 0 -8px;
}

/* Quote */
blockquote {
  position: relative;
  margin-bottom: 15px;
  margin-top: 60px;
  background: rgba(var(--Cuisine-palace-primary-rbga), 0.05);
  border-radius: 5px;
  border-left: 4px solid var(--Cuisine-palace-primary-color);
  border-right: 4px solid var(--Cuisine-palace-primary-color);
}
blockquote p {
  padding: 80px 20px 56px;
}
blockquote:before {
  color: var(--Cuisine-palace-primary-color);
  content: "”";
  font-family: georgia;
  font-size: 60px;
  font-size: 3.75rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  position: absolute;
  left: 50%;
  top: -15px;
  transform: translateX(-50%);
  z-index: 2;
}
blockquote:after {
  content: "";
  background-color: #fff;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  position: absolute;
  left: 50%;
  box-shadow: 0 -4px 8px rgba(0, 0, 0, 0.05);
  top: -40px;
  transform: translateX(-50%);
  z-index: 1;
}
blockquote.wp-block-quote cite {
  font-style: italic;
  font-size: 18px;
  letter-spacing: 1.5px;
  margin-left: 10px;
}

.wp-block-quote.alignleft p:last-of-type,
.wp-block-quote.alignright p:last-of-type {
  margin-bottom: 0;
}

.wp-block-quote cite {
  color: inherit;
  font-size: inherit;
}

.wp-block-quote,
.wp-block-quote:not(.is-large):not(.is-style-large),
.wp-block-pullquote {
  border-left: 4px solid var(--Cuisine-palace-primary-color);
  /* padding: 80px 20px 56px; */
}

.wp-block-quote.is-large {
  /* padding: 80px 20px 56px; */
}

/* Audio */
.wp-block-audio audio {
  display: block;
  width: 100%;
}

/* Cover */
.wp-block-cover-image.alignright,
.wp-block-cover.alignright,
.wp-block-cover-image.alignleft,
.wp-block-cover.alignleft,
.wp-block-cover-image.aligncenter,
.wp-block-cover.aligncenter {
  display: -ms-flexbox;
  display: flex;
}

.no-sidebar .wp-block-cover.alignfull,
.no-sidebar .wp-block-image.alignfull,
.no-sidebar .wp-block-gallery.alignfull,
.no-sidebar .wp-block-pullquote.alignfull,
.no-sidebar .wp-block-table.alignfull,
.no-sidebar .wp-block-audio.alignfull,
.no-sidebar .wp-block-categories.alignfull {
  width: 100vw;
  max-width: 100vw;
  margin-left: calc( -100vw / 2 + 100% / 2 );
  margin-right: calc( -100vw / 2 + 100% / 2 );
}

.no-sidebar .wp-block-embed.is-type-video.alignfull iframe {
  width: 100vw !important;
  max-width: 100vw;
  margin-left: calc( -100vw / 2 + 100% / 2 ) !important;
  margin-right: calc( -100vw / 2 + 100% / 2 ) !important;
}

.no-sidebar .wp-block-image.alignfull figcaption,
.no-sidebar .wp-block-audio.alignfull figcaption {
  text-align: center;
  max-width: 1200px;
  width: 90%;
  padding: 0 15px;
  margin: 5px auto 0;
}

.no-sidebar .wp-block-table.alignfull {
  display: table;
}

.no-sidebar .wp-block-audio.alignfull {
  padding: 0 20px;
}

.no-sidebar .wp-block-categories.alignfull {
  padding: 0 50px;
}

.no-sidebar .wp-block-gallery.alignfull {
  padding: 0 25px;
}

/* File */
.wp-block-file .wp-block-file__button {
  background-color: #222;
  border-radius: 2px;
  box-shadow: none;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 800;
  margin-top: 2em;
  padding: 0.7em 2em;
  transition: background-color 0.2s ease-in-out;
  white-space: nowrap;
}

.wp-block-file .wp-block-file__button:hover,
.wp-block-file .wp-block-file__button:focus {
  background-color: #767676;
  box-shadow: none;
}

/* Separator */
.wp-block-separator {
  border-color: #eee;
  border: 0;
}

/*--------------------------------------------------------------
3.0 Blocks - Formatting
--------------------------------------------------------------*/
/* Code */
.wp-block-code {
  background: transparent;
  border: 0;
  padding: 0;
}

/* Pullquote */
.wp-block-pullquote {
  border: 0;
  border-top: 4px solid #aaa;
  border-bottom: 4px solid #aaa;
  padding: 1em;
}

.wp-block-pullquote__citation,
.wp-block-pullquote cite {
  font-size: inherit;
  text-transform: none;
}

.wp-block-pullquote cite {
  padding-bottom: 44px;
  display: inline-block;
}

/* Table */
.wp-block-table thead th {
  border-bottom: 2px solid #bbb;
  padding-bottom: 0.5em;
}

.wp-block-table tr {
  border-bottom: 1px solid #eee;
}

.wp-block-table th,
.wp-block-table td {
  border-color: #ccc;
  padding: 15px 25px;
}

.rtl .wp-block-table th,
.rtl .wp-block-table td {
  text-align: right;
}

/*--------------------------------------------------------------
4.0 Blocks - Layout Elements
--------------------------------------------------------------*/
/* Buttons */
.wp-block-button__link {
  padding: 16px 40px;
  font-weight: bold;
  transition: all 0.3s ease-in-out;
}

.wp-block-button .wp-block-button__link:hover,
.wp-block-button .wp-block-button__link:focus {
  background-color: var(--Cuisine-palace-primary-color);
  color: #fff;
  box-shadow: none;
}

/* Separator */
.wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
  max-width: 100px;
}

/* Media & Text */
.wp-block-media-text {
  margin-bottom: 1.5em;
}

.wp-block-media-text *:last-child {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
5.0 Blocks - Widgets
--------------------------------------------------------------*/
/* Archives, Categories & Latest Posts */
.wp-block-archives.aligncenter,
.wp-block-categories.aligncenter,
.wp-block-latest-posts.aligncenter,
.wp-block-categories.aligncenter ul {
  list-style-position: inside;
  text-align: center;
}

/* Comments */
.wp-block-latest-comments article {
  margin-bottom: 4em;
}

.wp-block-latest-comments .avatar,
.wp-block-latest-comments__comment-avatar {
  border-radius: 0;
}

.wp-block-latest-comments a {
  box-shadow: inset 0 -1px 0 white;
}

.wp-block-latest-comments__comment-meta {
  font-size: 16px;
  font-size: 1rem;
  margin-bottom: 0.4em;
}

.wp-block-latest-comments__comment-author,
.wp-block-latest-comments__comment-link {
  font-weight: 700;
  text-decoration: none;
}

.wp-block-latest-comments__comment-date {
  color: #767676;
  font-size: 10px;
  font-size: 0.625rem;
  font-weight: 800;
  letter-spacing: 0.1818em;
  margin-top: 0.4em;
  text-transform: uppercase;
}

.editor-block-list__block .wp-block-latest-comments__comment-excerpt p {
  font-size: 14px;
  font-size: 0.875rem;
}

/*--------------------------------------------------------------
5.0 Blocks - Color Settings
--------------------------------------------------------------*/
/* Background Color */
.has-blue-background-color {
  background-color: #2c7dfa;
}

.has-green-background-color {
  background-color: #07d79c;
}

.has-orange-background-color {
  background-color: #ff8737;
}

.has-black-background-color {
  background-color: #2f3633;
}

.has-grey-background-color {
  background-color: #82868b;
}

/* Text Color */
.has-blue-color {
  color: #2c7dfa;
}

.has-green-color {
  color: #07d79c;
}

.has-orange-color {
  color: #ff8737;
}

.has-black-color {
  color: #2f3633;
}

.has-grey-color {
  color: #82868b;
}

/*--------------------------------------------------------------
6.0 Blocks - Text Settings
--------------------------------------------------------------*/
.has-larger-font-size {
  font-size: 36px;
  font-size: 2.25rem;
}

.has-huge-font-size {
  font-size: 48px;
  font-size: 3rem;
}

.has-larger-font-size,
.has-huge-font-size {
  line-height: 1.5;
}

@media screen and (max-width: 992px) {
  .has-larger-font-size {
    font-size: 30px;
    font-size: 1.875rem;
  }

  .has-huge-font-size {
    font-size: 38px;
    font-size: 2.375rem;
  }
}
@media screen and (max-width: 767px) {
  .has-larger-font-size {
    font-size: 24px;
    font-size: 1.5rem;
  }

  .has-huge-font-size {
    font-size: 28px;
    font-size: 1.75rem;
  }
}
@media screen and (max-width: 567px) {
  .has-larger-font-size,
  .has-huge-font-size {
    font-size: 16px;
    font-size: 1rem;
    line-height: 28px;
  }
}
/*--------------------------------------------------------------
7.0 Blocks - Editor Max Size
--------------------------------------------------------------*/
.wp-block {
  max-width: 840px;
}

/*--------------------------------------------------------------
8.0 Blocks - alignment
--------------------------------------------------------------*/
.alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

.aligncenter {
  clear: both;
  text-align: center;
  margin-bottom: 1.5em;
}

@media screen and (min-width: 64em) {
  .post-detail-article blockquote.alignleft, .post-detail-article blockquote.alignright {
    width: 52%;
  }
}
@media screen and (max-width: 64em) {
  .post-detail-article blockquote.alignleft, .post-detail-article blockquote.alignright {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}
/*--------------------------------------------------------------
9.gallery-caption allignment
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
  display: block;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
  font-style: italic;
}

/*   ==================================================
                Editor block Ended
	================================================== */
/*--------------------------------------------------------------
wpcf7-form
--------------------------------------------------------------*/
.wpcf7-form > p {
  margin-bottom: 7px;
}
.wpcf7-form > p:last-child {
  margin-bottom: 0;
}
.wpcf7-form > p:nth-of-type(1), .wpcf7-form > p:nth-of-type(2) {
  max-width: 49.5%;
  display: inline-block;
  width: 100%;
}
@media (max-width: 767px) {
  .wpcf7-form > p:nth-of-type(1), .wpcf7-form > p:nth-of-type(2) {
    max-width: 100%;
  }
}

/*--------------------------------------------------------------
wpcf7-form ended
--------------------------------------------------------------*/
/*
This is the theme main style file,
apart from the style.css or style.scss file.
The style.css file will be at the root
of the this theme folder which will have important
headers for the theme like theme name, version etc.
*/
/*   ==================================================
               main
    ================================================== */
.banner-container .wrapper {
  position: relative;
  height: 100%;
        /* height: 900px;

        @media(max-width:1600px) {
            height: 600px;
        } */
  /*  ----------------------slider --------------- */
  /* ----------------------------------------------- */
}
.banner-container .wrapper .slider .slick-dots {
  display: none !important;
}
.banner-container .wrapper .slider.slider-for {
  height: 100%;
}
.banner-container .wrapper .slider.slider-for .slider-container {
  /* display: none; */
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: cover;
}
.banner-container .wrapper .slider.slider-for .slider-container .banner-overlay-content {
  padding: 275px 0;
  width: 100%;
}
@media (max-width: 1600px) {
  .banner-container .wrapper .slider.slider-for .slider-container .banner-overlay-content {
    padding: 244px 0;
  }
}
@media (max-width: 558px) {
  .banner-container .wrapper .slider.slider-for .slider-container .banner-overlay-content {
    padding: 184px 0;
  }
}
.banner-container .wrapper .slider.slider-for .slider-container .banner-overlay-content .content .brand-title .title {
  font-size: 70px;
  line-height: 86px;
  max-width: 700px;
  font-weight: 700;
}
@media (max-width: 1600px) {
  .banner-container .wrapper .slider.slider-for .slider-container .banner-overlay-content .content .brand-title .title {
    font-size: 48px;
    line-height: 60px;
  }
}
@media (max-width: 558px) {
  .banner-container .wrapper .slider.slider-for .slider-container .banner-overlay-content .content .brand-title .title {
    font-size: 36px;
    line-height: 49px;
  }
}
.banner-container .wrapper .slider.slider-for .slick-current {
  display: block;
}
.banner-container .wrapper .slider.slider-nav {
  max-width: 506px;
  margin: -150px 0 0 0;
  width: 100%;
  display: block;
  width: 100%;
  counter-reset: thumbs-listing;
}
@media (max-width: 479px) {
  .banner-container .wrapper .slider.slider-nav {
    max-width: 221px;
  }
}
.banner-container .wrapper .slider.slider-nav .thumb {
  max-width: 132px;
  display: none;
}
.banner-container .wrapper .slider.slider-nav .slick-track {
  margin-left: 0;
  margin-right: 0;
}
.banner-container .wrapper .slider.slider-nav .slick-list {
  padding: 0 !important;
}
.banner-container .wrapper .slider.slider-nav .slick-slide {
  height: 106px;
  margin: 0 15px 15px 0;
  outline: none;
}
.banner-container .wrapper .slider.slider-nav .slick-current .slider-thumb:before {
  color: #fff;
}
.banner-container .wrapper .slider.slider-nav .slick-current .slider-thumb:after {
  border: 4px solid var(--Cuisine-palace-primary-color);
}
.banner-container .wrapper .slider.slider-nav .slider-thumb {
  height: 106px;
  counter-increment: thumbs-listing;
  position: relative;
  outline: none;
}
@media (max-width: 558px) {
  .banner-container .wrapper .slider.slider-nav .slider-thumb {
    height: 78px;
    width: 97px !important;
  }
}
@media (max-width: 420px) {
  .banner-container .wrapper .slider.slider-nav .slider-thumb {
    width: 78px !important;
  }
}
.banner-container .wrapper .slider.slider-nav .slider-thumb:before {
  content: "0" counter(thumbs-listing,decimal) " ";
  position: absolute;
  bottom: 1px;
  left: 15px;
  font-size: 30px;
  line-height: 57px;
  font-weight: bold;
  color: rgba(255, 255, 255, 0.52);
}
.banner-container .wrapper .slider.slider-nav .slider-thumb:after {
  content: "";
  position: absolute;
  width: 91%;
  height: 91%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  bottom: 0;
  border-radius: 15px;
  border: 4px solid transparent;
  transition: 1s all ease-in-out;
  transition-property: border;
}
.banner-container .wrapper .slider.slider-nav .slider-thumb .thumb-image-container {
  height: 100%;
  width: 100%;
  border-radius: 12px;
  background-color: #656565;
}
.banner-container .wrapper .slider.slider-nav .slider-thumb .thumb-image-container img {
  height: 100%;
  width: 100%;
  border-radius: 12px;
}

/* --------banner-animation------------- */
.home .banner-container .wrapper .title a {
  display: block;
  transform: translateY(100%);
  opacity: 0;
  transition: all 1s ease-in-out 0.3s;
}

.home .banner-container .wrapper .sub-title {
  display: block;
  transform: translateY(100%);
  opacity: 0;
  transition: all 1s ease-in-out 1s;
}

.home .banner-container .wrapper .slick-current .title a,
.home .banner-container .wrapper .slick-current .sub-title,
.home .banner-container .wrapper .slick-active .title a,
.home .banner-container .wrapper .slick-active .sub-title {
  transform: translateY(0);
  opacity: 1;
}

/* ----------------------- */
/*     <!-- ----------------theme section-------------------------------------------- --> */
.section-collection {
  /*<!-- --------------------about us/who we are--------------------------------------- --> */
  /* <!-- ------------------------------------------------------------------------------- --> */
  /*<!-- --------------------services--------------------------------------- --> */
  /* <!-- -------------------------------------------------------------------- --> */
  /*<!-- --------------------menu tab--------------------------------------- --> */
  /* <!-- -------------------------------------------------------------------- --> */
  /*<!-- --------------------Blog--------------------------------------- --> */
  /* <!-- -------------------------------------------------------------------- --> */
  /*-------------------------- reservation------------ */
  /* <!-- ------------------------------------------------------------------------------- --> */
  /* <!-- -------------------------------testimonial------------------------------------------------ --> */
  /* <!-- ------------------------------------------------------------------------------- --> */
  /* <!-- --------------------------Contact us---------------------- --> */
  /* <!-- -------------------------------------------------------- --> */
}
.section-collection .who-we-are .wrapper .section-header {
  margin-bottom: 40px;
}
.section-collection .who-we-are .wrapper .section-content .who-we-are-detail p {
  font-size: 18px;
  color: #797978;
  font-weight: 400;
  line-height: 28px;
}
.section-collection .who-we-are .wrapper .section-content .who-we-are-detail .button {
  margin-top: 30px;
}
.section-collection .services {
  background-image: url(../img/tomato.jpg);
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #130f40;
  background-image: linear-gradient(315deg, #130f40 0%, #000000 74%);
}
.section-collection .services .wrapper .section-content .services-detail .grid-box {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(354px, 1fr));
  grid-gap: 2rem;
}
.section-collection .services .wrapper .section-content .services-detail .grid-box .grid-item {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0px 0px 32px 0px rgba(122, 122, 122, 0.1);
  transition: all 0.2s ease-in-out;
}
.section-collection .services .wrapper .section-content .services-detail .grid-box .grid-item .grid-item-wrapper {
  padding: 50px 48px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
@media (max-width: 450px) {
  .section-collection .services .wrapper .section-content .services-detail .grid-box .grid-item .grid-item-wrapper {
    padding: 50px 30px;
  }
}
.section-collection .services .wrapper .section-content .services-detail .grid-box .grid-item .grid-item-wrapper .grid-item-icon {
  margin-top: 20px;
}
.section-collection .services .wrapper .section-content .services-detail .grid-box .grid-item .grid-item-wrapper .grid-item-icon i {
  font-size: 49px;
}
.section-collection .services .wrapper .section-content .services-detail .grid-box .grid-item .grid-item-wrapper .grid-item-detail h3 {
  text-transform: capitalize;
  font-size: 30px;
  line-height: 37px;
  font-weight: 700;
  margin-bottom: 20px;
}
.section-collection .services .wrapper .section-content .services-detail .grid-box .grid-item .grid-item-wrapper .grid-item-detail p {
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: #797978;
}
.section-collection .services .wrapper .section-content .services-detail .grid-box .grid-item:hover {
  box-shadow: 1px 4px 20px -2px rgba(0, 0, 0, 0.2);
  transform: translateY(-8px);
}
@media (max-width: 558px) {
  .section-collection .services .wrapper .section-content .services-detail .grid-box {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  }
}
.section-collection .resturant-menu {
  width: 100%;
}
.section-collection .resturant-menu .wrapper .content .grid-box {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(470px, 1fr));
  grid-gap: 4rem 2rem;
}
@media (max-width: 558px) {
  .section-collection .resturant-menu .wrapper .content .grid-box {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  }
}
.section-collection .resturant-menu .wrapper .content .grid-box .grid-item {
  text-align: center;
  display: block;
  position: relative;
  z-index: 2;
}
.section-collection .resturant-menu .wrapper .content .grid-box .grid-item:after {
  line-height: 1px;
  height: 1px;
  width: 100%;
  display: block;
  background: #dcdcdc;
  content: '';
  position: absolute;
  top: 236%;
  z-index: 3;
}
.section-collection .resturant-menu .wrapper .content .grid-box .grid-item:before {
  content: '\f2e7';
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  top: 182%;
  font-size: 16px;
  position: absolute;
  color: #dcdcdc;
}
@media (max-width: 992px) {
  .section-collection .resturant-menu .wrapper .content .grid-box .grid-item:last-child:after {
    display: none;
  }
  .section-collection .resturant-menu .wrapper .content .grid-box .grid-item:last-child:before {
    display: none;
  }
}
.section-collection .resturant-menu .wrapper .content .grid-box .grid-item .grid-item-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
}
.section-collection .resturant-menu .wrapper .content .grid-box .grid-item .grid-item-wrapper .menu-item {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  font-weight: 600;
  white-space: pre;
  -ms-flex-align: center;
      align-items: center;
  text-transform: capitalize;
}
.section-collection .resturant-menu .wrapper .content .grid-box .grid-item .grid-item-wrapper .menu-item:after {
  content: '';
  width: 100%;
  margin-left: 0.3rem;
  border-bottom: 2px dotted #7b7a7a;
}
.section-collection .resturant-menu .wrapper .content .grid-box .grid-item .grid-item-wrapper .menu-item-price {
  display: inline-block;
  z-index: 1;
  padding-left: .2rem;
  color: var(--Cuisine-palace-primary-color);
}
.section-collection .resturant-menu .wrapper .content .grid-box .grid-item .grid-item-wrapper .menu-item-price p {
  white-space: nowrap;
}
.section-collection .resturant-menu .wrapper .accordion-tabs {
  border-radius: 6px;
}
.section-collection .resturant-menu .wrapper .tabs-tab-list {
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}
.section-collection .resturant-menu .wrapper .tabs-tab-list li {
  margin: 0;
  font-size: 20px;
  line-height: 34px;
  margin-right: 10px;
  color: var(--Cuisine-palace-primary-color);
  text-align: center;
  border: 1px solid;
  border-color: transparent;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  position: relative;
  z-index: 0;
  transition: all 1s;
}
.section-collection .resturant-menu .wrapper .tabs-trigger {
  border-bottom: none;
  display: none;
  font-weight: normal;
  margin: 0 5px 0 1px;
  padding: 8px 12px;
  text-decoration: none;
  font-size: 22px;
  line-height: 34px;
  font-weight: 600;
}
.section-collection .resturant-menu .wrapper .tabs-trigger:hover {
  color: var(--Cuisine-palace-primary-color);
}
.section-collection .resturant-menu .wrapper .tabs-trigger.is-selected,
.section-collection .resturant-menu .wrapper .tabs-trigger.is-selected:hover,
.section-collection .resturant-menu .wrapper .tabs-trigger.is-selected:focus {
  color: var(--Cuisine-palace-primary-color);
  border-bottom: 1px solid var(--Cuisine-palace-primary-color);
}
.section-collection .resturant-menu .wrapper .tabs-trigger.is-selected::before, .section-collection .resturant-menu .wrapper .tabs-trigger.is-selected::after,
.section-collection .resturant-menu .wrapper .tabs-trigger.is-selected:hover::before,
.section-collection .resturant-menu .wrapper .tabs-trigger.is-selected:hover::after,
.section-collection .resturant-menu .wrapper .tabs-trigger.is-selected:focus::before,
.section-collection .resturant-menu .wrapper .tabs-trigger.is-selected:focus::after {
  display: none;
}
.section-collection .resturant-menu .wrapper .tabs-trigger:active {
  outline: none;
}
.section-collection .resturant-menu .wrapper .tabs-panel {
  display: block;
  margin: 0;
  padding: 0;
}
.section-collection .resturant-menu .wrapper .tabs-panel:not(:first-of-type) {
  border-top: none;
}
.section-collection .resturant-menu .wrapper .tabs-panel:not(:last-child) {
  border-bottom: 1px solid #eee;
}
.section-collection .resturant-menu .wrapper .tabs-panel:not(:last-child) {
  border-bottom: none;
}
.section-collection .resturant-menu .wrapper .tabs-panel .content {
  margin-top: 10px;
  padding: 20px 0;
}
.section-collection .resturant-menu .wrapper .tabs-panel.is-hidden .content {
  display: none;
}
.section-collection .resturant-menu .wrapper .tabs-panel:active,
.section-collection .resturant-menu .wrapper .tabs-panel:focus {
  outline: none;
}
.section-collection .resturant-menu .wrapper .is-initialized.tabs-allowed .tabs-panel {
  display: inherit;
  animation-name: fadeOut;
  animation-duration: 0.5s;
}
.section-collection .resturant-menu .wrapper .accordeon-trigger {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  cursor: pointer;
  padding: 15px 20px;
  background: var(--Cuisine-palace-primary-color);
  color: white;
  border: none;
  margin-bottom: 10px;
}
.section-collection .resturant-menu .wrapper .accordeon-trigger-icon {
  pointer-events: none;
}
@media (min-width: 62em) {
  .section-collection .resturant-menu .wrapper .tabs-allowed .accordeon-trigger {
    display: none;
  }
  .section-collection .resturant-menu .wrapper .tabs-allowed .tabs-trigger {
    display: block;
  }
  .section-collection .resturant-menu .wrapper .tabs-allowed .tabs-panel {
    display: none;
  }
  .section-collection .resturant-menu .wrapper .tabs-allowed .tabs-panel.is-hidden {
    display: none;
  }
  .section-collection .resturant-menu .wrapper .tabs-allowed .tabs-panel {
    border-top: none;
  }
  .section-collection .resturant-menu .wrapper .tabs-allowed .tabs-tab-list {
    margin-bottom: -2px;
  }
}
.section-collection .resturant-menu .wrapper .accordeon-trigger-icon {
  display: inline-block;
  float: right;
  width: 22px;
  height: 22px;
}
.section-collection .resturant-menu .wrapper .accordeon-trigger-icon svg {
  margin: 0;
}
.section-collection .resturant-menu .wrapper [aria-expanded="true"] .vert {
  display: none;
}
.section-collection .resturant-menu .wrapper .label--open,
.section-collection .resturant-menu .wrapper .label--close {
  display: block;
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.section-collection .resturant-menu .wrapper .label--close {
  display: none;
}
.section-collection .resturant-menu .wrapper .is-open .label--open {
  display: none;
}
.section-collection .resturant-menu .wrapper .is-open .label--close {
  display: block;
}
.section-collection .blog {
  background-image: url(../img/blue-texture.png);
  width: 100%;
  background-size: cover;
  overflow: hidden;
  background-repeat: no-repeat;
  background-color: #130f40;
  background-image: linear-gradient(315deg, #130f40 0%, #000000 74%);
}
.section-collection .blog .wrapper .slick-prev,
.section-collection .blog .wrapper .slick-next {
  visibility: hidden;
  transition: all 0.2s ease-in-out 0s;
}
.section-collection .blog .wrapper .slick-prev {
  left: -20% !important;
  transition-property: left;
}
.section-collection .blog .wrapper .slick-next {
  right: -20% !important;
  transition-property: right;
}
.section-collection .blog .wrapper .section-content .blog-detail .blog-slider .slick-slide {
  margin: 0 13px;
  height: auto;
}
@media (max-width: 699px) {
  .section-collection .blog .wrapper .section-content .blog-detail .blog-slider .slick-slide {
    /* margin-right: 0; */
  }
}
.section-collection .blog .wrapper .section-content .blog-detail .blog-slider .slider-content {
  overflow: hidden;
  height: 501px;
  position: relative;
  border-radius: 8px;
}
.section-collection .blog .wrapper .section-content .blog-detail .blog-slider .slider-content .blog-title {
  text-transform: capitalize;
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
}
.section-collection .blog .wrapper .section-content .blog-detail .blog-slider .slider-content .content {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  border-radius: 8px;
}
.section-collection .blog .wrapper .section-content .blog-detail .blog-slider .slider-content .content .img-container {
  width: 100%;
  height: 100%;
  border-radius: 8px;
}
.section-collection .blog .wrapper .section-content .blog-detail .blog-slider .slider-content .content .img-container img {
  border-radius: 8px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.section-collection .blog .wrapper .section-content .blog-detail .blog-slider .slider-content .content .short-blog-detail {
  opacity: 1;
  transition: 0.3s all ease-in-out;
  transition-property: opacity;
  position: absolute;
  top: 100%;
  width: 100%;
  background: rgba(241, 239, 232, 0.8);
  z-index: 2;
  padding: 40px 40px;
  text-align: center;
  transform: translateY(-100%);
}
.section-collection .blog .wrapper .section-content .blog-detail .blog-slider .slider-content .content .short-blog-detail .blog-title {
  color: var(--Cuisine-palace-primary-color);
}
.section-collection .blog .wrapper .section-content .blog-detail .blog-slider .slider-content .content .short-blog-detail .more-info {
  text-transform: capitalize;
  font-size: 17px;
  line-height: 26px;
  font-weight: 700;
  color: var(--Cuisine-palace-primary-color);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}
.section-collection .blog .wrapper .section-content .blog-detail .blog-slider .slider-content .content .short-blog-detail .more-info .double-arrow {
  margin-left: 4px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.section-collection .blog .wrapper .section-content .blog-detail .blog-slider .slider-content .content .short-blog-detail .more-info .double-arrow i {
  animation-name: bounceAlpha;
  animation-duration: 1.4s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
.section-collection .blog .wrapper .section-content .blog-detail .blog-slider .slider-content .content .short-blog-detail .more-info .double-arrow i:first-child {
  animation-delay: 0.2s;
}
.section-collection .blog .wrapper .section-content .blog-detail .blog-slider .slider-content .slider-overlay-content {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 3;
  right: 0;
  opacity: 0;
  transform: translateX(-100%);
  transition: 0.4s all ease-in-out;
  transition-property: width transform opacity;
  height: 100%;
  border-radius: 8px;
  background-color: rgba(0, 0, 0, 0.8);
}
.section-collection .blog .wrapper .section-content .blog-detail .blog-slider .slider-content .slider-overlay-content .content {
  padding: 40px 40px;
  text-align: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  height: 100%;
  -ms-flex-pack: center;
      justify-content: center;
}
.section-collection .blog .wrapper .section-content .blog-detail .blog-slider .slider-content .slider-overlay-content .content .date-time p {
  font-size: 18px;
  line-height: 26px;
  font-weight: 500;
}
.section-collection .blog .wrapper .section-content .blog-detail .blog-slider .slider-content .slider-overlay-content .content .date-time i {
  margin-right: 7px;
}
.section-collection .blog .wrapper .section-content .blog-detail .blog-slider .slider-content .slider-overlay-content .content .blog-title-wrapper {
  margin-top: 20px;
}
.section-collection .blog .wrapper .section-content .blog-detail .blog-slider .slider-content .slider-overlay-content .content .post-detail {
  margin-top: 20px;
}
.section-collection .blog .wrapper .section-content .blog-detail .blog-slider .slider-content .slider-overlay-content .content .post-detail p {
  font-size: 17px;
  line-height: 26px;
  font-weight: 500;
  letter-spacing: 0.6px;
}
.section-collection .blog .wrapper .section-content .blog-detail .blog-slider .slider-content .slider-overlay-content .content .button {
  margin-top: 30px;
}
.section-collection .blog .wrapper .section-content .blog-detail .blog-slider .slider-content .slider-overlay-content .content .button .own-prop i {
  transform: translateX(0px);
  margin-left: 8px;
  transition: 0.4s all ease-in-out;
  transition-property: transform;
}
.section-collection .blog .wrapper .section-content .blog-detail .blog-slider .slider-content .slider-overlay-content .content .button .own-prop:hover {
  border-radius: 8px;
}
.section-collection .blog .wrapper .section-content .blog-detail .blog-slider .slider-content .slider-overlay-content .content .button .own-prop:hover i {
  transform: translateX(6px);
}
.section-collection .blog .wrapper .section-content .blog-detail .blog-slider .slider-content:hover .slider-overlay-content {
  width: 100%;
  transform: translateX(0);
  opacity: 1;
}
.section-collection .blog .wrapper .section-content .blog-detail .blog-slider .slider-content:hover .short-blog-detail {
  opacity: 0;
}
.section-collection .blog .wrapper .section-content .blog-detail .button {
  margin-top: 40px;
  margin-left: 12px;
}
.section-collection .blog .wrapper:hover .slick-prev,
.section-collection .blog .wrapper:hover .slick-next {
  visibility: visible !important;
}
.section-collection .blog .wrapper:hover .slick-prev {
  left: -20px !important;
}
.section-collection .blog .wrapper:hover .slick-next {
  right: -20px !important;
}
.section-collection .reservation .section-content .reservation-detail .reservation-form .form-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 2rem;
  color: #979797;
}
@media (max-width: 768px) {
  .section-collection .reservation .section-content .reservation-detail .reservation-form .form-wrapper {
    grid-template-columns: 1fr;
  }
}
.section-collection .reservation .section-content .reservation-detail .reservation-form .form-wrapper .form-field .form-line {
  position: relative;
}
.section-collection .reservation .section-content .reservation-detail .reservation-form .form-wrapper .form-field .form-line:before {
  position: absolute;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  top: 0px;
  font-size: 19px;
  padding: 11.3px 0;
  display: inline-block;
  text-align: center;
  width: 44px;
  color: #fff;
  border-radius: 5px 0 0 5px;
  background-color: var(--Cuisine-palace-primary-color);
  display: inline-block;
  vertical-align: middle;
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  transition-duration: 0.3s;
  transition-property: transform;
}
.section-collection .reservation .section-content .reservation-detail .reservation-form .form-wrapper .form-field input {
  color: #979797;
}
.section-collection .reservation .section-content .reservation-detail .reservation-form .form-wrapper .form-field textarea {
  padding-top: 50px !important;
}
.section-collection .reservation .section-content .reservation-detail .reservation-form .form-wrapper .form-field input,
.section-collection .reservation .section-content .reservation-detail .reservation-form .form-wrapper .form-field textarea {
  width: 100%;
  padding: 12px;
  height: unset;
  padding-left: 50px;
  border: 1px solid #d4d3d3;
  border-radius: 5px;
  outline: none;
}
.section-collection .reservation .section-content .reservation-detail .reservation-form .form-wrapper .form-field input:focus,
.section-collection .reservation .section-content .reservation-detail .reservation-form .form-wrapper .form-field textarea:focus {
  border: 1px solid var(--Cuisine-palace-primary-color);
}
.section-collection .reservation .section-content .reservation-detail .reservation-form .form-wrapper .form-field:first-child .form-line:before {
  content: "\f007";
}
.section-collection .reservation .section-content .reservation-detail .reservation-form .form-wrapper .form-field:nth-child(2) .form-line:before {
  content: "\f0e0";
}
.section-collection .reservation .section-content .reservation-detail .reservation-form .form-wrapper .form-field:nth-child(3) .form-line:before {
  content: "\f2a0";
}
.section-collection .reservation .section-content .reservation-detail .reservation-form .form-wrapper .form-field:nth-child(4) {
  grid-column: span 3;
}
@media (max-width: 768px) {
  .section-collection .reservation .section-content .reservation-detail .reservation-form .form-wrapper .form-field:nth-child(4) {
    grid-column: unset;
  }
}
.section-collection .testimonial {
  background-image: url(../img/blue-texture.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #130f40;
  background-image: linear-gradient(315deg, #130f40 0%, #000000 74%);
}
.section-collection .testimonial .wrapper .section-content .testimonial-detail .wrapper {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
}
.section-collection .testimonial .wrapper .section-content .testimonial-detail .wrapper .slider .slick-dots {
  display: none !important;
}
.section-collection .testimonial .wrapper .section-content .testimonial-detail .wrapper .slider.slick-slider {
  margin-bottom: 0px !important;
}
.section-collection .testimonial .wrapper .section-content .testimonial-detail .wrapper .slider-for {
  border-radius: 8px 0 0 8px;
  -ms-flex: 2;
      flex: 2;
  padding: 70px 133px;
  width: 100%;
  max-width: 70%;
  background: #fff;
  position: relative;
}
.section-collection .testimonial .wrapper .section-content .testimonial-detail .wrapper .slider-for:before {
  content: "“";
  color: rgba(var(--Cuisine-palace-primary-rbga), 0.5);
  font-family: Georgia;
  font-size: 10.3125rem;
  line-height: 0.3;
  position: absolute;
  left: 70px;
}
.section-collection .testimonial .wrapper .section-content .testimonial-detail .wrapper .slider-for .slider-container .client-saying p {
  color: #797978;
  font-weight: 400;
  font-size: 17px;
  line-height: 26px;
  letter-spacing: 0.9px;
  text-align: justify;
}
.section-collection .testimonial .wrapper .section-content .testimonial-detail .wrapper .slider-for .slider-container .client-detail {
  margin-top: 66px;
  /*  position: relative;
  padding-left:20px;
  &::before{
      content:"";
      width: 3px;
      position: absolute;
      top: 12px;
      left: 0;
      height: 50px;
      background:rgba($color: $primary-color, $alpha: 0.5);
     
  } */
}
.section-collection .testimonial .wrapper .section-content .testimonial-detail .wrapper .slider-for .slider-container .client-detail .client-name {
  font-weight: 700;
  font-size: 32px;
  line-height: 46px;
  text-transform: capitalize;
}
.section-collection .testimonial .wrapper .section-content .testimonial-detail .wrapper .slider-for .slider-container .client-detail .client-position {
  font-size: 18px;
  line-height: 23px;
  color: rgba(0, 12, 35, 0.5);
  font-weight: 600;
  text-transform: capitalize;
  font-style: italic;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.section-collection .testimonial .wrapper .section-content .testimonial-detail .wrapper .slider-for .slider-container .client-detail .client-position::before {
  content: "";
  display: inline-block;
  margin-right: 10px;
  width: 25px;
  height: 3px;
  background: rgba(var(--Cuisine-palace-primary-rbga), 0.5);
}
.section-collection .testimonial .wrapper .section-content .testimonial-detail .wrapper .testimonial-slider-nav {
  border-radius: 0 8px 8px 0;
  -ms-flex: 1;
      flex: 1;
  padding: 0 30px;
  max-width: 30%;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.section-collection .testimonial .wrapper .section-content .testimonial-detail .wrapper .testimonial-slider-nav .slick-list {
  padding: 0 !important;
  /* margin: 0 auto;
  width: 100%; */
}
.section-collection .testimonial .wrapper .section-content .testimonial-detail .wrapper .testimonial-slider-nav .slick-slide {
  margin: 9px;
  outline: 0;
}
.section-collection .testimonial .wrapper .section-content .testimonial-detail .wrapper .testimonial-slider-nav .slick-current .slider-thumb:after {
  content: "";
  border: 4px solid var(--Cuisine-palace-primary-color);
}
.section-collection .testimonial .wrapper .section-content .testimonial-detail .wrapper .testimonial-slider-nav .slider-thumb {
  /* height: 88px; */
  position: relative;
  outline: none;
}
.section-collection .testimonial .wrapper .section-content .testimonial-detail .wrapper .testimonial-slider-nav .slider-thumb:after {
  content: "";
  position: absolute;
  width: 91%;
  height: 91%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  bottom: 0;
  border-radius: 15px;
  border: 4px solid transparent;
  transition: 1s all ease-in-out;
  transition-property: border;
}
.section-collection .testimonial .wrapper .section-content .testimonial-detail .wrapper .testimonial-slider-nav .slider-thumb .thumb-image-container {
  height: 100%;
  width: 100%;
  border-radius: 12px;
}
.section-collection .testimonial .wrapper .section-content .testimonial-detail .wrapper .testimonial-slider-nav .slider-thumb .thumb-image-container img {
  height: 124px;
  width: 100%;
  border-radius: 12px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 992px) {
  .section-collection .testimonial .wrapper .section-content .testimonial-detail .wrapper {
    -ms-flex-direction: column;
        flex-direction: column;
  }
  .section-collection .testimonial .wrapper .section-content .testimonial-detail .wrapper .slider-for {
    max-width: 100%;
    border-radius: 8px 8px 0 0;
  }
  .section-collection .testimonial .wrapper .section-content .testimonial-detail .wrapper .testimonial-slider-nav {
    max-width: 100%;
    border-radius: 0 0 8px 8px;
  }
}
@media (max-width: 768px) {
  .section-collection .testimonial .wrapper .section-content .testimonial-detail .wrapper .slider-for {
    padding: 70px 70px;
  }
  .section-collection .testimonial .wrapper .section-content .testimonial-detail .wrapper .slider-for:before {
    left: 6px;
  }
}
@media (max-width: 500px) {
  .section-collection .testimonial .wrapper .section-content .testimonial-detail .wrapper .slider-for {
    padding: 70px 30px 50px;
  }
  .section-collection .testimonial .wrapper .section-content .testimonial-detail .wrapper .slider-for:before {
    left: 50%;
    transform: translateX(-50%);
    top: 55px;
  }
  .section-collection .testimonial .wrapper .section-content .testimonial-detail .wrapper .slider-for .slider-container .client-detail {
    margin-top: 30px;
  }
}
.section-collection .contact-us {
  /* background: #f1efe8; */
  padding-bottom: 81px;
}
.section-collection .contact-us .section-wrapper .contact-us-content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
}
.section-collection .contact-us .section-wrapper .contact-us-content .map {
  position: relative;
  -ms-flex: 1;
      flex: 1;
}
.section-collection .contact-us .section-wrapper .contact-us-content .map .mapouter {
  position: relative;
  text-align: right;
  height: 547px;
  width: 100%;
  background-image: url(../img/tomato.jpg);
  background-color: #130f40;
  background-image: linear-gradient(315deg, #130f40 0%, #000000 74%);
}
.section-collection .contact-us .section-wrapper .contact-us-content .map .gmap_canvas {
  overflow: hidden;
  background: none !important;
  height: 547px;
  width: 100%;
}
.section-collection .contact-us .section-wrapper .contact-us-content .map .contact-detail-container {
  margin-top: -170px;
  width: 100%;
  position: relative;
}
.section-collection .contact-us .section-wrapper .contact-us-content .map .contact-detail-container.none {
  margin-top: 66px;
}
.section-collection .contact-us .section-wrapper .contact-us-content .map .contact-detail-container.none .grid-box {
  box-shadow: unset;
}
.section-collection .contact-us .section-wrapper .contact-us-content .map .contact-detail-container .grid-box {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  border-radius: 8px;
  background: rgba(241, 239, 232, 0.9);
  box-shadow: 0px 0px 32px 0px rgba(122, 122, 122, 0.1);
}
@media (max-width: 992px) {
  .section-collection .contact-us .section-wrapper .contact-us-content .map .contact-detail-container .grid-box {
    -ms-flex-flow: column wrap;
        flex-flow: column wrap;
  }
}
.section-collection .contact-us .section-wrapper .contact-us-content .map .contact-detail-container .grid-box .column {
  -ms-flex: 1;
      flex: 1;
  margin: 42px 0px;
  border-right: 1px solid #d4d3d3;
  /* ------contact -info------------- */
  /* --------------------------------- */
  /* -------------form----------- */
  /* --------------------------------- */
}
@media (max-width: 992px) {
  .section-collection .contact-us .section-wrapper .contact-us-content .map .contact-detail-container .grid-box .column {
    border-bottom: 1px solid #d4d3d3;
    border-right: 0;
    margin: 0;
    padding: 42px 0 42px 0;
    margin-left: 82px;
    margin-right: 82px;
  }
}
@media (max-width: 558px) {
  .section-collection .contact-us .section-wrapper .contact-us-content .map .contact-detail-container .grid-box .column {
    margin-left: 25px;
    margin-right: 25px;
  }
}
.section-collection .contact-us .section-wrapper .contact-us-content .map .contact-detail-container .grid-box .column:last-child {
  border-right: 0;
  border-bottom: 0;
}
.section-collection .contact-us .section-wrapper .contact-us-content .map .contact-detail-container .grid-box .column h2 {
  margin-bottom: 25px;
}
.section-collection .contact-us .section-wrapper .contact-us-content .map .contact-detail-container .grid-box .column .title {
  font-size: 33px;
  line-height: 44px;
}
.section-collection .contact-us .section-wrapper .contact-us-content .map .contact-detail-container .grid-box .column .contact-user-detail-container-wrapper {
  width: 100%;
  padding: 0px 82px;
}
@media (max-width: 992px) {
  .section-collection .contact-us .section-wrapper .contact-us-content .map .contact-detail-container .grid-box .column .contact-user-detail-container-wrapper {
    padding: 0;
  }
}
.section-collection .contact-us .section-wrapper .contact-us-content .map .contact-detail-container .grid-box .column .contact-user-detail-container-wrapper .item .title-25 {
  font-size: 25px !important;
}
.section-collection .contact-us .section-wrapper .contact-us-content .map .contact-detail-container .grid-box .column .contact-user-detail-container-wrapper .item span,
.section-collection .contact-us .section-wrapper .contact-us-content .map .contact-detail-container .grid-box .column .contact-user-detail-container-wrapper .item p {
  font-size: 15px;
  line-height: 34px;
  font-weight: 600;
  display: inline-block;
}
.section-collection .contact-us .section-wrapper .contact-us-content .map .contact-detail-container .grid-box .column .contact-user-detail-container-wrapper ul li {
  margin-bottom: 10px;
}
.section-collection .contact-us .section-wrapper .contact-us-content .map .contact-detail-container .grid-box .column .contact-user-detail-container-wrapper .detail {
  margin-top: 6px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}
.section-collection .contact-us .section-wrapper .contact-us-content .map .contact-detail-container .grid-box .column .contact-user-detail-container-wrapper .detail p i {
  color: var(--Cuisine-palace-primary-color);
  margin-right: 8.1px;
}
.section-collection .contact-us .section-wrapper .contact-us-content .map .contact-detail-container .grid-box .column .contact-user-detail-container-wrapper .business-info-schedule {
  margin-top: 15px;
}
.section-collection .contact-us .section-wrapper .contact-us-content .map .contact-detail-container .grid-box .column .contact-user-detail-container-wrapper .business-info-schedule .business-info-day {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.section-collection .contact-us .section-wrapper .contact-us-content .map .contact-detail-container .grid-box .column .contact-detail-container-wrapper {
  padding: 0px 82px;
}
@media (max-width: 992px) {
  .section-collection .contact-us .section-wrapper .contact-us-content .map .contact-detail-container .grid-box .column .contact-detail-container-wrapper {
    padding: 0;
  }
}
.section-collection .contact-us .section-wrapper .contact-us-content .map .contact-detail-container .grid-box .column .contact-detail-container-wrapper .comment-form {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.section-collection .contact-us .section-wrapper .contact-us-content .map .contact-detail-container .grid-box .column .contact-detail-container-wrapper .comment-form p {
  width: 100%;
  margin-bottom: 5px;
}
.section-collection .contact-us .section-wrapper .contact-us-content .map .contact-detail-container .grid-box .column .contact-detail-container-wrapper .comment-form p label {
  font-size: 16px;
  line-height: 34px;
  font-weight: 600;
  color: #717171;
}
.section-collection .contact-us .section-wrapper .contact-us-content .map .contact-detail-container .grid-box .column .contact-detail-container-wrapper .comment-form p label:after {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  content: "\f058";
  color: var(--Cuisine-palace-primary-color);
  font-size: 14px;
  padding-left: 5px;
}
.section-collection .contact-us .section-wrapper .contact-us-content .map .contact-detail-container .grid-box .column .contact-detail-container-wrapper .comment-form p .label-active:after {
  content: "";
}
.section-collection .contact-us .section-wrapper .contact-us-content .map .contact-detail-container .grid-box .column .contact-detail-container-wrapper .comment-form p.form-submit {
  margin-top: 5px;
}
.section-collection .contact-us .section-wrapper .contact-us-content .map .contact-detail-container .grid-box .column .contact-detail-container-wrapper .comment-form p textarea {
  width: 100%;
}

/* <!-- ------------------------------------------------------------------------------- --> */
/*   ==================================================
                main Ended
    ================================================== */
* {
  margin: 0;
  padding: 0;
}

html {
  box-sizing: border-box;
  scroll-behavior: smooth;
}

body {
  background: #ffffff;
  font-family: var(--Cuisine-palace-ternary-font);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  color: #717171;
  font-size: 16px;
  line-height: 24px;
  overflow-x: hidden;
}

*::-moz-selection {
  background-color: var(--Cuisine-palace-primary-color);
  color: #fff;
}

*::selection {
  background-color: var(--Cuisine-palace-primary-color);
  color: #fff;
}

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
  vertical-align: middle;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

/* -----------------------scroll bar property--------------------- */
body::-webkit-scrollbar {
  width: 0.50rem;
}

body::-webkit-scrollbar-track {
  background: #F2F2F0;
}

body::-webkit-scrollbar-thumb {
  background: var(--Cuisine-palace-primary-color);
}

body::-webkit-scrollbar-button {
  background: #a56619;
}

/* --------------------------------------------------------------- */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

/* -----------------------container width defined----------------- */
.container {
  max-width: 1512px;
  padding: 0 20px;
  margin: 0 auto;
}
@media (max-width: 1600px) {
  .container {
    max-width: 1200px;
  }
}

/* -------------------------------------------------------------- */
/*------------------------- social icon--------------------------- */
a[href*="facebook.com"]:before {
  content: "\f39e";
  font-family: "Font Awesome 5 Brands";
  font-weight: 900;
  color: #3b5998;
}

a[href*="instagram.com"]:before {
  content: "\f16d";
  font-family: "Font Awesome 5 Brands";
  font-weight: 900;
  /* color:#3f729b; */
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

a[href*="twitter.com"]:before {
  content: "\f099";
  font-family: "Font Awesome 5 Brands";
  font-weight: 900;
  color: #00acee;
}

a[href*="youtube.com"]:before {
  content: "\f167";
  font-family: "Font Awesome 5 Brands";
  font-weight: 900;
  color: #FF0000;
}

a[href*="linkedin.com"]:before {
  content: "\f08c";
  font-family: "Font Awesome 5 Brands";
  font-weight: 900;
  color: #0e76a8;
}

/* --------------------------------------------------------------------- */
/*----- form fild ----------*/
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
select,
select[name="archive-dropdown"] {
  padding: 12px 20px;
  height: 46px;
  border: 1px solid #d4d3d3;
  border-radius: 5px;
  background: #FBFBFB;
  font-size: 16px;
  line-height: 21px;
  font-weight: 500;
  color: #4e4e4e;
  width: 100%;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
select:focus,
select[name="archive-dropdown"]:focus {
  border: 1px solid var(--Cuisine-palace-primary-color) !important;
  outline: none;
}

textarea {
  background: #FBFBFB;
  width: 100%;
  font-weight: 500;
  line-height: 26px;
  font-size: 16px;
  border-radius: 5px;
  padding: 12px 20px;
  border: 1px solid #d4d3d3;
}
textarea:focus {
  border: 1px solid var(--Cuisine-palace-primary-color) !important;
  outline: none;
}

/*  ---------------------------------- */
/*----------------------- image overlay-------------------------- */
.image-container {
  width: 100%;
  height: 100%;
  position: relative;
}
.image-container::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}

/* ------------------------------------------------------------------ */
/* ------------------------------button area----------------------------- */
button,
.btn-primary, .reply a {
  border: none;
  outline: none;
  cursor: pointer;
  background: var(--Cuisine-palace-primary-color);
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #fff;
  border-radius: 8px;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  transition-property: color;
  transition-duration: 0.3s;
}
button:before,
.btn-primary:before, .reply a:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #a56619;
  transform: scaleX(0);
  transform-origin: 0 50%;
  transition-property: transform;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
  border-radius: inherit;
}
button:hover, button:focus, button:active,
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active, .reply a:hover, .reply a:focus, .reply a:active {
  color: #fff !important;
}
button:hover:before, button:focus:before, button:active:before,
.btn-primary:hover:before,
.btn-primary:focus:before,
.btn-primary:active:before, .reply a:hover:before, .reply a:focus:before, .reply a:active:before {
  transform: scaleX(1);
}

.btn-small {
  height: 30px;
  padding: 0 14px;
  line-height: 30px;
  border-radius: 3px;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.6px;
}

.btn-large, .page-numbers, .reply a, .form-submit .submit, .search-submit, button,
input[type="reset"],
input[type="submit"],
input[type="button"] {
  height: 48px;
  padding: 0 20px;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 1px;
}

.btn-secondary, .page-numbers, .form-submit .submit, .search-submit {
  border: 3px solid var(--Cuisine-palace-primary-color);
  color: var(--Cuisine-palace-primary-color);
  outline: none;
  background-color: transparent;
  background: transparent;
  transition-duration: 0.3s;
  transition-property: color, border, background-color;
  transition-timing-function: ease-out;
}
.btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active, .page-numbers:hover, .page-numbers:focus, .page-numbers:active, .form-submit .submit:hover, .form-submit .submit:focus, .form-submit .submit:active, .search-submit:hover, .search-submit:focus, .search-submit:active {
  color: #fff !important;
  border: 3px solid var(--Cuisine-palace-primary-color);
  background-color: var(--Cuisine-palace-primary-color);
}

.btn-prop, .page-numbers, .reply a, .form-submit .submit, .search-submit {
  -ms-flex-align: center;
      align-items: center;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
  text-align: center;
  text-transform: capitalize;
}

input[type="reset"],
input[type="submit"],
input[type="button"] {
  border: none;
  outline: none;
  padding: 0 42px;
  cursor: pointer;
  background: var(--Cuisine-palace-primary-color);
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #fff;
  border-radius: 8px;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  transition-property: color;
  transition-duration: 0.3s;
}
input[type="reset"]:hover, input[type="reset"]:focus, input[type="reset"]:active,
input[type="submit"]:hover,
input[type="submit"]:focus,
input[type="submit"]:active,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="button"]:active {
  background-color: rgba(var(--Cuisine-palace-primary-rbga), 0.8) !important;
}

/* ------------------------------------------------------------------------ */
/* -------------------nav search active case -------------------------------- */
/* .search-input-active {
    width: 191px !important;
    padding: 0 6px !important;
    margin-right: -10px !important;
    color: #000 !important;
    background-color: white !important;
    border-top-left-radius: 5px !important;
    border-bottom-left-radius: 5px !important;

    @media screen and (max-width: 620px) {
        width:  !important;
        padding: 0 6px !important;
    }

}

.search-submit-active {
    background: #fff !important;
    color: #2f3640 !important;
    border-top-right-radius: 5px !important;
    border-bottom-right-radius: 5px !important;
} */
/* ------------------------------------------------------------------------ */
/* -------------------------All section common property----------------------- */
.section .wrapper {
  padding: 81px 0;
}

.section-header {
  margin-bottom: 60px;
}

/* ------------------------------------------------------------------------ */
a {
  text-decoration: none;
}

/*   -------------------------------------------------- */
/*-------------- input textarea animation------- */
/* .label-active{
    &:after{
        display: inline-block;
        content:"";
        transition: 0.3s all ease-in-out;
        font-weight: bold;
        animation-name: msg-writing;
        animation-duration: 3s;
        animation-iteration-count: infinite;
        font-size:14px;
        color: $primary-color;
        display: inline-block;
        padding-left: 5px;
    }
} */
/*  --------------------------------------------  */
/*--------------------------------------------------------------
main.scss code[this file contain overall css of home page]
--------------------------------------------------------------*/
.bypostauthor {
  display: block;
}

/*
This is the theme main style file,
apart from the style.css or style.scss file.
The style.css file will be at the root
of the this theme folder which will have important
headers for the theme like theme name, version etc.
*/
/*   ==================================================
               main
    ================================================== */
.banner-container .wrapper {
  position: relative;
  height: 100%;
        /* height: 900px;

        @media(max-width:1600px) {
            height: 600px;
        } */
  /*  ----------------------slider --------------- */
  /* ----------------------------------------------- */
}
.banner-container .wrapper .slider .slick-dots {
  display: none !important;
}
.banner-container .wrapper .slider.slider-for {
  height: 100%;
}
.banner-container .wrapper .slider.slider-for .slider-container {
  /* display: none; */
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: cover;
}
.banner-container .wrapper .slider.slider-for .slider-container .banner-overlay-content {
  padding: 275px 0;
  width: 100%;
}
@media (max-width: 1600px) {
  .banner-container .wrapper .slider.slider-for .slider-container .banner-overlay-content {
    padding: 244px 0;
  }
}
@media (max-width: 558px) {
  .banner-container .wrapper .slider.slider-for .slider-container .banner-overlay-content {
    padding: 184px 0;
  }
}
.banner-container .wrapper .slider.slider-for .slider-container .banner-overlay-content .content .brand-title .title {
  font-size: 70px;
  line-height: 86px;
  max-width: 700px;
  font-weight: 700;
}
@media (max-width: 1600px) {
  .banner-container .wrapper .slider.slider-for .slider-container .banner-overlay-content .content .brand-title .title {
    font-size: 48px;
    line-height: 60px;
  }
}
@media (max-width: 558px) {
  .banner-container .wrapper .slider.slider-for .slider-container .banner-overlay-content .content .brand-title .title {
    font-size: 36px;
    line-height: 49px;
  }
}
.banner-container .wrapper .slider.slider-for .slick-current {
  display: block;
}
.banner-container .wrapper .slider.slider-nav {
  max-width: 506px;
  margin: -150px 0 0 0;
  width: 100%;
  display: block;
  width: 100%;
  counter-reset: thumbs-listing;
}
@media (max-width: 479px) {
  .banner-container .wrapper .slider.slider-nav {
    max-width: 221px;
  }
}
.banner-container .wrapper .slider.slider-nav .thumb {
  max-width: 132px;
  display: none;
}
.banner-container .wrapper .slider.slider-nav .slick-track {
  margin-left: 0;
  margin-right: 0;
}
.banner-container .wrapper .slider.slider-nav .slick-list {
  padding: 0 !important;
}
.banner-container .wrapper .slider.slider-nav .slick-slide {
  height: 106px;
  margin: 0 15px 15px 0;
  outline: none;
}
.banner-container .wrapper .slider.slider-nav .slick-current .slider-thumb:before {
  color: #fff;
}
.banner-container .wrapper .slider.slider-nav .slick-current .slider-thumb:after {
  border: 4px solid var(--Cuisine-palace-primary-color);
}
.banner-container .wrapper .slider.slider-nav .slider-thumb {
  height: 106px;
  counter-increment: thumbs-listing;
  position: relative;
  outline: none;
}
@media (max-width: 558px) {
  .banner-container .wrapper .slider.slider-nav .slider-thumb {
    height: 78px;
    width: 97px !important;
  }
}
@media (max-width: 420px) {
  .banner-container .wrapper .slider.slider-nav .slider-thumb {
    width: 78px !important;
  }
}
.banner-container .wrapper .slider.slider-nav .slider-thumb:before {
  content: "0" counter(thumbs-listing,decimal) " ";
  position: absolute;
  bottom: 1px;
  left: 15px;
  font-size: 30px;
  line-height: 57px;
  font-weight: bold;
  color: rgba(255, 255, 255, 0.52);
}
.banner-container .wrapper .slider.slider-nav .slider-thumb:after {
  content: "";
  position: absolute;
  width: 91%;
  height: 91%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  bottom: 0;
  border-radius: 15px;
  border: 4px solid transparent;
  transition: 1s all ease-in-out;
  transition-property: border;
}
.banner-container .wrapper .slider.slider-nav .slider-thumb .thumb-image-container {
  height: 100%;
  width: 100%;
  border-radius: 12px;
  background-color: #656565;
}
.banner-container .wrapper .slider.slider-nav .slider-thumb .thumb-image-container img {
  height: 100%;
  width: 100%;
  border-radius: 12px;
}

/* --------banner-animation------------- */
.home .banner-container .wrapper .title a {
  display: block;
  transform: translateY(100%);
  opacity: 0;
  transition: all 1s ease-in-out 0.3s;
}

.home .banner-container .wrapper .sub-title {
  display: block;
  transform: translateY(100%);
  opacity: 0;
  transition: all 1s ease-in-out 1s;
}

.home .banner-container .wrapper .slick-current .title a,
.home .banner-container .wrapper .slick-current .sub-title,
.home .banner-container .wrapper .slick-active .title a,
.home .banner-container .wrapper .slick-active .sub-title {
  transform: translateY(0);
  opacity: 1;
}

/* ----------------------- */
/*     <!-- ----------------theme section-------------------------------------------- --> */
.section-collection {
  /*<!-- --------------------about us/who we are--------------------------------------- --> */
  /* <!-- ------------------------------------------------------------------------------- --> */
  /*<!-- --------------------services--------------------------------------- --> */
  /* <!-- -------------------------------------------------------------------- --> */
  /*<!-- --------------------menu tab--------------------------------------- --> */
  /* <!-- -------------------------------------------------------------------- --> */
  /*<!-- --------------------Blog--------------------------------------- --> */
  /* <!-- -------------------------------------------------------------------- --> */
  /*-------------------------- reservation------------ */
  /* <!-- ------------------------------------------------------------------------------- --> */
  /* <!-- -------------------------------testimonial------------------------------------------------ --> */
  /* <!-- ------------------------------------------------------------------------------- --> */
  /* <!-- --------------------------Contact us---------------------- --> */
  /* <!-- -------------------------------------------------------- --> */
}
.section-collection .who-we-are .wrapper .section-header {
  margin-bottom: 40px;
}
.section-collection .who-we-are .wrapper .section-content .who-we-are-detail p {
  font-size: 18px;
  color: #797978;
  font-weight: 400;
  line-height: 28px;
}
.section-collection .who-we-are .wrapper .section-content .who-we-are-detail .button {
  margin-top: 30px;
}
.section-collection .services {
  background-image: url(../img/tomato.jpg);
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #130f40;
  background-image: linear-gradient(315deg, #130f40 0%, #000000 74%);
}
.section-collection .services .wrapper .section-content .services-detail .grid-box {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(354px, 1fr));
  grid-gap: 2rem;
}
.section-collection .services .wrapper .section-content .services-detail .grid-box .grid-item {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0px 0px 32px 0px rgba(122, 122, 122, 0.1);
  transition: all 0.2s ease-in-out;
}
.section-collection .services .wrapper .section-content .services-detail .grid-box .grid-item .grid-item-wrapper {
  padding: 50px 48px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
@media (max-width: 450px) {
  .section-collection .services .wrapper .section-content .services-detail .grid-box .grid-item .grid-item-wrapper {
    padding: 50px 30px;
  }
}
.section-collection .services .wrapper .section-content .services-detail .grid-box .grid-item .grid-item-wrapper .grid-item-icon {
  margin-top: 20px;
}
.section-collection .services .wrapper .section-content .services-detail .grid-box .grid-item .grid-item-wrapper .grid-item-icon i {
  font-size: 49px;
}
.section-collection .services .wrapper .section-content .services-detail .grid-box .grid-item .grid-item-wrapper .grid-item-detail h3 {
  text-transform: capitalize;
  font-size: 30px;
  line-height: 37px;
  font-weight: 700;
  margin-bottom: 20px;
}
.section-collection .services .wrapper .section-content .services-detail .grid-box .grid-item .grid-item-wrapper .grid-item-detail p {
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: #797978;
}
.section-collection .services .wrapper .section-content .services-detail .grid-box .grid-item:hover {
  box-shadow: 1px 4px 20px -2px rgba(0, 0, 0, 0.2);
  transform: translateY(-8px);
}
@media (max-width: 558px) {
  .section-collection .services .wrapper .section-content .services-detail .grid-box {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  }
}
.section-collection .resturant-menu {
  width: 100%;
}
.section-collection .resturant-menu .wrapper .content .grid-box {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(470px, 1fr));
  grid-gap: 4rem 2rem;
}
@media (max-width: 558px) {
  .section-collection .resturant-menu .wrapper .content .grid-box {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  }
}
.section-collection .resturant-menu .wrapper .content .grid-box .grid-item {
  text-align: center;
  display: block;
  position: relative;
  z-index: 2;
}
.section-collection .resturant-menu .wrapper .content .grid-box .grid-item:after {
  line-height: 1px;
  height: 1px;
  width: 100%;
  display: block;
  background: #dcdcdc;
  content: '';
  position: absolute;
  top: 236%;
  z-index: 3;
}
.section-collection .resturant-menu .wrapper .content .grid-box .grid-item:before {
  content: '\f2e7';
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  top: 182%;
  font-size: 16px;
  position: absolute;
  color: #dcdcdc;
}
@media (max-width: 992px) {
  .section-collection .resturant-menu .wrapper .content .grid-box .grid-item:last-child:after {
    display: none;
  }
  .section-collection .resturant-menu .wrapper .content .grid-box .grid-item:last-child:before {
    display: none;
  }
}
.section-collection .resturant-menu .wrapper .content .grid-box .grid-item .grid-item-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
}
.section-collection .resturant-menu .wrapper .content .grid-box .grid-item .grid-item-wrapper .menu-item {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  font-weight: 600;
  white-space: pre;
  -ms-flex-align: center;
      align-items: center;
  text-transform: capitalize;
}
.section-collection .resturant-menu .wrapper .content .grid-box .grid-item .grid-item-wrapper .menu-item:after {
  content: '';
  width: 100%;
  margin-left: 0.3rem;
  border-bottom: 2px dotted #7b7a7a;
}
.section-collection .resturant-menu .wrapper .content .grid-box .grid-item .grid-item-wrapper .menu-item-price {
  display: inline-block;
  z-index: 1;
  padding-left: .2rem;
  color: var(--Cuisine-palace-primary-color);
}
.section-collection .resturant-menu .wrapper .content .grid-box .grid-item .grid-item-wrapper .menu-item-price p {
  white-space: nowrap;
}
.section-collection .resturant-menu .wrapper .accordion-tabs {
  border-radius: 6px;
}
.section-collection .resturant-menu .wrapper .tabs-tab-list {
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}
.section-collection .resturant-menu .wrapper .tabs-tab-list li {
  margin: 0;
  font-size: 20px;
  line-height: 34px;
  margin-right: 10px;
  color: var(--Cuisine-palace-primary-color);
  text-align: center;
  border: 1px solid;
  border-color: transparent;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  position: relative;
  z-index: 0;
  transition: all 1s;
}
.section-collection .resturant-menu .wrapper .tabs-trigger {
  border-bottom: none;
  display: none;
  font-weight: normal;
  margin: 0 5px 0 1px;
  padding: 8px 12px;
  text-decoration: none;
  font-size: 22px;
  line-height: 34px;
  font-weight: 600;
}
.section-collection .resturant-menu .wrapper .tabs-trigger:hover {
  color: var(--Cuisine-palace-primary-color);
}
.section-collection .resturant-menu .wrapper .tabs-trigger.is-selected,
.section-collection .resturant-menu .wrapper .tabs-trigger.is-selected:hover,
.section-collection .resturant-menu .wrapper .tabs-trigger.is-selected:focus {
  color: var(--Cuisine-palace-primary-color);
  border-bottom: 1px solid var(--Cuisine-palace-primary-color);
}
.section-collection .resturant-menu .wrapper .tabs-trigger.is-selected::before, .section-collection .resturant-menu .wrapper .tabs-trigger.is-selected::after,
.section-collection .resturant-menu .wrapper .tabs-trigger.is-selected:hover::before,
.section-collection .resturant-menu .wrapper .tabs-trigger.is-selected:hover::after,
.section-collection .resturant-menu .wrapper .tabs-trigger.is-selected:focus::before,
.section-collection .resturant-menu .wrapper .tabs-trigger.is-selected:focus::after {
  display: none;
}
.section-collection .resturant-menu .wrapper .tabs-trigger:active {
  outline: none;
}
.section-collection .resturant-menu .wrapper .tabs-panel {
  display: block;
  margin: 0;
  padding: 0;
}
.section-collection .resturant-menu .wrapper .tabs-panel:not(:first-of-type) {
  border-top: none;
}
.section-collection .resturant-menu .wrapper .tabs-panel:not(:last-child) {
  border-bottom: 1px solid #eee;
}
.section-collection .resturant-menu .wrapper .tabs-panel:not(:last-child) {
  border-bottom: none;
}
.section-collection .resturant-menu .wrapper .tabs-panel .content {
  margin-top: 10px;
  padding: 20px 0;
}
.section-collection .resturant-menu .wrapper .tabs-panel.is-hidden .content {
  display: none;
}
.section-collection .resturant-menu .wrapper .tabs-panel:active,
.section-collection .resturant-menu .wrapper .tabs-panel:focus {
  outline: none;
}
.section-collection .resturant-menu .wrapper .is-initialized.tabs-allowed .tabs-panel {
  display: inherit;
  animation-name: fadeOut;
  animation-duration: 0.5s;
}
.section-collection .resturant-menu .wrapper .accordeon-trigger {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  cursor: pointer;
  padding: 15px 20px;
  background: var(--Cuisine-palace-primary-color);
  color: white;
  border: none;
  margin-bottom: 10px;
}
.section-collection .resturant-menu .wrapper .accordeon-trigger-icon {
  pointer-events: none;
}
@media (min-width: 62em) {
  .section-collection .resturant-menu .wrapper .tabs-allowed .accordeon-trigger {
    display: none;
  }
  .section-collection .resturant-menu .wrapper .tabs-allowed .tabs-trigger {
    display: block;
  }
  .section-collection .resturant-menu .wrapper .tabs-allowed .tabs-panel {
    display: none;
  }
  .section-collection .resturant-menu .wrapper .tabs-allowed .tabs-panel.is-hidden {
    display: none;
  }
  .section-collection .resturant-menu .wrapper .tabs-allowed .tabs-panel {
    border-top: none;
  }
  .section-collection .resturant-menu .wrapper .tabs-allowed .tabs-tab-list {
    margin-bottom: -2px;
  }
}
.section-collection .resturant-menu .wrapper .accordeon-trigger-icon {
  display: inline-block;
  float: right;
  width: 22px;
  height: 22px;
}
.section-collection .resturant-menu .wrapper .accordeon-trigger-icon svg {
  margin: 0;
}
.section-collection .resturant-menu .wrapper [aria-expanded="true"] .vert {
  display: none;
}
.section-collection .resturant-menu .wrapper .label--open,
.section-collection .resturant-menu .wrapper .label--close {
  display: block;
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.section-collection .resturant-menu .wrapper .label--close {
  display: none;
}
.section-collection .resturant-menu .wrapper .is-open .label--open {
  display: none;
}
.section-collection .resturant-menu .wrapper .is-open .label--close {
  display: block;
}
.section-collection .blog {
  background-image: url(../img/blue-texture.png);
  width: 100%;
  background-size: cover;
  overflow: hidden;
  background-repeat: no-repeat;
  background-color: #130f40;
  background-image: linear-gradient(315deg, #130f40 0%, #000000 74%);
}
.section-collection .blog .wrapper .slick-prev,
.section-collection .blog .wrapper .slick-next {
  visibility: hidden;
  transition: all 0.2s ease-in-out 0s;
}
.section-collection .blog .wrapper .slick-prev {
  left: -20% !important;
  transition-property: left;
}
.section-collection .blog .wrapper .slick-next {
  right: -20% !important;
  transition-property: right;
}
.section-collection .blog .wrapper .section-content .blog-detail .blog-slider .slick-slide {
  margin: 0 13px;
  height: auto;
}
@media (max-width: 699px) {
  .section-collection .blog .wrapper .section-content .blog-detail .blog-slider .slick-slide {
    /* margin-right: 0; */
  }
}
.section-collection .blog .wrapper .section-content .blog-detail .blog-slider .slider-content {
  overflow: hidden;
  height: 501px;
  position: relative;
  border-radius: 8px;
}
.section-collection .blog .wrapper .section-content .blog-detail .blog-slider .slider-content .blog-title {
  text-transform: capitalize;
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
}
.section-collection .blog .wrapper .section-content .blog-detail .blog-slider .slider-content .content {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  border-radius: 8px;
}
.section-collection .blog .wrapper .section-content .blog-detail .blog-slider .slider-content .content .img-container {
  width: 100%;
  height: 100%;
  border-radius: 8px;
}
.section-collection .blog .wrapper .section-content .blog-detail .blog-slider .slider-content .content .img-container img {
  border-radius: 8px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.section-collection .blog .wrapper .section-content .blog-detail .blog-slider .slider-content .content .short-blog-detail {
  opacity: 1;
  transition: 0.3s all ease-in-out;
  transition-property: opacity;
  position: absolute;
  top: 100%;
  width: 100%;
  background: rgba(241, 239, 232, 0.8);
  z-index: 2;
  padding: 40px 40px;
  text-align: center;
  transform: translateY(-100%);
}
.section-collection .blog .wrapper .section-content .blog-detail .blog-slider .slider-content .content .short-blog-detail .blog-title {
  color: var(--Cuisine-palace-primary-color);
}
.section-collection .blog .wrapper .section-content .blog-detail .blog-slider .slider-content .content .short-blog-detail .more-info {
  text-transform: capitalize;
  font-size: 17px;
  line-height: 26px;
  font-weight: 700;
  color: var(--Cuisine-palace-primary-color);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}
.section-collection .blog .wrapper .section-content .blog-detail .blog-slider .slider-content .content .short-blog-detail .more-info .double-arrow {
  margin-left: 4px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.section-collection .blog .wrapper .section-content .blog-detail .blog-slider .slider-content .content .short-blog-detail .more-info .double-arrow i {
  animation-name: bounceAlpha;
  animation-duration: 1.4s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
.section-collection .blog .wrapper .section-content .blog-detail .blog-slider .slider-content .content .short-blog-detail .more-info .double-arrow i:first-child {
  animation-delay: 0.2s;
}
.section-collection .blog .wrapper .section-content .blog-detail .blog-slider .slider-content .slider-overlay-content {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 3;
  right: 0;
  opacity: 0;
  transform: translateX(-100%);
  transition: 0.4s all ease-in-out;
  transition-property: width transform opacity;
  height: 100%;
  border-radius: 8px;
  background-color: rgba(0, 0, 0, 0.8);
}
.section-collection .blog .wrapper .section-content .blog-detail .blog-slider .slider-content .slider-overlay-content .content {
  padding: 40px 40px;
  text-align: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  height: 100%;
  -ms-flex-pack: center;
      justify-content: center;
}
.section-collection .blog .wrapper .section-content .blog-detail .blog-slider .slider-content .slider-overlay-content .content .date-time p {
  font-size: 18px;
  line-height: 26px;
  font-weight: 500;
}
.section-collection .blog .wrapper .section-content .blog-detail .blog-slider .slider-content .slider-overlay-content .content .date-time i {
  margin-right: 7px;
}
.section-collection .blog .wrapper .section-content .blog-detail .blog-slider .slider-content .slider-overlay-content .content .blog-title-wrapper {
  margin-top: 20px;
}
.section-collection .blog .wrapper .section-content .blog-detail .blog-slider .slider-content .slider-overlay-content .content .post-detail {
  margin-top: 20px;
}
.section-collection .blog .wrapper .section-content .blog-detail .blog-slider .slider-content .slider-overlay-content .content .post-detail p {
  font-size: 17px;
  line-height: 26px;
  font-weight: 500;
  letter-spacing: 0.6px;
}
.section-collection .blog .wrapper .section-content .blog-detail .blog-slider .slider-content .slider-overlay-content .content .button {
  margin-top: 30px;
}
.section-collection .blog .wrapper .section-content .blog-detail .blog-slider .slider-content .slider-overlay-content .content .button .own-prop i {
  transform: translateX(0px);
  margin-left: 8px;
  transition: 0.4s all ease-in-out;
  transition-property: transform;
}
.section-collection .blog .wrapper .section-content .blog-detail .blog-slider .slider-content .slider-overlay-content .content .button .own-prop:hover {
  border-radius: 8px;
}
.section-collection .blog .wrapper .section-content .blog-detail .blog-slider .slider-content .slider-overlay-content .content .button .own-prop:hover i {
  transform: translateX(6px);
}
.section-collection .blog .wrapper .section-content .blog-detail .blog-slider .slider-content:hover .slider-overlay-content {
  width: 100%;
  transform: translateX(0);
  opacity: 1;
}
.section-collection .blog .wrapper .section-content .blog-detail .blog-slider .slider-content:hover .short-blog-detail {
  opacity: 0;
}
.section-collection .blog .wrapper .section-content .blog-detail .button {
  margin-top: 40px;
  margin-left: 12px;
}
.section-collection .blog .wrapper:hover .slick-prev,
.section-collection .blog .wrapper:hover .slick-next {
  visibility: visible !important;
}
.section-collection .blog .wrapper:hover .slick-prev {
  left: -20px !important;
}
.section-collection .blog .wrapper:hover .slick-next {
  right: -20px !important;
}
.section-collection .reservation .section-content .reservation-detail .reservation-form .form-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 2rem;
  color: #979797;
}
@media (max-width: 768px) {
  .section-collection .reservation .section-content .reservation-detail .reservation-form .form-wrapper {
    grid-template-columns: 1fr;
  }
}
.section-collection .reservation .section-content .reservation-detail .reservation-form .form-wrapper .form-field .form-line {
  position: relative;
}
.section-collection .reservation .section-content .reservation-detail .reservation-form .form-wrapper .form-field .form-line:before {
  position: absolute;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  top: 0px;
  font-size: 19px;
  padding: 11.3px 0;
  display: inline-block;
  text-align: center;
  width: 44px;
  color: #fff;
  border-radius: 5px 0 0 5px;
  background-color: var(--Cuisine-palace-primary-color);
  display: inline-block;
  vertical-align: middle;
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  transition-duration: 0.3s;
  transition-property: transform;
}
.section-collection .reservation .section-content .reservation-detail .reservation-form .form-wrapper .form-field input {
  color: #979797;
}
.section-collection .reservation .section-content .reservation-detail .reservation-form .form-wrapper .form-field textarea {
  padding-top: 50px !important;
}
.section-collection .reservation .section-content .reservation-detail .reservation-form .form-wrapper .form-field input,
.section-collection .reservation .section-content .reservation-detail .reservation-form .form-wrapper .form-field textarea {
  width: 100%;
  padding: 12px;
  height: unset;
  padding-left: 50px;
  border: 1px solid #d4d3d3;
  border-radius: 5px;
  outline: none;
}
.section-collection .reservation .section-content .reservation-detail .reservation-form .form-wrapper .form-field input:focus,
.section-collection .reservation .section-content .reservation-detail .reservation-form .form-wrapper .form-field textarea:focus {
  border: 1px solid var(--Cuisine-palace-primary-color);
}
.section-collection .reservation .section-content .reservation-detail .reservation-form .form-wrapper .form-field:first-child .form-line:before {
  content: "\f007";
}
.section-collection .reservation .section-content .reservation-detail .reservation-form .form-wrapper .form-field:nth-child(2) .form-line:before {
  content: "\f0e0";
}
.section-collection .reservation .section-content .reservation-detail .reservation-form .form-wrapper .form-field:nth-child(3) .form-line:before {
  content: "\f2a0";
}
.section-collection .reservation .section-content .reservation-detail .reservation-form .form-wrapper .form-field:nth-child(4) {
  grid-column: span 3;
}
@media (max-width: 768px) {
  .section-collection .reservation .section-content .reservation-detail .reservation-form .form-wrapper .form-field:nth-child(4) {
    grid-column: unset;
  }
}
.section-collection .testimonial {
  background-image: url(../img/blue-texture.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #130f40;
  background-image: linear-gradient(315deg, #130f40 0%, #000000 74%);
}
.section-collection .testimonial .wrapper .section-content .testimonial-detail .wrapper {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
}
.section-collection .testimonial .wrapper .section-content .testimonial-detail .wrapper .slider .slick-dots {
  display: none !important;
}
.section-collection .testimonial .wrapper .section-content .testimonial-detail .wrapper .slider.slick-slider {
  margin-bottom: 0px !important;
}
.section-collection .testimonial .wrapper .section-content .testimonial-detail .wrapper .slider-for {
  border-radius: 8px 0 0 8px;
  -ms-flex: 2;
      flex: 2;
  padding: 70px 133px;
  width: 100%;
  max-width: 70%;
  background: #fff;
  position: relative;
}
.section-collection .testimonial .wrapper .section-content .testimonial-detail .wrapper .slider-for:before {
  content: "“";
  color: rgba(var(--Cuisine-palace-primary-rbga), 0.5);
  font-family: Georgia;
  font-size: 10.3125rem;
  line-height: 0.3;
  position: absolute;
  left: 70px;
}
.section-collection .testimonial .wrapper .section-content .testimonial-detail .wrapper .slider-for .slider-container .client-saying p {
  color: #797978;
  font-weight: 400;
  font-size: 17px;
  line-height: 26px;
  letter-spacing: 0.9px;
  text-align: justify;
}
.section-collection .testimonial .wrapper .section-content .testimonial-detail .wrapper .slider-for .slider-container .client-detail {
  margin-top: 66px;
  /*  position: relative;
  padding-left:20px;
  &::before{
      content:"";
      width: 3px;
      position: absolute;
      top: 12px;
      left: 0;
      height: 50px;
      background:rgba($color: $primary-color, $alpha: 0.5);
     
  } */
}
.section-collection .testimonial .wrapper .section-content .testimonial-detail .wrapper .slider-for .slider-container .client-detail .client-name {
  font-weight: 700;
  font-size: 32px;
  line-height: 46px;
  text-transform: capitalize;
}
.section-collection .testimonial .wrapper .section-content .testimonial-detail .wrapper .slider-for .slider-container .client-detail .client-position {
  font-size: 18px;
  line-height: 23px;
  color: rgba(0, 12, 35, 0.5);
  font-weight: 600;
  text-transform: capitalize;
  font-style: italic;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.section-collection .testimonial .wrapper .section-content .testimonial-detail .wrapper .slider-for .slider-container .client-detail .client-position::before {
  content: "";
  display: inline-block;
  margin-right: 10px;
  width: 25px;
  height: 3px;
  background: rgba(var(--Cuisine-palace-primary-rbga), 0.5);
}
.section-collection .testimonial .wrapper .section-content .testimonial-detail .wrapper .testimonial-slider-nav {
  border-radius: 0 8px 8px 0;
  -ms-flex: 1;
      flex: 1;
  padding: 0 30px;
  max-width: 30%;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.section-collection .testimonial .wrapper .section-content .testimonial-detail .wrapper .testimonial-slider-nav .slick-list {
  padding: 0 !important;
  /* margin: 0 auto;
  width: 100%; */
}
.section-collection .testimonial .wrapper .section-content .testimonial-detail .wrapper .testimonial-slider-nav .slick-slide {
  margin: 9px;
  outline: 0;
}
.section-collection .testimonial .wrapper .section-content .testimonial-detail .wrapper .testimonial-slider-nav .slick-current .slider-thumb:after {
  content: "";
  border: 4px solid var(--Cuisine-palace-primary-color);
}
.section-collection .testimonial .wrapper .section-content .testimonial-detail .wrapper .testimonial-slider-nav .slider-thumb {
  /* height: 88px; */
  position: relative;
  outline: none;
}
.section-collection .testimonial .wrapper .section-content .testimonial-detail .wrapper .testimonial-slider-nav .slider-thumb:after {
  content: "";
  position: absolute;
  width: 91%;
  height: 91%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  bottom: 0;
  border-radius: 15px;
  border: 4px solid transparent;
  transition: 1s all ease-in-out;
  transition-property: border;
}
.section-collection .testimonial .wrapper .section-content .testimonial-detail .wrapper .testimonial-slider-nav .slider-thumb .thumb-image-container {
  height: 100%;
  width: 100%;
  border-radius: 12px;
}
.section-collection .testimonial .wrapper .section-content .testimonial-detail .wrapper .testimonial-slider-nav .slider-thumb .thumb-image-container img {
  height: 124px;
  width: 100%;
  border-radius: 12px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 992px) {
  .section-collection .testimonial .wrapper .section-content .testimonial-detail .wrapper {
    -ms-flex-direction: column;
        flex-direction: column;
  }
  .section-collection .testimonial .wrapper .section-content .testimonial-detail .wrapper .slider-for {
    max-width: 100%;
    border-radius: 8px 8px 0 0;
  }
  .section-collection .testimonial .wrapper .section-content .testimonial-detail .wrapper .testimonial-slider-nav {
    max-width: 100%;
    border-radius: 0 0 8px 8px;
  }
}
@media (max-width: 768px) {
  .section-collection .testimonial .wrapper .section-content .testimonial-detail .wrapper .slider-for {
    padding: 70px 70px;
  }
  .section-collection .testimonial .wrapper .section-content .testimonial-detail .wrapper .slider-for:before {
    left: 6px;
  }
}
@media (max-width: 500px) {
  .section-collection .testimonial .wrapper .section-content .testimonial-detail .wrapper .slider-for {
    padding: 70px 30px 50px;
  }
  .section-collection .testimonial .wrapper .section-content .testimonial-detail .wrapper .slider-for:before {
    left: 50%;
    transform: translateX(-50%);
    top: 55px;
  }
  .section-collection .testimonial .wrapper .section-content .testimonial-detail .wrapper .slider-for .slider-container .client-detail {
    margin-top: 30px;
  }
}
.section-collection .contact-us {
  /* background: #f1efe8; */
  padding-bottom: 81px;
}
.section-collection .contact-us .section-wrapper .contact-us-content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
}
.section-collection .contact-us .section-wrapper .contact-us-content .map {
  position: relative;
  -ms-flex: 1;
      flex: 1;
}
.section-collection .contact-us .section-wrapper .contact-us-content .map .mapouter {
  position: relative;
  text-align: right;
  height: 547px;
  width: 100%;
  background-image: url(../img/tomato.jpg);
  background-color: #130f40;
  background-image: linear-gradient(315deg, #130f40 0%, #000000 74%);
}
.section-collection .contact-us .section-wrapper .contact-us-content .map .gmap_canvas {
  overflow: hidden;
  background: none !important;
  height: 547px;
  width: 100%;
}
.section-collection .contact-us .section-wrapper .contact-us-content .map .contact-detail-container {
  margin-top: -170px;
  width: 100%;
  position: relative;
}
.section-collection .contact-us .section-wrapper .contact-us-content .map .contact-detail-container.none {
  margin-top: 66px;
}
.section-collection .contact-us .section-wrapper .contact-us-content .map .contact-detail-container.none .grid-box {
  box-shadow: unset;
}
.section-collection .contact-us .section-wrapper .contact-us-content .map .contact-detail-container .grid-box {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  border-radius: 8px;
  background: rgba(241, 239, 232, 0.9);
  box-shadow: 0px 0px 32px 0px rgba(122, 122, 122, 0.1);
}
@media (max-width: 992px) {
  .section-collection .contact-us .section-wrapper .contact-us-content .map .contact-detail-container .grid-box {
    -ms-flex-flow: column wrap;
        flex-flow: column wrap;
  }
}
.section-collection .contact-us .section-wrapper .contact-us-content .map .contact-detail-container .grid-box .column {
  -ms-flex: 1;
      flex: 1;
  margin: 42px 0px;
  border-right: 1px solid #d4d3d3;
  /* ------contact -info------------- */
  /* --------------------------------- */
  /* -------------form----------- */
  /* --------------------------------- */
}
@media (max-width: 992px) {
  .section-collection .contact-us .section-wrapper .contact-us-content .map .contact-detail-container .grid-box .column {
    border-bottom: 1px solid #d4d3d3;
    border-right: 0;
    margin: 0;
    padding: 42px 0 42px 0;
    margin-left: 82px;
    margin-right: 82px;
  }
}
@media (max-width: 558px) {
  .section-collection .contact-us .section-wrapper .contact-us-content .map .contact-detail-container .grid-box .column {
    margin-left: 25px;
    margin-right: 25px;
  }
}
.section-collection .contact-us .section-wrapper .contact-us-content .map .contact-detail-container .grid-box .column:last-child {
  border-right: 0;
  border-bottom: 0;
}
.section-collection .contact-us .section-wrapper .contact-us-content .map .contact-detail-container .grid-box .column h2 {
  margin-bottom: 25px;
}
.section-collection .contact-us .section-wrapper .contact-us-content .map .contact-detail-container .grid-box .column .title {
  font-size: 33px;
  line-height: 44px;
}
.section-collection .contact-us .section-wrapper .contact-us-content .map .contact-detail-container .grid-box .column .contact-user-detail-container-wrapper {
  width: 100%;
  padding: 0px 82px;
}
@media (max-width: 992px) {
  .section-collection .contact-us .section-wrapper .contact-us-content .map .contact-detail-container .grid-box .column .contact-user-detail-container-wrapper {
    padding: 0;
  }
}
.section-collection .contact-us .section-wrapper .contact-us-content .map .contact-detail-container .grid-box .column .contact-user-detail-container-wrapper .item .title-25 {
  font-size: 25px !important;
}
.section-collection .contact-us .section-wrapper .contact-us-content .map .contact-detail-container .grid-box .column .contact-user-detail-container-wrapper .item span,
.section-collection .contact-us .section-wrapper .contact-us-content .map .contact-detail-container .grid-box .column .contact-user-detail-container-wrapper .item p {
  font-size: 15px;
  line-height: 34px;
  font-weight: 600;
  display: inline-block;
}
.section-collection .contact-us .section-wrapper .contact-us-content .map .contact-detail-container .grid-box .column .contact-user-detail-container-wrapper ul li {
  margin-bottom: 10px;
}
.section-collection .contact-us .section-wrapper .contact-us-content .map .contact-detail-container .grid-box .column .contact-user-detail-container-wrapper .detail {
  margin-top: 6px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}
.section-collection .contact-us .section-wrapper .contact-us-content .map .contact-detail-container .grid-box .column .contact-user-detail-container-wrapper .detail p i {
  color: var(--Cuisine-palace-primary-color);
  margin-right: 8.1px;
}
.section-collection .contact-us .section-wrapper .contact-us-content .map .contact-detail-container .grid-box .column .contact-user-detail-container-wrapper .business-info-schedule {
  margin-top: 15px;
}
.section-collection .contact-us .section-wrapper .contact-us-content .map .contact-detail-container .grid-box .column .contact-user-detail-container-wrapper .business-info-schedule .business-info-day {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.section-collection .contact-us .section-wrapper .contact-us-content .map .contact-detail-container .grid-box .column .contact-detail-container-wrapper {
  padding: 0px 82px;
}
@media (max-width: 992px) {
  .section-collection .contact-us .section-wrapper .contact-us-content .map .contact-detail-container .grid-box .column .contact-detail-container-wrapper {
    padding: 0;
  }
}
.section-collection .contact-us .section-wrapper .contact-us-content .map .contact-detail-container .grid-box .column .contact-detail-container-wrapper .comment-form {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.section-collection .contact-us .section-wrapper .contact-us-content .map .contact-detail-container .grid-box .column .contact-detail-container-wrapper .comment-form p {
  width: 100%;
  margin-bottom: 5px;
}
.section-collection .contact-us .section-wrapper .contact-us-content .map .contact-detail-container .grid-box .column .contact-detail-container-wrapper .comment-form p label {
  font-size: 16px;
  line-height: 34px;
  font-weight: 600;
  color: #717171;
}
.section-collection .contact-us .section-wrapper .contact-us-content .map .contact-detail-container .grid-box .column .contact-detail-container-wrapper .comment-form p label:after {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  content: "\f058";
  color: var(--Cuisine-palace-primary-color);
  font-size: 14px;
  padding-left: 5px;
}
.section-collection .contact-us .section-wrapper .contact-us-content .map .contact-detail-container .grid-box .column .contact-detail-container-wrapper .comment-form p .label-active:after {
  content: "";
}
.section-collection .contact-us .section-wrapper .contact-us-content .map .contact-detail-container .grid-box .column .contact-detail-container-wrapper .comment-form p.form-submit {
  margin-top: 5px;
}
.section-collection .contact-us .section-wrapper .contact-us-content .map .contact-detail-container .grid-box .column .contact-detail-container-wrapper .comment-form p textarea {
  width: 100%;
}

/* <!-- ------------------------------------------------------------------------------- --> */
/*   ==================================================
                main Ended
    ================================================== */
