@charset "UTF-8";
/* --------------- ********w********* --------------
   --------------- ********x********* --------------
    * Version: v1.0.0
    * Author: Wooprex
    * Author URI: https://wooprex.com  

   --------------- ********w********* --------------
   --------------- ********x********* -------------- */
/*-- Reset styles  -- */
/*-- Base: mixin & variable  -- */
/*google-fonts*/
@import url("https://fonts.googleapis.com/css2?family=Jost:wght@100..900&family=Open+Sans:wght@300..800&family=Noticia+Text:wght@400;700&display=swap");
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

/* -- Common elements -- */
html {
  scroll-behavior: smooth;
  margin-right: 0 !important;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Jost", sans-serif;
  font-size: 16px;
  line-height: 1.5em;
  font-weight: 400;
  color: #e8e2d1;
  background-color: #5d1c34;
}

img {
  max-width: 100%;
  height: auto;
  transform: scale(1);
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  vertical-align: middle;
  -ms-interpolation-mode: bicubic;
  transition: all 0.6s ease;
}

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

.container {
  max-width: 1360px;
}

/* -- form style -- */
textarea,
input[type=text],
input[type=password],
input[type=date],
input[type=month],
input[type=time],
input[type=week],
input[type=datetime],
input[type=number],
input[type=email],
input[type=url],
input[type=search],
input[type=tel],
input[type=color] {
  font-family: "Jost", sans-serif;
  border: 1px solid #e8e2d1;
  outline: 0;
  box-shadow: none;
  font-size: 20px;
  line-height: 20px;
  border-radius: 3px;
  padding: 20px 30px;
  width: 100%;
  background: transparent;
  color: #e8e2d1;
  font-weight: 400;
}
textarea:focus,
input[type=text]:focus,
input[type=password]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=time]:focus,
input[type=week]:focus,
input[type=datetime]:focus,
input[type=number]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=color]:focus {
  border-color: #ffffff;
}

textarea::-moz-placeholder, input[type=text]::-moz-placeholder, input[type=password]::-moz-placeholder, input[type=date]::-moz-placeholder, input[type=month]::-moz-placeholder, input[type=time]::-moz-placeholder, input[type=week]::-moz-placeholder, input[type=datetime]::-moz-placeholder, input[type=number]::-moz-placeholder, input[type=email]::-moz-placeholder, input[type=url]::-moz-placeholder, input[type=search]::-moz-placeholder, input[type=tel]::-moz-placeholder, input[type=color]::-moz-placeholder {
  color: #e8e2d1;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 16px;
  text-transform: uppercase;
}

textarea::placeholder,
input[type=text]::placeholder,
input[type=password]::placeholder,
input[type=date]::placeholder,
input[type=month]::placeholder,
input[type=time]::placeholder,
input[type=week]::placeholder,
input[type=datetime]::placeholder,
input[type=number]::placeholder,
input[type=email]::placeholder,
input[type=url]::placeholder,
input[type=search]::placeholder,
input[type=tel]::placeholder,
input[type=color]::placeholder {
  color: #e8e2d1;
  transition: all 0.3s ease;
  font-size: 16px;
  text-transform: uppercase;
}

textarea {
  min-height: 120px;
  resize: none;
}

/* -- Placeholder color -- */
::-webkit-input-placeholder {
  color: #e8e2d1;
}

:-moz-placeholder {
  color: #e8e2d1;
}

::-moz-placeholder {
  color: #e8e2d1;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #e8e2d1;
}

/* For Chrome, Edge, and Safari */
input[type=date]::-webkit-calendar-picker-indicator,
input[type=time]::-webkit-calendar-picker-indicator {
  display: none;
  -webkit-appearance: none;
}

/* For Firefox */
input[type=date]::-moz-calendar-picker-indicator,
input[type=time]::-moz-calendar-picker-indicator {
  display: none;
}

/* For Internet Explorer */
input[type=date]::-ms-clear,
input[type=date]::-ms-expand,
input[type=time]::-ms-clear,
input[type=time]::-ms-expand {
  display: none;
}

section {
  position: relative;
  overflow: hidden;
}

/* -- Typography setting -- */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Jost", sans-serif;
  text-rendering: optimizeLegibility;
  color: #e8e2d1;
  font-weight: 500;
}

h1 {
  font-size: 80px;
  line-height: 1.1em;
}

h2 {
  font-size: 68px;
  line-height: 1.2em;
}

h3 {
  font-size: 56px;
  line-height: 1.1em;
  font-family: "Noticia Text", serif;
}

h4 {
  font-size: 42px;
  line-height: 1.1em;
}

h5 {
  font-size: 24px;
  line-height: 1.1em;
}

h6 {
  font-size: 20px;
  line-height: 1.1em;
}

p {
  font-size: 16px;
  line-height: 1.6rem;
  font-weight: 400;
}

b,
strong {
  font-weight: bolder;
}

video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

a {
  transition: all 0.3s ease;
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
  color: #e8e2d1;
}
a:focus, a:hover {
  transition: all 0.3s ease;
  text-decoration: none;
  outline: 0;
}

label {
  font-weight: 600;
}

.link {
  transition: all 0.3s ease;
}
.link:hover {
  color: #e8e2d1;
}

.border-line {
  border: 1px solid #e8e2d1;
}

.no-line {
  border: none !important;
}

.border-line-bottom {
  border-bottom: 1px solid rgba(232, 226, 209, 0.431372549) !important;
}

.padding-y {
  padding-top: 150px;
  padding-bottom: 150px;
}

.padding-top {
  padding-top: 150px;
}

.padding-bottom {
  padding-bottom: 150px;
}

.relative {
  position: relative;
}

.wooprex-flex {
  display: flex;
}

.wooprex-swiper {
  overflow-x: clip;
}

/* -- radius --*/
.radius-8 {
  border-radius: 8px;
}

.radius-24 {
  border-radius: 24px;
}

.radius-32 {
  border-radius: 32px;
}

.radius-56 {
  border-radius: 56px;
}

.rounded-full {
  border-radius: 999px;
}

.hidden {
  overflow: hidden;
}

.none {
  display: none;
}

/* -- text-size -- */
.text-size-1 {
  font-size: 12px;
}

.text-size-2 {
  font-size: 14px;
}

.text-size-3 {
  font-size: 16px;
}

.text-size-4 {
  font-size: 18px;
}

.text-size-5 {
  font-size: 20px;
}

.text-size-6 {
  font-size: 24px;
}

.text-size-7 {
  font-size: 28px;
}

.text-size-8 {
  font-size: 32px;
}

.text-size-9 {
  font-size: 38px;
}

.text-size-10 {
  font-size: 40px;
}

.text-size-11 {
  font-size: 48px;
}

.text-size-12 {
  font-size: 58px;
}

.text-size-13 {
  font-size: 64px;
}

.text-size-14 {
  font-size: 96px;
}

/* -- fontWeight -- */
.font-weight-300 {
  font-weight: 300;
}

.font-weight-400 {
  font-weight: 400;
}

.font-weight-500 {
  font-weight: 500;
}

.font-weight-600 {
  font-weight: 600;
}

.font-weight-700 {
  font-weight: 700;
}

.font-weight-800 {
  font-weight: 800;
}

.logo {
  max-width: 180px;
}
.logo img {
  width: 100%;
  height: 100%;
}

.header-logo .logo {
  max-width: 110px;
}

@media only screen and (max-width: 767px) {
  .logo {
    max-width: 150px;
  }
  .header-logo .logo {
    max-width: 90px;
  }
}
/*-- All components style -- */
/*-- scrollbar -- */
/*-- Base: mixin & variable  -- */
/* Menu list scroll bar */
.menu-list::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

/* Customize the track (background) */
.menu-list::-webkit-scrollbar-track {
  background: transparent;
}

/* Customize the handle (scrollbar tab) */
.menu-list::-webkit-scrollbar-thumb {
  background: #cdbcab;
  border-radius: 5px;
}

/* Handle on hover */
.menu-list::-webkit-scrollbar-thumb:hover {
  background: #82294a;
}

/*-- cursor resizer -- */
/*-- Base: mixin & variable  -- */
/* Basic styles for the custom cursor */
.wooprex-cursor-follower {
  position: fixed;
  border-radius: 50%;
  pointer-events: none;
  z-index: 9999;
  transform: translate(-50%, -50%);
  border: 1px solid #e8e2d1;
  transition: background-color 0.2s, opacity 0.2s, width 0.2s, height 0.2s;
  pointer-events: none;
}
.wooprex-cursor-follower.small {
  width: 10px;
  height: 10px;
  background-color: #e8e2d1;
}
.wooprex-cursor-follower.big {
  width: 40px;
  height: 40px;
  background-color: transparent;
}

/* Hover effect styles */
.wooprex-resizer-active {
  background-color: #e8e2d1 !important;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.2588235294);
  border-color: #e8e2d1;
  width: 75px !important;
  height: 75px !important;
  pointer-events: none;
}
.wooprex-resizer-active:before {
  content: "\f10e";
  font-family: "flaticon_restaurant";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  color: #000000;
  font-size: 35px;
}

/*-- header -- */
/*-- Base: mixin & variable  -- */
/* Start Wooprex Header & Light header */
header.wooprex-header-section {
  position: fixed;
  width: 100%;
  top: 0px;
  z-index: 999;
  padding: 20px 60px;
  transition: top 0.6s, background 0.4s, box-shadow 0.4s;
}
header.wooprex-header-section.sticky {
  top: 0px;
  background-color: #000000;
  box-shadow: 0px 0px 5px 0px #313131;
  animation: 0.95s ease 0s normal forwards 1 running stickyAnimation;
  -webkit-animation: 0.95s ease 0s normal forwards 1 running stickyAnimation;
}
header.wooprex-header-section.relative-header {
  position: relative;
}
header.wooprex-header-section.relative-header.sticky {
  position: fixed;
}

@keyframes stickyAnimation {
  0% {
    margin-top: -150px;
  }
  100% {
    margin-top: 0;
  }
}
/*-- footer -- */
/*-- Base: mixin & variable  -- */
footer.wooprex-footer-section {
  background-image: url("../assets/images/image-40.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  padding-bottom: 50px;
}
footer.wooprex-footer-section:after {
  content: "";
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.8;
}
footer.wooprex-footer-section .footer-wrapper {
  position: relative;
  z-index: 2;
}
footer.wooprex-footer-section .footer-wrapper h5 {
  text-transform: uppercase;
  font-size: 16px;
}
footer.wooprex-footer-section .footer-wrapper .footer-logo {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 100%;
}
footer.wooprex-footer-section .footer-wrapper .footer-item {
  flex-direction: column;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 25px;
}
footer.wooprex-footer-section .footer-wrapper .footer-item p {
  max-width: 190px;
}
footer.wooprex-footer-section .footer-wrapper .footer-follow-us {
  text-align: center;
  margin-top: 100px;
}
footer.wooprex-footer-section .footer-wrapper .footer-follow-us ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  max-width: 450px;
  margin: 0 auto;
  margin-top: 30px;
  position: relative;
}
footer.wooprex-footer-section .footer-wrapper .footer-follow-us ul:before, footer.wooprex-footer-section .footer-wrapper .footer-follow-us ul:after {
  content: "";
  width: 220px;
  height: 1px;
  background-color: #cdbcab;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) scale(0, 1);
  transition: all 0.8s ease-in;
}
footer.wooprex-footer-section .footer-wrapper .footer-follow-us ul.visible:before, footer.wooprex-footer-section .footer-wrapper .footer-follow-us ul.visible:after {
  transform: translateY(-50%) scale(1, 1);
}
footer.wooprex-footer-section .footer-wrapper .footer-follow-us ul:before {
  left: -50%;
  transform-origin: 100% 0%;
}
footer.wooprex-footer-section .footer-wrapper .footer-follow-us ul:after {
  left: 100%;
  transform-origin: 0% 100%;
}
footer.wooprex-footer-section .footer-wrapper .footer-follow-us ul li {
  width: 40px;
  height: 40px;
  line-height: 40px;
  overflow: hidden;
  position: relative;
}
footer.wooprex-footer-section .footer-wrapper .footer-follow-us ul li a {
  clip-path: polygon(35% 0, 100% 0, 100% 80%, 65% 100%, 0 100%, 0 20%);
  width: 100%;
  height: 100%;
  display: block;
  background-color: transparent;
  border: 1px solid #cdbcab;
  color: #cdbcab;
  position: relative;
}
footer.wooprex-footer-section .footer-wrapper .footer-follow-us ul li a i {
  position: relative;
}
footer.wooprex-footer-section .footer-wrapper .footer-follow-us ul li a:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 0;
  width: 100%;
  background-color: #5d1c34;
  transition: all 0.3s ease;
}
footer.wooprex-footer-section .footer-wrapper .footer-follow-us ul li:hover a {
  border-color: #5d1c34;
}
footer.wooprex-footer-section .footer-wrapper .footer-follow-us ul li:hover a:before {
  height: 100%;
  background-color: #5d1c34;
}
footer.wooprex-footer-section .footer-wrapper .footer-follow-us ul li:hover:before, footer.wooprex-footer-section .footer-wrapper .footer-follow-us ul li:hover:after {
  background-color: #5d1c34;
}
footer.wooprex-footer-section .footer-wrapper .footer-follow-us ul li:before, footer.wooprex-footer-section .footer-wrapper .footer-follow-us ul li:after {
  content: "";
  position: absolute;
  width: 28px;
  background: #cdbcab;
  height: 1px;
  transform: rotate(-30deg);
  transition: all 0.3s ease;
}
footer.wooprex-footer-section .footer-wrapper .footer-follow-us ul li:before {
  top: 0.7px;
  left: -3px;
}
footer.wooprex-footer-section .footer-wrapper .footer-follow-us ul li:after {
  bottom: 0.7px;
  right: -3px;
}
footer.wooprex-footer-section .footer-wrapper .footer-copy-right {
  margin-top: 100px;
  text-align: center;
}
footer.wooprex-footer-section .footer-wrapper .footer-copy-right p {
  color: #cdbcab;
}

/*-- nav/mega menu -- */
/*-- Base: mixin & variable  -- */
/* Wooprex menu css that applies to all section */
header.wooprex-header-section .header-main {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header.wooprex-header-section .header-main .wooprex-main-menu {
  width: 33.33%;
}
header.wooprex-header-section .header-main .wooprex-main-menu ul.box-nav {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  height: 100%;
  gap: 40px;
  flex-wrap: wrap;
}
header.wooprex-header-section .header-main .wooprex-main-menu ul.box-nav li.menu-item {
  position: relative;
}
header.wooprex-header-section .header-main .wooprex-main-menu ul.box-nav li.menu-item a.item-link {
  color: #e8e2d1;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 35px 0px;
  gap: 5px;
  position: relative;
}
header.wooprex-header-section .header-main .wooprex-main-menu ul.box-nav li.menu-item a.item-link:before {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  background-image: url("../assets/shape/shape-7.svg");
  width: 26px;
  height: 26px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}
header.wooprex-header-section .header-main .wooprex-main-menu ul.box-nav li.menu-item a.item-link i {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  transform: rotate(-90deg);
}
header.wooprex-header-section .header-main .wooprex-main-menu ul.box-nav li.menu-item a.item-link:hover, header.wooprex-header-section .header-main .wooprex-main-menu ul.box-nav li.menu-item a.item-link.router-link-active {
  color: #ffe292;
}
header.wooprex-header-section .header-main .wooprex-main-menu ul.box-nav li.menu-item a.item-link:hover:before, header.wooprex-header-section .header-main .wooprex-main-menu ul.box-nav li.menu-item a.item-link.router-link-active:before {
  bottom: 0;
  opacity: 1;
  visibility: visible;
}
header.wooprex-header-section .header-main .wooprex-main-menu ul.box-nav li.menu-item:hover > a.item-link i {
  top: 0px;
  left: 5px;
  transform: rotate(0deg);
}
header.wooprex-header-section .header-main .wooprex-main-menu ul.box-nav li.menu-item > ul.sub-menu {
  position: absolute;
  width: 250px;
  padding: 20px 0px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.6s ease;
  left: 0px;
  top: 115px;
  background-color: rgba(0, 0, 0, 0.968627451);
  border: 1px solid #e8e2d1;
}
header.wooprex-header-section .header-main .wooprex-main-menu ul.box-nav li.menu-item > ul.sub-menu li {
  position: relative;
}
header.wooprex-header-section .header-main .wooprex-main-menu ul.box-nav li.menu-item > ul.sub-menu li a.sub-menu-link {
  padding: 10px 40px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 5px;
  color: #e8e2d1;
  text-transform: capitalize;
  font-size: 14px;
  position: relative;
}
header.wooprex-header-section .header-main .wooprex-main-menu ul.box-nav li.menu-item > ul.sub-menu li a.sub-menu-link i {
  transform: rotate(-90deg);
}
header.wooprex-header-section .header-main .wooprex-main-menu ul.box-nav li.menu-item > ul.sub-menu li a.sub-menu-link:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translate(0%, -50%);
  background-image: url("../assets/shape/shape-6.svg");
  background-position: center;
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  opacity: 0;
  visibility: hidden;
  transition: all 0.6s ease;
}
header.wooprex-header-section .header-main .wooprex-main-menu ul.box-nav li.menu-item > ul.sub-menu li a.sub-menu-link:hover, header.wooprex-header-section .header-main .wooprex-main-menu ul.box-nav li.menu-item > ul.sub-menu li a.sub-menu-link.router-link-active {
  color: #ffe292;
}
header.wooprex-header-section .header-main .wooprex-main-menu ul.box-nav li.menu-item > ul.sub-menu li a.sub-menu-link:hover:before, header.wooprex-header-section .header-main .wooprex-main-menu ul.box-nav li.menu-item > ul.sub-menu li a.sub-menu-link.router-link-active:before {
  opacity: 1;
  visibility: visible;
  left: 5px;
}
header.wooprex-header-section .header-main .wooprex-main-menu ul.box-nav li.menu-item > ul.sub-menu li > ul.sub-menu {
  position: absolute;
  right: -220px;
  top: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  padding: 20px 0px;
  width: 230px;
  background-color: rgba(0, 0, 0, 0.968627451);
  border: 1px solid #e8e2d1;
}
header.wooprex-header-section .header-main .wooprex-main-menu ul.box-nav li.menu-item > ul.sub-menu li > ul.sub-menu li > a.sub-menu-link {
  padding: 10px 40px;
}
header.wooprex-header-section .header-main .wooprex-main-menu ul.box-nav li.menu-item > ul.sub-menu li:hover > ul.sub-menu {
  right: -235px;
  opacity: 1;
  visibility: visible;
}
header.wooprex-header-section .header-main .wooprex-main-menu ul.box-nav li.menu-item:hover > ul.sub-menu {
  opacity: 1;
  visibility: visible;
}
header.wooprex-header-section .header-main .header-logo {
  width: 33.33%;
  text-align: center;
}
header.wooprex-header-section .header-main .header-button {
  width: 33.33%;
  text-align: end;
}

/* flex-start Wooprex mobile menu */
.wooprex-mobile-menu {
  width: 400px;
  max-width: 100%;
  height: 100%;
  background-color: #000000;
  position: fixed;
  left: -110%;
  top: 0;
  padding-top: 20px;
  box-shadow: 0px 0px 5px 0px #313131;
  transition: all 0.6s ease;
  overflow-y: scroll;
  z-index: 999;
}
.wooprex-mobile-menu ul.box-nav {
  padding-top: 10px;
}
.wooprex-mobile-menu ul.box-nav li.menu-item {
  padding: 0px 20px;
  border-bottom: 1px solid rgba(232, 226, 209, 0.1803921569);
}
.wooprex-mobile-menu ul.box-nav li.menu-item:last-child {
  border-bottom: none;
}
.wooprex-mobile-menu ul.box-nav li.menu-item a.item-link {
  padding: 15px 0px;
  display: block;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #e8e2d1;
  transition: all 0.3s ease;
  gap: 5px;
}
.wooprex-mobile-menu ul.box-nav li.menu-item a.item-link i {
  position: relative;
  top: 0px;
  transition: all 0.3s ease;
  transform: rotate(-90deg);
}
.wooprex-mobile-menu ul.box-nav li.menu-item a.item-link.link-active i {
  top: 3px;
  transform: rotate(0deg);
}
.wooprex-mobile-menu ul.box-nav li.menu-item a.item-link.router-link-active, .wooprex-mobile-menu ul.box-nav li.menu-item a.item-link:hover {
  color: #ffe292;
}
.wooprex-mobile-menu ul.box-nav li.menu-item ul.sub-menu {
  padding-bottom: 10px;
}
.wooprex-mobile-menu ul.box-nav li.menu-item ul.sub-menu li a.sub-menu-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 6px 0px 6px 10px;
  gap: 5px;
  color: #e8e2d1;
}
.wooprex-mobile-menu ul.box-nav li.menu-item ul.sub-menu li a.sub-menu-link i {
  position: relative;
  top: 0;
  transform: rotate(-90deg);
  transition: all 0.3s ease;
}
.wooprex-mobile-menu ul.box-nav li.menu-item ul.sub-menu li a.sub-menu-link.link-active i {
  top: 3px;
  transform: rotate(0deg);
}
.wooprex-mobile-menu ul.box-nav li.menu-item ul.sub-menu li a.sub-menu-link.router-link-active, .wooprex-mobile-menu ul.box-nav li.menu-item ul.sub-menu li a.sub-menu-link:hover {
  color: #ffe292;
}
.wooprex-mobile-menu ul.box-nav li.menu-item ul.sub-menu li ul.sub-menu {
  padding-bottom: 0px;
}
.wooprex-mobile-menu ul.box-nav li.menu-item ul.sub-menu li ul.sub-menu li a.sub-menu-link {
  padding: 6px 20px;
}
.wooprex-mobile-menu.show {
  left: 0;
}

/*-- menu bar -- */
/*-- Base: mixin & variable  -- */
.mobile-menu-bar-wrapper,
.mobile-menu-bar-close {
  cursor: pointer;
  background-color: transparent;
  width: 45px;
  height: 45px;
  font-size: 22px;
  border-radius: 50%;
  text-align: center;
  margin-left: auto;
  border: 1px solid #e8e2d1;
}
.mobile-menu-bar-wrapper i,
.mobile-menu-bar-close i {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #e8e2d1;
}

.mobile-menu-bar-close {
  margin-right: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
}

.mobile-menu-bar-wrapper {
  display: none;
}

/*-- heading/subheading -- */
/*-- Base: mixin & variable  -- */
.header-section {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 35px;
  margin-bottom: 80px;
  text-align: center;
}

.sub-header {
  font-size: 24px;
  color: #e8e2d1;
  text-transform: uppercase;
  position: relative;
  font-weight: 400;
  display: inline-block;
  padding: 0px 50px;
}
.sub-header:before, .sub-header:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-image: url("../assets/shape/shape-11.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 0px;
  height: 30px;
  transition: all 0.6s ease;
}
.sub-header:before {
  left: 0;
}
.sub-header:after {
  right: 0;
}
.sub-header.visible:before, .sub-header.visible:after {
  width: 30px;
}

.header {
  text-transform: uppercase;
  font-size: 40px;
  font-weight: 700;
}

/*-- Breadcrumb -- */
/*-- Base: mixin & variable  -- */
section.wooprex-breadcrumb-section {
  padding-top: 300px;
  padding-bottom: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
section.wooprex-breadcrumb-section .container {
  position: relative;
  z-index: 2;
}
section.wooprex-breadcrumb-section h1 {
  margin-bottom: 50px;
}
section.wooprex-breadcrumb-section p a {
  color: #c5c5c5;
}
section.wooprex-breadcrumb-section p a:hover {
  color: #ffffff !important;
}
section.wooprex-breadcrumb-section p span {
  color: #e8e2d1;
}
section.wooprex-breadcrumb-section.about, section.wooprex-breadcrumb-section.menu, section.wooprex-breadcrumb-section.chef {
  background-image: url("../assets/images/image-39.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
section.wooprex-breadcrumb-section.about:after, section.wooprex-breadcrumb-section.menu:after, section.wooprex-breadcrumb-section.chef:after {
  content: "";
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  position: absolute;
  background-color: #000000;
  opacity: 0.75;
}
section.wooprex-breadcrumb-section.chef {
  background-image: url("../assets/images/image-25.webp");
}
section.wooprex-breadcrumb-section.menu {
  background-image: url("../assets/images/image-9.webp");
}
section.wooprex-breadcrumb-section.dark-bg {
  padding-top: 250px;
  padding-bottom: 150px;
  background-color: #51132a;
}
section.wooprex-breadcrumb-section.dark-bg h3 {
  margin-top: 100px;
}
section.wooprex-breadcrumb-section.dark-bg p a {
  color: #83645a;
}
section.wooprex-breadcrumb-section.dark-bg:before, section.wooprex-breadcrumb-section.dark-bg:after {
  content: "";
  position: absolute;
  bottom: 18%;
  width: 480px;
  height: 270px;
  background-image: url("../assets/shape/shape-1.svg");
}
section.wooprex-breadcrumb-section.dark-bg:before {
  left: 0;
}
section.wooprex-breadcrumb-section.dark-bg:after {
  right: 0;
}

/*-- slider -- */
/*-- Base: mixin & variable  -- */
.wooprex-banner-section .swiper-button-prev,
.wooprex-banner-section .swiper-button-next,
.wooprex-testimonial .swiper-button-prev,
.wooprex-testimonial .swiper-button-next,
.chef-gallery-slider .swiper-button-prev,
.chef-gallery-slider .swiper-button-next,
.wooprex-reservation-page-slider .swiper-button-prev,
.wooprex-reservation-page-slider .swiper-button-next {
  margin: 0;
  top: 50%;
  transform: translateY(-50%);
}
.wooprex-banner-section .swiper-button-prev:after,
.wooprex-banner-section .swiper-button-next:after,
.wooprex-testimonial .swiper-button-prev:after,
.wooprex-testimonial .swiper-button-next:after,
.chef-gallery-slider .swiper-button-prev:after,
.chef-gallery-slider .swiper-button-next:after,
.wooprex-reservation-page-slider .swiper-button-prev:after,
.wooprex-reservation-page-slider .swiper-button-next:after {
  content: "";
  opacity: 0.6;
  transition: all 0.3s ease;
  width: 30px;
  height: 30px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-size: contain;
}
.wooprex-banner-section .swiper-button-prev:hover:after,
.wooprex-banner-section .swiper-button-next:hover:after,
.wooprex-testimonial .swiper-button-prev:hover:after,
.wooprex-testimonial .swiper-button-next:hover:after,
.chef-gallery-slider .swiper-button-prev:hover:after,
.chef-gallery-slider .swiper-button-next:hover:after,
.wooprex-reservation-page-slider .swiper-button-prev:hover:after,
.wooprex-reservation-page-slider .swiper-button-next:hover:after {
  opacity: 1;
}
.wooprex-banner-section .swiper-button-prev,
.wooprex-testimonial .swiper-button-prev,
.chef-gallery-slider .swiper-button-prev,
.wooprex-reservation-page-slider .swiper-button-prev {
  left: 50px;
}
.wooprex-banner-section .swiper-button-prev:after,
.wooprex-testimonial .swiper-button-prev:after,
.chef-gallery-slider .swiper-button-prev:after,
.wooprex-reservation-page-slider .swiper-button-prev:after {
  background-image: url("../assets/shape/shape-9.svg");
}
.wooprex-banner-section .swiper-button-next,
.wooprex-testimonial .swiper-button-next,
.chef-gallery-slider .swiper-button-next,
.wooprex-reservation-page-slider .swiper-button-next {
  right: 50px;
}
.wooprex-banner-section .swiper-button-next:after,
.wooprex-testimonial .swiper-button-next:after,
.chef-gallery-slider .swiper-button-next:after,
.wooprex-reservation-page-slider .swiper-button-next:after {
  background-image: url("../assets/shape/shape-8.svg");
}

.wooprex-banner-section .swiper-pagination,
.wooprex-testimonial .swiper-pagination2,
.wooprex-recent-news-slider .swiper-pagination3 {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 30px !important;
  z-index: 1;
}
.wooprex-banner-section .swiper-pagination span.swiper-pagination-bullet,
.wooprex-testimonial .swiper-pagination2 span.swiper-pagination-bullet,
.wooprex-recent-news-slider .swiper-pagination3 span.swiper-pagination-bullet {
  background: transparent;
  font-size: 16px;
  color: #e8e2d1;
  opacity: 0.4;
  width: 30px;
  height: 30px;
  text-align: center;
  position: relative;
  transition: all 0.3s ease;
}
.wooprex-banner-section .swiper-pagination span.swiper-pagination-bullet:after,
.wooprex-testimonial .swiper-pagination2 span.swiper-pagination-bullet:after,
.wooprex-recent-news-slider .swiper-pagination3 span.swiper-pagination-bullet:after {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
  width: 1px;
  height: 0px;
  background-color: #e8e2d1;
  transition: all 0.3s ease;
  opacity: 0;
}
.wooprex-banner-section .swiper-pagination span.swiper-pagination-bullet.swiper-pagination-bullet-active,
.wooprex-testimonial .swiper-pagination2 span.swiper-pagination-bullet.swiper-pagination-bullet-active,
.wooprex-recent-news-slider .swiper-pagination3 span.swiper-pagination-bullet.swiper-pagination-bullet-active {
  font-size: 24px;
  opacity: 1;
}
.wooprex-banner-section .swiper-pagination span.swiper-pagination-bullet.swiper-pagination-bullet-active:after,
.wooprex-testimonial .swiper-pagination2 span.swiper-pagination-bullet.swiper-pagination-bullet-active:after,
.wooprex-recent-news-slider .swiper-pagination3 span.swiper-pagination-bullet.swiper-pagination-bullet-active:after {
  height: 30px;
  opacity: 1;
}

/* Chef and reservation page slider */
.chef-gallery-slider .swiper-button-prev,
.chef-gallery-slider .swiper-button-next,
section.wooprex-reservation-page-slider .swiper-button-prev,
section.wooprex-reservation-page-slider .swiper-button-next {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  transition: all 0.3s ease;
}
.chef-gallery-slider .swiper-button-prev:hover,
.chef-gallery-slider .swiper-button-next:hover,
section.wooprex-reservation-page-slider .swiper-button-prev:hover,
section.wooprex-reservation-page-slider .swiper-button-next:hover {
  background-color: #5d1c34;
}

/* wooprex chef - gallery slider */
.chef-gallery-slider .swiper-slide {
  position: relative;
}
.chef-gallery-slider .swiper-slide:before {
  content: "";
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  position: absolute;
  background: linear-gradient(360deg, #000000 0%, rgba(102, 102, 102, 0) 100%);
  opacity: 0.5;
  z-index: 1;
}
.chef-gallery-slider .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.chef-gallery-slider .swiper-slide h5 {
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  position: absolute;
  bottom: 25px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  width: 100%;
  text-align: center;
}

.chef-gallery-slider .galleryswiper-two {
  height: 600px;
  width: 100%;
}
.chef-gallery-slider .galleryswiper-one {
  height: 220px;
  padding-top: 25px;
}
.chef-gallery-slider .galleryswiper-one .swiper-slide {
  width: 25%;
  height: 100%;
  opacity: 0.8;
  transition: all 0.3s ease;
  cursor: pointer;
}
.chef-gallery-slider .galleryswiper-one .swiper-slide.swiper-slide-thumb-active {
  opacity: 1;
}
.chef-gallery-slider .swiper-button-prev,
.chef-gallery-slider .swiper-button-next {
  background: rgba(0, 0, 0, 0.6980392157);
}

/* wooprex reservation page slider */
section.wooprex-reservation-page-slider .swiper-slide {
  height: 650px;
  position: relative;
}
section.wooprex-reservation-page-slider .swiper-slide:before {
  content: "";
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  position: absolute;
  background: linear-gradient(360deg, #000000 0%, rgba(102, 102, 102, 0) 100%);
  opacity: 0.4;
  z-index: 1;
}
section.wooprex-reservation-page-slider .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
section.wooprex-reservation-page-slider .swiper-button-prev,
section.wooprex-reservation-page-slider .swiper-button-next {
  background: rgba(134, 44, 77, 0.4);
  z-index: 10;
}

@media only screen and (max-width: 575px) {
  .wooprex-banner-section .swiper-button-prev,
  .wooprex-banner-section .swiper-button-next {
    display: none;
  }
}
/*-- blog item -- */
/*-- Base: mixin & variable  -- */
.wooprex-blog-item {
  overflow: hidden;
}
.wooprex-blog-item .blog-image {
  overflow: hidden;
  position: relative;
  height: 670px;
}
.wooprex-blog-item .blog-image:after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  background-color: #51132a;
  width: 110px;
  height: 105px;
  clip-path: polygon(0 0, 0% 100%, 100% 100%);
}
.wooprex-blog-item .blog-image a {
  width: 100%;
  height: 100%;
  clip-path: polygon(0 0, 65% 0, 100% 20%, 100% 100%, 35% 100%, 0 80%);
  overflow: hidden;
  display: block;
}
.wooprex-blog-item .blog-image a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.wooprex-blog-item .blog-image:hover a img {
  transform: scale(1.1);
}
.wooprex-blog-item .blog-text {
  margin-top: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 20px;
}
.wooprex-blog-item .blog-text h5 {
  text-transform: uppercase;
}

/*-- sidebar -- */
/*-- Base: mixin & variable  -- */
.wooprex-sidebar.right {
  padding-left: 60px;
}
.wooprex-sidebar.left {
  padding-right: 60px;
}
.wooprex-sidebar .sidebar-title {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 25px;
}
.wooprex-sidebar .wooprex-sidebar-search .search-main {
  position: relative;
  max-width: 400px;
}
.wooprex-sidebar .wooprex-sidebar-search .search-main form input {
  width: 100%;
  padding: 12px;
  font-size: 14px;
}
.wooprex-sidebar .wooprex-sidebar-search .search-main form input::-moz-placeholder {
  font-size: 14px;
  text-transform: capitalize;
}
.wooprex-sidebar .wooprex-sidebar-search .search-main form input::placeholder {
  font-size: 14px;
  text-transform: capitalize;
}
.wooprex-sidebar .wooprex-sidebar-search .search-main button {
  background: transparent;
  border: none;
  font-size: 24px;
  position: absolute;
  top: 50%;
  transform: translateY(-45%);
  right: 10px;
  color: #e8e2d1;
}
.wooprex-sidebar .wooprex-sidebar-category ul,
.wooprex-sidebar .wooprex-sidebar-archive ul {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.wooprex-sidebar .wooprex-sidebar-category ul li,
.wooprex-sidebar .wooprex-sidebar-archive ul li {
  font-size: 16px;
}
.wooprex-sidebar ul li a:hover {
  color: #ffe292;
}
.wooprex-sidebar .wooprex-sidebar-latest-post ul {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  gap: 20px;
}
.wooprex-sidebar .wooprex-sidebar-latest-post ul li a .latest-post-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  flex-direction: column;
}
.wooprex-sidebar .wooprex-sidebar-latest-post ul li a .latest-post-item .post-thumbnail {
  height: 140px;
  width: 100%;
  overflow: hidden;
}
.wooprex-sidebar .wooprex-sidebar-latest-post ul li a .latest-post-item .post-thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.wooprex-sidebar .wooprex-sidebar-latest-post ul li a .latest-post-item .post-details p.details {
  transition: all 0.3s ease;
  font-size: 18px;
}
.wooprex-sidebar .wooprex-sidebar-latest-post ul li a .latest-post-item:hover .post-thumbnail img {
  transform: scale(1.05);
}
.wooprex-sidebar .wooprex-sidebar-tags .tagcloud {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 10px;
  row-gap: 8px;
}
.wooprex-sidebar .wooprex-sidebar-tags .tagcloud a {
  padding-right: 10px;
  border-radius: 56px;
  font-size: 14px;
  font-weight: 500;
  position: relative;
}
.wooprex-sidebar .wooprex-sidebar-tags .tagcloud a:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0%;
  transform: translateY(-50%);
  width: 1px;
  height: 12px;
  background-color: #e8e2d1;
}
.wooprex-sidebar .wooprex-sidebar-tags .tagcloud a:hover {
  color: #ffe292;
}
.wooprex-sidebar .wooprex-sidebar-social ul {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 25px;
}
.wooprex-sidebar .wooprex-sidebar-social ul li a:hover {
  transform: scale(1.2);
  color: #ffe292;
}
.wooprex-sidebar .wooprex-sidebar-category,
.wooprex-sidebar .wooprex-sidebar-archive,
.wooprex-sidebar .wooprex-sidebar-latest-post,
.wooprex-sidebar .wooprex-sidebar-tags,
.wooprex-sidebar .wooprex-sidebar-social {
  max-width: 400px;
  margin-top: 40px;
  padding: 30px;
  border: 1px solid #e8e2d1;
}

/*-- button -- */
/*-- Base: mixin & variable  -- */
.wooprex-btn {
  border: 1px solid;
  border-color: #e8e2d1;
  padding: 14px 57px;
  font-size: 16px;
  font-weight: 500;
  transition: all 0.3s ease;
  color: #e8e2d1;
  position: relative;
}
.wooprex-btn:after {
  content: "";
  position: absolute;
  top: 8px;
  left: 8px;
  width: calc(100% - 16px);
  height: calc(100% - 16px);
  opacity: 0.5;
  background-position: 0 0, 100% 100%, 100% 100%, 0 0;
  background-repeat: no-repeat;
  background-size: 0% 1px, 1px 0%;
  background-image: linear-gradient(#e8e2d1, #e8e2d1), linear-gradient(#e8e2d1, #e8e2d1), linear-gradient(#e8e2d1, #e8e2d1), linear-gradient(#e8e2d1, #e8e2d1);
  transition: opacity 0.2s ease-out, background-size 0.82s cubic-bezier(0.36, 0.03, 0.2, 0.91);
  pointer-events: none;
}
.wooprex-btn:hover:after {
  background-size: 100% 1px, 1px 100%;
}
.wooprex-btn:hover {
  background: #5d1c34;
  border-color: #e8e2d1;
}

.input-wrapper {
  display: inline-block;
  position: relative;
}
.input-wrapper:after {
  content: "";
  position: absolute;
  top: 8px;
  left: 8px;
  width: calc(100% - 16px);
  height: calc(100% - 16px);
  opacity: 0.5;
  background-position: 0 0, 100% 100%, 100% 100%, 0 0;
  background-repeat: no-repeat;
  background-size: 0% 1px, 1px 0%;
  background-image: linear-gradient(#e8e2d1, #e8e2d1), linear-gradient(#e8e2d1, #e8e2d1), linear-gradient(#e8e2d1, #e8e2d1), linear-gradient(#e8e2d1, #e8e2d1);
  transition: opacity 0.2s ease-out, background-size 0.82s cubic-bezier(0.36, 0.03, 0.2, 0.91);
  pointer-events: none;
}
.input-wrapper:hover:after {
  background-size: 100% 1px, 1px 100%;
}
.input-wrapper .wooprex-btn:after {
  display: none;
}

/*-- testimonial -- */
/*-- Base: mixin & variable  -- */
/* Testimonial Home */
section.wooprex-testimonial-home {
  width: 100%;
  position: relative;
}
section.wooprex-testimonial-home img.bg-image {
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
section.wooprex-testimonial-home:after {
  content: "";
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.6;
}
section.wooprex-testimonial-home .wooprex-testimonial .wooprex-testimonial-wrapper .wooprex-testimonial-main {
  background-image: url("../assets/shape/shape-4.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.wooprex-testimonial {
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  position: relative;
  text-align: center;
}
.wooprex-testimonial .wooprex-testimonial-wrapper {
  position: relative;
}
.wooprex-testimonial .wooprex-testimonial-wrapper .wooprex-testimonial-main {
  margin: 0 auto;
  margin-bottom: 65px;
  max-width: 830px;
  height: 482px;
}
.wooprex-testimonial .wooprex-testimonial-wrapper .wooprex-testimonial-main .testimonial-slider {
  width: 100%;
  height: 100%;
}
.wooprex-testimonial .wooprex-testimonial-wrapper .wooprex-testimonial-main .testimonial-slider .testimonial-item {
  padding: 20px;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}
.wooprex-testimonial .wooprex-testimonial-wrapper .wooprex-testimonial-main .testimonial-slider .testimonial-item img {
  width: 110px;
  margin-bottom: 40px;
}
.wooprex-testimonial .wooprex-testimonial-wrapper .wooprex-testimonial-main .testimonial-slider .testimonial-item .testimonial-text {
  max-width: 650px;
  margin: 0 auto;
}
.wooprex-testimonial .wooprex-testimonial-wrapper .wooprex-testimonial-main .testimonial-slider .testimonial-item .testimonial-text p {
  margin-bottom: 40px;
  line-height: 1.5;
  color: #82294a;
  font-style: italic;
}
.wooprex-testimonial .wooprex-testimonial-wrapper .wooprex-testimonial-main .testimonial-slider .testimonial-item .testimonial-text h5 {
  color: #646464;
  letter-spacing: 6px;
}

/* Testimonial about, chef*/
section.wooprex-testimonial-about .wooprex-testimonial .wooprex-testimonial-wrapper .wooprex-testimonial-main,
section.wooprex-testimonial-chef .wooprex-testimonial .wooprex-testimonial-wrapper .wooprex-testimonial-main {
  border: 1px solid #e8e2d1;
  margin-bottom: 0;
  position: relative;
}
section.wooprex-testimonial-about .wooprex-testimonial .wooprex-testimonial-wrapper .wooprex-testimonial-main:before,
section.wooprex-testimonial-chef .wooprex-testimonial .wooprex-testimonial-wrapper .wooprex-testimonial-main:before {
  content: "";
  position: absolute;
  top: 15px;
  left: -15px;
  width: 100%;
  height: 100%;
  border: 1px solid #e8e2d1;
}
section.wooprex-testimonial-about .wooprex-testimonial .wooprex-testimonial-wrapper .wooprex-testimonial-main .testimonial-slider,
section.wooprex-testimonial-chef .wooprex-testimonial .wooprex-testimonial-wrapper .wooprex-testimonial-main .testimonial-slider {
  position: relative;
}
section.wooprex-testimonial-about .wooprex-testimonial .wooprex-testimonial-wrapper .wooprex-testimonial-main .testimonial-slider:before, section.wooprex-testimonial-about .wooprex-testimonial .wooprex-testimonial-wrapper .wooprex-testimonial-main .testimonial-slider:after,
section.wooprex-testimonial-chef .wooprex-testimonial .wooprex-testimonial-wrapper .wooprex-testimonial-main .testimonial-slider:before,
section.wooprex-testimonial-chef .wooprex-testimonial .wooprex-testimonial-wrapper .wooprex-testimonial-main .testimonial-slider:after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  background-color: #e8e2d1;
}
section.wooprex-testimonial-about .wooprex-testimonial .wooprex-testimonial-wrapper .wooprex-testimonial-main .testimonial-slider:before,
section.wooprex-testimonial-chef .wooprex-testimonial .wooprex-testimonial-wrapper .wooprex-testimonial-main .testimonial-slider:before {
  top: 15px;
  left: 0;
}
section.wooprex-testimonial-about .wooprex-testimonial .wooprex-testimonial-wrapper .wooprex-testimonial-main .testimonial-slider:after,
section.wooprex-testimonial-chef .wooprex-testimonial .wooprex-testimonial-wrapper .wooprex-testimonial-main .testimonial-slider:after {
  bottom: 0px;
  right: 15px;
}
section.wooprex-testimonial-about .wooprex-testimonial .wooprex-testimonial-wrapper .wooprex-testimonial-main .testimonial-slider .testimonial-item,
section.wooprex-testimonial-chef .wooprex-testimonial .wooprex-testimonial-wrapper .wooprex-testimonial-main .testimonial-slider .testimonial-item {
  position: relative;
  min-height: auto;
  padding: 70px 20px 50px 20px;
}
section.wooprex-testimonial-about .wooprex-testimonial .wooprex-testimonial-wrapper .wooprex-testimonial-main .testimonial-slider .testimonial-item .testimonial-text p,
section.wooprex-testimonial-chef .wooprex-testimonial .wooprex-testimonial-wrapper .wooprex-testimonial-main .testimonial-slider .testimonial-item .testimonial-text p {
  color: #e8e2d1;
}
section.wooprex-testimonial-about .wooprex-testimonial .wooprex-testimonial-wrapper .wooprex-testimonial-main .testimonial-slider .testimonial-item .testimonial-text h5,
section.wooprex-testimonial-chef .wooprex-testimonial .wooprex-testimonial-wrapper .wooprex-testimonial-main .testimonial-slider .testimonial-item .testimonial-text h5 {
  color: #e8e2d1;
}

/* Testimonial chef */
section.wooprex-testimonial-chef {
  background-color: #82294a;
}

/*-- form -- */
/*-- Base: mixin & variable  -- */
.wooprex-reserve-form form .custom-select,
.wooprex-reserve-form form .custom-date-picker,
.wooprex-reserve-form form .custom-time-picker {
  position: relative;
}
.wooprex-reserve-form form .custom-select input,
.wooprex-reserve-form form .custom-date-picker input,
.wooprex-reserve-form form .custom-time-picker input {
  cursor: pointer;
  font-size: 16px;
  padding: 25px 30px;
}
.wooprex-reserve-form form .custom-select img,
.wooprex-reserve-form form .custom-date-picker img,
.wooprex-reserve-form form .custom-time-picker img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
  right: 30px;
  width: 15px;
  cursor: pointer;
  pointer-events: none;
}
.wooprex-reserve-form form .select-items,
.wooprex-reserve-form form .date-picker,
.wooprex-reserve-form form .time-picker {
  position: absolute;
  background-color: #5d1c34;
  border: 1px solid #e8e2d1;
  display: none;
  z-index: 10;
  width: 100%;
}
.wooprex-reserve-form form .select-items.show,
.wooprex-reserve-form form .date-picker.show,
.wooprex-reserve-form form .time-picker.show {
  display: block;
}
.wooprex-reserve-form form .custom-select .selected-item {
  background-color: transparent;
  border: 1px solid #e8e2d1;
  width: 100%;
  font-size: 16px;
  line-height: 16px;
  border-radius: 3px;
  padding: 25px 30px;
  color: #e8e2d1;
  text-transform: uppercase;
  cursor: pointer;
  text-align: left;
}
.wooprex-reserve-form form .custom-select .select-items .select-item {
  padding: 20px 30px;
  cursor: pointer;
  transition: all 0.3s ease;
  text-align: left;
}
.wooprex-reserve-form form .custom-select .select-items .select-item:hover {
  background-color: #000000;
}
.wooprex-reserve-form form .custom-select .select-items.select-show {
  display: block;
  /* Show the items when active */
}
.wooprex-reserve-form form .date-picker .navigation {
  display: flex;
  justify-content: space-between;
  padding: 10px;
  background-color: #5d1c34;
}
.wooprex-reserve-form form .date-picker .navigation button {
  background: none;
  border: none;
  cursor: pointer;
  font-size: 16px;
  color: #e8e2d1;
}
.wooprex-reserve-form form .date-picker .navigation button i {
  display: flex;
}
.wooprex-reserve-form form .date-picker .navigation button#nextMonth i {
  transform: rotate(-90deg);
}
.wooprex-reserve-form form .date-picker .navigation button#prevMonth i {
  transform: rotate(90deg);
}
.wooprex-reserve-form form .date-picker .navigation span {
  font-size: 16px;
}
.wooprex-reserve-form form .date-picker table {
  width: 100%;
  border-collapse: collapse;
}
.wooprex-reserve-form form .date-picker table th,
.wooprex-reserve-form form .date-picker table td {
  padding: 6px;
  text-align: center;
}
.wooprex-reserve-form form .date-picker table th {
  background-color: #5d1c34;
}
.wooprex-reserve-form form .date-picker table td {
  cursor: pointer;
  transition: all 0.3s ease;
}
.wooprex-reserve-form form .date-picker table td:hover {
  background-color: #000000;
}
.wooprex-reserve-form form .time-picker {
  overflow-y: scroll;
  height: 200px;
}
.wooprex-reserve-form form .time-picker div {
  padding: 20px 30px;
  cursor: pointer;
  text-align: left;
  transition: all 0.3s ease;
}
.wooprex-reserve-form form .time-picker div:hover {
  background-color: #000000;
}

/* FORM BUTTON */
.wooprex-reserve-form form .wooprex-btn,
.wooprex-contact-box-section form .wooprex-btn {
  background: transparent;
  transition: all 0.3s ease;
}
.wooprex-reserve-form form .wooprex-btn:hover,
.wooprex-contact-box-section form .wooprex-btn:hover {
  border-color: #000000;
  background-color: #000000;
}

/* Comment form */
.comment-form input[type=text],
.comment-form input[type=email],
.comment-form textarea {
  padding: 20px 30px;
  border-radius: 0px;
  font-size: 16px;
}
.comment-form input[type=text]::-moz-placeholder, .comment-form input[type=email]::-moz-placeholder, .comment-form textarea::-moz-placeholder {
  color: #e8e2d1;
  text-transform: capitalize;
  font-size: 16px;
}
.comment-form input[type=text]::placeholder,
.comment-form input[type=email]::placeholder,
.comment-form textarea::placeholder {
  color: #e8e2d1;
  text-transform: capitalize;
  font-size: 16px;
}
.comment-form .comment-form-comment textarea {
  height: 100%;
  display: block;
}
.comment-form .comment-form-author,
.comment-form .comment-form-email,
.comment-form .comment-form-url {
  margin-top: 30px;
}
.comment-form .comment-form-cookies-consent {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-top: 50px;
}
.comment-form .comment-form-cookies-consent input[type=checkbox] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 25px;
  height: 25px;
  border: 1px solid #e8e2d1;
  background-color: transparent;
  cursor: pointer;
  border-radius: 4px;
  position: relative;
}
.comment-form .comment-form-cookies-consent input:checked {
  background-color: #e8e2d1;
  border-color: #e8e2d1;
}
.comment-form .comment-form-cookies-consent input:checked::before {
  content: "✔";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #5d1c34;
}
.comment-form .comment-form-cookies-consent label {
  font-size: 14px;
  line-height: 1.6rem;
  font-weight: 300;
  color: #e8e2d1;
  width: 85%;
}
.comment-form .form-submit {
  margin-top: 50px;
}
.comment-form .form-submit .wooprex-btn {
  background-color: transparent;
}
.comment-form .form-submit .wooprex-btn:hover {
  background-color: #000000 !important;
  border-color: #000000 !important;
}

/*-- popup -- */
/*-- Base: mixin & variable  -- */
/* Wooprex Home - Popup section start */
section.wooprex-popup-section {
  height: 700px;
  display: flex;
  align-items: center;
  justify-content: center;
}
section.wooprex-popup-section img.bg-image {
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
section.wooprex-popup-section:before {
  content: "";
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background: radial-gradient(89.47% 89.47% at 50% 37.84%, rgba(0, 0, 0, 0) 0%, #000000 100%);
}
section.wooprex-popup-section:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background-image: url("../assets/shape/shape-12.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-size: auto;
}
section.wooprex-popup-section a {
  position: relative;
  z-index: 2;
}
section.wooprex-popup-section a:hover img {
  transform: scale(1.1);
}

/* Wooprex Home - Popup section end */
/*-- comment -- */
/*-- Base: mixin & variable  -- */
.wooprex-blog-comment {
  padding-top: 60px;
  margin-top: 60px;
  border-top: 1px solid #e8e2d1;
}
.wooprex-blog-comment .comments-title {
  margin-bottom: 70px;
  font-size: 40px;
  line-height: 1em;
}
.wooprex-blog-comment .comment-list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 40px;
}
.wooprex-blog-comment .comment-list .comment .comment-body .comment-meta .comment-author img {
  margin-right: 20px;
  border-radius: 50%;
  width: 70px;
  height: 70px;
  -o-object-fit: cover;
     object-fit: cover;
}
.wooprex-blog-comment .comment-list .comment .comment-body .comment-meta .comment-author b {
  position: relative;
  top: -8px;
  margin-left: 5px;
}
.wooprex-blog-comment .comment-list .comment .comment-body .comment-meta .comment-author a {
  font-size: 20px;
  text-transform: capitalize;
  font-weight: 400;
}
.wooprex-blog-comment .comment-list .comment .comment-body .comment-meta .comment-author span.says {
  display: none;
}
.wooprex-blog-comment .comment-list .comment .comment-body .comment-meta .comment-metadata {
  margin-left: 95px;
  margin-top: -30px;
  margin-bottom: 20px;
}
.wooprex-blog-comment .comment-list .comment .comment-body .comment-meta .comment-awaiting-moderation {
  margin-left: 95px;
  margin-bottom: 20px;
  display: block;
}
.wooprex-blog-comment .comment-list .comment .comment-body .comment-content {
  margin-left: 95px;
}
.wooprex-blog-comment .comment-list .comment .comment-body .comment-content p {
  font-size: 16px;
}
.wooprex-blog-comment .comment-list .comment .comment-body .reply {
  margin-left: 95px;
  margin-top: 20px;
}
.wooprex-blog-comment .comment-list .comment .comment-body .reply .comment-reply-link.wooprex-btn {
  padding: 8px 32px;
  font-size: 15px;
}
.wooprex-blog-comment .comment-list .comment .children {
  margin-left: 95px;
  margin-top: 50px;
}
.wooprex-blog-comment .comment-respond {
  margin-top: 80px;
}
.wooprex-blog-comment .comment-respond .comment-reply-title {
  font-size: 32px;
  font-weight: 400;
  margin-bottom: 15px;
}
.wooprex-blog-comment .comment-respond .comment-reply-title a {
  margin-left: 20px;
  color: #5d1c34;
  font-size: 16px;
}
.wooprex-blog-comment .comment-respond form.comment-form p.comment-notes {
  margin-bottom: 50px;
  color: #e8e2d1;
}
.wooprex-blog-comment .comment-respond form.comment-form p.logged-in-as {
  margin-bottom: 50px;
  color: #e8e2d1;
}
.wooprex-blog-comment .comment-respond form.comment-form p.logged-in-as a {
  color: #5d1c34;
}
.wooprex-blog-comment .comment-respond form.comment-form p.logged-in-as a:hover {
  text-decoration: underline;
}

@media (max-width: 991px) {
  .wooprex-blog-comment {
    padding-top: 60px;
  }
  .wooprex-blog-comment h3 {
    margin-bottom: 30px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* comment*/
  .wooprex-blog-comment .comments-title {
    margin-bottom: 40px;
  }
  .wooprex-blog-comment .comment-list {
    gap: 30px;
  }
  .wooprex-blog-comment .comment-list .comment .comment-body .comment-meta .comment-author img {
    width: 50px;
    height: 50px;
  }
  .wooprex-blog-comment .comment-list .comment .comment-body .comment-meta .comment-author a {
    font-size: 20px;
  }
  .wooprex-blog-comment .comment-list .comment .comment-body .comment-meta .comment-metadata {
    margin-left: 75px;
    margin-top: -23px;
  }
  .wooprex-blog-comment .comment-list .comment .comment-body .comment-meta .comment-metadata a {
    font-size: 14px;
  }
  .wooprex-blog-comment .comment-list .comment .comment-body .comment-meta .comment-awaiting-moderation {
    margin-left: 75px;
  }
  .wooprex-blog-comment .comment-list .comment .comment-body .comment-content {
    margin-left: 75px;
  }
  .wooprex-blog-comment .comment-list .comment .comment-body .reply {
    margin-left: 75px;
    margin-top: 20px;
  }
  .wooprex-blog-comment .comment-list .comment .comment-body .reply .comment-reply-link {
    padding: 5px 35px;
  }
  .wooprex-blog-comment .comment-list .comment .children {
    margin-left: 0px;
    margin-top: 40px;
  }
  .wooprex-blog-comment .comment-respond {
    margin-top: 50px;
  }
  .wooprex-blog-comment .comment-respond .comment-reply-title {
    font-size: 24px;
    margin-bottom: 10px;
  }
  .wooprex-blog-comment .comment-respond form.comment-form p.comment-notes {
    margin-bottom: 50px;
  }
  .wooprex-blog-comment .comment-respond form.comment-form p.logged-in-as {
    margin-bottom: 50px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  /* comment*/
  .wooprex-blog-comment .comments-title {
    margin-bottom: 40px;
    font-size: 30px;
  }
  .wooprex-blog-comment .comment-list {
    gap: 30px;
  }
  .wooprex-blog-comment .comment-list .comment .comment-body .comment-meta .comment-author img {
    width: 50px;
    height: 50px;
  }
  .wooprex-blog-comment .comment-list .comment .comment-body .comment-meta .comment-author a {
    font-size: 20px;
  }
  .wooprex-blog-comment .comment-list .comment .comment-body .comment-meta .comment-metadata {
    margin-left: 75px;
    margin-top: -23px;
  }
  .wooprex-blog-comment .comment-list .comment .comment-body .comment-meta .comment-metadata a {
    font-size: 14px;
  }
  .wooprex-blog-comment .comment-list .comment .comment-body .comment-meta .comment-awaiting-moderation {
    margin-left: 75px;
  }
  .wooprex-blog-comment .comment-list .comment .comment-body .comment-content {
    margin-left: 75px;
  }
  .wooprex-blog-comment .comment-list .comment .comment-body .reply {
    margin-left: 75px;
    margin-top: 20px;
  }
  .wooprex-blog-comment .comment-list .comment .comment-body .reply .comment-reply-link {
    padding: 5px 35px;
  }
  .wooprex-blog-comment .comment-list .comment .children {
    margin-left: 0px;
    margin-top: 40px;
  }
  .wooprex-blog-comment .comment-respond {
    margin-top: 50px;
  }
  .wooprex-blog-comment .comment-respond .comment-reply-title {
    font-size: 24px;
    margin-bottom: 10px;
  }
  .wooprex-blog-comment .comment-respond form.comment-form p.comment-notes {
    margin-bottom: 50px;
  }
  .wooprex-blog-comment .comment-respond form.comment-form p.logged-in-as {
    margin-bottom: 50px;
  }
}
@media (max-width: 575px) {
  /* comment*/
  .wooprex-blog-comment .comments-title {
    margin-bottom: 40px;
    font-size: 32px;
  }
  .wooprex-blog-comment .comment-list {
    gap: 30px;
  }
  .wooprex-blog-comment .comment-list .comment .comment-body .comment-meta .comment-author img {
    width: 50px;
    height: 50px;
  }
  .wooprex-blog-comment .comment-list .comment .comment-body .comment-meta .comment-author a {
    font-size: 20px;
  }
  .wooprex-blog-comment .comment-list .comment .comment-body .comment-meta .comment-metadata {
    margin-left: 75px;
    margin-top: -23px;
  }
  .wooprex-blog-comment .comment-list .comment .comment-body .comment-meta .comment-metadata a {
    font-size: 14px;
  }
  .wooprex-blog-comment .comment-list .comment .comment-body .comment-meta .comment-awaiting-moderation {
    margin-left: 75px;
  }
  .wooprex-blog-comment .comment-list .comment .comment-body .comment-content {
    margin-left: 75px;
  }
  .wooprex-blog-comment .comment-list .comment .comment-body .reply {
    margin-left: 75px;
    margin-top: 20px;
  }
  .wooprex-blog-comment .comment-list .comment .comment-body .reply .comment-reply-link {
    padding: 5px 35px;
  }
  .wooprex-blog-comment .comment-list .comment .children {
    margin-left: 0px;
    margin-top: 40px;
  }
  .wooprex-blog-comment .comment-respond {
    margin-top: 50px;
  }
  .wooprex-blog-comment .comment-respond .comment-reply-title {
    font-size: 24px;
    margin-bottom: 10px;
  }
  .wooprex-blog-comment .comment-respond form.comment-form p.comment-notes {
    margin-bottom: 30px;
    font-size: 14px;
  }
  .wooprex-blog-comment .comment-respond form.comment-form p.logged-in-as {
    margin-bottom: 30px;
    font-size: 14px;
  }
  .comment-form .comment-form-cookies-consent {
    margin-top: 30px;
  }
}
/*-- marquee -- */
/*-- Base: mixin & variable  -- */
section.wooprex-marque-section .wooprex_marquee {
  position: relative;
  display: block;
  overflow: hidden;
}
section.wooprex-marque-section .wooprex_marquee ul {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  width: -moz-fit-content;
  width: fit-content;
}
section.wooprex-marque-section .wooprex_marquee ul li {
  float: left;
  font-family: "Noticia Text", serif;
  opacity: 0.3;
  text-transform: uppercase;
  -webkit-text-stroke: 1px #ffe5d2;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
  text-wrap: nowrap;
  text-wrap: wrap;
  padding: 0px 65px;
  font-size: 90px;
  position: relative;
  line-height: 1em;
}
section.wooprex-marque-section .wooprex_marquee ul li:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 20px;
  height: 20px;
  background: #82294a;
  border-radius: 50%;
}

section.wooprex-gallary-special-dish .wooprex_marquee .marquee_items {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  width: -moz-fit-content;
  width: fit-content;
}
section.wooprex-gallary-special-dish .wooprex_marquee .marquee_items li {
  float: left;
  height: 400px;
  overflow: hidden;
  margin-right: 40px;
}
section.wooprex-gallary-special-dish .wooprex_marquee .marquee_items li img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
section.wooprex-gallary-special-dish .wooprex_marquee .marquee_items li:nth-child(even) {
  border-radius: 248px;
}

/*-- reservation -- */
/*-- Base: mixin & variable  -- */
/* Wooprex Home - reservation section start */
section.wooprex-home-reservation .wooprex-reserve-form {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  height: 100%;
  position: relative;
  z-index: 2;
  flex-direction: column;
}
section.wooprex-home-reservation .wooprex-reserve-form .header-section {
  align-items: flex-start;
  margin-bottom: 50px;
}
section.wooprex-home-reservation .reservation-right {
  position: relative;
}
section.wooprex-home-reservation .reservation-right a {
  max-width: 650px;
  height: 875px;
  border-radius: 500px;
  border-bottom: 17px solid #ffe5d2;
  overflow: hidden;
  position: relative;
}
section.wooprex-home-reservation .reservation-right a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
section.wooprex-home-reservation .reservation-right a img:hover {
  transform: scale(1.1);
}

/* Wooprex Home - reservation section end */
/* Wooprex About - reservation section flex-start */
section.wooprex-about-reservation img.bg-image {
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
section.wooprex-about-reservation:before {
  content: "";
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  position: absolute;
  background-color: #000000;
  opacity: 0.8;
  z-index: 1;
}
section.wooprex-about-reservation .wooprex-reserve-form {
  position: relative;
  z-index: 2;
}
section.wooprex-about-reservation .wooprex-reserve-form .header-section {
  align-items: flex-start;
  margin-bottom: 50px;
}

/* Wooprex About - reservation section end */
/* Wooprex reservation Light */
section.wooprex-reservation-light img.bg-image, section.wooprex-reservation-dark img.bg-image {
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
section.wooprex-reservation-light:before, section.wooprex-reservation-dark:before {
  content: "";
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  position: absolute;
  background-color: #000000;
  opacity: 0.6;
  z-index: 1;
}
section.wooprex-reservation-light .wooprex-reserve-form, section.wooprex-reservation-dark .wooprex-reserve-form {
  position: relative;
  z-index: 2;
  padding: 0px 120px;
}
section.wooprex-reservation-light .wooprex-reserve-form form, section.wooprex-reservation-dark .wooprex-reserve-form form {
  text-align: center;
}

/* Wooprex Reservations - reservation section flex-start */
section.wooprex-reservation-dark:before {
  opacity: 0.4;
  z-index: 1;
}
section.wooprex-reservation-dark .header-section {
  position: relative;
  z-index: 2;
}

/* Wooprex Reservations - reservation section end */
/*-- upcoming events -- */
/*-- Base: mixin & variable  -- */
/* Wooprex Home - recent-news slider section start */
.wooprex-recent-news-slider {
  position: relative;
}
.wooprex-recent-news-slider .news-slider-main {
  padding-bottom: 150px;
}

/* Wooprex Home - recent-news slider section end */
/* Wooprex Home - recent-news section start */
section.wooprex-recent-news-home {
  padding-top: 50px;
}

/*-- Grid line -- */
/*-- Base: mixin & variable  -- */
.background-grid {
  overflow: hidden;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  z-index: 1;
  pointer-events: none;
}
.background-grid .line {
  width: 1px;
  height: 100%;
  background-color: rgba(234, 229, 255, 0.03);
  position: absolute;
  top: 0;
}
.background-grid .line .moving-line {
  width: 1px;
  height: 100%;
  background-color: #d1c7ff;
  position: absolute;
  top: 0;
  transform: translateY(-100%);
  opacity: 0.1;
}

/*-- Shape -- */
/*-- Base: mixin & variable  -- */
/* Home - About shape */
section.wooprex-home-about-section .wooprex-about-main .about-image:before {
  content: "";
  position: absolute;
  background-image: url("../assets/shape/shape-1.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
section.wooprex-home-about-section .wooprex-about-main .about-image.one:before {
  left: -100%;
}
section.wooprex-home-about-section .wooprex-about-main .about-image.two:before {
  right: -100%;
}

/* Home - reservation shape */
section.wooprex-home-reservation .reservation-right:before {
  content: "";
  position: absolute;
  background-image: url("../assets/shape/shape-1.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  top: 0;
  right: -10%;
  width: 475px;
  height: 475px;
}

/* About Page - Goal section shape */
section.wooprex-goal-section .goal-item .goal-item-image:after {
  content: "";
  position: absolute;
  background-image: url("../assets/shape/shape-1.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 475px;
  height: 475px;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
}
section.wooprex-goal-section .goal-item .goal-item-image:after {
  left: -80%;
}
section.wooprex-goal-section .goal-item .goal-item-image.two:after {
  left: inherit;
  right: -80%;
}

/* Chef Page - our chef shape */
section.wooprex-our-chef-section .our-chef-text:after {
  content: "";
  position: absolute;
  background-image: url("../assets/shape/shape-1.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  top: 50%;
  transform: translateY(-50%);
  right: -60%;
  width: 100%;
  height: 100%;
  width: 475px;
  height: 475px;
}

/* Menu page - menu shape */
section.wooprex-our-menu-full-section .our-menu-item:before {
  content: "";
  position: absolute;
  background-image: url("../assets/shape/shape-1.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: unset;
  background-size: auto;
  width: 475px;
  height: 270px;
}
section.wooprex-our-menu-full-section .our-menu-item.one:before {
  left: 50%;
  transform: translateX(-50%);
  top: -12%;
}
section.wooprex-our-menu-full-section .our-menu-item.two:before {
  right: -30%;
  top: 55%;
  transform: translateY(0%);
}
section.wooprex-our-menu-full-section .our-menu-item.three:before {
  left: -30%;
  top: 55%;
  transform: translateY(0%);
}

/*-- bottom to top -- */
/*-- Base: mixin & variable  -- */
#topButton {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  background-color: #e8e2d1;
  padding: 0;
  cursor: pointer;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}
#topButton .progress-circle {
  width: 100%;
  height: 100%;
}
#topButton .progress-circle .progress-svg {
  width: 100%;
  height: 100%;
}
#topButton .progress-circle .progress-svg .progress-background {
  fill: none;
  stroke: rgba(130, 41, 74, 0.6);
  stroke-width: 4;
}
#topButton .progress-circle .progress-svg .progress-bar {
  fill: none;
  stroke: #82294a;
  stroke-width: 8px;
  transform: translate(0px, 0px);
  transition: stroke-dashoffset 0.3s ease;
}
#topButton .progress-circle .font {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 22px;
  color: #5d1c34;
  display: flex;
}
#topButton .progress-circle .font i {
  transform: rotate(180deg);
  line-height: 0px;
}
#topButton .progress-circle .font i:after {
  font-weight: 700 !important;
}
#topButton.show {
  opacity: 1;
  visibility: visible;
}

/*-- preload Animation -- */
/*-- Base: mixin & variable  -- */
@keyframes scaleImage {
  0% {
    transform: scale(1.3) translateY(-5%);
  }
  100% {
    transform: scale(1) translateY(0);
  }
}
.shape-animate:before {
  max-width: 0;
  transition: all 1.2s ease-out;
}
.shape-animate:after {
  max-width: 0;
  transition: all 1.2s ease-out;
}
.shape-animate.visible:before {
  max-width: 100%;
}
.shape-animate.visible:after {
  max-width: 100%;
}

/*wooprex fadeInUp and scale Animation */
.wooprex-fadeInUp {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1.5s, transform 1.5s;
}
.wooprex-fadeInUp.animated {
  opacity: 1;
  transform: translateY(0);
}

.wooprex-scale {
  opacity: 0;
  transform: scale(0.82);
  transition: transform 1.2s ease, opacity 0.35s;
}
.wooprex-scale.animated {
  opacity: 1;
  transform: scale(1);
}
.wooprex-scale.animated img {
  animation: scaleImage 1.4s ease;
}

/*-- preload Spinner -- */
/*-- Base: mixin & variable  -- */
/* Preload 
------------------------------------------- */
.wooprex-preload-wrapper .wooprex-preload-container {
  display: flex;
}

.wooprex-preload-container {
  display: none;
  position: relative;
  width: 100%;
  height: 100%;
  background: #e8e2d1;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 99999999999;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.wooprex-spinner {
  width: 60px;
  height: 60px;
  border: 3px solid transparent;
  border-top: 3px solid #5d1c34;
  border-radius: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  animation: spin 1s infinite linear;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
/*-- pagination -- */
/*-- Base: mixin & variable  -- */
/* Blog pagination */
.wooprex-pagination {
  margin-top: 50px;
}
.wooprex-pagination ul.page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}
.wooprex-pagination ul.page-numbers li a i {
  display: flex;
  align-items: center;
  justify-content: center;
}
.wooprex-pagination ul.page-numbers li .page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 55px;
  height: 55px;
  text-align: center;
  border-radius: 50%;
  transition: all 0.3s ease;
  border: 1px solid;
  border-color: #e8e2d1;
  color: #e8e2d1;
}
.wooprex-pagination ul.page-numbers li .page-numbers:hover {
  border-color: #ffe292;
  color: #ffe292;
}
.wooprex-pagination ul.page-numbers li.active .page-numbers {
  border-color: #ffe292;
  color: #ffe292;
}

.wooprex-navigation.style-1 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 60px;
}
.wooprex-navigation.style-1 a {
  padding: 10px 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.wooprex-navigation.style-1 a:hover {
  background-color: #000000;
}
.wooprex-navigation.style-1 a i {
  display: flex;
  align-items: center;
  justify-content: center;
}
.wooprex-navigation.style-1 a.prev {
  flex-direction: row-reverse;
}

/*-- All pages styles -- */
/*-- home page -- */
/*-- Base: mixin & variable  -- */
/* Start Wooprex Banner CSS */
section.wooprex-banner-section {
  height: 100vh;
}
section.wooprex-banner-section .banner-slider-container {
  height: 100%;
}
section.wooprex-banner-section .banner-slider-container .banner-item {
  position: relative;
  height: 100%;
}
section.wooprex-banner-section .banner-slider-container .banner-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
section.wooprex-banner-section .banner-slider-container .banner-item:before {
  content: "";
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  position: absolute;
  background-color: #000000;
  opacity: 0.7;
  width: 100%;
  height: 100%;
  z-index: 1;
}
section.wooprex-banner-section .banner-slider-container .banner-item .banner-text {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  max-width: 100%;
  padding: 0px 20px;
  width: 1000px;
}
section.wooprex-banner-section .banner-slider-container .banner-item .banner-text h3 {
  text-transform: uppercase;
  margin-bottom: 35px;
  color: #e8e2d1;
}
section.wooprex-banner-section .banner-slider-container .banner-item .banner-text h5 {
  color: #e8e2d1;
  margin-bottom: 60px;
}

/* Wooprex Home - About Section Start */
section.wooprex-home-about-section .wooprex-about-main {
  position: relative;
  z-index: 2;
}
section.wooprex-home-about-section .wooprex-about-main .row {
  align-items: center;
}
section.wooprex-home-about-section .wooprex-about-main .about-text {
  text-align: center;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 40px;
  padding: 0px 60px;
}
section.wooprex-home-about-section .wooprex-about-main .about-text .wooprex-btn:hover {
  background-color: #000000;
  border-color: #000000;
}
section.wooprex-home-about-section .wooprex-about-main .about-image {
  position: relative;
}
section.wooprex-home-about-section .wooprex-about-main .about-image.one .inner-image {
  clip-path: polygon(0 0, 65% 0, 100% 20%, 100% 100%, 0 100%, 0 20%);
}
section.wooprex-home-about-section .wooprex-about-main .about-image.two .inner-image {
  clip-path: polygon(35% 0, 100% 0, 100% 20%, 100% 100%, 0 100%, 0 20%);
}
section.wooprex-home-about-section .wooprex-about-main .about-image .inner-image {
  overflow: hidden;
}
section.wooprex-home-about-section .wooprex-about-main .about-image .inner-image a {
  width: 100%;
  height: 100%;
}
section.wooprex-home-about-section .wooprex-about-main .about-image .inner-image a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
section.wooprex-home-about-section .wooprex-about-main .about-image .inner-image:hover a img {
  transform: scale(1.1) !important;
}

/* Wooprex Home - About Section End */
/* Wooprex Home - Recommendation Section start */
section.wooprex-recommendation-section {
  background-image: url("../assets/shape/shape-10.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  /* Universal *recommendation text and image */
  /* Universal *recommendation text and image end */
  /* Recommendation top */
}
section.wooprex-recommendation-section .recommendation-text p {
  font-size: 16px;
  margin-bottom: 50px;
}
section.wooprex-recommendation-section .recommendation-text a {
  color: #e8e2d1;
  position: relative;
}
section.wooprex-recommendation-section .recommendation-text a:before, section.wooprex-recommendation-section .recommendation-text a:after {
  content: "";
  position: absolute;
  bottom: -5px;
  width: 100%;
  height: 1px;
  background-color: #e8e2d1;
  transition: transform 0.2s;
}
section.wooprex-recommendation-section .recommendation-text a:before {
  left: 0;
  transform: scale(0, 1);
  transform-origin: 100% 0%;
}
section.wooprex-recommendation-section .recommendation-text a:after {
  right: 0;
  transform: scale(1, 1);
  transform-origin: 0% 100%;
}
section.wooprex-recommendation-section .recommendation-text a:hover:before {
  transition-delay: 0.2s;
  transform: scale(1, 1);
  transform-origin: 0% 100%;
}
section.wooprex-recommendation-section .recommendation-text a:hover:after {
  transform: scale(0, 1);
  transform-origin: 100% 0%;
}
section.wooprex-recommendation-section .recommendation-text a:hover {
  color: #ffffff;
}
section.wooprex-recommendation-section .recommendation-image {
  overflow: hidden;
  border-radius: 240px;
  max-width: 325px;
  margin: 0 auto;
  border-bottom: 16px solid #a7a7a7;
  box-shadow: 0px 20px 0px 0px #82294a;
  position: relative;
  z-index: 2;
}
section.wooprex-recommendation-section .recommendation-image a {
  width: 100%;
  height: 100%;
}
section.wooprex-recommendation-section .recommendation-image a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
section.wooprex-recommendation-section .recommendation-image:hover a img {
  transform: scale(1.1);
}
section.wooprex-recommendation-section .recommendation-top {
  position: relative;
}
section.wooprex-recommendation-section .recommendation-top .lobster,
section.wooprex-recommendation-section .recommendation-top .salmon {
  position: absolute;
  font-family: "Noticia Text", serif;
  opacity: 0.3;
  text-transform: uppercase;
  -webkit-text-stroke: 1px #ffe5d2;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
  text-wrap: nowrap;
  transition: all 0.6s ease;
}
section.wooprex-recommendation-section .recommendation-top .lobster {
  font-size: 96px;
  bottom: 30%;
  left: -20%;
}
section.wooprex-recommendation-section .recommendation-top .salmon {
  font-size: 92px;
  top: 25%;
  right: -22%;
}
section.wooprex-recommendation-section .recommendation-top .recommendation-text {
  position: relative;
  top: 100px;
}
section.wooprex-recommendation-section .recommendation-top .recommendation-text.last {
  position: absolute;
  bottom: 180px;
  top: inherit;
}
section.wooprex-recommendation-section .recommendation-top .recommendation-image {
  max-width: 500px;
}
section.wooprex-recommendation-section .recommendation-bottom {
  position: relative;
  margin-top: 80px;
}
section.wooprex-recommendation-section .recommendation-bottom .lamb {
  position: absolute;
  font-size: 180px;
  top: -5%;
  right: -22%;
  font-family: "Noticia Text", serif;
  opacity: 0.3;
  text-transform: uppercase;
  -webkit-text-stroke: 1px #ffe5d2;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
  text-wrap: nowrap;
  transition: all 0.6s ease;
}
section.wooprex-recommendation-section .recommendation-bottom .recommendation-image {
  height: 470px;
}
section.wooprex-recommendation-section .recommendation-bottom .recommendation-image.middle {
  max-width: 470px;
}
section.wooprex-recommendation-section .recommendation-bottom .recommendation-text {
  max-width: 260px;
  margin: 0 auto;
  margin-top: 60px;
  text-align: center;
}

/* Wooprex Home - Recommendation Section End */
/* Wooprex Home - menu Section start */
section.wooprex-food-menu-section {
  background-color: #82294a;
}
section.wooprex-food-menu-section .wooprex-menu-item {
  text-align: center;
  margin-bottom: 80px;
  position: relative;
  z-index: 2;
}
section.wooprex-food-menu-section .wooprex-menu-item h5,
section.wooprex-food-menu-section .wooprex-menu-item p {
  text-transform: uppercase;
}
section.wooprex-food-menu-section .wooprex-menu-item .menu-inner-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
section.wooprex-food-menu-section .wooprex-menu-item .menu-inner-item .menu-text {
  width: 20%;
}
section.wooprex-food-menu-section .wooprex-menu-item .menu-inner-item .menu-text:last-child {
  text-align: end;
}
section.wooprex-food-menu-section .wooprex-menu-item .menu-inner-item .menu-image {
  width: 60%;
  text-align: center;
}
section.wooprex-food-menu-section .wooprex-menu-item .menu-inner-item .menu-image .image-item {
  background-image: url("../assets/shape/shape-3.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 141px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
section.wooprex-food-menu-section .wooprex-menu-item .menu-inner-item .menu-image .image-item a {
  height: 90px;
  max-width: 175px;
  overflow: hidden;
  border-radius: 96px;
}
section.wooprex-food-menu-section .wooprex-menu-item .menu-inner-item .menu-image .image-item a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
section.wooprex-food-menu-section .wooprex-menu-item .menu-inner-item .menu-image .image-item a:hover img {
  transform: scale(1.1);
}
section.wooprex-food-menu-section .wooprex-menu-item p.menu-description-text {
  margin-top: 30px;
}

/* Wooprex Home - menu Section End */
/*-- about page -- */
/*-- Base: mixin & variable  -- */
/* Wooprex Goal section */
section.wooprex-goal-section .goal-item .goal-item-image {
  max-width: 760px;
  overflow: visible;
  position: relative;
}
section.wooprex-goal-section .goal-item .goal-item-image a {
  width: 100%;
  height: 100%;
  border-radius: 296px;
  overflow: hidden;
  position: relative;
  z-index: 3;
}
section.wooprex-goal-section .goal-item .goal-item-image a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
section.wooprex-goal-section .goal-item .goal-item-image:hover a img {
  transform: scale(1.1);
}
section.wooprex-goal-section .goal-item .goal-item-image.two {
  max-width: 650px;
}
section.wooprex-goal-section .goal-item .goal-item-image.two a {
  border-radius: 40px;
}
section.wooprex-goal-section .goal-item .goal-item-text {
  height: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
}
section.wooprex-goal-section .goal-item .goal-item-text .header {
  margin-bottom: 40px;
}

/*-- contact page -- */
/*-- Base: mixin & variable  -- */
/* Google map */
.wooprex-google-map iframe {
  position: relative;
  display: block;
  border: none;
  height: 100%;
  height: 550px;
  width: 100%;
  mix-blend-mode: luminosity;
  /* filter: grayscale(100%) invert(92%) contrast(83%); */
}

section.wooprex-contact-box-section {
  margin-top: 70px;
}
section.wooprex-contact-box-section form .wooprex-btn {
  padding: 14px 70px;
}
section.wooprex-contact-box-section .contact-location-wrapper {
  background-color: #ffe5d2;
  padding: 20px;
  position: relative;
  z-index: 2;
  height: 100%;
}
section.wooprex-contact-box-section .contact-location-wrapper .location-inner {
  border: 1px solid #45322c;
  padding: 65px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
  height: 100%;
}
section.wooprex-contact-box-section .contact-location-wrapper .location-inner h5 {
  font-size: 16px;
  margin-bottom: 20px;
  text-transform: uppercase;
}
section.wooprex-contact-box-section .contact-location-wrapper .location-inner h5,
section.wooprex-contact-box-section .contact-location-wrapper .location-inner li a,
section.wooprex-contact-box-section .contact-location-wrapper .location-inner p {
  color: #45322c;
}
section.wooprex-contact-box-section .contact-location-wrapper .location-inner .location-left {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  gap: 50px;
  padding-right: 60px;
  border-right: 1px solid #cdbcab;
}

/*-- blog pages -- */
/*-- Base: mixin & variable  -- */
section.wooprex-blog-list-section .blog-list-main-wrapper .row {
  row-gap: 60px;
}
section.wooprex-blog-list-section .blog-list-main-wrapper .row > * {
  padding: 0px 15px;
}
section.wooprex-blog-list-section .blog-list-main-wrapper.has-sidebar .row {
  row-gap: inherit;
}
section.wooprex-blog-list-section .blog-list-main-wrapper.has-sidebar .row .row {
  row-gap: 60px;
}

/*-- blog details page -- */
/*-- Base: mixin & variable  -- */
/* Wooprex blog details */
.wooprex-blog-details .wooprex-blog-header {
  margin-bottom: 40px;
}
.wooprex-blog-details .wooprex-blog-header .header {
  font-size: 48px;
  font-weight: 500;
  text-transform: capitalize;
}
.wooprex-blog-details .wooprex-blog-thumbnail {
  height: 480px;
}
.wooprex-blog-details .wooprex-blog-image {
  height: 310px;
}
.wooprex-blog-details .wooprex-blog-thumbnail,
.wooprex-blog-details .wooprex-blog-image {
  overflow: hidden;
}
.wooprex-blog-details .wooprex-blog-thumbnail img,
.wooprex-blog-details .wooprex-blog-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.wooprex-blog-details .wooprex-blog-thumbnail:hover img,
.wooprex-blog-details .wooprex-blog-image:hover img {
  transform: scale(1.05);
}
.wooprex-blog-details .wooprex-blog-quote {
  padding: 70px 0px 30px 0px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  background: transparent;
  border-top: 1px solid #e8e2d1;
  border-bottom: 1px solid #e8e2d1;
  position: relative;
}
.wooprex-blog-details .wooprex-blog-quote blockquote {
  line-height: 1.6rem;
  max-width: 100%;
  font-size: 16px;
  position: relative;
  z-index: 2;
  padding: 25px 0px 0px 0px;
}
.wooprex-blog-details .wooprex-blog-quote:before {
  content: "";
  position: absolute;
  top: 25px;
  left: 0px;
  height: 60px;
  width: 60px;
  background-image: url("../assets/shape/quote.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.wooprex-blog-details .wooprex-blog-description h4 {
  font-size: 32px;
  font-weight: 500;
  margin-bottom: 20px;
}
.wooprex-blog-details .wooprex-blog-description article {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}
.wooprex-blog-details .wooprex-blog-description,
.wooprex-blog-details .wooprex-blog-quote,
.wooprex-blog-details .wooprex-blog-image {
  margin-top: 40px;
}

/*-- coming soon page -- */
/*-- Base: mixin & variable  -- */
section.wooprex-coming-soon-section {
  height: 100vh;
}
section.wooprex-coming-soon-section:after {
  content: "";
  background-color: #82294a;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  position: absolute;
  opacity: 0.95;
  filter: brightness(0.7);
}
section.wooprex-coming-soon-section img {
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
section.wooprex-coming-soon-section .coming-soon-main-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  text-align: center;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 0px 20px;
}
section.wooprex-coming-soon-section .coming-soon-main-wrapper p {
  max-width: 400px;
  margin: 0 auto;
  margin-bottom: 25px;
}
section.wooprex-coming-soon-section .coming-soon-main-wrapper h1 {
  font-size: 62px;
  font-weight: 400;
}
section.wooprex-coming-soon-section .coming-soon-main-wrapper .wooprex-countdown {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 80px;
  flex-wrap: wrap;
  gap: 65px;
}
section.wooprex-coming-soon-section .coming-soon-main-wrapper .wooprex-countdown .item {
  position: relative;
  padding-right: 65px;
}
section.wooprex-coming-soon-section .coming-soon-main-wrapper .wooprex-countdown .item:last-child {
  padding-right: 0;
}
section.wooprex-coming-soon-section .coming-soon-main-wrapper .wooprex-countdown .item:last-child:after {
  display: none;
}
section.wooprex-coming-soon-section .coming-soon-main-wrapper .wooprex-countdown .item:after {
  content: ":";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  font-size: 62px;
}
section.wooprex-coming-soon-section .coming-soon-main-wrapper .wooprex-countdown .item span {
  font-size: 56px;
  font-weight: 300;
  display: block;
  line-height: 1.4em;
}
section.wooprex-coming-soon-section .coming-soon-main-wrapper .wooprex-countdown .item h4 {
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
}
section.wooprex-coming-soon-section .coming-soon-main-wrapper a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  margin-top: 100px;
}
section.wooprex-coming-soon-section .coming-soon-main-wrapper a i {
  font-size: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/*-- 404 error page -- */
/*-- Base: mixin & variable  -- */
.wooprex-error-section {
  height: 100vh;
  padding-top: 60px;
}
.wooprex-error-section:after {
  content: "";
  background-color: #82294a;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  position: absolute;
  opacity: 0.92;
  filter: brightness(0.8);
}
.wooprex-error-section img {
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.wooprex-error-section .error-wrapper-main {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 500px;
  max-width: 100%;
  padding: 0px 20px;
  text-align: center;
  z-index: 3;
}
.wooprex-error-section .error-wrapper-main h1 {
  font-size: 200px;
  -webkit-text-stroke: 1px #ffe5d2;
  -webkit-text-fill-color: transparent;
}
.wooprex-error-section .error-wrapper-main h3 {
  margin: 10px 0px 10px 0px;
}
.wooprex-error-section .error-wrapper-main p {
  margin-bottom: 100px;
}

/*-- faq page -- */
/*-- Base: mixin & variable  -- */
section.wooprex-faq-section {
  overflow: visible;
  overflow-x: clip;
}
section.wooprex-faq-section .bg-image {
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  position: absolute;
  width: 100%;
  height: 150%;
  -o-object-fit: cover;
     object-fit: cover;
}
section.wooprex-faq-section .container {
  position: relative;
  z-index: 2;
}
section.wooprex-faq-section .faq-top {
  margin-bottom: 80px;
}
section.wooprex-faq-section .faq-top h2 {
  font-size: 48px;
  margin-bottom: 15px;
}
section.wooprex-faq-section .faq-bottom .faq-left {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: normal;
}
section.wooprex-faq-section .faq-bottom .faq-left ul.nav-tabs {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  gap: 18px;
  padding-bottom: 40px;
  border-bottom: 7px solid #ac3e66;
  margin-bottom: 40px;
}
section.wooprex-faq-section .faq-bottom .faq-left ul.nav-tabs li button {
  background-color: transparent;
  padding: 0;
  color: #e8e2d1;
  border: none;
  font-size: 16px;
  text-align: left;
}
section.wooprex-faq-section .faq-bottom .faq-left ul.nav-tabs li button.active {
  color: #ffe292;
}
section.wooprex-faq-section .faq-bottom .faq-left .contact-section {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  gap: 50px;
}
section.wooprex-faq-section .faq-bottom .faq-left .contact-section .item h4 {
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 25px;
}
section.wooprex-faq-section .faq-bottom .faq-left .contact-section .item ul {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  gap: 10px;
}
section.wooprex-faq-section .faq-bottom .faq-left .contact-section .item ul li a:hover {
  color: #ffe292;
}
section.wooprex-faq-section .faq-bottom .faq-left .contact-section .item ul.wooprex-follow-us {
  flex-direction: row;
  gap: 20px;
}
section.wooprex-faq-section .faq-bottom .faq-left .contact-section .item ul.wooprex-follow-us li a:hover {
  color: #ffe292;
  transform: scale(1.2);
}
section.wooprex-faq-section .faq-bottom .faq-right .accordion {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  gap: 20px;
}
section.wooprex-faq-section .faq-bottom .faq-right .accordion .accordion-item {
  background-color: transparent;
  border: 1px solid #ac3e66;
  border-radius: 8px;
  width: 100%;
}
section.wooprex-faq-section .faq-bottom .faq-right .accordion .accordion-item button {
  padding: 30px 70px 30px 35px;
  border: none;
  background-color: transparent;
  color: #e8e2d1;
  font-size: 24px;
  font-weight: 500;
  position: relative;
  width: 100%;
  text-align: left;
}
section.wooprex-faq-section .faq-bottom .faq-right .accordion .accordion-item button:not(.collapsed):after {
  content: "\f10c";
}
section.wooprex-faq-section .faq-bottom .faq-right .accordion .accordion-item button:after {
  content: "\f10b";
  font-family: "flaticon_restaurant";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 35px;
  color: #e8e2d1;
  font-size: 22px;
  font-weight: 700;
}
section.wooprex-faq-section .faq-bottom .faq-right .accordion .accordion-item .accordion-body {
  padding: 0px 70px 30px 35px;
}
section.wooprex-faq-section .faq-bottom .faq-right .accordion .accordion-item .accordion-body p {
  color: #e8e2d1;
}

/*-- chef page -- */
/*-- Base: mixin & variable  -- */
section.wooprex-chef-list-section .chef-top {
  max-width: 800px;
  margin-bottom: 80px;
}
section.wooprex-chef-list-section .chef-top .header {
  margin-bottom: 30px;
}
section.wooprex-chef-list-section .chef-list-main-wrapper {
  position: relative;
}
section.wooprex-chef-list-section .chef-list-main-wrapper .row {
  row-gap: 40px;
}
section.wooprex-chef-list-section .chef-list-main-wrapper:before, section.wooprex-chef-list-section .chef-list-main-wrapper:after {
  content: "";
  background-image: url("../assets/shape/shape-1.svg");
  width: 475px;
  height: 475px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
section.wooprex-chef-list-section .chef-list-main-wrapper:before {
  left: -25%;
}
section.wooprex-chef-list-section .chef-list-main-wrapper:after {
  right: -25%;
}

.wooprex-chef-item {
  max-width: 535px;
  position: relative;
  z-index: 2;
}
.wooprex-chef-item .chef-image {
  position: relative;
  width: 100%;
  height: 750px;
}
.wooprex-chef-item .chef-image:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #82294a;
  width: 100px;
  height: 100px;
  clip-path: polygon(100% 15%, 0% 100%, 100% 100%);
}
.wooprex-chef-item .chef-image a {
  clip-path: polygon(35% 0, 100% 0, 100% 85%, 75% 100%, 0 100%, 0 20%);
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: block;
}
.wooprex-chef-item .chef-image a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
.wooprex-chef-item:hover .chef-image a img {
  transform: scale(1.05);
}
.wooprex-chef-item .chef-description {
  padding-top: 35px;
}
.wooprex-chef-item .chef-description h3 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 7px;
}
.wooprex-chef-item.item-2, .wooprex-chef-item.item-3, .wooprex-chef-item.item-6 {
  margin-left: auto;
}
.wooprex-chef-item.item-4 {
  margin-right: auto;
}

/*-- chef details page -- */
/*-- Base: mixin & variable  -- */
/* Our chef - */
section.wooprex-our-chef-section {
  padding-bottom: 0;
}
section.wooprex-our-chef-section .our-chef-image {
  overflow: hidden;
  clip-path: polygon(35% 0, 100% 0, 100% 20%, 100% 100%, 0 100%, 0 20%);
}
section.wooprex-our-chef-section .our-chef-image a {
  width: 100%;
  height: 100%;
}
section.wooprex-our-chef-section .our-chef-image a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
section.wooprex-our-chef-section .our-chef-image:hover a img {
  transform: scale(1.1);
}
section.wooprex-our-chef-section .our-chef-text {
  height: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  padding: 0px 120px 0px 60px;
  gap: 35px;
  position: relative;
}
section.wooprex-our-chef-section .our-chef-text h5 {
  padding-left: 200px;
  margin-top: 70px;
  position: relative;
}
section.wooprex-our-chef-section .our-chef-text h5:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translate(0%, -50%);
  width: 170px;
  height: 1px;
  background-color: #ffe5d2;
}

/* Our chef - gallery section */
section.wooprex-chef-gallery-section {
  padding-bottom: 0;
}

/* Our chef - gallery section End */
/* Our chef - awards section flex-start */
section.wooprex-chef-awards-section {
  overflow: hidden;
  position: relative;
}
section.wooprex-chef-awards-section .awards-text {
  height: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  gap: 60px;
}
section.wooprex-chef-awards-section .awards-text ul {
  margin-top: 50px;
}
section.wooprex-chef-awards-section .awards-text ul li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 25px;
}
section.wooprex-chef-awards-section .awards-text ul li:after {
  content: "\f10f";
  font-family: "flaticon_restaurant";
  font-size: 18px;
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translate(0%, -50%);
  color: #e8e2d1;
}
section.wooprex-chef-awards-section .awards-text ul li:last-child {
  margin-bottom: 0;
}
section.wooprex-chef-awards-section .awards-image {
  overflow: visible;
  z-index: 2;
  position: relative;
}
section.wooprex-chef-awards-section .awards-image a {
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 296px;
}
section.wooprex-chef-awards-section .awards-image a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
section.wooprex-chef-awards-section .awards-image a:hover img {
  transform: scale(1.1);
}
section.wooprex-chef-awards-section .awards-image:after {
  content: "Award Winning Food";
  font-size: 170px;
  width: 100%;
  line-height: 0.8;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -34%;
  font-family: "Noticia Text", serif;
  opacity: 0.3;
  text-transform: uppercase;
  -webkit-text-stroke: 1px #ffe5d2;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
  text-wrap: nowrap;
  pointer-events: none;
  text-wrap: wrap;
}

/* Our chef - awards section End */
/*-- menu page -- */
/*-- Base: mixin & variable  -- */
/* Wooprex Menu page */
section.wooprex-our-menu-full-section {
  padding-bottom: 0;
}
section.wooprex-our-menu-full-section .our-menu-item {
  position: relative;
  margin-bottom: 150px;
}
section.wooprex-our-menu-full-section .our-menu-item .menu-top {
  height: 500px;
  width: 800px;
  max-width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
section.wooprex-our-menu-full-section .our-menu-item .menu-top .top-image {
  position: relative;
}
section.wooprex-our-menu-full-section .our-menu-item .menu-top .top-image .top-image-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 40px;
  width: 95%;
  height: 90%;
}
section.wooprex-our-menu-full-section .our-menu-item .menu-top .top-image .top-image-text h3 {
  padding-left: 75px;
  font-size: 24px;
  color: #82294a;
  margin-bottom: 55px;
  text-transform: uppercase;
  font-family: "Jost", sans-serif;
  font-weight: 700;
  position: relative;
}
section.wooprex-our-menu-full-section .our-menu-item .menu-top .top-image .top-image-text h3:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0%;
  transform: translateY(-50%);
  width: 62%;
  height: 1px;
  background-color: #82294a;
}
section.wooprex-our-menu-full-section .our-menu-item .menu-top .top-image .top-image-text .menu-list {
  overflow-y: scroll;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  gap: 30px;
  height: 80%;
  clip-path: polygon(0 0, 100% 0, 100% 70%, 86% 100%, 0 100%, 0% 50%);
}
section.wooprex-our-menu-full-section .our-menu-item .menu-top .top-image .top-image-text .menu-list .list-item {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 82%;
}
section.wooprex-our-menu-full-section .our-menu-item .menu-top .top-image .top-image-text .menu-list .list-item .item-description h4 {
  font-size: 16px;
  color: #45322c;
}
section.wooprex-our-menu-full-section .our-menu-item .menu-top .top-image .top-image-text .menu-list .list-item .item-description p {
  font-size: 14px;
  color: #45322c;
}
section.wooprex-our-menu-full-section .our-menu-item .menu-top .top-image .top-image-text .menu-list .list-item .item-price h5 {
  font-size: 16px;
  color: #45322c;
}
section.wooprex-our-menu-full-section .our-menu-item .menu-bottom {
  position: relative;
  margin-top: -170px;
}
section.wooprex-our-menu-full-section .our-menu-item.two h3:after {
  width: 55% !important;
}
section.wooprex-our-menu-full-section .our-menu-item.three h3:after {
  width: 65% !important;
}

/*-- gallery page -- */
/*-- Base: mixin & variable  -- */
/* Wooprex Gallery details start */
section.wooprex-gallery-list-section .header-stroke-text {
  font-family: "Noticia Text", serif;
  opacity: 0.3;
  text-transform: uppercase;
  -webkit-text-stroke: 1px #ffe5d2;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
  text-wrap: nowrap;
  font-size: 80px;
  opacity: 0.1;
  text-wrap: nowrap;
  margin: 10px 0px;
}
section.wooprex-gallery-list-section h2.header-stroke-text {
  font-size: 125px;
  opacity: 0.7;
  font-family: "Jost", sans-serif;
  text-transform: capitalize;
  font-weight: 400;
  text-align: center;
  margin: 0;
  margin-bottom: 100px;
}
section.wooprex-gallery-list-section .wooprex-gallary-wrapper {
  display: flex;
  flex-direction: column;
  gap: 130px;
}
section.wooprex-gallery-list-section .wooprex-gallary-wrapper .wooprex-gallery-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 2;
}
section.wooprex-gallery-list-section .wooprex-gallary-wrapper .wooprex-gallery-item .gallery-image {
  width: 68%;
  overflow: hidden;
  position: relative;
  z-index: 3;
}
section.wooprex-gallery-list-section .wooprex-gallary-wrapper .wooprex-gallery-item .gallery-image a {
  width: 100%;
  height: 100%;
}
section.wooprex-gallery-list-section .wooprex-gallary-wrapper .wooprex-gallery-item .gallery-image a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
section.wooprex-gallery-list-section .wooprex-gallary-wrapper .wooprex-gallery-item .gallery-image:hover a img {
  transform: scale(1.1);
}
section.wooprex-gallery-list-section .wooprex-gallary-wrapper .wooprex-gallery-item .gallery-text {
  width: 32%;
}
section.wooprex-gallery-list-section .wooprex-gallary-wrapper .wooprex-gallery-item .gallery-text .wooprex-btn {
  margin-top: 60px;
}
section.wooprex-gallery-list-section .wooprex-gallary-wrapper .wooprex-gallery-item .gallery-text .wooprex-btn:hover {
  background-color: #000000;
  border-color: #000000;
}
section.wooprex-gallery-list-section .wooprex-gallary-wrapper .wooprex-gallery-item:nth-child(odd) .gallery-text {
  padding-left: 60px;
}
section.wooprex-gallery-list-section .wooprex-gallary-wrapper .wooprex-gallery-item:nth-child(even) .gallery-text {
  padding-right: 60px;
}
section.wooprex-gallery-list-section .wooprex-gallary-wrapper .wooprex-gallery-item:nth-child(even) .gallery-image {
  order: 2;
}

/* Wooprex Gallery details end */
/* Wooprex Gallery - special dish start */
section.wooprex-gallary-special-dish {
  background-color: #82294a;
}
section.wooprex-gallary-special-dish:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1100px;
  height: 100%;
  background-image: url("../assets/shape/shape-10.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0.1;
}
section.wooprex-gallary-special-dish .header-section {
  position: relative;
  z-index: 2;
}

/* Wooprex Gallery - special dish end */
/*-- reservation page -- */
/*-- Base: mixin & variable  -- */
/* Wooprex reservation page css */
section.wooprex-reservation-contact .reservation-contact-image {
  border-radius: 416px;
  overflow: hidden;
}
section.wooprex-reservation-contact .reservation-contact-image a {
  width: 100%;
  height: 100%;
}
section.wooprex-reservation-contact .reservation-contact-image a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
section.wooprex-reservation-contact .reservation-contact-image:hover a img {
  transform: scale(1.1);
}
section.wooprex-reservation-contact .reservation-right-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 100%;
}
section.wooprex-reservation-contact .reservation-right-wrapper .reservation-contact-text {
  position: relative;
  background-color: #82294a;
  min-height: 425px;
  max-width: 430px;
  margin: 0 auto;
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  border-radius: 416px;
  gap: 50px;
  padding: 120px;
  border: 1px solid #e8e2d1;
}
section.wooprex-reservation-contact .reservation-right-wrapper .reservation-contact-text .text-item {
  position: relative;
  z-index: 2;
}
section.wooprex-reservation-contact .reservation-right-wrapper .reservation-contact-text .text-item h5 {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
}
section.wooprex-reservation-contact .reservation-right-wrapper .reservation-contact-text:before {
  opacity: 0.2;
}
section.wooprex-reservation-contact:before,
section.wooprex-reservation-contact .reservation-contact-text:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background-image: url("../assets/shape/shape-10.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

/* Wooprex reservation page css */
/*-- Woocommerce styles -- */
/*-- Base: mixin & variable  -- */
/*-- Responsive styles -- */
/*-- Base: mixin & variable  -- */
/* -- Wooprex - Media Queries -- */
@media only screen and (max-width: 1799px) {
  footer.wooprex-footer-section .footer-wrapper .footer-follow-us ul li:before {
    top: 1px;
    left: -3.4px;
  }
  footer.wooprex-footer-section .footer-wrapper .footer-follow-us ul li:after {
    bottom: 1px;
    right: -3.4px;
  }
}
@media only screen and (max-width: 1599px) {
  header.wooprex-header-section {
    padding: 20px 35px;
  }
}
@media only screen and (max-width: 1399px) {
  header.wooprex-header-section {
    padding: 20px;
  }
  header.wooprex-header-section .header-main .wooprex-main-menu ul.box-nav {
    gap: 22px;
  }
  section.wooprex-contact-box-section .contact-location-wrapper .location-inner {
    padding: 25px;
  }
  /* Home - marque css */
  section.wooprex-marque-section .wooprex_marquee ul li {
    font-size: 70px;
  }
  section.wooprex-faq-section .faq-bottom .faq-right .accordion .accordion-item button {
    font-size: 22px;
  }
  section.wooprex-faq-section .faq-bottom .faq-right .accordion .accordion-item button:after {
    font-size: 22px;
  }
  section.wooprex-coming-soon-section {
    height: 670px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  header.wooprex-header-section .header-main .header-button {
    width: 40%;
  }
  header.wooprex-header-section .header-main .wooprex-main-menu {
    width: 40%;
  }
  header.wooprex-header-section .header-main .header-logo {
    width: 20%;
  }
  section.wooprex-gallery-list-section h2.header-stroke-text {
    font-size: 85px;
  }
  /* Breadcrumb css */
  section.wooprex-breadcrumb-section {
    height: auto;
    padding-top: 250px;
    padding-bottom: 80px;
  }
  section.wooprex-breadcrumb-section h1 {
    margin-bottom: 15px;
  }
  section.wooprex-breadcrumb-section.dark-bg {
    padding-top: 250px;
    padding-bottom: 80px;
  }
  section.wooprex-breadcrumb-section.dark-bg h3 {
    margin-top: 0;
  }
  section.wooprex-breadcrumb-section.dark-bg:before, section.wooprex-breadcrumb-section.dark-bg:after {
    bottom: 13%;
    width: 280px;
    height: 180px;
  }
  /* Header css */
  header.wooprex-header-section {
    padding: 20px;
  }
  header.wooprex-header-section .header-main .wooprex-main-menu ul.box-nav {
    gap: 12px;
  }
  /* slider css */
  .wooprex-banner-section .swiper-button-prev,
  .wooprex-testimonial .swiper-button-prev,
  .chef-gallery-slider .swiper-button-prev,
  .wooprex-reservation-page-slider .swiper-button-prev {
    left: 30px;
  }
  .wooprex-banner-section .swiper-button-next,
  .wooprex-testimonial .swiper-button-next,
  .chef-gallery-slider .swiper-button-next,
  .wooprex-reservation-page-slider .swiper-button-next {
    right: 30px;
  }
  /* Home menu css */
  section.wooprex-food-menu-section .wooprex-menu-item .menu-inner-item .menu-image .image-item {
    height: 110px;
  }
  section.wooprex-food-menu-section .wooprex-menu-item .menu-inner-item .menu-image .image-item a {
    height: 70px;
  }
  /* Popup css */
  section.wooprex-popup-section {
    height: 600px;
  }
  /* Home - marque css */
  section.wooprex-marque-section .wooprex_marquee ul li {
    font-size: 60px;
  }
  /* Chef css */
  section.wooprex-our-chef-section .our-chef-text {
    padding: 0px 30px 0px 60px;
  }
  section.wooprex-our-chef-section .our-chef-text h3,
  section.wooprex-our-chef-section .our-chef-text h5,
  section.wooprex-our-chef-section .our-chef-text p {
    position: relative;
    z-index: 2;
  }
  section.wooprex-chef-awards-section .awards-text {
    gap: 30px;
  }
  /* ================== Reservation Page ==================== */
  /* Reaservation - reservation contact css */
  section.wooprex-reservation-contact .reservation-right-wrapper .reservation-contact-text {
    min-height: auto;
    gap: 30px;
    padding: 80px;
  }
  section.wooprex-reservation-contact .reservation-right-wrapper .reservation-contact-text .text-item h5 {
    margin-bottom: 15px;
  }
  /***************** FAQ PAGE *******************/
  section.wooprex-faq-section .faq-bottom .faq-right .accordion .accordion-item button {
    padding: 25px 50px 25px 20px;
    font-size: 20px;
    padding-right: 30px;
  }
  section.wooprex-faq-section .faq-bottom .faq-right .accordion .accordion-item button:after {
    font-size: 20px;
    right: 20px;
  }
  section.wooprex-faq-section .faq-bottom .faq-right .accordion .accordion-item .accordion-body {
    padding: 0px 50px 25px 25px;
  }
  /***************** CHEF PAGE *******************/
  .wooprex-chef-item .chef-image {
    height: 680px;
  }
  .wooprex-chef-item .chef-image:after {
    max-width: 25%;
    max-height: 14%;
  }
  /***************** BLOG DETAILS PAGE *******************/
  .wooprex-blog-details .wooprex-blog-header .header {
    font-size: 40px;
  }
  .wooprex-sidebar.right, .wooprex-sidebar.left {
    padding: 0;
  }
  section.wooprex-contact-box-section .contact-location-wrapper .location-inner {
    padding: 20px;
    gap: 15px;
  }
  section.wooprex-contact-box-section .contact-location-wrapper .location-inner .location-left {
    padding-right: 10px;
  }
}
@media only screen and (max-width: 1199px) {
  .text-size-lg-4 {
    font-size: 16px;
  }
  .text-size-lg-5 {
    font-size: 18px;
  }
  .text-size-lg-6 {
    font-size: 20px;
  }
  .text-size-lg-7 {
    font-size: 28px;
  }
  .text-size-lg-8 {
    font-size: 30px;
  }
  .text-size-lg-9 {
    font-size: 32px;
  }
  .text-size-lg-10 {
    font-size: 36px;
  }
  .text-size-lg-11 {
    font-size: 40px;
  }
  .text-size-lg-12 {
    font-size: 44px;
  }
  .text-size-lg-13 {
    font-size: 48px;
  }
  .text-size-lg-14 {
    font-size: 66px;
  }
  .wooprex-header-section {
    padding: 20px;
  }
  .wooprex-header-section .header-main .wooprex-main-menu ul.box-nav {
    gap: 18px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-section {
    gap: 20px;
  }
  /* Background shape */
  section.wooprex-home-reservation .reservation-right:before,
  section.wooprex-goal-section .goal-item .goal-item-image:after,
  section.wooprex-our-chef-section .our-chef-text:after {
    width: 380px;
    height: 380px;
  }
  /* chef & reservation page Slider */
  .chef-gallery-slider .swiper-button-prev,
  .chef-gallery-slider .swiper-button-next,
  section.wooprex-reservation-page-slider .swiper-button-prev,
  section.wooprex-reservation-page-slider .swiper-button-next {
    width: 100px;
    height: 100px;
  }
  .chef-gallery-slider .swiper-button-prev:after,
  .chef-gallery-slider .swiper-button-next:after,
  section.wooprex-reservation-page-slider .swiper-button-prev:after,
  section.wooprex-reservation-page-slider .swiper-button-next:after {
    width: 50px;
    height: 50px;
  }
  /* Light and dark form */
  section.wooprex-reservation-light .wooprex-reserve-form,
  section.wooprex-reservation-dark .wooprex-reserve-form {
    padding: 0;
  }
  .wooprex-blog-item .blog-image {
    height: 400px;
  }
  .wooprex-blog-item .blog-image:after {
    max-width: 25%;
    max-height: 15%;
  }
  /* Breadcrumb css */
  section.wooprex-breadcrumb-section {
    padding-top: 200px;
    padding-bottom: 70px;
  }
  section.wooprex-breadcrumb-section h1 {
    margin-bottom: 15px;
  }
  section.wooprex-breadcrumb-section.dark-bg {
    padding-top: 180px;
    padding-bottom: 70px;
  }
  section.wooprex-breadcrumb-section.dark-bg h1 {
    margin-top: 0;
  }
  section.wooprex-breadcrumb-section.dark-bg:before, section.wooprex-breadcrumb-section.dark-bg:after {
    bottom: 13%;
    width: 280px;
    height: 180px;
  }
  /* Banner */
  section.wooprex-banner-section {
    height: 700px;
  }
  /* Home - About css */
  section.wooprex-home-about-section .wooprex-about-main .about-text {
    padding: 0;
  }
  /* Home - recommendation css*/
  section.wooprex-recommendation-section .recommendation-top .recommendation-text {
    top: 40px;
  }
  section.wooprex-recommendation-section .recommendation-top .recommendation-text p {
    margin-bottom: 20px;
  }
  section.wooprex-recommendation-section .recommendation-top .recommendation-text.last {
    bottom: 0;
  }
  section.wooprex-recommendation-section .recommendation-top:before {
    font-size: 56px;
    top: inherit;
    bottom: 10%;
    left: -4%;
  }
  section.wooprex-recommendation-section .recommendation-top:after {
    font-size: 56px;
    top: 13%;
    right: -5%;
  }
  section.wooprex-recommendation-section .recommendation-bottom .recommendation-text {
    margin-top: 50px;
  }
  section.wooprex-recommendation-section .recommendation-bottom .recommendation-text.last {
    margin-bottom: 0;
  }
  section.wooprex-recommendation-section .recommendation-bottom .recommendation-image {
    height: 350px;
  }
  section.wooprex-recommendation-section .recommendation-bottom:before {
    font-size: 76px;
    top: -2%;
    right: 0;
  }
  section.wooprex-recommendation-section .recommendation-text p {
    margin-bottom: 20px;
  }
  /* Home - popup */
  section.wooprex-popup-section {
    height: 600px;
  }
  /* Home - Reservation form */
  section.wooprex-home-reservation .wooprex-reserve-form {
    max-width: 600px;
    margin: 0 auto;
  }
  section.wooprex-home-reservation .wooprex-reserve-form form {
    width: 100%;
  }
  section.wooprex-home-reservation .reservation-right {
    margin-top: 60px;
    text-align: center;
  }
  /* Home - marque css */
  section.wooprex-marque-section .wooprex_marquee ul li {
    font-size: 50px;
  }
  /* =================== About Page ==================== */
  /* About - Goal Css */
  section.wooprex-goal-section .goal-item:last-child {
    margin-top: 60px;
  }
  /* Testimonial */
  section.wooprex-testimonial-about .wooprex-testimonial .wooprex-testimonial-wrapper .wooprex-testimonial-main,
  section.wooprex-testimonial-chef .wooprex-testimonial .wooprex-testimonial-wrapper .wooprex-testimonial-main {
    margin-bottom: 60px;
  }
  section.wooprex-testimonial-about .wooprex-testimonial .wooprex-testimonial-wrapper .wooprex-testimonial-main:before,
  section.wooprex-testimonial-chef .wooprex-testimonial .wooprex-testimonial-wrapper .wooprex-testimonial-main:before {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 95%;
    height: 95%;
  }
  section.wooprex-testimonial-about .wooprex-testimonial .wooprex-testimonial-wrapper .wooprex-testimonial-main .testimonial-slider:before,
  section.wooprex-testimonial-chef .wooprex-testimonial .wooprex-testimonial-wrapper .wooprex-testimonial-main .testimonial-slider:before {
    top: 2.5%;
    left: 2.5%;
  }
  section.wooprex-testimonial-about .wooprex-testimonial .wooprex-testimonial-wrapper .wooprex-testimonial-main .testimonial-slider:after,
  section.wooprex-testimonial-chef .wooprex-testimonial .wooprex-testimonial-wrapper .wooprex-testimonial-main .testimonial-slider:after {
    bottom: 2.5%;
    right: 2.5%;
  }
  /* About - recent news */
  section.wooprex-recent-news-about {
    padding-top: 60px;
  }
  /* ================== Chef Page ==================== */
  /* Chef - chef details css */
  section.wooprex-our-chef-section .our-chef-image {
    height: 100%;
  }
  section.wooprex-our-chef-section .our-chef-text {
    padding: 30px 0 0 0;
    gap: 20;
  }
  section.wooprex-our-chef-section .our-chef-text h3,
  section.wooprex-our-chef-section .our-chef-text h5,
  section.wooprex-our-chef-section .our-chef-text p {
    position: relative;
    z-index: 2;
  }
  section.wooprex-our-chef-section .our-chef-text h5 {
    margin-top: 0px;
    padding-left: 120px;
  }
  section.wooprex-our-chef-section .our-chef-text h5:before {
    width: 90px;
  }
  section.wooprex-our-chef-section .our-chef-text:after {
    max-width: 100%;
    right: 0;
    opacity: 0.3;
  }
  /* Chef - gallary slider css */
  .chef-gallery-slider .swiper-slide h5 {
    bottom: 15px;
  }
  .chef-gallery-slider .galleryswiper-one {
    height: 200px;
  }
  .chef-gallery-slider .galleryswiper-two {
    height: 500px;
  }
  /* Chef - awards css */
  section.wooprex-chef-awards-section .awards-text {
    gap: 20px;
  }
  section.wooprex-chef-awards-section .awards-text ul {
    margin-top: 20px;
  }
  section.wooprex-chef-awards-section .awards-image {
    margin-top: 40px;
  }
  /* ================== Menu Page ==================== */
  section.wooprex-our-menu-full-section .our-menu-item {
    margin-bottom: 60px;
  }
  /* ================== Gallery Page ==================== */
  /* Gallery - gallary item */
  section.wooprex-gallery-list-section h2.header-stroke-text {
    font-size: 70px;
    text-wrap: wrap;
  }
  section.wooprex-gallery-list-section .header-stroke-text {
    font-size: 50px;
  }
  section.wooprex-gallery-list-section .wooprex-gallary-wrapper {
    gap: 40px;
  }
  section.wooprex-gallery-list-section .wooprex-gallary-wrapper .wooprex-gallery-item {
    flex-direction: column;
  }
  section.wooprex-gallery-list-section .wooprex-gallary-wrapper .wooprex-gallery-item:nth-child(odd) .gallery-text {
    padding: 0;
  }
  section.wooprex-gallery-list-section .wooprex-gallary-wrapper .wooprex-gallery-item:nth-child(even) .gallery-text {
    order: 2;
  }
  section.wooprex-gallery-list-section .wooprex-gallary-wrapper .wooprex-gallery-item .gallery-text {
    width: 100%;
    margin-top: 30px;
  }
  section.wooprex-gallery-list-section .wooprex-gallary-wrapper .wooprex-gallery-item .gallery-text .wooprex-btn {
    margin-top: 40px;
  }
  section.wooprex-gallery-list-section .wooprex-gallary-wrapper .wooprex-gallery-item .gallery-image {
    width: 100%;
  }
  /* Gallery - gallery dish slider */
  section.wooprex-gallary-special-dish .wooprex_marquee .marquee_items li {
    height: 250px;
  }
  /* ================== Reservation Page ==================== */
  /* Reaservation - reservation contact css */
  section.wooprex-reservation-contact .reservation-right-wrapper .reservation-contact-text {
    min-height: auto;
    gap: 30px;
    padding: 80px;
  }
  section.wooprex-reservation-contact .reservation-right-wrapper .reservation-contact-text .text-item h5 {
    margin-bottom: 15px;
  }
  section.wooprex-reservation-page-slider .swiper-slide {
    height: 450px;
  }
  /* Footer Css */
  footer.wooprex-footer-section .footer-wrapper .footer-item p {
    font-size: 14px;
  }
  footer.wooprex-footer-section .footer-wrapper .footer-follow-us {
    margin-top: 50px;
  }
  footer.wooprex-footer-section .footer-wrapper .footer-follow-us ul:before {
    left: 0%;
  }
  footer.wooprex-footer-section .footer-wrapper .footer-follow-us ul:after {
    right: 0%;
    left: inherit;
  }
  footer.wooprex-footer-section .footer-wrapper .footer-follow-us ul:before, footer.wooprex-footer-section .footer-wrapper .footer-follow-us ul:after {
    width: 80px;
  }
  footer.wooprex-footer-section .footer-wrapper .footer-copy-right {
    margin-top: 50px;
  }
  /***************** FAQ PAGE *******************/
  section.wooprex-faq-section .faq-top h2 {
    font-size: 45px;
  }
  section.wooprex-faq-section .faq-bottom .faq-right .accordion .accordion-item button {
    padding: 20px 40px 20px 20px;
    font-size: 18px;
    padding-right: 30px;
  }
  section.wooprex-faq-section .faq-bottom .faq-right .accordion .accordion-item button:after {
    font-size: 18px;
    right: 20px;
  }
  section.wooprex-faq-section .faq-bottom .faq-right .accordion .accordion-item .accordion-body {
    padding: 0px 40px 20px 20px;
  }
  /***************** CHEF PAGE *******************/
  .wooprex-chef-item {
    margin-left: 0 !important;
  }
  .wooprex-chef-item .chef-image {
    height: 550px;
  }
  .wooprex-chef-item .chef-image:after {
    max-width: 20%;
    max-height: 15%;
  }
  .wooprex-chef-item .chef-image a img {
    -o-object-position: top;
       object-position: top;
  }
  .wooprex-chef-item .chef-description {
    padding-top: 25px;
  }
  .wooprex-chef-item .chef-description h3 {
    font-size: 20px;
  }
  section.wooprex-chef-list-section .chef-list-main-wrapper:before, section.wooprex-chef-list-section .chef-list-main-wrapper:after {
    display: none;
  }
  /***************** BLOG DETAILS PAGE *******************/
  .wooprex-blog-details .wooprex-blog-header .header {
    font-size: 40px;
  }
  .wooprex-sidebar.right, .wooprex-sidebar.left {
    padding: 0;
    padding-top: 50px;
    margin-top: 50px;
    border-top: 1px solid #e8e2d1;
  }
  .wooprex-sidebar .wooprex-sidebar-category,
  .wooprex-sidebar .wooprex-sidebar-archive,
  .wooprex-sidebar .wooprex-sidebar-latest-post,
  .wooprex-sidebar .wooprex-sidebar-tags,
  .wooprex-sidebar .wooprex-sidebar-social {
    padding: 20px;
  }
  section.wooprex-contact-box-section {
    margin-top: 80px;
  }
  section.wooprex-contact-box-section .contact-location-wrapper .location-inner {
    padding: 30px;
    flex-direction: column;
    gap: 30px;
    align-items: flex-start;
    justify-content: center;
  }
  section.wooprex-contact-box-section .contact-location-wrapper .location-inner h5 {
    margin-bottom: 15px;
  }
  section.wooprex-contact-box-section .contact-location-wrapper .location-inner .location-left {
    gap: 30px;
    padding-right: 0;
    border: none;
  }
}
@media only screen and (max-width: 991px) {
  .padding-md-y {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .padding-md-top {
    padding-top: 60px;
  }
  .padding-md-bottom {
    padding-bottom: 60px;
  }
  .text-size-md-4 {
    font-size: 14px;
  }
  .text-size-md-5 {
    font-size: 16px;
  }
  .text-size-md-6 {
    font-size: 18px;
  }
  .text-size-md-7 {
    font-size: 18px;
  }
  .text-size-md-8 {
    font-size: 28px;
  }
  .text-size-md-9 {
    font-size: 30px;
  }
  .text-size-md-10 {
    font-size: 28px;
  }
  .text-size-md-11 {
    font-size: 30px;
  }
  .text-size-md-12 {
    font-size: 40px;
  }
  .text-size-md-13 {
    font-size: 44px;
  }
  .text-size-md-14 {
    font-size: 64px;
  }
  .wooprex-header-section .header-main .header-logo {
    text-align: left;
  }
  .wooprex-header-section .header-main .wooprex-main-menu,
  .wooprex-header-section .header-main .header-button {
    display: none;
  }
  .mobile-menu-bar-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  header.wooprex-header-section .header-main .header-logo {
    text-align: left;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  /***************** FAQ PAGE *******************/
  section.wooprex-faq-section .faq-top {
    margin-bottom: 50px;
  }
  section.wooprex-faq-section .faq-top h2 {
    font-size: 40px;
  }
  section.wooprex-faq-section .faq-bottom .faq-left ul.nav-tabs {
    order: 4;
    margin-top: 50px;
    flex-direction: row;
  }
  section.wooprex-faq-section .faq-bottom .faq-right .accordion .accordion-item button {
    padding: 20px 40px 20px 20px;
    font-size: 20px;
    padding-right: 30px;
  }
  section.wooprex-faq-section .faq-bottom .faq-right .accordion .accordion-item button:after {
    font-size: 20px;
    right: 20px;
  }
  section.wooprex-faq-section .faq-bottom .faq-right .accordion .accordion-item .accordion-body {
    padding: 0px 40px 20px 20px;
  }
  /***************** COMING SOON PAGE *******************/
  section.wooprex-coming-soon-section {
    height: 550px;
  }
  section.wooprex-coming-soon-section .coming-soon-main-wrapper p {
    margin-bottom: 15px;
  }
  section.wooprex-coming-soon-section .coming-soon-main-wrapper h1 {
    font-size: 50px;
  }
  section.wooprex-coming-soon-section .coming-soon-main-wrapper .wooprex-countdown {
    margin-top: 60px;
    gap: 40px;
  }
  section.wooprex-coming-soon-section .coming-soon-main-wrapper .wooprex-countdown .item {
    padding-right: 40px;
  }
  section.wooprex-coming-soon-section .coming-soon-main-wrapper .wooprex-countdown .item:after {
    font-size: 28px;
  }
  section.wooprex-coming-soon-section .coming-soon-main-wrapper .wooprex-countdown .item span {
    font-size: 30px;
  }
  section.wooprex-coming-soon-section .coming-soon-main-wrapper .wooprex-countdown .item h4 {
    margin-top: 5px;
  }
  section.wooprex-coming-soon-section .coming-soon-main-wrapper a {
    margin-top: 60px;
  }
  /***************** ERROR PAGE *******************/
  .wooprex-error-section .error-wrapper-main h1 {
    font-size: 150px;
  }
  .wooprex-error-section .error-wrapper-main p {
    margin-bottom: 50px;
  }
  /***************** CHEF PAGE *******************/
  .wooprex-chef-item {
    margin-left: 0 !important;
  }
  .wooprex-chef-item .chef-image {
    height: 430px;
  }
  .wooprex-chef-item .chef-image:after {
    max-width: 20%;
    max-height: 15%;
  }
  .wooprex-chef-item .chef-image a img {
    -o-object-position: top;
       object-position: top;
  }
  .wooprex-chef-item .chef-description {
    padding-top: 25px;
  }
  .wooprex-chef-item .chef-description h3 {
    font-size: 20px;
  }
  section.wooprex-chef-list-section .chef-list-main-wrapper:before, section.wooprex-chef-list-section .chef-list-main-wrapper:after {
    display: none;
  }
  /***************** BLOG DETAILS PAGE *******************/
  .wooprex-blog-details .wooprex-blog-header .header {
    font-size: 35px;
  }
  .wooprex-blog-details .wooprex-blog-description h4 {
    font-size: 26px;
  }
  .wooprex-sidebar.right, .wooprex-sidebar.left {
    padding: 0;
    padding-top: 50px;
    margin-top: 50px;
    border-top: 1px solid #e8e2d1;
  }
  .wooprex-sidebar .wooprex-sidebar-category,
  .wooprex-sidebar .wooprex-sidebar-archive,
  .wooprex-sidebar .wooprex-sidebar-latest-post,
  .wooprex-sidebar .wooprex-sidebar-tags,
  .wooprex-sidebar .wooprex-sidebar-social {
    padding: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .wooprex-flex {
    display: block;
  }
  .text-size-sm-4 {
    font-size: 12px;
  }
  .text-size-sm-5 {
    font-size: 14px;
  }
  .text-size-sm-6 {
    font-size: 19px;
  }
  .text-size-sm-7 {
    font-size: 20px;
  }
  .text-size-md-8 {
    font-size: 22px;
  }
  .text-size-sm-9 {
    font-size: 24px;
  }
  .text-size-sm-10 {
    font-size: 28px;
  }
  .text-size-sm-11 {
    font-size: 32px;
  }
  .text-size-sm-12 {
    font-size: 30px;
  }
  .text-size-sm-13 {
    font-size: 32px;
  }
  .text-size-sm-14 {
    font-size: 38px;
  }
  .padding-md-y {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .container {
    padding: 0px 20px;
  }
  .header-section,
  section.wooprex-recommendation-section .recommendation-top .recommendation-text,
  section.wooprex-recommendation-section .recommendation-bottom .recommendation-text,
  section.wooprex-goal-section .goal-item,
  section.wooprex-gallery-list-section h2.header-stroke-text,
  footer.wooprex-footer-section .footer-wrapper .footer-logo,
  footer.wooprex-footer-section .footer-wrapper .footer-item {
    margin-bottom: 60px;
  }
  section.wooprex-food-menu-section .wooprex-menu-item .menu-inner-item {
    display: block;
  }
  section.wooprex-food-menu-section .wooprex-menu-item .menu-inner-item .menu-text,
  section.wooprex-food-menu-section .wooprex-menu-item .menu-inner-item .menu-image,
  section.wooprex-gallery-list-section .wooprex-gallary-wrapper .wooprex-gallery-item .gallery-image,
  section.wooprex-gallery-list-section .wooprex-gallary-wrapper .wooprex-gallery-item .gallery-text {
    width: 100%;
  }
  .wooprex-testimonial,
  .wooprex-testimonial .testimonial-slider .testimonial-item,
  section.wooprex-recommendation-section .recommendation-bottom .recommendation-image,
  section.wooprex-food-menu-section .wooprex-menu-item .menu-inner-item .menu-image .image-item,
  section.wooprex-food-menu-section .wooprex-menu-item .menu-inner-item .menu-image .image-item a,
  section.wooprex-home-reservation .reservation-right a,
  section.wooprex-our-menu-full-section .our-menu-item .menu-top {
    min-height: auto;
    height: auto;
  }
  /* Background shape */
  section.wooprex-home-reservation .reservation-right:before,
  section.wooprex-goal-section .goal-item .goal-item-image:after,
  section.wooprex-our-chef-section .our-chef-text:after {
    width: 350px;
    height: 350px;
  }
  /* chef & reservation page Slider */
  .chef-gallery-slider .swiper-button-prev,
  .chef-gallery-slider .swiper-button-next,
  section.wooprex-reservation-page-slider .swiper-button-prev,
  section.wooprex-reservation-page-slider .swiper-button-next {
    width: 80px;
    height: 80px;
  }
  .chef-gallery-slider .swiper-button-prev:after,
  .chef-gallery-slider .swiper-button-next:after,
  section.wooprex-reservation-page-slider .swiper-button-prev:after,
  section.wooprex-reservation-page-slider .swiper-button-next:after {
    width: 40px;
    height: 40px;
  }
  /* Light and dark form */
  section.wooprex-reservation-light .wooprex-reserve-form,
  section.wooprex-reservation-dark .wooprex-reserve-form {
    padding: 0;
  }
  /* Breadcrumb css */
  section.wooprex-breadcrumb-section {
    padding-top: 180px;
    padding-bottom: 60px;
  }
  section.wooprex-breadcrumb-section h1 {
    margin-bottom: 15px;
  }
  section.wooprex-breadcrumb-section.dark-bg {
    padding-top: 180px;
    padding-bottom: 60px;
  }
  section.wooprex-breadcrumb-section.dark-bg:before, section.wooprex-breadcrumb-section.dark-bg:after {
    bottom: 13%;
    width: 135px;
    height: 120px;
  }
  section.wooprex-breadcrumb-section.dark-bg h1 {
    margin-top: 0;
  }
  /* Reserve form */
  .wooprex-reserve-form form {
    width: 100%;
  }
  .wooprex-reserve-form form input {
    padding: 16px;
    font-size: 16px;
  }
  .wooprex-reserve-form form input::-moz-placeholder {
    font-size: 14px;
  }
  .wooprex-reserve-form form input::placeholder {
    font-size: 14px;
  }
  .wooprex-reserve-form form .time-picker {
    height: 185px;
  }
  .wooprex-reserve-form form .custom-select .selected-item,
  .wooprex-reserve-form form .custom-date-picker input,
  .wooprex-reserve-form form .custom-time-picker input,
  .wooprex-reserve-form form .custom-time-picker .time-picker div {
    padding: 18px;
    font-size: 14px;
  }
  .wooprex-reserve-form form .custom-select img,
  .wooprex-reserve-form form .custom-date-picker img,
  .wooprex-reserve-form form .custom-time-picker img {
    width: 10px;
  }
  /* Section Header & sub header*/
  .header-section {
    gap: 20px;
  }
  .header {
    font-size: 36px;
  }
  .sub-header {
    font-size: 20px;
  }
  /* Slider */
  .wooprex-banner-section .swiper-button-prev,
  .wooprex-testimonial .swiper-button-prev,
  .chef-gallery-slider .swiper-button-prev,
  .wooprex-reservation-page-slider .swiper-button-prev {
    left: 15px;
  }
  .wooprex-banner-section .swiper-button-next,
  .wooprex-testimonial .swiper-button-next,
  .chef-gallery-slider .swiper-button-next,
  .wooprex-reservation-page-slider .swiper-button-next {
    right: 15px;
  }
  /* Header Css */
  header.wooprex-header-section {
    padding: 20px;
  }
  /* Home - Banner Css */
  section.wooprex-banner-section {
    height: 600px;
  }
  /* Home - About section */
  section.wooprex-home-about-section .wooprex-about-main .about-text {
    padding: 0;
    gap: 25px;
    margin: 40px 0px;
  }
  section.wooprex-home-about-section .wooprex-about-main .about-image {
    max-width: 400px;
    margin: 0 auto;
  }
  /* Home - Testimonial css */
  .wooprex-testimonial .testimonial-slider {
    margin-bottom: 65px !important;
  }
  .wooprex-testimonial .testimonial-slider .testimonial-item {
    background-size: auto;
    padding: 40px 30px;
  }
  .wooprex-testimonial .testimonial-slider .testimonial-item img {
    width: 80px;
    margin-bottom: 25px;
  }
  .wooprex-testimonial .testimonial-slider .testimonial-item .testimonial-text p {
    margin-bottom: 25px;
  }
  /* Home - recommendation css*/
  section.wooprex-recommendation-section .recommendation-top .recommendation-text {
    position: static;
  }
  section.wooprex-recommendation-section .recommendation-top .recommendation-text p {
    margin-bottom: 20px;
  }
  section.wooprex-recommendation-section .recommendation-top .recommendation-text.last {
    position: static;
    margin-top: 60px;
    margin-bottom: 0;
  }
  section.wooprex-recommendation-section .recommendation-top:before {
    font-size: 56px;
    top: inherit;
    bottom: 20%;
    left: -4%;
  }
  section.wooprex-recommendation-section .recommendation-top:after {
    font-size: 56px;
    top: 13%;
    right: -5%;
  }
  section.wooprex-recommendation-section .recommendation-bottom .recommendation-text {
    margin-top: 50px;
  }
  section.wooprex-recommendation-section .recommendation-bottom .recommendation-text.last {
    margin-bottom: 0;
  }
  section.wooprex-recommendation-section .recommendation-bottom:before {
    font-size: 76px;
    top: -2%;
    right: 0;
  }
  section.wooprex-recommendation-section .recommendation-text p {
    margin-bottom: 20px;
  }
  /* Home - food menu css */
  section.wooprex-food-menu-section .wooprex-menu-item {
    margin-bottom: 60px;
  }
  section.wooprex-food-menu-section .wooprex-menu-item .menu-inner-item .menu-text {
    text-align: flex-start !important;
  }
  section.wooprex-food-menu-section .wooprex-menu-item .menu-inner-item .menu-image {
    margin: 15px 0px;
  }
  section.wooprex-food-menu-section .wooprex-menu-item .menu-inner-item .menu-image .image-item {
    gap: 10px;
    padding: 20px 0px;
  }
  section.wooprex-food-menu-section .wooprex-menu-item p.menu-description-text {
    margin-top: 20px;
  }
  /* Home - Popup css */
  section.wooprex-popup-section {
    height: 500px;
  }
  /* Home - reservation */
  section.wooprex-home-reservation .reservation-right {
    margin-top: 60px;
    text-align: center;
  }
  section.wooprex-home-reservation .reservation-right:before {
    right: 0;
    max-width: 100%;
  }
  /* Home - marque css */
  section.wooprex-marque-section .wooprex_marquee ul li {
    font-size: 45px;
    padding: 0px 50px;
  }
  /* Home - recent news css */
  .wooprex-recent-news-slider .news-slider-main {
    padding-bottom: 120px;
  }
  .wooprex-blog-item .blog-image {
    height: 420px;
  }
  .wooprex-blog-item .blog-image:after {
    max-width: 25%;
    max-height: 15%;
  }
  /* ================== About Page ==================== */
  /* About - Goal css */
  section.wooprex-goal-section .goal-item:last-child {
    margin-bottom: 0;
  }
  section.wooprex-goal-section .goal-item .goal-item-text {
    margin-top: 20px;
  }
  section.wooprex-goal-section .goal-item .goal-item-text h3 {
    margin-bottom: 20px;
  }
  section.wooprex-goal-section .goal-item .goal-item-image {
    max-width: 400px !important;
    margin: 0 auto;
  }
  section.wooprex-testimonial-about .wooprex-testimonial .wooprex-testimonial-wrapper .wooprex-testimonial-main,
  section.wooprex-testimonial-chef .wooprex-testimonial .wooprex-testimonial-wrapper .wooprex-testimonial-main {
    margin-bottom: 60px;
  }
  section.wooprex-testimonial-about .wooprex-testimonial .wooprex-testimonial-wrapper .wooprex-testimonial-main:before,
  section.wooprex-testimonial-chef .wooprex-testimonial .wooprex-testimonial-wrapper .wooprex-testimonial-main:before {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 95%;
    height: 95%;
  }
  section.wooprex-testimonial-about .wooprex-testimonial .wooprex-testimonial-wrapper .wooprex-testimonial-main .testimonial-slider:before,
  section.wooprex-testimonial-chef .wooprex-testimonial .wooprex-testimonial-wrapper .wooprex-testimonial-main .testimonial-slider:before {
    top: 2.5%;
    left: 2.5%;
  }
  section.wooprex-testimonial-about .wooprex-testimonial .wooprex-testimonial-wrapper .wooprex-testimonial-main .testimonial-slider:after,
  section.wooprex-testimonial-chef .wooprex-testimonial .wooprex-testimonial-wrapper .wooprex-testimonial-main .testimonial-slider:after {
    bottom: 2.5%;
    right: 2.5%;
  }
  /* ================== Chef Page ==================== */
  /* Chef - chef details css */
  section.wooprex-our-chef-section .our-chef-text {
    padding: 30px 0 0 0;
    gap: 20;
  }
  section.wooprex-our-chef-section .our-chef-text h3,
  section.wooprex-our-chef-section .our-chef-text h5,
  section.wooprex-our-chef-section .our-chef-text p {
    position: relative;
    z-index: 2;
  }
  section.wooprex-our-chef-section .our-chef-text h5 {
    margin-top: 0px;
    padding-left: 120px;
  }
  section.wooprex-our-chef-section .our-chef-text h5:before {
    width: 90px;
  }
  section.wooprex-our-chef-section .our-chef-text:after {
    max-width: 100%;
    right: 0;
    opacity: 0.3;
  }
  /* Chef - gallary slider css */
  .chef-gallery-slider .swiper-slide h5 {
    bottom: 15px;
  }
  .chef-gallery-slider .galleryswiper-one {
    height: 150px;
  }
  .chef-gallery-slider .galleryswiper-two {
    height: 300px;
  }
  /* Chef - awards css */
  section.wooprex-chef-awards-section .awards-text {
    gap: 20px;
  }
  section.wooprex-chef-awards-section .awards-text ul {
    margin-top: 20px;
  }
  section.wooprex-chef-awards-section .awards-image {
    margin-top: 40px;
  }
  section.wooprex-chef-awards-section .awards-image:after {
    font-size: 80px;
  }
  /* ================== Menu Page ==================== */
  /* Menu - menu details css */
  section.wooprex-our-menu-full-section .our-menu-item {
    margin-bottom: 60px;
  }
  section.wooprex-our-menu-full-section .our-menu-item:before {
    width: 300px;
    height: 130px;
  }
  section.wooprex-our-menu-full-section .our-menu-item .menu-top .top-image .top-image-text {
    padding: 30px;
  }
  section.wooprex-our-menu-full-section .our-menu-item .menu-top .top-image .top-image-text h3 {
    padding-left: 25px;
    font-size: 16px;
    margin-bottom: 15px;
  }
  section.wooprex-our-menu-full-section .our-menu-item .menu-top .top-image .top-image-text h3:after {
    width: 42%;
  }
  section.wooprex-our-menu-full-section .our-menu-item .menu-top .top-image .top-image-text .menu-list {
    gap: 10px;
  }
  section.wooprex-our-menu-full-section .our-menu-item .menu-top .top-image .top-image-text .menu-list .list-item {
    width: 90%;
    gap: 5px;
  }
  section.wooprex-our-menu-full-section .our-menu-item .menu-top .top-image .top-image-text .menu-list .list-item .item-description h4 {
    font-size: 14px;
    margin-bottom: 5px;
  }
  section.wooprex-our-menu-full-section .our-menu-item .menu-top .top-image .top-image-text .menu-list .list-item .item-description p {
    font-size: 12px;
    line-height: 1.1;
  }
  section.wooprex-our-menu-full-section .our-menu-item.two h3:after {
    width: 30% !important;
  }
  section.wooprex-our-menu-full-section .our-menu-item.three h3:after {
    width: 47% !important;
  }
  section.wooprex-our-menu-full-section .our-menu-item.two:before, section.wooprex-our-menu-full-section .our-menu-item.three:before {
    top: 50%;
    transform: translateY(-50%);
  }
  section.wooprex-our-menu-full-section .our-menu-item .menu-bottom {
    margin-top: -100px;
  }
  /* ================== Gallery Page ==================== */
  /* Gallery - gallary item */
  section.wooprex-gallery-list-section h2.header-stroke-text {
    font-size: 48px;
    text-wrap: wrap;
  }
  section.wooprex-gallery-list-section .header-stroke-text {
    font-size: 40px;
    margin: 5px 0px;
  }
  section.wooprex-gallery-list-section .wooprex-gallary-wrapper {
    gap: 40px;
  }
  section.wooprex-gallery-list-section .wooprex-gallary-wrapper .wooprex-gallery-item {
    flex-direction: column;
  }
  section.wooprex-gallery-list-section .wooprex-gallary-wrapper .wooprex-gallery-item:nth-child(odd) .gallery-text {
    padding: 0;
  }
  section.wooprex-gallery-list-section .wooprex-gallary-wrapper .wooprex-gallery-item:nth-child(even) .gallery-text {
    order: 2;
  }
  section.wooprex-gallery-list-section .wooprex-gallary-wrapper .wooprex-gallery-item .gallery-text {
    margin-top: 20px;
  }
  section.wooprex-gallery-list-section .wooprex-gallary-wrapper .wooprex-gallery-item .gallery-text .wooprex-btn {
    margin-top: 20px;
  }
  /* Gallery - gallery dish slider */
  section.wooprex-gallary-special-dish .wooprex_marquee .marquee_items li {
    height: 200px;
  }
  /* ================== Reservation Page ==================== */
  /* Reservation - reservation contact css */
  section.wooprex-reservation-contact .reservation-right-wrapper {
    margin: 0px 12px;
    margin-top: 35px;
  }
  section.wooprex-reservation-contact .reservation-right-wrapper .reservation-contact-text .text-item h5 {
    margin-bottom: 15px;
  }
  section.wooprex-reservation-page-slider .swiper-slide {
    height: 300px;
  }
  /* ================== Contact Page ==================== */
  /* Contact - map */
  section.wooprex-google-map {
    padding-top: 120px;
  }
  section.wooprex-google-map iframe {
    height: 300px;
  }
  section.wooprex-contact-box-section {
    margin-top: 80px;
  }
  section.wooprex-contact-box-section input,
  section.wooprex-contact-box-section textarea {
    padding: 18px;
    font-size: 16px;
  }
  section.wooprex-contact-box-section input::-moz-placeholder, section.wooprex-contact-box-section textarea::-moz-placeholder {
    font-size: 14px;
  }
  section.wooprex-contact-box-section input::placeholder,
  section.wooprex-contact-box-section textarea::placeholder {
    font-size: 14px;
  }
  section.wooprex-contact-box-section .contact-location-wrapper {
    margin-top: 40px;
  }
  section.wooprex-contact-box-section .contact-location-wrapper .location-inner {
    padding: 20px;
    flex-direction: column;
    gap: 30px;
    align-items: flex-start;
    justify-content: center;
  }
  section.wooprex-contact-box-section .contact-location-wrapper .location-inner h5 {
    margin-bottom: 15px;
  }
  section.wooprex-contact-box-section .contact-location-wrapper .location-inner .location-left {
    gap: 30px;
    padding-right: 0;
    border: none;
  }
  /* Footer Css */
  footer.wooprex-footer-section .footer-wrapper .footer-logo {
    display: block;
    text-align: center;
  }
  footer.wooprex-footer-section .footer-wrapper .footer-item {
    gap: 15px;
    align-items: center;
    text-align: center;
  }
  footer.wooprex-footer-section .footer-wrapper .footer-item p {
    font-size: 14px;
  }
  footer.wooprex-footer-section .footer-wrapper .footer-follow-us {
    margin-top: 0px;
  }
  footer.wooprex-footer-section .footer-wrapper .footer-follow-us ul:before {
    left: 0;
  }
  footer.wooprex-footer-section .footer-wrapper .footer-follow-us ul:after {
    right: 0;
    left: inherit;
  }
  footer.wooprex-footer-section .footer-wrapper .footer-follow-us ul:before, footer.wooprex-footer-section .footer-wrapper .footer-follow-us ul:after {
    width: 50px;
  }
  footer.wooprex-footer-section .footer-wrapper .footer-copy-right {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 575px) {
  .container {
    padding: 0px 20px;
  }
  .header-section,
  section.wooprex-recommendation-section .recommendation-top .recommendation-text,
  section.wooprex-recommendation-section .recommendation-bottom .recommendation-text,
  section.wooprex-goal-section .goal-item,
  section.wooprex-gallery-list-section h2.header-stroke-text,
  footer.wooprex-footer-section .footer-wrapper .footer-logo,
  footer.wooprex-footer-section .footer-wrapper .footer-item {
    margin-bottom: 40px;
  }
  section.wooprex-food-menu-section .wooprex-menu-item .menu-inner-item {
    display: block;
  }
  section.wooprex-food-menu-section .wooprex-menu-item .menu-inner-item .menu-text,
  section.wooprex-food-menu-section .wooprex-menu-item .menu-inner-item .menu-image,
  section.wooprex-gallery-list-section .wooprex-gallary-wrapper .wooprex-gallery-item .gallery-image,
  section.wooprex-gallery-list-section .wooprex-gallary-wrapper .wooprex-gallery-item .gallery-text {
    width: 100%;
  }
  .wooprex-testimonial,
  .wooprex-testimonial .testimonial-slider .testimonial-item,
  section.wooprex-recommendation-section .recommendation-bottom .recommendation-image,
  section.wooprex-food-menu-section .wooprex-menu-item .menu-inner-item .menu-image .image-item,
  section.wooprex-food-menu-section .wooprex-menu-item .menu-inner-item .menu-image .image-item a,
  section.wooprex-home-reservation .reservation-right a,
  section.wooprex-our-menu-full-section .our-menu-item .menu-top {
    min-height: auto;
    height: auto;
  }
  /* Background shape */
  section.wooprex-home-reservation .reservation-right:before,
  section.wooprex-goal-section .goal-item .goal-item-image:after,
  section.wooprex-our-chef-section .our-chef-text:after {
    width: 320px;
    height: 320px;
  }
  /* chef & reservation page Slider */
  .chef-gallery-slider .swiper-button-prev,
  .chef-gallery-slider .swiper-button-next,
  section.wooprex-reservation-page-slider .swiper-button-prev,
  section.wooprex-reservation-page-slider .swiper-button-next {
    width: 60px;
    height: 60px;
  }
  .chef-gallery-slider .swiper-button-prev:after,
  .chef-gallery-slider .swiper-button-next:after,
  section.wooprex-reservation-page-slider .swiper-button-prev:after,
  section.wooprex-reservation-page-slider .swiper-button-next:after {
    width: 30px;
    height: 30px;
  }
  /* Light anddark form */
  section.wooprex-reservation-light .wooprex-reserve-form,
  section.wooprex-reservation-dark .wooprex-reserve-form {
    padding: 0;
  }
  /* Breadcrumb css */
  section.wooprex-breadcrumb-section {
    padding-top: 180px;
    padding-bottom: 60px;
  }
  section.wooprex-breadcrumb-section h1 {
    margin-bottom: 15px;
  }
  section.wooprex-breadcrumb-section.dark-bg {
    padding-top: 180px;
    padding-bottom: 60px;
  }
  section.wooprex-breadcrumb-section.dark-bg:before, section.wooprex-breadcrumb-section.dark-bg:after {
    bottom: 13%;
    width: 75px;
    height: 120px;
  }
  /* Reserve form */
  .wooprex-reserve-form form {
    width: 100%;
  }
  .wooprex-reserve-form form input {
    padding: 16px;
    font-size: 16px;
  }
  .wooprex-reserve-form form input::-moz-placeholder {
    font-size: 14px;
  }
  .wooprex-reserve-form form input::placeholder {
    font-size: 14px;
  }
  .wooprex-reserve-form form .time-picker {
    height: 185px;
  }
  .wooprex-reserve-form form .custom-select .selected-item,
  .wooprex-reserve-form form .custom-date-picker input,
  .wooprex-reserve-form form .custom-time-picker input,
  .wooprex-reserve-form form .custom-time-picker .time-picker div {
    padding: 18px;
    font-size: 14px;
  }
  .wooprex-reserve-form form .custom-select img,
  .wooprex-reserve-form form .custom-date-picker img,
  .wooprex-reserve-form form .custom-time-picker img {
    width: 10px;
  }
  /* Section Header & sub header*/
  .header-section {
    gap: 20px;
  }
  .header {
    font-size: 30px;
  }
  .sub-header {
    font-size: 15px;
  }
  /* Slider */
  .wooprex-banner-section .swiper-button-prev,
  .wooprex-testimonial .swiper-button-prev,
  .chef-gallery-slider .swiper-button-prev,
  .wooprex-reservation-page-slider .swiper-button-prev {
    left: 15px;
  }
  .wooprex-banner-section .swiper-button-next,
  .wooprex-testimonial .swiper-button-next,
  .chef-gallery-slider .swiper-button-next,
  .wooprex-reservation-page-slider .swiper-button-next {
    right: 15px;
  }
  /* Header Css */
  header.wooprex-header-section {
    padding: 20px;
  }
  /* Home - Banner Css */
  section.wooprex-banner-section {
    height: 100vh;
  }
  /* Home - About section */
  section.wooprex-home-about-section .wooprex-about-main .about-text {
    padding: 0;
    gap: 25px;
    margin: 40px 0px;
  }
  /* Home - Testimonial css */
  .wooprex-testimonial .wooprex-testimonial-main .testimonial-slider {
    margin-bottom: 65px !important;
  }
  .wooprex-testimonial .wooprex-testimonial-main .testimonial-slider .testimonial-item {
    background-size: auto;
    padding: 40px 30px;
  }
  .wooprex-testimonial .wooprex-testimonial-main .testimonial-slider .testimonial-item img {
    width: 80px;
    margin-bottom: 25px;
  }
  .wooprex-testimonial .wooprex-testimonial-main .testimonial-slider .testimonial-item .testimonial-text p {
    margin-bottom: 25px;
  }
  /* Home - recommendation css*/
  section.wooprex-recommendation-section .recommendation-top .recommendation-text {
    position: static;
  }
  section.wooprex-recommendation-section .recommendation-top .recommendation-text p {
    margin-bottom: 20px;
  }
  section.wooprex-recommendation-section .recommendation-top .recommendation-text.last {
    position: static;
    margin-top: 60px;
    margin-bottom: 0;
  }
  section.wooprex-recommendation-section .recommendation-top .salmon {
    font-size: 38px;
    right: -5%;
  }
  section.wooprex-recommendation-section .recommendation-top .lobster {
    font-size: 38px;
    left: -4%;
  }
  section.wooprex-recommendation-section .recommendation-bottom .recommendation-text {
    margin-top: 50px;
  }
  section.wooprex-recommendation-section .recommendation-bottom .recommendation-text.last {
    margin-bottom: 0;
  }
  section.wooprex-recommendation-section .recommendation-bottom .lamb {
    font-size: 40px;
    right: 0;
    top: -2%;
  }
  section.wooprex-recommendation-section .recommendation-text p {
    margin-bottom: 20px;
  }
  /* Home - food menu css */
  section.wooprex-food-menu-section .wooprex-menu-item {
    margin-bottom: 60px;
  }
  section.wooprex-food-menu-section .wooprex-menu-item .menu-inner-item .menu-text {
    text-align: center !important;
  }
  section.wooprex-food-menu-section .wooprex-menu-item .menu-inner-item .menu-image {
    margin: 15px 0px;
  }
  section.wooprex-food-menu-section .wooprex-menu-item .menu-inner-item .menu-image .image-item {
    gap: 10px;
    padding: 20px 0px;
  }
  section.wooprex-food-menu-section .wooprex-menu-item p.menu-description-text {
    margin-top: 20px;
  }
  /* Home - Popup css */
  section.wooprex-popup-section {
    height: 500px;
  }
  section.wooprex-popup-section a {
    max-width: 100px;
  }
  /* Home - reservation */
  section.wooprex-home-reservation .reservation-right {
    margin-top: 60px;
    text-align: center;
  }
  section.wooprex-home-reservation .reservation-right:before {
    right: 0;
    max-width: 100%;
  }
  /* Home - marque css */
  section.wooprex-marque-section .wooprex_marquee ul li {
    font-size: 40px;
    padding: 0px 30px;
  }
  section.wooprex-marque-section .wooprex_marquee ul li:before {
    width: 15px;
    height: 15px;
  }
  /* Home - recent news css */
  .wooprex-recent-news-slider .news-slider-main {
    padding-bottom: 120px;
  }
  .wooprex-blog-item .blog-text {
    gap: 15px;
  }
  .wooprex-blog-item .blog-image {
    height: auto;
  }
  .wooprex-blog-item .blog-image:after {
    max-width: 30%;
    max-height: 17%;
  }
  /* ================== About Page ==================== */
  /* About - Goal css */
  section.wooprex-goal-section .goal-item:last-child {
    margin-bottom: 0;
  }
  section.wooprex-goal-section .goal-item .goal-item-text {
    margin-top: 20px;
  }
  section.wooprex-goal-section .goal-item .goal-item-text h3 {
    margin-bottom: 20px;
  }
  section.wooprex-testimonial-about .wooprex-testimonial .wooprex-testimonial-wrapper .wooprex-testimonial-main,
  section.wooprex-testimonial-chef .wooprex-testimonial .wooprex-testimonial-wrapper .wooprex-testimonial-main {
    margin-bottom: 60px;
  }
  section.wooprex-testimonial-about .wooprex-testimonial .wooprex-testimonial-wrapper .wooprex-testimonial-main:before,
  section.wooprex-testimonial-chef .wooprex-testimonial .wooprex-testimonial-wrapper .wooprex-testimonial-main:before {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 95%;
    height: 95%;
  }
  section.wooprex-testimonial-about .wooprex-testimonial .wooprex-testimonial-wrapper .wooprex-testimonial-main .testimonial-slider:before,
  section.wooprex-testimonial-chef .wooprex-testimonial .wooprex-testimonial-wrapper .wooprex-testimonial-main .testimonial-slider:before {
    top: 2.5%;
    left: 2.5%;
  }
  section.wooprex-testimonial-about .wooprex-testimonial .wooprex-testimonial-wrapper .wooprex-testimonial-main .testimonial-slider:after,
  section.wooprex-testimonial-chef .wooprex-testimonial .wooprex-testimonial-wrapper .wooprex-testimonial-main .testimonial-slider:after {
    bottom: 2.5%;
    right: 2.5%;
  }
  /* ================== Chef Page ==================== */
  /* Chef - chef details css */
  section.wooprex-our-chef-section .our-chef-text {
    padding: 30px 0 0 0;
    gap: 20;
  }
  section.wooprex-our-chef-section .our-chef-text h3,
  section.wooprex-our-chef-section .our-chef-text h5,
  section.wooprex-our-chef-section .our-chef-text p {
    position: relative;
    z-index: 2;
  }
  section.wooprex-our-chef-section .our-chef-text h5 {
    margin-top: 0px;
    padding-left: 120px;
  }
  section.wooprex-our-chef-section .our-chef-text h5:before {
    width: 90px;
  }
  section.wooprex-our-chef-section .our-chef-text:after {
    max-width: 100%;
    right: 0;
    opacity: 0.3;
  }
  /* Chef - gallary slider css */
  .chef-gallery-slider .swiper-slide h5 {
    bottom: 15px;
  }
  .chef-gallery-slider .galleryswiper-one {
    height: 150px;
  }
  .chef-gallery-slider .galleryswiper-two {
    height: 300px;
  }
  /* Chef - awards css */
  section.wooprex-chef-awards-section .awards-text {
    gap: 20px;
  }
  section.wooprex-chef-awards-section .awards-text ul {
    margin-top: 20px;
  }
  section.wooprex-chef-awards-section .awards-image {
    margin-top: 40px;
  }
  section.wooprex-chef-awards-section .awards-image:after {
    font-size: 48px;
  }
  /* ================== Menu Page ==================== */
  /* Menu - menu details css */
  section.wooprex-our-menu-full-section .our-menu-item {
    margin-bottom: 60px;
  }
  section.wooprex-our-menu-full-section .our-menu-item:before {
    width: 300px;
    height: 130px;
  }
  section.wooprex-our-menu-full-section .our-menu-item .menu-top .top-image .top-image-text {
    padding: 20px;
  }
  section.wooprex-our-menu-full-section .our-menu-item .menu-top .top-image .top-image-text h3 {
    padding-left: 25px;
    font-size: 16px;
    margin-bottom: 15px;
  }
  section.wooprex-our-menu-full-section .our-menu-item .menu-top .top-image .top-image-text h3:after {
    width: 42%;
  }
  section.wooprex-our-menu-full-section .our-menu-item .menu-top .top-image .top-image-text .menu-list {
    gap: 10px;
  }
  section.wooprex-our-menu-full-section .our-menu-item .menu-top .top-image .top-image-text .menu-list .list-item {
    width: 90%;
    gap: 5px;
  }
  section.wooprex-our-menu-full-section .our-menu-item .menu-top .top-image .top-image-text .menu-list .list-item .item-description h4 {
    font-size: 14px;
    margin-bottom: 5px;
  }
  section.wooprex-our-menu-full-section .our-menu-item .menu-top .top-image .top-image-text .menu-list .list-item .item-description p {
    font-size: 12px;
    line-height: 1.1;
  }
  section.wooprex-our-menu-full-section .our-menu-item.two h3:after {
    width: 30% !important;
  }
  section.wooprex-our-menu-full-section .our-menu-item.three h3:after {
    width: 47% !important;
  }
  section.wooprex-our-menu-full-section .our-menu-item.two:before, section.wooprex-our-menu-full-section .our-menu-item.three:before {
    top: 50%;
    transform: translateY(-50%);
  }
  section.wooprex-our-menu-full-section .our-menu-item .menu-bottom {
    margin-top: -50px;
  }
  /* ================== Gallery Page ==================== */
  /* Gallery - gallary item */
  section.wooprex-gallery-list-section h2.header-stroke-text {
    font-size: 36px;
    text-wrap: wrap;
  }
  section.wooprex-gallery-list-section .header-stroke-text {
    font-size: 32px;
    margin: 5px 0px;
  }
  section.wooprex-gallery-list-section .wooprex-gallary-wrapper {
    gap: 40px;
  }
  section.wooprex-gallery-list-section .wooprex-gallary-wrapper .wooprex-gallery-item {
    flex-direction: column;
  }
  section.wooprex-gallery-list-section .wooprex-gallary-wrapper .wooprex-gallery-item:nth-child(odd) .gallery-text {
    padding: 0;
  }
  section.wooprex-gallery-list-section .wooprex-gallary-wrapper .wooprex-gallery-item:nth-child(even) .gallery-text {
    order: 2;
  }
  section.wooprex-gallery-list-section .wooprex-gallary-wrapper .wooprex-gallery-item .gallery-text {
    margin-top: 20px;
  }
  section.wooprex-gallery-list-section .wooprex-gallary-wrapper .wooprex-gallery-item .gallery-text .wooprex-btn {
    margin-top: 20px;
  }
  /* Gallery - gallery dish slider */
  section.wooprex-gallary-special-dish .wooprex_marquee .marquee_items li {
    height: 130px;
  }
  /* ================== Reservation Page ==================== */
  /* Reaservation - reservation contact css */
  section.wooprex-reservation-contact .reservation-right-wrapper {
    margin: 0px 12px;
    margin-top: 35px;
  }
  section.wooprex-reservation-contact .reservation-right-wrapper .reservation-contact-text {
    gap: 30px;
    padding: 100px;
    text-align: center;
    align-items: center;
  }
  section.wooprex-reservation-contact .reservation-right-wrapper .reservation-contact-text .text-item h5 {
    margin-bottom: 15px;
  }
  section.wooprex-reservation-page-slider .swiper-slide {
    height: 300px;
  }
  /* ================== Contact Page ==================== */
  /* Contact - map */
  section.wooprex-google-map {
    padding-top: 105px;
  }
  section.wooprex-google-map iframe {
    height: 300px;
  }
  section.wooprex-contact-box-section {
    margin-top: 70px;
  }
  section.wooprex-contact-box-section input,
  section.wooprex-contact-box-section textarea {
    padding: 18px;
    font-size: 16px;
  }
  section.wooprex-contact-box-section input::-moz-placeholder, section.wooprex-contact-box-section textarea::-moz-placeholder {
    font-size: 14px;
  }
  section.wooprex-contact-box-section input::placeholder,
  section.wooprex-contact-box-section textarea::placeholder {
    font-size: 14px;
  }
  section.wooprex-contact-box-section .contact-location-wrapper {
    margin-top: 40px;
  }
  section.wooprex-contact-box-section .contact-location-wrapper .location-inner {
    padding: 20px;
    flex-direction: column;
    gap: 30px;
    align-items: flex-start;
    justify-content: center;
  }
  section.wooprex-contact-box-section .contact-location-wrapper .location-inner h5 {
    margin-bottom: 15px;
  }
  section.wooprex-contact-box-section .contact-location-wrapper .location-inner .location-left {
    gap: 30px;
    padding-right: 0;
    border: none;
  }
  /* Footer Css */
  footer.wooprex-footer-section .footer-wrapper .footer-logo {
    display: block;
    text-align: center;
  }
  footer.wooprex-footer-section .footer-wrapper .footer-item {
    gap: 15px;
    align-items: center;
    text-align: center;
  }
  footer.wooprex-footer-section .footer-wrapper .footer-item p {
    font-size: 14px;
  }
  footer.wooprex-footer-section .footer-wrapper .footer-follow-us {
    margin-top: 0px;
  }
  footer.wooprex-footer-section .footer-wrapper .footer-follow-us ul:before, footer.wooprex-footer-section .footer-wrapper .footer-follow-us ul:after {
    display: none;
  }
  footer.wooprex-footer-section .footer-wrapper .footer-copy-right {
    margin-top: 40px;
  }
  /***************** FAQ PAGE *******************/
  section.wooprex-faq-section .faq-top {
    margin-bottom: 50px;
  }
  section.wooprex-faq-section .faq-top h2 {
    font-size: 30px;
  }
  section.wooprex-faq-section .faq-bottom .faq-left ul.nav-tabs {
    order: 4;
    margin-top: 50px;
    flex-direction: row;
  }
  section.wooprex-faq-section .faq-bottom .faq-right .accordion .accordion-item button {
    padding: 20px 40px 20px 20px;
    font-size: 18px;
    padding-right: 30px;
  }
  section.wooprex-faq-section .faq-bottom .faq-right .accordion .accordion-item button:after {
    font-size: 18px;
    right: 20px;
  }
  section.wooprex-faq-section .faq-bottom .faq-right .accordion .accordion-item .accordion-body {
    padding: 0px 40px 20px 20px;
  }
  /***************** COMING SOON PAGE *******************/
  section.wooprex-coming-soon-section {
    height: 550px;
  }
  section.wooprex-coming-soon-section .coming-soon-main-wrapper p {
    margin-bottom: 15px;
  }
  section.wooprex-coming-soon-section .coming-soon-main-wrapper h1 {
    font-size: 42px;
  }
  section.wooprex-coming-soon-section .coming-soon-main-wrapper .wooprex-countdown {
    margin-top: 40px;
    gap: 35px;
  }
  section.wooprex-coming-soon-section .coming-soon-main-wrapper .wooprex-countdown .item {
    padding-right: 35px;
  }
  section.wooprex-coming-soon-section .coming-soon-main-wrapper .wooprex-countdown .item:after {
    font-size: 28px;
  }
  section.wooprex-coming-soon-section .coming-soon-main-wrapper .wooprex-countdown .item span {
    font-size: 28px;
  }
  section.wooprex-coming-soon-section .coming-soon-main-wrapper .wooprex-countdown .item h4 {
    margin-top: 5px;
    font-size: 15px;
  }
  section.wooprex-coming-soon-section .coming-soon-main-wrapper a {
    margin-top: 40px;
  }
  /***************** ERROR PAGE *******************/
  .wooprex-error-section .error-wrapper-main h1 {
    font-size: 120px;
  }
  .wooprex-error-section .error-wrapper-main p {
    margin-bottom: 50px;
  }
  /***************** CHEF PAGE *******************/
  .wooprex-chef-item {
    max-width: 320px;
    margin: 0 auto !important;
  }
  .wooprex-chef-item .chef-image {
    height: 480px;
  }
  .wooprex-chef-item .chef-image:after {
    width: 55px;
    height: 55px;
  }
  .wooprex-chef-item .chef-image a img {
    -o-object-position: top;
       object-position: top;
  }
  .wooprex-chef-item .chef-description {
    padding-top: 25px;
  }
  .wooprex-chef-item .chef-description h3 {
    font-size: 20px;
  }
  section.wooprex-chef-list-section .chef-list-main-wrapper:before, section.wooprex-chef-list-section .chef-list-main-wrapper:after {
    display: none;
  }
  /***************** BLOG DETAILS PAGE *******************/
  .wooprex-blog-details .wooprex-blog-header .header {
    font-size: 28px;
  }
  .wooprex-blog-details .wooprex-blog-thumbnail {
    height: 400px;
  }
  .wooprex-blog-details .wooprex-blog-description h4 {
    font-size: 22px;
  }
  .wooprex-sidebar.right, .wooprex-sidebar.left {
    padding: 0;
    padding-top: 50px;
    margin-top: 50px;
    border-top: 1px solid #e8e2d1;
  }
  .wooprex-sidebar .wooprex-sidebar-category,
  .wooprex-sidebar .wooprex-sidebar-archive,
  .wooprex-sidebar .wooprex-sidebar-latest-post,
  .wooprex-sidebar .wooprex-sidebar-tags,
  .wooprex-sidebar .wooprex-sidebar-social {
    padding: 20px;
  }
  .wooprex-pagination ul.page-numbers li a.page-numbers,
  .wooprex-pagination ul.page-numbers li span.page-numbers.current {
    width: 40px;
    height: 40px;
  }
}
@media only screen and (max-width: 415px) {
  /* Reaservation - reservation contact css */
  section.wooprex-reservation-contact .reservation-right-wrapper {
    margin: 0px 12px;
    margin-top: 35px;
  }
  section.wooprex-reservation-contact .reservation-right-wrapper .reservation-contact-text {
    min-height: auto;
    gap: 30px;
    padding: 50px;
  }
  section.wooprex-reservation-contact .reservation-right-wrapper .reservation-contact-text .text-item h5 {
    margin-bottom: 15px;
  }
  .wooprex-blog-item .blog-image {
    height: 450px;
  }
  /***************** COMING SOON PAGE *******************/
  section.wooprex-coming-soon-section {
    height: 550px;
  }
  section.wooprex-coming-soon-section .coming-soon-main-wrapper p {
    margin-bottom: 15px;
  }
  section.wooprex-coming-soon-section .coming-soon-main-wrapper h1 {
    font-size: 30px;
  }
  section.wooprex-coming-soon-section .coming-soon-main-wrapper .wooprex-countdown {
    margin-top: 40px;
    gap: 20px;
  }
  section.wooprex-coming-soon-section .coming-soon-main-wrapper .wooprex-countdown .item {
    padding-right: 20px;
  }
  section.wooprex-coming-soon-section .coming-soon-main-wrapper .wooprex-countdown .item:after {
    font-size: 26px;
  }
  section.wooprex-coming-soon-section .coming-soon-main-wrapper .wooprex-countdown .item span {
    font-size: 26px;
  }
  section.wooprex-coming-soon-section .coming-soon-main-wrapper .wooprex-countdown .item h4 {
    margin-top: 5px;
    font-size: 14px;
  }
  section.wooprex-coming-soon-section .coming-soon-main-wrapper a {
    margin-top: 40px;
  }
}