@charset "UTF-8";
/*----------------------------------------------------------------------
    Template Name: WellFood - Resturent HTML Template
    Template URI: https://webtend.net/demo/html/limestone/
    Author: WebTend
    Author URI:  https://webtend.net/
    Version: 1.0

    Note: This is Main Style CSS File. */
/*----------------------------------------------------------------------
	CSS INDEX
	----------------------

    ## Default Style
    ## Common Classes
    ## Repeat Style
    ## Padding Margin
    ## Custom Animation
    ## Header style
    ## Hero Area
    ## Offer Area
    ## Banner Area
    ## About Area
    ## Counter Area
    ## Category Area
    ## Popular Food
    ## Call To Action
    ## Products Area
    ## Features Area
    ## Client Area
    ## Headline Text
    ## Gallery Area
    ## Services Area
    ## Testimonials
    ## Booking Table
    ## Cart Checkout
    ## Contact Forms
    ## Videos Area
    ## Blog Area
    ## FAQs Area
    ## Chefs Area
    ## Awards Area
    ## History Area
    ## Instagram Area
    ## Sidebar Widgets
    ## Main Footer */
/* -------------------------------------------------------------- */
/*******************************************************/
/******************* ## Default Style ******************/
/*******************************************************/

@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Rowdies:wght@300;400;700&display=swap');

* {
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.hero-content h1 {
  font-size: 25px;
  font-weight: 300;
  line-height: 32px;
  color: #fff
}

.hero-content h1 img {
  position: absolute;
  left: -60px;
  top: -25px;
}

.footer-wave {
  fill: #638523;
  top: -84px;
  position: absolute;
  z-index: 2;
}

footer {
  background: #FBDFC4;
}

.about-wave-mask {
  top: -90px;
  position: absolute;
  z-index: 2;
  fill: #541c20;
}

.section-devider.goal-wave-end {
  position: absolute;
  bottom: -87px;
  rotate: 180deg;
}

.about-wave-mask-end {
  bottom: -90px;
  position: absolute;
  z-index: 2;

  fill: #541c20;
  rotate: 180deg;
}

svg.hero-bg-curve {
  position: absolute;
  bottom: -90px;
  fill: #541c20;
  z-index: 0;
  rotate: 180deg;
}

svg.footer-bg-wave {
  fill: #0e1317;
  position: relative;
}

body {
  color: var(--primary-color);
  background: #fff;
  overflow-x: hidden;
  font-weight: 300;
  line-height: 26px;
  font-size: 18px;
  font-family: var(--base-font);
  --base-font: "Rowdies", sans-serif;
  --heading-font: "Rowdies", sans-serif;
  --primary-color: #561e20;
  --secondary-color: #fff936;
  --heading-color: #561e20;
  --base-color: #696969;
  --lighter-color: #F4F1EA;
  --border-color: rgba(23, 26, 33, 0.1);
  --primary-rgb: 236, 61, 8;
}

.bg-overlay::before {
  content: '';
  background: #0c0c0c;
  opacity: 0.7;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

a {
  color: var(--primary-color);
  cursor: pointer;
  outline: none;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;  
}
p a, ul li a{text-decoration: underline;}

a:hover,
a:focus,
a:visited {
  text-decoration: none;
  outline: none;
}

a:hover {
  color: var(--heading-color);
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: var(--heading-color);
}

.text-white h1,
.text-white h1 a,
.text-white h2,
.text-white h2 a,
.text-white h3,
.text-white h3 a,
.text-white h4,
.text-white h4 a,
.text-white h5,
.text-white h5 a,
.text-white h6,
.text-white h6 a,
.text-white .h1,
.text-white .h1 a,
.text-white .h2,
.text-white .h2 a,
.text-white .h3,
.text-white .h3 a,
.text-white .h4,
.text-white .h4 a,
.text-white .h5,
.text-white .h5 a,
.text-white .h6,
.text-white .h6 a {
  color: white;
}

ul,
li {
  list-style: none;
  padding: 0;
  margin: 0;
}

img {
  max-width: 100%;
  display: inline-block;
}

mark {
  color: var(--primary-color);
  background: transparent;
  text-decoration: underline;
}

header:after,
section:after,
footer:after {
  display: block;
  clear: both;
  content: "";
}

/*======= Input Styles =======*/
input,
select,
textarea,
.nice-select,
.form-control {
  width: 100%;
  height: auto;
  font-weight: 300;
  border-radius: 12px !important;
  font-size: 16px;
  padding: 10px 30px !important;
  background-color: #fff !important;
  border: 1px solid white !important;
  font-family: var(--heading-font);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;

}

input:focus,
select:focus,
textarea:focus,
.nice-select:focus,
.form-control:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: var(--primary-color);
}

input:focus::-webkit-input-placeholder,
select:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder,
.nice-select:focus::-webkit-input-placeholder,
.form-control:focus::-webkit-input-placeholder {
  color: var(--heading-color);
}

input:focus:-ms-input-placeholder,
select:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder,
.nice-select:focus:-ms-input-placeholder,
.form-control:focus:-ms-input-placeholder {
  color: var(--heading-color);
}

input:focus::-ms-input-placeholder,
select:focus::-ms-input-placeholder,
textarea:focus::-ms-input-placeholder,
.nice-select:focus::-ms-input-placeholder,
.form-control:focus::-ms-input-placeholder {
  color: var(--heading-color);
}

input:focus::placeholder,
select:focus::placeholder,
textarea:focus::placeholder,
.nice-select:focus::placeholder,
.form-control:focus::placeholder {
  color: var(--heading-color);
}

textarea {
  display: inherit;
  padding-top: 20px;
}

label {
  cursor: pointer;
  font-weight: 300;
  margin-bottom: 10px;
  color: var(--primary-color);
}

.form-group {
  position: relative;
  margin-bottom: 20px;
}

input[type=search]::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}

input[type=search]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}

input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  display: none;
}

input[type=checkbox],
input[type=radio] {
  height: auto;
  width: auto;
}

/*******************************************************/
/******************  ## Common Classes *****************/
/*******************************************************/
.page-wrapper {
  position: relative;
  z-index: 9;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  min-width: 300px;
}

.row {
  --bs-gutter-x: 30px;
}

.no-gap {
  --bs-gutter-x: 0;
}

/** Section Title style **/
.section-title {
  margin-top: -8px;
  position: relative;
}

.list-ladoo {
  padding-left: 0px;
}

.mr-60 {
  margin-right: 60px;
}

.ml-60 {
  margin-left: 60px;
}

.list-ladoo li b {
  color: var(--primary-color)
}

.section-title .sub-title {
  font-size: 26px;
  line-height: 37px;
  font-weight: 300;
  display: inline-block;
  color: var(--primary-color);
  /* text-transform: uppercase; */
  font-family: var(--heading-font);
}

.section-title h2 {
  text-transform: capitalize;
}

/** Button style **/
.theme-btn,
a.theme-btn {
  text-decoration: none;
  color: white;
  cursor: pointer;
  font-size: 18px;
  line-height: 24px;
  font-weight: 300;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  text-align: center;
  padding: 10px 30px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: var(--heading-font);
  text-transform: capitalize;
  background: #541c20;
  border-radius: 25px;
}

.theme-btn i,
a.theme-btn i {
  font-size: 14px;
  margin-left: 7px;
  margin-top: -2px;
}

.theme-btn:hover,
a.theme-btn:hover {
  background: #c48252;
    box-shadow: 4px 4px #262626;
}

.theme-btn.style-two,
a.theme-btn.style-two {
  color: var(--heading-color);
  background: var(--secondary-color);
}

.theme-btn.style-two:hover,
a.theme-btn.style-two:hover {
  color: white;
  background: var(--primary-color);
}

.theme-btn.style-three,
a.theme-btn.style-three {
  color: white;
  border: 1px solid;
  background: transparent;
}

.theme-btn.style-three:hover,
a.theme-btn.style-three:hover {
  background: var(--primary-color);
  border-color: var(--primary-color);
  box-shadow: 4px 4px #262626;
}

/* Read More */
.read-more {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: var(--primary-color);
  font-family: var(--heading-font);
  text-transform: capitalize;
  text-decoration: underline;
}

.read-more i {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  margin-top: -3px;
  margin-left: 8px;
  font-size: 0.8em;
}

.read-more:hover {
  color: var(--primary-color);
}

/* More Btn */
.more-btn {
  width: 50px;
  height: 50px;
  color: white;
  line-height: 50px;
  text-align: center;
  display: inline-block;
  background: var(--primary-color);
}

.more-btn:hover {
  color: white;
}

/* List style One */
.list-style-one li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.list-style-one li:not(:last-child) {
  margin-bottom: 6px;
}

.list-style-one li:before {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 16px;
  height: 16px;
  color: white;
  font-size: 8px;
  margin-top: 6px;
  content: "\f00c";
  line-height: 16px;
  text-align: center;
  margin-right: 12px;
  border-radius: 50%;
  background: var(--primary-color);
  font-family: 'Font Awesome 5 Pro';
}

/** Social Link One **/
.social-style-one {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-left: -5px;
  margin-right: -5px;
}

.social-style-one a {
  margin-left: 5px;
  margin-right: 5px;
  color: #fff;
  width: 45px;
  height: 45px;
  line-height: 45px;
  border-radius: 50%;
  text-align: center;
}

.contact-shape-section {
  position: absolute;
  max-width: 25%;
  right: 15px;
  bottom: 0;
}

.follow-shape-section {
  position: absolute;
  top: 25px;
  right: 0px;
}

.follow-us-wrap .social-style-one a {
  color: var(--primary-color);
  text-align: center;
  background: #fff;
}

.social-style-one a:hover {
  color: white;
  background: var(--heading-color);
  border-color: var(--heading-color);
}

/** Social Link Three **/
.social-style-three {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-left: -7.5px;
  margin-right: -7.5px;
}

.social-style-three a {
  margin-left: 7.5px;
  margin-right: 7.5px;
}

.social-style-three a:hover {
  color: var(--primary-color);
}

/** Social Link Four **/
.social-style-four {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-left: -35px;
  margin-right: -35px;
}

.social-style-four a {
  margin-left: 35px;
  margin-right: 35px;
}

.social-style-four a i {
  margin-right: 10px;
  color: var(--primary-color);
}

/* Tab Style One */
.tab-style-one {
  border-bottom: 1px solid var(--border-color);
}

.tab-style-one li {
  margin-right: 30px;
}

.tab-style-one li a {
  margin-bottom: -1px;
  padding: 0 20px 16px;
  display: inline-block;
  border-bottom: 2px solid transparent;
}

.tab-style-one li a:first-child {
  padding-left: 0;
}

.tab-style-one li a.active {
  color: var(--primary-color);
  border-bottom-color: var(--primary-color);
}

/** Food Menu Tab **/
.food-menu-tab {
  margin-left: -15px;
  margin-right: -15px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}


.food-menu-tab .nav-link {
  color: var(--primary-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-right: 0;
  text-transform: capitalize;
  padding: 10px 30px;
  border-radius: 25px;
  background: #fff;
}

.food-menu-tab .nav-link i {
  line-height: 1;
  font-size: 45px;
  color: var(--primary-color);
}

.food-menu-tab .nav-link span {
  font-size: 22px;
  font-weight: 300 !important;
  line-height: 28px !important;
}

.food-menu-tab .nav-link.active {
  background: var(--primary-color);
  color: #fff;
}

.food-menu-tab .nav-link.active span {
  color: #fff;
}

/*** Preloader style ** */
.preloader {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: white;
  background-repeat: no-repeat;
  background-position: center center;
}

.preloader .custom-loader {
  width: 75px;
  height: 75px;
  border-radius: 50%;
  background-color: transparent;
  border: 2px solid var(--heading-color);
  border-top: 2px solid var(--primary-color);
  border-bottom: 2px solid var(--primary-color);
  -webkit-animation: 1s preloader linear infinite;
  animation: 1s preloader linear infinite;
}

/* Pagination */
.pagination {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: -5px;
  margin-right: -5px;
}

.pagination li {
  margin: 10px 5px 0;
  text-align: center;
}

.pagination li a,
.pagination li .page-link {
  padding: 0;
  width: 60px;
  height: 60px;
  -webkit-box-shadow: none;
  box-shadow: none;
  line-height: 58px;
  color: var(--base-color);
  border: 1px solid var(--border-color);
}

.pagination li.disabled .page-link,
.pagination li:last-child .page-link {
  color: white;
  border-radius: 0;
  background: var(--heading-color);
  border-color: var(--heading-color);
}

.pagination li.active .page-link,
.pagination li:hover:not(.disabled) .page-link {
  color: white;
  background: var(--primary-color);
  border-color: var(--primary-color);
}

/* Rating */
.ratting {
  line-height: 1;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.ratting span {
  color: #000;
}
.ratting i {
  margin: 3px;
  color: #FF9D17;
  font-size: 13px;
}

.ratting span {
  margin-left: 7px;
}

.ratting.style-two i {
  margin: 6px;
  font-size: 18px;
  color: var(--primary-color);
}

/* Slick Arrows */
.slick-arrow {
  font-size: 20px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  padding-top: 2px;
  width: 65px;
  height: 65px;
  background: white;
  line-height: 65px;
  border-radius: 50%;
  text-align: center;
  color: var(--heading-color);
  -webkit-box-shadow: 0px 4px 60px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 4px 60px rgba(0, 0, 0, 0.15);
}

.slick-arrow:focus,
.slick-arrow:hover {
  background: var(--primary-color);
}

/*** Slick Dots ***/
.slick-dots {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.slick-dots li {
  cursor: pointer;
  width: 10px;
  height: 10px;
  margin: 0 7px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  border-radius: 5px;
  background: var(--heading-color);
}

.slick-dots li button {
  opacity: 0;
}

.slick-dots li.slick-active {
  width: 30px;
}

/*** Scroll Top style ***/
.scroll-top {
  width: 60px;
  height: 60px;
  z-index: 99;
  color: #633034;
  font-size: 24px;
  cursor: pointer;
  text-align: center;
  line-height: 60px;
  border-radius: 50%;
  background: #EAC770;
  -webkit-animation: pulse 2s infinite;
  animation: pulse 2s infinite;
}

/* Text White */
.text-white *,
.text-white a,
.text-white .read-more,
.text-white .counter-text-wrap .count-text {
  color: white;
}

.text-white .sub-title {
  color: #fff;
}

/*Project Filter*/
.filter-btns-one {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -5px;
  margin-right: -5px;
}

.filter-btns-one li {
  cursor: pointer;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  font-weight: 500;
  padding: 5px 20px;
  margin: 0 5px 10px;
  color: var(--heading-color);
  border: 1px solid var(--border-color);
}

.filter-btns-one li.active {
  background: var(--secondary-color);
  border-color: var(--secondary-color);
}

/* Before After None */
.before-after-none:after,
.before-after-none:before {
  display: none;
}

/* Position */
.rel {
  position: relative;
}

.z-0 {
  z-index: 0;
}

.z-1 {
  z-index: 1;
}

.z-2 {
  z-index: 2;
}

.z-3 {
  z-index: 3;
}

.z-4 {
  z-index: 4;
}

.z-5 {
  z-index: 5;
}

.overlay {
  z-index: 1;
  position: relative;
}

.overlay::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  z-index: -1;
  top: 0;
  left: 0;
  opacity: 0.75;
  background-color: var(--heading-color);
}

.overlay:before {
  mix-blend-mode: multiply;
}

/* Backgruond Size */
.bgs-cover {
  background-size: cover;
  background-position: center;
}

.bgp-top {
  background-repeat: no-repeat;
  background-position: top center;
}

/* Color + Background */
.bg-black {
  background-color: black;
}

.bgc-black {
  background-color: var(--heading-color);
}

.bgc-lighter {
  background-color: var(--lighter-color);
}

.bgc-primary {
  background-color: var(--primary-color);
}

.bgc-secondary {
  background-color: var(--secondary-color);
}

.main-footer {
  background: #FBDFC4;
  color: #682B32;
}

/* Border Radius */
.br-5 {
  border-radius: 5px;
}

.br-10 {
  border-radius: 10px;
}

.br-15 {
  border-radius: 15px;
}

.br-20 {
  border-radius: 20px;
}

.br-25 {
  border-radius: 25px;
}

.br-30 {
  border-radius: 30px;
}

/* Color Two */
.color-two {
  --primary-color: #E65A11;
}

.color-two .theme-btn {
  color: white;
}

/*******************************************************/
/******************* ## Repeat Style ******************/
/*******************************************************/
.heading,
.food-menu-tab .nav-link span,
h1,
.h1,
h2,
.h2,
.count-text,
h3,
.h3,
.offer-card-item .badge,
.offer-image .offer-badge span,
.about-image-part .quality-food .text,
.cta-content .cta-badge span,
blockquote,
h4,
.h4,
.tab-style-one li a,
h5,
.h5,
.food-item .content .price span,
.food-menu-item .content .price,
.testimonial-item .text,
h6,
.h6,
.offer-card-item .available-item,
.about-image-part .food-review .text,
.product-item .image .pizza-badge,
.product-item-two .image .pizza-badge,
.hero-three-image .offer-badge,
.offer-card-item .title,
.history-progress .counting {
  font-weight: 400;
  line-height: 1.3;
  color: var(--heading-color);
  font-family: var(--heading-font);
}

/*h1,
.h1 {
  font-size: 63px;
  line-height: 78px;
}

h2,
.h2,
.count-text {
  font-size: 58px;
}

h3,
.h3,
.offer-card-item .badge,
.offer-image .offer-badge span,
.about-image-part .quality-food .text,
.cta-content .cta-badge span,
blockquote {
  font-size: 40px;
}

h4,
.h4,
.tab-style-one li a {
  font-size: 24px;
}

h5,
.h5,
.food-item .content .price span,
.food-menu-item .content .price,
.testimonial-item .text {
  line-height: 1.66;
  font-size: 18px;
  font-weight: 600;
}

h6,
.h6,
.offer-card-item .available-item,
.about-image-part .food-review .text,
.product-item .image .pizza-badge,
.product-item-two .image .pizza-badge {
  font-size: 20px;
}*/

/*******************************************************/
/************** ## Padding Margin Spacing *************/
/*******************************************************/
/* Padding Around */
.p-5 {
  padding: 5px !important;
}

.p-10 {
  padding: 10px;
}

.p-15 {
  padding: 15px;
}

.p-20 {
  padding: 20px;
}

.p-25 {
  padding: 25px;
}

.p-30 {
  padding: 30px;
}

.p-35 {
  padding: 35px;
}

.p-40 {
  padding: 40px;
}

.p-45 {
  padding: 45px;
}

.p-50 {
  padding: 50px;
}

.p-55 {
  padding: 55px;
}

.p-60 {
  padding: 60px;
}

.p-65 {
  padding: 65px;
}

.p-70 {
  padding: 70px;
}

.p-75 {
  padding: 75px;
}

.p-80 {
  padding: 80px;
}

.p-85 {
  padding: 85px;
}

.p-90 {
  padding: 90px;
}

.p-95 {
  padding: 95px;
}

.p-100 {
  padding: 100px;
}

.p-105 {
  padding: 105px;
}

.p-110 {
  padding: 110px;
}

.p-115 {
  padding: 115px;
}

.p-120 {
  padding: 120px;
}

.p-125 {
  padding: 125px;
}

.p-130 {
  padding: 130px;
}

.p-135 {
  padding: 135px;
}

.p-140 {
  padding: 140px;
}

.p-145 {
  padding: 145px;
}

.p-150 {
  padding: 150px;
}

.p-155 {
  padding: 155px;
}

.p-160 {
  padding: 160px;
}

.p-165 {
  padding: 165px;
}

.p-170 {
  padding: 170px;
}

.p-175 {
  padding: 175px;
}

.p-180 {
  padding: 180px;
}

.p-185 {
  padding: 185px;
}

.p-190 {
  padding: 190px;
}

.p-195 {
  padding: 195px;
}

.p-200 {
  padding: 200px;
}

.p-205 {
  padding: 205px;
}

.p-210 {
  padding: 210px;
}

.p-215 {
  padding: 215px;
}

.p-220 {
  padding: 220px;
}

.p-225 {
  padding: 225px;
}

.p-230 {
  padding: 230px;
}

.p-235 {
  padding: 235px;
}

.p-240 {
  padding: 240px;
}

.p-245 {
  padding: 245px;
}

.p-250 {
  padding: 250px;
}

/* Padding Top */
.pt-5,
.py-5 {
  padding-top: 5px !important;
}

.pt-10,
.py-10 {
  padding-top: 10px;
}

.pt-15,
.py-15 {
  padding-top: 15px;
}

.pt-20,
.py-20 {
  padding-top: 20px;
}

.pt-25,
.py-25 {
  padding-top: 25px;
}

.pt-30,
.py-30 {
  padding-top: 30px;
}

.pt-35,
.py-35 {
  padding-top: 35px;
}

.pt-40,
.py-40 {
  padding-top: 40px;
}

.pt-45,
.py-45 {
  padding-top: 45px;
}

.pt-50,
.py-50 {
  padding-top: 50px;
}

.pt-55,
.py-55 {
  padding-top: 55px;
}

.pt-60,
.py-60 {
  padding-top: 60px;
}

.pt-65,
.py-65 {
  padding-top: 65px;
}

.pt-70,
.py-70 {
  padding-top: 70px;
}

.pt-75,
.py-75 {
  padding-top: 75px;
}

.pt-80,
.py-80 {
  padding-top: 80px;
}

.pt-85,
.py-85 {
  padding-top: 85px;
}

.pt-90,
.py-90 {
  padding-top: 90px;
}

.pt-95,
.py-95 {
  padding-top: 95px;
}

.pt-100,
.py-100 {
  padding-top: 100px;
}

.pt-105,
.py-105 {
  padding-top: 105px;
}

.pt-110,
.py-110 {
  padding-top: 110px;
}

.pt-115,
.py-115 {
  padding-top: 115px;
}

.pt-120,
.py-120 {
  padding-top: 120px;
}

.pt-125,
.py-125 {
  padding-top: 125px;
}

.pt-130,
.py-130 {
  padding-top: 130px;
}

.text-maroon {
  color: #541c20;
}

.pt-135,
.py-135 {
  padding-top: 135px;
}

.pt-140,
.py-140 {
  padding-top: 140px;
}

.pt-145,
.py-145 {
  padding-top: 145px;
}

.pt-150,
.py-150 {
  padding-top: 150px;
}

.pt-155,
.py-155 {
  padding-top: 155px;
}

.pt-160,
.py-160 {
  padding-top: 160px;
}

.pt-165,
.py-165 {
  padding-top: 165px;
}

.pt-170,
.py-170 {
  padding-top: 170px;
}

.pt-175,
.py-175 {
  padding-top: 175px;
}

.pt-180,
.py-180 {
  padding-top: 180px;
}

.pt-185,
.py-185 {
  padding-top: 185px;
}

.pt-190,
.py-190 {
  padding-top: 190px;
}

.pt-195,
.py-195 {
  padding-top: 195px;
}

.pt-200,
.py-200 {
  padding-top: 200px;
}

.pt-205,
.py-205 {
  padding-top: 205px;
}

.pt-210,
.py-210 {
  padding-top: 210px;
}

.pt-215,
.py-215 {
  padding-top: 215px;
}

.pt-220,
.py-220 {
  padding-top: 220px;
}

.pt-225,
.py-225 {
  padding-top: 225px;
}

.pt-230,
.py-230 {
  padding-top: 230px;
}

.pt-235,
.py-235 {
  padding-top: 235px;
}

.pt-240,
.py-240 {
  padding-top: 240px;
}

.pt-245,
.py-245 {
  padding-top: 245px;
}

.pt-250,
.py-250 {
  padding-top: 250px;
}

/* Padding Bottom */
.pb-5,
.py-5 {
  padding-bottom: 5px !important;
}

.pb-10,
.py-10 {
  padding-bottom: 10px;
}

.pb-15,
.py-15 {
  padding-bottom: 15px;
}

.pb-20,
.py-20 {
  padding-bottom: 20px;
}

.pb-25,
.py-25 {
  padding-bottom: 25px;
}

.pb-30,
.py-30 {
  padding-bottom: 30px;
}

.pb-35,
.py-35 {
  padding-bottom: 35px;
}

.pb-40,
.py-40 {
  padding-bottom: 40px;
}

.pb-45,
.py-45 {
  padding-bottom: 45px;
}

.pb-50,
.py-50 {
  padding-bottom: 50px;
}

.pb-55,
.py-55 {
  padding-bottom: 55px;
}

.pb-60,
.py-60 {
  padding-bottom: 60px;
}

.pb-65,
.py-65 {
  padding-bottom: 65px;
}

.pb-70,
.py-70 {
  padding-bottom: 70px;
}

.pb-75,
.py-75 {
  padding-bottom: 75px;
}

.pb-80,
.py-80 {
  padding-bottom: 80px;
}

.pb-85,
.py-85 {
  padding-bottom: 85px;
}

.pb-90,
.py-90 {
  padding-bottom: 90px;
}

.pb-95,
.py-95 {
  padding-bottom: 95px;
}

.pb-100,
.py-100 {
  padding-bottom: 100px;
}

.pb-105,
.py-105 {
  padding-bottom: 105px;
}

.pb-110,
.py-110 {
  padding-bottom: 110px;
}

.pb-115,
.py-115 {
  padding-bottom: 115px;
}

.pb-120,
.py-120 {
  padding-bottom: 120px;
}

.pb-125,
.py-125 {
  padding-bottom: 125px;
}

.pb-130,
.py-130 {
  padding-bottom: 130px;
}

.pb-135,
.py-135 {
  padding-bottom: 135px;
}

.pb-140,
.py-140 {
  padding-bottom: 140px;
}

.pb-145,
.py-145 {
  padding-bottom: 145px;
}

.pb-150,
.py-150 {
  padding-bottom: 150px;
}

.pb-155,
.py-155 {
  padding-bottom: 155px;
}

.pb-160,
.py-160 {
  padding-bottom: 160px;
}

.pb-165,
.py-165 {
  padding-bottom: 165px;
}

.pb-170,
.py-170 {
  padding-bottom: 170px;
}

.pb-175,
.py-175 {
  padding-bottom: 175px;
}

.pb-180,
.py-180 {
  padding-bottom: 180px;
}

.pb-185,
.py-185 {
  padding-bottom: 185px;
}

.pb-190,
.py-190 {
  padding-bottom: 190px;
}

.pb-195,
.py-195 {
  padding-bottom: 195px;
}

.pb-200,
.py-200 {
  padding-bottom: 200px;
}

.pb-205,
.py-205 {
  padding-bottom: 205px;
}

.pb-210,
.py-210 {
  padding-bottom: 210px;
}

.pb-215,
.py-215 {
  padding-bottom: 215px;
}

.pb-220,
.py-220 {
  padding-bottom: 220px;
}

.pb-225,
.py-225 {
  padding-bottom: 225px;
}

.pb-230,
.py-230 {
  padding-bottom: 230px;
}

.pb-235,
.py-235 {
  padding-bottom: 235px;
}

.pb-240,
.py-240 {
  padding-bottom: 240px;
}

.pb-245,
.py-245 {
  padding-bottom: 245px;
}

.pb-250,
.py-250 {
  padding-bottom: 250px;
}

/* Margin Around */
.m-5 {
  margin: 5px !important;
}

.m-10 {
  margin: 10px;
}

.m-15 {
  margin: 15px;
}

.m-20 {
  margin: 20px;
}

.m-25 {
  margin: 25px;
}

.m-30 {
  margin: 30px;
}

.m-35 {
  margin: 35px;
}

.m-40 {
  margin: 40px;
}

.m-45 {
  margin: 45px;
}

.m-50 {
  margin: 50px;
}

.m-55 {
  margin: 55px;
}

.m-60 {
  margin: 60px;
}

.m-65 {
  margin: 65px;
}

.m-70 {
  margin: 70px;
}

.m-75 {
  margin: 75px;
}

.m-80 {
  margin: 80px;
}

.m-85 {
  margin: 85px;
}

.m-90 {
  margin: 90px;
}

.m-95 {
  margin: 95px;
}

.m-100 {
  margin: 100px;
}

.m-105 {
  margin: 105px;
}

.m-110 {
  margin: 110px;
}

.m-115 {
  margin: 115px;
}

.m-120 {
  margin: 120px;
}

.m-125 {
  margin: 125px;
}

.m-130 {
  margin: 130px;
}

.m-135 {
  margin: 135px;
}

.m-140 {
  margin: 140px;
}

.m-145 {
  margin: 145px;
}

.m-150 {
  margin: 150px;
}

.m-155 {
  margin: 155px;
}

.m-160 {
  margin: 160px;
}

.m-165 {
  margin: 165px;
}

.m-170 {
  margin: 170px;
}

.m-175 {
  margin: 175px;
}

.m-180 {
  margin: 180px;
}

.m-185 {
  margin: 185px;
}

.m-190 {
  margin: 190px;
}

.m-195 {
  margin: 195px;
}

.m-200 {
  margin: 200px;
}

.m-205 {
  margin: 205px;
}

.m-210 {
  margin: 210px;
}

.m-215 {
  margin: 215px;
}

.m-220 {
  margin: 220px;
}

.m-225 {
  margin: 225px;
}

.m-230 {
  margin: 230px;
}

.m-235 {
  margin: 235px;
}

.m-240 {
  margin: 240px;
}

.m-245 {
  margin: 245px;
}

.m-250 {
  margin: 250px;
}

/* Margin Top */
.mt-5,
.my-5 {
  margin-top: 5px !important;
}

.mt-10,
.my-10 {
  margin-top: 10px;
}

.mt-15,
.my-15 {
  margin-top: 15px;
}

.mt-20,
.my-20 {
  margin-top: 20px;
}

.mt-25,
.my-25 {
  margin-top: 25px;
}

.mt-30,
.my-30 {
  margin-top: 30px;
}

.mt-35,
.my-35 {
  margin-top: 35px;
}

h2 span {
  display: block;
}

.mt-40,
.my-40 {
  margin-top: 40px;
}

.mt-45,
.my-45 {
  margin-top: 45px;
}

.section-title h3 {
  position: relative;
}
.product-details-content ul li a {
  color: var(--primary-color);
}
.section-title h3 img {
  position: absolute;
  left: -70px;
  top: -30px;
}

.mt-50,
.my-50 {
  margin-top: 50px;
}

.mt-55,
.my-55 {
  margin-top: 55px;
}

.mt-60,
.my-60 {
  margin-top: 60px;
}

.mt-65,
.my-65 {
  margin-top: 65px;
}

.mt-70,
.my-70 {
  margin-top: 70px;
}

.mt-75,
.my-75 {
  margin-top: 75px;
}

.mt-80,
.my-80 {
  margin-top: 80px;
}

.mt-85,
.my-85 {
  margin-top: 85px;
}

.mt-90,
.my-90 {
  margin-top: 90px;
}

.mt-95,
.my-95 {
  margin-top: 95px;
}

.mt-100,
.my-100 {
  margin-top: 100px;
}

.mt-105,
.my-105 {
  margin-top: 105px;
}

.mt-110,
.my-110 {
  margin-top: 110px;
}

.mt-115,
.my-115 {
  margin-top: 115px;
}

.mt-120,
.my-120 {
  margin-top: 120px;
}

.mt-125,
.my-125 {
  margin-top: 125px;
}

.mt-130,
.my-130 {
  margin-top: 130px;
}

.mt-135,
.my-135 {
  margin-top: 135px;
}

.mt-140,
.my-140 {
  margin-top: 140px;
}

.mt-145,
.my-145 {
  margin-top: 145px;
}

.mt-150,
.my-150 {
  margin-top: 150px;
}

.mt-155,
.my-155 {
  margin-top: 155px;
}

.mt-160,
.my-160 {
  margin-top: 160px;
}

.mt-165,
.my-165 {
  margin-top: 165px;
}

.mt-170,
.my-170 {
  margin-top: 170px;
}

.mt-175,
.my-175 {
  margin-top: 175px;
}

.mt-180,
.my-180 {
  margin-top: 180px;
}

.mt-185,
.my-185 {
  margin-top: 185px;
}

.mt-190,
.my-190 {
  margin-top: 190px;
}

.mt-195,
.my-195 {
  margin-top: 195px;
}

.mt-200,
.my-200 {
  margin-top: 200px;
}

.mt-205,
.my-205 {
  margin-top: 205px;
}

.mt-210,
.my-210 {
  margin-top: 210px;
}

.mt-215,
.my-215 {
  margin-top: 215px;
}

.mt-220,
.my-220 {
  margin-top: 220px;
}

.mt-225,
.my-225 {
  margin-top: 225px;
}

.mt-230,
.my-230 {
  margin-top: 230px;
}

.mt-235,
.my-235 {
  margin-top: 235px;
}

.mt-240,
.my-240 {
  margin-top: 240px;
}

.mt-245,
.my-245 {
  margin-top: 245px;
}

.mt-250,
.my-250 {
  margin-top: 250px;
}

/* Margin Bottom */
.mb-5,
.my-5 {
  margin-bottom: 5px !important;
}

.mb-10,
.my-10 {
  margin-bottom: 10px;
}

.mb-15,
.my-15 {
  margin-bottom: 15px;
}

.mb-20,
.my-20 {
  margin-bottom: 20px;
}

.mb-25,
.my-25 {
  margin-bottom: 25px;
}

.mb-30,
.my-30 {
  margin-bottom: 30px;
}

.mb-35,
.my-35 {
  margin-bottom: 35px;
}

.mb-40,
.my-40 {
  margin-bottom: 40px;
}

.mb-45,
.my-45 {
  margin-bottom: 45px;
}

.mb-50,
.my-50 {
  margin-bottom: 50px;
}

.mb-55,
.my-55 {
  margin-bottom: 55px;
}

.mb-60,
.my-60 {
  margin-bottom: 60px;
}

.mb-65,
.my-65 {
  margin-bottom: 65px;
}

.mb-70,
.my-70 {
  margin-bottom: 70px;
}

.mb-75,
.my-75 {
  margin-bottom: 75px;
}

.mb-80,
.my-80 {
  margin-bottom: 80px;
}

.mb-85,
.my-85 {
  margin-bottom: 85px;
}

.mb-90,
.my-90 {
  margin-bottom: 90px;
}

.mb-95,
.my-95 {
  margin-bottom: 95px;
}

.mb-100,
.my-100 {
  margin-bottom: 100px;
}

.mb-105,
.my-105 {
  margin-bottom: 105px;
}

.mb-110,
.my-110 {
  margin-bottom: 110px;
}

.mb-115,
.my-115 {
  margin-bottom: 115px;
}

.mb-120,
.my-120 {
  margin-bottom: 120px;
}

.mb-125,
.my-125 {
  margin-bottom: 125px;
}

.mb-130,
.my-130 {
  margin-bottom: 130px;
}

.mb-135,
.my-135 {
  margin-bottom: 135px;
}

.mb-140,
.my-140 {
  margin-bottom: 140px;
}

.mb-145,
.my-145 {
  margin-bottom: 145px;
}

.mb-150,
.my-150 {
  margin-bottom: 150px;
}

.mb-155,
.my-155 {
  margin-bottom: 155px;
}

.mb-160,
.my-160 {
  margin-bottom: 160px;
}

.mb-165,
.my-165 {
  margin-bottom: 165px;
}

.mb-170,
.my-170 {
  margin-bottom: 170px;
}

.mb-175,
.my-175 {
  margin-bottom: 175px;
}

.mb-180,
.my-180 {
  margin-bottom: 180px;
}

.mb-185,
.my-185 {
  margin-bottom: 185px;
}

.mb-190,
.my-190 {
  margin-bottom: 190px;
}

.mb-195,
.my-195 {
  margin-bottom: 195px;
}

.mb-200,
.my-200 {
  margin-bottom: 200px;
}

.mb-205,
.my-205 {
  margin-bottom: 205px;
}

.mb-210,
.my-210 {
  margin-bottom: 210px;
}

.mb-215,
.my-215 {
  margin-bottom: 215px;
}

.mb-220,
.my-220 {
  margin-bottom: 220px;
}

.mb-225,
.my-225 {
  margin-bottom: 225px;
}

.mb-230,
.my-230 {
  margin-bottom: 230px;
}

.mb-235,
.my-235 {
  margin-bottom: 235px;
}

.mb-240,
.my-240 {
  margin-bottom: 240px;
}

.mb-245,
.my-245 {
  margin-bottom: 245px;
}

.mb-250,
.my-250 {
  margin-bottom: 250px;
}

/* Responsive Padding Margin */
/*******************************************************/
/***************** ## Custom Animation ****************/
/*******************************************************/
/* Animation Delay */
.delay-1-0s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.delay-2-0s {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

.delay-0-1s {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

.delay-0-2s {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.delay-0-3s {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.delay-0-4s {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.delay-0-5s {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.delay-0-6s {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.delay-0-7s {
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
}

.delay-0-8s {
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}

.delay-0-9s {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}

.delay-1-1s {
  -webkit-animation-delay: 1.1s;
  animation-delay: 1.1s;
}

.delay-1-2s {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}

.delay-1-3s {
  -webkit-animation-delay: 1.3s;
  animation-delay: 1.3s;
}

.delay-1-4s {
  -webkit-animation-delay: 1.4s;
  animation-delay: 1.4s;
}

.delay-1-5s {
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
}

.delay-1-6s {
  -webkit-animation-delay: 1.6s;
  animation-delay: 1.6s;
}

.delay-1-7s {
  -webkit-animation-delay: 1.7s;
  animation-delay: 1.7s;
}

.delay-1-8s {
  -webkit-animation-delay: 1.8s;
  animation-delay: 1.8s;
}

.delay-1-9s {
  -webkit-animation-delay: 1.9s;
  animation-delay: 1.9s;
}

@-webkit-keyframes toggler {

  0%,
  10% {
    background-position: 0 0, 0 calc(100%/3);
  }

  50% {
    background-position: 0 0, calc(100%/3) calc(100%/3);
  }

  90%,
  100% {
    background-position: 0 0, calc(100%/3) 0;
  }
}

@keyframes toggler {

  0%,
  10% {
    background-position: 0 0, 0 calc(100%/3);
  }

  50% {
    background-position: 0 0, calc(100%/3) calc(100%/3);
  }

  90%,
  100% {
    background-position: 0 0, calc(100%/3) 0;
  }
}

@-webkit-keyframes pulse {
  to {
    -webkit-box-shadow: 0 0 0 35px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 35px rgba(255, 255, 255, 0);
  }
}

@keyframes pulse {
  to {
    -webkit-box-shadow: 0 0 0 35px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 35px rgba(255, 255, 255, 0);
  }
}

/* Menu Sticky */
@-webkit-keyframes sticky {
  0% {
    top: -100px;
  }

  100% {
    top: 0;
  }
}

@keyframes sticky {
  0% {
    top: -100px;
  }

  100% {
    top: 0;
  }
}

/* Rotated Circle */
@-webkit-keyframes rotated_circle {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}

@keyframes rotated_circle {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}

/* Rotated Circle reverse */
@-webkit-keyframes rotated_circle_reverse {
  0% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }

  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

@keyframes rotated_circle_reverse {
  0% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }

  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

/* Rotated Man */
@-webkit-keyframes semi_rotated {

  0%,
  100% {
    -webkit-transform: rotate(8deg);
    transform: rotate(8deg);
  }

  50% {
    -webkit-transform: rotate(-8deg);
    transform: rotate(-8deg);
  }
}

@keyframes semi_rotated {

  0%,
  100% {
    -webkit-transform: rotate(8deg);
    transform: rotate(8deg);
  }

  50% {
    -webkit-transform: rotate(-8deg);
    transform: rotate(-8deg);
  }
}

/* BG Shape Rotated */
@-webkit-keyframes semi_rotated_two {

  0%,
  100% {
    -webkit-transform: rotate(-30deg);
    transform: rotate(-30deg);
  }

  50% {
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg);
  }
}

@keyframes semi_rotated_two {

  0%,
  100% {
    -webkit-transform: rotate(-30deg);
    transform: rotate(-30deg);
  }

  50% {
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg);
  }
}

@-webkit-keyframes move_arround {
  0% {
    top: 20px;
    left: 20px;
  }

  25% {
    top: 20px;
    left: -20px;
  }

  50% {
    top: -20px;
    left: -20px;
  }

  75% {
    top: -20px;
    left: 20px;
  }

  100% {
    top: 20px;
    left: 20px;
  }
}

@keyframes move_arround {
  0% {
    top: 20px;
    left: 20px;
  }

  25% {
    top: 20px;
    left: -20px;
  }

  50% {
    top: -20px;
    left: -20px;
  }

  75% {
    top: -20px;
    left: 20px;
  }

  100% {
    top: 20px;
    left: 20px;
  }
}

/* Hero Circle */
@-webkit-keyframes upDownLeft {

  0%,
  100% {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }

  25%,
  75% {
    -webkit-transform: translate(0px, 50px);
    transform: translate(0px, 50px);
  }

  50% {
    -webkit-transform: translate(-50px, 50px);
    transform: translate(-50px, 50px);
  }
}

@keyframes upDownLeft {

  0%,
  100% {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }

  25%,
  75% {
    -webkit-transform: translate(0px, 50px);
    transform: translate(0px, 50px);
  }

  50% {
    -webkit-transform: translate(-50px, 50px);
    transform: translate(-50px, 50px);
  }
}

@-webkit-keyframes shapeAnimationOne {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
    transform: translate(0px, 0px) rotate(0deg);
  }

  25% {
    -webkit-transform: translate(0px, 150px) rotate(90deg);
    transform: translate(0px, 150px) rotate(90deg);
  }

  50% {
    -webkit-transform: translate(150px, 150px) rotate(180deg);
    transform: translate(150px, 150px) rotate(180deg);
  }

  75% {
    -webkit-transform: translate(150px, 0px) rotate(270deg);
    transform: translate(150px, 0px) rotate(270deg);
  }

  100% {
    -webkit-transform: translate(0px, 0px) rotate(360deg);
    transform: translate(0px, 0px) rotate(360deg);
  }
}

@keyframes shapeAnimationOne {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
    transform: translate(0px, 0px) rotate(0deg);
  }

  25% {
    -webkit-transform: translate(0px, 150px) rotate(90deg);
    transform: translate(0px, 150px) rotate(90deg);
  }

  50% {
    -webkit-transform: translate(150px, 150px) rotate(180deg);
    transform: translate(150px, 150px) rotate(180deg);
  }

  75% {
    -webkit-transform: translate(150px, 0px) rotate(270deg);
    transform: translate(150px, 0px) rotate(270deg);
  }

  100% {
    -webkit-transform: translate(0px, 0px) rotate(360deg);
    transform: translate(0px, 0px) rotate(360deg);
  }
}

@-webkit-keyframes shapeAnimationTwo {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
    transform: translate(0px, 0px) rotate(0deg);
  }

  25% {
    -webkit-transform: translate(-150px, 0px) rotate(270deg);
    transform: translate(-150px, 0px) rotate(270deg);
  }

  50% {
    -webkit-transform: translate(-150px, 150px) rotate(180deg);
    transform: translate(-150px, 150px) rotate(180deg);
  }

  75% {
    -webkit-transform: translate(0px, 150px) rotate(90deg);
    transform: translate(0px, 150px) rotate(90deg);
  }

  100% {
    -webkit-transform: translate(0px, 0px) rotate(360deg);
    transform: translate(0px, 0px) rotate(360deg);
  }
}

@keyframes shapeAnimationTwo {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
    transform: translate(0px, 0px) rotate(0deg);
  }

  25% {
    -webkit-transform: translate(-150px, 0px) rotate(270deg);
    transform: translate(-150px, 0px) rotate(270deg);
  }

  50% {
    -webkit-transform: translate(-150px, 150px) rotate(180deg);
    transform: translate(-150px, 150px) rotate(180deg);
  }

  75% {
    -webkit-transform: translate(0px, 150px) rotate(90deg);
    transform: translate(0px, 150px) rotate(90deg);
  }

  100% {
    -webkit-transform: translate(0px, 0px) rotate(360deg);
    transform: translate(0px, 0px) rotate(360deg);
  }
}

@-webkit-keyframes shapeAnimationThree {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
    transform: translate(0px, 0px) rotate(0deg);
  }

  25% {
    -webkit-transform: translate(50px, 150px) rotate(90deg);
    transform: translate(50px, 150px) rotate(90deg);
  }

  50% {
    -webkit-transform: translate(150px, 150px) rotate(180deg);
    transform: translate(150px, 150px) rotate(180deg);
  }

  75% {
    -webkit-transform: translate(150px, 50px) rotate(270deg);
    transform: translate(150px, 50px) rotate(270deg);
  }

  100% {
    -webkit-transform: translate(0px, 0px) rotate(360deg);
    transform: translate(0px, 0px) rotate(360deg);
  }
}

@keyframes shapeAnimationThree {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
    transform: translate(0px, 0px) rotate(0deg);
  }

  25% {
    -webkit-transform: translate(50px, 150px) rotate(90deg);
    transform: translate(50px, 150px) rotate(90deg);
  }

  50% {
    -webkit-transform: translate(150px, 150px) rotate(180deg);
    transform: translate(150px, 150px) rotate(180deg);
  }

  75% {
    -webkit-transform: translate(150px, 50px) rotate(270deg);
    transform: translate(150px, 50px) rotate(270deg);
  }

  100% {
    -webkit-transform: translate(0px, 0px) rotate(360deg);
    transform: translate(0px, 0px) rotate(360deg);
  }
}

@-webkit-keyframes shapeAnimationFour {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
    transform: translate(0px, 0px) rotate(0deg);
  }

  25% {
    -webkit-transform: translate(-150px -50px) rotate(90deg);
    transform: translate(-150px -50px) rotate(90deg);
  }

  50% {
    -webkit-transform: translate(-150px, -150px) rotate(180deg);
    transform: translate(-150px, -150px) rotate(180deg);
  }

  75% {
    -webkit-transform: translate(-50px, -150px) rotate(270deg);
    transform: translate(-50px, -150px) rotate(270deg);
  }

  100% {
    -webkit-transform: translate(0px, 0px) rotate(360deg);
    transform: translate(0px, 0px) rotate(360deg);
  }
}

@keyframes shapeAnimationFour {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
    transform: translate(0px, 0px) rotate(0deg);
  }

  25% {
    -webkit-transform: translate(-150px -50px) rotate(90deg);
    transform: translate(-150px -50px) rotate(90deg);
  }

  50% {
    -webkit-transform: translate(-150px, -150px) rotate(180deg);
    transform: translate(-150px, -150px) rotate(180deg);
  }

  75% {
    -webkit-transform: translate(-50px, -150px) rotate(270deg);
    transform: translate(-50px, -150px) rotate(270deg);
  }

  100% {
    -webkit-transform: translate(0px, 0px) rotate(360deg);
    transform: translate(0px, 0px) rotate(360deg);
  }
}

@-webkit-keyframes shapeAnimationFive {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
    transform: translate(0px, 0px) rotate(0deg);
  }

  25% {
    -webkit-transform: translate(-100px -100px) rotate(90deg);
    transform: translate(-100px -100px) rotate(90deg);
  }

  50% {
    -webkit-transform: translate(100px, 50px) rotate(180deg);
    transform: translate(100px, 50px) rotate(180deg);
  }

  75% {
    -webkit-transform: translate(-100px, 150px) rotate(270deg);
    transform: translate(-100px, 150px) rotate(270deg);
  }

  100% {
    -webkit-transform: translate(0px, 0px) rotate(360deg);
    transform: translate(0px, 0px) rotate(360deg);
  }
}

@keyframes shapeAnimationFive {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
    transform: translate(0px, 0px) rotate(0deg);
  }

  25% {
    -webkit-transform: translate(-100px -100px) rotate(90deg);
    transform: translate(-100px -100px) rotate(90deg);
  }

  50% {
    -webkit-transform: translate(100px, 50px) rotate(180deg);
    transform: translate(100px, 50px) rotate(180deg);
  }

  75% {
    -webkit-transform: translate(-100px, 150px) rotate(270deg);
    transform: translate(-100px, 150px) rotate(270deg);
  }

  100% {
    -webkit-transform: translate(0px, 0px) rotate(360deg);
    transform: translate(0px, 0px) rotate(360deg);
  }
}

@-webkit-keyframes down-up-one {
  0% {
    -webkit-transform: rotateX(0deg) translateY(0px);
    transform: rotateX(0deg) translateY(0px);
  }

  50% {
    -webkit-transform: rotateX(0deg) translateY(25px);
    transform: rotateX(0deg) translateY(25px);
  }

  100% {
    -webkit-transform: rotateX(0deg) translateY(0px);
    transform: rotateX(0deg) translateY(0px);
  }
}

@keyframes down-up-one {
  0% {
    -webkit-transform: rotateX(0deg) translateY(0px);
    transform: rotateX(0deg) translateY(0px);
  }

  50% {
    -webkit-transform: rotateX(0deg) translateY(25px);
    transform: rotateX(0deg) translateY(25px);
  }

  100% {
    -webkit-transform: rotateX(0deg) translateY(0px);
    transform: rotateX(0deg) translateY(0px);
  }
}

@-webkit-keyframes down-up-two {
  0% {
    -webkit-transform: rotateX(0deg) translate(0px);
    transform: rotateX(0deg) translate(0px);
  }

  50% {
    -webkit-transform: rotateX(0deg) translate(0, -25px);
    transform: rotateX(0deg) translate(0, -25px);
  }

  100% {
    -webkit-transform: rotateX(0deg) translate(0px);
    transform: rotateX(0deg) translate(0px);
  }
}

@keyframes down-up-two {
  0% {
    -webkit-transform: rotateX(0deg) translate(0px);
    transform: rotateX(0deg) translate(0px);
  }

  50% {
    -webkit-transform: rotateX(0deg) translate(0, -25px);
    transform: rotateX(0deg) translate(0, -25px);
  }

  100% {
    -webkit-transform: rotateX(0deg) translate(0px);
    transform: rotateX(0deg) translate(0px);
  }
}

@-webkit-keyframes leftRightOne {

  0%,
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  50% {
    -webkit-transform: translateX(50px);
    transform: translateX(50px);
  }
}

@keyframes leftRightOne {

  0%,
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  50% {
    -webkit-transform: translateX(50px);
    transform: translateX(50px);
  }
}

@-webkit-keyframes leftRightTwo {

  0%,
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  50% {
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px);
  }
}

@keyframes leftRightTwo {

  0%,
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  50% {
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px);
  }
}

@-webkit-keyframes zoomInOut {

  0%,
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  50% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
}

@keyframes zoomInOut {

  0%,
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  50% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
}

/* Preloader */
@-webkit-keyframes preloader {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes preloader {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* Headline */
@-webkit-keyframes marquee {
  100% {
    -webkit-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
  }
}

@keyframes marquee {
  100% {
    -webkit-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
  }
}

@-webkit-keyframes marquee_right {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes marquee_right {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes marquee_left {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes marquee_left {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

/*******************************************************/
/******************* ## Header style *******************/
/*******************************************************/
.main-header {
  position: relative;
  left: 0px;
  top: 0px;
  z-index: 999;
  width: 100%;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.hero-area .explore-now {
  position: absolute;
  left: 51%;
  bottom: 0;
  z-index: 2;
}
.hero-area .explore-now img{width:70%;}
.header-upper .logo img{width:300px;}
.main-header .header-upper {
  z-index: 5;
  width: 100%;
  position: relative;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-header .logo-outer {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
}

.main-header .logo {
  z-index: 9;
  position: relative;
}

.main-header.menu-absolute .header-upper {
  position: absolute;
}

.main-header.menu-absolute .header-upper .header-inner {
  background: #fff;
  padding: 0 50px;
  top: 20px;
  border-radius: 25px;
  justify-content: space-between;
  -webkit-box-shadow: 0px 0px 30px 0px rgba(87, 95, 245, 0.1);
  box-shadow: 0px 0px 30px 0px rgba(87, 95, 245, 0.1);
}
.main-header.fixed-header .header-upper .header-inner {
  top: 0;
}
.main-header.menu-absolute .header-upper.header-inner-bannner {
  position: relative;
}

.main-header.fixed-header .header-upper {
  top: 0;
  left: 0;
  position: fixed;
  -webkit-animation: sticky 1s;
  animation: sticky 1s;

}
.main-menu .mobile-logo {
  margin-right: auto;
  width: 250px;
}

.main-menu .navbar-collapse {
  padding: 0px;
}

.main-menu .navbar-collapse>ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.main-menu .navbar-collapse li {
  padding: 35px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.main-menu .navbar-collapse li.dropdown .dropdown-btn {
  cursor: pointer;
  margin-left: 5px;
  margin-bottom: -3px;
  color: #C48252;
}


.main-menu .navbar-collapse li a {
  display: block;
  opacity: 1;
  position: relative;
  color: #C48252;
  font-size: 19px;
  font-weight: 300;
  font-family: var(--heading-font);
  text-decoration:none;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-menu .navbar-collapse li a:hover {
  color: var(--primary-color);
  text-decoration: underline;
}

.main-menu .navbar-collapse li.current>a,
.main-menu .navbar-collapse li.current-menu-item>a {
  font-weight: 300;
}

.main-menu .navbar-collapse li li {
  border-top: 1px solid var(--border-color);
}

.main-menu .navbar-collapse li li a {
  text-transform: capitalize;
}

.main-menu .navbar-collapse li li a:before {
  display: none;
}

.main-menu .navbar-collapse li .megamenu {
  position: absolute;
  left: 0px;
  top: 100%;
  width: 100%;
  z-index: 100;
  display: none;
  padding: 20px 0;
  background: #ffffff;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}

.main-menu .navbar-collapse li .megamenu:after {
  display: block;
  clear: both;
  content: "";
}


.main-menu .navbar-collapse li .megamenu ul {
  display: block;
  position: relative;
  top: 0;
  width: 100%;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.main-menu .navbar-collapse li ul {
  position: absolute;
  left: inherit;
  top: 100%;
  min-width: 250px;
  z-index: 100;
  display: none;
  background: white;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}

.main-menu .navbar-collapse li ul li {
  width: 100%;
  padding: 7px 20px;
}
ul.key-feature-list.location-feature li {
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 8px;
}
.quality-wrap .container{background: url(https://crunchbury-in-288646.hostingersite.com/wp-content/themes/kadence/images/bg/quality-taste-bg.png);
    background-size: cover;
    height: 580px;
    background-repeat: no-repeat;}
.main-menu .navbar-collapse li ul li ul {
  left: 90%;
  top: 0%;
}

.main-menu .navbar-header {
  display: none;
}


.main-menu .navbar-header .navbar-toggle {
  float: right;
  padding: 4px 0;
  cursor: pointer;
  background: transparent;
}

.main-menu .navbar-header .navbar-toggle .icon-bar {
  background: var(--base-color);
  height: 2px;
  width: 30px;
  display: block;
  margin: 7px 0;
}

.header-number {
  font-size: 16px;
  font-weight: 500;
  margin-left: auto;
  font-family: var(--heading-font);
}


.header-number i {
  margin-right: 10px;
  color: #541c20;
}


/* Menu Btns */
.menu-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.menu-btns>button {
  position: relative;
  background: transparent;
  padding: 0;
}

.menu-btns>button i {
  background: #C48252;
  padding: 10px;
  border-radius: 50%;
  margin-left: 10px;
}

.menu-btns>button a {
  color: #fff;
}

.menu-btns>button i.fa-user {
  background: #B3C37F;
}

.menu-btns>button i.fa-heart {
  background: #eab98a;
}

.forget-password-wrap a {
  text-decoration: underline;
  color: #fff;
}

.forget-password-wrap {
  text-align: right;
}

.form-group .theme-btn {
  padding: 5px 50px;
  margin-top: 25px;
}

/*--------------------dashboard css-----------------*/
.dashboard-area .left-sidebar {
  background: #F3F3F3;
  border-radius: 25px;
  padding: 20px;
}

.dashboard-area .left-sidebar ul.dashboard-menu-tab li {
  width: 100%;
}

.dashboard-area .left-sidebar ul.dashboard-menu-tab li a {
  color: #682B32;
  border: 1px solid rgb(188 119 70 / 50%);
  margin-bottom: 10px;
  border-radius: 12px;
  padding: 10px 30px;
  background: #fff;
}

.p-20 {
  padding: 20px;
}

.p-40 {
  padding: 40px;
}

.dashboard-area .left-sidebar ul.dashboard-menu-tab li a i {
  margin-right: 15px;
}

.dashboard-area .left-sidebar ul.dashboard-menu-tab li a.nav-link.active {
  background: #BC7746;
  color: #fff;
}

.dashboard-area .address-wrap h5 span {
  display: block;
}

.dashboard-area .address-wrap h5 {
  font-weight: 300;
  font-size: 22px;
  line-height: 30px;
}

.dashboard-area .address-wrap {
  padding: 20px;
  border-radius: 25px;
  background: #fff;
  border: 2px dashed rgb(104 43 50 / 70%);
}

.dashboard-area .edit-wrap a.theme-btn {
  padding: 3px 30px;
  background: #C48252;
}

.dashboard-area .edit-wrap {
  text-align: right;
}

.dashboard-area .accountForm {
  background: #f3f3f3;
  padding: 20px 40px;
  border-radius: 25px;
}

.dashboard-area .featured-item-3 {
  margin-top: 20px;
  min-height: 480px;
  position: relative;
}

.dashboard-area .featured-item-3 .bg-wrap {
  position: absolute;
  right: 10px;
  bottom: 15px;
}

.dashboard-area .featured-item-3 .bg-wrap img {
  border: none;
  border-radius: 0;
  margin-top: 0;
}

.dashboard-area .featured-item-3 .content p {
  color: var(--primary-color);
}

.dashboard-area .featured-item-3 .flat-offer {
  background: url(../images/shapes/white-gradient-rectangle.png);
  background-repeat: no-repeat;
  position: relative;
  left: -26px;
  padding: 10px 30px;
}

/*--------------------dashboard css-----------------*/


.menu-btns>button span {
  position: absolute;
  left: 95%;
  bottom: 95%;
  color: white;
  font-size: 14px;
  font-family: var(--heading-font);
  width: 20px;
  height: 20px;
  background: #ea8537;
  line-height: 20px;
  border-radius: 50%;
  text-align: center;
}
.menu-btns>button span.bgc-secondary {
  color: var(--heading-color);
  background-color: var(--secondary-color);
}
.menu-btns .theme-btn {
  margin-left: 10px;
}

.menu-btns .theme-btn:hover {
  box-shadow: 4px 4px #262626;
}

.menu-btns .theme-btn.style-three:hover {
  border-color: white;
}

/* Header Search */
.nav-search {
  position: relative;
  margin-left: 60px;
}


.nav-search>button {
  background: #FFC26F;
  padding: 10px;
  border-radius: 50%;
}

.nav-search form {
  position: absolute;
  width: 320px;
  top: 100%;
  right: 0;
  z-index: 777;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #fff;
  -webkit-animation: fadeIn 0.5s;
  animation: fadeIn 0.5s;
  -webkit-box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.05);
}

.nav-search form.hide {
  display: none;
}

.nav-search form input {
  border: none;
  padding: 15px 5px 15px 25px;
}

.nav-search form button {
  background: transparent;
  padding: 15px 20px 15px 0;
}

/* White Menu */
.main-header.white-menu .top-left {
  font-weight: 400;
  padding-top: 12px;
  padding-bottom: 12px;
  color: rgba(255, 255, 255, 0.65);
}

.main-header.white-menu .top-left:before {
  display: none;
}

.main-header.white-menu .top-right ul {
  z-index: 1;
  position: relative;
  padding-top: 16px;
  padding-bottom: 16px;
}

.main-header.white-menu .top-right ul li>i {
  color: white;
}

.main-header.white-menu .top-right ul:before {
  content: '';
  z-index: -1;
  height: 100%;
  width: 100vw;
  position: absolute;
  left: -80px;
  top: 0;
  background: var(--heading-color);
}


.main-header.white-menu .main-menu .navbar-header .navbar-toggle .icon-bar {
  background: var(--primary-color);
}

.main-header.white-menu .header-number,
.main-header.white-menu .header-number a,
.main-header.white-menu .menu-btns>button,
.main-header.white-menu .nav-search>button {
  color: #fff;
}

.main-header.white-menu .menu-sidebar>button {
  --c: conic-gradient(from -90deg, white 90deg, #0000 0);
}

.fpq-part {
  background: #fff;
  padding: 40px;
  border-radius: 25px;
}

.main-header.white-menu.fixed-header .header-upper {}

/* Menu Sidebar */
.menu-sidebar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.menu-sidebar>button {
  cursor: pointer;
  width: 25px;
  aspect-ratio: 1;
  --c: conic-gradient(from -90deg, #000000 90deg, #0000 0);
  background: var(--c), var(--c);
  background-size: 40% 40%;
}

.menu-sidebar>button:hover {
  -webkit-animation: toggler 1s infinite alternate;
  animation: toggler 1s infinite alternate;
}

/** hidden-sidebar * */
.hidden-bar {
  position: fixed;
  right: -350px;
  top: 0px;
  opacity: 0;
  width: 350px;
  height: 100%;
  z-index: 99999;
  overflow-y: auto;
  visibility: hidden;
  background-color: #222222;
  border-left: 1px solid #231b26;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.hidden-bar .social-style-one a {
  width: 40px;
  height: 40px;
  line-height: 40px;
}

.side-content-visible .hidden-bar {
  right: 0px;
  opacity: 1;
  visibility: visible;
}

.hidden-bar .inner-box {
  position: relative;
  padding: 100px 40px 50px;
}

.hidden-bar .inner-box .cross-icon {
  position: absolute;
  right: 30px;
  top: 30px;
  cursor: pointer;
  color: #ffffff;
  font-size: 20px;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.hidden-bar .inner-box h4 {
  position: relative;
  color: #ffffff;
  font-size: 25px;
  margin-bottom: 35px;
}

/*Appointment Form */
.hidden-bar .appointment-form {
  position: relative;
}

.hidden-bar .appointment-form .form-group {
  position: relative;
  margin-bottom: 20px;
}

.hidden-bar .appointment-form input[type="text"],
.hidden-bar .appointment-form input[type="email"] {
  position: relative;
  display: block;
  width: 100%;
  line-height: 23px;
  padding: 10px 25px;
  color: #ffffff;
  font-size: 16px;
  background: none;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.hidden-bar .appointment-form textarea {
  position: relative;
  display: block;
  width: 100%;
  line-height: 23px;
  padding: 10px 25px;
  color: #ffffff;
  font-size: 16px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: none;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  resize: none;
}

.hidden-bar .appointment-form input::-webkit-input-placeholder {
  font-size: 14px;
  color: #bdbdbd;
}

.hidden-bar .appointment-form input:-ms-input-placeholder {
  font-size: 14px;
  color: #bdbdbd;
}

.hidden-bar .appointment-form input::-ms-input-placeholder {
  font-size: 14px;
  color: #bdbdbd;
}

.hidden-bar .appointment-form input::placeholder {
  font-size: 14px;
  color: #bdbdbd;
}

.hidden-bar .appointment-form textarea::-webkit-input-placeholder {
  font-size: 14px;
  color: #bdbdbd;
}

.hidden-bar .appointment-form textarea:-ms-input-placeholder {
  font-size: 14px;
  color: #bdbdbd;
}

.hidden-bar .appointment-form textarea::-ms-input-placeholder {
  font-size: 14px;
  color: #bdbdbd;
}

.hidden-bar .appointment-form textarea::placeholder {
  font-size: 14px;
  color: #bdbdbd;
}

.hidden-bar .appointment-form .form-group button {
  width: 100%;
  font-size: 16px;
  padding: 10px 15px;
  margin-bottom: 20px;
  border-color: white;
}

.form-back-drop {
  position: fixed;
  left: 100%;
  top: 0px;
  width: 100%;
  height: 100%;
  opacity: 0;
  background: rgba(0, 0, 0, 0.7);
  visibility: hidden;
  z-index: 9990;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.side-content-visible .form-back-drop {
  opacity: 1;
  left: 0;
  visibility: visible;
}


.header-top .top-left {
  color: var(--heading-color);
  font-weight: 500;
  line-height: 20px;
  padding-top: 18px;
  padding-bottom: 18px;
  position: relative;
  z-index: 1;
}


.header-top .top-right ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}


.header-top .top-right ul li {
  line-height: 1;
}

.header-top .top-right ul li:not(:last-child) {
  margin-right: 50px;
  padding-right: 50px;
  border-right: 2px solid rgba(255, 255, 255, 0.2);
}


.header-top .top-right ul li>i {
  color: var(--primary-color);
  margin-right: 10px;
}

.header-top .top-right ul li a {
  color: rgba(255, 255, 255, 0.65);
}

.header-top .top-right ul li a:hover {
  color: var(--primary-color);
}

/*******************************************************/
/******************** ## Hero Area ********************/
/*******************************************************/
.hero-area {
  z-index: 1;
  position: relative;
}


/* .hero-content {
  max-width: 590px; } */
.hero-content .sub-title {
  font-size: 24px;
  color: var(--secondary-color);
  display: block;
  margin-bottom: 22px;
}

.hero-content .sub-title i {
  color: var(--secondary-color);
  margin-right: 5px;
}

.hero-content h2 {
  position: relative;
}

.hero-content p {
  margin-bottom: 40px;

}

.hero-content.style-two {
  max-width: none;
}

.hero-content.style-two h2 {
  margin-bottom: 20%;
}

.hero-images {
  position: relative;
}

.hero-images .price {
  max-width: 31%;
  position: absolute;
  right: -14%;
  bottom: 35%;
}

.hero-shapes .shape {
  position: absolute;
  max-width: 7%;
  z-index: -1;
}

.hero-shapes .shape.one {
  left: 50%;
  top: 0;
}

.hero-shapes .shape.two {
  left: 4%;
  top: 18%;
}

.hero-shapes .shape.three {
  right: 0;
  top: 0;
  max-width: 100%;
}

.hero-shapes .shape.four {
  left: 6%;
  bottom: 11%;
}

.hero-shapes .shape.five {
  left: 52%;
  bottom: 11%;
}

/* Hero Two */
.hero-area-two .pizza {
  z-index: -1;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 38%;
}

.hero-area-two .price-badge {
  z-index: -1;
  width: 170px;
  height: 170px;
  color: white;
  position: absolute;
  left: 62%;
  top: 20%;
  font-size: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background-size: cover;
  font-family: var(--heading-font);
}

.hero-area-two .price-badge b {
  font-size: 1.2em;
}

.hero-area-two .shape.three {
  top: 40%;
  max-width: 5%;
}

.hero-area-two .letter-shape-one {
  z-index: -1;
  position: absolute;
  right: 0;
  top: 18%;
  max-width: 20%;
}

.hero-area-two .letter-shape-two {
  position: absolute;
  left: 0;
  bottom: 4%;
  z-index: -1;
  max-width: 10%;
}

.hero-content-two {
  max-width: 234px;
}


.hero-content-two .price {
  line-height: 1;
  display: block;
  font-size: 30px;
  margin-bottom: 33px;
  color: var(--secondary-color);
  font-family: var(--heading-font);
}

.hero-title {
  color: white;
  display: block;
  line-height: 0.8;
  font-size: 300px;
  font-family: var(--heading-font);
}

/* Hero Three */
.hero-area-three {
  background-size: cover;
  background-position: bottom center;
}

.hero-area-three .marquee-wrap.style-two {
  top: 11%;
  opacity: 1;
  position: absolute;
}

.hero-content-three p {
  font-weight: 500;
  max-width: 515px;
  margin-bottom: 35px;
}

.hero-content-three .theme-btn {
  border: 1px solid var(--secondary-color);
}

.hero-content-three .theme-btn:not(:hover) i {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  color: var(--heading-color);
}

.hero-three-image {
  position: relative;
}

.hero-three-image .offer-badge {
  width: 170px;
  height: 170px;
  line-height: 1;
  position: absolute;
  left: -5%;
  top: 10%;
  font-size: 45px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-size: cover;
}

/* Hero Four */
.hero-area-four {
  position: relative;
  z-index: 1;
}

.hero-area-four:before {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  content: '';
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.65)), to(rgba(0, 0, 0, 0.95)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.95) 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.95) 100%);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.95) 100%);
}

.hero-area-four .shape.five {
  left: 85%;
}

.hero-content-four {
  position: relative;
}

.hero-content-four .quality-food {
  position: absolute;
  left: 10%;
  bottom: 3%;
  width: 180px;
  height: 180px;
  font-size: 30px;
  line-height: 1.2;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-size: cover;
  font-family: var(--heading-font);
  background-repeat: no-repeat;
}

.hero-content-four .quality-food .for-border {
  width: 70%;
  height: 70%;
  position: absolute;
  left: 15%;
  top: 15%;
  border: 2px dashed white;
  border-radius: 50%;
}

.hero-content-four .sub-title {
  color: white;
  font-size: 24px;
  font-weight: 600;
  text-transform: uppercase;
}

.hero-content-four h1 {
  margin-bottom: -10%;
}

.hero-content-four.style-two {
  max-width: 775px;
  margin-left: auto;
  margin-right: auto;
}

.hero-content-four.style-two .sub-title {
  display: block;
  margin-bottom: 20px;
  color: var(--secondary-color);
}

.hero-content-four.style-two h1 {
  margin-top: 0;
  line-height: 1;
  margin-bottom: 15px;
}

.hero-content-four.style-two p {
  max-width: 575px;
  margin-left: auto;
  margin-right: auto;
}

/* Hero Five */
.hero-area-five {
  background-position: bottom center;
}

.hero-area-five .shape.five {
  left: 90%;
}

.hero-area-five .hero-left,
.hero-area-five .hero-right {
  z-index: -1;
  max-width: 30%;
  position: absolute;
}

.hero-area-five .hero-left {
  left: 4%;
  bottom: 20%;
}

.hero-area-five .hero-right {
  right: 4%;
  bottom: 30%;
}

/* Hero Six */
.hero-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero-btns>* {
  margin-bottom: 15px;
}

.hero-btns .theme-btn:not(:last-child) {
  margin-right: 40px;
}

.hero-btns .header-number {
  display: block;
  margin-left: 0;
}

/*******************************************************/
/******************* ## Offer Area *********************/
/*******************************************************/
.offer-card-item {
  padding: 40px 0;
  position: relative;
  text-align: center;
  background-color: var(--primary-color);
  background-image: url(../images/offer/offer-card-bg.png);
}

.offer-card-item .badge {
  width: 90px;
  height: 90px;
  z-index: 1;
  position: absolute;
  right: 15%;
  top: 18%;
  line-height: 72px;
  background-image: url(../images/offer/badge-bg.png);
}

.offer-card-item .image {
  position: relative;
  padding-bottom: 80%;
}

.offer-card-item .image img {
  left: 50%;
  top: 68%;
  position: absolute;
  max-width: calc(100% + 80px);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.offer-card-item .title {
  color: white;
  display: block;
  font-size: 100px;
  position: relative;
}

.offer-card-item .available-item {
  color: white;
  padding: 5px 10px 2px;
  display: inline-block;
  border: 1px solid white;
  background: var(--primary-color);
}

.offer-card-item .bg-text {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  line-height: 1;
  top: 45%;
  font: 8em var(--heading-font);
  line-height: 0.8;
  color: rgba(255, 255, 255, 0.1);
}

.offer-card-item.style-two {
  background-color: var(--secondary-color);
}

.offer-card-item.style-two .badge {
  color: white;
  background-image: url(../images/offer/badge-bg-two.png);
}

.offer-area .marquee-wrap.style-two {
  position: absolute;
  z-index: -1;
  top: 55px;
}

.offer-area .offer-shapes .shape {
  z-index: -1;
  max-width: 8%;
  position: absolute;
}

.offer-area .offer-shapes .shape.one {
  left: 0;
  bottom: 50px;
}

.offer-area .offer-shapes .shape.two {
  top: 15%;
  right: 18%;
}

.offer-area .offer-shapes .shape.three {
  left: 30%;
  bottom: 6%;
}

.offer-content img {
  max-width: 50%;
}

.offer-content h2 {
  font-size: 95px;
  margin-top: 15px;
  line-height: 1.1;
}

.offer-content h3 {
  color: var(--secondary-color);
}

.offer-content h3 span {
  font-size: 1.66em;
  color: var(--secondary-color);
}

.offer-content p {
  max-width: 460px;
  margin-top: 15px;
  margin-bottom: 30px;
}

.offer-image {
  position: relative;
  text-align: right;
  max-width: 676px;
}

.offer-image .offer-badge {
  position: absolute;
  left: 19%;
  bottom: -4%;
  width: 226px;
  height: 226px;
  background-repeat: no-repeat;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.offer-image .offer-badge span {
  font-size: 45px;
}

.offer-image .offer-badge span .price {
  line-height: 1;
  font-size: 1.66em;
}

.offer-image.style-two .offer-badge {
  left: auto;
  top: 0;
  right: 0;
}

.offer-image.style-two .offer-badge .price {
  display: block;
  font-size: 2em;
  font-weight: 600;
}


.offer-image.style-two .marquee-wrap.style-two {
  z-index: -1;
  position: absolute;
  left: 35%;
  bottom: -28%;
}

.offer-image.style-two.style-three .offer-badge span {
  color: white;
}

.offer-image.style-two.style-three .marquee-wrap.style-two {
  left: 0;
  bottom: -40%;
}

.coming-text-wrap {
  text-align: center;
  padding: 100px 0;
}

.coming-text-wrap h3 {
  font-size: 80px;
}

/* Special Offer Two */
.offer-content-two img {
  max-width: 90%;
}

.offer-content-two .section-title h2 {
  color: var(--secondary-color);
}

.offer-content-two p {
  max-width: 455px;
  margin-left: auto;
  margin-right: auto;
}

.offer-countdown-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: -12px;
  margin-right: -12px;
}

.offer-countdown-wrap li {
  color: white;
  line-height: 1;
  font-size: 22px;
  min-width: 110px;
  padding: 20px 30px;
  text-align: center;
  margin-bottom: 25px;
  border-radius: 10px;
  margin-left: 12px;
  margin-right: 12px;
  background: var(--primary-color);
  font-family: var(--heading-font);
}

.offer-countdown-wrap li span {
  display: block;
  font-size: 75px;
}

/*******************************************************/
/******************* ## Banner Area *******************/
/*******************************************************/
.category-banner-item {
  padding: 40px;
  color: white;
  z-index: 1;
  margin-bottom: 30px;
  position: relative;
  background-size: cover;
  background-position: center center;
}

.category-banner-item:before {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  content: '';
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(334.77deg, #0E1317 11.42%, rgba(14, 19, 23, 0) 74.78%);
  background: -o-linear-gradient(334.77deg, #0E1317 11.42%, rgba(14, 19, 23, 0) 74.78%);
  background: linear-gradient(115.23deg, #0E1317 11.42%, rgba(14, 19, 23, 0) 74.78%);
}

.category-banner-item .price {
  display: block;
  font-size: 24px;
  margin-top: -5px;
  margin-bottom: 10px;
  color: var(--secondary-color);
  font-family: var(--heading-font);
}

.why-choose-area .section-title {
  width: 80%;
  margin: 0 auto;
}

.category-banner-item h3 {
  color: white;
  line-height: 1;
  max-width: 200px;
}


.category-banner-item .ratting {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}

.category-banner-item.style-two:before {
  display: none;
}

.category-banner-item.style-two .price {
  color: white;
}

.category-banner-item.style-two h3 {
  max-width: 250px;
  margin-bottom: 16px;
}

.category-banner-item.style-two .ratting {
  margin-bottom: 26px;
}

.category-banner-item.style-two .theme-btn {
  font-size: 16px;
  padding: 7px 30px;
}

.category-banner-item.style-two .theme-btn:hover {
  outline: 1px solid white;
}

.category-banner-item.style-two .food-image {
  z-index: -1;
  max-width: 45%;
  position: absolute;
  right: 25px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.category-banner-item.style-two.color-black h3,
.category-banner-item.style-two.color-black .price,
.category-banner-item.style-two.color-black .ratting,
.category-banner-item.style-two.color-black .ratting i {
  color: var(--heading-color);
}

.category-banner-item.style-two.color-black .food-image {
  max-width: 40%;
}

.category-banner-item.style-three {
  padding: 190px 60px 50px;
  height: calc(100% - 30px);
}

.category-banner-item.style-three:before {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.9)));
  background: -webkit-linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
  background: -o-linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
  background: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
}

.category-banner-item.style-three h3 {
  margin-bottom: 20px;
  text-transform: uppercase;
}

.category-banner-item.style-three h2 {
  color: white;
  max-width: 305px;
}


.category-banner-item.style-three .theme-btn {
  padding: 7px 30px;
}

.category-banner-item.style-three .quality {
  color: white;
  font-size: 18px;
  font-weight: 500;
  padding: 3px 20px;
  border: 1px solid;
  margin-bottom: 20px;
  border-radius: 30px;
  display: inline-block;
}

.category-banner-item.style-three.gradient-two {
  padding-top: 85px;
}

.category-banner-item.style-three.gradient-two:before {
  background: -webkit-linear-gradient(154.36deg, rgba(236, 61, 8, 0.2) 0.49%, rgba(236, 61, 8, 0.7) 100%);
  background: -o-linear-gradient(154.36deg, rgba(236, 61, 8, 0.2) 0.49%, rgba(236, 61, 8, 0.7) 100%);
  background: linear-gradient(295.64deg, rgba(236, 61, 8, 0.2) 0.49%, rgba(236, 61, 8, 0.7) 100%);
}

.category-banner-item.style-three.gradient-three {
  padding-top: 85px;
}

.category-banner-item.style-three.gradient-three:before {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.9)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
}

.category-banner-item.style-four {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: calc(100% - 30px);
}

.category-banner-item.style-four:before {
  display: none;
}

.category-banner-item.style-four h3 {
  max-width: none;
  margin-bottom: 0;
  text-transform: uppercase;
}

.category-banner-item.style-four .get-one {
  display: block;
  font-size: 24px;
  margin-bottom: 22px;
}

.category-banner-item.style-four .theme-btn {
  padding: 6px 30px;
  border: 1px solid white;
}

.category-banner-item.style-five {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.category-banner-item.style-five .badge {
  color: white;
  width: 85px;
  height: 85px;
  z-index: 1;
  position: absolute;
  right: 40px;
  top: 40px;
  font-size: 25px;
  font-weight: 400;
  line-height: 72px;
  background-image: url(../images/offer/badge-bg-two.png);
  background-size: cover;
}

.category-banner-item.style-five .price {
  font-size: 20px;
}

.category-banner-item.style-five h3 {
  max-width: 250px;
}

.category-banner-item.style-five .read-more {
  color: white;
  margin-top: 55px;
  background-size: cover;
}

.category-banner-item.style-five.height-100 {
  padding-top: 150px;
  height: calc(100% - 30px);
}

/* Category Banner Five */
.category-banner-area-five {
  position: relative;
}

.category-banner-area-five:before {
  position: absolute;
  left: 0;
  top: 0;
  content: '';
  z-index: -1;
  width: 100%;
  height: 60%;
  background: var(--lighter-color);
}
.page-banner-area {
  background-image: url(../images/bg/page-banner.png);
  z-index: 2;
  position: relative;
  padding-top: 160px;
  padding-bottom: 110px;
  background-size: cover;
}
.inner-frame-shape{margin-top:-10px;}

.breadcrumb {
  padding: 0;
  margin: 0;
  font-size: 24px;
  background: transparent;
  text-transform: capitalize;
}
h1.page-title {
  font-size: 69px;
  font-weight: 400;
  line-height: 85px;
  margin-bottom: 20px;
}
.breadcrumb .breadcrumb-item {
  padding: 0;
  font-weight: 300;
  font-size: 26px;
  line-height: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.breadcrumb .breadcrumb-item a {
  color: var(--primary-color);
}

.breadcrumb .breadcrumb-item a:hover {
  color: var(--primary-color);
}

.breadcrumb .breadcrumb-item.active {
  color: var(--primary-color);
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-thickness: 1px;
}

.breadcrumb .breadcrumb-item+.breadcrumb-item::before {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  color: var(--primary-color);
  content: '/';
  font-size: 1em;
    font-weight: 600;
    margin-left: 15px;
    margin-right: 10px;
  font-family: "Font Awesome 5 Pro";
}

/*******************************************************/
/******************** ## About Area ********************/
/*******************************************************/
.why-choose-area .marquee-wrap.style-two {
  position: absolute;
  z-index: -1;
  top: 55px;
}

.why-choose-area .headline-shapes .shape {
  z-index: -1;
}

.why-choose-area .headline-shapes .shape.one {
  left: 5%;
}

.why-choose-area .headline-shapes .shape.two {
  top: 5%;
  right: 2%;
}

.why-choose-content {
  /* max-width: 530px; */
}

.about-image-part {
  position: relative;
  padding-left: 12%;
  padding-top: 18%;
}

.about-image-part:before {
  /* position: absolute; */
  display: none;
  left: 0;
  top: 0;
  content: '';
  width: 95%;
  height: 95%;
  z-index: -1;
  border-radius: 25px;
  border: 2px solid var(--primary-color);
}

.text-yellow {
  color: var(--secondary-color)
}

.about-image-part:after {
  position: absolute;
  left: 6%;
  top: 13%;
  content: '';
  width: 80%;
  height: 80%;
  z-index: -1;
  border-radius: 0;
  border: 2px solid var(--secondary-color);
}

.about-image-part img {
  border-radius: 0;
}

.about-image-part .food-review {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  right: -4%;
  top: 22%;
  padding: 9px;
  background: white;
  border-radius: 33px;
  border: 1px solid var(--primary-color);
  -webkit-box-shadow: 0px 10px 60px rgba(35, 116, 231, 0.3);
  box-shadow: 0px 10px 60px rgba(35, 116, 231, 0.3);
}

.about-image-part .food-review .author {
  width: 36px;
  height: 36px;
}

.about-image-part .food-review .text {
  color: var(--primary-color);
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  margin-left: 15px;
  margin-right: 12px;
  margin-bottom: -5px;
}

.about-image-part .food-review .ratting {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  padding-right: 8px;
}

.about-image-part .food-review .ratting i {
  font-size: 14px;
}

.about-image-part .quality-food {
  position: absolute;
  right: -2%;
  bottom: -9%;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.about-image-part .quality-food .for-border {
  width: calc(100% - 50px);
  height: calc(100% - 50px);
  position: absolute;
  left: 25px;
  top: 25px;
  border: 2px dashed white;
  border-radius: 50%;
}

.about-image-part .quality-food .text {
  color: white;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}

.about-image-part.style-two {
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  padding-left: 0;
  padding-top: 20px;
}

.about-image-part.style-two:before,
.about-image-part.style-two:after {
  content: none;
}

.about-image-part.style-two .quality-food {
  bottom: auto;
  top: 0;
  right: 0;
}

.about-image-part.style-two .quality-food .for-border {
  border-color: var(--heading-color);
}

.about-image-part.style-two .quality-food .text {
  color: var(--heading-color);
}

.about-image-part.style-three {
  max-width: 400px;
  text-align: right;
  padding-top: 55px;
}

.about-image-part.style-three:before,
.about-image-part.style-three:after {
  content: none;
}

.about-image-part.style-three img {
  border-radius: 0;
}

.about-image-part.style-three .quality-food {
  left: 0;
  top: 0;
}

.about-image-part.style-four {
  max-width: 600px;
  padding: 70px 12% 0 0;
}

.about-image-part.style-four img {
  border-radius: 0;
}

.about-image-part.style-four .quality-food {
  right: 0;
  top: 0;
}

.why-choose-two-content {
  padding-left: 40px;
  position: relative;
  z-index: 1;
}

.why-choose-two-content .section-title {
  max-width: 455px;
}

.why-choose-two-content .service-item {
  max-width: 300px;
  margin-right: 30px;
}

.why-choose-two-content .shape {
  z-index: -1;
  position: absolute;
}

.why-choose-two-content .shape.one {
  right: 10%;
  bottom: 63%;
  max-width: 20%;
}

.why-choose-two-content .shape.two {
  top: 93%;
  left: 10%;
  max-width: 10%;
}

/* About Shapes */
.bg-maroon {
  background: #541c20
}

.bg-cream {
  background: #fff1cc;
}
.cateogry-item .content p {
  line-height: 20px;
  min-height: 110px;
  font-size: 16px;
}
.cateogry-item {
  text-align: center;
  padding: 15px;
  border-radius: 25px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  background: #a3663d;
  color: #fff;
}

.bg-dark-maroon {
  background: #8c5835;
}

.cateogry-item .content h2 {
  color: #fff;
  font-size: 26px;
  font-weight: 400;
  line-height: 32px;
  margin-bottom: 20px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.cateogry-item .content h5 span{display: block;}
.section-title.discount-offer-wrap {
  background: rgba(248, 216, 193, 1);
  padding: 20px;
  border-radius: 8px;
  margin-top: 20px;
  padding-right: 100px;
}

.section-title.discount-offer-wrap p {
  margin: 0;
}

.discount-area-wrap .content {
  padding: 40px 30px;
}

.discount-area-wrap .note {
  position: relative;
  border-top: 2px dashed rgba(104, 43, 50, 0.5);
  margin: 30px 0;
  padding-top: 30px;
}

.discount-area-wrap .note h4 {
  background: var(--primary-color);
  color: #fff;
  padding: 3px 10px;
  display: table;
  position: relative;
  left: -30px;
}
.cateogry-item img {
  width: 80%;
}

.cateogry-item .content {
  border: 2px dashed #fff;
  border-radius: 25px;
  padding: 10px;
}

.cateogry-item:hover {
  -webkit-box-shadow: 0px 0px 30px 0px rgba(87, 95, 245, 0.3);
    box-shadow: 0px 0px 30px 0px rgba(87, 95, 245, 0.3);
}

.about-shapes .shape {
  z-index: -1;
  position: absolute;
}

.about-shapes .shape.one {
  right: -95px;
  bottom: -23%;
  max-width: 25%;
  z-index: 99;
}

.about-bg-text {
  position: absolute;
  left: 0;
  bottom: 85px;
  z-index: -1;
  font-size: 9.6vw;
  line-height: 1;
  color: var(--primary-color);
  font-family: var(--heading-font);
}

.about-btn-author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.about-btn-author .theme-btn {
  margin-top: 20px;
  margin-right: 35px;
}

.about-btn-author .author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.about-btn-author .author img {
  max-width: 52px;
  border-radius: 50%;
  margin-right: 18px;
}

.about-btn-author .author h6 {
  margin-bottom: 0;
}

.about-btn-author .author h6 span {
  font-size: 14px;
  font-family: var(--base-font);
}

.about-btn-author .read-more {
  margin-top: 20px;
}
.video-wrap{padding-bottom: 30px;}
.about-middle-content h4 {
  font-size: 26px;
  margin-bottom: 13px;
}

.about-btn-customer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
}

.about-btn-customer .theme-btn {
  margin-right: 45px;
}

.about-btn-customer .customer h6 {
  font-size: 18px;
}

.about-btn-customer .customer .customer-image img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-right: -15px;
}

/* About Four */
.about-image-four {
  position: relative;
}

.about-image-four .badge {
  max-width: 35%;
  position: absolute;
  left: 25%;
  bottom: 20px;
}

.about-image-four .badge img {
  border-radius: 50%;
}

.about-image-four.style-two {
  z-index: 1;
}

.about-image-four.style-two:before {
  content: '';
  z-index: -1;
  width: 310px;
  height: 310px;
  position: absolute;
  left: 50%;
  top: -60px;
  border-radius: 50%;
  border: 1px solid var(--primary-color);
  -webkit-transform: translate(-50%);
  -ms-transform: translate(-50%);
  transform: translate(-50%);
}

/* Why Choose Five */
.why-choose-five-content {
  max-width: 480px;
}

/* Menu Page */
.experience-year {
  position: absolute;
  right: 0;
  bottom: 0;
  color: white;
  padding: 45px;
  font-size: 20px;
  max-width: 300px;
  background: var(--primary-color);
}

.experience-year .years {
  font-size: 5em;
  line-height: 1;
  display: block;
  font-family: var(--heading-font);
}

/* About Five */
.about-image-five {
  margin-left: -90px;
}

/* About Six */
.about-six-service-part {
  padding-left: 100px;
  padding-right: 100px;
}


.about-six-service-part .headline-shapes .shape.two {
  right: -8%;
  max-width: 20%;
}

.about-six-content {
  max-width: 310px;
}

/*******************************************************/
/******************* ## Counter Area *******************/
/*******************************************************/
.counter-item {
  margin-bottom: 30px;
}

.counter-item.style-two .count-text {
  font-size: 48px;
}

.counter-item.style-three {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  padding: 28px 35px 22px;
  background: var(--lighter-color);
  border: 1px solid rgba(14, 19, 23, 0.05);
}


.counter-item.style-three .icon {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  font-size: 40px;
  color: var(--primary-color);
  width: 70px;
  height: 70px;
  background: white;
  line-height: 70px;
  border-radius: 50%;
  text-align: center;
  margin-right: 20px;
}

.counter-item.style-three .count-text {
  margin-bottom: -5px;
}

.counter-item.style-four {
  background: var(--lighter-color);
  padding: 45px 50px 30px;
  margin-bottom: 0;
}

.counter-item.style-four .count-text {
  font-size: 75px;
}

.counter-item.style-four .wave {
  margin-top: 10px;
  margin-bottom: 22px;
}

.counter-item.style-four.text-white .count-text {
  color: white;
}

.counter-item.style-four.bgc-primary {
  background-color: var(--primary-color);
}

.counter-item.style-four.bgc-secondary {
  background-color: var(--secondary-color);
}

.counter-area-four {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 690px;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.count-text {
  display: block;
  line-height: 1;
}

.count-text.plus:after {
  content: '+';
}

.count-text.k-plus:after {
  content: 'k+';
}

.count-text.m-plus:after {
  content: 'm+';
}

.chef-content-part {
  max-width: 435px;
}


.chef-content-part .section-title h2 {
  margin-bottom: -5px;
}

.chef-content-part .social-style-one a:not(:hover) {
  background: var(--lighter-color);
}

/* Circle Counter */
.history-progress {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.history-progress canvas {
  margin-right: 30px;
}

.history-progress .counting {
  width: 120px;
  position: absolute;
  left: 0;
  top: 50%;
  line-height: 1;
  font-size: 35px;
  text-align: center;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.history-progress h3 {
  margin-bottom: 0;
}


.history-progress.style-two {
  display: block;
  text-align: center;
}

.history-progress.style-two canvas {
  margin-right: 0;
  margin-bottom: 12px;
}

.history-progress.style-two .counting {
  top: 60px;
  width: 100%;
}

/*******************************************************/
/****************** ## Category Area *******************/
/*******************************************************/
.food-category-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 25px 50px 25px 70px;
  border: 1px solid var(--border-color);
}

.food-category-item .image {
  max-width: 100px;
  margin-right: 25px;
  position: relative;
}

.food-category-item .image .pizza-badge {
  width: 40px;
  height: 40px;
  position: absolute;
  left: -20px;
  top: 0;
  text-align: center;
  color: var(--heading-color);
  background-size: cover;
  background-repeat: no-repeat;
  font-family: var(--heading-font);
  line-height: 42px;
}

.food-category-item h3 {
  margin-bottom: 0;
  font-size: 18px !important;
}

.food-category-active .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid var(--border-color);
  border-bottom: 1px solid var(--border-color);
}

.food-category-active .slick-track .food-category-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  border-width: 0 1px 0 0;
}

/* Food Category Two */
.fc-two-active {
  margin-left: -15px;
  margin-right: -15px;
}

.fc-two-item h5 {
  color: #ec3d08;
  font-size: 18px;
  margin: 0;
}

.fc-two-item .divider-shape img {
  width: auto !important
}

.fc-two-item h5 span {
  font-size: 106px;
  color: #ec3d08;
  position: absolute;
  top: -25px;
  opacity: 0.3;
  top: 87%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.fc-two-active .fc-two-item {
  margin-left: 15px;
  margin-right: 15px;
}

.fc-two-active .fc-two-item img {
  display: inline-block;
  width: 70px;
}

.fc-two-active .slick-dots {
  margin-top: 20px;
}

.about-text h5:first-child {
  background: url(../images/bg/rectangle-maroon-bg.png);
  background-size: contain;
  background-repeat: no-repeat;
}


.food-category-area-2 .section-title h3 img {
  left: 100px;
  z-index: 2;
}

.bg-product-1 {
  background: url('../images/bg/bg-product-faq.png');
  background-size: cover;
  background-position-y: bottom;
}

.why-content-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
}

.why-content-wrap .content-area h5 {
  font-weight: 400;
}

.why-content-wrap .content-area p {
  font-size: 16px;
  line-height: 24px;
}

.why-content-wrap .number span {
  position: relative;
  top: 7px;
  background: url(../images/shapes/list-bg.png);
  padding: 15px 20px;
  color: #fff;
  border-radius: 50%;
  margin-right: 10px;
  font-size: 20px;
  background-size: cover;
}

.food-category-area-2 .note {
  background: rgba(179, 195, 127, 1);
  padding: 15px 0;
  text-align: center;
  font-size: 24px;
  rotate: -2.24deg;
  z-index: 1;
  position: relative;
  margin-top: 40px;
}

.w-75 {
  width: 75%;
  margin: 0 auto;
}

.food-category-area-2 .note p {
  margin-bottom: 0;
}

.food-category-area-2 .food-category-shape-1 .shape {
  position: absolute;
  top: 100%;
}
.section-title p{    font-size: 16px;
  line-height: 21px;
  font-weight: 300;}
.story-wrap{border-right: 2px dashed var(--primary-color);   padding-right: 30px;}
.food-category-area-2 .food-category-shape-1 .shape.two {
  right: 0;
  top: 0
}

.food-category-area-2 .food-category-shape-1 .shape.three {
  right: 0;
  z-index: -2;
  top: 110%;
}

.cta-area-three .featured-item-3 {
  padding: 30px 40px;
}

.cta-area-three .featured-item-3 .flat-offer {
  background: url(../images/shapes/white-gradient-rectangle.png);
  background-repeat: space;
  padding: 10px 30px;
  margin-bottom: 30px;
  position: relative;
  left: -43px;
}

.cta-area-three .featured-item-3 .content p {
  color: #fff;
  margin-bottom: 40px
}

.testimonials-about .product-content-shape .shape {
  position: absolute;
  bottom: 0;
  z-index: 2;
  max-width: 9%;
  top: -55px;
  right: 40px;
}

.testimonial-wrap-2 .testimonial-item-2 {
  background: #fff;
  padding: 20px;
  border-radius: 25px;
  display: flex;
  box-shadow: rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0px 0px 30px 0px rgba(87, 95, 245, 0.1);
  box-shadow: 0px 0px 30px 0px rgba(87, 95, 245, 0.1);
  margin-top: 40px;
  position: relative;
}

.selected-pack-wrap {
  display: flex;
  align-items: center;
}

.available-pack-wrap ul li {
  border: 2px solid #541c20;
  width: 260px;
  border-radius: 4px;
  margin-top: 10px;
  padding: 4px 10px;
}

.singup-form {
  width: 762px;
    padding: 50px 40px;
    margin: 60px auto;
    color: #fff;
    height: 626px;
}

.singup-form label {
  color: #fff;
}

.singup-form .section-title {
  text-align: center;
}

.combo-purchase-wrap .quantity-input {
  border: 1px solid #541c20;
}

.combo-purchase-wrap .shoping-cart-total {
  background: rgba(196, 130, 82, 1);
  border-radius: 4px;
  padding: 10px;
  color: #fff;
  margin-top: 10px;
}

.combo-purchase-wrap .purchase-btn {
  text-align: right;
}

.combo-purchase-wrap .shoping-cart-total table tr {
  border-bottom: 2px dashed rgba(217, 217, 217, 1);
}

.combo-purchase-wrap .shoping-cart-total table tr td .price,
.combo-purchase-wrap .shoping-cart-total table tr td strong {
  color: #fff;
}

.combo-purchase-wrap .quantity-input button {
  width: 180px;
  background: transparent;
}

.available-pack-wrap ul li a {
  color: #541c20;
}

.available-pack-wrap ul li:hover {
  background: rgba(251, 223, 196, 1);
}

.selected-pack-wrap .image img {
  width: 80%;
}

.selected-pack-wrap .image .number {
  position: absolute;
  top: 0px;
  right: 27px;
  background: rgba(239, 60, 60, 1);
  color: #fff;
  border-radius: 50%;
  padding: 0px 8px;
  font-size: 14px;
}

.combo-area .product-list {
  margin: 0;
}

.combo-area .product-list .quantity-input {
  border-radius: 25px;
  border: 1px solid rgba(196, 130, 82, 1);
}

.combo-area .product-list .quantity-input button {
  width: 50px;
}

.combo-area .product-list .image img {
  width: 100%;
}

.combo-area .product-list .add-icon {
  position: absolute;
  right: -20px;
  top: -20px;
}

.combo-area .product-list .add-icon img {
  width: 70%;
}
.testimonial-wrap-2 {
  padding-right: 30px;
}
.testimonial-wrap-2 .testimonial-item-2.item-1 {
  position: relative;
  left: -15%;
}

.testimonial-wrap-2 .testimonial-item-2.item-3 {
  position: relative;
  left: -25%;
}

.testimonial-wrap-2 .testimonial-item-2 p {
  margin-bottom: 0;
  font-style: italic;
}

.testimonial-wrap-2 .testimonial-item-2 .icon img {
  width: 80px;
  position: relative;
  top: -18px;
  left: -12px;
}

.testimonial-wrap-2 .testimonial-item-2:before {
  content: '';
  background: url(../images/shapes/triangle-testi.png);
  width: 45px;
  height: 44px;
  position: absolute;
  bottom: -21px;
  right: 42px;
}

.testimonials-about .product-content-shape .shape.two {
  bottom: 0;
  top: 76%;
  left: 140px;
}

.cta-area-three .featured-item-3 .content h5 {
  color: #fff !important;
  font-size: 32px;
  font-weight: 400;
}

.bg-fade-yellow-2 {
  background: rgba(249, 226, 169, 1);
}

.about-us-area .bg-shape {
  position: absolute;
  z-index: -1;
  top: -65px;
}

.about-us-content-2 h4 {
  font-weight: 300;
}

.pl-60 {
  padding-left: 60px;
}

.pr-60 {
  padding-right: 60px;
}

.bg-green-fade-2 {
  background: rgba(226, 235, 197, 1)
}

.about-image-wrap .icon {
  position: absolute;
  top: 60px;
  right: 15px;
  background: rgba(248, 229, 215, 1);
  padding: 10px;
  border-radius: 50%;
  border: 3px dashed rgba(196, 130, 82, 1);
  width: 120px;
}

.about-text h5 {
  background: url(../images/bg/rectangle-green-bg.png);
  padding: 3px 10px;
  background-size: contain;
  background-repeat: no-repeat;
  font-size: 26px;
  font-weight: 300;
  color: #000;
}

.about-text h5:last-child {
  background: url(../images/bg/rectangle-yellow-bg.png);
  background-size: contain;
  background-repeat: no-repeat;
}

.fc-two-item {
  padding: 30px 20px;
  position: relative;
  text-align: center;
  margin-bottom: 30px;
  background: #fff;
  border: 3px solid #894936;
  border-top-right-radius: 25px;
  border-bottom-left-radius: 25px;
  min-height: 350px;
}

.fc-two-item p {
  font-size: 14px;
  line-height: 26px;
}

.fc-two-item .icon {
  margin-bottom: 10px;
}

.fc-two-item .btn {
  color: black;
  border: none;
  font-weight: 500;
  background: white;
  padding: 3px 15px;
  border-radius: 0;
}

.fc-two-item.style-two {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 30px 15px 15px;
  background: transparent;
  height: calc(100% - 30px);
}

.fc-two-item.style-two .icon {
  margin-bottom: 15px;
}

.fc-two-item.style-two h5 {
  font-size: 22px;
  margin-top: auto;
}

/*******************************************************/
/***************** ## Popular Food Area *****************/
/*******************************************************/
.food-item {
  position: relative;
  padding: 25px 45px 8px;
  background-color: var(--lighter-color);
  border: 1px dashed var(--border-color);
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.food-item .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.food-item .content h5 {
  margin-bottom: 4px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.food-item .content .price {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 40px;
  text-align: right;
}

.food-item .content .price span {
  color: var(--primary-color);
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.food-item .image {
  position: absolute;
  right: 0;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  z-index: 2;
}

.food-item .image img {
  max-width: 120px;
  border-radius: 50%;
}

.food-item:hover {
  color: white;
  background-color: var(--primary-color);
  background-image: url(../image/shapes/food-shape.png);
}

.food-item:hover .content h5,
.food-item:hover .content .price span {
  color: white;
}

.food-item:hover .image {
  opacity: 1;
  visibility: visible;
  right: -25%;
  bottom: 36%;
}

/* Pizza Menu Item */
.food-menu-item {
  padding: 25px 25px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 30px;
  background: #fff;
  border-radius: 25px;
}

.shoping-cart-total {
  background: #fff;
  border-radius: 25px;
  padding: 20px;
}

.shoping-cart-total table tr td .price {
  color: #C48252;
}

.shoping-cart-total table tr {
  border-bottom: 2px dashed #C48252;
}

.shoping-cart-total table tr td strong {
  color: #797575;
}

.shoping-cart-total table tr:last-child {
  border: none;
}

.food-menu-item .add-btn {
  position: absolute;
    right: 15px;
  border-radius: 12px;
  background: #C48252;
  padding: 10px 40px;
  color: #fff;
  top: 25px;
}

.food-menu-item .image {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  margin-right: 10px;
}

.food-menu-item .image img {
  border-radius: 50%;
}

.food-menu-item .content {
  margin-right: 10px;
}

.food-menu-item .content h5 {
  margin-bottom: 0;
  line-height: 1;
  font-weight: 300;
}

.cart-checkout-item {
  background: #F3F3F3;
  padding: 20px;
  border-radius: 25px;
}
.border-25-maroon{border:3px solid #d9a36f;border-radius: 25px;}
.border-25-green{border:3px solid #a0b267;border-radius: 25px;}
.border-25-orange{border:3px solid #c48252;border-radius: 25px;}
.border-25-yellow{border:3px solid #ddb349;border-radius: 25px;}
.video-area .food-category-shape .shape.five {
  bottom: 0;
  top: auto;
}
.video-wrap {
  padding-bottom: 30px;
  text-align: center;
  width: 85%;
}
.flat-offer-wrap {
  background: #B3C37F;
  padding: 20px;
  border-radius: 25px;
  padding-top: 100px;
  overflow: hidden;
}

.product-details-image img {
  width: 100%;
}

.border-25 {
  border-radius: 25px;
}

.billing-address-wrap {
  background: #F3F3F3;
  border-radius: 25px;
  padding: 20px 10px;
}

.bg-fade-green-2 {
  background: #E2EBC5
}

.shoping-cart-total.checkout-wrap {
  background: #FFF0E5;
}

.shoping-cart-total table tr td:last-child {
  text-align: right;
}

.offer-content-shape .shape {
  position: absolute;
  top: 0;
  left: 0;
}

.food-menu-item .content p {
  margin-bottom: 5px;
}

.food-menu-item .content .price {
  line-height: 1;
  color: var(--primary-color);
}

.food-menu-item .details-btn {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  text-align: center;
  line-height: 35px;
  font-size: 13px;
  color: var(--heading-color);
  margin-left: auto;
  width: 35px;
  height: 35px;
  background: var(--secondary-color);
}

.food-menu-item.style-two {
  padding: 0;
  border: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.food-menu-item.style-two .image {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 100px;
  margin-right: 20px;
}

.food-menu-item.style-two .content {
  width: 100%;
  margin-right: 0;
}

.food-menu-item.style-two .content h5 {
  margin-top: 8px;
  margin-bottom: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
}

.food-menu-item.style-two .content h5 .title {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
}

.food-menu-item.style-two .content h5 .dots {
  height: 2px;
  width: 100%;
  margin-left: 25px;
  margin-bottom: 10px;
  border-bottom: 2px dotted var(--base-color);
}

.food-menu-item.style-two .content h5 .price {
  margin-left: 20px;
}

.food-menu-item.style-two .content p {
  margin-bottom: 0;
}

.food-menu-item.style-two:last-child {
  margin-bottom: 0;
}

.popular-menu-wrap {
  height: 100%;
  background: #EAC770;
  margin-top: -1px;
  margin-right: -1px;
  padding: 30px 60px;
  border-radius: 25px;
  margin-left: -20px;
}

.grill-menu-wrap .popular-menu-wrap ul li {
  text-align: center;
  font-size: 22px;
  font-weight: 300;
  padding: 10px 0;
  border-bottom: 2px dashed #444;
}

.grill-menu-wrap .popular-menu-wrap ul li:last-child {
  border: none;
}

.popular-menu-wrap.bgc-black {
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: var(--heading-color);
  border: 1px solid rgba(255, 255, 255, 0.05);
}

.popular-menu-wrap.bgc-black .food-menu-item.style-two .content h5 {
  color: white;
}

.popular-menu-wrap.bgc-black .food-menu-item.style-two .content p {
  color: #ACACAC;
}

.menu-items-shape .shape {
  top: 15%;
  z-index: -1;
  max-width: 15%;
  position: absolute;
}

.menu-items-shape .shape.one {
  left: 3%;
}

.menu-items-shape .shape.two {
  right: 3%;
}

.special-pizza {
  position: relative;
  z-index: 1;
  padding: 30px 35px 35px;
  background-color: var(--primary-color);
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
  margin-bottom: 30px;
}

.special-pizza:after {
  position: absolute;
  right: 0;
  bottom: 0;
  content: '';
  width: 38%;
  height: 73%;
  background-image: url(../image/shapes/special-pizza-shape.png);
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -2;
}

.special-pizza .image {
  z-index: -1;
  position: absolute;
  right: 0;
  top: 40px;
  max-width: 52%;
}

.special-pizza .price {
  font-size: 24px;
  font-family: var(--heading-font);
  color: var(--secondary-color);
  display: block;
  margin-bottom: 4px;
}

.special-pizza h3 {
  font-size: 50px;
  color: white;
  line-height: 1.05;
}

.special-pizza .ratting {
  margin-left: -3px;
}

.special-pizza .ratting span {
  color: white;
  margin-left: 10px;
  margin-bottom: -3px;
  font-family: var(--heading-font);
}

.special-pizza .theme-btn.style-two {
  margin-top: 16px;
  font-size: 16px;
  padding: 6px 30px;
  border: 1px solid var(--secondary-color);
}

.restaurant-menu-area .shape {
  max-width: 10%;
}

/* Food Menu Five */
.food-menu-five .food-menu-item.style-two {
  padding: 25px 30px;
  border: 2px dashed var(--border-color);
}

.food-menu-five .food-menu-item.style-two:not(:last-child) {
  margin-bottom: 20px;
}

.food-menu-five .food-menu-item.style-two .image img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  border: 3px solid white;
  -webkit-box-shadow: 0px 10px 30px rgba(150, 150, 150, 0.25);
  box-shadow: 0px 10px 30px rgba(150, 150, 150, 0.25);
}

/* Grill Menu */
.grill-menu-image {
  height: 100%;
  min-height: 500px;
}

.grill-menu-wrap .popular-menu-wrap {
  margin-top: 60px;
  position: relative;
  margin-bottom: -60px;
}

.grill-menu-wrap .popular-menu-wrap .food-menu-item.style-two:not(:last-child) {
  padding-bottom: 30px;
  border-bottom: 2px dotted var(--border-color);
}

.grill-menu-wrap .popular-menu-wrap .food-menu-item.style-two .image {
  width: 80px;
}

.grill-menu-wrap .popular-menu-wrap .food-menu-item.style-two .content h5 {
  font-size: 22px;
}

.grill-menu-wrap .popular-menu-wrap .vertical-text {
  height: 100%;
  color: white;
  padding: 5px;
  position: absolute;
  right: 100%;
  top: 0;
  font-size: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-writing-mode: vertical-lr;
  -ms-writing-mode: tb-lr;
  writing-mode: vertical-lr;
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
  background: var(--primary-color);
}

.grill-menu-wrap .popular-menu-wrap .vertical-text i {
  margin: 25px 0;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

/*******************************************************/
/**************** ## Call To Action Area ****************/
/*******************************************************/
.cta-content:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 50vw;
  height: 100%;
  background-color: var(--primary-color);
  background-image: url(../images/background/cta-dot-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
}

.cta-content .cta-badge {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 180px;
  height: 180px;
  background-repeat: no-repeat;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.cta-content .cta-badge span {
  font-size: 35px;
}

.cta-content .theme-btn.style-two {
  border: 1px solid var(--secondary-color);
}

.cta-bg {
  position: absolute;
  right: 0;
  top: 0;
  width: 50vw;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
}

/* CTA Area Two */
.cta-content-two {
  max-width: 380px;
}

.cta-two-image {
  position: relative;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  z-index: 1;
}

.cta-two-image .badge {
  max-width: 44%;
  position: absolute;
  right: 25px;
  top: -25px;
}

.cta-two-image:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -1;
  border-radius: 50%;
  -webkit-filter: blur(35px);
  filter: blur(35px);
  background: var(--primary-color);
}

.cta-content-list {
  width: 350px;
}

.quality-wrap {
  position: relative;
}

.quality-wrap .quality-content-section {
  position: absolute;
  bottom: 50px;
  width: 53%;
  left: 60px;
}
.quality-wrap .quality-content-section h3{margin-bottom: 20px;}
.quality-wrap .quality-content-section p {
  font-size: 16px;
  line-height: 21px;
}
.cta-two-shapes .shape {
  z-index: -1;
  max-width: 15%;
  position: absolute;
}

.cta-two-shapes .shape.one {
  top: 10%;
  left: 3%;
}

.cta-two-shapes .shape.two {
  left: 3%;
  bottom: 10%;
}

.cta-two-shapes .shape.three {
  top: 10%;
  right: 3%;
}

.cta-two-shapes .shape.four {
  right: 3%;
  bottom: 10%;
}

/*******************************************************/
/****************** ## Products Area ******************/
/*******************************************************/
/* Pizza Products */
.product-item {
  text-align: center;
  margin: 0 15px;
  padding: 15px 5px;
  margin-bottom: 30px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.product-list {
  text-align: left;
  margin: 0 15px;
  border-radius: 15px;
  background: #fff;
  padding: 15px;
  margin-bottom: 30px;
}

.product-list .image {
  position: relative;
}

.product-list .image img {
  border-radius: 15px;
  margin-bottom: 10px;
}

.product-list .image ul {
  position: absolute;
  right: 8px;
  top: 12px;
  z-index: 1;
  display: flex;
}

.shoping-table {
  background: #f5f5f5;
  padding: 20px;
  border-radius: 25px;
}

.product-list .image ul li i {
  background: #FFE8D7;
  margin-right: 5px;
  padding: 10px;
  border-radius: 50%;
  color: #541c20;
  font-size: 20px;
}
.content-section-2 .section-title h3 {
  font-size: 42px;
  font-weight: 400;
  line-height: 58px;
}
.content-section-2 .section-title {
  padding: 80px;
  background-image: url(../images/bg/bg-content-abstract.png);
  margin: 80px auto;
  border-radius: 50px;
  background-size: cover;
  width: 90%;
}

.product-content-shape .shape {
  z-index: -1;
  max-width: 20%;
  position: absolute;
}

.product-content-shape .shape.one {
  top: 40px;
}

.product-content-shape .shape.two {
  bottom: 30px;
  max-width: 8%;
  left: 6%;
}

.product-content-shape .shape.three {
  right: 80px;
  bottom: 0;
  z-index: 0;
}
/*-------------about founder--------------*/
.about-founder-area {
  background: url(../images/bg/about-bg.png);
  padding-top: 80px;
  margin-top: -60px;
}
.about-founder-area .section-title h3 {
  font-size: 42px;
  font-weight: 400;
  line-height: 50px;
  margin-top: 40px;
  margin-bottom: 30px;
}

.about-founder-area .section-title h2 {
  font-size: 40px;
  font-weight: 300;
  line-height: 50px;
}
.about-founder-area .section-title img.founder-image {
  width: 90%;
  margin-top: 20px;
  margin-bottom: 100px;
}
.about-founder-area .section-title p {
  font-size: 22px;
  font-weight: 300;
  line-height: 25px; 
}
.crunch-text-wrap{
border: 3px solid #682B32;
border-radius: 25px;
padding: 20px;
text-align: left;
}
.text-crunchbury-wrap {
  display: flex;
  align-items: center;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 15px;
}
.text-crunchbury-wrap .text {
  position: relative;
  padding-left: 60px;
}
.about-founder-area .crunch-text-wrap .text-crunchbury-wrap .icon {
  background: #682b32;
}
.about-founder-area .bury-text-wrap .text-crunchbury-wrap .icon {
  background: #8D9E53;
}
.about-founder-area .bury-text-wrap .text-crunchbury-wrap .text{color:#000;}
.about-founder-area .food-category-shape-1 .shape{position: absolute;}
.about-founder-area .food-category-shape-1 .shape.one {
    bottom: 29%;
    opacity: 0.3;
    left: -30px;
}
.about-founder-area .food-category-shape-1 .shape.two{
  right:0;
  top: 34%;
  opacity: 0.3;
}
.about-founder-area .bury-text-wrap .text-crunchbury-wrap b{color:#8D9E53 ;}
.text-crunchbury-wrap .icon {
  padding: 5px 10px;
  color: #fff;
  font-size: 40px;
  border-radius: 50%;
  position: absolute;
  left:0;
  line-height: 50px;
  min-width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.bury-text-wrap{
  border: 3px solid #8D9E53;
  border-radius: 25px;
  padding: 20px;
  text-align: left;
}
.meet-crunchbury-wrap {
  width: 80%;
  margin: 0 auto;
  margin-bottom: 80px;
}
.meet-crunchbury-wrap .row{padding:20px 5px;}
.product-content-shape .shape.four {
  right: 115px;
  top: -60px;
  max-width: 9%;
}

.why-sprouted-shape .shape {
  position: absolute;
  width: 30%;
}

.why-sprouted-shape .shape.one {
  bottom: 40px;
  width: 10%;
}

.why-sprouted-shape .shape.two {
  left: 100px;
  width: 7%;
}

.why-sprouted-shape .shape.three {
  right: 0;
  top: 150px;
}

.distributor-area-wrap .testimonials-shapes .shape.one {
  left: -17%;
  top: -8%;
  width: 32%;
  z-index: -2;
}

.distributor-area-wrap .testimonials-shapes .shape.two {
  right: -2%;
  top: 4px;
  z-index: -1;
  width: 22%;
  rotate: 180deg;
}

.distributor-area-wrap .testimonials-shapes .shape.three {
  left: 0;
  bottom: -50px;
  top: auto;
}

.distributor-area-wrap .contact-page-form {
  background: #ffc26f;
}

.privacy-area-wrap .section-title {
  padding: 40px 0;
  border-bottom: 2px dashed rgba(104, 43, 50, 0.5);
}

.privacy-area-wrap .section-title:last-child {
  border: none;
}

.privacy-area-wrap .section-title ul li {
  list-style: square;
  margin-left: 20px;
}

.privacy-area-wrap .section-title h4 {
  font-weight: 200;
  margin-bottom: 20px;
}

.product-content-shape .shape.five {
  right: 190px;
  top: 20px;
  max-width: 4%;
}

.product-content-shape .shape.six {
  top: 0;
  z-index: -2;
}

.content-section-2 .section-title p {
    margin-top: 10px;
    font-size: 21px;
    line-height: 27px;
    font-weight: 300;
}

.product-item .image h2 {
  position: absolute;
  color: white;
  font-size: 38px;
  font-weight: 400;
  text-align: left;
  width: 85%;
  bottom: 20px;
  line-height: 47px;
}

.product-item .image {
  position: relative;
  position: relative;
  margin-bottom: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.text-justify {
  text-align: justify;
}

.food-category-item img {
  display: block;
  background: #fff;
  padding: 10px;
  border: 2px solid #ec3d08;
  border-radius: 12px;
}

.product-item .image .pizza-badge {
  position: absolute;
  left: 80px;
  top: 2px;
  width: 65px;
  height: 65px;
  background-image: url(../image/shapes/pizza-badge-shape.png);
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 50%;
  color: white;
  line-height: 65px;
}

.product-item .content .ratting {
  margin-bottom: 10px;
}

.product-item .content h5 {
  margin-bottom: 0;
}

.product-list .content ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.product-list .content h5{font-size: 29px; font-weight: 400;line-height: 36px;min-height: 80px;}
.frame-shape,.frame-shape img{width:100%;}
.product-list .content h5 a{text-decoration: none;}
.product-list .content .price {
  font-size: 31px;
  font-weight: 400;
  color: #C48252;
  line-height: 38px;
}

.product-item .content .price del {
  color: var(--base-color);
}

.pizza-active .slick-dots {
  margin-top: 30px;
}

/* Dish Products */
.product-item-two {
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  background: white;
  text-align: center;
  position: relative;
  margin-bottom: 30px;
  padding: 35px 38px 30px;
  border: 1px solid var(--border-color);
}

.product-item-two .image {
  min-height: 180px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 20px;
}

.product-item-two .image .pizza-badge {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 65px;
  height: 65px;
  background-image: url(../image/shapes/pizza-badge-shape.png);
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 50%;
  color: white;
  line-height: 65px;
}

.product-item-two .content .ratting {
  margin-bottom: 10px;
}

.product-item-two .content h5 {
  margin-bottom: 0;
}

.product-item-two .content .price {
  font-size: 20px;
  font-weight: 500;
  color: var(--primary-color);
}

.product-item-two .content .price del {
  color: var(--base-color);
}

.product-item-two .theme-btn {
  opacity: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  padding: 7px 30px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.product-item-two:hover {
  background: var(--lighter-color);
  border-color: var(--lighter-color);
}

.product-item-two:hover .theme-btn {
  opacity: 1;
}

/* Shop Page */
.shop-shorter {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.shop-shorter .sort-text {
  font-size: 22px;
}

.shop-shorter .nice-select {
  border: none;
  padding-right: 70px;
  padding-top: 6px;
  padding-bottom: 6px;
  font-family: var(--base-font);
  background: var(--lighter-color);
}

.shop-shorter .nice-select:after {
  width: 9px;
  height: 9px;
  right: 30px;
  margin-top: -7px;
}

/* Product Details */
.product-details-content .price {
  font-size: 26px;
  font-weight: 300;
  color: var(--primary-color);
}

.product-details-content ul li:last-child {
  border: none;
}

.product-details-content ul li:first-child {
  padding-left: 0;
}

.product-details-content .section-title h2 {
  margin-bottom: 2px;
}


.product-details-content .ratting i:first-child {
  margin-left: 0;
}

.product-details-content .add-to-cart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.product-details-content .add-to-cart h5 {
  margin-right: 10px;
  margin-bottom: 0;
}

.product-details-content .add-to-cart input {
  font-size: 20px;
  max-width: 100px;
  padding: 7px 25px !important;
  margin-right: 15px;
  border-color: #C48252;
  border: 2px solid #C48252 !important;
  text-align: center;
}

button.theme-btn.buy-btn {
  background: #c48252;
  margin-left: 20px;
}

.product-details-content .category-tags li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 20px;
  margin-bottom: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.product-details-content .category-tags li h6 {
  margin-bottom: 0;
  min-width: 85px;
}

.product-details-content .category-tags li a {
  margin-left: 10px;
}

.product-details-content .category-tags li a:not(:last-child):after {
  content: ',';
}

.product-details-content .social-style-one {
  margin-left: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.product-details-content .social-style-one h5 {
  margin-bottom: 0;
  margin-right: 30px;
}

.product-details-content .social-style-one a {
  border: none;
}

.product-details-content .social-style-one a:not(:hover) {
  background: var(--lighter-color);
}

/* Filtarable Food */
.product-filter-active .product-item-two {
  background: white;
  border-color: white;
}

/*******************************************************/
/****************** ## Features Area *******************/
/*******************************************************/
/* Featured Style */
.featured-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  padding: 25px 15px;
  border-radius: 10px;
  background: #f7eed3;
  margin-bottom: 30px;
  border: 1px dashed #000;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.happy-wrap-area .featured-item {min-height: 200px;}
.featured-item .icon {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  font-size: 60px;
  line-height: 1;
  margin-right: 10px;
  color: #a3a72f;
}
.featured-item .content h4 span{display: block;}
.pl-60 {
  padding-left: 60px;
}



.featured-item .content p {
  margin-bottom: 0;
  color: #682B32;
  font-family: var(--heading-font);
  font-weight: 300;
  font-size: 14px;
  line-height: 19px;
}

.featured-item-3 .icon {
  display: table;
  width: 100px;
  height: 100px;
  text-align: center;
  line-height: 100px;
  font-size: 50px;
  font-weight: 300;
  border-radius: 50%;
  /* position: absolute; */
  margin-top: -85px;
}

ul.key-feature-list {
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
}

ul.key-feature-list li {
  list-style: disc;
  margin-left: 20px;
}

.why-choose-area .why-choose-wrap .icon {
  font-size: 50px;
  font-weight: 300;
  margin: 20px auto;
  position: relative;
}

.why-choose-area .why-choose-wrap .icon:before {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  background: rgb(253 253 253 / 40%);
  border-radius: 50%;
  top: -4px;
  left: 42%;
}
.why-choose-area .why-choose-wrap .content-wrap {
  position: absolute;
  width: 100%;
  margin: 0 auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 20px;
}
.why-choose-area .why-choose-wrap {
  text-align: center;
  background: #eab98a;
  border-radius: 50%;
  font-size: 16px;
  line-height: 20px;
  width: 290px;
  height: 290px;
  color: #fff;
  margin-bottom: 30px;
}

.why-choose-area .why-choose-wrap.wrap-1 {
  position: relative;
}

.why-choose-area .why-choose-wrap.wrap-2 {
  background: #c48252;
  position: relative;
  left: 25px;
  top: 20px;
}
.why-choose-area .why-choose-wrap.wrap-3 {
  background: #eac770;
  position: relative;
  right: 30px;
}

.why-choose-area .why-choose-wrap.wrap-4 {
  background: #b8a190;
  position: relative;
  right: 60px;
  top: 20px;
}

.why-choose-area .why-choose-wrap h4 {
  font-size: 28px;
  color: #fff;
  font-weight: 300;
}

.product-item .content p {
  font-size: 20px;
  line-height: 24px;
  min-height: 100px;
}
.featured-item-3 {
  background: #fff;
  padding: 25px;
  color: #444;
  margin-top: 40px;
  border-radius: 25px;
  min-height: 330px;
}

.featured-item-3 .content h5 {
  color: #541c20 !important;
  font-size: 41px;
  font-weight: 300;
  line-height: 46px;
  margin-top: 20px;
}

.featured-item-3 .image {
  margin-bottom: 20px;
}

.featured-item-3 img {
  border-radius: 25px;
  margin-top: -135px;
  border: 3px solid #ea8537;
}
.video-area .video-bg-wrap{
  background: url(../images/bg/video-bg.png);
  background-size: cover;    
  background-repeat: no-repeat;
  border-radius: 25px;}
.featured-item-3 .content h5,
.featured-item-3 .content p {
  color: #682B32;
}
.featured-item-3 .content h5 span{ display: block;  color: #682B32;}
.featured-item:hover {
  border-color: transparent;
  -webkit-box-shadow: 0px 10px 60px rgba(236, 61, 8, 0.1);
  box-shadow: 0px 10px 60px rgba(236, 61, 8, 0.1);
}

.featured-item-two,
.product-offer-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.featured-item-two:not(:last-child) {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 2px dashed #ce9f7c;
  align-items: center;
}
.featured-item-two .icon img {
  width: 35px;
}

.product-offer-wrap {
  background: #FFEEC3;
  border-radius: 12px;
  padding: 20px;
}

.product-offer-wrap .content {
  padding-left: 20px;
}

.product-offer-wrap .content p {
  margin-bottom: 0;
}

.flavour-wrap .container {
  position: relative;
}

.flavour-wrap .product-content-shape .shape.five {
  right: 60px;
  top: 40px;
}

.flavour-wrap .product-content-shape .shape.two {
  bottom: 40px;
}

.flavour-wrap .product-content-shape .shape {
  z-index: 1;
}

.flavour-wrap .product-content-shape .shape.four {
  right: -20px;
  top: 80px;
}

.flavour-content-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 80px;
}

.flavour-content-wrap .content-area {
  margin: 0;
}

.flavour-content-wrap .content-area h5 {
  font-size: 20px;
}

.flavour-content-wrap .content-area p {
  font-size: 16px;
  line-height: 22px;
}

.flavour-content-wrap .number span {
  position: relative;
  top: 7px;
  background: #C48252;
  padding: 8px 10px;
  color: #fff;
  border-radius: 50%;
  margin-right: 10px;
  font-size: 16px;
}

.bg-fade-pink {
  background: rgba(249, 226, 210, 1);
}

.features-five-area .row {
  padding: 30px 10px 40px 30px;
}

.featured-item-two .icon {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  margin-right: 15px;
  color: black;
  width: 50px;
  height: 50px;
  background: #fff;
  line-height: 45px;
  border-radius: 50%;
  text-align: center;
}

.featured-item-two .content h4 {
  font-size: 21px;
  font-weight: 300;
}

.featured-item-two .content p {
  margin-bottom: 0;
  font-size: 16px;
}

.food-category-shape .shape {
  z-index: 1;
  max-width: 20%;
  position: absolute;
}

.food-category-shape .shape.three {
  top: 2%;
  left: 0;
}

.food-category-shape .shape.four {
  top: 2%;
  right: -2%;
}

.unique-area .featured-item {
  background-color: #fff;
  border: none;
}

.unique-area .featured-item .icon {
  width: 70px;
  height: 70px;
  line-height: 60px;
  text-align: center;
  border-radius: 50%;
}

.unique-area .featured-item h4 {
  font-size: 27px;
  font-weight: 300;
}

.food-category-shape .shape.one {
  bottom: -37px;
  left: -2%;
}

.food-category-shape .shape.two {
  bottom: -70px;
  right: 0;
}

/* Features Style Two */
.feature-two-image {
  height: 100%;
  overflow: hidden;
}

.feature-two-image img {
  height: 100%;
  max-width: none;
}


.feature-two-content {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 50px 70px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px solid black;
}

.feature-two-content h3 {
  margin-top: -5px;
  margin-bottom: 12px;
}

.feature-two-content .theme-btn {
  font-size: 16px;
  padding: 7px 30px;
}

/*******************************************************/
/******************* ## Client Area *******************/
/*******************************************************/
.client-wrap {
  margin-top: -85px;
  padding: 50px 80px;
  background: white;
  -webkit-box-shadow: 0px 10px 60px rgba(200, 200, 200, 0.25);
  box-shadow: 0px 10px 60px rgba(200, 200, 200, 0.25);
}

.client-wrap-two {
  border-top: 1px solid var(--border-color);
}

.client-item {
  text-align: center;
  opacity: 0.4;
}

.client-item img {
  display: inline-block;
}

.client-item:hover {
  opacity: 1;
}

/*******************************************************/
/******************* ## Headline Text *******************/
/*******************************************************/
.marquee-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.marquee-inner.left {
  -webkit-animation: marquee_left 20s linear infinite;
  animation: marquee_left 5s linear infinite;
  margin-right: 20px;
}

.marquee-inner.right {
  -webkit-animation: marquee_right 20s linear infinite;
  animation: marquee_right 5s linear infinite;
}

/* Headline style */
.marquee-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1;
  overflow: hidden;
  font-size: 130px;
  color: transparent;
  white-space: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-transform: uppercase;
  font-family: var(--heading-font);
  -webkit-text-stroke-width: 1.5px;
  -webkit-text-stroke-color: rgba(14, 19, 23, 0.1);
}

.marquee-wrap .marquee-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 35px;
  margin-right: 35px;
}

.marquee-wrap .marquee-item i {
  font-size: 0.35em;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  -webkit-text-stroke-width: 2.5px;
}

.marquee-wrap .marquee-item i:hover {
  color: var(--primary-color);
  -webkit-text-stroke-color: var(--primary-color);
}

.marquee-wrap .marquee-item i:hover:before {
  content: "\f102";
}

.marquee-wrap.style-two {
  opacity: 0.08;
  color: var(--secondary-color);
  -webkit-text-stroke-width: 0;
}

.marquee-wrap.white-text {
  -webkit-text-stroke-color: rgba(255, 255, 255, 0.1);
}

.marquee-wrap.white-text .marquee-item i:not(:hover) {
  -webkit-text-stroke-color: rgba(255, 255, 255, 0.1);
}

/* Hero Shapes */
.headline-shapes .shape {
  z-index: 2;
  max-width: 10%;
  position: absolute;
}

.headline-shapes .shape.one {
  top: 80%;
  left: 8%;
}

.headline-shapes .shape.two {
  bottom: 0;
}

.headline-shapes .shape.three {
  right: 0;
  bottom: 0;
  max-width: 20%;
}

/*******************************************************/
/****************** ## Gallery Area ********************/
/*******************************************************/
.gallery-area:before {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  content: '';
  width: 100%;
  height: 40%;
  background: var(--lighter-color);
}

.gallery-item {
  position: relative;
  margin-bottom: 30px;
}

.gallery-item .gallery-image img {
  width: 100%;
}

.gallery-item .gallery-content {
  opacity: 0;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: absolute;
  left: 50%;
  bottom: 50px;
  background: white;
  padding: 24px 30px 22px;
  width: calc(100% - 90px);
  -webkit-transform: translate(-50%);
  -ms-transform: translate(-50%);
  transform: translate(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.gallery-item .gallery-content h5 {
  margin-bottom: 0;
}

.gallery-item:hover .gallery-content {
  opacity: 1;
  bottom: 30px;
}

/* Galery Style Two */
.gallery-item-two {
  margin-bottom: 30px;
}

/* Gallery Style Three */
.gallery-item-three {
  margin-bottom: 60px;
}

.gallery-item-three img {
  width: 100%;
  margin-bottom: 30px;
}

.gallery-item-three h3 {
  margin-bottom: 0;
}

/* Gallery Style Four */
.gallery-item-four {
  margin-bottom: 30px;
}

.gallery-item-four img {
  width: 100%;
}

/*******************************************************/
/****************** ## Services Area ********************/
/*******************************************************/
.service-item {
  background: white;
  margin-top: 30px;
  padding: 40px 30px 16px;
  border-radius: 25px;
  border: 3px solid #ea8537;
}

.service-item .icon img {
  width: 80px;
}

.service-item .icon {
  line-height: 1;
  font-size: 55px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  margin-bottom: 15px;
  color: var(--primary-color);
}

.service-item h4 span {
  color: var(--primary-color)
}

.service-item .wave {
  margin-top: -15px;
}

.service-item.style-two {
  padding: 0;
  background: transparent;
}

.service-item.style-two .icon {
  font-size: 45px;
  margin-bottom: 5px;
}

.service-item.style-two h5 {
  font-size: 22px;
  color: var(--secondary-color);
}

.service-item.style-three {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.service-item.style-three:hover {
  background: var(--secondary-color);
}

.service-item.style-three:hover .icon {
  color: var(--heading-color);
}

/*******************************************************/
/*************** ## Testimonials Area *****************/
/*******************************************************/
.testimonials-active {
  margin-left: -15px;
  margin-right: -15px;
}

.testimonials-active .testimonial-item {
  margin-left: 15px;
  margin-right: 15px;
}

.testimonials-active .slick-dots {
  margin-top: 35px;
}

.content-section {
  padding: 10px;
  border-radius: 25px;
  margin-top:60px;
}

.image-section .text {
  position: absolute;
  bottom: 0;
  color: #fff;
  margin: 30px;
  font-size: 34px;
  font-weight: 700;
  line-height: 40px;
}

.testi-border-dashed {
  border: 2px dashed #fff;
  border-radius: 25px;
  padding: 20px;
}

.content-section .text {
  font-weight: 300;
  color: #fff;
  font-size: 22px;
  line-height: 30px;
  min-height: 260px;
}

.testimonial-item {
  margin-bottom: 30px;
}

.testimonial-item .quote {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin-bottom: 15px;
  color: var(--primary-color);
}

.testimonial-item .author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 28px;
  padding-top: 35px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid var(--border-color);
}

.testimonial-item .author img {
  max-width: 55px;
  border-radius: 50%;
  margin-right: 20px;
}

.testimonial-item .author h5 {
  line-height: 1;
  margin-top: 10px;
  margin-bottom: 0;
}

.testimonials-shapes .shape {
  z-index: 1;
  min-width: 5%;
  position: absolute;
}

.testimonials-shapes .shape.one {
  left: -9%;
  top: -4%;
  width: 47%;
  z-index: -1;
}

.testimonials-shapes .shape.two {
  right: -1%;
  top: 45px;
  z-index: -1;
  min-width: 10%;
}

.testimonials-shapes .shape.three {
  left: 5%;
  top: 13%;
}

.testimonials-shapes .shape.four {
  right: 8%;
  top: 16%;
}

.testimonials-shapes .shape.five {
  right: 28%;
  bottom: 0;
}

.testimonials-three .testimonials-shapes .shape {
  max-width: 10%;
}

/* Testimonials Two */
.testimonials-two-content {
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
}



.testimonials-two-content .marquee-wrap.style-two {
  position: absolute;
  left: 0;
  top: -35px;
}


.testimonials-two-content .shape {
  position: absolute;
  right: 10%;
  bottom: 0;
  z-index: -1;
  max-width: 10%;
}

.testimonials-two-carousel .slick-dots {
  margin-top: 60px;
}

.testimonials-two-carousel .slick-dots li {
  background: var(--secondary-color);
}

.testimonial-two-item .quote i {
  line-height: 1;
  font-size: 88px;
  display: inline-block;
  color: var(--secondary-color);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.testimonial-two-item .text {
  font-size: 24px;
  max-width: 610px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.66;
  font-family: var(--heading-font);
}


.testimonial-two-item .author {
  display: block;
  margin-top: 10px;
  font-family: var(--heading-font);
}

.testimonial-two-item.style-two .image {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 3%;
}

.testimonial-two-item.style-two .image .quote {
  margin-right: -12%;
  border: 1px solid white;
  width: 185px;
  height: 185px;
  background: transparent;
  line-height: 185px;
  border-radius: 50%;
  text-align: center;
}

.testimonial-two-item.style-two .image .quote i {
  color: white;
  line-height: 1.8;
}

.testimonial-two-item.style-two .image img {
  border-radius: 50%;
}

.testimonial-two-item.style-two .content .icon {
  margin-bottom: 30px;
}

.testimonial-two-item.style-two .content .icon img {
  border-radius: 50%;
}

.testimonial-two-item.style-two .content .text {
  margin-left: 0;
  margin-bottom: 18px;
}

.testimonials-three-content .testimonial-two-item .image img,
.testimonials-three-content .testimonial-two-item .image .quote {
  opacity: 0;
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
  -webkit-transform: translate(50px);
  -ms-transform: translate(50px);
  transform: translate(50px);
}

.testimonials-three-content .testimonial-two-item .content {
  opacity: 0;
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
  -webkit-transform: translate(-50px);
  -ms-transform: translate(-50px);
  transform: translate(-50px);
}

.testimonials-three-content .testimonial-two-item.slick-active .content,
.testimonials-three-content .testimonial-two-item.slick-active .image img,
.testimonials-three-content .testimonial-two-item.slick-active .image .quote {
  opacity: 1;
  -webkit-transform: translate(0);
  -ms-transform: translate(0);
  transform: translate(0);
}

.testimonials-three-content .testimonial-two-item.slick-active .image .quote {
  -webkit-transition-delay: 0.35s;
  -o-transition-delay: 0.35s;
  transition-delay: 0.35s;
}

/* Testimonials Five */
.testimonials-five-authors {
  height: 75px;
  max-width: 215px;
  margin-left: auto;
  margin-right: auto;
}

.testimonials-five-authors .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.testimonial-five-author-item img {
  width: 55px;
  height: 55px;
  cursor: pointer;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  border-radius: 50%;
}

.testimonial-five-author-item.slick-center {
  margin-left: 15px;
  margin-right: 15px;
}

.testimonial-five-author-item.slick-center img {
  width: 75px;
  height: 75px;
  border: 3px solid var(--primary-color);
}

.testimonials-five-content .slick-dots {
  margin-top: 70px;
}

.testimonial-five-item {
  color: var(--heading-color);
  padding: 30px 40px;
  position: relative;
  background: white;
  line-height: 1.66;
  margin-top: 30px;
  font-size: 24px;
}

.testimonial-five-item:before {
  opacity: 0;
  content: '';
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: translate(-50%);
  -ms-transform: translate(-50%);
  transform: translate(-50%);
  position: absolute;
  left: 50%;
  bottom: calc(100% - 30px);
  border-bottom: 30px solid white;
  border-left: 25px solid transparent;
  border-right: 25px solid transparent;
}

.testimonial-five-item .author {
  display: block;
  line-height: 1;
  margin-top: 25px;
  font-family: var(--heading-font);
}

.testimonial-five-item .designation {
  font-size: 0.6em;
}

.testimonial-five-item.slick-active:before {
  opacity: 1;
  bottom: 100%;
}

.testimonials-five .testimonials-shapes .shape {
  max-width: 10%;
}

.testimonials-five-shapes .shape {
  z-index: -1;
  position: absolute;
}

.testimonials-five-shapes .shape.left {
  top: 50%;
  left: -5%;
  max-width: 24%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.testimonials-five-shapes .shape.right {
  bottom: 0;
  right: -7%;
  max-width: 27%;
}

/* Testimonials Six */
.testimonials-six {
  margin-top: -170px;
}

.testimonials-six .slick-dots {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.testimonial-quote-badge {
  max-width: 350px;
}

.testimonial-quote-badge .testi-badge {
  text-align: right;
  margin-bottom: -33%;
}

.testimonial-quote-badge .testi-badge img {
  max-width: 55%;
}

.testimonial-quote-badge .quote {
  width: 285px;
  height: 285px;
  font-size: 150px;
  margin-right: 18%;
  line-height: 285px;
  text-align: center;
  border-radius: 50%;
  color: var(--secondary-color);
  border: 1px solid white;
}

.testimonial-quote-badge .quote i {
  display: inline-block;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

/*******************************************************/
/****************** ## Booking Table ******************/
/*******************************************************/
.booking-table-wrap {
  padding: 60px 80px;
}

.contact--number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 210px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.contact--number .icon {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  color: white;
  margin-right: 15px;
  width: 50px;
  height: 50px;
  background: var(--primary-color);
  line-height: 50px;
  border-radius: 50%;
  text-align: center;
}

.contact--number .number {
  font-family: var(--heading-font);
}

.contact--number .number .title {
  color: white;
  display: block;
  font-size: 18px;
}

.contact--number .number>a {
  font-size: 27px;
  color: var(--secondary-color);
}

.booking-table-form {
  padding: 55px 50px 60px;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: var(--secondary-color);
  margin-bottom: -110px;
}

.booking-table-form p {
  margin-top: -10px;
  color: var(--heading-color);
}

.booking-form label {
  font-size: 13px;
  position: absolute;
  right: 20px;
  top: 12px;
  color: var(--heading-color);
}

.booking-form input,
.booking-form select,
.booking-form textarea,
.booking-form .nice-select,
.booking-form .form-control {
  padding: 12px 20px;
  border-width: 2px;
  color: var(--heading-color);
  font-family: var(--base-font);
}

.booking-form input:hover,
.booking-form select:hover,
.booking-form textarea:hover,
.booking-form .nice-select:hover,
.booking-form .form-control:hover {
  border-color: white;
}

.booking-form input:focus,
.booking-form select:focus,
.booking-form textarea:focus,
.booking-form .nice-select:focus,
.booking-form .form-control:focus {
  border-color: white;
  background-color: transparent;
}

.booking-form .nice-select {
  line-height: 24px;
}

.booking-form .nice-select .list {
  width: 100%;
  border-radius: 0;
}

.booking-form .nice-select:after {
  right: 20px;
  height: 9px;
  width: 8px;
  margin-top: -6px;
  border-color: var(--heading-color);
}

.booking-form .theme-btn {
  border: 1px solid var(--primary-color);
}

.booking-table-content.style-two .video-play {
  margin: 10px;
  position: relative;
}

.booking-table-content.style-two .video-play:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: calc(100% + 20px);
  height: calc(100% + 20px);
  border: 1px solid white;
  border-radius: 50%;
}

.booking-table-content.style-two hr {
  opacity: 1;
  margin-bottom: 0;
  max-width: 200px;
  background: white;
}

.booking-table-content.style-three {
  max-width: 410px;
}

.booking-table-content.style-three .contact--number .number .title {
  color: var(--base-color);
}

.booking-table-content.style-three .contact--number .number>a {
  color: var(--heading-color);
}

/*******************************************************/
/****************** ## Cart Checkout ******************/
/*******************************************************/
/* Cart Page */
.shoping-table table,
.shoping-cart-total table {
  width: 100%;
}

.shoping-table td,
.shoping-table th,
.shoping-cart-total td,
.shoping-cart-total th {
  padding: 15px 8px;
  text-align: left;
}

.shoping-table th,
.shoping-cart-total th {
  text-transform: capitalize;
  font-weight: 300;
}

.shoping-table td img,
.shoping-cart-total td img {
  max-height: 60px;
  border-radius: 8px;
}

.shoping-table td i.fa.fa-trash {
  background: #b14848;
  padding: 8px;
  border-radius: 50%;
  font-size: 16px;
}
.shoping-table td .title,
.shoping-cart-total td .title {
  font-size: 18px;
  color: var(--heading-color);
}

.shoping-table td .price:before,
.shoping-cart-total td .price:before {
  content: '$';
}
.shoping-table td button, .shoping-cart-total td button {
  background: transparent;
  color: #000;
}

.quantity-input {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border-radius: 4px;
  border: 1px solid #ccc;
}

.quantity-input button {
  width: 35px;
  background: transparent;
}

.quantity-input button.quantity-down {
  letter-spacing: -3px;
}

.quantity-input input {
  width: 40px;
  padding: 0px 15px;
  border-radius: 0;
  text-align: center;
  background: transparent;
}

.discount-wrapper input {
  width: 200px;
  padding: 10px 25px;
  border: 1px solid var(--border-color);
}

/* Checkout Page */
.checkout-faqs .alert {
  padding: 20px 30px;
  margin-bottom: 25px;
}

.checkout-faqs .alert h6 {
  margin-bottom: 0;
}

.checkout-faqs .alert h6 a {
  padding: 0;
  color: var(--primary-color);
  background: transparent;
}

.checkout-faqs .alert form {
  padding: 20px 0 10px;
}

.checkout-faqs .alert form input,
.checkout-faqs .alert form textarea,
.checkout-faqs .alert form .nice-select {
  background: white;
}

.checkout-faqs .alert form .nice-select {
  padding: 12px 30px;
  border-radius: 15px;
}

.checkout-faqs .alert form .nice-select:not(:focus) {
  border-color: var(--lighter-color);
}

.checkout-faqs .alert form .nice-select:after {
  top: 30px;
  right: 30px;
}

.checkout-faqs .alert form .form-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 15px;
}

.checkout-faqs .alert form .form-footer button {
  margin-right: 15px;
}

.checkout-faqs .alert form .form-footer label {
  line-height: 1.4;
  margin: 0 0 0 5px;
}

.checkout-faqs .checkout-form h5 {
  margin-bottom: 20px;
}

/*******************************************************/
/****************** ## Contact Forms *******************/
/*******************************************************/
.our-location iframe {
  height: 550px;
}

/* Contact Form Validation */
.has-error .with-errors {
  color: red;
  margin-top: 5px;
  margin-bottom: -15px;
}

#msgSubmit {
  font-size: 20px;
  margin-bottom: 0;
  margin-top: 10px;
}

/* Contact Page */
.contact-info-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
}

.contact-info-wrap {
  background: #FFF2E8;
  border-radius: 25px;
  padding: 40px 30px 60px 30px;
}

.follow-us-wrap {
  background: #B3C37F;
  border-radius: 25px;
  margin-top: 30px;
  padding: 20px;
}

.contact-info-item .icon {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 70px;
  height: 70px;
  font-size: 28px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  line-height: 65px;
  text-align: center;
  background: white;
  color: var(--primary-color);
  border-radius: 50%;
  border: 1px solid var(--primary-color);
}

.contact-info-item .content .title {
  display: block;
  font-size: 16px;
  margin-top: 10px;
}

.contact-info-item .content h6 {
  line-height: 1.43;
  margin-bottom: -10px;
}

.contact-page-form {
  padding: 40px 30px 40px;
  background: #F3F3F3;
  border-radius: 20px;
  margin-top: 30px;
}

.contact-heading {
  padding: 20px 0 10px;
  text-align: center;
  color: #fff;
}

.contact-heading img {
  width: 60px;
  margin-right: 20px;
}

.contact-page-form h3 {
  margin-bottom: 5px;
}


.contact-page-form .form-control {
  font-family: var(--base-font);
  border-radius: 25px;
  bordeR: none;
  padding: 10px;
}

/*******************************************************/
/****************** ## Videos Area ********************/
/*******************************************************/
/* Video Play */
.video-play {
  padding-left: 4px;
  width: 65px;
  height: 65px;
  background: white;
  line-height: 65px;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
  color: #fff;
  background: #D0AB4D;
}

.food-category-shape .shape.six {
  right: 0;
  top: 0;
}

.food-category-shape .shape.five {
  top: 60px;
  left: 0;
}

.video-play:hover {
  color: white;
  background: var(--primary-color);
}

/* Video Play With Text */
.video-play-text {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.video-play-text>i {
  font-size: 14px;
  margin-right: 15px;
  color: var(--heading-color);
  width: 55px;
  height: 55px;
  background: var(--lighter-color);
  line-height: 55px;
  border-radius: 50%;
  text-align: center;
  border: 1px solid var(--border-color);
}

.video-play-text span {
  font-weight: 500;
  color: var(--heading-color);
  font-family: var(--heading-font);
  text-decoration: underline;
}

/* Video Section */
.video-title-wrap {
  z-index: 2;
  position: relative;
  margin-bottom: -5%;
}

.video-title {
  color: #e9924f;
  display: block;
  font-size: 80px;
  line-height: 1.3;
  font-family: var(--heading-font);
  text-transform: uppercase;
  font-weight: 600;
}

.video-wrap .video-play {
  z-index: 2;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.video-wrap:before {
  z-index: 1;
  opacity: 0.3;
  background: black;
}

.food-category-shape.priority-section {
  z-index: 1;
  position: relative;
}

.fpq-part-1 .accordion-item:first-of-type {
  border-radius: 12px;
}

.fpq-part-1 .accordion-item {
  background: #FFF4E9;
  padding: 20px 20px 10px 20px;
  border: none;
  border-radius: 12px;
}

tbody,
td,
tfoot,
th,
thead,
tr {
  border-style: none;
  border-color: transparent;
}

.shoping-table table tbody tr {
  background: #fff;
  border-radius: 25px;
  padding-bottom: 20px;
}

.shoping-table table thead {
  background: #C48252;
  color: #fff;
}

.food-category-shape.priority-section .shape.two {
  bottom: -50px;
  right: 0;
  max-width: 12%;
}

/*******************************************************/
/******************** ## Blog Area ********************/
/*******************************************************/
.blog-item-three {
  margin-bottom: 30px;
}

.blog-item-three .content-2,
.blog-item-three .content {
  color: #fff;
  padding: 20px;
}

.blog-item-three h4 {
  color: #fff;
}

.blog-item-three p {
  font-size: 16px;
  line-height: 24px;
}

.blog-item-three .image img,
.blog-item-three .content-2 {
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
}

.blog-item-three .image-2 img,
.blog-item-three .content {
  border-bottom-left-radius: 25px;
  border-bottom-right-radius: 25px;
}
.blog-item-three .image img, .blog-item-three .image-2 img {
  width: 100%;
}

.blog-meta {
  line-height: 1;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-transform: uppercase;
  font-family: var(--heading-font);
  background: var(--primary-color);
}

.blog-meta li {
  font-size: 18px;
  margin: 3px 15px;
}

.blog-meta li a {
  color: white;
}

.blog-meta-two {
  line-height: 1;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  text-transform: uppercase;
  font-family: var(--heading-font);
}

.blog-meta-two li {
  font-size: 18px;
  margin-bottom: 5px;
}

.blog-meta-two li i {
  margin-right: 5px;
  color: #444;
}

.blog-meta-two li a:hover {
  color: var(--primary-color);
}

.blog-meta-two.style-two {
  font-family: var(--base-font);
  text-transform: capitalize;
}

.blog-meta-two.style-two li {
  font-size: 16px;
}

.blog-item {
  margin-bottom: 30px;
}

.blog-item .image {
  position: relative;
  margin-bottom: 35px;
}

.blog-item .image img {
  width: 100%;
}

.blog-item .blog-meta {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 10px;
}

.blog-item .content h4 {
  margin-bottom: 15px;
}

.blog-details-wrap {
  font-family: "Nunito Sans", sans-serif;
  font-weight: 400;
}

.blog-details-wrap ul.blog-meta-three li {
  display: inline-flex;
  padding: 0 20px;
  align-items: center;
  font-size: 16px;
  border-right: 1px solid #444;
  line-height: 16px;

}

.blog-details-wrap .blog-single-image img {
  border-radius: 4px;
}

.blog-details-wrap ul.blog-meta-three li img {
  width: 20px;
  margin-right: 8px;
}

.blog-details-wrap ul.blog-meta-three li:first-child {
  padding-left: 0;
}

.blog-details-wrap ul.blog-meta-three li:last-child {
  border: none
}

.blog-details-wrap ul.blog-meta-three li a {
  color: var(--primary-color);
}

.product-details-content ul {
  display: flex;
}

.product-details-content ul li {
  padding: 0 15px;
  border-right: 1px solid #541c20;
}

.product-details-content ul li i {
  background: #F1BD98;
  margin-right: 5px;
  padding: 10px;
  border-radius: 50%;
  color: #541c20;
  font-size: 16px;
}

.next-prev-blog .blog-item .content .blog-tag,
.blog-tag {
  background: #e8c2a7;
  color: var(--primary-color);
  font-family: var(--heading-font);
  font-weight: 300;
  display: table;
  padding: 0 10px;
  border-radius: 4px;
  margin-bottom: 15px;
}

.blog-details-wrap blockquote {
  position: relative;
  font-family: "Nunito Sans", sans-serif;
  padding: 30px 40px 40px;
  background: #FDE8D9;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  border-left: 0;
  border-radius: 8px;
}

.blog-item.style-two .blog-meta-two {
  margin-bottom: 13px;
}

.blog-item.style-two .read-more {
  color: var(--base-color);
  text-decoration: none;
}

.blog-item.style-two .read-more:hover {
  color: var(--heading-color);
}

.blog-item.style-two .content h3 {
  max-width: 650px;
}

.blog-item.style-two .content .theme-btn {
  color: white;
  font-size: 16px;
  padding: 7px 30px;
  background: var(--heading-color);
}

.blog-item.style-two .content .theme-btn i {
  font-size: 12px;
}

.blog-item.style-three .image {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  margin-bottom: 0;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.blog-item.style-three .content {
  padding: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border: 1px solid var(--border-color);
}

.blog-item.style-three .content .blog-meta-two {
  margin-bottom: 15px;
}

.blog-item.style-three .content .blog-meta-two li a:hover {
  color: var(--secondary-color);
}

.blog-item.style-three .content p {
  margin-top: auto;
  margin-bottom: 25px;
}

.blog-item.style-three .content .read-more {
  line-height: 1.2;
}

.blog-item.style-three:hover .content {
  background: #F4F1EA;
  border-color: #F4F1EA;
}

.blog-item.style-three.black-bg {
  background: #0D0D0D;
}

.blog-item.style-three.black-bg .content {
  border: none;
  background: transparent;
}

.blog-item.style-three.black-bg .content .blog-meta-two li a {
  color: #ACACAC;
}

.blog-item.style-three.black-bg .content .blog-meta-two li a:hover {
  color: var(--secondary-color);
}

.blog-item.style-three.black-bg .content h4 a {
  color: white;
}

.blog-item.style-three.black-bg .content p {
  color: #ACACAC;
}

.blog-two-wrap {
  max-width: 750px;
}

.blog-item-two {
  margin-bottom: 30px;
  border-radius: 25px;
  border: 1px solid #ccc;

}
.blog-item-two .content {
  padding: 20px 20px;
  position: relative;
}

.blog-item-two::nth-child(2) {
  margin-top: 35px;
}

.blog-item-two .content h5 {
  font-size: 18px;
  font-weight: 300;
  color: #121212;
}

.blog-item-two .content .tag {
  background: #541c20;
  color: #fff;
  padding: 0 10px;
  font-weight: 400;
  font-size: 14px;
  border-radius: 25px;
}

.blog-item-two .content a {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  color: var(--primary-color);
}

.blog-item-two .image {
  position: relative;
}

.blog-item-two .image img {
  width: 100%;
}


.blog-item-two .image .date {
  position: absolute;
  left: 30px;
  top: -40px;
  max-width: 60px;
  color: #541c20;
  padding: 12px 13px;
  line-height: 1.2;
  background: #fff;
  text-align: center;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
}

.blog-item-two .image .date span {
  font-size: 26px;
}

.blog-item-two .content .tag {
  margin-bottom: 10px;
  display: inline-block;
}

.blog-item-two .content .tag i {
  color: var(--primary-color);
  margin-right: 6px;
}

.blog-item-two .content h4 {
  font-size: 20px;
  margin: 10px 15px 30px 5px;
  line-height: 32px;
}

/* Blog Standard */

.blog-details-wrap .blog-item.style-two,
.blog-standard-wrap .blog-item.style-two {
  margin-bottom: 50px;
}

/* Blog Details */
.blog-details-wrap h3 {
  margin-bottom: 20px;
}

.blog-details-wrap img {
  width: 100%;
}

blockquote {
  position: relative;
  padding: 30px 60px 40px;
  background: var(--lighter-color);
}

blockquote .text span {
  line-height: 1;
  font-size: 1.7em;
}

blockquote .blockquote-footer {
  display: block;
  margin-bottom: 0;
  margin-top: 26px;
  font-size: 0.7em;
  font-family: var(--base-font);
}

blockquote .blockquote-footer:before {
  content: '———';
  margin-right: 20px;
  letter-spacing: -4px;
}

.tag-share {
  text-align: center;
  margin: 40px auto;
  position: relative;
}

.blog-details-wrap ul.blog-meta-three li i {
  color: #8d8d8d;
  margin-right: 7px;
}

.blog-details-wrap .blog-meta-two.style-two li {
  font-size: 16px;
  border-right: 1px solid #444;
  padding: 0 8px;
  font-family: "Nunito Sans", sans-serif;
  font-size: 14px;
}

.blog-details-wrap .blog-meta-two.style-two li:last-child {
  border: 0;
}

.blog-details-wrap .blog-meta-two.style-two li:first-child {
  padding-left: 0;
}

.tag-share .social-style-one {
  background: #fff;
  padding: 0 20px;
}

.tag-share:before {
  content: '';
  position: absolute;
  height: 1px;
  width: 100%;
  background: #ccc;
  left: 0;
  top: 50%;
  z-index: -1;
}

.tag-share .item h6 {
  margin-top: 10px;
  margin-right: 25px;
}

.tag-share .item .tags a:not(:last-child):after {
  content: ',';
}

.tag-share .item .social-style-one a:not(:hover) {
  background: #999999;
}

/* Next Prev Blog */
.next-prev-blog {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.next-prev-blog .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 322px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
}

.next-prev-blog .item .image {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  max-width: 80px;
  margin-right: 30px;
}

.next-prev-blog .item h6 {
  font-size: 18px;
  margin-bottom: 0;
  line-height: 1.5;
}

/* Comments */
.comment-body {
  margin-bottom: 35px;
}

.comment-body .author-thumb {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  max-width: 80px;
  margin-right: 40px;
  margin-bottom: 20px;
}

.comment-body .author-thumb img {
  border-radius: 50%;
}

.comment-body .content .comment-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 2px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: space-between;
}

.comment-body .content .comment-header li {
  margin-bottom: 5px;
}

.comment-body .content .comment-header li:not(:last-child) {
  margin-right: 15px;
}

.comment-body .content .comment-header li h6 {
  margin-bottom: 0;
}


.comment-body .content p {
  margin-bottom: 5px;
}

.comment-body .content .read-more {
  color: var(--base-color);
  text-decoration: none;
}

.comment-body.comment-child {
  margin-left: 60px;
}

.comments.rattings .comment-body {
  margin-bottom: 30px;
  padding-bottom: 10px;
}

.review-wrap {
  text-align: right;
  margin-bottom: 20px;
}

.comments.rattings .comment-body .author-thumb {
  max-width: 135px;
  margin-right: 15px;
}

.comments.rattings .comment-body .content .ratting {
  margin-bottom: 12px;
}

.comments.rattings .comment-body .content .ratting i {
  margin: 0 8px 0 0;
}

.admin-comment .comment-body {
  max-width: none;
  margin-bottom: 0;
  padding: 30px 40px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.admin-comment .comment-body .content h4 {
  margin-bottom: 0;
}

.admin-comment .comment-body .content .author {
  display: block;
  margin-bottom: 15px;
}

.admin-comment .comment-body .content .social-icons {
  margin-top: 10px;
}

.admin-comment .comment-body .content .social-icons a {
  margin-right: 20px;
}

.admin-comment .comment-body .content .social-icons a:hover {
  color: var(--primary-color);
}

/* Comment Form */

.review-form .form-control,
.comment-form .form-control {
  font-size: 16px;
  font-weight: 400;
  font-family: var(--base-font);
  background: var(--lighter-color);
  border-color: var(--lighter-color);
}

.review-form .form-control:focus,
.comment-form .form-control:focus {
  border-color: var(--heading-color);
}

.review-form .ratting b,
.comment-form .ratting b {
  margin-right: 20px;
}

.review-form .ratting i,
.comment-form .ratting i {
  color: var(--base-color);
}

/*******************************************************/
/******************** ## FAQs Area ********************/
/*******************************************************/
.accordion-item {
  border: none;
  border-radius: 0;
  border-bottom: 2px solid;
  margin: 15px 0;
  padding-bottom: 15px;
}

.accordion-item:first-of-type {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.accordion-item:first-of-type .accordion-button {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.accordion-item:last-of-type {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.accordion-item:last-of-type .accordion-button {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.accordion-item:not(:last-child) {
  margin-bottom: 10px;
}

.accordion-item .accordion-button {
  border: none;
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: var(--heading-color);
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 0;
  background: transparent;
}

.accordion-item .accordion-button:after {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: auto;
  height: auto;
  margin-top: -2px;
  content: "\f107";
  text-align: center;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  background: transparent;
  font-family: "Font Awesome 5 Pro";
}

.accordion-item .accordion-button.collapsed:after {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.accordion-item .accordion-body {
  padding: 0;
  font-size: 16px;
  line-height: 22px;
}
.accordion-item  .accordion-header{margin-bottom: 10px;}
.accordion-item .accordion-body p:last-child {
  margin-bottom: 0;
}

/*******************************************************/
/******************** ## Chefs Area ********************/
/*******************************************************/
.chefs-item {
  margin-bottom: 60px;
}

.chefs-item .image {
  margin-bottom: 26px;
}

.chefs-item .image img {
  width: 100%;
}

.chefs-item .description {
  position: relative;
  padding-right: 50px;
}

.chefs-item .description h5 {
  padding-top: 3px;
  margin-bottom: 0;
  line-height: 1.2;
}

.chefs-item .description .more-btn {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

/*******************************************************/
/******************* ## Awards Area *******************/
/*******************************************************/
.award-item {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  text-align: center;
  margin: 0 -1px -1px 0;
  padding: 60px 30px 50px;
  border: 1px solid var(--border-color);
}

.award-item img {
  margin-bottom: 33px;
}

.award-item h5 {
  line-height: 1.4;
  margin-bottom: 0;
}

.award-item:hover {
  border-color: white;
  -webkit-box-shadow: 0px 10px 60px rgba(204, 204, 204, 0.25);
  box-shadow: 0px 10px 60px rgba(204, 204, 204, 0.25);
}

/*******************************************************/
/****************** ## History Area ********************/
/*******************************************************/
.history-wrapper {
  padding-top: 80px;
  max-width: 1070px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.history-wrapper:before {
  content: '';
  position: absolute;
  left: 50%;
  top: 0;
  width: 1px;
  height: 100%;
  background: #F4F1EA;
}

.history-wrapper:after {
  color: white;
  position: absolute;
  left: 50%;
  bottom: 0;
  content: '\f107';
  font-weight: 300;
  -webkit-transform: translate(-50%);
  -ms-transform: translate(-50%);
  transform: translate(-50%);
  width: 20px;
  height: 20px;
  background: var(--primary-color);
  line-height: 20px;
  border-radius: 50%;
  text-align: center;
  font-family: "Font Awesome 5 Pro";
}

.history-wrapper>.row:before {
  content: '';
  width: 15px;
  height: 15px;
  position: absolute;
  left: 50%;
  top: 0;
  border-radius: 50%;
  -webkit-transform: translate(-50%);
  -ms-transform: translate(-50%);
  transform: translate(-50%);
  background: var(--primary-color);
}

.history-item-wrap {
  position: relative;
  margin-bottom: 100px;
}

.history-item-wrap:before {
  position: absolute;
  right: 0;
  top: 0;
  content: '';
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  border-right: 20px solid #F4F1EA;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}

.history-item-wrap:hover:before {
  border-right-color: var(--primary-color);
}

.history-item-wrap.history-right:before {
  left: 0;
  border-right-color: transparent;
  border-left: 20px solid #F4F1EA;
}

.history-item-wrap.history-right .history-item {
  margin-left: auto;
}

.history-item-wrap.history-right:hover:before {
  border-left-color: var(--primary-color);
}

.history-item {
  max-width: 410px;
}

.history-item .image {
  margin-bottom: 35px;
}

.history-item .content .year {
  line-height: 1;
  font-size: 48px;
  display: block;
  margin-bottom: 10px;
  color: var(--primary-color);
  font-family: var(--heading-font);
}

/*******************************************************/
/****************** ## Instagram Area ******************/
/*******************************************************/
.instagram-item img {
  width: 100%;
}

.instagram-item:before {
  position: absolute;
  left: 0;
  top: 0;
  content: '';
  width: 100%;
  height: 100%;
  background: var(--primary-color);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.instagram-item a {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: white;
  font-size: 50px;
  opacity: 0;
  visibility: hidden;
}

.instagram-item:hover:before,
.instagram-item:hover a {
  opacity: 0.8;
  visibility: visible;
}

/*******************************************************/
/***************** ## Sidebar Widgets *****************/
/*******************************************************/
.widget:not(:last-child) {
  margin-bottom: 45px;
}

.widget-title {
  margin-bottom: 14px;
  color: #000;
}

.widget-title span {
  background: var(--primary-color);
  color: #fff;
  padding: 3px 10px;
}

.widget-search form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 12px 25px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid var(--border-color);
}

.widget-search form input {
  padding: 0;
  border: none;
  font-family: var(--base-font);
  background: transparent;
}

.widget-search form button {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  background: transparent;
}

.widget-category ul li {
  list-style: none;
  list-style-position: inside;
  border-bottom: 1px dashed #ccc;
  padding: 15px 0;
  font-weight: 400;
  position: relative;
}

.widget-category ul li:last-child {
  border: none;
}

.widget-category ul li a {
  color: var(--primary-color);
}

.widget-category ul li a span {
  color: var(--primary-color);
  -ms-transform: translateY(-10px);
  padding: 0 6px;
  border-radius: 25px;
  position: absolute;
  right: 0;
  font-weight: 300;
}

.price-filter-wrap .price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: var(--heading-color);
}

.price-filter-wrap .price span {
  margin-right: 5px;
}

.price-filter-wrap .price input {
  padding: 0;
  border: none;
  font-size: 16px;
  font-weight: 500;
  background: transparent;
}

.ui-widget.ui-widget-content {
  height: 3px;
  border: none;
  cursor: pointer;
  background: rgba(var(--primary-rgb), 0.1);
}

.ui-widget-header {
  background: var(--primary-color);
}

.ui-slider .ui-slider-handle {
  width: 10px;
  height: 10px;
  top: -3px;
  border: none;
  cursor: e-resize;
  border-radius: 50%;
  background: var(--primary-color);
}

.widget-products ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.widget-products ul li:not(:last-child) {
  margin-bottom: 20px;
}

.widget-products ul li .image {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  max-width: 80px;
  margin-right: 25px;
}

.widget-products ul li .content {
  line-height: 1;
}

.widget-products ul li .content .ratting {
  margin-bottom: 10px;
}

.widget-products ul li .content .ratting i {
  font-size: 11px;
  margin: 0 8px 0 0;
  color: var(--primary-color);
}

.widget-products ul li .content h6 {
  font-size: 18px;
  margin-bottom: 10px;
}

.tag-coulds {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -10px;
  margin-bottom: -10px;
}

.tag-coulds a {
  padding: 0 20px;
  font-size: 14px;
  margin: 0 10px 10px 0;
  border: 1px solid var(--border-color);
}

.tag-coulds a:hover {
  color: white;
  background: var(--primary-color);
  border-color: var(--primary-color);
}

.widget-banner .category-banner-item {
  padding: 35px 30px;
}

.widget-banner .category-banner-item:before {
  display: none;
}

.widget-banner .category-banner-item .theme-btn {
  font-size: 16px;
  padding: 7px 30px;
}

.widget-recent-news>ul>li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.widget-recent-news>ul>li:not(:last-child) {
  margin-bottom: 12px;
}

.widget-recent-news>ul>li .image {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  max-width: 80px;
  margin-right: 30px;
}

.widget-recent-news>ul>li .content .date {
  font-size: 14px;
}

.widget-recent-news>ul>li .content h6 {
  font-size: 18px;
  line-height: 1.45;
  margin-bottom: 5px;
}

/*******************************************************/
/******************* ## Main Footer *******************/
/*******************************************************/
.footer-widget {
  margin-bottom: 50px;
}

.footer-widget.footer-text p {
  font-size: 18px;
  line-height: 25px;
}

.footer-title {
  margin-bottom: 20px;
}

.footer-title h4 {
  font-size: 20px;
  font-weight: 400;
}

.bg-fade-green {
  background: #B3C37F;
}

.bg-fade-blue {
  background: rgb(142, 142, 238);
}

.bg-fade-yellow {
  background: #EAC770;
}

.bg-fade-maroon {
  background: #C48252;
}

.bg-fade-orange {
  background: #EAB98A;
}

.footer-links ul li {
  color: white;
}

.footer-links ul li:not(:last-child) {
  margin-bottom: 7px;
}

.footer-links ul li a {
  color: #541c20;
  font-size: 16px;
  font-weight: 300;
}

.footer-links ul li a i {
  font-size: 13px;
  margin-right: 5px;
  color: #C48252;
}

.footer-links ul li a:hover {
  text-decoration: underline;
}

.footer-links ul.two-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.footer-links ul.two-column li {
  width: 50%;
}

.footer-contact ul li {
  padding-left: 30px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
}

.footer-contact ul li span {
  position: absolute;
  left: 15px;
}

.footer-contact ul li:not(:last-child) {
  margin-bottom: 15px;
}

.footer-contact ul li a {
  color: #541c20;
}

.footer-contact ul li a:hover {
  color: #afb442;
}

.opening-hour ul li {
  color: white;
}

.opening-hour ul li span {
  color: var(--secondary-color);
}

.opening-hour .any-question h5 {
  color: white;
  margin-bottom: 15px;
}

.opening-hour .any-question .theme-btn {
  font-size: 16px;
  padding: 7px 30px;
}

.newsletter-form {
  max-width: 630px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #fff;
}

.newsletter-form label {
  color: var(--primary-color);
  font-size: 18px;
  position: absolute;
  left: 30px;
  top: 21px;
}

.newsletter-form input {
  border: 0;
  color: #9B9B9B;
  font-size: 18px;
  padding: 11px 10px 11px 50px;
}

.newsletter-form input::-webkit-input-placeholder {
  color: #9B9B9B;
}

.newsletter-form input:-ms-input-placeholder {
  color: #9B9B9B;
}

.newsletter-form input::-ms-input-placeholder {
  color: #9B9B9B;
}

.newsletter-form input::placeholder {
  color: #9B9B9B;
}

.newsletter-form.style-two {
  background: var(--lighter-color);
  margin-left: 0;
}

.newsletter-form.style-two input {
  background-color: transparent;
}

/* Newsleter HomeFive */
.newsletter-wrap {
  padding: 80px 70px 60px;
  border: 2px dashed rgba(255, 255, 255, 0.7);
}

.newsletter-wrap .section-title {
  max-width: 580px;
}

.newsletter-wrap .newsletter-form-wrap h6 {
  color: white;
}

.newsletter-wrap .newsletter-form-wrap .check-field label {
  color: #989898;
}

/* Newsletter Shapes */
.newsletter-shapes .shape {
  z-index: 2;
  max-width: 17%;
  position: absolute;
  right: 0;
  bottom: 0;
}

/* Footer Bottom */
.footer-bottom {
  position: relative;
  background: #fbdfc4;
}

.footer-bottom .row {
  background: #C48252;
  align-items: center;
  border-radius: 25px;
  padding: 10px 0;
}

.footer-bottom .copyright-text {
  color: white;
  font-size: 16px;
}

.footer-title img {
  position: relative;
  top: -10px;
}

.product-item .content ul {
  display: flex;
  justify-content: space-between;
}

.footer-bottom .copyright-text a {
  color: #fff;
  text-decoration: underline;
}

.footer-bottom .scroll-top {
  position: absolute;
  top: -90px;
  right: 30px;
  padding: 10px;
  line-height: 30px;
}

.footer-bottom .scroll-top:hover {
  background: #ffffff;
}

.footer-bottom-nav {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-left: -13px;
  margin-right: -13px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.footer-bottom-nav li {
  margin: 0 13px 5px;
}

.footer-bottom-nav li a {
  color: white;
    font-weight: 300;
    font-size: 16px;
}

/* Footer Shapes */
.footer-shapes .shape {
  z-index: -1;
  position: absolute;
}

.footer-shapes .shape.one {
  left: 5%;
  bottom: 15%;
  max-width: 5%;
  -webkit-filter: drop-shadow(0px 10px 30px rgba(236, 61, 8, 0.5));
  filter: drop-shadow(0px 10px 30px rgba(236, 61, 8, 0.5));
}

.footer-shapes .shape.two {
  top: 10%;
  right: 5%;
  max-width: 7%;
  -webkit-filter: drop-shadow(0px 10px 60px rgba(236, 61, 8, 0.5));
  filter: drop-shadow(0px 10px 60px rgba(236, 61, 8, 0.5));
}

.footer-shapes .shape.three {
  left: 0;
  top: 0;
  max-width: 20%;
}

/* Footer Two */
.main-footer.footer-two .footer-widget {
  max-width: 236px;
}

.main-footer.footer-two .footer-widget.footer-contact ul li {
  margin-bottom: 0;
}

.main-footer.footer-two .scroll-top {
  right: 0;
  left: auto;
  top: -65px;
  color: var(--heading-color);
  background-image: url(../image/shapes/scroll-top-yellow-bg.png);
}