@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap");
/*!
Theme Name: jaja
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: jaja

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

/* Common CSS
  --------------------------------------------- */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: inherit;
  font-size: 1em;
}

a {
  background-color: transparent;
  text-decoration: none;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bold;
}

code,
kbd,
samp {
  font-family: inherit;
  font-size: 1em;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

*,
*::before,
*::after {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  scroll-behavior: smooth;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: inherit;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: inherit;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul,
ol {
  margin: 0 3em 1.5em 0;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-right: 1.5em;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

embed,
iframe,
object {
  max-width: 100%;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
  user-select: none;
}

figure {
  margin: 1em 0;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

a {
  color: #4169e1;
}

/*a:visited {
    color: #800080;
  }*/
a:hover,
a:focus,
a:active {
  color: var(--deep-red);
}

a:focus {
  outline: thin dotted;
}

a:hover,
a:active {
  outline: 0;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
  border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  color: #111;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
  padding: 14px 10px;
  height: 230px;
  outline: none;
}

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  right: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* --------------------------------------------- Custom CSS Start  --------------------------------------------- */

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

body {
  color: var(--white);
  font-family: "Open Sans";
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

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

a {
  text-decoration: none;
}

li {
  list-style-type: none;
}

.container {
  max-width: 1540px;
  padding: 0px 50px;
  margin: 0 auto;
  width: 100%;
}

.big_container {
  max-width: 1680px;
}

/*************************************color******************************/

:root {
  --white: #fff;
  --black: #000;
  --orange: #d85f40;
  --border: rgba(255, 255, 255, 0.5);
  --border-white: #fff;
  --green: #224936;
  --lightwhit: #f4fffa;
}

/* *******************tages************************ */

.orange_btn {
  display: flex;
  padding: 12px 24px;
  justify-content: center;
  align-items: center;
  border-radius: 60px;
  border: 1px solid var(--orange);
  background: var(--orange);
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  color: var(--white);
  transition: all ease-in-out 0.3s;
  white-space: nowrap;
}

.orange_btn:hover {
  background-color: transparent;
  color: var(--orange);
  transition: all ease-in-out 0.3s;
}

.black_btn {
  display: flex;
  padding: 12px 24px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 60px;
  border: 1px solid var(--white);
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  color: var(--white);
  background-color: transparent;
}

.black_btn:hover {
  border: 1px solid var(--orange);
  background-color: var(--orange);
  color: var(--white);
  transition: all ease-in-out 0.3s;
}

a {
  text-decoration: none;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  font-style: normal;
  line-height: normal;
  color: var(--black);
  font-weight: 600;
  font-family: "Open Sans";
  text-transform: capitalize;
}

img {
  display: block;
  border: none;
  user-select: none;
  width: 100%;
}

h1,
.title_h1 {
  color: var(--white);
  font-size: 90px;
  font-weight: 700;
  line-height: 112px;
}

h2,
.title_h2 {
  font-size: 60px;
  font-weight: 700;
  color: var(--black);
}

h3,
.title_h3 {
  font-size: 32px;
  font-weight: 400;
  line-height: normal;
  color: var(--white);
}

h4,
.title_h4 {
  font-size: 30px;
  font-weight: 600;
  color: var(--black);
}

h5,
.title_h5 {
  font-size: 22px;
  font-weight: 400;
  color: var(--black);
}

h6,
.title_h6 {
  color: var(--white);
  font-size: 40px;
  font-weight: 700;
}

p {
  color: var(--black);
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
  font-family: "Open Sans";
}

.sixteen_p p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.eight_p p {
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  color: var(--white);
}

.padding_grid {
  padding: 80px 80px 80px 160px;
}

.pad_both {
  padding: 100px 0;
}

.pad_top {
  padding-top: 100px;
}

.pad_btm {
  padding-bottom: 100px;
}

.no_pad {
  padding: 0;
}

.mar_top {
  margin-top: 100px;
}

.mar_btm {
  margin-bottom: 100px;
}

.mar_both {
  margin: 100px 0;
}

.no_mar {
  margin: 0px;
}

.center_text {
  text-align: center;
}

.white_title h2 {
  color: var(--white);
}

/* ***********header************ */
.header {
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1001;
  position: fixed;
  background: rgba(0, 0, 0, 0.55);
  border-bottom: 1px solid var(--border);
}

.main-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row-reverse;
  padding: 16px 0px;
}

.header-left {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  gap: 47px;
}

.header_logo {
  width: 38px;
  height: 100%;
}

.header_logo img {
  width: 100%;
  object-fit: cover;
}

.nav_btn {
  display: flex;
  align-items: center;
  gap: 20px;
}

.header-left .contact {
  color: var(--white);
  font-size: 18px;
  font-weight: 700;
  text-decoration-line: underline;
  transition: all 0.3s ease-in-out 0s;
}

.header-left .contact:hover {
  color: var(--orange);
}

/* Menu Sidebar */

.mobileIcon {
  display: block;
}

.mobileIcon {
  height: 50px;
  cursor: pointer;
  z-index: 99999;
  position: relative;
  display: flex;
  min-width: 50px;
  align-items: center;
  justify-content: center;
  padding: 10px;
  border: 1px solid var(--white);
  border-radius: 50%;
}

.mobileIcon a {
  width: 55px;
  height: 7px;
  border-radius: 0;
  display: inline-block;
  background: #000;
  position: relative;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.mobileIcon a:before {
  position: absolute;
  content: "";
  width: 54px;
  height: 7px;
  border-radius: 0;
  background: #000;
  top: -8px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.mobileIcon a:after {
  position: absolute;
  content: "";
  width: 54px;
  height: 7px;
  border-radius: 0;
  background: #000;
  bottom: -8px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.menu-open .header-logo {
  z-index: 9999;
}

.menu-open .mobileIcon a {
  background: rgb(255 255 255 / 0%);
}

.menu-open .mobileIcon a:before {
  transform: rotate(45deg);
  top: -1px;
  background: white;
}

.menu-open .mobileIcon a:after {
  transform: rotate(-45deg);
  top: -1px;
  background: var(--white);
}

.mobileIcon a:before {
  width: 24px;
  height: 3px;
  border-radius: 5px;
  background: var(--white);
}

.mobileIcon a,
.mobileIcon a:after {
  width: 24px;
  height: 3px;
  border-radius: 5px;
  background: var(--white);
}

.mobileIcon a {
  width: 24px;
}

.right_menu {
  position: fixed;
  top: 0;
  right: 0;
  background: var(--white);
  bottom: 0;
  z-index: 999;
  width: 100%;
  transition: transform 300ms ease-in-out 0s;
  transform: translate3d(100%, 0, 0);
  transition: transform 300ms ease, opacity 300ms ease;
  padding: 50px 30px 30px;
  box-shadow: 0 10px 10px 0 rgb(0 0 0 / 23%);
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  display: flex;
  max-width: 100%;
}

.menu-open .right_menu {
  transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
  backface-visibility: hidden;
  transition: transform 300ms ease, opacity 300ms ease;
  display: flex;
  overflow: auto;
  align-items: center;
  justify-content: center;
  gap: 35px;
}

.menu-open {
  overflow: hidden;
}

.menu-open ul.header_menu {
  justify-content: center;
  flex-direction: column;
  padding-top: 40px;
  gap: 0;
  width: 100%;
}

.menu-open .header_logo {
  z-index: 9999;
}

.menu-open .right_menu_btn {
  justify-content: center;
  padding-top: 30px;
}

.menu-open .header_logo {
  position: relative;
  z-index: 9999;
  justify-content: flex-start;
}

ul.header_menu li {
  padding-bottom: 20px;
  padding-top: 20px;
  border-bottom: 1px solid rgb(255 255 255 / 30%);
  width: 100%;
  text-align: left;
  margin: 0 auto;
}

.menu-open .right_menu ul li a:after {
  width: 30px;
}

.right_menu {
  display: none;
}

.right_menu ul.sub_menu {
  display: none !important;
  position: unset;
  width: 100%;
  background: #290140 !important;
  opacity: 1;
  transform: unset;
  transition: unset;
  margin-top: 20px;
  padding: 0 0 0 0;
  opacity: 0 !important;
  visibility: hidden !important;
}

.right_menu ul.sub_menu.submenu-open {
  display: block !important;
  opacity: 1 !important;
  visibility: visible !important;
}

.menu-open .header_menu ul {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.menu-open .header_menu ul a:after {
  background: var(--white);
  width: 0 !important;
}

.menu-open .header_menu ul a:hover:after {
  width: 100% !important;
}

.menu-open a.btn {
  color: var(--white);
  border: 1px solid #fff;
}

.menu-open a.btn:hover,
.menu-open a.btn:active,
.menu-open a.btn:focus,
.menu-open a.btn:focus-visible {
  background: transparent;
  color: var(--black);
  border-color: var(--black);
  outline: unset;
}

.menu-open .primary-menu {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 14px 0px;
  column-gap: 40px;
  margin: 0px auto;
}

.scroller-main {
  flex-direction: column;
  align-items: center;
}

.menu-open.dark-mood .header_right.right_menu {
  background: var(--dark_bg_color);
}

.menu-sidebar {
  display: block;
  color: white;
}

.main img {
  width: 100%;
  aspect-ratio: 15/7;
}

/* ********menu sidebar******* */
.menu-sidebar {
  position: fixed;
  top: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(5px);
  transition: top 0.3s ease;
  z-index: 1000;
  overflow: hidden;
}

#menuSidebar .header-left {
  display: none;
}

#menuSidebar .nav_btn {
  display: none;
}

.menu-sidebar.show {
  top: 90px;
}

.menu-sidebar ul {
  list-style: none;
  padding: 125px 0px 0px 0px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.menu-sidebar li {
  text-align: center;
}

.menu-sidebar a {
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  line-height: 32px;
  color: var(--white);
  text-decoration: none;
  display: block;
}

/* Styles or Overlay */
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  display: none;
  background: #000000;
  opacity: 0.5;
}

.overlay.active {
  display: block;
  /* Show overlay */
}

.right_menu {
  position: fixed;
  top: 0;
  right: 0;
  background: var(--white);
  bottom: 0;
  z-index: 999;
  width: 100%;
  transition: transform 300ms ease-in-out 0s;
  transform: translate3d(100%, 0, 0);
  transition: transform 300ms ease, opacity 300ms ease;
  padding: 50px 30px 30px;
  box-shadow: 0 10px 10px 0 rgb(0 0 0 / 23%);
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  display: flex;
  max-width: 100%;
}

.menu-open .right_menu {
  transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
  backface-visibility: hidden;
  transition: transform 300ms ease, opacity 300ms ease;
  display: flex;
  overflow: auto;
  align-items: center;
  justify-content: center;
  gap: 35px;
}

.menu-open {
  overflow: hidden;
}

.menu-open ul.header_menu {
  justify-content: center;
  flex-direction: column;
  padding-top: 40px;
  gap: 0;
  width: 100%;
  text-align: left;
  margin: 0 auto;
}

.menu-open .header_logo {
  z-index: 9999;
}

.menu-open .right_menu_btn {
  justify-content: center;
  padding-top: 30px;
}

.menu-open .header_logo {
  position: relative;
  z-index: 9999;
  justify-content: flex-start;
}

ul.header_menu li {
  padding-bottom: 20px;
  padding-top: 20px;
  border-bottom: 1px solid rgb(255 255 255 / 30%);
  width: 100%;
  text-align: left;
  margin: 0 auto;
}

.menu-open .right_menu ul li a:after {
  width: 30px;
}

.right_menu {
  display: none;
}

.right_menu ul.sub_menu {
  display: none !important;
  position: unset;
  width: 100%;
  background: #290140 !important;
  opacity: 1;
  transform: unset;
  transition: unset;
  margin-top: 20px;
  padding: 0 0 0 0;
  opacity: 0 !important;
  visibility: hidden !important;
}

.right_menu ul.sub_menu.submenu-open {
  display: block !important;
  opacity: 1 !important;
  visibility: visible !important;
}

.menu-open .header_menu ul {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.menu-open .header_menu ul a:after {
  background: var(--white);
  width: 0 !important;
}

.menu-open .header_menu ul a:hover:after {
  width: 100% !important;
}

.menu-open a.btn {
  color: var(--white);
  border: 1px solid #fff;
}

.menu-open a.btn:hover,
.menu-open a.btn:active,
.menu-open a.btn:focus,
.menu-open a.btn:focus-visible {
  background: transparent;
  color: var(--black);
  border-color: var(--black);
  outline: unset;
}

.menu-open .primary-menu {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 14px 0px;
  column-gap: 40px;
  margin: 0px auto;
}

/* *******************grid-section************8888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888 */
.grid-parent {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  text-align: center;
  direction: ltr;
  width: 100%;
}

.grid-box a {
  padding: 40px 20px;
  background-color: var(--black);
  border: 1px solid var(--border-white);
  display: inline-block;
  vertical-align: top;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.grid-box h3 {
  line-height: normal;
}

.grid-box:nth-child(1) a {
  background-color: var(--orange);
}

.grid-box:nth-child(1) h3 {
  font-weight: 700;
}

/* **********swiper card slider************* */
.event_otr {
  overflow: hidden !important;
}

.event_otr_main {
  display: flex !important;
  width: 50%;
}

.events_box {
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
  color: white;
  text-align: right;
  border-right: 1px solid var(--white);
}

.slide-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 40px;
  padding: 100px 40px 164px 100px;
  background: url(/wp-content/uploads/2025/04/123-JAJA.webp);
  background-size: cover;
  height: 100%;
}
.slide-content p {
  color: var(--white);
}

.event_otr .swiper-slide-active .slide-content {
  padding: 100px 110px 164px 40px;
}

.title-slider {
  border-bottom: 1px solid var(--white);
  padding-bottom: 30px;
}

.swiper-slide {
  height: auto !important;
}

.swiper-button-prev,
.swiper-button-next {
  color: var(--black);
  padding: 40px;
  border-radius: 50%;
  background-color: var(--white);
  top: 50%;
  transform: translateY(-50%);
}

.swiper-button-prev::after,
.swiper-button-next::after {
  font-size: 2em;
}

.swiper-button-next,
.swiper-button-prev {
  color: var(--black) !important;
}

/* *************order-grid-section*********** */
.gallery-main {
  width: 100%;
  margin: 0 auto;
}

.left {
  width: 100%;
  display: flex;
}

.column-card {
  display: flex;
  flex-direction: column;
  flex: 1;
}

.img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.img-box {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  border: 1px solid #ffffff;
	    flex: 1;
/*   height: 100%; */
}

.img-box a {
  display: inline-block;
  height: 100%;
}

.img-box a:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: #000;
  opacity: 0.5;
}

.img-box h2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: max-content;
  z-index: 1;
}

/* *********************chef-card-section******* */

.chef-section-main {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
}

.chef-section-main .link-item:nth-child(1) {
  grid-column: 1 / 3;
  grid-row: 1 / 2;
}

.chef-section-main .link-item:nth-child(2) {
  border-right: 1px solid var(--white);
  grid-column: 1 / 2;
  grid-row: 2 / 3;
}

.chef-section-main .link-item:nth-child(3) {
  grid-column: 2 / 3;
  grid-row: 2 / 3;
}

.grid-item {
  position: relative;
  overflow: hidden;
  height: 100%;
  border: 1px solid #fff;
}

.grid-item:after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: #000000;
  opacity: 0.4;
}

.grid-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.grid-item h2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
  z-index: 1;
  text-align: center;
}

.arrow-button {
  position: absolute;
  top: 50px;
  right: 50px;
  background-color: var(--white);
  border-radius: 50%;
  width: 70px;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  z-index: 2;
  border: none;
  transition: all 0.3s ease-in-out 0s;
}

.chef-section-main .link-item:hover .arrow-button,
.img-box a:hover .arrow-button {
  transform: rotate(45deg);
  background: var(--orange);
}

.img-box a:hover .arrow-button svg path,
.chef-section-main .link-item:hover .arrow-button svg path {
  fill: white;
}

/* ***************footer************ */

.footer-ptn {
  position: relative;
  background: var(--green);
}

.footer-ptn::after {
  content: "";
  position: absolute;
  background: url(/wp-content/uploads/2025/04/fooet-patch.webp);
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  inset: 0;
}

.footer_main {
  padding: 60px 0px;
  border-bottom: 1px solid var(--border);
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
  z-index: 1;
}

.footer-middle {
  display: flex;
  gap: 132px;
  align-items: flex-start;
}

.footer-right {
  text-align: end;
}

.footer-left {
  display: flex;
  gap: 16px;
  align-items: flex-start;
}

.social-link {
  display: flex;
  gap: 16px;
  align-items: center;
  justify-content: center;
}

.social-link a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 41px;
  height: 41px;
  border: 1px solid var(--border);
  padding: 10px;
  transition: all 0.3s ease-in-out 0s;
}

.social-link a:hover {
  background: rgb(255 255 255 / 30%);
}

.social-link a img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.footer-first-ptn {
  display: flex;
  flex-direction: column;
  gap: 51px;
}

.footer-wrapper {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: flex-start;
  text-align: right;
  justify-content: flex-end;
}

.footer-wrapper h5 {
  font-size: 20px;
  text-align: right;
  font-weight: 700;
  line-height: 28px;
  color: var(--white);
}

.footer-right .logo {
  max-width: 74px;
}

.icon-div {
  display: flex;
  align-items: center;
  gap: 8px;
}

.icon-div img {
  width: 20px;
  vertical-align: middle;
  object-fit: cover;
}

.icon-div .contact-us,
.icon-div p {
  font-weight: 300;
  font-size: 18px;
  color: var(--white);
  transition: all 0.3s ease-in-out 0s;
}

.footer-wrapper p {
  font-weight: 300;
}

.footer-right .logo img {
  width: 100%;
  object-fit: cover;
}

.footer-third-ptn .footer-wrapper ul {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

#primary-menu .menu-item a {
  color: var(--white);
  transition: all 0.3s ease-in-out 0s;
  font-size: 18px;
  font-weight: 300;
  line-height: 26px;
  text-transform: capitalize;
}

.menu-sidebar ul#primary-menu li a {
  font-size: 30px;
  font-weight: 700;
  line-height: 32px;
}
.menu-header-menu-container #primary-menu .current-menu-item a {
  color: var(--orange);
}

#primary-menu .menu-item a:hover,
.icon-div .contact-us:hover {
  color: var(--orange);
}

.footer-bottom {
  padding: 20px 0px;
  position: relative;
  z-index: 1;
}

.footer-bottom p {
  font-weight: 300;
  line-height: 26px;
  color: var(--white);
  text-align: center;
}

.social-link a img {
  width: 20px;
  height: 20px;
}

/* **************About-page-time-section************* */

.about_left_right_content {
  display: flex;
}
.about_left_right_content .image_content {
  width: 47.813%;
}
.about_left_right_content .content {
  flex: 1;
}
.left-container-section {
  flex-direction: column;
  display: flex;
  gap: 50px;
}
.left-container-section p {
  color: var(--black);
}
.grid-timeout {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 30px 80px;
}
.grid-ptn {
  display: flex;
  flex-direction: column;
  gap: 30px;
  align-items: center;
  flex-wrap: wrap;
}
.grid-ptn p {
  text-align: center;
}

.grid-img img {
  object-fit: cover;
  width: 100%;
}

.wrapper-child {
  display: flex;
  flex-direction: column;
  gap: 50px;
}

.medi-time {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
}

.left-medi {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.left-medi h6 {
  color: var(--black);
  font-size: 20px;
  font-weight: 700;
  line-height: 32px;
}

.right-container-section {
  width: 47.82%;
}

.right-container-section img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}

.inner_hero_banner_text {
  padding: 350px 0 238px;
  text-align: center;
}

.inner_hero_banner {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.inner_hero_banner_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.inner_hero_banner_bg img {
  height: 100%;
  object-fit: cover;
  object-position: center;
}

/* ***************menu-page******************** */
.menu-page .grid-parent {
  grid-template-columns: repeat(5, 1fr);
}

.menu-page .grid-box {
  padding: 40px 20px;
  background-color: var(--black);
  border: 1px solid var(--border-white);
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
}

.grid-box:hover,
.grid-box.active-tab {
  background-color: var(--orange);
}

.tab-content {
  display: none;
}

/* **********************pizza-section******************** */
.pizza-menu-main {
  background-color: var(--lightwhit);
}

.left-title {
  text-align: right;
  width: 100%;
  display: flex;
  flex-direction: column-reverse;
}

.left-title h2 {
  color: var(--black);
  white-space: nowrap;
  position: relative;
}

.left-title h2:before {
  position: absolute;
  content: "";
  right: 0;
  height: 1px;
  bottom: -5px;
  background: rgba(0, 0, 0, 0.4);
  width: 15%;
}

.menu-ptn {
  display: flex;
  flex-direction: column;
  text-align: right;
  align-items: flex-end;
  gap: 50px;
  width: 100%;
}

.option {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.option h5 {
  max-width: 70%;
}

.item-name {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
}
.pizza-menu-right {
  width: 49.59%;
}
.pizza-menu-right img {
  width: 100%;
  object-fit: cover;
  height: 100%;
  border: 1px solid white;
}
.pizza-menu-left {
  display: flex;
  flex-direction: column;
  gap: 50px;
}

.menu_sub_title h3 {
  font-size: 46px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
  color: #427c67;
}

.pizza-menu-left .left-title h2 {
  color: #f69a93;
}

.pizza-menu-left .left-title h2:before {
  background: #f69a93;
}

.menu_ptn_inr h4.large {
  font-size: 46px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
  width: 100%;
}

.menu_ptn_inr h4.orange {
  color: #d86649;
}
.menu_ptn_inr h4.black {
  color: var(--black);
}
.menu_ptn_inr h4.small {
  font-size: 38px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
}

.item-name h4.orange {
  color: #f69a93;
}
.menu_ptn_inr_list {
  display: flex;
  gap: 16px;
  flex-direction: column;
}

.menu_ptn_inr {
  display: flex;
  flex-direction: column;
  gap: 30px;
  width: 100%;
}

/* ********************menu-page********************* */

.chef-main {
  background-color: var(--lightwhit);
}
.chef-left h2 {
  color: var(--black);
  padding-bottom: 16px;
}
.description {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: flex-start;
}
.jobs_main_inr_box {
  padding: 50px;
  background: #fff;
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.06);
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.input-ptn select {
  padding: 14px 10px 14px 40px;
  outline: none;
  border: 1px solid rgba(0, 0, 0, 0.3);
  background: url('data:image/svg+xml,<svg width="24" height="25" viewBox="0 0 24 25" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M12.7044 16.2073C12.5169 16.3948 12.2626 16.5001 11.9974 16.5001C11.7322 16.5001 11.4779 16.3948 11.2904 16.2073L5.63341 10.5503C5.5379 10.4581 5.46172 10.3478 5.40931 10.2257C5.3569 10.1037 5.32932 9.97252 5.32816 9.83974C5.32701 9.70696 5.35231 9.57529 5.40259 9.45239C5.45287 9.32949 5.52713 9.21784 5.62102 9.12395C5.71491 9.03006 5.82656 8.9558 5.94946 8.90552C6.07236 8.85524 6.20404 8.82994 6.33681 8.83109C6.46959 8.83225 6.60081 8.85983 6.72282 8.91224C6.84482 8.96465 6.95517 9.04083 7.04741 9.13634L11.9974 14.0863L16.9474 9.13634C17.136 8.95418 17.3886 8.85339 17.6508 8.85567C17.913 8.85795 18.1638 8.96312 18.3492 9.14852C18.5346 9.33393 18.6398 9.58474 18.6421 9.84694C18.6444 10.1091 18.5436 10.3617 18.3614 10.5503L12.7044 16.2073Z" fill="black"/></svg>');
  background-repeat: no-repeat;
  background-size: 24px;
  background-position: left 10px center;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -os-appearance: none;
  width: 100%;
}
.input-ptn input,
.input-ptn textarea,
.input-ptn select,
label {
  color: #000;
  text-align: right;
  font-family: "Open Sans";
  font-size: 18px;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
}
.select_box_otr {
  padding: 30px;
  border: 1px solid rgba(0, 0, 0, 0.3);
}
.select_box_otr span.wpcf7-form-control.wpcf7-checkbox.positions_list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px 40px;
}
.select_box_otr
  span.wpcf7-form-control.wpcf7-checkbox.positions_list
  span
  label {
  display: flex;
  gap: 10px;
  align-items: center;
  flex-wrap: wrap;
}
.select_box_otr span.wpcf7-list-item span.wpcf7-list-item-label {
  flex: 1;
}
.select_box_otr span.wpcf7-list-item {
  margin: 0;
}
input[type="checkbox"] {
  width: 20px !important;
  height: 20px !important;
  background: #fff;
  border: 0.5px solid black;
  cursor: pointer !important;
  position: relative !important;
  appearance: none;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 20px;
}
input[type="checkbox"]:checked:after {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #224936;
}
.age_select span.wpcf7-list-item {
  display: flex;
  margin: 0;
}

.age_select span.wpcf7-list-item label {
  gap: 10px !important;
  display: flex;
  margin: 0;
  align-items: center;
  justify-content: center;
}
span.wpcf7-spinner {
  display: none;
}
.submit_btn {
  width: 100%;
}
.submit_btn input,
form .orange_btn {
  width: 100% !important;
  border-radius: 60px !important;
  border: 1px solid #d85f40 !important;
  background: #d85f40 !important;
  color: #fff;
  font-family: "Open Sans";
  font-size: 18px !important;
  font-weight: 400 !important;
  line-height: 26px !important;
  text-transform: capitalize !important;
  cursor: pointer;
}
.submit_btn input:hover {
  background: transparent !important;
}
.wpcf7-form-control-wrap {
  position: relative;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
  border-color: transparent;
  background: #ff3d0b;
  margin: 0;
  padding: 0.2em 0.7em;
  font-size: 1em;
  line-height: normal;
  width: 100%;
  text-align: right;
  color: #ffffff;
}
.wpcf7 form .wpcf7-response-output {
  margin: 0 !important;
  color: #46b450;
  width: 100% !important;
}

.wpcf7-not-valid-tip {
  display: flex;
  position: absolute;
  top: 100%;
  font-size: 0.9em;
  color: red;
  line-height: normal !important;
}

.input-ptn .wpcf7-form-control-wrap {
  display: flex;
}

/* ***************blog-page*************** */
.blog-box-OTR {
  background-color: var(--lightwhit);
}

.blog-box-OTR .container {
  max-width: 1700px;
}

.blog-box-main {
  display: flex;
  flex-direction: column;
  gap: 80px;
}

.blog-box-top {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-template-rows: auto;
  gap: 30px;
  direction: ltr;
}

.card-ptn {
  padding: 30px;
  display: flex;
  flex-direction: column;
  height: auto;
  gap: 24px;
  background-color: var(--white);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.06);
}

.card-top {
  display: flex;
}

.card-top img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.card-bottom {
  display: flex;
  flex-direction: column;
  gap: 24px;
  direction: rtl;
  flex: 1;
}

.date {
  font-weight: 600;
  color: var(--black);
  line-height: normal;
}

.card-details {
  display: flex;
  flex-direction: column;
  gap: 16px;
  height: 100%;
}

.card-ptn {
  grid-area: 1 / 1 / 3 / 2;
}

.blog-box-top .card-ptn:nth-child(2) {
  grid-area: 1 / 2 / 2 / 3;
  height: fit-content;
  flex-direction: row;
}

.blog-box-top .card-ptn:nth-child(3) {
  grid-area: 2 / 2 / 3 / 3;
  flex-direction: row;
}

.card-details h6,
.card-details p {
  color: var(--black);
}

.blog-box-bottom {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
.bottom-card a,
.page-template-media-page .bottom-card {
  padding: 30px;
  display: flex;
  flex-direction: column;
  height: fit-content;
  gap: 24px;
  background-color: var(--white);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.06);
  height: 100%;
}

.card-ptn a {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.blog-box-top .card-ptn:not(:first-child) a {
  flex-direction: row;
}

.card-top img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.card-ptn:nth-child(1) .card-top {
  padding-top: 65.38%;
  position: relative;
  width: 100%;
}

.blog-box-top .card-ptn:not(:first-child) .card-top {
  position: relative;
  padding-top: 45.52%;
  width: 42.622%;
}

.bottom-card .card-top {
  padding-top: 66.18%;
  position: relative;
}

.conatct_main_sec .chef-main {
  justify-content: flex-start;
}

.contact_image {
  position: relative;
  aspect-ratio: 16 / 9;
}

.conatct_main_sec .contact_map iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

/* .video_main {
  position: relative;
  aspect-ratio: 16 / 9;
   height: 100%;
  width: 100%; 
} */
/* .video_section .video_main .video-player {
  width: 100%;
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
} */

.video_section {
  position: relative;
  aspect-ratio: 16 / 9;
  width: 100%;
}
.video_section iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
}
.video_main {
  position: relative;
  aspect-ratio: 16 / 9;
  width: 100%;
  height: 100%;
}
.video_section .video_main .video-player {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.main_full_screen .video_section {
  aspect-ratio: unset;
}
.blog-pagination a.next.page-numbers {
  margin-right: auto;
  margin-left: 0;
}

/* ************contact-page********* */

.inner_hero_banner_bg .image_section {
  height: 100%;
}

.conatct_main_sec .chef-main {
  background-color: var(--lightwhit);
}
.wrapper-class {
  gap: 30px;
  display: flex;
  flex-direction: column;
}
.operations-container {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.operation-item {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.operation-title {
  font-weight: 600;
  font-size: 30px;
  color: var(--black);
  line-height: normal;
}

.operation-content {
  font-size: 22px;
  color: var(--black);
  font-weight: 400;
}

.conatct_main_sec .form_main_box {
  background-color: var(--white);
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.06);
  display: flex;
  padding: 50px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  gap: 30px;
}

.wpcf7 {
  width: 100%;
  display: flex;
  direction: rtl;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
}

form {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 30px;
}
.box-input-ptn {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.input-ptn {
  width: 100%;
}
.input-ptn input {
  width: 100%;
  display: flex;
  padding: 14px 10px;
  justify-content: flex-end;
  align-items: center;
  outline: none;
  border: 1px solid rgba(0, 0, 0, 0.3);
}
.input-ptn input::placeholder,
.input-ptn textarea::placeholder {
  color: var(--black);
  font-size: 18px;
  font-weight: 400;
}

.input-ptn textarea {
  border: 1px solid rgba(0, 0, 0, 0.3);
  resize: none !important;
}
.second-box {
  width: 100%;
  display: flex;
  align-items: flex-end;
  gap: 24px;
}
form .orange_btn {
  width: 100%;
}
/* .conatct_main_sec .contact_map{
  width: 100%;
  height: 100%;
}
.contact_map iframe{
  width: 100%;
  height: 100%;
  object-fit: cover;
} */

.accessbility_main h2 {
  padding-bottom: 14px;
}

.accessbility_main h2,
.accessbility_content h3,
.accessbility_content h4,
.accessbility_content h5,
.accessbility_content h6,
.accessbility_content p,
.accessbility_content li,
.accessbility_content a,
.cmn_banner_title h2 {
  color: var(--black);
  font-family: "Open Sans";
  line-height: normal;
  text-transform: capitalize;
}

.accessbility_content h3,
.accessbility_content h4,
.accessbility_content h5,
.accessbility_content h6 {
  padding-bottom: 24px;
  padding-top: 16px;
}

.accessbility_content p {
  padding-bottom: 8px;
}
.accessbility_btn {
  display: flex;
  margin-top: 26px;
}
.accessbility_content a {
  color: var(--orange);
  text-decoration: underline;
}
.accessbility_content a:hover {
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}

/* Blog Detail */

.blog_banner {
  position: relative;
}
.blog_banner_image {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}
.blog_banner_image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.blog_banner_title {
  padding: 350px 0 238px;
  text-align: center;
}
.cmn_banner_title h2 {
  padding-bottom: 50px;
  text-align: center;
}
.blog_content_box {
  padding-top: 50px;
}

/* Blog Page */

.blog-pagination {
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  gap: 20px;
}

a.prev.page-numbers {
  margin-left: 0;
  margin-right: auto;
}

.blog-pagination a,
.blog-pagination span {
  color: #000;
  font-family: "Open Sans";
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
}

a.next.page-numbers {
  margin-left: auto;
}

.blog-pagination a:hover {
  color: var(--orange);
}

.blog-pagination span {
  color: var(--orange);
  font-weight: 600;
}

/* New Style Formate */

.main_full_screen {
  /* display: flex; */
  /* max-width: 1920px;
  margin: 0px auto; */
}

.pad_left_sixty {
  padding: 80px 80px 80px 160px;
}
.pad_right_sixty {
  padding: 80px 160px 80px 80px;
}

.cmn_left_right_big {
  display: flex;
}
.main_full_screen .pizza-menu-main {
  align-items: flex-start;
}
.cmn_left_right_big .big_img_content {
  width: 49.584%;
  position: sticky;
  top: 0;
}
.cmn_left_right_big .big_content {
  flex: 1;
}
.big_img_content img,
.about_left_right_content img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}

.contact_content {
  display: flex;
  flex-direction: column;
  gap: 50px;
}
.operation-item a.operation-content:hover {
  color: var(--orange);
}

.pag_btn {
  position: absolute;
  display: flex;
  justify-content: space-between;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
  z-index: 1;
  margin: 0px auto;
  padding: 0px 10px;
}
.cmn_btn {
  position: relative !important;
  transform: unset !important;
  width: 90px !important;
  height: 90px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  inset: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  background: unset !important;
  padding: 15px !important;
  background: white !important;
}
.cmn_btn::after {
  content: unset !important;
}
.cmn_btn svg path {
  fill: black;
}
.cmn_btn:hover {
  background: var(--orange) !important;
  transition: all 0.3s ease-in-out;
}

.cmn_btn:hover svg path {
  fill: white;
  transition: all 0.3s ease-in-out;
}

.same_height {
  width: 33%;
}

.section_con_v_middle .chef-left {
  align-self: center;
}
.franchises_form_sec {
  background: #e9f6f0;
}

.franchises_form_sec_inr .jobs_main_inr_box {
  max-width: 939px;
  margin: 0 auto;
}
.card-details a {
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px; /* 160% */
  color: var(--black);
  transition: all 0.3s ease-in-out 0s;
  margin-top: auto;
}

.card-details a:hover {
  color: var(--orange);
}
.page-template-media-page .bottom-card .card-details a {
  padding: 0;
  background: none;
  box-shadow: none;
}
.jaja_con_sec_img {
  display: flex;
  flex-wrap: wrap;
  height: 100%;
}

.jaja_con_sec_img .jaja_con_sec_img_box:not(:first-child) {
  width: 50%;
}

.header-rigth {
  display: flex;
  align-items: center;
  gap: 47px;
}

.header-rigth .custom-language-switcher {
  display: flex;
  gap: 8px;
  align-items: center;
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.header-rigth .custom-language-switcher a {
  display: flex;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #ffffff;
  align-items: center;
  gap: 5px;
}

.header-rigth .custom-language-switcher a img {
  width: 24px;
  height: 24px;
  border-radius: 100%;
  object-fit: cover;
}
.header-rigth .custom-language-switcher a:hover {
  color: #c4573d;
}
.banner_content .main_full_screen , .order-section-main .main_full_screen , .btm_order_otr .main_full_screen {
    max-width: unset;
}
section.hero_banner + section.grid-section {
    background: #000000;
}
.gallery-main .left .img-box a {
    width: 100%;
	aspect-ratio: 5 / 7.9;
}
.gallery-main .left .column-card .img-box:first-child a {
    aspect-ratio: 19/18;
}

.gallery-main .left .column-card .img-box:last-child a {
    aspect-ratio: 19 / 12;
}

.chef-section-main .link-item:first-child {
    aspect-ratio: 256 / 100;
}

.chef-section-main .link-item:nth-child(2),.chef-section-main .link-item:nth-child(3) {
    aspect-ratio: 64/50;
}
.menu-category-dropdown-wrapper {
    display: none;
}

.menu-category-dropdown-wrapper select#menu-category-dropdown {
    width: 100%;
    height: 50px;
    padding: 12px 20px 15px 50px;
    font-size: 22px;
    background-color: var(--black);
    border: none;
    font-weight: 400;
    color: var(--white);
    background-image: url(data:image/svg+xml,<svg width="28" height="16" viewBox="0 0 28 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M14.1613 11.193L24.3438 1.00992C24.6901 0.664089 25.1253 0.487005 25.6495 0.478672C26.1732 0.470755 26.6163 0.647839 26.9788 1.00992C27.3409 1.37242 27.522 1.81159 27.522 2.32742C27.522 2.84325 27.3409 3.28242 26.9788 3.64492L15.7432 14.8805C15.5091 15.1143 15.2622 15.2793 15.0026 15.3755C14.743 15.4718 14.4626 15.5199 14.1613 15.5199C13.8601 15.5199 13.5797 15.4718 13.3201 15.3755C13.0605 15.2793 12.8136 15.1143 12.5795 14.8805L1.34384 3.64492C0.998011 3.29867 0.820927 2.86346 0.812594 2.3393C0.804677 1.81555 0.981761 1.37242 1.34384 1.00992C1.70634 0.647838 2.14551 0.466796 2.66134 0.466796C3.17718 0.466796 3.61634 0.647838 3.97884 1.00992L14.1613 11.193Z" fill="white"/></svg>);
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: left 20px center;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    -os-appearance: none;
}

.select_box_otr span.wpcf7-list-item span.wpcf7-list-item-label::before, .select_box_otr span.wpcf7-list-item span.wpcf7-list-item-label::after {
  content: none;
}


.menu-page .grid-parent {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
	    flex-direction: row-reverse;
}

.menu-page .grid-box {
  min-width: calc(20% - 0px);
  flex: 1;
}
.menu-page .grid-box h3 {
    white-space: nowrap;
}



/* .hero-video-placeholder {
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    display: block;
}

.hero-video-player,
.hero-video-iframe {
    display: none;
} */