/* Foodily HTML Template */

/* Import Files */

@import url('global.css');
@import url('header.css');
@import url('font-awesome.css');
@import url('flaticon.css');
@import url('animate.css');
@import url('owl.css');
@import url('animation.css');
@import url('jquery-ui.css');
@import url('jquery.fancybox.min.css');
@import url('jquery.mCustomScrollbar.min.css');

/***

====================================================================
	Search Popup
====================================================================

***/


.search-popup {
  position: fixed;
  inset-inline-start: 0;
  top: 0;
  height: 100vh;
  width: 100%;
  z-index: 99999;
  margin-top: -33.75rem;
  transform: translateY(-100%);
  background-color: rgba(0, 0, 0, 0.90);
  -webkit-transition: all 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
  -moz-transition: all 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
  -o-transition: all 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
  transition: all 1500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
  -webkit-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
  -moz-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
  -o-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
  transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
}

.sidenav-bar-visible .search-popup {
  width: 80%;
}

.search-popup:before {
  position: absolute;
  inset-inline-start: 0;
  top: 100%;
  width: 100%;
  height: 35rem;
  background-image: url(../images/icons/waves-shape.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin-top: 0px;
  content: "";
}

.search-active .search-popup {
  transform: translateY(0%);
  margin-top: 0;
}

.search-popup .close-search {
  position: absolute;
  inset-inline-start: 0;
  inset-inline-end: 0;
  top: 75%;
  margin: 0 auto;
  margin-top: -12.5rem;
  border-radius: 50%;
  text-align: center;
  background-color: #de9190;
  width: 4.375rem;
  cursor: pointer;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  border-bottom: 0.1875em solid var(--white-color);
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  opacity: 0;
  visibility: hidden;
}

.search-popup .close-search span {
  position: relative;
  display: block;
  height: 4.375rem;
  width: 4.375rem;
  font-size: 1.875rem;
  line-height: 4.375rem;
  color: var(--white-color);
}

.search-active .search-popup .close-search {
  visibility: visible;
  opacity: 1;
  top: 50%;
  -webkit-transition-delay: 1500ms;
  -moz-transition-delay: 1500ms;
  -ms-transition-delay: 1500ms;
  -o-transition-delay: 1500ms;
  transition-delay: 1500ms;
}

.search-popup form {
  position: absolute;
  max-width: 43.75rem;
  top: 50%;
  inset-inline-start: 0.9375em;
  inset-inline-end: 0.9375em;
  margin: -2.1875rem auto 0;
  transform: scaleX(0);
  transform-origin: center;
  background-color: #111111;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.search-active .search-popup form {
  transform: scaleX(1);
  -webkit-transition-delay: 1200ms;
  -moz-transition-delay: 1200ms;
  -ms-transition-delay: 1200ms;
  -o-transition-delay: 1200ms;
  transition-delay: 1200ms;
}

.search-popup .form-group {
  position: relative;
  margin: 0px;
  overflow: hidden;
}

.search-popup input[type="text"],
.search-popup input[type="search"] {
  position: relative;
  display: block;
  font-size: 1.125rem;
  line-height: 3.125rem;
  color: #000000;
  height: 4.375rem;
  width: 100%;
  padding: 0.625rem 1.875rem;
  background-color: var(--white-color);
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  font-weight: 500;
  text-transform: capitalize;
}

.search-popup input[type="submit"],
.search-popup button {
  position: absolute;
  inset-inline-end: 1.875em;
  top: 0px;
  height: 4.375rem;
  line-height: 4.375rem;
  background: transparent;
  text-align: center;
  font-size: 1.5rem;
  color: #000000;
  padding: 0;
  cursor: pointer;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.search-popup input[type="submit"]:hover,
.search-popup button:hover {
  color: #000000;
}

.search-popup input::placeholder,
.search-popup textarea::placeholder {
  color: #000000;
}

.search-popup .close-search.style-two {
  position: absolute;
  inset-inline-end: 1.5625em;
  inset-inline-start: auto;
  color: var(--white-color);
  width: auto;
  height: auto;
  top: 1.5625em;
  margin: 0px;
  border: none;
  background: none !important;
  box-shadow: none !important;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.search-popup .close-search.style-two span {
  font-size: 1.25rem;
  color: var(--white-color);
}

/***

====================================================================
	Banner Section
====================================================================

***/

.banner-section {
  position: relative;
  overflow: hidden;
}

.banner-section .pattern-layer {
  position: absolute;
  inset-inline-start: 0px;
  bottom: 0px;
  width: 100%;
  height: 10.25rem;
  z-index: 2;
  background-repeat: repeat-x;
  background-size: cover;
}

.banner-section .slide {
  position: relative;
  overflow: hidden;
  padding-top: 9.375rem;
  padding-bottom: 0px;
  background-color: var(--primary-color);
}

.banner-section .slide.style-two {
  background-color: #eeac49;
}

.banner-section .slide.style-three {
  background-color: #a79bac;
}

.banner-section .icon-layer-one {
  position: absolute;
  inset-inline-end: 0px;
  top: 0px;
  width: 19.5rem;
  height: 17.125rem;
  opacity: 0;
  transform: translateX(18.75rem);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
  transition: all 900ms ease;
  -moz-transition: all 900ms ease;
  -webkit-transition: all 900ms ease;
  -ms-transition: all 900ms ease;
  -o-transition: all 900ms ease;
}

.banner-section .active .icon-layer-one {
  opacity: 1;
  transform: translateX(0px);
}

.banner-section .icon-layer-two {
  position: absolute;
  inset-inline-start: 3.125rem;
  bottom: 6.25rem;
  width: 18.75rem;
  height: 17.8125rem;
  opacity: 0;
  transform: translateX(-18.75rem);
  background-position: center bottom;
  background-repeat: no-repeat;
  transition: all 900ms ease;
  -moz-transition: all 900ms ease;
  -webkit-transition: all 900ms ease;
  -ms-transition: all 900ms ease;
  -o-transition: all 900ms ease;
}

.banner-section .active .icon-layer-two {
  opacity: 1;
  transform: translateX(0px);
  transition-delay: 500ms;
}

.banner-section .icon-layer-three {
  position: absolute;
  inset-inline-end: 0px;
  top: -3.125rem;
  width: 11.0625rem;
  height: 13.3125rem;
  opacity: 0;
  transform: translateX(-18.75rem);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
  transition: all 900ms ease;
  -moz-transition: all 900ms ease;
  -webkit-transition: all 900ms ease;
  -ms-transition: all 900ms ease;
  -o-transition: all 900ms ease;
}

.banner-section .active .icon-layer-three {
  opacity: 1;
  transform: translateX(0px);
  transition-delay: 500ms;
}

.banner-section .content-column {
  position: relative;
  z-index: 3;
}

.banner-section .content-column .inner-column {
  position: relative;
  padding-top: 3.125rem;
}

.banner-section .content-column h1 {
  position: relative;
  color: var(--white-color);
  font-weight: 400;
  line-height: 1.1em;
  opacity: 0;
  transform: scaleY(0);
  transform-origin: top;
  font-family: var(--font-family-hand-3);
  -webkit-transition: all 1000ms ease;
  -moz-transition: all 100ms ease;
  -ms-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
  transition: all 1000ms ease;
  padding-bottom: 3.125rem;
}

.banner-section .content-column h1 .first-letter {
  display: block;
}

.banner-section .content-column h1 .second-letter {
  display: block;
}

.banner-section .active .content-column h1 {
  opacity: 1;
  transform: scaleY(1);
  -webkit-transition-delay: 600ms;
  -moz-transition-delay: 600ms;
  -ms-transition-delay: 600ms;
  -o-transition-delay: 600ms;
  transition-delay: 600ms;
}

.banner-section .content-column .text {
  color: var(--white-color);
  font-size: 0.875rem;
  margin-top: 1.25rem;
  margin-bottom: 1.875rem;
  font-weight: 400;
  opacity: 0;
  transform: scaleY(0);
  transform-origin: top;
  -webkit-transition: all 1000ms ease;
  -moz-transition: all 100ms ease;
  -ms-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
  transition: all 1000ms ease;
}

.banner-section .active .content-column .text {
  opacity: 1;
  transform: scaleY(1);
  -webkit-transition-delay: 900ms;
  -moz-transition-delay: 900ms;
  -ms-transition-delay: 900ms;
  -o-transition-delay: 900ms;
  transition-delay: 900ms;
}

.banner-section .content-column .btns-box {
  margin-top: 2.1875rem;
  opacity: 0;
  margin-bottom: 5.625rem;
  transform: scaleY(0);
  transform-origin: top;
  -webkit-transition: all 1000ms ease;
  -moz-transition: all 100ms ease;
  -ms-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
  transition: all 1000ms ease;
}

.banner-section .active .content-column .btns-box {
  opacity: 1;
  transform: scaleY(1);
  -webkit-transition-delay: 1200ms;
  -moz-transition-delay: 1200ms;
  -ms-transition-delay: 1200ms;
  -o-transition-delay: 1200ms;
  transition-delay: 1200ms;
}

.banner-section .content-column .theme-btn {
  margin-inline-end: 0.9375rem;
}

.banner-section .content-column .icons-box {
  position: relative;
  opacity: 0;
  transform: scaleY(0);
  transform-origin: top;
  -webkit-transition: all 1000ms ease;
  -moz-transition: all 100ms ease;
  -ms-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
  transition: all 1000ms ease;
}

.banner-section .content-column .icons-box img {
  position: relative;
  width: auto;
}

.banner-section .active .content-column .icons-box {
  opacity: 1;
  transform: scaleY(1);
  -webkit-transition-delay: 1500ms;
  -moz-transition-delay: 1500ms;
  -ms-transition-delay: 1500ms;
  -o-transition-delay: 1500ms;
  transition-delay: 1500ms;
}

.banner-section .image-column {
  position: relative;
}

.banner-section .image-column .inner-column {
  position: relative;
}

.banner-section .image-column .image {
  position: relative;
}

.banner-section .image-column .image img {
  /* max-width:inherit;
  width: auto;
  */;
}

.banner-section .owl-dots {
  display: block;
  position: absolute;
  inset-inline-start: 0px;
  inset-inline-end: 0px;
  bottom: 8.75rem;
  text-align: center;
  counter-reset: slides-num;
}

.banner-section .owl-dots .owl-dot {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin-inline-start: 1.75rem;
  counter-increment: slides-num;
}

.banner-section .owl-dots .owl-dot span {
  position: relative;
  content: "0" counter(slides-num) "";
  display: block;
  font-size: 1.125rem;
  font-weight: 600;
  color: #f6f0c8;
  opacity: 0.30;
  padding-bottom: 0.3125rem;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-family: var(--font-family-hand-3);
}

.banner-section .owl-dots .owl-dot:after {
  position: absolute;
  content: '/';
  inset-inline-end: -1.0625em;
  top: -1px;
  color: #d6d1ad;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.banner-section .owl-dots .owl-dot:last-child::after {
  display: none;
}

.banner-section .owl-dots .owl-dot span:before {
  position: relative;
  content: "0" counter(slides-num) "";
}

.banner-section .owl-dots .owl-dot:hover span,
.banner-section .owl-dots .owl-dot.active span {
  color: var(--white-color);
  opacity: 1;
}

.banner-section .owl-nav {
  position: absolute;
  inset-inline-start: 0px;
  top: 50%;
  z-index: 99999;
  width: 100%;
  opacity: 0;
  margin-top: -0.625rem;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.banner-section:hover .owl-nav {
  opacity: 1;
}

.banner-section .owl-nav .owl-prev {
  position: absolute;
  inset-inline-start: 1.25em;
  width: 3.75rem;
  height: 3.75rem;
  color: var(--white-color);
  line-height: 3.5rem;
  font-size: 1.5rem;
  text-align: center;
  border-radius: 3.125rem;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  border: 2px solid rgba(255, 255, 255, 0.60);
}

.banner-section .owl-nav .owl-next {
  position: absolute;
  inset-inline-end: 1.25em;
  color: var(--white-color);
  font-size: 1.5rem;
  width: 3.75rem;
  height: 3.75rem;
  color: var(--white-color);
  line-height: 3.5rem;
  border-radius: 3.125rem;
  text-align: center;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  border: 2px solid rgba(255, 255, 255, 0.60);
}

.banner-section .owl-nav .owl-prev:hover,
.banner-section .owl-nav .owl-next:hover {
  color: #222222;
  border-color: var(--white-color);
  background-color: var(--white-color);
}

/***

====================================================================
	Banner Section Two
====================================================================

***/

.banner-section-two {
  position: relative;
  overflow: hidden;
  background: #000000;
  background: -webkit-linear-gradient(to right, #000000 0%, #5F281C 75%);
  background: -moz-linear-gradient(to right, #000000 0%, #5F281C 75%);
  background: linear-gradient(to right, #000000 0%, #5F281C 75%);
}

.banner-section-two .pattern-layer {
  position: absolute;
  inset-inline-start: 0px;
  bottom: 0px;
  width: 100%;
  height: 10.25rem;
  z-index: 1;
  background-repeat: repeat-x;
}

.banner-section-two .slide {
  position: relative;
  overflow: hidden;
  padding-top: 11.875rem;
  padding-bottom: 12.5rem;
}

.banner-section-two .shadow-layer {
  position: absolute;
  inset-inline-end: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-position: right bottom;
  background-repeat: no-repeat;
}

.banner-section-two .slide-middle-text {
  position: absolute;
  inset-inline-start: 8.125rem;
  inset-inline-end: 0px;
  opacity: 0.03;
  color: var(--white-color);
  line-height: 1em;
  font-size: 31.25rem;
  text-align: center;
  font-family: var(--font-family-hand-3);
}

.banner-section-two .icon-layer-one {
  position: absolute;
  inset-inline-start: 0px;
  top: 8.75rem;
  width: 13.3125rem;
  height: 11.125rem;
  opacity: 0;
  transform: translateX(-18.75rem);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
  transition: all 900ms ease;
  -moz-transition: all 900ms ease;
  -webkit-transition: all 900ms ease;
  -ms-transition: all 900ms ease;
  -o-transition: all 900ms ease;
}

.banner-section-two .active .icon-layer-one {
  opacity: 1;
  transform: translateX(0px);
}

.banner-section-two .icon-layer-two {
  position: absolute;
  inset-inline-end: 3.125rem;
  bottom: -9.375rem;
  width: 16rem;
  height: 30.1875rem;
  opacity: 0;
  transform: translateX(18.75rem);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
  transition: all 900ms ease;
  -moz-transition: all 900ms ease;
  -webkit-transition: all 900ms ease;
  -ms-transition: all 900ms ease;
  -o-transition: all 900ms ease;
}

.banner-section-two .active .icon-layer-two {
  opacity: 1;
  transform: translateX(0px);
  transition-delay: 500ms;
}

.banner-section-two .content-column {
  position: relative;
  z-index: 2;
}

.banner-section-two .content-column .inner-column {
  position: relative;
  padding-top: 10.625rem;
}

.banner-section-two .content-column .title {
  position: relative;
  color: var(--white-color);
  font-weight: 400;
  opacity: 0;
  font-size: 1.5rem;
  margin-bottom: 1.25rem;
  letter-spacing: 6px;
  transform: scaleY(0);
  transform-origin: top;
  font-family: var(--font-family-hand-1);
  -webkit-transition: all 1000ms ease;
  -moz-transition: all 100ms ease;
  -ms-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
  transition: all 1000ms ease;
}

.banner-section-two .active .content-column .title {
  opacity: 1;
  transform: scaleY(1);
  -webkit-transition-delay: 300ms;
  -moz-transition-delay: 300ms;
  -ms-transition-delay: 300ms;
  -o-transition-delay: 300ms;
  transition-delay: 300ms;
}

.banner-section-two .content-column h1 {
  position: relative;
  color: var(--white-color);
  font-weight: 600;
  line-height: 1em;
  opacity: 0;
  font-size: 4.5rem;
  padding-bottom: 1.875rem;
  transform: scaleY(0);
  transform-origin: top;
  text-transform: uppercase;
  font-family: var(--font-family-body);
  -webkit-transition: all 1000ms ease;
  -moz-transition: all 100ms ease;
  -ms-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
  transition: all 1000ms ease;
}

.banner-section-two .content-column h1:before {
  position: absolute;
  content: '';
  inset-inline-start: 0px;
  bottom: 0px;
  width: 4.375rem;
  height: 0.3125em;
  background-color: var(--white-color);
}

.banner-section-two .active .content-column h1 {
  opacity: 1;
  transform: scaleY(1);
  -webkit-transition-delay: 600ms;
  -moz-transition-delay: 600ms;
  -ms-transition-delay: 600ms;
  -o-transition-delay: 600ms;
  transition-delay: 600ms;
}

.banner-section-two .content-column .text {
  color: var(--white-color);
  font-size: 1rem;
  margin-top: 1.25rem;
  margin-bottom: 1.875rem;
  font-weight: 400;
  opacity: 0;
  transform: scaleY(0);
  transform-origin: top;
  -webkit-transition: all 1000ms ease;
  -moz-transition: all 100ms ease;
  -ms-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
  transition: all 1000ms ease;
}

.banner-section-two .active .content-column .text {
  opacity: 1;
  transform: scaleY(1);
  -webkit-transition-delay: 900ms;
  -moz-transition-delay: 900ms;
  -ms-transition-delay: 900ms;
  -o-transition-delay: 900ms;
  transition-delay: 900ms;
}

.banner-section-two .content-column .btns-box {
  margin-top: 2.1875rem;
  opacity: 0;
  margin-bottom: 5.625rem;
  transform: scaleY(0);
  transform-origin: top;
  -webkit-transition: all 1000ms ease;
  -moz-transition: all 100ms ease;
  -ms-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
  transition: all 1000ms ease;
}

.banner-section-two .active .content-column .btns-box {
  opacity: 1;
  transform: scaleY(1);
  -webkit-transition-delay: 1200ms;
  -moz-transition-delay: 1200ms;
  -ms-transition-delay: 1200ms;
  -o-transition-delay: 1200ms;
  transition-delay: 1200ms;
}

.banner-section-two .content-column .theme-btn {
  margin-inline-end: 0.9375rem;
}

.banner-section-two .content-column .icons-box {
  position: relative;
  opacity: 0;
  transform: scaleY(0);
  transform-origin: top;
  -webkit-transition: all 1000ms ease;
  -moz-transition: all 100ms ease;
  -ms-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
  transition: all 1000ms ease;
}

.banner-section-two .content-column .icons-box img {
  position: relative;
  width: auto;
}

.banner-section-two .active .content-column .icons-box {
  opacity: 1;
  transform: scaleY(1);
  -webkit-transition-delay: 1500ms;
  -moz-transition-delay: 1500ms;
  -ms-transition-delay: 1500ms;
  -o-transition-delay: 1500ms;
  transition-delay: 1500ms;
}

.banner-section-two .image-column {
  position: relative;
  z-index: 2;
}

.banner-section-two .image-column .inner-column {
  position: relative;
}

.banner-section-two .image-column .image {
  position: relative;
}

.banner-section-two .image-column .image img {
  max-width: inherit;
  width: auto;
}

.banner-section-two .owl-dots {
  display: block;
  position: absolute;
  inset-inline-start: 0px;
  inset-inline-end: 0px;
  bottom: 8.75rem;
  text-align: center;
  counter-reset: slides-num;
}

.banner-section-two .owl-dots .owl-dot {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin-inline-start: 1.75rem;
  counter-increment: slides-num;
}

.banner-section-two .owl-dots .owl-dot span {
  position: relative;
  content: "0" counter(slides-num) "";
  display: block;
  font-size: 1.125rem;
  font-weight: 600;
  color: #f6f0c8;
  opacity: 0.30;
  padding-bottom: 0.3125rem;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-family: var(--font-family-hand-3);
}

.banner-section-two .owl-dots .owl-dot:after {
  position: absolute;
  content: '/';
  inset-inline-end: -1.0625em;
  top: -1px;
  color: #d6d1ad;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.banner-section-two .owl-dots .owl-dot:last-child::after {
  display: none;
}

.banner-section-two .owl-dots .owl-dot span:before {
  position: relative;
  content: "0" counter(slides-num) "";
}

.banner-section-two .owl-dots .owl-dot:hover span,
.banner-section-two .owl-dots .owl-dot.active span {
  color: var(--white-color);
  opacity: 1;
}

.banner-section-two .owl-nav {
  position: absolute;
  inset-inline-start: 0px;
  top: 50%;
  z-index: 99999;
  width: 100%;
  opacity: 0;
  margin-top: -0.625rem;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.banner-section-two:hover .owl-nav {
  opacity: 1;
}

.banner-section-two .owl-nav .owl-prev {
  position: absolute;
  inset-inline-start: 1.25em;
  width: 3.75rem;
  height: 3.75rem;
  color: var(--white-color);
  line-height: 3.5rem;
  font-size: 1.5rem;
  text-align: center;
  border-radius: 3.125rem;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  border: 2px solid rgba(255, 255, 255, 0.60);
}

.banner-section-two .owl-nav .owl-next {
  position: absolute;
  inset-inline-end: 1.25em;
  color: var(--white-color);
  font-size: 1.5rem;
  width: 3.75rem;
  height: 3.75rem;
  color: var(--white-color);
  line-height: 3.5rem;
  border-radius: 3.125rem;
  text-align: center;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  border: 2px solid rgba(255, 255, 255, 0.60);
}

.banner-section-two .owl-nav .owl-prev:hover,
.banner-section-two .owl-nav .owl-next:hover {
  color: #222222;
  border-color: var(--white-color);
  background-color: var(--white-color);
}

/***

====================================================================
	Banner Section Three
====================================================================

***/

.banner-section-three {
  position: relative;
  overflow: hidden;
}

.banner-section-three .slide {
  position: relative;
  overflow: hidden;
  padding-top: 13.75rem;
  padding-bottom: 13.75rem;
  background-size: cover;
}

.banner-section-three .content-box {
  position: relative;
  max-width: 29.6875rem;
}

.banner-section-three .content-box .box-inner {
  position: relative;
  padding: 3.125rem 3.125rem;
  border-radius: 0.25em;
  background-color: var(--white-color);
}

.banner-section-three .content-box .category {
  position: relative;
  color: var(--white-color);
  font-size: 0.75rem;
  padding: 1px 1.375rem;
  border-radius: 0.5em;
  display: inline-block;
  background-color: var(--primary-color);
  text-transform: uppercase;
}

.banner-section-three .content-box h3 {
  margin-top: 0.9375rem;
  font-weight: 600;
  margin-bottom: 0.9375rem;
}

.banner-section-three .content-box h3 a {
  position: relative;
  color: #27272f;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}

.banner-section-three .content-box h3 a:hover {
  color: var(--primary-color);
}

.banner-section-three .content-box .post-info {
  position: relative;
}

.banner-section-three .content-box .post-info li {
  position: relative;
  padding: 0px 0.3125rem;
  margin-inline-end: 0.75rem;
  color: #5e5e5e;
  font-size: 0.75rem;
  display: inline-block;
}

.banner-section-three .content-box .post-info li:before {
  position: absolute;
  content: '';
  inset-inline-end: -0.625em;
  top: 0.5em;
  width: 0.375em;
  height: 0.375em;
  border-radius: 3.125rem;
  background-color: #f7eee2;
}

.banner-section-three .content-box .post-info li:last-child::before {
  display: none;
}

.banner-section-three .content-box .post-info li a {
  position: relative;
  color: #5e5e5e;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}

.banner-section-three .owl-nav,
.banner-section-three .owl-dots {
  display: none;
}

/***

====================================================================
	Juice Section
====================================================================

***/

.juice-section {
  position: relative;
  padding: 6.25rem 0px 0px;
}

.juice-section .section-text {
  position: absolute;
  inset-inline-start: 0px;
  top: 13.75rem;
  inset-inline-end: 0px;
  opacity: 0.70;
  text-align: center;
  color: #fafafa;
  font-size: 25rem;
  line-height: 1em;
  font-family: var(--font-family-hand-3);
}

.juice-section .pattern-layer {
  position: absolute;
  inset-inline-start: 0px;
  top: -9.375rem;
  width: 100%;
  height: 53.125rem;
  background-repeat: no-repeat;
}

.juice-section .pattern-layer-two {
  position: absolute;
  inset-inline-end: 0px;
  top: 3.125rem;
  width: 18.9375rem;
  height: 40.1875rem;
  background-repeat: no-repeat;
}

.juice-section .image-column {
  position: relative;
}

.juice-section .image-column .inner-column {
  position: relative;
  margin-inline-start: -7.5rem;
}

.juice-section .image-column .image {
  position: relative;
}

.juice-section .image-column .image img {
  width: 100%;
  display: block;
}

.juice-section .content-column {
  position: relative;
}

.juice-section .content-column .inner-column {
  position: relative;
  padding-top: 7.5rem;
}

.juice-section .content-column .sec-title {
  margin-bottom: 1.5625rem;
}

/***

====================================================================
	Beverage Section
====================================================================

***/

.beverage-section {
  position: relative;
  padding: 6.25rem 0px 8.125rem;
}

.beverage-section .icon-layer {
  position: absolute;
  left: 0px;
  top: 6.25rem;
  width: 14rem;
  height: 16.875rem;
  background-repeat: no-repeat;
}

.beverage-block {
  position: relative;
  margin-bottom: 1.875rem;
}

.beverage-block .inner-box {
  position: relative;
}

.beverage-block .inner-box .image {
  position: relative;
  border-radius: 0.5em;
  overflow: hidden;
  background-image: url('../images/resource/stand.png');
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: contain;
  /* background-color:var(--secondary-color);
  */;
}

.beverage-block .inner-box .image img {
  position: relative;
  width: 100%;
  display: block;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.beverage-block .inner-box:hover .image img {
  opacity: 0.90;
  transform: rotate(15deg);
}

.beverage-block .inner-box .lower-content {
  position: relative;
  padding-top: 1.25rem;
  text-align: center;
}

.beverage-block .inner-box .lower-content h6 {
  margin-bottom: 0.125rem;
  font-weight: 600;
}

.beverage-block .inner-box .lower-content h6 a {
  position: relative;
  color: #27272f;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.beverage-block .inner-box:hover .lower-content h6 a {
  color: var(--secondary-color);
}

.beverage-block .inner-box .lower-content .products {
  position: relative;
}

.beverage-section .button-box {
  position: relative;
  margin-top: 1.25rem;
}

/***

====================================================================
	Deal Section
====================================================================

***/

.deal-section {
  position: relative;
  padding: 7.5rem 0px 7.5rem;
  background-attachment: fixed;
  background-size: cover;
}

.deal-section .top-pattern-layer {
  position: absolute;
  inset-inline-start: 0px;
  top: 0px;
  width: 100%;
  height: 10.25rem;
  background-repeat: repeat-x;
}

.deal-section .bottom-pattern-layer {
  position: absolute;
  inset-inline-start: 0px;
  bottom: 0px;
  width: 100%;
  height: 10.25rem;
  background-repeat: repeat-x;
}

.deal-section .content-box {
  position: relative;
  width: 41.875rem;
  height: 41.875rem;
  overflow: hidden;
  border-radius: 50%;
  text-align: center;
  background-color: rgba(190, 185, 150, 0.95);
  background-position: center center;
  background-repeat: no-repeat;
}

.deal-section .content-box .box-inner {
  position: relative;
  padding: 12.5rem 1.875rem 1.875rem 1.875rem;
}

.deal-section .content-box .sec-title {
  margin-bottom: 1.375rem;
}

.deal-section .content-box .sec-title .text {
  margin-top: 0.625rem;
}

.deal-section .content-box .email-form {
  max-width: 20rem;
  width: 100%;
  margin: 0 auto;
}

/* Email Form */

.email-form {
  position: relative;
  margin-bottom: 0px;
}

.email-form .email-title {
  position: relative;
  font-size: 1rem;
  font-weight: 700;
  color: var(--white-color);
  letter-spacing: 1px;
  margin-bottom: 1.375rem;
}

.email-form .form-group {
  position: relative;
  display: block;
  z-index: 1;
  margin-bottom: 0px;
}

.email-form .form-group input[type="text"],
.email-form .form-group input[type="tel"],
.email-form .form-group input[type="email"],
.email-form .form-group textarea {
  position: relative;
  width: 100%;
  line-height: 1.75rem;
  padding: 0.625rem 1.875rem;
  height: 3.75rem;
  color: var(--white-color);
  display: inline-block;
  font-size: 0.875rem;
  letter-spacing: 1px;
  border-radius: 3.125rem;
  font-weight: 300;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
  background: none;
  border: 1px solid rgba(255, 255, 255, 0.70);
}

.email-form .form-group textarea::-webkit-input-placeholder,
.email-form .form-group input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.66);
}

.email-form .form-group input:focus {
  border-color: #de9190;
}

.email-form .form-group input[type="submit"],
.email-form .form-group button {
  position: absolute;
  width: 3rem;
  height: 3rem;
  inset-inline-end: 0.3125em;
  top: 0.375em;
  bottom: 0.3125em;
  color: var(--secondary-color);
  cursor: pointer;
  border-radius: 50%;
  background: #f2f2f2;
  display: inline-block;
}

/***

====================================================================
	Deal Section
====================================================================

***/

.recipe-section {
  position: relative;
  overflow: hidden;
  padding: 6.25rem 0px 8.125rem;
}

.recipe-section .icon-layer-one {
  position: absolute;
  inset-inline-start: 3.125rem;
  top: 5rem;
  width: 17.9375rem;
  height: 9.9375rem;
  background-repeat: no-repeat;
}

.recipe-section .icon-layer-two {
  position: absolute;
  inset-inline-end: 20%;
  top: 3.125rem;
  width: 9rem;
  height: 9.6875rem;
  background-repeat: no-repeat;
}

.recipe-section .icon-layer-three {
  position: absolute;
  inset-inline-end: 5%;
  bottom: -0.625em;
  width: 13.875rem;
  height: 14rem;
  background-repeat: no-repeat;
}

.recipe-section .section-text {
  position: absolute;
  inset-inline-start: 0px;
  top: 0px;
  inset-inline-end: 0px;
  opacity: 0.35;
  color: #fafafa;
  font-size: 28.125rem;
  line-height: 1em;
  text-align: center;
  font-family: var(--font-family-hand-3);
}

.recipe-section .inner-container {
  position: relative;
}

.recipe-section .circle-layer {
  position: absolute;
  inset-inline-start: 50%;
  top: 50%;
  width: 33.75rem;
  height: 26.6875rem;
  background-repeat: no-repeat;
  transform: translate(-50%, -42%);
}

.recipe-section .left-column {
  position: relative;
  margin-bottom: 1.875rem;
}

.recipe-section .left-column .inner-column {
  position: relative;
  padding-inline-end: 1.875rem;
  padding-top: 8.125rem;
}

.recipe-section .left-column .inner-column .recipe-block:nth-child(2) {
  margin-inline-end: 3.125rem;
}

.recipe-block {
  position: relative;
  margin-bottom: 5.625rem;
}

.recipe-block .inner-box {
  position: relative;
  text-align: end;
  padding-top: 0.75rem;
  min-height: 6.25rem;
  padding-inline-end: 8.125rem;
}

.recipe-block .inner-box .icon {
  position: absolute;
  inset-inline-end: 0px;
  top: 0px;
  width: 6.25rem;
  height: 6.25rem;
  border-radius: 50%;
  line-height: 3.125rem;
  background-color: #f67900;
}

.recipe-block .inner-box h6 {
  font-weight: 600;
  margin-bottom: 0.25rem;
}

.recipe-block .inner-box h6 a {
  position: relative;
  color: #27272f;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}

.recipe-block .inner-box h6 a:hover {
  color: #f67900;
}

.recipe-block .inner-box .text {
  color: #5e5e5e;
}

.recipe-block:last-child {
  margin-bottom: 0px;
}

.recipe-block.style-two .inner-box {
  text-align: start;
  padding-inline-end: 0px;
  padding-inline-start: 8.125rem;
}

.recipe-block.style-two .inner-box .icon {
  inset-inline-start: 0px;
  inset-inline-end: auto;
}

.recipe-section .right-column {
  position: relative;
  margin-bottom: 1.875rem;
}

.recipe-section .right-column .inner-column {
  position: relative;
  padding-inline-start: 1.875rem;
  padding-top: 8.125rem;
}

.recipe-section .right-column .inner-column .recipe-block:nth-child(2) {
  margin-inline-start: 3.125rem;
}

.recipe-section .image-column {
  position: relative;
  margin-bottom: 1.875rem;
}

.recipe-section .image-column .inner-column {
  position: relative;
  text-align: center;
}

.recipe-section .image-column .image {
  position: relative;
  margin-inline-start: -2.625rem;
}

.recipe-section .image-column .image img {
  max-width: inherit;
}

/***

====================================================================
	Fluid Section One
====================================================================

***/

.fluid-section-one {
  position: relative;
  padding: 0px 0px 0px;
}

.fluid-section-one .outer-container {
  position: relative;
  min-height: 15.625rem;
  /* background-color:#f7eee2;
  */;
}

.fluid-section-one .image-column {
  position: absolute;
  inset-inline-end: 0px;
  top: 0px;
  width: 50%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.fluid-section-one .image-column .image-box {
  position: relative;
  display: none;
  margin: 0px;
}

.fluid-section-one .image-column .image-box img {
  position: relative;
  display: block;
  width: 100%;
}

.fluid-section-one .content-column {
  position: relative;
  float: inline-start;
  width: 50%;
}

.fluid-section-one .content-column .icon-box {
  position: absolute;
  inset-inline-start: 0px;
  bottom: 0px;
  width: 21.1875rem;
  height: 16.5625rem;
}

.fluid-section-one .content-column .inner-column {
  position: relative;
  max-width: 37.5rem;
  width: 100%;
  float: inline-end;
  padding: 6.875rem 6.25rem 6.875rem 0.9375rem;
}

.fluid-section-one .content-column:before {
  position: absolute;
  content: '';
  inset-inline-start: 99%;
  top: 0px;
  height: 100%;
  width: 10.3125rem;
  z-index: 1;
  background: url(../images/background/pattern-3.png);
  background-repeat: repeat-y;
}

/***

====================================================================
	Testimonial Section
====================================================================

***/

.testimonial-section {
  position: relative;
  padding: 6.25rem 0px 6.25rem;
}

.testimonial-section .inner-container {
  position: relative;
}

.testimonial-section .pattern-layer {
  position: absolute;
  inset-inline-start: 0px;
  top: 0px;
  inset-inline-end: 0px;
  bottom: 0px;
  background-repeat: no-repeat;
  background-position: center bottom;
}

.testimonial-section .owl-nav {
  display: none;
}

.testimonial-section .owl-dots {
  position: relative;
  text-align: center;
  margin-top: 1.25rem;
}

.testimonial-section .owl-dots .owl-dot {
  position: relative;
  width: 0.625em;
  height: 0.625em;
  margin: 0px 0.4375rem;
  border-radius: 3.125rem;
  display: inline-block;
  background-color: #cfd4cd;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}

.testimonial-section .owl-dots .owl-dot:hover,
.testimonial-section .owl-dots .owl-dot.active {
  background-color: var(--secondary-color);
}

.testimonial-block {
  position: relative;
}

.testimonial-block .inner-box {
  position: relative;
  text-align: center;
}

.testimonial-block .inner-box .author-image {
  position: relative;
  width: 8.125rem;
  height: 8.125rem;
  overflow: hidden;
  padding: 0.625rem 0.625rem;
  border-radius: 50%;
  margin: 0 auto;
  background-color: var(--white-color);
  box-shadow: 0px 8px 12px rgba(0, 0, 0, 0.07);
}

.testimonial-block .inner-box .author-image img {
  position: relative;
  border-radius: 50%;
}

.testimonial-block .inner-box .text {
  margin-top: 1.5625rem;
  color: #5e5e5e;
  font-size: 0.875rem;
  font-weight: 500;
  font-style: italic;
  margin-bottom: 0.9375rem;
}

.testimonial-block .inner-box .designation {
  color: var(--secondary-color);
  font-size: 0.875rem;
  font-weight: 400;
}

.testimonial-block .inner-box .designation span {
  color: #787878;
}

/***

====================================================================
	News Section
====================================================================

***/

.news-section {
  position: relative;
  padding: 3.75rem 0px 6.25rem;
}

.news-section .pattern-layer {
  position: absolute;
  inset-inline-start: 0px;
  top: 0px;
  width: 19rem;
  height: 48.75rem;
  background-repeat: no-repeat;
}

.news-block {
  position: relative;
  margin-bottom: 1.875rem;
}

.news-block .inner-box {
  position: relative;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.news-block .inner-box .image {
  position: relative;
}

.news-block .inner-box:hover {
  box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.10);
}

.news-block .inner-box .image img {
  position: relative;
  width: 100%;
  display: block;
}

.news-block .inner-box .image .overlay-box {
  position: absolute;
  inset-inline-start: 0px;
  top: 0px;
  inset-inline-end: 0px;
  bottom: 0px;
  color: var(--white-color);
  text-align: center;
  background-color: rgba(190, 185, 150, 0.80);
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  -webkit-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
}

.news-block .inner-box:hover .overlay-box {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transform-origin: right center;
  -ms-transform-origin: right center;
  transform-origin: right center;
}

.news-block .inner-box .overlay-inner {
  position: absolute;
  inset-inline-start: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  display: table;
  vertical-align: middle;
  padding: 0.625rem 0px;
}

.news-block .inner-box .overlay-inner .content {
  position: relative;
  display: table-cell;
  vertical-align: middle;
}

.news-block .inner-box .image .overlay-box .icon {
  position: relative;
  width: 3.125rem;
  height: 3.125rem;
  color: var(--white-color);
  line-height: 2.875rem;
  font-size: 1.125rem;
  text-align: center;
  border-radius: 3.125rem;
  font-weight: 700;
  display: inline-block;
  border: 2px solid var(--white-color);
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}

.news-block .inner-box .image .overlay-box .icon:hover {
  background-color: var(--white-color);
  color: var(--secondary-color);
}

.news-block .inner-box .lower-content {
  position: relative;
  text-align: center;
  padding: 1.875rem 0.9375rem 1.875rem;
  background-color: #f5f6fb;
}

.news-block .inner-box .lower-content .category {
  position: relative;
  color: var(--white-color);
  font-size: 0.75rem;
  padding: 0.125rem 1.125rem;
  border-radius: 0.5em;
  display: inline-block;
  background-color: var(--primary-color);
  text-transform: uppercase;
}

.news-block .inner-box .lower-content h6 {
  margin-top: 0.9375rem;
  font-weight: 600;
  margin-bottom: 0.75rem;
}

.news-block .inner-box .lower-content h6 a {
  position: relative;
  color: #27272f;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}

.news-block .inner-box .lower-content .post-info {
  position: relative;
}

.news-block .inner-box .lower-content .post-info li {
  position: relative;
  padding: 0px 0.3125rem;
  margin: 0px 0.3125rem;
  color: #5e5e5e;
  font-size: 0.75rem;
  display: inline-block;
}

.news-block .inner-box .lower-content .post-info li:before {
  position: absolute;
  content: '';
  inset-inline-end: -0.5625em;
  top: 0.5em;
  width: 0.375em;
  height: 0.375em;
  border-radius: 3.125rem;
  background-color: #f7eee2;
}

.news-block .inner-box .lower-content .post-info li:last-child::before {
  display: none;
}

.news-block .inner-box .lower-content .post-info li a {
  position: relative;
  color: #5e5e5e;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}

.news-block .inner-box:hover .lower-content .post-info li a,
.news-block .inner-box:hover .lower-content h6 a {
  color: var(--primary-color);
}

/***

====================================================================
	Gallery Section
====================================================================

***/

.gallery-section {
  position: relative;
  padding: 0px 0px 0px;
}

.gallery-section .owl-nav {
  position: absolute;
  inset-inline-start: 0px;
  top: 50%;
  z-index: 99999;
  width: 100%;
  margin-top: -1.75rem;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.gallery-section .owl-nav .owl-prev {
  position: absolute;
  inset-inline-start: 0.625em;
  width: 3.75rem;
  height: 3.75rem;
  color: #27272f;
  line-height: 3.75rem;
  font-size: 1.5rem;
  text-align: center;
  border-radius: 3.125rem;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  background-color: var(--white-color);
}

.gallery-section .owl-nav .owl-next {
  position: absolute;
  inset-inline-end: 0.625em;
  color: #27272f;
  font-size: 1.5rem;
  width: 3.75rem;
  height: 3.75rem;
  line-height: 3.75rem;
  border-radius: 3.125rem;
  text-align: center;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  background-color: var(--white-color);
}

.gallery-section .owl-nav .owl-prev:hover,
.gallery-section .owl-nav .owl-next:hover {
  color: var(--white-color);
  background-color: #27272f;
}

/* Gallery Block */

.gallery-block {
  position: relative;
  margin-bottom: 0px;
}

.gallery-block .inner-box {
  position: relative;
}

.gallery-block .inner-box .image-box {
  position: relative;
  margin-bottom: 0px;
}

.gallery-block .inner-box .image-box img {
  position: relative;
  width: 100%;
  display: block;
}

.gallery-block .inner-box .image-box .overlay-box {
  position: absolute;
  inset-inline-start: 0.625em;
  top: 0.625em;
  inset-inline-end: 0.625em;
  bottom: 0.625em;
  color: var(--white-color);
  text-align: center;
  background-color: rgba(190, 185, 150, 0.80);
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  -webkit-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
}

.gallery-block .inner-box:hover .overlay-box {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transform-origin: right center;
  -ms-transform-origin: right center;
  transform-origin: right center;
}

.gallery-block .inner-box .overlay-inner {
  position: absolute;
  inset-inline-start: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  display: table;
  vertical-align: middle;
  padding: 0.625rem 0px;
}

.gallery-block .inner-box .overlay-inner .content {
  position: relative;
  display: table-cell;
  vertical-align: middle;
}

.gallery-block .inner-box .image-box .overlay-box .icon {
  position: relative;
  width: 2.5em;
  height: 2.5em;
  color: var(--white-color);
  line-height: 2.5rem;
  font-size: 0.875rem;
  text-align: center;
  border-radius: 0px;
  font-weight: 700;
  display: inline-block;
  background-color: var(--primary-color);
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}

.gallery-block .inner-box .image-box .overlay-box .icon:hover {
  background-color: var(--white-color);
  color: var(--primary-color);
}

/***

==================================================================
	Main Footer
==================================================================

***/

.main-footer {
  position: relative;
  padding-bottom: 2.8125rem;
  background-color: var(--primary-color);
}

.main-footer .pattern-layer-one {
  position: absolute;
  inset-inline-start: 0px;
  bottom: 0px;
  width: 23.6875rem;
  height: 16.5625rem;
  background-repeat: no-repeat;
}

.main-footer .logo img {
  width: 7.8125rem;
}

.main-footer .pattern-layer-two {
  position: absolute;
  inset-inline-end: 0px;
  bottom: 0px;
  width: 16.9375rem;
  height: 17.4375rem;
  background-repeat: no-repeat;
}

.main-footer .pattern-layer-three {
  position: absolute;
  inset-inline-start: 0px;
  top: 0px;
  width: 100%;
  height: 10.3125rem;
  background-repeat: no-repeat;
}

.main-footer .widgets-section {
  position: relative;
  padding: 6.875rem 0px 0px;
}

.main-footer .footer-column {
  position: relative;
  margin-bottom: 1.875rem;
}

.main-footer .footer-widget {
  position: relative;
  margin-bottom: 1.875rem;
}

.main-footer .footer-widget h6 {
  font-weight: 600;
  color: var(--white-color);
  padding-bottom: 0.9375rem;
  margin-bottom: 1.875rem;
  text-transform: capitalize;
}

.main-footer .footer-widget h6:before {
  position: absolute;
  content: '';
  inset-inline-start: 0px;
  bottom: 0px;
  height: 0.125em;
  width: 2.8125rem;
  background-color: var(--secondary-color);
}

.main-footer .contact-widget .text {
  color: var(--white-color);
  font-size: 0.875rem;
  margin-bottom: 0.9375rem;
}

.main-footer .contact-widget .contact-list {
  position: relative;
}

.main-footer .contact-widget .contact-list li {
  position: relative;
  padding-inline-start: 1.75rem;
  color: var(--white-color);
  font-size: 0.875rem;
  margin-bottom: 0.625rem;
}

.main-footer .contact-widget .contact-list li .icon {
  position: absolute;
  inset-inline-start: 0px;
  top: 0px;
  color: var(--secondary-color);
}

.main-footer .contact-widget .contact-list li a {
  position: relative;
  color: var(--white-color);
}

/* Footer List */

.main-footer .footer-list {
  position: relative;
}

.main-footer .footer-list li {
  position: relative;
  margin-bottom: 0.5rem;
}

.main-footer .footer-list li:last-child {
  margin-bottom: 0px;
}

.main-footer .footer-list li a {
  position: relative;
  color: var(--white-color);
  font-size: 0.875rem;
  font-weight: 400;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}

.main-footer .footer-list li a:hover {
  opacity: 0.8;
}

.main-footer .social-list {
  position: relative;
}

.main-footer .social-list li {
  position: relative;
  margin-bottom: 0.75rem;
}

.main-footer .social-list li a {
  position: relative;
  font-size: 0.875rem;
  padding-inline-start: 1.5625rem;
  color: rgba(255, 255, 255, 0.90);
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}

.main-footer .social-list li a .icon {
  position: absolute;
  inset-inline-start: 0px;
  top: 0px;
  color: var(--white-color);
}

.main-footer .social-list li a:hover {
  color: var(--white-color);
}

.main-footer .newsletter-form {
  margin-bottom: 2.1875rem;
}

.main-footer .newsletter-form .form-group {
  position: relative;
  display: block;
  margin-bottom: 0.625rem;
}

.main-footer .newsletter-form .form-group input[type="text"],
.main-footer .newsletter-form .form-group input[type="email"] {
  position: relative;
  display: block;
  width: 100%;
  line-height: 1.625rem;
  padding: 0.625rem 5.3125rem 0.625rem 1.5625rem;
  height: 3.4375rem;
  font-size: 0.9375rem;
  color: var(--white-color);
  background: none;
  border-radius: 0px;
  border: 2px solid rgba(255, 255, 255, 0.15);
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}

.main-footer .newsletter-form .form-group button {
  position: relative;
  width: 100%;
  font-size: 0.875rem;
  color: var(--white-color);
  cursor: pointer;
  margin-top: 0.9375rem;
  border-radius: 0px;
  padding: 1.1875rem 1.25rem;
  font-weight: 400;
  display: inline-block;
  text-transform: capitalize;
  background-color: var(--secondary-color);
}

.main-footer .footer-bottom {
  position: relative;
  text-align: center;
  margin-top: 0.625rem;
}

.main-footer .footer-bottom .copyright {
  position: relative;
  font-weight: 300;
  color: var(--white-color);
  font-size: 1rem;
}

/***

==================================================================
	Footer Style Two
==================================================================

***/

.footer-style-two {
  position: relative;
  padding-bottom: 0px;
  background-color: #050505;
}

.footer-style-two .widgets-section {
  position: relative;
  padding: 5.625rem 0px 3.75rem;
}

.footer-style-two .footer-column {
  position: relative;
}

.footer-style-two .footer-widget {
  position: relative;
  margin-bottom: 1.875rem;
}

.footer-style-two .footer-widget h6 {
  font-weight: 600;
  color: var(--white-color);
  padding-bottom: 0.9375rem;
  margin-bottom: 1.875rem;
  text-transform: capitalize;
}

.footer-style-two .footer-widget h6:before {
  position: absolute;
  content: '';
  inset-inline-start: 0px;
  bottom: 0px;
  height: 0.125em;
  width: 2.8125rem;
  background-color: var(--secondary-color);
}

.footer-style-two .logo-widget .text {
  color: var(--white-color);
  font-size: 0.875rem;
  margin-top: 1.5625rem;
  line-height: 2.2em;
}

.footer-style-two .contact-widget .contact-list {
  position: relative;
}

.footer-style-two .contact-widget .contact-list li {
  position: relative;
  color: var(--white-color);
  font-size: 0.875rem;
  margin-bottom: 0.625rem;
}

.footer-style-two .contact-widget .contact-list li a {
  position: relative;
  color: var(--white-color);
}

.footer-style-two .visit-widget .text {
  color: var(--white-color);
  font-size: 0.875rem;
  margin-bottom: 0.9375rem;
  line-height: 2.2em;
}

.footer-style-two .social-list {
  position: relative;
}

.footer-style-two .social-list li {
  position: relative;
  margin-bottom: 0.75rem;
}

.footer-style-two .social-list li a {
  position: relative;
  font-size: 0.875rem;
  padding-inline-start: 1.5625rem;
  color: rgba(255, 255, 255, 0.90);
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}

.footer-style-two .social-list li a .icon {
  position: absolute;
  inset-inline-start: 0px;
  top: 0px;
  color: var(--white-color);
}

.footer-style-two .social-list li a:hover {
  color: var(--white-color);
}

.footer-style-two .footer-bottom {
  position: relative;
  text-align: center;
  padding: 1.5625rem 0px;
  background-color: #111111;
}

.footer-style-two .footer-bottom .copyright {
  position: relative;
  font-weight: 300;
  color: var(--white-color);
  font-size: 1rem;
}

.footer-style-two .footer-bottom .copyright a {
  position: relative;
  color: var(--secondary-color);
}

/***

==================================================================
	Special Section
==================================================================

***/

.specials-section {
  position: relative;
  padding: 6.25rem 0px 5rem;
}

.specials-section .icon-layer-one {
  position: absolute;
  inset-inline-end: 7.5rem;
  top: 10rem;
  width: 14.375rem;
  height: 14.375rem;
  background-repeat: no-repeat;
}

.specials-section .icon-layer-two {
  position: absolute;
  inset-inline-start: 5rem;
  top: 58%;
  width: 9.375rem;
  height: 7.5rem;
  background-repeat: no-repeat;
}

.specials-section .icon-layer-three {
  position: absolute;
  inset-inline-end: 3.75rem;
  top: 50%;
  width: 9.625rem;
  height: 9.0625rem;
  background-repeat: no-repeat;
}

.specials-section .icon-layer-four {
  position: absolute;
  inset-inline-end: 0px;
  bottom: 0%;
  width: 24rem;
  height: 25.8125rem;
  background-repeat: no-repeat;
}

.special-block {
  position: relative;
  margin-bottom: 1.875rem;
}

.special-block .inner-box {
  position: relative;
  padding: 0.75rem 0.75rem;
  border: 1px dashed #acacac;
  background-color: var(--white-color);
}

.special-block .inner-box .image {
  position: relative;
  overflow: hidden;
  background-color: #f7a392;
}

.special-block .inner-box .image img {
  position: relative;
  width: 100%;
  display: block;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  transition: all 500ms ease;
}

.special-block .inner-box:hover .image img {
  opacity: 0.50;
  transform: scale(1.05, 1.05) rotate(3deg);
}

.special-block .inner-box .lower-content {
  position: relative;
  padding: 1.5625rem 0.9375rem 0.625rem;
}

.special-block .inner-box .lower-content h4 {
  font-weight: 600;
  text-transform: uppercase;
}

.special-block .inner-box .lower-content h4 a {
  position: relative;
  color: #27272f;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}

.special-block .inner-box .lower-content h4 a:hover {
  color: #f7a392;
}

.special-block .inner-box .lower-content .price {
  position: relative;
  color: #27272f;
  font-size: 1.125rem;
  font-weight: 500;
  margin-top: 0.5rem;
}

/***

====================================================================
	Location Section
====================================================================

***/

.location-section {
  position: relative;
  padding-bottom: 6.25rem;
}

.location-section .title-box {
  position: relative;
  margin-bottom: 6.25rem;
  padding: 9.375rem 0px 6.875rem;
  background-attachment: fixed;
  background-size: cover;
}

.location-section .title-box:before {
  position: absolute;
  content: '';
  inset-inline-start: 0px;
  top: 0px;
  inset-inline-end: 0px;
  bottom: 0px;
  background-color: rgba(39, 39, 47, 0.60);
}

.location-section .inner-container {
  position: relative;
  border: 1px solid #dfdfdf;
  border-bottom: none;
}

.location-section .inner-container .row {
  margin: 0px;
}

.location-section .inner-container .location-block {
  padding: 0px;
  float: inline-start;
  border-inline-end: 1px solid #dfdfdf;
  border-bottom: 1px solid #dfdfdf;
}

.location-section .inner-container .location-block:nth-child(3n + 0) {
  border-inline-end: none;
}

.location-block {
  position: relative;
}

.location-block .inner-box {
  position: relative;
  padding: 0.625rem 0.625rem;
}

.location-block .inner-box .content {
  position: relative;
  padding: 2.1875rem 2.1875rem;
}

.location-block .inner-box .content:before {
  position: absolute;
  content: '';
  inset-inline-start: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-color: #f6f6f6;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  transition: all 500ms ease;
  transform: scale(0.4, 1);
}

.location-block .inner-box:hover .content:before {
  opacity: 1;
  transform: scale(1, 1);
}

.location-block .inner-box .post-date {
  position: relative;
  color: #111111;
  font-size: 0.875rem;
  font-weight: 600;
}

.location-block .inner-box h3 {
  margin-top: 0.625rem;
  font-weight: 400;
  margin-bottom: 0.625rem;
  font-family: var(--font-family-hand-3);
}

.location-block .inner-box h3 a {
  position: relative;
  color: #f7a392;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  transition: all 500ms ease;
}

.location-block .inner-box h3 a:hover {
  color: #111111;
}

.location-block .inner-box .post-info {
  position: relative;
}

.location-block .inner-box .post-info li {
  position: relative;
  padding-inline-start: 1.5625rem;
  color: #5e5e5e;
  font-size: 0.875rem;
  margin-bottom: 0.5rem;
}

.location-block .inner-box .post-info li .icon {
  position: absolute;
  inset-inline-start: 0px;
  top: 0px;
}

.location-block .inner-box .post-info li:last-child {
  margin-bottom: 0px;
}

/***

====================================================================
	Menus Section
====================================================================

***/

.menus-section {
  position: relative;
}

.menus-section .sec-title {
  margin-bottom: 5rem;
}

.menus-section .pattern-layer {
  position: absolute;
  inset-inline-start: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background-position: left bottom;
  background-repeat: no-repeat;
}

.menus-section .row {
  margin: 0px -1.25rem;
}

.menus-section .menu-column {
  position: relative;
  padding: 0px 1.25rem;
  margin-bottom: 2.5rem;
}

.menus-section .menu-column .inner-column {
  position: relative;
  padding: 4.375rem 4.375rem;
  background-color: var(--white-color);
}

.menus-section .menu-column .inner-column:before {
  position: absolute;
  content: '';
  inset-inline-start: -0.3125em;
  top: -0.3125em;
  inset-inline-end: -0.3125em;
  bottom: -0.3125em;
  border: 1px dashed #acacac;
}

.menu-block {
  position: relative;
  margin-bottom: 2.1875rem;
}

.menu-block:last-child {
  margin-bottom: 0px;
}

.menu-block .inner-box {
  position: relative;
  min-height: 5.625rem;
  padding-inline-start: 6.875rem;
}

.menu-block .inner-box .menu-image {
  position: absolute;
  inset-inline-start: 0px;
  top: 0px;
  width: 5rem;
  height: 5rem;
  overflow: hidden;
  border-radius: 50%;
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.15);
}

.menu-block .inner-box h6 {
  font-size: 1rem;
  font-weight: 500;
}

.menu-block .inner-box h6 a {
  position: relative;
  color: #27272f;
}

.menu-block .inner-box .title {
  position: relative;
  color: #5e5e5e;
  font-size: 0.75rem;
  margin-top: 0.125rem;
}

.menu-block .inner-box .price-box {
  position: relative;
}

.menu-block .inner-box .price-box:before {
  position: absolute;
  content: '';
  inset-inline-start: 0px;
  inset-inline-end: 0px;
  bottom: -0.8125em;
  height: 1px;
  border-bottom: 1px dashed #b1b1b2;
}

.menu-block .inner-box .price-box .price {
  position: absolute;
  inset-inline-end: 0px;
  color: #27272f;
  font-size: 0.875rem;
  font-weight: 500;
  /* padding: 1px 0px 1px 25px;
  */
    padding-top: 1px;
  padding-inline-end: 0px;
  padding-bottom: 1px;
  padding-inline-start: 1.5625rem;
  background-color: var(--white-color);
}

.menus-section.style-two {
  padding-top: 5rem;
  padding-bottom: 17.5rem;
}

.menus-section.style-two .sec-title h2 span {
  color: var(--secondary-color);
}

.menus-section .menu-bottom-image {
  position: absolute;
  inset-inline-start: 0px;
  inset-inline-end: 0px;
  bottom: 5rem;
  text-align: center;
}

/***

====================================================================
	History Section
====================================================================

***/

.history-section {
  position: relative;
  padding: 5rem 0px 5rem;
}

.history-section .pattern-layer {
  position: absolute;
  inset-inline-start: 0px;
  bottom: 6.875rem;
  width: 24.25rem;
  height: 22.1875rem;
}

.history-section .image-column {
  position: relative;
  margin-bottom: 2.5rem;
}

.history-section .image-column .inner-column {
  position: relative;
}

.history-section .image-column .image-two {
  position: absolute;
  inset-inline-end: 2.5em;
  top: 3.75rem;
}

.history-section .content-column {
  position: relative;
  margin-bottom: 2.5rem;
}

.history-section .content-column .inner-column {
  position: relative;
  padding-inline-start: 1.25rem;
  padding-top: 8.125rem;
}

.history-section .content-column .sec-title {
  margin-bottom: 1.875rem;
}

.history-section .content-column .sec-title .text {
  margin-top: 0.625rem;
}

/***

====================================================================
	Gallery Section Two
====================================================================

***/

.gallery-section-two {
  position: relative;
  overflow: hidden;
  /* padding: 0px 0px 90px;
  */
    padding-top: 0px;
  padding-inline-end: 0px;
  padding-bottom: 5.625rem;
  padding-inline-start: 0px;
}

.gallery-section-two .outer-container {
  position: relative;
  padding: 0px 0.9375rem;
}

.gallery-section-two .row {
  margin: 0px -0.5625rem;
}

.gallery-section-two .gallery-block-two {
  padding: 0px 0.5625rem;
  margin-bottom: 1.125rem;
}

/* Gallery Block */

.gallery-block-two {
  position: relative;
  margin-bottom: 1.875rem;
}

.gallery-block-two .inner-box {
  position: relative;
}

.gallery-block-two .inner-box .image-box {
  position: relative;
  overflow: hidden;
  margin-bottom: 0px;
}

.gallery-block-two .inner-box .image-box img {
  position: relative;
  width: 100%;
  display: block;
}

.gallery-block-two .inner-box .image-box .overlay-box {
  position: absolute;
  inset-inline-start: 0px;
  inset-inline-end: 0px;
  bottom: -9.375rem;
  color: var(--white-color);
  padding: 1.875rem 1.875rem;
  background-color: var(--white-color);
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.10);
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  transition: all 500ms ease;
}

.gallery-block-two .inner-box:hover .image-box .overlay-box {
  bottom: 0px;
}

.gallery-block-two .inner-box .image-box .overlay-box h6 {
  font-weight: 500;
  text-transform: uppercase;
}

.gallery-block-two .inner-box .image-box .overlay-box h6 a {
  position: relative;
  color: #27272f;
}

.gallery-block-two .inner-box .image-box .overlay-box .title {
  position: relative;
  color: #5e5e5e;
  margin-top: 0.3125rem;
}

/***

====================================================================
	Contact Section
====================================================================

***/

.contact-section {
  position: relative;
  /* padding: 80px 0px 60px;
  */
    padding-top: 80px;
  padding-inline-end: 0px;
  padding-bottom: 3.75rem;
  padding-inline-start: 0px;
}

.contact-section .title-column {
  position: relative;
  margin-bottom: 1.875rem;
}

.contact-section .title-column .inner-column {
  position: relative;
}

.contact-section .title-column .info-list {
  position: relative;
}

.contact-section .title-column .info-list li {
  position: relative;
  color: #5e5e5e;
  font-size: 0.875rem;
  padding-top: 0.3125rem;
  padding-inline-start: 5.625rem;
  margin-bottom: 2.5rem;
}

.contact-section .title-column .info-list li .icon {
  position: absolute;
  inset-inline-start: 0px;
  top: 0px;
  width: 3.75rem;
  height: 3.75rem;
  color: #787878;
  font-size: 1.5rem;
  text-align: center;
  line-height: 3.625rem;
  border-radius: 3.125rem;
  display: inline-block;
  border: 1px solid #d9d9d9;
}

.contact-section .title-column .info-list li strong {
  position: relative;
  color: #27272f;
  display: block;
  margin-bottom: 0.25rem;
}

.contact-section .title-column .info-list li a {
  position: relative;
  color: #5e5e5e;
}

.contact-section .form-column {
  position: relative;
  margin-bottom: 1.875rem;
}

.contact-section .form-column .inner-column {
  position: relative;
}

/* Contact Form */

.contact-form .form-group {
  margin-bottom: 1.25rem;
}

.contact-form .form-group label {
  color: #1B212F;
  font-size: 1rem;
  display: block;
}

.contact-form .form-group input[type="text"],
.contact-form .form-group input[type="password"],
.contact-form .form-group input[type="tel"],
.contact-form .form-group input[type="email"],
.contact-form .form-group select {
  position: relative;
  display: block;
  width: 100%;
  line-height: 1.75rem;
  padding: 0.625rem 1.75rem;
  color: #111111;
  border: 1px solid #d1d1d1;
  height: 3.4375rem;
  font-size: 1rem;
  border-radius: 0px;
  background: var(--white-color);
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}

.contact-form .form-group input[type="text"]:focus,
.contact-form .form-group input[type="password"]:focus,
.contact-form .form-group input[type="tel"]:focus,
.contact-form .form-group input[type="email"]:focus,
.contact-form .form-group select:focus,
.contact-form .form-group textarea:focus {
  border-color: #f7a392;
}

.contact-form .form-group textarea {
  position: relative;
  display: block;
  width: 100%;
  line-height: 1.5rem;
  padding: 0.9375rem 1.25rem 1.5625rem;
  color: #111111;
  border: 1px solid #d1d1d1;
  height: 15.625rem;
  background: var(--white-color);
  resize: none;
  border-radius: 0px;
  font-size: 1rem;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}

.contact-form .theme-btn {
  cursor: pointer;
}

.contact-form input.error,
.contact-form select.error,
.contact-form textarea.error {
  border-color: #ff0000 !important;
}

.contact-form label.error {
  display: block;
  line-height: 1.5rem;
  padding: 0.3125rem 0px 0px;
  margin: 0px;
  text-transform: uppercase;
  font-size: 0.75rem;
  color: #ff0000;
  font-weight: 500;
}

/***

====================================================================
	Newsletter Section
====================================================================

***/

.newsletter-section {
  position: relative;
}

.newsletter-section .inner-container {
  position: relative;
  z-index: 1;
  padding: 1.5625rem 2.1875rem;
  border-radius: 7.5rem;
  margin-top: -5rem;
  background-color: #f7f7f7;
  border: 20px solid #e0e4da;
}

.newsletter-section .title-column {
  position: relative;
}

.newsletter-section .title-column .inner-column {
  position: relative;
  padding-inline-start: 4.375rem;
}

.newsletter-section .title-column .inner-column .send-icon {
  position: absolute;
  inset-inline-start: 0px;
  top: 0.375em;
  width: 3rem;
  height: 3rem;
  color: #e09897;
  font-size: 1.125rem;
  line-height: 2.875rem;
  text-align: center;
  border-radius: 3.125rem;
  display: inline-block;
  border: 1px solid #e4e5e5;
}

.newsletter-section .title-column h4 {
  color: #27272f;
}

.newsletter-section .title-column .title {
  position: relative;
  margin-top: 0.375rem;
  color: #5e5e5e;
  font-size: 0.875rem;
}

/* Email Form */

.newsletter-form-two {
  position: relative;
  margin-bottom: 0px;
}

.newsletter-form-two .form-group {
  position: relative;
  display: block;
  margin-bottom: 0px;
}

.newsletter-form-two .form-group input[type="text"],
.newsletter-form-two .form-group input[type="tel"],
.newsletter-form-two .form-group input[type="email"],
.newsletter-form-two .form-group textarea {
  position: relative;
  width: 100%;
  line-height: 1.75rem;
  padding: 0.625rem 1.875rem;
  height: 4.5rem;
  color: #111111;
  display: inline-block;
  font-size: 0.875rem;
  letter-spacing: 1px;
  border-radius: 3.125rem;
  font-weight: 400;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
  background: var(--white-color);
  border: 1px solid #f0f0f0;
}

.newsletter-form-two .form-group textarea::-webkit-input-placeholder,
.newsletter-form-two .form-group input::-webkit-input-placeholder {
  color: #959595;
}

.newsletter-form-two .form-group input:focus {
  border-color: #de9190;
}

.newsletter-form-two .form-group input[type="submit"],
.newsletter-form-two .form-group button {
  position: absolute;
  inset-inline-end: 0.3125em;
  top: 0.375em;
  bottom: 0.3125em;
}

/***

====================================================================
	Recipe Section Two
====================================================================

***/

.recipe-section-two {
  position: relative;
  padding: 6.25rem 0px 5rem;
}

.recipe-block-two {
  position: relative;
  margin-bottom: 1.875rem;
}

.recipe-block-two .inner-box {
  position: relative;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.recipe-block-two .inner-box .image {
  position: relative;
}

.recipe-block-two .inner-box:hover {
  box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.10);
}

.recipe-block-two .inner-box .image img {
  position: relative;
  width: 100%;
  display: block;
}

.recipe-block-two .inner-box .image .overlay-box {
  position: absolute;
  inset-inline-start: 0px;
  top: 0px;
  inset-inline-end: 0px;
  bottom: 0px;
  color: var(--white-color);
  text-align: center;
  background-color: rgba(190, 185, 150, 0.80);
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  -webkit-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
}

.recipe-block-two .inner-box:hover .overlay-box {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transform-origin: right center;
  -ms-transform-origin: right center;
  transform-origin: right center;
}

.recipe-block-two .inner-box .overlay-inner {
  position: absolute;
  inset-inline-start: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  display: table;
  vertical-align: middle;
  padding: 0.625rem 0px;
}

.recipe-block-two .inner-box .overlay-inner .content {
  position: relative;
  display: table-cell;
  vertical-align: middle;
}

.recipe-block-two .inner-box .image .overlay-box .icon {
  position: relative;
  width: 3.125rem;
  height: 3.125rem;
  color: var(--white-color);
  line-height: 2.875rem;
  font-size: 1.125rem;
  text-align: center;
  border-radius: 3.125rem;
  font-weight: 700;
  display: inline-block;
  border: 2px solid var(--white-color);
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}

.recipe-block-two .inner-box .image .overlay-box .icon:hover {
  background-color: var(--white-color);
  color: var(--secondary-color);
}

.recipe-block-two .inner-box .lower-content {
  position: relative;
  padding: 1.875rem 2.1875rem 1.875rem;
  background-color: #f5f6fb;
}

.recipe-block-two .inner-box .lower-content .category {
  position: relative;
  color: var(--white-color);
  font-size: 0.75rem;
  padding: 0.125rem 1.125rem;
  border-radius: 0.5em;
  display: inline-block;
  background-color: var(--primary-color);
  text-transform: uppercase;
}

.recipe-block-two .inner-box .lower-content h6 {
  margin-top: 0.9375rem;
  font-weight: 600;
  margin-bottom: 0.75rem;
}

.recipe-block-two .inner-box .lower-content h6 a {
  position: relative;
  color: #27272f;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}

.recipe-block-two .inner-box .lower-content .post-info {
  position: relative;
}

.recipe-block-two .inner-box .lower-content .post-info li {
  position: relative;
  padding: 0px 0.3125rem;
  margin: 0px 0.3125rem;
  color: #5e5e5e;
  font-size: 0.75rem;
  display: inline-block;
}

.recipe-block-two .inner-box .lower-content .post-info li:before {
  position: absolute;
  content: '';
  inset-inline-end: -0.5625em;
  top: 0.5em;
  width: 0.375em;
  height: 0.375em;
  border-radius: 3.125rem;
  background-color: #f7eee2;
}

.recipe-block-two .inner-box .lower-content .post-info li:last-child::before {
  display: none;
}

.recipe-block-two .inner-box .lower-content .post-info li a {
  position: relative;
  color: #5e5e5e;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}

.recipe-block-two .inner-box:hover .lower-content .post-info li a,
.recipe-block-two .inner-box:hover .lower-content h6 a {
  color: var(--primary-color);
}

/***

====================================================================
	Fluid Section Two
====================================================================

***/

.fluid-section-two {
  position: relative;
  padding: 0px 0px 0px;
}

.fluid-section-two .section-text {
  position: absolute;
  inset-inline-start: 0px;
  inset-inline-end: 0px;
  bottom: 6.25rem;
  color: #e8e8e8;
  opacity: 0.47;
  line-height: 1em;
  font-size: 15.625rem;
  z-index: 1;
  font-family: var(--font-family-hand-3);
}

.fluid-section-two .outer-container {
  position: relative;
  min-height: 15.625rem;
  background-color: #f1f2f6;
}

.fluid-section-two .image-column {
  position: absolute;
  inset-inline-end: 0px;
  top: 0px;
  width: 48%;
  height: 100%;
  z-index: 2;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: cover;
}

.fluid-section-two .image-column .image-box {
  position: relative;
  display: none;
  margin: 0px;
}

.fluid-section-two .image-column .image-box img {
  position: relative;
  display: block;
  width: 100%;
}

.fluid-section-two .content-column {
  position: relative;
  float: inline-start;
  width: 55%;
  z-index: 2;
}

.fluid-section-two .content-column .inner-column {
  position: relative;
  max-width: 43.75rem;
  width: 100%;
  float: inline-end;
  /* padding: 110px 60px 110px 15px;
  */
    padding-top: 110px;
  padding-inline-end: 3.75rem;
  padding-bottom: 6.875rem;
  padding-inline-start: 0.9375rem;
}

.fluid-section-two .content-column .title-box {
  position: relative;
  margin-bottom: 1.5625rem;
}

.fluid-section-two .content-column .title-box h2 {
  color: #27272f;
  margin-bottom: 0.625rem;
  font-family: var(--font-family-hand-3);
}

.fluid-section-two .content-column .title-box .text {
  position: relative;
  color: #5e5e5e;
  font-size: 0.875rem;
}

.fluid-section-two .content-column .book-list {
  position: relative;
}

.fluid-section-two .content-column .book-list li {
  position: relative;
  margin-inline-end: 0.3125rem;
  margin-bottom: 0.9375rem;
  display: inline-block;
}

.fluid-section-two .content-column .book-list li:last-child {
  margin-inline-end: 0px;
}

.fluid-section-two .content-column .button-box {
  margin-top: 1.5625rem;
}

/***

====================================================================
	Recipe Section Three
====================================================================

***/

.recipe-section-three {
  position: relative;
  padding: 6.25rem 0px 4.375rem;
}

.recipe-block-three {
  position: relative;
  margin-bottom: 1.875rem;
}

.recipe-block-three .inner-box {
  position: relative;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.recipe-block-three .inner-box .image {
  position: relative;
}

.recipe-block-three .inner-box .image img {
  position: relative;
  width: 100%;
  display: block;
}

.recipe-block-three .inner-box .image .overlay-box {
  position: absolute;
  inset-inline-start: 0px;
  top: 0px;
  inset-inline-end: 0px;
  bottom: 0px;
  color: var(--white-color);
  text-align: center;
  background-color: rgba(190, 185, 150, 0.80);
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  -webkit-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
}

.recipe-block-three .inner-box:hover .overlay-box {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transform-origin: right center;
  -ms-transform-origin: right center;
  transform-origin: right center;
}

.recipe-block-three .inner-box .overlay-inner {
  position: absolute;
  inset-inline-start: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  display: table;
  vertical-align: middle;
  padding: 0.625rem 0px;
}

.recipe-block-three .inner-box .overlay-inner .content {
  position: relative;
  display: table-cell;
  vertical-align: middle;
}

.recipe-block-three .inner-box .image .overlay-box .icon {
  position: relative;
  width: 3.125rem;
  height: 3.125rem;
  color: var(--white-color);
  line-height: 2.875rem;
  font-size: 1.125rem;
  text-align: center;
  border-radius: 3.125rem;
  font-weight: 700;
  display: inline-block;
  border: 2px solid var(--white-color);
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}

.recipe-block-three .inner-box .image .overlay-box .icon:hover {
  background-color: var(--white-color);
  color: var(--secondary-color);
}

.recipe-block-three .inner-box .lower-content {
  position: relative;
  padding: 1.875rem 0px 0px;
}

.recipe-block-three .inner-box .lower-content .category {
  position: relative;
  color: var(--white-color);
  font-size: 0.75rem;
  padding: 0.125rem 1.125rem;
  border-radius: 0.5em;
  margin-bottom: 0.9375rem;
  display: inline-block;
  background-color: var(--primary-color);
  text-transform: uppercase;
}

.recipe-block-three .inner-box .lower-content h6 {
  margin-top: 0.625rem;
  font-weight: 600;
  margin-bottom: 0.625rem;
}

.recipe-block-three .inner-box .lower-content h6 a {
  position: relative;
  color: #27272f;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}

.recipe-block-three .inner-box .lower-content .post-info {
  position: relative;
}

.recipe-block-three .inner-box .lower-content .post-info li {
  position: relative;
  padding-inline-end: 0.9375rem;
  margin-inline-end: 0.625rem;
  color: #5e5e5e;
  font-size: 0.75rem;
  display: inline-block;
}

.recipe-block-three .inner-box .lower-content .post-info li:before {
  position: absolute;
  content: '';
  inset-inline-end: -0.1875em;
  top: 0.5625em;
  width: 0.375em;
  height: 0.375em;
  border-radius: 3.125rem;
  background-color: #f7eee2;
}

.recipe-block-three .inner-box .lower-content .post-info li:last-child::before {
  display: none;
}

.recipe-block-three .inner-box .lower-content .post-info li a {
  position: relative;
  color: #5e5e5e;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}

.recipe-block-three .inner-box:hover .lower-content .post-info li a,
.recipe-block-three .inner-box:hover .lower-content h6 a {
  color: var(--primary-color);
}

.recipe-block-three .inner-box .lower-content .text {
  position: relative;
  color: #5e5e5e;
}

.recipe-block-three.style-two .inner-box .lower-content h6 {
  margin-top: 0px;
}

/* Recipe Block Four */

.recipe-block-four {
  position: relative;
  margin-bottom: 1.25rem;
}

.recipe-block-four .inner-box {
  position: relative;
  min-height: 10.9375rem;
  padding-inline-start: 15.625rem;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.recipe-block-four .inner-box .image {
  position: absolute;
  inset-inline-start: 0px;
  top: 0px;
  width: 13.75rem;
}

.recipe-block-four .inner-box .image img {
  position: relative;
  width: 100%;
  display: block;
}

.recipe-block-four .inner-box .image .overlay-box {
  position: absolute;
  inset-inline-start: 0px;
  top: 0px;
  inset-inline-end: 0px;
  bottom: 0px;
  color: var(--white-color);
  text-align: center;
  background-color: rgba(190, 185, 150, 0.80);
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  -webkit-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
}

.recipe-block-four .inner-box:hover .overlay-box {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transform-origin: right center;
  -ms-transform-origin: right center;
  transform-origin: right center;
}

.recipe-block-four .inner-box .overlay-inner {
  position: absolute;
  inset-inline-start: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  display: table;
  vertical-align: middle;
  padding: 0.625rem 0px;
}

.recipe-block-four .inner-box .overlay-inner .content {
  position: relative;
  display: table-cell;
  vertical-align: middle;
}

.recipe-block-four .inner-box .image .overlay-box .icon {
  position: relative;
  width: 3.125rem;
  height: 3.125rem;
  color: var(--white-color);
  line-height: 2.875rem;
  font-size: 1.125rem;
  text-align: center;
  border-radius: 3.125rem;
  font-weight: 700;
  display: inline-block;
  border: 2px solid var(--white-color);
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}

.recipe-block-four .inner-box .image .overlay-box .icon:hover {
  background-color: var(--white-color);
  color: var(--secondary-color);
}

.recipe-block-four .inner-box .content {
  position: relative;
  padding: 0px 0px 0px;
}

.recipe-block-four .inner-box .content .category {
  position: relative;
  color: var(--white-color);
  font-size: 0.75rem;
  padding: 0.125rem 1.125rem;
  border-radius: 0.5em;
  margin-bottom: 0.9375rem;
  display: inline-block;
  background-color: var(--primary-color);
  text-transform: uppercase;
}

.recipe-block-four .inner-box .content h6 {
  margin-top: 0.625rem;
  font-weight: 600;
  margin-bottom: 0.625rem;
}

.recipe-block-four .inner-box .content h6 a {
  position: relative;
  color: #27272f;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}

.recipe-block-four .inner-box .content .post-info {
  position: relative;
}

.recipe-block-four .inner-box .content .post-info li {
  position: relative;
  padding-inline-end: 0.9375rem;
  margin-inline-end: 0.625rem;
  color: #5e5e5e;
  font-size: 0.75rem;
  display: inline-block;
}

.recipe-block-four .inner-box .content .post-info li:before {
  position: absolute;
  content: '';
  inset-inline-end: -0.1875em;
  top: 0.5625em;
  width: 0.375em;
  height: 0.375em;
  border-radius: 3.125rem;
  background-color: #f7eee2;
}

.recipe-block-four .inner-box .content .post-info li:last-child::before {
  display: none;
}

.recipe-block-four .inner-box .content .post-info li a {
  position: relative;
  color: #5e5e5e;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}

.recipe-block-four .inner-box:hover .content .post-info li a,
.recipe-block-four .inner-box:hover .content h6 a {
  color: var(--primary-color);
}

/***

====================================================================
	Instagram Post Section
====================================================================

***/

.instagram-post-section {
  position: relative;
  padding: 0px 0px 6.25rem;
}

.instagram-post-section .owl-nav,
.instagram-post-section .owl-dots {
  display: none;
}

/* Instagram Block */

.instagram-block {
  position: relative;
  margin-bottom: 0px;
}

.instagram-block .inner-box {
  position: relative;
}

.instagram-block .inner-box .image-box {
  position: relative;
  margin-bottom: 0px;
}

.instagram-block .inner-box .image-box img {
  position: relative;
  width: 100%;
  display: block;
}

.instagram-block .inner-box .image-box .overlay-box {
  position: absolute;
  inset-inline-start: 0.1875em;
  top: 0.1875em;
  inset-inline-end: 0.1875em;
  bottom: 0.1875em;
  color: var(--white-color);
  text-align: center;
  background-color: rgba(190, 185, 150, 0.80);
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  -webkit-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
}

.instagram-block .inner-box:hover .overlay-box {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transform-origin: right center;
  -ms-transform-origin: right center;
  transform-origin: right center;
}

.instagram-block .inner-box .overlay-inner {
  position: absolute;
  inset-inline-start: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  display: table;
  vertical-align: middle;
  padding: 0.625rem 0px;
}

.instagram-block .inner-box .overlay-inner .content {
  position: relative;
  display: table-cell;
  vertical-align: middle;
}

.instagram-block .inner-box .image-box .overlay-box .icon {
  position: relative;
  width: 2.5em;
  height: 2.5em;
  color: var(--secondary-color);
  line-height: 2.5rem;
  font-size: 0.875rem;
  text-align: center;
  border-radius: 0px;
  font-weight: 700;
  display: inline-block;
  background-color: var(--white-color);
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}

.instagram-block .inner-box .image-box .overlay-box .icon:hover {
  background-color: #111111;
  color: var(--white-color);
}

/***

====================================================================
	News Section Two
====================================================================

***/

.news-section-two {
  position: relative;
  padding: 0px 0px 1.25rem;
}

/***

====================================================================
	Video Section
====================================================================

***/

.video-section {
  position: relative;
  padding: 8.75rem 0px 4.375rem;
}

.video-section .image-layer {
  position: absolute;
  inset-inline-start: 0px;
  top: 0px;
  inset-inline-end: 0px;
  height: 34.375rem;
  background-size: cover;
  background-position: center center;
}

.video-section .inner-container {
  position: relative;
  max-width: 48.125rem;
  margin: 0 auto;
}

.video-section .lower-content {
  position: relative;
  text-align: center;
  padding-top: 1.875rem;
}

.video-section .lower-content h6 {
  font-weight: 500;
  color: #27272f;
  margin-bottom: 0.625rem;
  text-transform: uppercase;
}

.video-section .lower-content .text {
  position: relative;
  color: #5e5e5e;
}

/* Video Box */

.video-box {
  position: relative;
}

.video-box .video-image {
  position: relative;
  margin: 0px;
  overflow: hidden;
}

.video-box .video-image img {
  position: relative;
  width: 100%;
  z-index: 3;
}

.video-box .overlay-box {
  position: absolute;
  inset-inline-start: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  text-align: center;
  overflow: hidden;
  line-height: 2.8125rem;
  overflow: hidden;
  border-radius: 50% 50% 50% 50%;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.video-box .overlay-box:before {
  position: absolute;
  content: '';
  inset-inline-start: 0px;
  top: 0px;
  inset-inline-end: 0px;
  bottom: 0px;
  z-index: 10;
}

.video-box .overlay-box span {
  position: absolute;
  width: 5.625rem;
  height: 5.625rem;
  inset-inline-start: 50%;
  top: 50%;
  z-index: 10;
  color: #111111;
  font-weight: 400;
  font-size: 1rem;
  text-align: center;
  padding-inline-start: 0.25rem;
  display: inline-block;
  margin-top: -2.8125rem;
  margin-inline-start: -2.8125rem;
  line-height: 5.625rem;
  border-radius: 50%;
  transition: all 900ms ease;
  -moz-transition: all 900ms ease;
  -webkit-transition: all 900ms ease;
  -ms-transition: all 900ms ease;
  -o-transition: all 900ms ease;
  background-color: var(--white-color);
}

.video-box .ripple,
.video-box .ripple:before,
.video-box .ripple:after {
  position: absolute;
  top: 50%;
  inset-inline-start: 50%;
  width: 3.75rem;
  height: 3.75rem;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-border-radius: 50% 50% 50% 50%;
  -moz-border-radius: 50% 50% 50% 50%;
  -ms-border-radius: 50% 50% 50% 50%;
  -o-border-radius: 50% 50% 50% 50%;
  border-radius: 50% 50% 50% 50%;
  -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
  -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
  -ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
  -o-box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
  box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
  -webkit-animation: ripple 3s infinite;
  -moz-animation: ripple 3s infinite;
  -ms-animation: ripple 3s infinite;
  -o-animation: ripple 3s infinite;
  animation: ripple 3s infinite;
}

.video-box .ripple:before {
  -webkit-animation-delay: .9s;
  -moz-animation-delay: .9s;
  -ms-animation-delay: .9s;
  -o-animation-delay: .9s;
  animation-delay: .9s;
  content: "";
  position: absolute;
}

.video-box .ripple:after {
  -webkit-animation-delay: .6s;
  -moz-animation-delay: .6s;
  -ms-animation-delay: .6s;
  -o-animation-delay: .6s;
  animation-delay: .6s;
  content: "";
  position: absolute;
}

@-webkit-keyframes ripple {
  70% {
        box-shadow: 0 0 0 70px rgba(253, 167, 0, 0);
}

    100% {
  box-shadow: 0 0 0 0 rgba(253, 167, 0, 0);
}
}

@keyframes ripple {
  70% {
        box-shadow: 0 0 0 70px rgba(253, 167, 0, 0);
}

    100% {
  box-shadow: 0 0 0 0 rgba(253, 167, 0, 0);
}
}

/***

====================================================================
	About News Section
====================================================================

***/

.about-news-section {
  position: relative;
  padding: 1.875rem 0px 3.75rem;
}

.about-news-section .news-column {
  position: relative;
}

.about-news-section .news-column .inner-column {
  position: relative;
}

/* News Block Two */

.news-block-two {
  position: relative;
  margin-bottom: 2.5rem;
}

.news-block-two .inner-box {
  position: relative;
  min-height: 15.3125rem;
  padding-inline-start: 25rem;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.news-block-two .inner-box .image {
  position: absolute;
  inset-inline-start: 0px;
  top: 0px;
  width: 23.125rem;
}

.news-block-two .inner-box .image img {
  position: relative;
  width: 100%;
  display: block;
}

.news-block-two .inner-box .image .overlay-box {
  position: absolute;
  inset-inline-start: 0px;
  top: 0px;
  inset-inline-end: 0px;
  bottom: 0px;
  color: var(--white-color);
  text-align: center;
  background-color: rgba(190, 185, 150, 0.80);
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  -webkit-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
}

.news-block-two .inner-box:hover .overlay-box {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transform-origin: right center;
  -ms-transform-origin: right center;
  transform-origin: right center;
}

.news-block-two .inner-box .overlay-inner {
  position: absolute;
  inset-inline-start: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  display: table;
  vertical-align: middle;
  padding: 0.625rem 0px;
}

.news-block-two .inner-box .overlay-inner .content {
  position: relative;
  display: table-cell;
  vertical-align: middle;
}

.news-block-two .inner-box .image .overlay-box .icon {
  position: relative;
  width: 3.125rem;
  height: 3.125rem;
  color: var(--white-color);
  line-height: 2.875rem;
  font-size: 1.125rem;
  text-align: center;
  border-radius: 3.125rem;
  font-weight: 700;
  display: inline-block;
  border: 2px solid var(--white-color);
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}

.news-block-two .inner-box .image .overlay-box .icon:hover {
  background-color: var(--white-color);
  color: var(--secondary-color);
}

.news-block-two .inner-box .content {
  position: relative;
  padding: 0px 0px 0px;
}

.news-block-two .inner-box .content .category {
  position: relative;
  color: var(--white-color);
  font-size: 0.75rem;
  padding: 0.125rem 1.125rem;
  border-radius: 0.5em;
  margin-bottom: 0.9375rem;
  display: inline-block;
  background-color: var(--primary-color);
  text-transform: uppercase;
}

.news-block-two .inner-box .content h6 {
  margin-top: 0px;
  font-weight: 600;
  margin-bottom: 0.625rem;
}

.news-block-two .inner-box .content h6 a {
  position: relative;
  color: #27272f;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}

.news-block-two .inner-box .content .post-info {
  position: relative;
}

.news-block-two .inner-box .content .post-info li {
  position: relative;
  padding-inline-end: 0.9375rem;
  margin-inline-end: 0.625rem;
  color: #5e5e5e;
  font-size: 0.75rem;
  display: inline-block;
}

.news-block-two .inner-box .content .post-info li:before {
  position: absolute;
  content: '';
  inset-inline-end: -0.1875em;
  top: 0.5625em;
  width: 0.375em;
  height: 0.375em;
  border-radius: 3.125rem;
  background-color: #f7eee2;
}

.news-block-two .inner-box .content .post-info li:last-child::before {
  display: none;
}

.news-block-two .inner-box .content .post-info li a {
  position: relative;
  color: #5e5e5e;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}

.news-block-two .inner-box:hover .content .post-info li a,
.news-block-two .inner-box:hover .content h6 a {
  color: var(--primary-color);
}

.news-block-two .inner-box .text {
  position: relative;
  color: #5e5e5e;
  line-height: 1.8em;
  margin-top: 0.625rem;
}

.about-news-section .about-column {
  position: relative;
}

.about-news-section .about-column .inner-column {
  position: relative;
  text-align: center;
  padding: 3.125rem 2.5rem 3.125rem;
  border: 1px solid #fde3e3;
}

.about-news-section .about-column h6 {
  color: #27272f;
  font-weight: 700;
  margin-bottom: 1.25rem;
}

.about-news-section .about-column .author-image {
  position: relative;
  width: 7.375rem;
  height: 7.375rem;
  margin: 0 auto;
  overflow: hidden;
  margin-bottom: 1.875rem;
  border-radius: 50%;
  border: 1px solid #f1f1f1;
}

.about-news-section .about-column .author-name {
  position: relative;
  color: #27272f;
  font-size: 0.875rem;
  font-weight: 600;
  margin-bottom: 1.25rem;
}

.about-news-section .about-column .text {
  position: relative;
  color: #5e5e5e;
  padding-bottom: 2.5rem;
  margin-bottom: 2.5rem;
  border-bottom: 1px solid #f0f0f0;
}

.about-news-section .about-column .social-box {
  position: relative;
}

.about-news-section .about-column .social-box .share {
  position: relative;
  display: block;
  color: #27272f;
  font-size: 1.125rem;
  font-weight: 600;
  margin-bottom: 1.25rem;
}

.about-news-section .about-column .social-box li {
  position: relative;
  margin: 0px 0.5rem;
  display: inline-block;
}

.about-news-section .about-column .social-box li a {
  position: relative;
  color: #959595;
  font-size: 1.125rem;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}

.about-news-section .about-column .social-box li a:hover {
  color: var(--primary-color);
}

/* Recipe Block Five */

.recipe-block-five {
  position: relative;
  margin-bottom: 1.25rem;
}

.recipe-block-five .inner-box {
  position: relative;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.recipe-block-five .inner-box .image {
  position: relative;
  width: 100%;
  display: block;
}

.recipe-block-five .inner-box .image img {
  position: relative;
  width: 100%;
  display: block;
}

.recipe-block-five .inner-box .image .overlay-box {
  position: absolute;
  inset-inline-start: 0px;
  top: 0px;
  inset-inline-end: 0px;
  bottom: 0px;
  color: var(--white-color);
  text-align: center;
  background-color: rgba(190, 185, 150, 0.80);
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  -webkit-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
}

.recipe-block-five .inner-box:hover .overlay-box {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transform-origin: right center;
  -ms-transform-origin: right center;
  transform-origin: right center;
}

.recipe-block-five .inner-box .overlay-inner {
  position: absolute;
  inset-inline-start: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  display: table;
  vertical-align: middle;
  padding: 0.625rem 0px;
}

.recipe-block-five .inner-box .overlay-inner .content {
  position: relative;
  display: table-cell;
  vertical-align: middle;
}

.recipe-block-five .inner-box .image .overlay-box .icon {
  position: relative;
  width: 3.125rem;
  height: 3.125rem;
  color: var(--white-color);
  line-height: 2.875rem;
  font-size: 1.125rem;
  text-align: center;
  border-radius: 3.125rem;
  font-weight: 700;
  display: inline-block;
  border: 2px solid var(--white-color);
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}

.recipe-block-five .inner-box .image .overlay-box .icon:hover {
  background-color: var(--white-color);
  color: var(--secondary-color);
}

.recipe-block-five .inner-box .lower-content {
  position: relative;
}

.recipe-block-five .inner-box .lower-content h6 {
  font-weight: 600;
}

.recipe-block-five .inner-box .lower-content h6 a {
  position: relative;
  color: #27272f;
}

/***

====================================================================
	Popular Recipe Section
====================================================================

***/

.popular-recipe-section {
  position: relative;
  padding: 0px 0px 3.75rem;
}

.popular-recipe-section .owl-dots,
.popular-recipe-section .owl-nav {
  display: none;
}

.recipe-block-five {
  position: relative;
}

.recipe-block-five .inner-box {
  position: relative;
}

.recipe-block-five .inner-box .image {
  position: relative;
  overflow: hidden;
  background-color: #111111;
}

.recipe-block-five .inner-box .image img {
  position: relative;
  width: 100%;
  display: block;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.recipe-block-five .inner-box:hover .image img {
  opacity: 0.60;
  transform: scale(1.05, 1.05);
}

.recipe-block-five .inner-box .lower-content {
  position: relative;
  padding: 1.25rem 0px 0px;
}

.recipe-block-five .inner-box .lower-content h6 {
  font-size: 1rem;
  font-weight: 600;
}

.recipe-block-five .inner-box .lower-content h6 a {
  position: relative;
  color: #27272f;
}

/***

====================================================================
	News Section Three
====================================================================

***/

.news-section-three {
  position: relative;
  padding: 0px 0px 3.75rem;
}

/***

==================================================================
	Footer Style Three
==================================================================

***/

.footer-style-three {
  position: relative;
  padding-bottom: 0px;
  background-color: #050505;
}

.footer-style-three .widgets-section {
  position: relative;
  padding: 5.625rem 0px 3.75rem;
}

.footer-style-three .footer-column {
  position: relative;
}

.footer-style-three .footer-widget {
  position: relative;
  margin-bottom: 1.875rem;
}

.footer-style-three .footer-widget h6 {
  font-weight: 600;
  color: var(--white-color);
  padding-bottom: 0.9375rem;
  margin-bottom: 1.875rem;
  text-transform: capitalize;
}

.footer-style-three .footer-widget h6:before {
  position: absolute;
  content: '';
  inset-inline-start: 0px;
  bottom: 0px;
  height: 0.125em;
  width: 2.8125rem;
  background-color: var(--secondary-color);
}

.footer-style-three .logo-widget {
  text-align: center;
}

.footer-style-three .logo-widget .logo {
  margin-bottom: 1.25rem;
}

.footer-style-three .social-list {
  position: relative;
}

.footer-style-three .social-list li {
  position: relative;
  margin-inline-end: 0.9375rem;
  display: inline-block;
}

.footer-style-three .social-list li a {
  position: relative;
  color: var(--white-color);
  font-size: 1rem;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}

.footer-style-three .social-list li a:hover {
  color: var(--white-color);
}

.footer-style-three .logo-widget {
  margin-inline-start: -9.375rem;
}

.footer-style-three .logo-widget .copyright {
  position: relative;
  font-weight: 300;
  color: var(--white-color);
  font-size: 1rem;
}

.footer-style-three .logo-widget .copyright a {
  position: relative;
  color: var(--secondary-color);
}

.footer-style-three .visit-widget .text {
  color: var(--white-color);
  font-size: 0.875rem;
  margin-bottom: 0.9375rem;
  line-height: 2.2em;
}

/***

====================================================================
	Page Title
====================================================================

***/

.page-title {
  position: relative;
  text-align: center;
  overflow: hidden;
  padding: 9.375rem 0px 12.5rem;
  background-size: cover;
  background-color: var(--primary-color);
}

.page-title .pattern-layer {
  position: absolute;
  inset-inline-start: 0px;
  inset-inline-end: 0px;
  bottom: 0px;
  height: 10.25rem;
  background-repeat: repeat-x;
  background-size: cover;
}

.page-title h2 {
  color: var(--white-color);
  font-weight: 700;
  margin-bottom: 0px;
  text-transform: capitalize;
}

.page-breadcrumb {
  position: relative;
  margin-top: 1.25rem;
}

.page-breadcrumb li {
  position: relative;
  display: inline-block;
  margin-inline-end: 0.625rem;
  padding-inline-end: 0.9375rem;
  color: var(--white-color);
  font-size: 1rem;
  font-weight: 400;
  text-transform: capitalize;
}

.page-breadcrumb li:after {
  position: absolute;
  content: ":";
  inset-inline-end: -0.125em;
  top: -1px;
  color: var(--white-color);
  font-size: 0.875rem;
  font-weight: 700;
  font-family: 'FontAwesome';
}

.page-breadcrumb li:last-child::after {
  display: none;
}

.page-breadcrumb li:last-child {
  padding-inline-end: 0px;
  margin-inline-end: 0px;
}

.page-breadcrumb li a {
  color: var(--white-color);
  font-weight: 400;
  text-transform: capitalize;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.page-breadcrumb li a:hover {
  color: #111111;
}

/***

====================================================================
	History Section Two
====================================================================

***/

.history-section-two {
  position: relative;
  padding: 6.25rem 0px 9.375rem;
}

.history-section-two .image-column {
  position: relative;
  margin-bottom: 2.5rem;
}

.history-section-two .image-column .inner-column {
  position: relative;
  padding-inline-end: 6.25rem;
}

.history-section-two .image-column .image {
  position: relative;
  border-radius: 0.5em;
  overflow: hidden;
}

.history-section-two .image-column .image img {
  position: relative;
  width: 100%;
  display: block;
}

.history-section-two .image-column .image-two {
  position: absolute;
  inset-inline-end: -3.125rem;
  bottom: -10rem;
}

.history-section-two .content-column {
  position: relative;
  margin-bottom: 2.5rem;
}

.history-section-two .content-column .inner-column {
  position: relative;
  padding-inline-start: 1.25rem;
  /* padding-top:130px;
  */;
}

.history-section-two .content-column .sec-title {
  margin-bottom: 1.875rem;
}

.history-section-two .content-column .sec-title .text {
  margin-top: 0.625rem;
}

/***

====================================================================
	Staf Section
====================================================================

***/

.staff-section {
  position: relative;
  padding: 6.25rem 0px 1.875rem;
}

.staff-block {
  position: relative;
}

.staff-block .inner-box {
  position: relative;
  overflow: hidden;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.07);
}

.staff-block .inner-box .image {
  position: relative;
  background-color: #111111;
}

.staff-block .inner-box .image img {
  position: relative;
  width: 100%;
  display: block;
  filter: grayscale(100%);
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.staff-block .inner-box:hover .image img {
  filter: grayscale(0%);
}

.staff-block .inner-box .image .overlay-box {
  position: absolute;
  inset-inline-start: 0px;
  bottom: -9.375rem;
  inset-inline-end: 0px;
  padding: 1.5625rem 1.875rem;
  background-color: var(--white-color);
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.staff-block .inner-box:hover .image .overlay-box {
  bottom: 0px;
}

.staff-block .inner-box .image .overlay-box .content {
  position: relative;
}

.staff-block .inner-box .image .overlay-box h6 {
  margin-bottom: 0.25rem;
  font-weight: 500;
  text-transform: uppercase;
}

.staff-block .inner-box .image .overlay-box h6 a {
  position: relative;
  color: #27272f;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.staff-block .inner-box .image .overlay-box h6 a:hover {
  color: var(--secondary-color);
}

.staff-block .inner-box .image .overlay-box .designation {
  position: relative;
  color: #787878;
  font-size: 0.875rem;
  margin-bottom: 0.625rem;
}

.staff-block .inner-box .image .overlay-box .social-list {
  position: relative;
}

.staff-block .inner-box .image .overlay-box .social-list li {
  position: relative;
  margin-inline-end: 0.9375rem;
  display: inline-block;
}

.staff-block .inner-box .image .overlay-box .social-list li a {
  position: relative;
  color: #787878;
  font-size: 1.125rem;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.staff-block .inner-box .image .overlay-box .social-list li a:hover {
  color: var(--secondary-color);
}

/***

====================================================================
	Team Page Section
====================================================================

***/

.team-page-section {
  position: relative;
  overflow: hidden;
  padding: 7.5rem 0px 0px;
}

.team-page-section .outer-container {
  padding: 0px 0.9375rem;
}

.team-page-section .row {
  margin: 0px -0.625rem;
}

.team-page-section .staff-block {
  padding: 0px 0.625rem;
  margin-bottom: 1.25rem;
}

/***

====================================================================
	Restaurant Section
====================================================================

***/

.restaurant-section {
  position: relative;
  padding: 8.125rem 0px 8.125rem;
}

.restaurant-section .icon-layer-one {
  position: absolute;
  inset-inline-start: 0px;
  top: 3.125rem;
  width: 25.1875rem;
  height: 15.5625rem;
  background-repeat: no-repeat;
}

.restaurant-section .icon-layer-two {
  position: absolute;
  inset-inline-end: 0px;
  bottom: 8.75rem;
  width: 14.4375rem;
  height: 18.8125rem;
  background-repeat: no-repeat;
}

.restaurant-section .inner-container {
  position: relative;
  padding-inline-end: 6.25rem;
}

.restaurant-section .inner-container .image {
  position: relative;
  border-radius: 0.5em;
  overflow: hidden;
  padding-bottom: 4.375rem;
}

.restaurant-section .opening-box {
  position: absolute;
  inset-inline-end: 0px;
  bottom: 0px;
  width: 100%;
  max-width: 23.75rem;
  overflow: hidden;
  padding: 5rem 4.375rem;
  border-radius: 0.5em;
  background-size: cover;
  box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.10);
}

.restaurant-section .opening-box:before {
  position: absolute;
  content: '';
  inset-inline-start: 0px;
  top: 0px;
  inset-inline-end: 0px;
  bottom: 0px;
  opacity: 0.80;
  background-color: #27272f;
}

.restaurant-section .opening-box .box-inner {
  position: relative;
  text-align: center;
}

.restaurant-section .opening-box .box-inner h3 {
  color: var(--white-color);
  font-size: 2.25rem;
  margin-bottom: 1.5625rem;
  font-family: var(--font-family-hand-3);
}

.restaurant-section .opening-box .box-inner h3 span {
  font-size: 1.875rem;
  display: block;
}

.restaurant-section .opening-box .timing-list {
  position: relative;
  margin-bottom: 0.9375rem;
  border-top: 1px solid var(--white-color);
  border-bottom: 1px solid var(--white-color);
}

.restaurant-section .opening-box .timing-list li {
  position: relative;
  font-size: 0.875rem;
  color: var(--white-color);
  font-weight: 700;
  padding: 0.625rem 0.9375rem;
  display: inline-block;
  text-transform: uppercase;
}

.restaurant-section .opening-box .timing-list li span {
  position: relative;
  display: block;
  color: #f7a392;
  font-weight: 300;
}

.restaurant-section .opening-box .timing-list li:first-child {
  border-inline-end: 1px solid var(--white-color);
}

.restaurant-section .opening-box .closed {
  position: relative;
  display: block;
  color: #f7a392;
  font-weight: 300;
  text-transform: uppercase;
}

/***

====================================================================
	Faq Section
====================================================================

***/

.faq-section {
  position: relative;
  padding: 6.25rem 0px 4.375rem;
}

.faq-section .pattern-layer {
  position: absolute;
  inset-inline-start: 0px;
  top: 0px;
  inset-inline-end: 0px;
  bottom: 0px;
  background-size: cover;
}

.faq-section .accordion-column {
  position: relative;
  margin-bottom: 2.5rem;
}

/***

====================================================================
	Accordion Style
====================================================================

***/

.accordion-box {
  position: relative;
}

.accordion-box .block {
  position: relative;
  margin-bottom: 1.25rem;
  border-radius: 0.625em;
  background-color: var(--white-color);
  /* padding: 15px 24px 22px 40px;
  */
    padding-top: 15px;
  padding-inline-end: 1.5rem;
  padding-bottom: 1.375rem;
  padding-inline-start: 2.5rem;
  box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.07);
}

.accordion-box .block .number {
  position: relative;
  margin-inline-end: 1.25rem;
  color: #c1a974;
  font-size: 1.125rem;
}

.accordion-box .block .acc-btn {
  font-size: 1rem;
  padding-inline-end: 2.5rem;
  position: relative;
  cursor: pointer;
  line-height: 1.875rem;
  color: #27272f;
  font-weight: 500;
  padding-top: 0.625rem;
  transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  text-transform: uppercase;
}

.accordion-box .block .acc-btn span {
  color: #f7a392;
}

.accordion-box .block .icon-outer {
  position: absolute;
  inset-inline-end: 0px;
  top: 0px;
  width: 1.875em;
  height: 3.125rem;
  text-align: center;
  font-size: 1.125rem;
  color: #27272f;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.accordion-box .block .icon-outer .icon {
  position: absolute;
  inset-inline-start: 0px;
  top: 0px;
  width: 1.875em;
  height: 3.125rem;
  text-align: center;
  line-height: 3.125rem;
  font-size: 1.125rem;
  color: #27272f;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.accordion-box .block .icon-outer .icon-plus {
  opacity: 1;
}

.accordion-box .block .icon-outer .icon-minus {
  opacity: 0;
  color: #c1a974;
  font-weight: 400;
}

.accordion-box .block.active-block .acc-btn .icon-outer .icon-minus {
  opacity: 1;
  color: #f7a392;
}

.accordion-box .block.active-block .acc-btn .icon-outer .icon-plus {
  opacity: 0;
}

.accordion-box .block .acc-btn.active .icon-outer {
  border-color: #ff3548;
  color: #ff3548;
}

.accordion-box .block .acc-content {
  position: relative;
  display: none;
}

.accordion-box .block .acc-content .content-text {
  padding-bottom: 0.375rem;
}

.accordion-box .block .acc-content.current {
  display: block;
}

.accordion-box .block .content {
  position: relative;
  font-size: 0.875rem;
  padding: 0.9375rem 0px 0px 0px;
}

.accordion-box .block .content .text p {
  margin-bottom: 0px;
  line-height: 1.9em;
  font-size: 0.875rem;
  color: #5e5e5e;
}

.accordion-box .block .content p:last-child {
  margin-bottom: 0px;
}

/***

====================================================================
	Menu Page Section
====================================================================

***/

.menu-page-section {
  position: relative;
  padding: 7.8125rem 0px 5.625rem;
}

.menu-block-two {
  position: relative;
  margin-bottom: 1.875rem;
}

.menu-block-two .inner-box {
  position: relative;
  padding: 2.5rem 3.125rem 5rem;
  border: 1px dashed #eaeaea;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.menu-block-two .inner-box .side-icon {
  position: absolute;
  inset-inline-end: 0.9375em;
  bottom: 1.25em;
}

.menu-block-two .inner-box .icon {
  position: relative;
  margin-bottom: 0.9375rem;
  filter: grayscale(100%);
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.menu-block-two .inner-box:hover {
  border-color: #acacac;
}

.menu-block-two .inner-box:hover .icon {
  filter: grayscale(0%);
}

.menu-block-two .inner-box h6 {
  font-weight: 500;
  margin-bottom: 0.625rem;
  text-transform: uppercase;
}

.menu-block-two .inner-box h6 a {
  position: relative;
  color: #27272f;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.menu-block-two .inner-box:hover h6 a {
  color: #de9190;
}

.menu-block-two .inner-box .text {
  position: relative;
  color: #5e5e5e;
  font-size: 0.875rem;
}

/***

====================================================================
	MilkShake Section
====================================================================

***/

.milkshake-section {
  position: relative;
  overflow: hidden;
  padding: 6.25rem 0px 0px;
}

.milkshake-section .icon-layer-one {
  position: absolute;
  inset-inline-start: 3.125rem;
  top: 5rem;
  width: 17.9375rem;
  height: 9.9375rem;
  background-repeat: no-repeat;
}

.milkshake-section .icon-layer-two {
  position: absolute;
  inset-inline-end: 20%;
  top: 3.125rem;
  width: 9rem;
  height: 9.6875rem;
  background-repeat: no-repeat;
}

.milkshake-section .icon-layer-three {
  position: absolute;
  inset-inline-end: 5%;
  bottom: 5rem;
  width: 13.875rem;
  height: 14rem;
  display: none;
  background-repeat: no-repeat;
}

.milkshake-section .section-text {
  position: absolute;
  inset-inline-start: 0px;
  bottom: 3.125rem;
  opacity: 0.40;
  inset-inline-end: 0px;
  color: #fafafa;
  font-size: 21.875rem;
  line-height: 1em;
  text-align: center;
  font-family: var(--font-family-hand-3);
}

.milkshake-section .inner-container {
  position: relative;
}

.milkshake-section .lower-content {
  position: relative;
  padding-top: 3.125rem;
  text-align: center;
}

.milkshake-section .big-image {
  position: relative;
  z-index: 2;
}

.milkshake-section .lower-content .text {
  position: relative;
}

.milkshake-section .lower-content .text p {
  position: relative;
  color: #5e5e5e;
  font-size: 0.875rem;
  line-height: 1.8em;
  margin-bottom: 1.25rem;
}

.milkshake-section .lower-content .text p a {
  text-decoration: underline;
  color: #5e5e5e;
}

.milkshake-section .lower-content .text p:last-child {
  margin-bottom: 0px;
}

/***

====================================================================
	Frappe Variation Section
====================================================================

***/

.frape-variant-section {
  position: relative;
  padding: 5rem 0px 15.625rem;
}

.frape-variant-section .frape-image {
  position: absolute;
  inset-inline-end: 0px;
  bottom: 5.625rem;
}

.frape-variant-section .sec-title span {
  color: var(--secondary-color);
}

.frape-variant-section .row {
  margin: 0px -0.3125rem;
}

.frape-variant-section .frape-block {
  padding: 0px 0.3125rem;
}

.frape-block {
  position: relative;
  margin-bottom: 1.875rem;
}

.frape-block .inner-box {
  position: relative;
  overflow: hidden;
  border-radius: 0.5em;
  background-color: var(--white-color);
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.07);
}

.frape-block .inner-box .image {
  position: relative;
  overflow: hidden;
  background-color: #111111;
}

.frape-block .inner-box .image img {
  position: relative;
  width: 100%;
  display: block;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.frape-block .inner-box:hover .image img {
  opacity: 0.6;
  transform: scale(1.05, 1.05);
}

.frape-block .inner-box .lower-box {
  position: relative;
  padding: 2.5rem 1.25rem 1.5625rem;
}

.frape-block .inner-box .price {
  position: absolute;
  inset-inline-end: 1.875em;
  top: -1.875em;
  width: 3.75rem;
  height: 3.75rem;
  color: var(--white-color);
  font-size: 0.875rem;
  font-weight: 500;
  border-radius: 50%;
  line-height: 3.75rem;
  text-align: center;
  background-color: #27272f;
}

.frape-block .inner-box .price:before {
  position: absolute;
  content: '';
  inset-inline-start: 0.25em;
  top: 0.25em;
  inset-inline-end: 0.25em;
  bottom: 0.25em;
  border-radius: 50%;
  border: 1px dashed rgba(255, 255, 255, 0.60);
}

.frape-block .inner-box .lower-box h6 {
  font-weight: 500;
  margin-bottom: 0.5rem;
}

.frape-block .inner-box .lower-box h6 a {
  position: relative;
  color: #27272f;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.frape-block .inner-box .lower-box .text {
  position: relative;
  line-height: 1.8em;
  color: #5e5e5e;
}

.frape-block .inner-box .lower-box h6 a:hover {
  color: var(--secondary-color);
}

.gallery-page-section {
  position: relative;
  padding: 7.5rem 0px 6.25rem;
}

.gallery-page-section .outer-container {
  position: relative;
  padding: 0px 0.9375rem;
}

.gallery-page-section .row {
  margin: 0px -0.625rem;
}

.gallery-page-section .gallery-block-two {
  padding: 0px 0.625rem;
  margin-bottom: 1.25rem;
}

.gallery-page-section-two {
  position: relative;
  padding: 6.25rem 0px 4.375rem;
}

/***

====================================================================
	Sidebar Page Container
====================================================================

***/

.sidebar-page-container {
  position: relative;
  overflow: hidden;
  padding: 6.875rem 0px 5rem;
}

.sidebar-page-container .section-text {
  position: absolute;
  inset-inline-start: 0px;
  top: 10%;
  inset-inline-end: 0px;
  opacity: 0.70;
  color: #fafafa;
  font-size: 25rem;
  line-height: 1em;
  text-align: center;
  font-family: var(--font-family-hand-3);
}

.sidebar-page-container .content-side,
.sidebar-page-container .sidebar-side {
  margin-bottom: 2.5rem;
}

.sidebar-page-container .icon-layer-one {
  position: absolute;
  inset-inline-start: 3.125rem;
  top: 11.25rem;
  width: 17.9375rem;
  height: 9.9375rem;
  display: none;
  background-repeat: no-repeat;
}

.sidebar-page-container .icon-layer-two {
  position: absolute;
  inset-inline-end: 20%;
  top: 3.125rem;
  width: 9rem;
  height: 9.6875rem;
  background-repeat: no-repeat;
}

.sidebar-page-container .icon-layer-three {
  position: absolute;
  inset-inline-end: 5%;
  bottom: 5rem;
  width: 13.875rem;
  height: 14rem;
  background-repeat: no-repeat;
}

.sticky-top {
  /* top:30px;
  */
    z-index: 1;
}

.sidebar-title {
  position: relative;
  margin-bottom: 1.25rem;
}

.sidebar-title h6 {
  color: #1e1e1e;
  font-weight: 600;
  text-transform: capitalize;
}

.sidebar-page-container .sidebar-side .sidebar {
  position: relative;
  padding: 3.4375rem 2.5rem;
  border: 1px solid #feeded;
  background-color: var(--white-color);
}

.sidebar-widget {
  margin-bottom: 2.5rem;
}

.sidebar-widget:last-child {
  margin-bottom: 0px;
}

.sidebar-widget .widget-content {
  padding-bottom: 2.5rem;
  border-bottom: 1px solid #f0f0f0;
}

/*Search Box Widget*/

.sidebar .search-box .form-group {
  position: relative;
  margin: 0px;
}

.sidebar .search-box .form-group input[type="text"],
.sidebar .search-box .form-group input[type="search"] {
  position: relative;
  line-height: 1.75rem;
  /* padding: 10px 50px 10px 25px;
  */
    padding-top: 10px;
  padding-inline-end: 3.125rem;
  padding-bottom: 0.625rem;
  padding-inline-start: 1.5625rem;
  border: 1px solid #f0f0f0;
  background: none;
  display: block;
  font-size: 0.875rem;
  width: 100%;
  height: 3.5rem;
  border-radius: 3.125rem;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.sidebar .search-box .form-group button {
  position: absolute;
  inset-inline-end: 0.4375em;
  top: 0.375em;
  height: 2.75rem;
  width: 2.75rem;
  display: block;
  font-size: 1rem;
  color: var(--white-color);
  cursor: pointer;
  line-height: 2.5rem;
  font-weight: normal;
  border-radius: 3.125rem;
  background-color: #5dca89;
}

.about-widget .text {
  position: relative;
  color: #959595;
  font-size: 0.875rem;
}

/* Cat List */

.cat-list {
  position: relative;
}

.cat-list li {
  position: relative;
  margin-bottom: 0.875rem;
}

.cat-list li a {
  position: relative;
  color: #959595;
  font-size: 0.875rem;
  font-weight: 400;
  padding-inline-start: 1.5625rem;
  display: block;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.cat-list li a:before {
  position: absolute;
  content: '\f101';
  inset-inline-start: 0px;
  top: 0.125em;
  font-size: 1rem;
  line-height: 1em;
  font-family: 'FontAwesome';
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.cat-list li a:hover,
.cat-list li a:hover::before {
  color: var(--secondary-color);
}

/* Post Widget */

.sidebar .popular-posts .post {
  position: relative;
  font-size: 0.875rem;
  color: #666666;
  padding: 0px 0px;
  padding-inline-start: 6.75rem;
  min-height: 5.5rem;
  padding-top: 0.9375rem;
  margin-bottom: 1.125rem;
}

.sidebar .popular-posts .post:last-child {
  margin-bottom: 0px;
  border-bottom: none;
}

.sidebar .popular-posts .post .post-thumb {
  position: absolute;
  inset-inline-start: 0px;
  top: 0px;
  width: 5.5rem;
  overflow: hidden;
  border-radius: 0.5em;
}

.sidebar .popular-posts .post .post-thumb .overlay-box {
  position: absolute;
  content: '';
  inset-inline-start: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  display: block;
  color: var(--secondary-color);
  font-size: 1.125rem;
  opacity: 0;
  text-align: center;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  background-color: rgba(51, 51, 51, 0.70);
}

.sidebar .popular-posts .post .post-thumb .overlay-box .fa {
  top: 50%;
  position: relative;
  margin-top: -0.75rem;
  display: block;
}

.sidebar .popular-posts .post:hover .post-thumb .overlay-box {
  opacity: 1;
}

.sidebar .popular-posts .post .post-thumb img {
  display: block;
  width: 100%;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.sidebar .popular-posts .post .text {
  position: relative;
  top: -1.25em;
  font-size: 1rem;
  margin: 0px 0px 0px;
  font-weight: 500;
  color: #27272f;
  line-height: 1.6em;
  text-transform: capitalize;
}

.sidebar .popular-posts .post .text a {
  color: #27272f;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.sidebar .popular-posts .post a:hover {
  color: var(--secondary-color);
}

.sidebar .popular-posts .post-info {
  position: relative;
  font-size: 0.875rem;
  color: var(--secondary-color);
  font-weight: 400;
  margin-top: 0.3125rem;
}

/*=== Tags ===*/

.tag-list {
  position: relative;
  display: block;
}

.tag-list li {
  position: relative;
  margin-bottom: 0.625rem;
  margin-inline-end: 0.3125rem;
  display: inline-block;
}

.tag-list li a {
  position: relative;
  display: block;
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: #959595;
  font-weight: 400;
  border-radius: 0px;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.tag-list li a:hover {
  color: var(--primary-color);
}

.social-list {
  position: relative;
}

.social-list li {
  position: relative;
  margin-inline-end: 0.75rem;
  display: inline-block;
}

.social-list li a {
  position: relative;
  color: #959595;
  font-size: 1.125rem;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.social-list li a:hover {
  color: var(--secondary-color);
}

/* News Block Three */

.news-block-three {
  position: relative;
  margin-bottom: 3.125rem;
}

.news-block-three .inner-box {
  position: relative;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.news-block-three .inner-box .image {
  position: relative;
}

.news-block-three .inner-box .image img {
  position: relative;
  width: 100%;
  display: block;
}

.news-block-three .inner-box .owl-dots,
.blog-detail .inner-box .owl-dots {
  display: none;
}

.news-block-three .inner-box .owl-nav,
.blog-detail .inner-box .owl-nav {
  position: absolute;
  inset-inline-start: 1.875em;
  top: 50%;
  inset-inline-end: 1.875em;
  margin-top: -1.875rem;
}

.news-block-three .inner-box .owl-nav .owl-prev,
.blog-detail .inner-box .owl-nav .owl-prev {
  position: absolute;
  inset-inline-start: 0px;
  font-size: 2.75rem;
  color: var(--white-color);
}

.news-block-three .inner-box .owl-nav .owl-next,
.blog-detail .inner-box .owl-nav .owl-next {
  position: absolute;
  inset-inline-end: 0px;
  font-size: 2.75rem;
  color: var(--white-color);
}

.news-block-three .inner-box .image .overlay-box {
  position: absolute;
  inset-inline-start: 0px;
  top: 0px;
  inset-inline-end: 0px;
  bottom: 0px;
  color: var(--white-color);
  text-align: center;
  background-color: rgba(80, 119, 217, 0.8);
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  -webkit-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
}

.news-block-three .inner-box:hover .overlay-box {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transform-origin: right center;
  -ms-transform-origin: right center;
  transform-origin: right center;
}

.news-block-three .inner-box .overlay-inner {
  position: absolute;
  inset-inline-start: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  display: table;
  vertical-align: middle;
  padding: 0.625rem 0px;
}

.news-block-three .inner-box .overlay-inner .content {
  position: relative;
  display: table-cell;
  vertical-align: middle;
}

.news-block-three .inner-box .image .overlay-box .icon {
  position: relative;
  width: 3.125rem;
  height: 3.125rem;
  color: var(--white-color);
  line-height: 2.875rem;
  font-size: 1.125rem;
  text-align: center;
  border-radius: 3.125rem;
  font-weight: 700;
  display: inline-block;
  border: 2px solid var(--white-color);
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}

.news-block-three .inner-box .image .overlay-box .icon:hover {
  background-color: var(--white-color);
  color: var(--secondary-color);
}

.news-block-three .inner-box .image .video-overlay-box {
  position: absolute;
  inset-inline-start: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  text-align: center;
  overflow: hidden;
  line-height: 2.8125rem;
  overflow: hidden;
  border-radius: 0px;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.news-block-three .inner-box .image .video-overlay-box:before {
  position: absolute;
  content: '';
  inset-inline-start: 0px;
  top: 0px;
  inset-inline-end: 0px;
  bottom: 0px;
  z-index: 10;
  opacity: 0.60;
  background-color: var(--secondary-color);
}

.news-block-three .inner-box .image .video-overlay-box span {
  position: absolute;
  width: 5.625rem;
  height: 5.625rem;
  inset-inline-start: 50%;
  top: 50%;
  z-index: 10;
  color: #111111;
  font-weight: 400;
  font-size: 1rem;
  text-align: center;
  padding-inline-start: 0.25rem;
  display: inline-block;
  margin-top: -2.8125rem;
  margin-inline-start: -2.8125rem;
  line-height: 5.625rem;
  border-radius: 50%;
  transition: all 900ms ease;
  -moz-transition: all 900ms ease;
  -webkit-transition: all 900ms ease;
  -ms-transition: all 900ms ease;
  -o-transition: all 900ms ease;
  background-color: var(--white-color);
}

.news-block-three .inner-box .image .video-overlay-box .ripple,
.news-block-three .inner-box .image .video-overlay-box .ripple:before,
.news-block-three .inner-box .image .video-overlay-box .ripple:after {
  position: absolute;
  top: 50%;
  inset-inline-start: 50%;
  width: 3.75rem;
  height: 3.75rem;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-border-radius: 50% 50% 50% 50%;
  -moz-border-radius: 50% 50% 50% 50%;
  -ms-border-radius: 50% 50% 50% 50%;
  -o-border-radius: 50% 50% 50% 50%;
  border-radius: 50% 50% 50% 50%;
  -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
  -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
  -ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
  -o-box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
  box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
  -webkit-animation: ripple 3s infinite;
  -moz-animation: ripple 3s infinite;
  -ms-animation: ripple 3s infinite;
  -o-animation: ripple 3s infinite;
  animation: ripple 3s infinite;
}

.news-block-three .inner-box .image .video-overlay-box .ripple:before {
  -webkit-animation-delay: .9s;
  -moz-animation-delay: .9s;
  -ms-animation-delay: .9s;
  -o-animation-delay: .9s;
  animation-delay: .9s;
  content: "";
  position: absolute;
}

.news-block-three .inner-box .image .video-overlay-box .ripple:after {
  -webkit-animation-delay: .6s;
  -moz-animation-delay: .6s;
  -ms-animation-delay: .6s;
  -o-animation-delay: .6s;
  animation-delay: .6s;
  content: "";
  position: absolute;
}

.news-block-three .inner-box .lower-content {
  position: relative;
  padding: 1.875rem 0px 0px;
}

.news-block-three .inner-box .lower-content .category {
  position: relative;
  color: var(--white-color);
  font-size: 0.75rem;
  padding: 0.125rem 1.125rem;
  border-radius: 0.5em;
  margin-bottom: 0.9375rem;
  display: inline-block;
  background-color: var(--primary-color);
  text-transform: uppercase;
}

.news-block-three .inner-box .lower-content h3 {
  margin-top: 0.25rem;
  font-weight: 600;
  margin-bottom: 0.9375rem;
}

.news-block-three .inner-box .lower-content h3 a {
  position: relative;
  color: #27272f;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}

.news-block-three .inner-box .lower-content .post-info {
  position: relative;
  margin-bottom: 0.9375rem;
}

.news-block-three .inner-box .lower-content .post-info li {
  position: relative;
  padding-inline-end: 0.9375rem;
  margin-inline-end: 0.625rem;
  color: #5e5e5e;
  font-size: 0.75rem;
  display: inline-block;
}

.news-block-three .inner-box .lower-content .post-info li:before {
  position: absolute;
  content: '';
  inset-inline-end: -0.1875em;
  top: 0.5625em;
  width: 0.375em;
  height: 0.375em;
  border-radius: 3.125rem;
  background-color: #f7eee2;
}

.news-block-three .inner-box .lower-content .post-info li:last-child::before {
  display: none;
}

.news-block-three .inner-box .lower-content .post-info li a {
  position: relative;
  color: #5e5e5e;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}

.news-block-three .inner-box:hover .lower-content .post-info li a,
.news-block-three .inner-box:hover .lower-content h3 a {
  color: var(--primary-color);
}

.news-block-three .inner-box .lower-content .text {
  position: relative;
  color: #5e5e5e;
}


.news-block-four {
  position: relative;
  margin-bottom: 5rem;
}

.news-block-four .inner-box {
  position: relative;
}

.news-block-four .inner-box .image {
  position: relative;
}

.news-block-four .inner-box .image img {
  position: relative;
  width: 100%;
  display: block;
}

.news-block-four .inner-box .image .content {
  position: absolute;
  inset-inline-start: 0px;
  top: 0px;
  inset-inline-end: 0px;
  text-align: center;
  padding-top: 7.5rem;
  padding-inline-start: 7.5rem;
  padding-inline-end: 7.5rem;
}

.news-block-four .inner-box .image .content .text {
  position: relative;
  color: #5e5e5e;
  font-size: 1.125rem;
  line-height: 1.8em;
  margin-bottom: 1.5625rem;
}

.news-block-four .inner-box .image .content .designation {
  position: relative;
  color: #787878;
  font-size: 1rem;
}

.styled-pagination {
  position: relative;
}

.styled-pagination li {
  position: relative;
  display: inline-block;
  margin: 0px 0.1875rem 0.375rem;
}

.styled-pagination li a {
  position: relative;
  display: inline-block;
  line-height: 2.875rem;
  height: 2.75rem;
  font-size: 1rem;
  min-width: 2.75rem;
  color: #787878;
  font-weight: 500;
  text-align: center;
  border-radius: 3.125rem;
  background: var(--white-color);
  text-transform: capitalize;
  transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
}

.styled-pagination li a:hover,
.styled-pagination li a.active {
  color: var(--white-color);
  background-color: var(--primary-color);
}

.styled-pagination li.next a {
  font-size: 1.5rem;
  line-height: 2.625rem;
}




.blog-detail {
  position: relative;
}

.blog-detail .inner-box {
  position: relative;
}

.blog-detail .inner-box .post-info {
  position: relative;
  margin-bottom: 1.375rem;
}

.blog-detail .inner-box .post-info li {
  position: relative;
  padding-inline-end: 0.9375rem;
  margin-inline-end: 0.625rem;
  color: #787878;
  font-size: 0.75rem;
  display: inline-block;
}

.blog-detail .inner-box .post-info li:first-child {
  color: #787878;
  font-weight: 700;
}

.blog-detail .inner-box .post-info li:before {
  position: absolute;
  content: '';
  inset-inline-end: -0.1875em;
  top: 0.4375em;
  width: 0.375em;
  height: 0.375em;
  border-radius: 3.125rem;
  background-color: #f7eee2;
}

.blog-detail .inner-box .post-info li:last-child::before {
  display: none;
}

.blog-detail .inner-box .post-info li a {
  position: relative;
  color: #787878;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}

.blog-detail .inner-box .image {
  position: relative;
  border-radius: 0.5em;
  overflow: hidden;
  margin-bottom: 1.875rem;
}

.blog-detail .inner-box .image img {
  position: relative;
  width: 100%;
  display: block;
}

.blog-detail .inner-box p {
  position: relative;
  color: #5e5e5e;
  font-size: 0.875rem;
  line-height: 1.8em;
  margin-bottom: 0.9375rem;
}

.blog-detail .inner-box p:last-child {
  margin-bottom: 0px;
}

.blog-detail .inner-box blockquote {
  position: relative;
  color: #787878;
  font-size: 0.875rem;
  font-style: italic;
  padding-inline-start: 2.8125rem;
  font-weight: 600;
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

.blog-detail .inner-box .category {
  position: relative;
  color: var(--white-color);
  font-size: 0.75rem;
  padding: 0.125rem 1.125rem;
  border-radius: 0.5em;
  margin-bottom: 0.9375rem;
  display: inline-block;
  background-color: var(--primary-color);
  text-transform: uppercase;
}

.blog-detail .inner-box .lower-content h3 {
  margin-top: 0.25rem;
  color: #27272f;
  font-weight: 600;
  margin-bottom: 0.9375rem;
}

/* post share options */

.blog-detail .inner-box .post-share-options {
  position: relative;
  margin-top: 3.125rem;
}

.blog-detail .inner-box .tags {
  position: relative;
  padding: 0.9375rem 0px;
  border-top: 1px solid #fff6f4;
  border-bottom: 1px solid #fff6f4;
}

.blog-detail .inner-box .tags li {
  position: relative;
  margin-inline-end: 0.25rem;
  display: inline-block;
}

.blog-detail .inner-box .tags li span {
  position: relative;
  top: 0.125em;
  color: #959595;
  font-size: 1rem;
  margin-inline-end: 0.625rem;
}

.blog-detail .inner-box .tags li a {
  position: relative;
  color: #959595;
  font-size: 0.875rem;
  display: inline-block;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.blog-detail .inner-box .tags li a:hover {
  color: #f7a392;
}

.blog-detail .author-box {
  position: relative;
  margin-top: 5rem;
}

.blog-detail .author-box .box-inner {
  position: relative;
  padding: 1.5625rem 1.5625rem;
  min-height: 10rem;
  background-color: #fff6f4;
}

.blog-detail .author-box .box-inner .content {
  position: relative;
  padding-top: 0.75rem;
  padding-inline-start: 10rem;
}

.blog-detail .author-box .box-inner .content .author-image {
  position: absolute;
  inset-inline-start: 0px;
  top: 0px;
}

.blog-detail .author-box .box-inner h6 {
  color: #252525;
  font-weight: 500;
}

.blog-detail .author-box .box-inner .text {
  position: relative;
  color: #5e5e5e;
  font-size: 0.875rem;
  margin-top: 0.625rem;
  line-height: 1.7em;
}

/***

====================================================================
	Comments Area
====================================================================

 ***/

.sidebar-page-container .comments-area {
  position: relative;
  margin-top: 3.75rem;
  margin-bottom: 3.125rem;
}

.sidebar-page-container .group-title {
  position: relative;
}

.sidebar-page-container .group-title h4 {
  color: #252525;
  font-weight: 600;
  margin-bottom: 1.5625rem;
  text-transform: capitalize;
}

.sidebar-page-container .comments-area .comment-box {
  position: relative;
  margin-bottom: 1.875rem;
  padding: 2.1875rem 2.8125rem;
  border: 1px solid #dddddd;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}

.sidebar-page-container .comments-area .comment-box:last-child {
  margin-bottom: 0px;
}

.sidebar-page-container .comments-area .comment {
  position: relative;
  font-size: 0.875rem;
  min-height: 7.5rem;
  /* padding: 0px 0px 0px 130px;
  */
    padding-top: 0px;
  padding-inline-end: 0px;
  padding-bottom: 0px;
  padding-inline-start: 8.125rem;
}

.sidebar-page-container .comments-area .reply-comment {
  margin-inline-start: 4.375rem;
}

.sidebar-page-container .comments-area .comment-box .author-thumb {
  position: absolute;
  inset-inline-start: 0px;
  top: 0px;
  width: 6.4375rem;
  border-radius: 50%;
  margin-bottom: 1.25rem;
  overflow: hidden;
  background-color: #7a7a7a;
}

.sidebar-page-container .comments-area .comment-box .author-thumb img {
  width: 100%;
  display: block;
}

.sidebar-page-container .comments-area .comment-info {
  margin-bottom: 0.625rem;
}

.sidebar-page-container .comments-area .comment-box strong {
  font-size: 1.125rem;
  font-weight: 600;
  color: #252525;
  display: block;
  line-height: 1.3em;
  display: inline-block;
  text-transform: capitalize;
}

.sidebar-page-container .comments-area .comment-box .text {
  color: #5e5e5e;
  font-size: 1rem;
  line-height: 1.7em;
  margin-bottom: 0.9375rem;
}

.sidebar-page-container .comments-area .comment-info .comment-time {
  position: relative;
  font-size: 0.9375rem;
  color: #787878;
  padding-inline-start: 1.5rem;
  display: block;
  margin-top: 0.25rem;
}

.sidebar-page-container .comments-area .comment-info .comment-time:before {
  position: absolute;
  content: "\f133";
  inset-inline-start: 0px;
  top: 0px;
  color: #787878;
  font-family: 'FontAwesome';
}

.sidebar-page-container .comments-area .comment-box .theme-btn {
  position: relative;
  font-size: 1.125rem;
  color: #f7a392;
  font-weight: 400;
  text-transform: capitalize;
}

.sidebar-page-container .comments-area .comment-box .theme-btn:hover {
  color: #3d415b;
}

.sidebar-page-container .comments-area .comment-box .theme-btn .fa {
  position: relative;
  margin-inline-end: 0.3125rem;
}

/***

====================================================================
	Comment Form
====================================================================

***/

.comment-form-box {
  position: relative;
}

.sidebar-page-container .comment-form-box .group-title h4 {
  margin-bottom: 0.75rem !important;
}

.comment-form-box .group-title .comment-text {
  position: relative;
  color: #879296;
  font-size: 0.875rem;
  margin-top: 0px;
  margin-bottom: 1.5625rem;
}

/* Comment Form */

.comment-form {
  position: relative;
}

.comment-form .group-title {
  margin-bottom: 1.5625rem;
}

.comment-form .form-group {
  position: relative;
  margin-bottom: 1.875rem;
}

.comment-form .form-group:last-child {
  margin-bottom: 0px;
}

.comment-form .form-group input[type="text"],
.comment-form .form-group input[type="tel"],
.comment-form .form-group input[type="email"],
.comment-form .form-group select {
  position: relative;
  display: block;
  width: 100%;
  line-height: 1.125rem;
  padding: 0.625rem 1.25rem;
  height: 3.375rem;
  color: #000000;
  font-size: 0.875rem;
  border-radius: 0px;
  background-color: var(--white-color);
  border: 1px solid #d1d1d1;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}

.comment-form .form-group input[type="text"]:focus,
.comment-form .form-group input[type="tel"]:focus,
.comment-form .form-group input[type="email"]:focus,
.comment-form .form-group textarea:focus {
  border-style: solid;
}

.comment-form input::placeholder,
.comment-form textarea::placeholder {
  color: #9e9e9e;
}

.comment-form .form-group textarea {
  position: relative;
  display: block;
  width: 100%;
  line-height: 1.125rem;
  padding: 1.25rem 1.375rem;
  height: 15.625rem;
  color: #000000;
  font-size: 0.875rem;
  border-radius: 0px;
  background-color: var(--white-color);
  border: 1px solid #d1d1d1;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}

.comment-form button {
  position: relative;
}

.error-section {
  position: relative;
  text-align: center;
  padding: 6.25rem 0px 6.25rem;
}

.error-section .image {
  position: relative;
  margin-bottom: 1.875rem;
}

.error-section h2 {
  color: #f7a392;
  font-weight: 700;
  margin-bottom: 1.5625rem;
  text-transform: uppercase;
}

.contact-page-section {
  position: relative;
  padding: 6.25rem 0px 3.75rem;
}

.contact-page-section .form-column {
  position: relative;
  margin-bottom: 2.5rem;
}

.contact-page-section .form-column .inner-column {
  position: relative;
}

.contact-page-section .form-column .title-box {
  position: relative;
  margin-bottom: 1.875rem;
}

.contact-page-section .form-column .title-box h4 {
  font-weight: 500;
  color: #252525;
}

.contact-page-section .form-column .title-box .text {
  position: relative;
  margin-top: 0.5rem;
  color: #879296;
}

/* Contact Form */

.contact-form {
  position: relative;
}

.contact-form .form-group {
  position: relative;
  margin-bottom: 1.875rem;
}

.contact-form .form-group:last-child {
  /* margin-bottom: 0px;
  */;
}

.contact-form .form-group input[type="text"],
.contact-form .form-group input[type="tel"],
.contact-form .form-group input[type="email"],
.contact-form .form-group select {
  position: relative;
  display: block;
  width: 100%;
  line-height: 1.125rem;
  padding: 0.625rem 1.25rem;
  height: 3.375rem;
  color: #000000;
  font-size: 0.875rem;
  border-radius: 0px;
  background-color: var(--white-color);
  border: 1px solid #d1d1d1;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}

.contact-form .form-group input[type="text"]:focus,
.contact-form .form-group input[type="tel"]:focus,
.contact-form .form-group input[type="email"]:focus,
.contact-form .form-group textarea:focus {
  border-style: solid;
}

.contact-form input::placeholder,
.contact-form textarea::placeholder {
  color: #9e9e9e;
}

.contact-form .form-group textarea {
  position: relative;
  display: block;
  width: 100%;
  line-height: 1.125rem;
  padding: 1.25rem 1.375rem;
  height: 15.625rem;
  color: #000000;
  font-size: 0.875rem;
  border-radius: 0px;
  background-color: var(--white-color);
  border: 1px solid #d1d1d1;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}

.contact-form button {
  cursor: pointer;
}

.contact-form input.error,
.contact-form select.error,
.contact-form textarea.error {
  border-color: #ff0000 !important;
}

.contact-form label.error {
  display: block;
  line-height: 1.5rem;
  padding: 0.3125rem 0px 0px;
  margin: 0px;
  text-transform: uppercase;
  font-size: 0.75rem;
  color: #ff0000;
  font-weight: 500;
}

.contact-page-section .info-column {
  position: relative;
  margin-bottom: 2.5rem;
}

.contact-page-section .info-column .inner-column {
  position: relative;
  padding-inline-start: 2.5rem;
  padding-top: 6.25rem;
}

.contact-page-section .info-column .info-list {
  position: relative;
}

.contact-page-section .info-column .info-list li {
  position: relative;
  color: #5e5e5e;
  font-size: 0.875rem;
  line-height: 1.9em;
  margin-bottom: 2.5rem;
}

.contact-page-section .info-column .info-list li strong {
  position: relative;
  display: block;
  color: #252525;
  font-size: 1.5rem;
  font-weight: 500;
  margin-bottom: 0.9375rem;
}

/***

==================================================================
		Contact Map Section
==================================================================

***/

.contact-map-section {
  position: relative;
  padding-top: 0px;
  padding-bottom: 6.25rem;
}

.contact-map-section iframe {
  position: relative;
  inset-inline-start: 0;
  top: 0;
  width: 100%;
  height: 28.125rem;
}

/***

====================================================================
	Banner Section Four
====================================================================

***/

.banner-section-four {
  position: relative;
  overflow: hidden;
}

.banner-section-four .slide {
  position: relative;
  overflow: hidden;
  text-align: center;
  padding-top: 10rem;
  padding-bottom: 12.5rem;
  background-size: cover;
}

.banner-section-four .slide:before {
  position: absolute;
  content: '';
  inset-inline-start: 0px;
  top: 0px;
  inset-inline-end: 0px;
  bottom: 0px;
  background-color: rgba(0, 0, 0, 0.40);
}

.banner-section-four .content-box {
  position: relative;
}

.banner-section-four .content-box .box-inner {
  position: relative;
}

.banner-section-four .content-box h1 {
  color: var(--white-color);
  font-weight: 700;
  margin-bottom: 2.1875rem;
  line-height: 1em;
  font-family: var(--font-family-hand-1);
}

.banner-section-four .content-box h1 a {
  position: relative;
  color: var(--white-color);
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}

.banner-section-four .content-box h1 a:hover {
  color: var(--primary-color);
}

.banner-section-four .owl-nav,
.banner-section-four .owl-dots {
  display: none;
}

.banner-section-four .mouse-btn-down {
  position: absolute;
  inset-inline-start: 50%;
  bottom: 0px;
  width: 6.1875rem;
  height: 1.875em;
  z-index: 10;
  cursor: pointer;
  margin-inline-start: -3.125rem;
  display: inline-block;
  background: url(../images/icons/curve-layer.png) no-repeat;
}

.banner-section-four .mouse-btn-down:before {
  position: absolute;
  content: "\f161";
  inset-inline-start: 0px;
  top: 0px;
  inset-inline-end: 0px;
  bottom: 0px;
  color: #9a9a9a;
  font-size: 0.75rem;
  line-height: 2.375rem;
  text-align: center;
  font-family: "Flaticon";
}

/***

====================================================================
	Testimonial Section Two
====================================================================

***/

.testimonial-section-two {
  position: relative;
  padding: 6.25rem 0px 6.25rem;
}

.testimonial-section-two .inner-container {
  position: relative;
  padding: 0px 11.25rem;
}

.testimonial-section-two .icon-layer-one {
  position: absolute;
  inset-inline-start: 0px;
  bottom: 0px;
  width: 23.625rem;
  height: 25.875rem;
  background-repeat: no-repeat;
}

.testimonial-section-two .icon-layer-two {
  position: absolute;
  inset-inline-end: 7.5rem;
  bottom: 0px;
  width: 18.75rem;
  height: 8.625rem;
  background-repeat: no-repeat;
}

.testimonial-block-two {
  position: relative;
}

.testimonial-block-two .inner-box {
  position: relative;
  text-align: center;
}

.testimonial-block-two .inner-box .rating {
  position: relative;
  text-align: center;
  color: #ba9232;
}

.testimonial-block-two .inner-box .text {
  margin-top: 1.25rem;
  color: #000000;
  font-size: 1.5rem;
  font-weight: 700;
  font-style: italic;
  margin-bottom: 0.9375rem;
  line-height: 1.5em;
  letter-spacing: 1px;
  font-family: var(--font-family-hand-1);
}

.testimonial-block-two .inner-box .designation {
  color: #000000;
  font-size: 0.875rem;
  font-weight: 400;
}

.testimonial-block-two .inner-box .designation span {
  color: #df9191;
}

.testimonial-section-two .owl-nav {
  display: none;
}

.testimonial-section-two .owl-dots {
  position: relative;
  text-align: center;
  margin-top: 1.25rem;
}

.testimonial-section-two .owl-dots .owl-dot {
  position: relative;
  width: 0.75em;
  height: 0.75em;
  margin: 0px 0.3125rem;
  border-radius: 3.125rem;
  display: inline-block;
  border: 1px solid #e09695;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}

.testimonial-section-two .owl-dots .owl-dot:hover,
.testimonial-section-two .owl-dots .owl-dot.active {
  background-color: var(--secondary-color);
  border-color: var(--secondary-color);
}

/***

====================================================================
	Menu Section Two
====================================================================

***/

.menu-section-two {
  position: relative;
  padding: 2.5rem 0px 4.375rem;
}

.menu-block-three {
  position: relative;
  margin-bottom: 1.875rem;
}

.menu-block-three .inner-box {
  position: relative;
  padding: 1.5625rem 0.9375rem 0.9375rem;
  border: 1px dashed #adadad;
}

.menu-block-three .inner-box .content {
  position: relative;
  padding: 1.25rem 1.25rem;
}

.menu-block-three .inner-box .menu-title {
  position: relative;
  color: #df9191;
  font-size: 2.75rem;
  margin-bottom: 1.25rem;
  text-transform: capitalize;
  font-family: var(--font-family-hand-2);
}

.menu-block-three .inner-box h4 {
  color: #28272f;
  margin-bottom: 0.9375rem;
  text-transform: uppercase;
}

.menu-block-three .menu-item {
  position: relative;
  margin-bottom: 1.5625rem;
}

.menu-block-three .menu-item h6 {
  font-weight: 600;
}

.menu-block-three .menu-item h6 a {
  position: relative;
  color: #000000;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}

.menu-block-three .menu-item h6 a:hover {
  color: #df9191;
}

.menu-block-three .menu-item .sub-title {
  position: relative;
  margin-top: 0.5rem;
  color: #5e5e5e;
  margin-bottom: 0.625rem;
}

.menu-block-three .menu-item .price-box {
  position: relative;
  text-align: end;
}

.menu-block-three .menu-item .price-box:before {
  position: absolute;
  content: '';
  inset-inline-start: 0px;
  top: 0.75em;
  inset-inline-end: 0px;
  height: 1px;
  border-bottom: 1px dashed #b1b1b1;
}

.menu-block-three .menu-item .price-box .price {
  position: relative;
  color: #111111;
  font-size: 1.125rem;
  padding: 0.125rem 0px 0.125rem 1.875rem;
  background-color: var(--white-color);
  display: inline-block;
}

.menu-block-three .image {
  position: relative;
  overflow: hidden;
  background-color: #df9191;
}

.menu-block-three .image img {
  position: relative;
  width: 100%;
  display: block;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}

.menu-block-three .inner-box:hover .image img {
  opacity: 0.60;
  transform: scale(1.04, 1.04);
}

/***

====================================================================
	Video Section Two
====================================================================

***/

.video-section-two {
  position: relative;
  padding: 0px 0px 0px;
}

/***

====================================================================
	Tips Section
====================================================================

***/

.tips-section {
  position: relative;
  padding: 6.25rem 0px 0px;
}

.tips-section .pattern-layer {
  position: absolute;
  inset-inline-start: 0px;
  bottom: 6.875rem;
  width: 24.25rem;
  height: 22.1875rem;
  z-index: 1;
}

.tips-section .image-column {
  position: relative;
  margin-bottom: 2.5rem;
}

.tips-section .image-column .inner-column {
  position: relative;
}

.tips-section .image-column .image-two {
  position: absolute;
  inset-inline-end: 0px;
  top: 3.75rem;
}

.tips-section .content-column {
  position: relative;
  margin-bottom: 2.5rem;
}

.tips-section .content-column .inner-column {
  position: relative;
  padding: 8.125rem 2.5rem 0px;
}

.tips-section .content-column .sec-title {
  margin-bottom: 1.875rem;
}

.tips-section .content-column .signature-image {
  position: absolute;
  inset-inline-end: 0px;
  inset-inline-start: 0px;
  top: 18.75rem;
  opacity: 0.20;
  text-align: center;
}

/***

====================================================================
	Staff Section Two
====================================================================

***/

.staff-section-two {
  position: relative;
  padding: 0px 0px 0px;
}

.staff-section-two .outer-container {
  padding: 0px 0.9375rem;
}

/***

====================================================================
	Clients Section
====================================================================

***/

.clients-section {
  position: relative;
  padding: 5rem 0px 5rem;
}

.clients-section .inner-container {
  position: relative;
}

.clients-section .sponsors-outer .owl-dots,
.clients-section .sponsors-outer .owl-nav {
  position: relative;
  display: none;
}

.clients-section .sponsors-outer .image-box {
  position: relative;
  text-align: center;
  margin: 0px;
}

.clients-section .sponsors-outer .image-box img {
  max-width: 100%;
  width: auto;
  margin: 0 auto;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}

.clients-section .sponsors-outer .image-box img:hover {
  opacity: 0.5;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

/**************Product Section****************/
.shop-detail_content-column .social-list li a {
  background-color: #eee;
  width: 2.5em;
  height: 2.5em;
  line-height: 2.5rem;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
}

.shop-detail_content-column table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  background: var(--white-color);
  border: solid 1px #DDDDDD;
  margin-bottom: 0.75rem;
  table-layout: auto;
}

.shop-detail_content-column table thead {
  background: var(--primary-color);
}

.shop-detail_content-column table thead tr th,
table thead tr td {
  color: rgb(255, 255, 255);
  font-size: 1.05rem;
  padding: 0.3rem;
  text-align: start;
  text-transform: uppercase;
  font-family: 'Roboto', sans-serif;
}

.shop-detail_content-column table thead tr th,
table tfoot tr th,
table tfoot tr td,
table tbody tr th,
table tbody tr td,
table tr td {
  display: table-cell;
  line-height: 1rem;
}

.shop-detail_content-column table tr th,
table tr td {
  color: rgb(76, 76, 76);
  font-size: 0.9rem;
  padding: 0.3rem;
  text-align: start;
  border-bottom: solid 1px #DDDDDD;
}

.visibility-hidden {
  visibility: hidden;
}

.img-slogan {
  max-width: 26rem;
}

/**************Product Section****************/

/** Ar **/

[data-lang-switch="ar"] {
  font-family: "Noto Sans Arabic", sans-serif;
}
[dir="rtl"] .fluid-section-one .content-column:before{
  transform: scaleX(-1);
}

[dir="rtl"] .flaticon-arrow-pointing-to-right{
  transform: rotate(180deg);
}


.inner-page .history-section-two:not(:last-child){
padding-bottom: 0;
}
