@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Fraunces:ital,opsz,wght@0,9..144,100..900;1,9..144,100..900&display=swap");

/*--- Common CSS 
-----------------------------------------*/
:root {
  --primary-color: #fb0404;
  --secondary-color: #0f1a1a;
  --accent-color: #0a3d7e;
  --light-color: #f3edea;
}

html,
body {
  height: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  scroll-behavior: smooth;
}

body {
  font-family: "Outfit", serif;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  position: relative;
  z-index: 1;
  background: var(--secondary-color);
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  position: relative;
  color: var(--light-color);
  font-family: "Outfit", serif;
  font-weight: 500;
  margin: 0;
}

a {
  text-decoration: none;
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: var(--light-color);
}

a:hover {
  color: var(--primary-color);
}

p {
  font-family: "Outfit", serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 27px;
  position: relative;
  color: var(--light-color);
}

button {
  color: var(--light-color);
}

button,
input,
textarea,
a:hover,
a:focus,
a:visited {
  text-decoration: none;
  outline: none;
  outline-width: 0 !important;
}

input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
  color: transparent;
}

img {
  display: inline-block;
  max-width: 100%;
}

i,
span,
a {
  display: inline-block;
}

ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

table,
th,
tr,
td {
  border: 1px solid #ddd;
}

th,
tr,
td {
  padding: 10px;
}

hr {
  border-top: 1px solid var(--primary-color);
}

li {
  color: var(--light-color);
}

::selection {
  background: #ddd;
  color: var(--secondary-color);
}

.fix {
  overflow: hidden;
}

.auto-container {
  position: static;
  max-width: 1200px;
  padding: 0 80px;
  margin: 0 auto;
}

/*Section Padding CSS*/

.section-padding {
  padding: 100px 0;
}

.btn:hover {
  color: var(--light-color);
  background-color: var(--secondary-color);
  border-color: var(--secondary-color);
}

@media (max-width: 767px) {
  .xs-contact-infomation,
  .xs-contact-sec,
  .xs-contact-infomation.xs-contact-info-1,
  .section.xs-contact-sec.xs-contact-v2-sec {
    margin-bottom: 60px;
  }
  .contact-info-group {
    margin-bottom: 40px;
  }

  .xs-contact-sec {
    margin-bottom: 60px !important;
  }

  .xs-get-in-touch {
    padding: 60px 0 20px !important;
  }

  .xs-contact-infomation.xs-contact-infomation-v2
    [class*="col-"]:last-of-type
    .contact-info-group {
    margin-bottom: 0;
  }
}

/*Margin & Padding */

.pt-0 {
  padding-top: 0;
}

.pb-0 {
  padding-bottom: 0;
}

.pt-20 {
  padding-top: 20px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pt-30 {
  padding-top: 30px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pt-40 {
  padding-top: 40px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pt-50 {
  padding-top: 50px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pt-60 {
  padding-top: 60px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pt-70 {
  padding-top: 70px;
}

.pb-70 {
  padding-bottom: 70px;
}

.pt-80 {
  padding-top: 80px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pt-90 {
  padding-top: 90px;
}

.pb-90 {
  padding-bottom: 90px;
}

.pt-100 {
  padding-top: 100px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pt-120 {
  padding-top: 120px;
}

.pb-120 {
  padding-bottom: 120px;
}

.pt-150 {
  padding-top: 150px;
}

.pb-150 {
  padding-bottom: 150px;
}

.pt-180 {
  padding-top: 180px;
}

.pb-180 {
  padding-bottom: 180px;
}

.mt-10 {
  margin-top: 10px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mt-15 {
  margin-top: 15px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mt-20 {
  margin-top: 20px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mt-30 {
  margin-top: 30px;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mt-40 {
  margin-top: 40px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mt-50 {
  margin-top: 50px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mt-60 {
  margin-top: 60px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mt-70 {
  margin-top: 70px;
}

.mb-70 {
  margin-bottom: 70px;
}

.mt-80 {
  margin-top: 80px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mt-90 {
  margin-top: 90px;
}

.mb-90 {
  margin-bottom: 90px;
}

.mt-100 {
  margin-top: 100px;
}

.mb-100 {
  margin-bottom: 100px;
}

.mt-120 {
  margin-top: 120px;
}

.mb-120 {
  margin-bottom: 120px;
}

.mt-150 {
  margin-top: 150px;
}

.mt-300 {
  margin-top: 300px;
}

.ml-10 {
  margin-left: 10px;
}

.ml-20 {
  margin-left: 20px;
}

.ml-30 {
  margin-left: 30px;
}

.ml-40 {
  margin-left: 40px;
}

.ml-50 {
  margin-left: 50px;
}

.mr-10 {
  margin-right: 10px;
}

.mr-20 {
  margin-right: 20px;
}

.mr-30 {
  margin-right: 30px;
}

.mr-40 {
  margin-right: 40px;
}

.mr-50 {
  margin-right: 50px;
}

.pt-50 {
  padding-top: 50px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pl-50 {
  padding-left: 50px;
}

.pl-100 {
  padding-left: 100px;
}

.pr-100 {
  padding-right: 100px;
}

.pl-150 {
  padding-left: 150px;
}

.pr-150 {
  padding-right: 150px;
}

.pr-50 {
  padding-right: 50px;
}

.pl-60 {
  padding-left: 60px;
}

.pr-60 {
  padding-right: 60px;
}

.pl-100 {
  padding-left: 100px;
}

.pr-50 {
  padding-right: 100px;
}

.ml-auto {
  margin-left: auto !important;
}

.mr-auto {
  margin-right: auto !important;
}

/*Section Title */

.section-title {
  position: relative;
  margin-bottom: 25px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .section-title {
    margin-bottom: 10px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-title {
    margin-bottom: 20px;
  }
}

@media (max-width: 767px) {
  .section-title {
    margin-bottom: 10px;
  }
}

.section-title h1 {
  font-size: 90px;
  font-weight: 500;
  line-height: 100px;
  letter-spacing: -2px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .section-title h1 {
    font-size: 80px;
    line-height: 90px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-title h1 {
    font-size: 70px;
    line-height: 80px;
  }
}

@media (max-width: 767px) {
  .section-title h1 {
    font-size: 40px;
    line-height: 50px;
  }
}

.section-title h2 {
  line-height: 60px;
  color: var(--primary-color);
  font-size: 3rem;
  font-weight: 500;
  text-transform: capitalize;
  font-family: "Fraunces", serif;
}

.section-title h2 span {
  color: #6dd6f9;
}

.section-title h3 {
  font-size: 20px;
  line-height: 40px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .section-title h3 {
    font-size: 20px;
    line-height: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-title h3 {
    font-size: 20px;
    line-height: 40px;
  }
}

@media (max-width: 767px) {
  .section-title h3 {
    font-size: 20px;
    line-height: 30px;
  }
}

.section-title p {
  margin: 0;
}

.section-title span i {
  color: var(--secondary-color);
  font-size: 80px;
}

@media (max-width: 767px) {
  .section-title span i {
    font-size: 40px;
  }
}

.section-title i {
  color: #6dd6f9;
  position: relative;
  top: 10px;
}

.gray-bg .section-title span i {
  color: #6dd6f9;
}

.section-title img {
  border-radius: 50px;
  height: 60px;
  position: relative;
  bottom: 5px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-title img {
    display: none;
  }
}

@media (max-width: 767px) {
  .section-title img {
    display: none;
  }
}

@media (max-width: 767px) {
  .section-title img {
    height: 40px;
  }
}

/*Button Style */

.theme-btn,
.white-btn {
  display: inline-flex;
  color: var(--light-color);
  font-size: 1rem;
  font-weight: 500;
  line-height: 16px;
  padding: 15px 25px;
  background: var(--primary-color);
  border: 1px solid transparent;
  text-align: center;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.new-btn {
  background: var(--primary-color) !important;
  border-color: var(--primary-color) !important;
}
.new-btn:hover {
  background: var(--secondary-color) !important;
  border: var(--secondary-color) !important;
}
@media (max-width: 767px) {
  .theme-btn,
  .white-btn {
    padding: 15px 32px;
  }
}

.theme-btn:hover,
.white-btn:hover {
  border: 1px solid var(--primary-color);
  background: transparent;
  color: var(--light-color);
}

.theme-btn i,
.white-btn i {
  transform: rotate(-45deg);
  font-size: 20px;
  padding-left: 5px;
  position: relative;
  top: 1px;
}

.theme-btn i:hover,
.white-btn i:hover {
  transform: rotate(0);
}

.white-btn {
  border-color: var(--light-color);
  color: var(--light-color);
}

.white-btn:hover {
  background: var(--light-color);
  border-color: var(--light-color);
  color: #171717;
}

/*Form Style CSS */

input,
textarea,
select {
  width: 100%;
  background: transparent;
  border: 1px solid #eee;
  padding: 13px 20px;
  font-size: 14px;
  letter-spacing: 1px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

textarea {
  height: 200px;
}

input[type="submit"],
button[type="submit"] {
  display: inline-block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
  font-size: 15px;
  font-weight: 600;
}

input[type="submit"]:hover,
button[type="submit"]:hover {
  color: var(--light-color);
}

input::placeholder,
textarea::placeholder {
  font-size: 16px;
  font-weight: 400;
}

@media (max-width: 767px) {
  input::placeholder,
  textarea::placeholder {
    font-size: 14px;
  }
}

input.form-control {
  padding: 15px;
  line-height: 1.2;
}
textarea.form-control {
  height: 100px;
}
.form-select {
  padding: 15px;
}
/*Bootstrap CSS*/

.container-fluid {
  padding: 0 20px;
}

.navbar-toggler-icon {
  background-image: none;
}
.has-arrow {
  position: relative;
  padding-right: 20px;
}

.has-arrow::after {
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  position: absolute;
  right: -16px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 0.8em;
}
.main-menu ul > li > a:hover .has-arrow::after {
  color: var(--primary-color) !important;
}
.sub-menu li a {
  text-transform: capitalize !important;
  padding: 10px !important;
  line-height: 1rem !important;
  letter-spacing: normal !important;
  font-weight: 400 !important;
  font-size: 14px !important;
}
.btn:focus,
.btn:active {
  outline: none !important;
  box-shadow: none;
}

/* Bacground Color & Overlay CSS 
============== */

.white-bg {
  background: var(--light-color);
}

.dark-bg {
  background: #171717;
}

.gray-bg {
  background: #efefe9;
}

.bg-cover {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  width: 100%;
}

.overlay,
.overlay-5,
.overlay-4,
.overlay-3,
.overlay-2 {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #171717;
  opacity: 0.6;
  top: 0;
  left: 0;
  z-index: -1;
}

.overlay-2 {
  opacity: 0.2;
}

.overlay-3 {
  opacity: 0.3;
}

.overlay-4 {
  opacity: 0.4;
}

.overlay-5 {
  opacity: 0.5;
}

.overlay.active,
.active.overlay-2,
.active.overlay-3,
.active.overlay-4,
.active.overlay-5 {
  position: fixed;
  right: 0;
  top: 0;
  height: 100%;
  width: 100%;
  content: "";
  background-color: #000;
  z-index: 99;
  opacity: 0.5;
  visibility: visible;
}

.text-black {
  color: #171717 !important;
}

.text-white {
  color: var(--light-color) !important;
}

.fix {
  overflow: hidden;
}

.separator {
  display: block;
  background-color: #ddd;
  width: 30px;
  height: 3px;
  margin: auto;
  margin-top: 20px;
  margin-bottom: 20px;
}

/* Preloader*/

.preloader {
  background-color: var(--light-color);
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  position: fixed;
  z-index: 9999999;
}

.spinner {
  width: 60px;
  height: 60px;
  top: 30%;
  position: relative;
  margin: 100px auto;
}

.double-bounce1,
.double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #ddd;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-bounce 2s infinite ease-in-out;
  animation: sk-bounce 2s infinite ease-in-out;
}

.double-bounce2 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

@-webkit-keyframes sk-bounce {
  0%,
  100% {
    -webkit-transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
  }
}

@keyframes sk-bounce {
  0%,
  100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}

.mouseCursor {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  border-radius: 50%;
  transform: translateZ(0);
  visibility: hidden;
  text-align: center;
}

@media (max-width: 767px) {
  .mouseCursor {
    display: none;
  }
}

.cursor-outer {
  margin-left: -20px;
  margin-top: -20px;
  width: 40px;
  height: 40px;
  border: 1px solid #ddd;
  box-sizing: border-box;
  z-index: 10000000;
  opacity: 0.5;
  transition: all 0.08s ease-out;
}

.cursor-inner {
  margin-left: -3px;
  margin-top: -3px;
  width: 6px;
  height: 6px;
  z-index: 10000001;
  background-color: #000;
  transition: width 0.3s ease-in-out, height 0.3s ease-in-out,
    margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
}

.cursor-inner span {
  color: var(--light-color);
  line-height: 80px;
  opacity: 0;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 12px;
}

.cursor-inner.cursor-big span {
  opacity: 1;
}

.mouseCursor.cursor-big {
  width: 80px;
  height: 80px;
}

.mouseCursor.cursor-big.cursor-outer {
  display: none;
}

.tp-cursor-point-area {
  cursor: none;
}

/*-- Search Form --*/

.search-box button {
  text-decoration: none;
  outline: none;
  outline-width: 0 !important;
  border: none;
  background: none;
  position: absolute;
  top: 32px;
  right: 10px;
  font-size: 20px;
}

.search-box button:before {
  position: absolute;
  content: "";
  top: 50%;
  left: -40px;
  height: 40px;
  border-left: 2px solid #eee;
  margin-top: -20px;
}

.search-box button:hover {
  cursor: pointer;
}

.search-popup {
  position: fixed;
  left: 0;
  top: 0;
  height: 100vh;
  width: 100%;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.search-popup .search-back-drop {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
}

.search-active .search-popup {
  opacity: 1;
  visibility: visible;
}

.search-popup .search-inner {
  position: relative;
  background: #ffffff;
  padding: 25px 0 30px;
  z-index: 1;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.search-active .search-popup .search-inner {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.search-popup .upper-text {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 15px;
}

.search-popup .upper-text .text {
  font-family: "Outfit", serif;
  font-size: 18px;
  letter-spacing: 1px;
}

.search-popup .close-search {
  position: absolute;
  right: 30px;
  top: 35px;
  font-size: 30px;
  line-height: 27px;
  z-index: 3;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  border: none;
  background: none;
}

.search-popup .form-group form {
  position: relative;
}

.search-popup .form-group {
  position: relative;
  margin: 0px;
  overflow: hidden;
  border-bottom: 1px solid #e5e5e5;
  width: 50%;
}

.search-popup .form-group input[type="text"],
.search-popup .form-group input[type="search"] {
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 25px;
  color: #333333;
  padding: 10px 14px;
  height: 45px;
  width: 100%;
  background-color: transparent;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  border: none;
  margin-bottom: 5px;
}

.search-popup .form-group input[type="submit"],
.search-popup .form-group button {
  position: absolute;
  right: -25px;
  top: 0px;
  background: transparent !important;
  text-align: center;
  font-size: 18px;
  line-height: 45px;
  color: #333333;
  padding: 0;
  background: none;
  border: none;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

/* clears the ‘X’ from Chrome */

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none;
}

.header-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-btn {
    display: none;
  }
}

@media (max-width: 767px) {
  .header-btn {
    display: none;
  }
}

.menu-trigger span {
  background-color: #333;
  display: block;
  height: 1px;
  margin: 8px auto;
  margin-left: 5px;
  width: 30px;
  transition: all 0.1s;
}

.menu-trigger span:nth-child(2) {
  margin-left: 0px;
}

.menu-trigger:hover span:nth-child(2) {
  margin-left: 5px;
}

.header-area.absolute-header .menu-trigger span {
  background: var(--light-color);
}

.menu-trigger span:nth-child(2) {
  margin-left: 0px;
}

.off-canvas-menu {
  position: fixed;
  top: 0;
  right: -320px;
  background: var(--light-color);
  box-shadow: -6px -3px 16px -8px rgba(0, 0, 0, 0.25);
  width: 350px;
  padding: 50px;
  height: 100%;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}

.off-canvas-menu.show-off-canvas-menu {
  right: 0;
  opacity: 1;
  visibility: visible;
}

.off-canvas-menu p {
  font-size: 16px;
  color: #b4afaf;
  font-weight: 400;
  position: absolute;
  bottom: 15px;
  opacity: 0.5;
}

.menu-close {
  position: absolute;
  right: 25px;
  top: 25px;
  color: var(--primary-color);
  padding: 7px;
  cursor: pointer;
  font-size: 30px;
  font-weight: 300;
}

.menu-close:hover {
  color: #333;
}

.extra-info {
  background: #141417 none repeat scroll 0 0;
  height: 100%;
  padding: 40px;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-transition: all 0.7s ease 0s;
  -o-transition: all 0.7s ease 0s;
  transition: all 0.7s ease 0s;
  width: 400px;
  z-index: 999;
  overflow-y: scroll;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  opacity: 0;
  visibility: hidden;
}

.extra-info.active {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
}

.close-icon {
  margin-top: 0;
  text-align: right;
}

.close-icon > button {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 0 none;
  cursor: pointer;
  font-size: 20px;
  padding: 0;
}

.close-icon > button i {
  color: var(--light-color);
  font-size: 30px;
}

.side-info {
  border-top: 1px solid #333;
  padding-top: 10px;
}

.contact-list h4 {
  color: var(--light-color);
  font-weight: 400;
  font-size: 20px;
  margin-bottom: 20px;
}

.contact-list p {
  color: var(--light-color);
  margin-top: 10px;
  margin-bottom: 15px;
  line-height: 30px;
  font-size: 16px;
}

.contact-list p i {
  float: left;
  margin-top: 6px;
  width: 25px;
}

.contact-list p span {
  display: block;
  overflow: hidden;
}

.offcanvas-overlay {
  position: fixed;
  background: rgba(34, 40, 49, 0.4392156863);
  top: 0;
  left: 100%;
  height: 100%;
  width: 100%;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s ease-in 0.4s;
  -o-transition: all 0.4s ease-in 0.4s;
  transition: all 0.4s ease-in 0.4s;
}

.offcanvas-overlay.active {
  opacity: 1;
  visibility: visible;
  left: 0;
  transition: all 0.8s ease-out 0s;
}

.extra-info .site-logo-2 {
  width: 220px;
  text-align: center;
  margin-top: 20px;
}

.social-area-wrap a i {
  font-size: 16px;
}

.social-area-wrap a {
  width: 40px;
  height: 40px;
  background: #18222b;
  color: var(--light-color);
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
}

.social-area-wrap a:hover {
  background: #000;
}

.header-sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: var(--secondary-color);
  opacity: 1;
  visibility: visible;
  width: 100%;
  box-shadow: rgba(80, 80, 80, 0.2) 0px 8px 24px;
  animation: 0.5s ease-in-out 0s normal none 1 running fadeInDown;
  z-index: 999;
}

.absolute-header .header-sticky {
  background: #141417;
}

.directon-sign i {
  font-size: 80px;
  color: #ddd;
}

.circle-button {
  position: relative;
  display: inline-block;
}

.top-phone a i,
.top-mail a i,
.top-location i {
  padding-right: 0.5rem;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .circle-button {
    display: none;
  }
}

@media (max-width: 767px) {
  .circle-button {
    display: none;
  }
}

.circle-button.in-bord:before {
  content: "";
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  border: 1px solid #eee;
  border-radius: 50%;
}

.circle-button .rotate-circle svg {
  width: 210px;
  fill: #1d1d1d;
}

.circle-button .arrow {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-20px) translateY(-20px);
  -ms-transform: translateX(-20px) translateY(-20px);
  transform: translateX(-20px) translateY(-20px);
  display: inline-block;
  width: 0;
  height: 0;
}

.circle-button .arrow svg {
  width: 40px;
  height: 40px;
}

.circle-button .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.circle-button .in-circle {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.circle-button.no-animate .rotate-circle {
  -webkit-animation: none;
  animation: none;
}

.rotate-circle {
  -webkit-animation-name: rotateCircle;
  animation-name: rotateCircle;
  -webkit-animation-duration: 20s;
  animation-duration: 20s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

.fz-30 {
  font-size: 30px !important;
}

.text-u {
  text-transform: uppercase !important;
}

.hover-this .hover-anim {
  pointer-events: none;
  -webkit-transition: -webkit-transform 0.2s linear;
  transition: -webkit-transform 0.2s linear;
  -o-transition: transform 0.2s linear;
  transition: transform 0.2s linear;
  transition: transform 0.2s linear, -webkit-transform 0.2s linear;
}

.rotate-circle {
  -webkit-animation-name: rotateCircle;
  animation-name: rotateCircle;
  -webkit-animation-duration: 20s;
  animation-duration: 20s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

@-webkit-keyframes rotateCircle {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rotateCircle {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.header-area .navigation {
  position: relative;
  z-index: 9;
  display: flex;
  align-items: center;
}

.header-area .header-inner-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header-area .header-inner-box .logo {
  height: 90px;
  display: flex;
  align-items: center;
  padding-right: 30px;
  font-family: "Outfit", serif;
  font-size: 30px;
  font-weight: 500;
  letter-spacing: 1px;
  color: #171717;
  border-right: 1px solid #eee;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-area .header-inner-box .logo {
    border-right: none;
  }
}

@media (max-width: 767px) {
  .header-area .header-inner-box .logo {
    font-size: 30px;
    border-right: none;
  }
}

.logo a {
  font-family: "Outfit", serif;
  font-size: 30px;
  font-weight: 500;
  color: rgb(255, 255, 255);
  letter-spacing: 1px;
}

.main-menu ul {
  line-height: 1;
  display: flex;
  align-items: center;
  gap: 20px;
}

.main-menu ul > li {
  display: inline-block;
  line-height: 1;
  margin: 0 10px;
  position: relative;
}

.main-menu ul > li > a {
  display: inline-block;
  font-size: 13px;
  text-transform: capitalize;
  line-height: 1;
  padding: 35px 0;
  color: var(--light-color);
  font-weight: 600;
}
.main-menu ul > li > a:hover {
  color: var(--primary-color);
}
.main-menu ul > li:hover > ul {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.main-menu ul > li > ul {
  position: absolute;
  top: 100%;
  width: 264px;
  background-color: var(--primary-color);
  left: 0;
  z-index: 999;
  box-shadow: 0 13px 35px -12px rgba(35, 35, 35, 0.15);
  visibility: hidden;
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.5s ease-in-out;
  padding: 10px 0px;
  margin-top: 2px;
  display: block;
}

.main-menu ul > li > ul li {
  display: block;
  margin-right: 0;
  margin-left: 0;
}

.main-menu ul > li > ul li a {
  display: block;
  color: #fff !important;
  padding: 12px 25px;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
  border-bottom: 1px solid #ffffff;
}
.main-menu ul > li > ul li:last-child a {
  border-bottom: none;
}
.main-menu ul > li > ul li a:hover {
  color: #fff !important;
}

.main-menu ul > li > ul li a i {
  transform: rotate(-45deg);
  font-size: 15px;
  position: absolute;
  right: 20px;
  bottom: 11px;
  transition: 0.3s;
}

.main-menu ul > li > ul li a:hover i {
  transform: rotate(0);
}

.main-menu ul > li > ul ul {
  left: 100%;
  top: 0;
}

.main-menu ul li {
  position: relative;
}

.main-menu ul li a.navlink:before {
  position: absolute;
  content: "";
  bottom: 30px;
  left: 0;
  width: 0%;
  height: 1px;
  background: var(--primary-color);
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s ease 0s;
}

.main-menu ul li a.navlink:hover:before {
  visibility: visible;
  opacity: 1;
  width: 100%;
}

.main-menu ul li.active {
  position: relative;
}

.main-menu ul li.active a {
  color: var(--primary-color);
}

.main-menu ul li.active:before {
  position: absolute;
  content: "";
  bottom: 30px;
  left: 0;
  width: 100%;
  height: 1px;
  background: var(--primary-color);
}

.mobile-nav {
  position: fixed;
  right: -380px;
  top: 0;
  width: 320px;
  height: 100vh;
  scroll-behavior: smooth;
  transition: right 0.5s ease-in;
  background-color: #171717;
  padding: 20px;
  z-index: 9999;
  box-shadow: 0 13px 35px -12px rgba(35, 35, 35, 0.15);
  /* Vertical Menu Style */
}

.mobile-nav.show {
  right: 0px;
}

.mobile-nav .close-nav {
  border: 0;
  background: transparent;
  color: var(--light-color);
  border-radius: 30px;
  font-size: 30px;
  position: absolute;
  left: 20px;
  top: 10px;
}

.mobile-nav .sidebar-nav {
  margin-top: 60px;
}

.mobile-nav .sidebar-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  background-color: transparent;
}

.mobile-nav .sidebar-nav .metismenu {
  display: flex;
  flex-direction: column;
}

.mobile-nav .sidebar-nav .metismenu > li {
  position: relative;
  display: flex;
  flex-direction: column;
}

.mobile-nav .sidebar-nav .metismenu a {
  position: relative;
  display: block;
  padding: 10px 15px;
  transition: all 0.3s ease-out;
  text-decoration: none;
  color: rgba(255, 255, 255, 0.7);
  outline-width: 0;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
  border-bottom: 1px solid #333;
}

.mobile-nav .sidebar-nav .metismenu ul li {
  display: block;
}

.mobile-nav .sidebar-nav .metismenu ul a {
  padding: 10px 15px 10px 35px;
  position: relative;
}

.mobile-nav .sidebar-nav .metismenu ul a:hover {
  padding-left: 40px;
}

.mobile-nav .sidebar-nav .metismenu ul a:hover::before {
  background-color: var(--light-color);
}

.mobile-nav .sidebar-nav .metismenu ul a::before {
  position: absolute;
  left: 15px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 2px solid var(--light-color);
  content: "";
  top: 50%;
  transition: all 0.3s ease-in-out;
  transform: translateY(-50%);
}

.mobile-nav .sidebar-nav .metismenu ul ul {
  list-style-type: circle !important;
}

.mobile-nav .sidebar-nav .metismenu ul ul a {
  padding: 10px 15px 10px 45px !important;
}

.mobile-nav .sidebar-nav .metismenu a:hover,
.mobile-nav .sidebar-nav .metismenu a:focus,
.mobile-nav .sidebar-nav .metismenu a:active {
  text-decoration: none;
  color: #f8f9fa;
  background: #171717;
}

.header-area.absolute-header .container {
  background: transparent;
}

#hamburger {
  color: var(--light-color);
  font-size: 32px;
  line-height: 1;
  text-align: right;
  display: none;
}

#hamburger i {
  cursor: pointer;
}

.header-area.absolute-header #hamburger {
  color: var(--light-color);
}

.action-bar {
  margin-top: 60px;
  padding-left: 20px;
}

.action-bar a {
  color: var(--light-color);
  display: block;
  margin-top: 12px;
  font-size: 15px;
}

.action-bar a i {
  margin-right: 10px;
}

.action-bar .theme-btn,
.action-bar .white-btn {
  margin-top: 30px;
  display: inline-block;
}

.header-right {
  display: flex;
  gap: 20px;
  align-items: center;
  border-left: 1px solid #eee;
  height: 90px;
  padding-left: 30px;
}
.header-right p {
  margin: 0;
  color: var(--secondary-color);
  font-weight: 600;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-right {
    border-left: none;
  }
}

@media (max-width: 767px) {
  .header-right {
    padding-left: 0;
    border-left: none;
  }
}

.header-right .search-trigger i {
  font-size: 18px;
  margin-right: 40px;
  position: relative;
  top: 2px;
}

.header-right .search-trigger i:hover {
  cursor: pointer;
}

@media (max-width: 767px),
  only screen and (min-width: 768px) and (max-width: 991px) {
  .header-right .search-trigger i {
    display: none;
  }
}

.absolute-header .header-right .search-trigger i {
  color: var(--light-color);
}

.header-area.absolute-header {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 99;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.header-area.absolute-header .navigation {
  background: inherit;
}

.header-area.absolute-header .logo {
  color: var(--light-color);
}

.header-area.absolute-header .main-menu ul > li > a {
  color: var(--light-color);
}

.header-area.absolute-header .main-menu ul li a:before {
  background: var(--light-color);
}

.header-area.absolute-header .main-menu ul li.active:before {
  background: var(--light-color);
}

.header-area.absolute-header {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 99;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.header-area.absolute-header .logo {
  color: var(--light-color);
}

.header-area.header-four.absolute-header {
  top: 45px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-area.header-four.absolute-header {
    top: 0;
  }
}

@media (max-width: 767px) {
  .header-area.header-four.absolute-header {
    top: 0;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .single-choose-inner p {
    margin: 20px 0;
  }
  .main-menu ul > li > a {
    font-size: 13px;
  }
  .main-menu ul > li {
    margin: 0 10px;
  }
}
.footer-area {
  position: relative;
  z-index: 1;
}

.footer-area .logo {
  display: flex;
  align-items: center;
  font-size: 30px;
  font-weight: 500;
  color: var(--light-color);
  letter-spacing: 1px;
  object-fit: contain;
  width: fit-content;
  position: relative;
}
.footer-area .logo img {
  width: 250px;
  border-radius: 20px;
}
.footer-area h5 {
  font-size: 22px;
  font-weight: 500;
  color: #e93a30;
  margin: 20px 0;
}

.footer-area p {
  font-size: 14px;
  margin-top: 10px;
  color: #ffffff;
}

.footer-area ul li a {
  font-size: 14px;
  display: block;
  color: #ffffff;
  padding: 7px 0;
  position: relative;
}

@media (max-width: 767px) {
  .footer-area ul li a {
    padding: 6px 0;
  }
}

.footer-area ul li a:hover {
  color: var(--primary-color);
}

.footer-up {
  padding: 50px 0;
}

.footer-up .social-area i {
  color: #eee;
  font-size: 24px;
  margin-right: 10px;
}
.footer-up .social-area i:hover {
  color: var(--primary-color);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-up {
    padding-bottom: 0;
  }
}

@media (max-width: 767px) {
  .footer-up {
    padding: 40px 10px;
  }

  .service-buttons .btn {
    font-size: 16px;
  }
}

.footer-bottom {
  font-size: 15px;
  font-weight: 400;
  padding: 20px 0;

  border-top: 1px solid #222;
}

.footer-bottom p {
  margin: 0;
  font-size: 14px;
}

@media (max-width: 767px) {
  .footer-bottom {
    text-align: center;
  }
}

.breadcrumb {
  margin-bottom: 0;
}

.breadcrumb-item.active {
  color: var(--light-color);
  font-size: 36px;
}

.breadcrumb-item + .breadcrumb-item::before {
  color: #fff !important;
  font-size: 36px;
}

.breadcrumb-area h4 {
  margin-top: 10px;
}

/* Nav logo */

.nav-logo {
  width: 260px;
}
/* Breadcrumb */
/* .breadcrumb-container {
  position: relative;
  padding: 150px;
  text-align: center;
  z-index: 1;
}

.background-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -2;
}

.breadcrumb-container::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: -1;
}

.breadcrumb {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.breadcrumb-item a {
  color: white;
  text-decoration: none;
  font-weight: bold;
  font-size: 42px;
} */

.breadcrumb-item:last-child::after {
  content: "";
}

.breadcrumb-item.active a {
  color: #ddd;
  pointer-events: none;
}

/* Media Query for Small Screens */
@media (max-width: 768px) {
  .breadcrumb-item a {
    font-size: 28px;
  }

  .breadcrumb-item::after {
    margin: 0 5px;
  }
}
@media (max-width: 485px) {
  .breadcrumb-item a {
    font-size: 20px !important;
  }
  .breadcrumb-item.active {
    font-size: 28px !important;
  }
  .breadcrumb-item + .breadcrumb-item::before {
    font-size: 28px !important;
  }
}
/* ------------- Gallery Section Start ------------------ */

/* ------------------------------- */
.gallery-section {
  text-align: center;
}

.gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.gallery img {
  width: 400px;
  height: 300px;
  margin: 10px 0px;
  object-fit: cover;
  cursor: pointer;
  border-radius: 20px;
  transition: transform 0.3s ease-in-out;
}

.gallery img:hover {
  filter: brightness(70%);
  transform: scale(1.1);
}

@media (max-width: 768px) {
  .contact__content {
    grid-template-columns: 1fr;
  }
  .header-right {
    display: none;
  }
  .overlay {
    height: 0;
  }
}
@media (max-width: 450px) {
  .breadcrumb-item a {
    font-size: 36px;
  }
  .breadcrumb-item + .breadcrumb-item::before {
    font-size: 32px;
  }
  .breadcrumb-item.active {
    font-size: 32px;
  }
}

/* .feature-area {
  padding: 50px;
} */
/* ************************************ */
.hero-section {
  position: relative;
  overflow: hidden;
  justify-content: center;
  width: 100%;
  flex-direction: column;
}

.hero__title {
  margin-top: -80px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 5rem;
  max-width: 70%;
}

.hero__title h1 {
  font-size: 8rem;
  text-align: center;
  font-family: "Fraunces", serif;
  font-weight: 600;
}

.hero__title h1 span {
  /* color: #2984fc; */
}

.hero-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

.hero__left--leaf {
  position: absolute;
  top: 100px;
  left: -10px;
  z-index: -1;
}

.hero__right--leaf {
  position: absolute;
  bottom: 200px;
  right: -10px;
  z-index: -1;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Footer Bg Start */

.footer-area {
  background-image: url(/assets/img/footer-image.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.footer-overlay {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.8);
}
.footer-area .bg-image {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  bottom: 80px;
}
.footer-area .bg-image:before {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-image: url(../img/overlay-footer.jpg);
  opacity: 0.9;
  content: "";
}
/* Footer Bg End */

/* new css  */

/* breadcrumb  */
.breadcrumb-container {
  position: relative;
  padding: 90px 20px;
  z-index: 1;
  background-position: center 40%;
  background-size: cover;
  background-repeat: no-repeat;
}

.breadcrumb-container::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 10, 10, 0.5);
  z-index: -1;
}

.breadcrumb__header {
  color: white;
  font-weight: 600;
  margin-top: 1rem;
  font-size: 2.5rem;
}

.breadcrumb__links {
  display: flex;
  gap: 1rem;
  color: white;
  font-size: 14px;
  align-items: center;
  margin-top: 0.5rem;
}

.breadcrumb__links a {
  color: white;
  text-decoration: none;
}

.breadcrumb__links a:hover {
  color: var(--primary-color);
}

.breadcrumb__badge {
  padding: 5px 20px;
  font-size: 14px;
  font-weight: 600;
  background: rgba(255, 255, 255, 0.1);
  color: white;
  border-radius: 30px;
}

.mobile-sub-menu {
  padding-left: 10px !important;
}

/* Accordion Items */
.accordion-item {
  border-bottom: 1px solid #e5e7eb;
  margin-bottom: 1rem;
}

.accordion-button {
  background-color: var(--light-color);
  color: #2d3748; /* Dark text */
  font-size: 18px;
  font-weight: 600;
  display: flex;
  align-items: center;
  padding: 15px 20px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  text-transform: none;
}

.accordion-button span {
  font-weight: bold;
  margin-right: 10px;
  color: var(--primary-color);
}

.accordion-button:focus {
  box-shadow: none;
}

.accordion-button:hover {
  background-color: #f1f5f9;
}

.accordion-button::after {
  content: "-";
  font-size: 20px;
  margin-left: auto;
  color: var(--primary-color);
}

.accordion-button.collapsed::after {
  content: "+";
}

/* Accordion Body */
.accordion-body {
  background-color: #ffffff;
  padding: 5px 20px 5px 40px;
  color: #4a5568;
  font-size: 16px;
  line-height: 1.6;
}

.accordion-button::before {
  display: none;
}

.accordion-button {
  box-shadow: none;
  background-color: #fff !important;
}

.glightbox-clean .gclose {
  padding: 0;
}

.footer__logo {
  /* background-color: var(--light-color); */
  border-radius: 10px;
}

.navbar__call a {
  display: flex;
  align-items: center;
  gap: 10px;
}

.home__dishes {
  overflow: hidden;
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding: 3rem 0;
  cursor: pointer;
}

.soup__dish {
  background-color: #e3d5cf;
}

.sushi__dish {
  background-color: var(--primary-color);
}

.meat__dish {
  background-color: #1b2626;
}

.home__dish {
  max-width: 1320px;
  margin: 0 auto;
}

.dish__image--container {
  width: 400px;
}

.dish__image {
  position: relative;
  object-fit: cover;
  z-index: 3;
}

.dish__content {
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.soup__content--title {
  color: var(--secondary-color);
}

.soup__content--title,
.dish__content--title {
  font-size: 2.5rem;
  font-family: "Fraunces", serif;
  line-height: 120%;
}

.soup__korean {
  color: var(--primary-color);
}

.dish__leaf {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  scale: 0.5;
  transition: all 0.5s ease-in-out;
  width: 200px;
}

.dish__image--container {
  position: relative;
  z-index: 3;
}

.home__dishes:hover .dish__leaf {
  scale: 1;
  top: -25px;
  left: -30px;
}
/* 
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.home__dishes:hover .dish__image {
  animation: spin 15s linear infinite;
} */

.dish__content--icon {
  display: flex;
}

.dish__image {
  transition: transform 0.5s linear;
  transform-origin: center center;
}

.dish__content--icon {
  overflow: hidden;
  display: flex;
  gap: 5px;
  align-items: center;
  position: relative;
  left: -80px;
  transition: all 0.5s ease-in-out;
}

.dish__content--icon p {
  font-family: "Fraunces", serif;
  margin-bottom: 0;
  font-style: italic;
}

.soup__read {
  color: var(--primary-color);
}

.dish__content--icon svg {
  rotate: -45deg;
  transition: all 0.5s ease-in-out;
}

.home__dishes:hover .dish__content--icon {
  left: 0;
}

.home__dishes:hover .dish__content--icon svg {
  rotate: 0deg;
}

.dish__icon {
  overflow: hidden;
}

.home__about--container {
  padding-top: 2rem;
  position: relative;
}

.about__image {
  padding-right: 3rem;
  position: relative;
}

.about__image img {
  height: 800px;
  width: 100%;
  object-fit: cover;
  border-radius: 300px;
}

.about__curve {
  position: absolute;
  top: -50px;
  left: -80px;
  z-index: 2;
  width: 300px !important;
  height: fit-content !important;
}

.home__about--content {
  padding-left: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.home__chef {
  background-image: url("/assets/img/chef.avif");
  background-position: center 80%;
  background-size: cover;
  background-repeat: no-repeat;
  height: 80vh;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 2rem;
}

.chef__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

.home__chef h2 {
  color: white;
  font-size: 5rem;
  font-weight: 400;
  font-family: "fraunces", serif;
  line-height: 110%;
}

.chef__content {
  text-align: center;
}

.home__video {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  width: fit-content;
  cursor: pointer;
}

.video__play {
  padding: 1.8rem;
  background-color: var(--primary-color);
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  width: fit-content;
  transition: all 0.3s ease-in-out;
}

.home__video p {
  font-family: "fraunces", serif;
  font-style: italic;
}

.video__play:hover {
  background-color: var(--light-color);
}

.video__play svg path {
  transition: all 0.3s ease-in-out;
}

.video__play:hover svg path {
  fill: var(--secondary-color) !important;
}

.footer__para {
  font-size: 15px !important;
}

.copyright-line {
  font-size: 14px !important;
}

.copyright-line span {
  color: var(--primary-color);
}

.home__reservation {
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding-right: 2rem;
}

.home__reservation--content {
  max-width: 85%;
}

.home__reservation--button {
  display: flex;
  align-items: center;
  gap: 2rem;
}

.reservation__number {
  font-family: "fraunces", serif;
  font-style: italic;
  font-size: 15px;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.home__gallery--title {
  display: flex;
  justify-content: center;
  align-items: center;
}

.home__gallery--title h2 {
  text-align: center;
  font-family: "fraunces", serif;
  font-weight: 400;
  max-width: 50%;
}

/* Swiper */
swiper-container {
  width: 100%;
  height: 100%;
}

swiper-slide {
  text-align: center;
  font-size: 18px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

swiper-slide img {
  display: block;
  width: 100%;
  height: 400px;
  object-fit: cover;
  transition: transform 0.3s ease-in-out;
}

swiper-slide img:hover {
  transform: scale(1.1);
}

/* swiper-slide.swiper-slide-active img {
  width: 100%;
  transform: scale(1.1);
} */

.korean-image-section {
  padding-top: 3rem;
}

.swiper-scrollbar {
  opacity: 0 !important;
  background-color: transparent !important;
}

.footer__social {
  display: flex;
  gap: 1.5rem;
  align-items: center;
  position: relative;
  z-index: 2;
}

.footer__social i {
  font-size: 1.5rem;
  color: var(--light-color);
  transition: all 0.3s ease-in-out;
}

.footer__social i:hover {
  color: var(--primary-color);
}

/* Fixes for Google Translate dropdown styling */
.goog-te-gadget {
  font-family: inherit !important;
  font-size: 14px !important;
  color: #f3edea !important;
}

.goog-te-gadget .goog-te-combo {
  padding: 5px;
  border-radius: 4px;
  background-color: rgba(255, 255, 255, 0.1);
  color: #f3edea;
  border: 1px solid rgba(255, 255, 255, 0.3);
}

.goog-te-gadget img {
  display: none !important;
}

.VIpgJd-ZVi9od-vH1Gmf-ibnC6b div .text,
.VIpgJd-ZVi9od-vH1Gmf-ibnC6b:link div .text,
.VIpgJd-ZVi9od-vH1Gmf-ibnC6b:visited div .text,
.VIpgJd-ZVi9od-vH1Gmf-ibnC6b:active div .text {
  color: #1e1e1e !important;
}

.goog-te-gadget-simple {
  background-color: transparent !important;
  border: none !important;
  box-shadow: none !important;
  color: white !important;
}

.goog-te-gadget-simple .VIpgJd-ZVi9od-xl07Ob-lTBxed {
  color: #f3edea !important;
}

.goog-te-gadget-simple .VIpgJd-ZVi9od-xl07Ob-lTBxed span {
  margin: 0 0.3rem;
}

.goog-te-gadget-simple .VIpgJd-ZVi9od-xl07Ob-lTBxed:nth-child(3) {
  display: none !important;
}

.VIpgJd-ZVi9od-vH1Gmf {
  border: 0px !important;
  box-shadow: none !important;
}

.floating__food img {
  position: absolute;
  top: 0;
  right: 0;
  width: 100px;
  height: 100px;
  object-fit: contain;
}

.about__points {
  display: flex;
  gap: 1rem;
  align-items: center;
}

.about__points--image {
  width: 80px;
  height: 80px;
}

.about__points--image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.about__points--content {
  flex: 1;
}

.about__points--content h4 {
  font-size: 22px;
  text-transform: capitalize;
  margin-bottom: 5px;
  font-weight: 600;
}

.about__approach {
  position: relative;
}

.floating__bowl img {
  left: 0;
}

.about__approach .section-title {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.about__approach .section-title h2 {
  max-width: 60%;
  text-align: center;
}

.approach-menu {
  display: flex;
  justify-content: center;
  gap: 1rem;
  padding: 0.5rem 1rem;
  background-color: #2a2a2a;
  border-radius: 50px;
  width: max-content;
  margin: 2rem auto;
}

.approach-menu__button {
  background: none;
  border: none;
  /* color: var(--light-color); */
  font-size: 1rem;
  cursor: pointer;
  position: relative;
  padding: 0.5rem;
  transition: color 0.3s;
}

.approach-menu__button--active {
  font-weight: bold;
}

.approach-menu__button::before {
  content: "•";
  color: var(--primary-color);
  margin-right: 5px;
}

.approach__content {
  flex: 1;
  min-width: 300px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.approach__content-heading {
  color: var(--primary-color);
  letter-spacing: 1px;
  margin-bottom: 0.5rem;
  font-size: 1rem;
}

.approach__content-title {
  font-size: 30px;
  font-weight: 600;
  margin: 0 0 1rem;
  line-height: 1.2;
}

.approach__content-text {
  line-height: 1.6;
  margin-bottom: 1.5rem;
}

.approach__content-list {
  list-style: none;
  padding: 0;
}

.approach__content-item {
  margin-bottom: 1rem;
  position: relative;
  padding-left: 1.5rem;
}

.approach__content-item::before {
  content: "✔";
  position: absolute;
  left: 0;
  color: var(--primary-color);
}

.approach__image {
  flex: 1;
  min-width: 300px;
}

.approach__image img {
  width: 100%;
  border-radius: 20px;
  height: 400px;
  object-fit: cover;
}

.approach {
  margin-top: 4rem;
}

@media (max-width: 768px) {
  .approach {
    flex-direction: column;
  }
}

.message__author {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}

.message__author p {
  margin-bottom: 0;
  font-style: italic;
}

.message__author h5 {
  font-weight: 600;
  font-style: italic;
}

.author__image {
  border-radius: 20px;
  width: 100%;
}

.chilly__image {
  position: absolute;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  right: 0;
  bottom: 20%;
  opacity: 0.3;
  z-index: -1;
}

.about__page {
  position: relative;
}

.message__image {
  display: flex;
  justify-content: center;
  align-items: center;
}

.author__image {
  object-fit: cover;
  height: 500px;
  object-position: top;
}

.chef__image {
  position: absolute;
  left: 0;
}

.menu-title {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.menu-title p {
  max-width: 40%;
  margin-top: 1rem;
  text-align: center;
}

.menu__category-link img {
  height: 130px;
  width: 130px;
  object-fit: cover;
  border-radius: 50%;
  margin-bottom: 1rem;
}

.menu__category-item {
  text-align: center;
}

.menu__category-item p {
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 0;
}

.menu__category {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  justify-content: center;
  gap: 1rem;
  flex-wrap: wrap;
}

.menu__category-title h5 {
  display: inline-block;
  position: relative;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3em;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--primary-color);
}

.menu__category-title h3 {
  font-size: 36px;
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 0;
  cursor: none;
}

.menu__content {
  background-color: #2e2d2d;
}

.menu__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
}

.menu__item img {
  width: 100px;
  height: 100px;
  border-radius: 10px;
  object-fit: cover;
}

.menu__item h5 {
  font-size: 18px;
  margin-bottom: 0.3rem;
}

.menu__item p {
  margin-bottom: 0;
  font-size: 14px;
  color: #cacaca;
}

.menu__category-title {
  position: sticky;
  top: 120px;
}

.menu__category-content {
  row-gap: 1.7rem;
}

.contact__map {
  filter: grayscale(80%);
}

.contact__details-container {
  max-width: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.contact__details-container > .row {
  width: 70%;
  justify-content: center;
  background-color: #171819;
  position: relative;
  z-index: 5;
  top: -35px;
  padding: 30px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.5);
}

.contact__details-box {
  text-align: center;
}

.contact__details-box p {
  margin-bottom: 0;
  font-size: 14px;
}

.contact__details-box h4 {
  /* color: var(--primary-color); */
  font-weight: 600;
  margin-bottom: 0.2rem;
}

.menu__bg img {
  position: absolute;
  top: 10%;
  right: 0;
}

.menu__bg1 img {
  position: absolute;
  top: 0;
  left: 0;
}

.menu__bg3 img {
  position: absolute;
  top: 25%;
  left: 0;
}
.menu__container {
  position: relative;
}

.ramen-bg img {
  height: 150px;
  width: 150px;
}

.contact__form input,
textarea {
  color: #b4b4c5 !important;
  background-color: #3a3f3f;
  /* border-radius: 10px; */
  border: none;
}
.contact__form textarea {
  min-height: 200px;
  max-height: 300px;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}

.contact__form-section .container {
  display: flex;
  justify-content: center;
}

.contact__form-container {
  max-width: 80%;
  padding: 2.8rem 2rem;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.5);
  background-color: #1f2120;
}

.contact__form .row {
  row-gap: 1.5rem;
}

.contact__form-image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.contact__form-image {
  width: 100%;
  height: 100%;
}

.contact__form-header {
  font-weight: 600;
  color: var(--primary-color);
  text-align: center;
}

.contact__form-para {
  text-align: center;
  margin-bottom: 2rem;
}

.contact__form {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding-right: 1rem;
}

.career__img img {
  height: 400px;
  width: 100%;
  object-fit: cover;
}

.career__img {
  margin-bottom: 0;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.career__icon {
  padding: 0.5rem;
  border-radius: 10px;
  background-color: var(--primary-color);
  width: fit-content;
}

.career__icon img {
  height: 70px;
  width: 70px;
}

.career__title {
  text-align: center;
}

.career__benefit {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.career__benefit-content {
  text-align: center;
}

.career__badge {
  background-color: #707070;
  padding: 0.35rem 1rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  border-radius: 0.5rem;
  color: var(--light-color);
  margin-top: 0.7rem;
}

.career__badge i {
  margin-right: 0.5rem;
}

.career__positions {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 2rem;
  border-bottom: 2px solid #3a3a3a;
}

.career-button {
  padding: 0.75rem 1.5rem;
  background-color: transparent;
  border: 2px solid var(--light-color);
}

.career-button:hover {
  background-color: var(--light-color);
  color: #0f1a1a;
  border: 2px solid var(--light-color);
}

.career__positions h4 {
  font-weight: 500;
}

.career__badge-container {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.text-primary {
  color: var(--primary-color) !important;
}

.bg-20 {
  z-index: -1;
}

@media (width<1400px) {
  .main-menu ul > li > a {
    font-size: 13px;
  }

  .header-right a {
    font-size: 14px;
  }
}

@media (width<1320px) {
  .header-right a {
    font-size: 14px;
  }
}

@media (width< 1200px) {
  .hero__title h1 {
    font-size: 100px;
  }

  .hero__image {
    width: 74vw;
    position: relative;
    z-index: 1;
  }

  .hero__title {
    margin-top: -34px;
  }

  .hero__left--leaf {
    z-index: 0;
    left: -130px;
  }

  .hero__right--leaf {
    z-index: 0;
    right: -126px;
  }

  .about__image img {
    height: 550px;
    border-radius: 20px;
  }

  .home__about--content {
    padding-left: 10px;
  }

  .menu__bg3 img {
    top: 0;
    left: -52px;
  }
}

@media (width<1200px) {
  .mobile__navbar {
    display: none;
  }

  .nav-logo {
    width: 260px;
  }
}

@media (width< 1025px) {
  .main-menu ul {
    gap: 10px;
  }

  .header-right a {
    font-size: 14px;
  }

  .nav-logo {
    width: 230px;
  }
}

.header__white {
  color: white !important;
}

@media (width<1200px) {
  .mobile-logo {
    height: 60px;
  }

  .section-padding {
    padding: 80px 10px;
  }

  .about__approach .section-title h2 {
    max-width: 70%;
  }

  .menu-title p {
    max-width: 70%;
  }

  .menu__category-title {
    text-align: center;
    margin-bottom: 3rem;
  }

  .contact__details-container > .row {
    width: 90%;
  }

  .contact__form-container {
    max-width: 90%;
  }

  .about__image {
    padding-right: 0;
  }
}

@media (width<1024px) {
  .hero-image {
    height: 100%;
  }

  .has-arrow::after {
    content: " ";
  }

  .sub-menu li a {
    font-size: 12px !important;
  }
}

@media (width<992px) {
  .mobile__ham {
    flex: 1;
    display: flex;
    justify-content: end;
    gap: 1rem;
    align-items: center;
  }

  .menu__bg img {
    display: none;
  }

  .about__approach .section-title h2 {
    max-width: 100%;
  }

  .floating__bowl img {
    left: -44px;
  }
  .about__image {
    padding-right: 0;
    margin-top: 2rem;
  }

  .about__points--container {
    row-gap: 1rem;
    justify-content: center;
  }

  .about__approach .row {
    flex-direction: column;
  }

  .career__img {
    margin-top: 2rem;
  }

  .career__benefits {
    row-gap: 1.5rem;
  }
  .approach__image {
    margin-top: 2rem;
  }

  .contact__details-container .row {
    row-gap: 2rem;
  }

  .contact__form-image {
    height: 600px;
    margin-top: 2rem;
  }

  .contact__form-container {
    max-width: 100%;
  }

  .menu__item {
    justify-content: flex-start;
    gap: 1.5rem;
    align-items: center;
  }

  #hamburger {
    display: block;
  }

  .hero__image {
    width: 80vw;
  }

  .mobile__navbar {
    display: block;
  }

  .header-area .header-inner-box {
    justify-content: space-between;
  }

  .has-arrow::after {
    content: "";
  }

  .mobile-nav .sidebar-nav .metismenu ul a {
    font-size: 12px !important;
  }

  .floating__food img {
    display: none;
  }

  .message__image {
    margin-top: 2rem;
  }

  .hero__title {
    max-width: 100%;
    margin-top: 5rem;
  }

  .home__reservation {
    text-align: center;
    padding-right: 10px;
    align-items: center;
  }

  .book__image {
    margin-top: 3rem;
  }

  .home__reservation--button {
    justify-content: center;
  }

  .home__dishes {
    padding: 3rem 37px;
  }

  .home__chef {
    padding: 0 1rem;
  }

  .home__chef h2 {
    font-size: 64px;
  }

  .home__gallery--title h2 {
    max-width: 90%;
  }

  .contact__form {
    padding-right: 0;
  }

  .home__about--container > .row {
    flex-direction: column-reverse;
  }

  .about__curve {
    display: none;
  }
}

@media (width<1200px) and (height>950px) and (width> 767px) {
  .home__chef {
    height: 55vh;
  }
}

.hero__br {
  display: none;
}

@media (width<768px) {
  .section-padding {
    padding: 80px 10px;
  }

  #hamburger {
    font-size: 1.7rem;
  }

  .hero__right--leaf {
    width: 270px;
  }

  .hero__left--leaf {
    width: 320px;
  }

  .contact__form-container {
    padding: 20px 10px;
  }

  .career__positions {
    flex-direction: column;
    gap: 1.5rem;
    align-items: flex-start;
  }

  .about__image img {
    height: 400px;
  }

  .hero__image {
    width: 100vw;
  }

  .hero-section {
    padding: 80px 0;
  }

  .home__chef h2 {
    font-size: 36px;
  }

  .home__dishes {
    padding: 3rem 8px;
  }

  .mobile__ham {
    gap: 0.5rem;
  }

  .home__chef {
    height: auto;
    padding: 5rem 0;
  }

  .hero__title {
    margin-top: 2rem;
    margin-bottom: 1rem;
  }

  .home__gallery--title h2 {
    max-width: 100%;
  }

  .google_translate_element span {
    font-size: 12px !important;
  }

  .menu-title p {
    max-width: 100%;
  }

  .hero__title h1 {
    font-size: 48px;
  }

  .footer-bottom {
    padding: 20px 10px;
  }

  .chilly__image {
    display: none;
  }

  .approach-menu {
    gap: 0.2rem;
  }

  .hero__br {
    display: block;
  }
  .approach-menu__button {
    font-size: 14px;
  }

  .theme-btn,
  .white-btn {
    font-size: 16px;
  }

  .navigation {
    padding: 1rem 0;
  }

  .breadcrumb__header {
    font-size: 2.3rem !important;
    margin-top: 0;
  }

  /* .mobile-nav-wrap {
    padding: 0.5rem 0;
  } */

  .header-area .navigation {
    width: 100%;
    margin-left: 0;
  }

  .breadcrumb-container {
    padding: 90px 10px;
  }

  .home__reservation {
    gap: 1rem;
  }

  .section-title h2 {
    font-size: 2.6rem;
  }

  .home__reservation--content {
    max-width: 100%;
  }

  .home__reservation--content p {
    margin-bottom: 0;
  }
}

@media (width<370px) {
  .approach-menu {
    padding: 0.5rem;
  }

  .approach-menu__button {
    font-size: 12px;
  }
}
