/*!
Theme Name: Obelix Restaurant
Theme URI: http://underscores.me/
Author: Obelix Media
Author URI: https://obelix.vn/
Description: Description
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: obelix-restaurant
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Obelix Restaurant is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

:root{
  --primary-color: #F5C332;
  --dark-color: #0e1317;
  --header-font: "Oswald", sans-serif;
  --body-font: "Roboto", sans-serif;
}
* {
  outline: none;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

::-webkit-input-placeholder {
  color: var(--dark-color);
}

::-moz-placeholder {
  color: var(--dark-color);
}

:-moz-placeholder {
  color: var(--dark-color);
}

:-ms-input-placeholder {
  color: var(--dark-color);
}

html,
body {
  margin: 0;
  padding: 0;
  height: auto !important;
  font-size: 16px;
  color: rgb(34 34 34);
  font-family: var(--body-font);
  font-weight: 400;
  line-height: 1.75;
  background: white;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
}

a {
  color: var(--dark-color);
  text-decoration: none;
  cursor: pointer;
  outline: none;
  -o-transition: all 0.7s cubic-bezier(0.3, 0, 0.3, 1);
  transition: all 0.7s cubic-bezier(0.3, 0, 0.3, 1);
  -webkit-transition: all 0.7s cubic-bezier(0.3, 0, 0.3, 1);
}

a:link {
  color: var(--bs-dark);
}

a:active {
  color: #fff;
}

a:visited {
  color: var(--dark-color);
}

a:hover {
  color: var(--primary-color);
  text-decoration: underline;
}

a img {
  border: none;
}

img {
  max-width: 100%;
}

input,
textarea,
button {
  font-family: "Roboto";
}

label {
  cursor: pointer;
}

iframe {
  max-width: 100%;
}
.comments-area{
  margin-top: 30px;
}
.comment-form-cookies-consent input {
  margin-right: 10px;
  position: relative;
  top: 7px;
}

.comment-form-cookies-consent label {
  display: inline-block;
  vertical-align: top;
}
.comment-form textarea{
  background-color: white;
}
.clear {
  clear: both;
}

strong {
  font-weight: 700;
}

/* - Typography */
h1,
h2,
h3,
h4,
h5,
h6,
.content-sidebar h2 {
  font-weight: 400;
  font-family: var(--header-font);
  margin: 0;
  margin-top: 30px;
  margin-bottom: 30px;
  color: var(--bs-dark);
  line-height: 1.3;
}

h1 {
  font-size: 42px;
}

h2 {
  font-size: 42px;
}

h3 {
  font-size: 34px;
}

h4 {
  font-size: 28px;
}

h5, .content-sidebar h2 {
  font-size: 24px;
}

h6 {
  font-size: 20px;
}

p {
  padding: 0;
  margin-bottom: 18px;
  font-size: 17px;
}

strong {
  font-weight: 700;
}

@media screen and (max-width: 720px) {
  h1 {
    font-size: 32px;
  }
  h2 {
    font-size: 30px;
  }
  h3 {
    font-size: 28px;
  }
  h4 {
    font-size: 26px;
  }
  h5, .widget-title {
    font-size: 24px;
  }
  h6 {
    font-size: 22px;
  }
}

a.obl-lnk,
.obl-lnk {
  display: inline-block;
  vertical-align: top;
  font-size: 18px;
  color: #ff8059;
  font-weight: 700;
  text-decoration: none;
  -o-transition: all 0.7s cubic-bezier(0.3, 0, 0.3, 1);
  transition: all 0.7s cubic-bezier(0.3, 0, 0.3, 1);
  -webkit-transition: all 0.7s cubic-bezier(0.3, 0, 0.3, 1);
}

a.obl-btn, .obl-btn, a.obl-btn-link, .obl-btn-link, button, input[type="submit"] {
  padding: 0 32px;
  position: relative;
  overflow: hidden;
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  color: #FFF;
  font-weight: 500;
  letter-spacing: 0.03em;
  height: 50px;
  line-height: 48px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  background: var(--primary-color);
  font-family: var(--header-font);
  border: none;
  outline: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  outline: none;
  cursor: pointer;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-transition: all 0.7s cubic-bezier(0.3, 0, 0.3, 1);
  transition: all 0.7s cubic-bezier(0.3, 0, 0.3, 1);
  -webkit-transition: all 0.7s cubic-bezier(0.3, 0, 0.3, 1);
}
.obl-btn.obl-btn-hover-dark:hover{
  color: white;
}
.obl-btn.obl-btn-hover-dark:before{
  background: var(--dark-color);
}
a.obl-btn i, .obl-btn i, a.obl-btn-link i, .obl-btn-link i, button i, input[type="submit"] i {
  margin-left: 3px;
  position: relative;
  display: inline-block;
  top: 0;
  font-size: 14px;
}

a.obl-btn span,
.obl-btn span,
a.obl-btn-link span,
.obl-btn-link span,
button span,
input[type="submit"] span {
  position: relative;
}

a.obl-btn.dark-btn,
.obl-btn.dark-btn,
a.obl-btn-link.dark-btn,
.obl-btn-link.dark-btn,
button.dark-btn,
input[type="submit"].dark-btn {
  background: var(--dark-color);
}

a.obl-btn:before,
.obl-btn:before,
button:before {
  content: '';
  position: absolute;
  left: -10%;
  top: -50%;
  width: 120%;
  height: 120%;
  background: #fff;
  -o-transition: all 0.7s cubic-bezier(0.3, 0, 0.3, 1);
  transition: all 0.7s cubic-bezier(0.3, 0, 0.3, 1);
  -webkit-transition: all 0.7s cubic-bezier(0.3, 0, 0.3, 1);
  transform: translate3d(0, -100%, 0) skew(-10deg, -10deg);
  -webkit-transform: translate3d(0, -100%, 0) skew(-10deg, -10deg);
}

a.obl-btn:hover,
.obl-btn:hover {
  color: var(--primary-color);
}

a.obl-btn:hover:before,
.obl-btn:hover:before {
  top: -20%;
  transform: translate3d(0, 0, 0) skew(0deg);
  -webkit-transform: translate3d(0, 0, 0) skew(0deg);
}

a.obl-btn-link,
.obl-btn-link {
  padding: 0;
  height: auto;
  line-height: 1.2;
  background: none;
  border-radius: 0;
  -webkit-border-radius: 0;
  opacity: 0.5;
}

a.obl-btn-link i,
.obl-btn-link i {
  margin-left: 3px;
  position: relative;
  display: inline-block;
  top: -1px;
  font-size: 14px;
}

a.obl-btn-link span,
.obl-btn-link span {
  padding-bottom: 5px;
  position: relative;
  display: inline-block;
}

a.obl-btn-link span:before,
.obl-btn-link span:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0%;
  height: 1px;
  background: #fff;
  -o-transition: all 0.7s cubic-bezier(0.3, 0, 0.3, 1);
  transition: all 0.7s cubic-bezier(0.3, 0, 0.3, 1);
  -webkit-transition: all 0.7s cubic-bezier(0.3, 0, 0.3, 1);
}

a.obl-btn-link:hover,
.obl-btn-link:hover {
  opacity: 1;
}

a.obl-btn-link:hover span:before,
.obl-btn-link:hover span:before {
  width: 100%;
}

@media screen and (max-width: 767px) {
  a.obl-btn,
  .obl-btn,
  button,
  input[type="submit"] {
    padding: 0 20px;
    height: 50px;
    line-height: 48px;
    font-size: 14px;
  }
}

input[type="text"],
input[type="email"],
input[type="search"],
input[type="password"],
input[type="tel"],
input[type="address"],
input[type="number"],
input[type="date"],
textarea {
  position: relative;
  padding: 0 20px;
  display: block;
  width: 100%;
  height: 60px;
  font-family: "Roboto";
  font-size: 16px;
  color: var(--dark-color);
  resize: none;
  outline: 0;
  font-weight: 400;
  background: none;
  border: 1px solid #c7c7c7;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  transition: all 0.3s cubic-bezier(0.3, 0, 0.3, 1);
  -moz-transition: all 0.3s cubic-bezier(0.3, 0, 0.3, 1);
  -webkit-transition: all 0.3s cubic-bezier(0.3, 0, 0.3, 1);
  -o-transition: all 0.3s cubic-bezier(0.3, 0, 0.3, 1);
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
input[type="password"]:focus,
input[type="tel"]:focus,
input[type="address"]:focus,
input[type="number"]:focus,
input[type="date"]:focus,
textarea:focus {
  border-color: var(--dark-color);
}


::-webkit-calendar-picker-indicator {
  opacity: 0;
}

textarea {
  height: 260px;
  padding-top: 20px;
  padding-bottom: 20px;
  resize: none;
}

select,
.custom-select {
  -webkit-box-shadow: none;
  box-shadow: none;
  height: 60px;
  padding: 0 20px;
  position: relative;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: "Roboto";
  font-size: 18px;
  font-weight: 500;
  color: #FFF;
  background-color: transparent;
  border: 1px solid #21282f;
  border-radius: 5px;
  -webkit-border-radius: 5px;
}

select,
.custom-select {
  background: url(assets/images/select.png) no-repeat right 20px center/12px 8px;
}

@media screen and (max-width: 767px) {
  input[type="text"],
  input[type="email"],
  input[type="search"],
  input[type="password"],
  input[type="tel"],
  input[type="address"],
  input[type="number"],
  input[type="date"] {
    height: 50px;
    font-size: 14px;
  }
  textarea {
    height: 150px;
    font-size: 14px;
  }
  select,
  .custom-select {
    height: 50px;
    font-size: 14px;
  }
  select,
  .custom-select {
    background: url(assets/images/select.png) no-repeat right 20px center/12px 8px;
  }
}

label,
legend {
  display: block;
  padding-bottom: 20px;
  font-family: "Roboto";
  font-size: 20px;
}

fieldset {
  border-width: 0;
  padding: 0;
}

label.error {
  padding-top: 10px;
  padding-bottom: 0 !important;
  font-family: "Roboto";
  font-size: 14px;
  color: red;
  display: none;
}

ul {
  list-style: disc;
  margin-top: 30px;
  margin-bottom: 30px;
  padding-left: 0px;
  list-style-position: inside;
}

ol {
  list-style: decimal;
  margin-top: 30px;
  margin-bottom: 30px;
  padding-left: 0px;
  list-style-position: inside;
}

ul ul,
ol ol,
ul ol,
ol ul {
  margin-top: 15px;
  margin-bottom: 15px;
  margin-left: 15px;
}

code {
  padding: 0 4px;
  font-size: 14px;
  font-style: italic;
  text-decoration: none;
  display: inline-block;
  vertical-align: middle;
  overflow: auto;
  max-width: 100%;
  white-space: nowrap;
}

pre {
  margin: 30px 0;
  padding: 0;
  max-width: 100%;
  overflow: auto;
  white-space: pre;
  font-size: 14px;
}

mark,
ins {
  text-decoration: none;
}

dt {
  margin-bottom: 5px;
  font-weight: 700;
}

dd {
  margin-top: 0;
  margin-bottom: 30px;
  margin-left: 30px;
}

.block-quote,
blockquote {
  position: relative;
  margin: 45px 0;
  padding: 30px 45px;
  font-family: var(--header-font);
  font-size: 24px;
  color: #fff;
  font-weight: 300;
  background: #090c0f;
}

.block-quote p,
blockquote p,
.block-quote p {
  font-size: 24px;
  margin: 0;
  font-style: normal;
}

@media only screen and (max-width: 576px) {
  .block-quote,
  blockquote,
  .block-quote {
    font-size: 20px;
    margin: 20px 0;
  }
  .block-quote p,
  blockquote p,
  .block-quote p {
    font-size: 20px;
  }
  .block-quote p br,
  blockquote p br,
  .block-quote p br {
    display: none;
  }
}

.block-quote cite,
blockquote cite,
.block-quote cite {
  position: relative;
  margin-top: 15px;
  padding-left: 45px;
  font-size: 16px;
  display: block;
  font-weight: 300;
  font-style: normal;
}

.block-quote cite:before,
blockquote cite:before,
.block-quote cite:before {
  margin-top: -1px;
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  width: 35px;
  height: 3px;
  background: var(--primary-color);
}

.block-quote cite em,
blockquote cite em,
.block-quote cite em {
  font-style: normal;
}

.block-quote.has-background blockquote,
blockquote.has-background blockquote {
  padding: 20px 0;
}

.block-quote.has-text-align-right cite,
blockquote.has-text-align-right cite {
  text-align: right;
}

.block-quote cite br,
blockquote cite br {
  display: none;
}

.bypostauthor {
  border-top: none;
}

.post-content .has-medium-font-size {
  line-height: 1.6;
}

.post-content .has-large-font-size {
  line-height: 1.4;
}

.blocks-gallery-caption {
  margin-bottom: 2rem;
}

.post-content .gallery {
  margin: 0 -15px;
  font-size: 0;
}

.post-content .gallery .gallery-item {
  padding: 15px;
  display: inline-block;
  vertical-align: top;
  width: 33.333%;
  text-align: center;
}

.post-content .gallery.gallery-columns-1 .gallery-item {
  width: 100%;
}

.post-content .gallery.gallery-columns-2 .gallery-item {
  width: 50%;
}

.post-content .gallery.gallery-columns-3 .gallery-item {
  width: 33.333%;
}

.post-content .gallery.gallery-columns-4 .gallery-item {
  width: 25%;
}

.post-content .gallery.gallery-columns-5 .gallery-item {
  width: 20%;
}

hr {
  border-top: 1px solid #8d99a7;
}

/* - Alignment */
.align-center {
  text-align: center !important;
}

.align-right {
  text-align: right !important;
}

.align-left {
  text-align: left !important;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.pull-none {
  float: none !important;
}

.alignright {
  margin-left: 30px;
  margin-bottom: 30px;
  float: right;
  max-width: 50%;
}

.alignleft {
  margin-right: 30px;
  margin-bottom: 30px;
  float: left;
  max-width: 50%;
}

.aligncenter {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.full-width {
  max-width: 100%;
  width: 100%;
}

.full-max-width {
  max-width: 100%;
  width: auto;
}

.centrize {
  display: table;
  table-layout: fixed;
  height: 100%;
  position: relative;
  top: 0;
  left: 0;
  z-index: 2;
}

.vertical-center {
  display: table-cell;
  vertical-align: middle;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-lowercase {
  text-transform: lowercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.text-regular {
  font-weight: 400 !important;
}

.text-bold {
  font-weight: 700 !important;
}

.text-italic {
  font-style: italic !important;
}

.alert-success {
  color: #FFF;
  background: transparent;
  border: none;
}

/* - Wrapper */
.wrapper {
  padding-top: 136px;
}

.container-page {
  position: relative;
  overflow: hidden;
  min-height: 50vh;
}

.wrapper, .container {
  position: relative;
}

.container {
  margin: 0 auto;
  max-width: 1170px;
}

@media screen and (max-width: 992px) {
  .container {
    padding: 0 30px;
  }
}

/* - Breadcrumbs */
/* - Preloader */
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 0%;
  text-align: center;
  z-index: 1000;
}

.preloader .centrize {
  height: 100vh;
}

.preloader:before {
  content: '';
  position: absolute;
  left: -20vw;
  top: -20vh;
  width: 140vw;
  height: 120vh;
  background: #090c0f;
}

.preloader .spinner-logo {
  position: relative;
  margin: 0 auto;
  width: 118px;
  font-size: 0;
}

.preloader .spinner-logo img {
  margin-bottom: 15px;
  max-width: 100%;
}

.preloader .spinner-line {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: var(--primary-color);
  border-radius: 0;
  -webkit-animation: spinnerline 1s cubic-bezier(0.17, 0.37, 0.43, 0.67) infinite;
  animation: spinnerline 1s cubic-bezier(0.17, 0.37, 0.43, 0.67) infinite;
}

.preloader .spinner-dot {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 0;
}

.preloader.loaded:before {
  -webkit-animation: preloader 0.75s cubic-bezier(0.3, 0, 0.3, 1) forwards;
  animation: preloader 0.75s cubic-bezier(0.3, 0, 0.3, 1) forwards;
}

@-webkit-keyframes preloader {
  0% {
    -webkit-transform: translate3d(0, 0, 0) skew(-10deg, -10deg);
    transform: translate3d(0, 0, 0) skew(-10deg, -10deg);
  }
  100% {
    -webkit-transform: translate3d(0, -100%, 0) skew(0deg);
    transform: translate3d(0, -100%, 0) skew(0deg);
  }
}

@-webkit-keyframes spinner {
  0% {
    width: 15px;
  }
  50% {
    width: 50px;
  }
  100% {
    width: 15px;
  }
}

@keyframes spinner {
  0% {
    width: 15px;
  }
  50% {
    width: 50px;
  }
  100% {
    width: 15px;
  }
}

@-webkit-keyframes spinnerline {
  0% {
    width: 0;
    left: 0;
    right: auto;
  }
  50% {
    width: 100%;
    left: 0;
    right: auto;
  }
  51% {
    width: 100%;
    left: auto;
    right: 0;
  }
  100% {
    width: 0;
    left: auto;
    right: 0;
  }
}

@keyframes spinnerline {
  0% {
    width: 0;
    left: 0;
    right: auto;
  }
  50% {
    width: 100%;
    left: 0;
    right: auto;
  }
  51% {
    width: 100%;
    left: auto;
    right: 0;
  }
  100% {
    width: 0;
    left: auto;
    right: 0;
  }
}

/* - Cursor */
.cursor {
  position: fixed;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  opacity: 1;
  background: rgba(255, 255, 255, 0.25);
  border: 1px solid transparent;
  -o-transition: width 0.3s cubic-bezier(0.3, 0, 0.3, 1), height 0.3s cubic-bezier(0.3, 0, 0.3, 1), background 0.3s cubic-bezier(0.3, 0, 0.3, 1), margin 0.3s cubic-bezier(0.3, 0, 0.3, 1), opacity 0.7s cubic-bezier(0.3, 0, 0.3, 1);
  transition: width 0.3s cubic-bezier(0.3, 0, 0.3, 1), height 0.3s cubic-bezier(0.3, 0, 0.3, 1), background 0.3s cubic-bezier(0.3, 0, 0.3, 1), margin 0.3s cubic-bezier(0.3, 0, 0.3, 1), opacity 0.7s cubic-bezier(0.3, 0, 0.3, 1);
  -webkit-transition: width 0.3s cubic-bezier(0.3, 0, 0.3, 1), height 0.3s cubic-bezier(0.3, 0, 0.3, 1), background 0.3s cubic-bezier(0.3, 0, 0.3, 1), margin 0.3s cubic-bezier(0.3, 0, 0.3, 1), opacity 0.7s cubic-bezier(0.3, 0, 0.3, 1);
  z-index: 999;
  pointer-events: none;
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  -khtml-border-radius: 100%;
}

.cursor.cursor-zoom {
  margin-top: -25px;
  margin-left: -25px;
  width: 80px;
  height: 80px;
  background: rgba(255, 255, 255, 0);
  border-color: rgba(255, 255, 255, 0.5);
}

/* - Swiper */
.swiper-container {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  pointer-events: none !important;
}

.js-parallax {
  overflow: hidden;
}

/* - Animations */
.text-anim-1 .char,
.text-anim-1 .word,
.text-anim-1 .line {
  -webkit-transition: transform 0.3s cubic-bezier(0.3, 0, 0.3, 1), opacity 0.3s linear, color 0.3s linear;
  -webkit-transition: opacity 0.3s linear, color 0.3s linear, -webkit-transform 0.3s cubic-bezier(0.3, 0, 0.3, 1);
  transition: opacity 0.3s linear, color 0.3s linear, -webkit-transform 0.3s cubic-bezier(0.3, 0, 0.3, 1);
  -o-transition: transform 0.3s cubic-bezier(0.3, 0, 0.3, 1), opacity 0.3s linear, color 0.3s linear;
  transition: transform 0.3s cubic-bezier(0.3, 0, 0.3, 1), opacity 0.3s linear, color 0.3s linear;
  transition: transform 0.3s cubic-bezier(0.3, 0, 0.3, 1), opacity 0.3s linear, color 0.3s linear, -webkit-transform 0.3s cubic-bezier(0.3, 0, 0.3, 1);
  -webkit-transform: translate(10px, 0);
  -ms-transform: translate(10px, 0);
      transform: translate(10px, 0);
  opacity: 0;
}

.text-anim-1.animate__active .char,
.text-anim-1.animate__active .word,
.text-anim-1.animate__active .line,
.swiper-slide-active .text-anim-1 .char,
.swiper-slide-active .text-anim-1 .word,
.swiper-slide-active .text-anim-1 .line {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
      transform: translate(0, 0);
  opacity: 1;
}

.text-anim-1 .char {
  -webkit-transition-delay: calc(60ms * var(--char-index));
  -o-transition-delay: calc(60ms * var(--char-index));
     transition-delay: calc(60ms * var(--char-index));
}

.text-anim-1 .word {
  -webkit-transition-delay: calc(60ms * var(--word-index));
  -o-transition-delay: calc(60ms * var(--word-index));
     transition-delay: calc(60ms * var(--word-index));
}

.text-anim-1 .line {
  -webkit-transition-delay: calc(60ms * var(--line-index));
  -o-transition-delay: calc(60ms * var(--line-index));
     transition-delay: calc(60ms * var(--line-index));
}

.animate-active .text-anim-1 .char,
.animate-active .text-anim-1 .word,
.animate-active .text-anim-1 .line {
  -webkit-transform: translate(0, 0) scale(1);
  -ms-transform: translate(0, 0) scale(1);
      transform: translate(0, 0) scale(1);
  opacity: 1;
}

.element-anim-1 {
  -webkit-transition: transform 0.7s cubic-bezier(0.3, 0, 0.3, 1), opacity 0.4s linear, color 0.3s linear;
  -webkit-transition: opacity 0.4s linear, color 0.3s linear, -webkit-transform 0.7s cubic-bezier(0.3, 0, 0.3, 1);
  transition: opacity 0.4s linear, color 0.3s linear, -webkit-transform 0.7s cubic-bezier(0.3, 0, 0.3, 1);
  -o-transition: transform 0.7s cubic-bezier(0.3, 0, 0.3, 1), opacity 0.4s linear, color 0.3s linear;
  transition: transform 0.7s cubic-bezier(0.3, 0, 0.3, 1), opacity 0.4s linear, color 0.3s linear;
  transition: transform 0.7s cubic-bezier(0.3, 0, 0.3, 1), opacity 0.4s linear, color 0.3s linear, -webkit-transform 0.7s cubic-bezier(0.3, 0, 0.3, 1);
  -webkit-transform: translate(0, 20px);
  -ms-transform: translate(0, 20px);
      transform: translate(0, 20px);
  -webkit-transition-delay: 30ms;
  -o-transition-delay: 30ms;
     transition-delay: 30ms;
  opacity: 0;
}

.element-anim-1.animate__active,
.animate-active .element-anim-1,
.swiper-slide-active .element-anim-1 {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
      transform: translate(0, 0);
  opacity: 1;
}

button.mfp-close:before {
  display: none;
}

/**
* Header
**/
.admin-bar .obl-header {
  top: 32px;
}

.admin-bar .obl-header.fixed .obl-navbar {
  top: 32px;
}

.obl-header {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 90;
  background: var(--dark-color);
}

.obl-header.fixed .obl-navbar {
  background: var(--dark-color);
}

.obl-header.show .obl-navbar-mobile .obl-main-menu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.obl-header.show .obl-navbar-mobile .obl-topline {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.obl-header.animated .obl-navbar-mobile {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  z-index: 2;
}

.obl-header.animated .obl-navbar-mobile:before {
  -webkit-animation: nav-mobile-open 0.35s cubic-bezier(0.3, 0, 0.3, 1) forwards;
  animation: nav-mobile-open 0.35s cubic-bezier(0.3, 0, 0.3, 1) forwards;
}

.obl-header.opened .obl-navbar-mobile {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  z-index: 2;
}

.obl-header.no-touch .obl-menu-btn {
  pointer-events: none;
}

.obl-header .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.obl-topline {
  padding: 10px 30px;
  background: #090c0f;
}

.obl-navbar {
  padding: 20px 30px;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 3;
  -o-transition: all 0.3s cubic-bezier(0.3, 0, 0.3, 1);
  transition: all 0.3s cubic-bezier(0.3, 0, 0.3, 1);
  -webkit-transition: all 0.3s cubic-bezier(0.3, 0, 0.3, 1);
}

.obl-navbar.inner-navbar:before,
.obl-header.fixed .obl-navbar:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.1);
}

.obl-logo {
  position: relative;
  font-size: 0;
}

.obl-logo img {
  max-width: unset;
  width: 146px;
}
.obl-footer .obl-logo img{
  width: 200px;
}
.obl-footer .obl-logo{

}

.obl-search {
  margin-left: 50px;
  position: relative;
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: middle;
}

.obl-search input[type="text"], .obl-search input[type="search"] {
  padding: 0;
  position: absolute;
  top: 0;
  right: 20px;
  font-family: var(--header-font);
  font-size: 15px;
  color: #fff;
  width: 0%;
  height: 20px;
  border: none;
  border-bottom: 1px solid #fff;
}

.obl-search .search-btn {
  padding: 0;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 14px;
  color: #fff;
  width: 20px;
  height: 20px;
  line-height: 20px;
  background: none;
  text-align: center;
}

.obl-search .sep {
  position: absolute;
  top: 0;
  right: 0;
  width: 20px;
  height: 20px;
  z-index: 3;
}

.obl-h-group {
  font-size: 14px;
  color: #ced2d5;
  text-transform: uppercase;
  font-family: var(--header-font);
  letter-spacing: 0.3px;
  font-weight: 600;
}

.obl-h-group em, .obl-h-group i {
  color: var(--primary-color);
  font-style: normal;
}

.obl-h-social {
  display: inline-block;
  font-family: var(--header-font);
  font-size: 15px;
  text-align: center;
}

.obl-h-social a {
  margin: 0 8px;
  display: inline-block;
  text-decoration: none;
}

.obl-h-social i {
  color: #ced2d5;
  font-style: normal;
}

.obl-main-menu {
  display: inline-block;
  vertical-align: middle;
}

.obl-main-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.obl-main-menu ul li {
  margin-left: 15px;
  margin-right: 15px;
  position: relative;
  display: inline-block;
  vertical-align: top;
}

.obl-main-menu ul li a {
  display: inline-block;
  color: #fff;
  font-size: 15px;
  line-height: 50px;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-decoration: none;
  font-weight: 500;
  font-family: var(--header-font);
}

.obl-main-menu ul li a:hover {
  color: var(--primary-color);
}

.obl-main-menu ul li a i {
  position: relative;
  top: -2px;
  margin-left: 6px;
  font-size: 12px;
}

.obl-main-menu ul li:first-child {
  padding-left: 0;
}

.obl-main-menu ul li.active > a {
  color: var(--primary-color);
  padding: 0;
}
.obl-main-menu .sub-menu li.active  > a{
  color: var(--dark-color);
}
.obl-main-menu ul li  > a{
  padding: 0;
}
.obl-main-menu ul li ul {
  padding: 20px;
  position: absolute;
  left: -20px;
  top: 50px;
  width: 200px;
  background: var(--primary-color);
  box-shadow: 0px 0px 50px 0px rgba(82, 63, 105, 0.15);
  text-align: left;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -o-transition: all 0.3s cubic-bezier(0.3, 0, 0.3, 1);
  transition: all 0.3s cubic-bezier(0.3, 0, 0.3, 1);
  -webkit-transition: all 0.3s cubic-bezier(0.3, 0, 0.3, 1);
}

.obl-main-menu ul li ul li {
  margin-bottom: 10px;
  margin-left: 0;
  display: block;
}

.obl-main-menu ul li ul li:before {
  display: none;
}

.obl-main-menu ul li ul li a {
  line-height: normal;
  font-weight: 300;
  opacity: 0.85;
}

.obl-main-menu ul li ul li:last-child {
  margin-bottom: 0;
}

.obl-main-menu ul li ul li:hover a {
  opacity: 1;
}

.obl-btn.h-btn {
  margin-left: 50px;
  vertical-align: middle;
}

.obl-menu-btn {
  margin-top: 0;
  margin-left: 30px;
  position: relative;
  float: right;
  display: none;
  width: 25px;
  height: 50px;
}

.obl-menu-btn span {
  margin-top: -7px;
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 14px;
  display: block;
}

.obl-menu-btn span:before,
.obl-menu-btn span:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 2px;
  background: #FFF;
  -o-transition: all 0.3s cubic-bezier(0.3, 0, 0.3, 1);
  transition: all 0.3s cubic-bezier(0.3, 0, 0.3, 1);
  -webkit-transition: all 0.3s cubic-bezier(0.3, 0, 0.3, 1);
  border-radius: 1px;
  -webkit-border-radius: 1px;
}

.obl-menu-btn span:after {
  top: auto;
  bottom: 0;
}

.obl-menu-btn.active span {
  background: transparent;
}

.obl-menu-btn.active span:before,
.obl-menu-btn.active span:after {
  top: 8px;
  -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.obl-menu-btn.active span:after {
  -ms-transform: rotate(45deg);
      transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.obl-navbar-mobile {
  padding: 130px 30px 30px 30px;
  position: absolute;
  overflow: auto;
  overflow-x: hidden;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  z-index: -1;
  -o-transition: all 0.3s cubic-bezier(0.3, 0, 0.3, 1);
  transition: all 0.3s cubic-bezier(0.3, 0, 0.3, 1);
  -webkit-transition: all 0.3s cubic-bezier(0.3, 0, 0.3, 1);
}

.obl-navbar-mobile:before {
  content: '';
  position: fixed;
  left: -20vw;
  top: -20vh;
  width: 140vw;
  height: 120vh;
  background: #090c0f;
  -webkit-animation: nav-mobile-close 0.75s cubic-bezier(0.3, 0, 0.3, 1) forwards;
  animation: nav-mobile-close 0.75s cubic-bezier(0.3, 0, 0.3, 1) forwards;
}

.obl-navbar-mobile .obl-main-menu {
  position: relative;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  display: block;
  -o-transition: all 0.3s cubic-bezier(0.3, 0, 0.3, 1);
  transition: all 0.3s cubic-bezier(0.3, 0, 0.3, 1);
  -webkit-transition: all 0.3s cubic-bezier(0.3, 0, 0.3, 1);
}

.obl-navbar-mobile .obl-main-menu ul li {
  margin-left: 0;
  margin-bottom: 18px;
  display: block;
}

.obl-navbar-mobile .obl-main-menu ul li.opened > i {
  -ms-transform: rotate(180deg);
      transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}

.obl-navbar-mobile .obl-main-menu ul li a {
  margin: 0;
  position: relative;
  display: inline-block;
  vertical-align: top;
  font-size: 22px;
  line-height: 1.5;
  color: white;
}
.obl-main-menu .sub-menu li a, .obl-main-menu .sub-menu li:hover a{
  color: var(--dark-color);
  font-weight: 500;
  opacity: 1;
  font-size: 13px;
}
.obl-main-menu .sub-menu li:hover a{
  padding-left: 6px;
}
.obl-main-menu .sub-menu{
  z-index: 99;
}
.obl-navbar-mobile .obl-main-menu ul li i {
  position: absolute;
  color: white;
  top: -2px;
  right: 0px;
  display: inline-block;
  vertical-align: top;
  font-size: 18px;
  width: 36px;
  line-height: 36px;
  text-align: center;
  -o-transition: all 0.3s cubic-bezier(0.3, 0, 0.3, 1);
  transition: all 0.3s cubic-bezier(0.3, 0, 0.3, 1);
  -webkit-transition: all 0.3s cubic-bezier(0.3, 0, 0.3, 1);
}

.obl-navbar-mobile .obl-main-menu ul li ul {
  margin: 10px 0 0 0;
  padding: 20px;
  position: relative;
  left: 0;
  top: 0;
  width: auto;
  max-width: 320px;
  text-align: left;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  display: none;
  -o-transition: none;
  transition: none;
  -webkit-transition: none;
  background: none;
}

.obl-navbar-mobile .obl-main-menu ul li ul li a {
  font-size: 18px;
}

.obl-navbar-mobile .obl-topline {
  margin: 30px 0 0 0;
  padding: 0;
  background: none;
  position: relative;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  display: block;
  -o-transition: all 0.3s cubic-bezier(0.3, 0, 0.3, 1);
  transition: all 0.3s cubic-bezier(0.3, 0, 0.3, 1);
  -webkit-transition: all 0.3s cubic-bezier(0.3, 0, 0.3, 1);
}

.obl-navbar-mobile .obl-h-social {
  margin: 30px 0 15px 0;
}

.obl-navbar-mobile .obl-h-social a {
  margin: 0 20px 0 0;
  font-size: 20px;
}

.obl-navbar-mobile .obl-h-group {
  margin: 5px 0;
}

.obl-navbar-mobile .obl-btn.h-btn {
  margin-left: 0;
  display: inline-block;
}

@-webkit-keyframes nav-mobile-open {
  0% {
    -webkit-transform: translate3d(0, -100%, 0) skew(-10deg, -10deg);
    transform: translate3d(0, -100%, 0) skew(-10deg, -10deg);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0) skew(0deg);
    transform: translate3d(0, 0, 0) skew(0deg);
  }
}

@-webkit-keyframes nav-mobile-close {
  0% {
    -webkit-transform: translate3d(0, 0, 0) skew(-10deg, -10deg);
    transform: translate3d(0, 0, 0) skew(-10deg, -10deg);
  }
  100% {
    -webkit-transform: translate3d(0, -100%, 0) skew(0deg);
    transform: translate3d(0, -100%, 0) skew(0deg);
  }
}

@media screen and (min-width: 1025px) {
  .obl-header.fixed .obl-navbar {
    position: fixed;
  }
  .obl-main-menu ul li:hover ul {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
}

@media screen and (max-width: 1024px) {
  .obl-header {
    position: fixed;
  }
  .obl-topline {
    display: none;
  }
  .obl-main-menu {
    display: none;
  }
  .obl-menu-btn {
    display: block;
  }
  .obl-btn.h-btn {
    display: none;
  }
  .wrapper {
    padding-top: 90px;
  }
}

@media screen and (max-width: 767px) {
  .obl-header .col-xs-12 {
    width: auto;
  }
}

/**
* Footer
**/
.obl-footer {
  padding: 70px 0 0 0;
  background: #090c0f;
}

.obl-footer h5 {
  margin: 0 0 20px 0;
  color: white;
}

.obl-f-hours ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.obl-f-hours ul li {
  position: relative;
  margin-bottom: 10px;
  padding-left: 20px;
  color: #fff;
}

.obl-f-hours ul li:last-child {
  margin-bottom: 0;
}

.obl-f-hours ul li:last-child:before {
  display: none;
}

.obl-f-hours ul li:before {
  content: '';
  position: absolute;
  left: 0;
  top: 13px;
  width: 5px;
  height: 5px;
  background: #fff;
  border-radius: 5px;
  -webkit-border-radius: 5px;
}

.obl-f-hours ul li em {
  display: block;
  color: var(--primary-color);
  font-style: normal;
}

.obl-f-hours ul li strong {
  font-family: "Merienda";
  color: #ff8a00;
}

.obl-f-contact ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.obl-f-contact ul li {
  position: relative;
  margin-bottom: 10px;
  padding-left: 50px;
  color: #fff;
}

.obl-f-contact ul li:last-child {
  margin-bottom: 0;
}

.obl-f-contact ul li i {
  position: absolute;
  left: 0;
  top: 5px;
  font-size: 40px;
  color: var(--primary-color);
}

.obl-f-contact ul li em {
  display: block;
  color: var(--primary-color);
  font-style: normal;
  font-weight: 600;
}

.obl-f-gallery ul {
  margin: 0 -4px;
  padding: 0;
  list-style: none;
  font-size: 0;
}

.obl-f-gallery ul li {
  padding: 4px;
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: calc(100% / 7);
}

.obl-f-gallery ul li img {
  position: relative;
  width: 100%;
  height: 80px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
     border-radius: 4px;
}

.obl-copyright {
  margin-top: 70px;
  padding: 16px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 14px;
  color: white;
}
.obl-copyright a, .obl-copyright p{
  color: white;
  font-size: 14px;
}
.obl-copyright a:hover{
  color: var(--primary-color);
}
button.mfp-close:before, button.mfp-arrow:before {
  display: none;
}

@media screen and (max-width: 992px) {
  .obl-f-hours {
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 767px) {
  .obl-footer .obl-logo, .obl-f-hours, .obl-f-contact {
    margin-bottom: 50px;
    text-align: center;
  }
  .obl-copyright {
    margin-top: 50px;
    font-size: 14px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
  }
  .obl-f-contact ul li{
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0;
  }
  .obl-f-contact ul li i{
    position: relative;
    margin-bottom: 14px;
  }
  .obl-f-contact ul li:not(em){
    font-size: 20px;
    font-family: var(--header-font);
  }
  .obl-footer h5{
    text-align: center;
  }
}

/**
* Section
**/
.section {
  padding: 80px 0;
  position: relative;
  z-index: 2;
}

.obl-titles {
  width: 100%;
}

.obl-subtitle {
  margin: 0 0 10px 0;
  position: relative;
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  color: var(--primary-color);
}
p.obl-subtitle{
  text-transform: unset;
  color: var(--bs-dark);
  line-height: 1.6;
  font-size: 18px;
  margin-bottom: 40px;
}
.obl-subtitle.with-icon:before {
  content: '';
  position: absolute;
  left: -45px;
  top: -25px;
  width: 93px;
  height: 95px;
  background: url(assets/images/cafe_icon.png) no-repeat;
  background-size: contain;
}

.obl-title {
  margin: 0 0 70px 0;
  font-size: 42px;
  font-family: var(--header-font);
  color: var(--dark-color);
  font-weight: 600;
}

.bg-dark .obl-title, .bg-dark .obl-p-title, .bg-dark .obl-text p, .bg-dark .subname {
  color: white;
}
.obl-p-title {
  margin: 20px 0;
  font-size: 70px;
  font-family: var(--header-font);
  color: #fff;
  font-weight: 400;
}

.obl-text p {
  margin: 0;
  margin-bottom: 24px;
  font-size: 18px;
}

.obl-image-hover {
  position: relative;
  overflow: hidden;
  display: block;
  font-size: 0;
}

.obl-image-hover img {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  -o-transition: all 0.7s cubic-bezier(0.3, 0, 0.3, 1);
  transition: all 0.7s cubic-bezier(0.3, 0, 0.3, 1);
  -webkit-transition: all 0.7s cubic-bezier(0.3, 0, 0.3, 1);
}

.obl-image-hover:hover img {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}

.obl-parallax {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
}

.obl-parallax-icon {
  position: absolute;
}

.obl-parallax-icon .p-icon {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

.obl-parallax-icon.pi-1 {
  left: -220px;
  top: 5%;
  width: 159px;
  height: 145px;
}

.obl-parallax-icon.pi-2 {
  left: auto;
  right: -220px;
  top: 10%;
  width: 131px;
  height: 178px;
}

.obl-parallax-icon.pi-3 {
  left: auto;
  right: -220px;
  top: 90%;
  width: 205px;
  height: 106px;
}

.obl-parallax-icon.pi-4 {
  left: auto;
  left: 0;
  top: 30%;
  width: 25px;
  height: 137px;
}

.obl-parallax-icon.pi-5 {
  left: auto;
  right: 0;
  top: 40%;
  width: 59px;
  height: 158px;
}

@media screen and (max-width: 767px) {
  .section {
    padding: 46px 0;
  }
  .obl-titles {
    text-align: left !important;
  }
  .obl-subtitle {
    font-size: 16px;
  }
  .obl-title {
    margin: 0 0 50px 0;
    font-size: 32px;
  }
  .obl-p-title {
    font-size: 32px;
  }
}

.section-bg {
  background-color: #090c0f;
}

/**
* Section Hero Started
**/
.section.obl-started-slider {
  padding: 0;
  position: relative;
  overflow: hidden;
}
.section.obl-started-slider .swiper-button-prev, .section.obl-started-slider .swiper-button-next{
  color: white;
}
.section.obl-started-slider .swiper-slide {
  overflow: hidden;
}

.swiper-button-prev, .swiper-button-next {
  left: 0;
  margin-top: -55px;
  width: 47px;
  height: 111px;
  border: none;
  outline: none;
  color: var(--primary-color);
}

.swiper-button-prev:hover:before, .swiper-button-next:hover:before {
  opacity: 0;
}

.swiper-button-prev:hover:after, .swiper-button-next:hover:after {
  opacity: 1;
}

.swiper-button-next {
  left: auto;
  right: 0;
}

.obl-started-item {
  position: relative;
  width: 100%;
  height: calc(100vh - 140px);
  min-height: 780px;
}

.obl-started-item .container {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.obl-started-item .slide {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.section.obl-started-slider {
  height: 480px;
}
.obl-started-item .slide:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: var(--dark-color);
  opacity: 0.2;
}

.obl-started-item .description {
  width: 50%;
}

.obl-started-item .name {
  margin: 0 0 50px 0;
  font-family: var(--header-font);
  font-size: 94px;
  line-height: 1.2;
  color: #fff;
  font-weight: 700;
  text-transform: capitalize;
}

.obl-started-item .subtitles {
  position: relative;
  margin: 0 0 10px 0;
  padding-left: 50px;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  color: #fff;
}

.obl-started-item .subtitles:before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  width: 30px;
  height: 1px;
  background: #b99271;
}

.obl-bts .obl-btn {
  margin: 0 10px 0 0;
}

@media screen and (max-width: 992px) {
  .obl-started-item .name {
    font-size: 90px;
    line-height: 100px;
  }
  .obl-started-item .subtitles ul li {
    font-size: 16px;
  }
  .obl-started-item .subtitles ul li:before {
    margin-top: -6px;
    width: 12px;
    height: 12px;
  }
}

@media screen and (max-width: 767px) {
  .wrapper{
    padding-top: 76px;
  }
  .section.obl-started-slider {
    height: 400px;
  }
  .obl-started-item {
    height: calc(100vh - 90px);
    min-height: 480px;
  }
  .obl-started-item .name {
    font-size: 52px;
    line-height: 73px;
    margin-bottom: 30px;
  }
  .obl-started-item .description{
    width: 100%;
  }
  .obl-started-item .subtitles ul li {
    padding-left: 15px;
    margin: 0 5px;
    font-size: 14px;
  }
  .obl-started-item .subtitles ul li:before {
    margin-top: -4px;
    width: 8px;
    height: 8px;
  }
  .section.obl-started-slider .swiper-button-prev,
  .section.obl-started-slider .swiper-button-next {
    display: none;
  }
  .section.obl-started-slider .obl-bts .obl-btn {
    margin-bottom: 10px;
  }
}

/**
* Section About
**/
.section.obl-about {
  padding-bottom: 0;
  overflow: hidden;
}

.section.obl-about .obl-title {
  margin-bottom: 30px;
}

.obl-about-quote {
  margin-top: 35px;
  padding: 20px;
  position: relative;
  font-size: 22px;
  color: #fff;
  line-height: 1.5;
  font-weight: 400;
  font-style: italic;
  background: var(--primary-color);
  border-radius: 5px;
  -webkit-border-radius: 5px;
}

.obl-about-quote:after {
  content: '';
  position: relative;
  clear: both;
  display: block;
}

.obl-about-quote img {
  float: left;
  width: 95px;
  border-radius: 100%;
  -webkit-border-radius: 100%;
}

.obl-about-quote div {
  margin-left: 115px;
}

.obl-about-image {
  margin-right: -100px;
  text-align: right;
}

.obl-about-image img {
  max-width: 686px;
}

@media screen and (max-width: 992px) {
  .obl-about-image {
    margin-right: 0;
    margin-top: 50px;
  }
  .obl-about-image img {
    max-width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .obl-about-quote {
    font-size: 16px;
  }
}

/**
* Section Services
**/
.obl-services-items {
  margin-top: -30px;
}

.obl-services-item {
  margin-top: 30px;
  position: relative;
}

.obl-services-item a {
  display: block;
}

.obl-services-item .image {
  position: relative;
  overflow: hidden;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 270px;
}

.obl-services-item .image img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  -o-transition: all 0.7s cubic-bezier(0.3, 0, 0.3, 1);
  transition: all 0.7s cubic-bezier(0.3, 0, 0.3, 1);
  -webkit-transition: all 0.7s cubic-bezier(0.3, 0, 0.3, 1);
}

.obl-services-item .image:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #090c0f;
  opacity: 0.85;
  -o-transition: all 0.7s cubic-bezier(0.3, 0, 0.3, 1);
  transition: all 0.7s cubic-bezier(0.3, 0, 0.3, 1);
  -webkit-transition: all 0.7s cubic-bezier(0.3, 0, 0.3, 1);
  z-index: 2;
  pointer-events: none;
}

.obl-services-item .image:after {
  content: '';
  position: absolute;
  left: 24px;
  top: 24px;
  right: 24px;
  bottom: 24px;
  border: 1px solid var(--primary-color);
  border-radius: 5px;
  -webkit-border-radius: 5px;
  opacity: 0.25;
  -o-transition: all 0.7s cubic-bezier(0.3, 0, 0.3, 1);
  transition: all 0.7s cubic-bezier(0.3, 0, 0.3, 1);
  -webkit-transition: all 0.7s cubic-bezier(0.3, 0, 0.3, 1);
  z-index: 3;
  pointer-events: none;
}

.obl-services-item .desc {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  z-index: 4;
}

.obl-services-item .desc .icon {
  display: block;
  font-size: 60px;
  line-height: 1;
  color: #fff;
}

.obl-services-item .desc .name {
  margin: 0;
  display: block;
}

.obl-services-item:hover .image .img {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}

.obl-services-item:hover .image:before {
  opacity: 0.75;
}

.obl-services-item:hover .image:after {
  opacity: 1;
}

/**
* Section Menu
**/
.section.obl-menu.obl-parallax {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.obl-menu-items {
  padding: 0;
  /* background-color: #090c0f; */
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 465px auto;
}

.obl-menu-items:first-child {
  margin-top: 0;
}

.obl-menu-item {
  margin: 30px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}


.obl-menu-item .image a{
  width: 160px;
  height: 160px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  display: block;
  overflow: hidden;
}
.obl-menu-item .image img {
  position: relative;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

.obl-menu-item .desc {
  padding-left: 28px;
  max-width: 300px;
}

.obl-menu-item .name {
  margin: 0 0 10px 0;
  font-weight: 600;
  text-transform: capitalize;
}

.obl-menu-item .subname {
  margin-bottom: 10px;
}

.obl-menu-item .price {
  position: relative;
  /* padding-left: 150px; */
  font-size: 18px;
  letter-spacing: 0.3px;
  font-family: var(--header-font);
  color: #d40000;
  font-weight: 600;
  display: flex;
  align-items: baseline;
}
.obl-menu-item .price .sale-price{
  margin-left: 11px;
  font-size: 15px;
  color: #a8a8a8;
  font-weight: 400;
  text-decoration: line-through;
}

@media screen and (max-width: 992px) {
  .obl-menu-items {
    margin: 0;
  }
}

@media screen and (max-width: 767px) {
  .obl-menu-items {
    padding: 0px;
  }
  .obl-menu-item {
    margin: 20px 0;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    flex-direction: column;
  }
  .obl-menu-item .image {
    width: 100%;
    height: auto;
  }
  .obl-menu-item .desc {
    padding-left: 0;
    margin-top: 20px;
    max-width: 100%;
  }
  .obl-menu-item .price {
    padding-left: 0;
    font-size: 22px;
  }
  .obl-menu-item .price:before {
    width: 70px;
  }
}

/**
* Section Choose
**/
.section.obl-choose {
  overflow: hidden;
}

.section.obl-choose .obl-title {
  margin-bottom: 24px;
}

.obl-choose-image {
  position: relative;
  width: 100%;
  height: 700px;
  font-size: 0;
}

.obl-choose-image img {
  position: relative;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.obl-choose-list {
  margin: 40px 0;
}

.obl-choose-list ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.obl-choose-list ul li {
  margin: 0 0 30px 0;
}

.obl-choose-list ul li .icon {
  float: left;
  width: 69px;
  text-align: center;
}

.obl-choose-list ul li .desc {
  margin-left: 100px;
}

.obl-choose-list ul li .name {
  margin: 0 0 10px 0;
}

@media screen and (max-width: 992px) {
  .obl-choose-image {
    margin-bottom: 50px;
  }
  .section.obl-choose.obl-choose-2 .obl-choose-image {
    margin-bottom: 0;
    margin-top: 50px;
  }
}

@media screen and (max-width: 767px) {
  .obl-choose-image {
    margin-bottom: 50px;
    height: 360px;
  }
}

/**
* Section Grid Carousel
**/
.section.obl-grid-carousel {
  position: relative;
  overflow: hidden;
}

.section.obl-grid-carousel .swiper-slide:nth-child(even) .slide-item {
  margin-top: 50px;
}

.section.obl-grid-carousel .swiper-slide-visible .slide-item {
  opacity: 1;
  pointer-events: auto;
}

.section.obl-grid-carousel .slide-item {
  position: relative;
  width: 100%;
  opacity: 0.25;
  pointer-events: none;
  -o-transition: all 0.7s cubic-bezier(0.3, 0, 0.3, 1);
  transition: all 0.7s cubic-bezier(0.3, 0, 0.3, 1);
  -webkit-transition: all 0.7s cubic-bezier(0.3, 0, 0.3, 1);
}

.section.obl-grid-carousel .slide-item .image {
  position: relative;
  overflow: hidden;
  left: 0;
  top: 0;
  width: 100%;
  height: 480px;
}

.section.obl-grid-carousel .slide-item .image img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  -o-transition: all 0.7s cubic-bezier(0.3, 0, 0.3, 1);
  transition: all 0.7s cubic-bezier(0.3, 0, 0.3, 1);
  -webkit-transition: all 0.7s cubic-bezier(0.3, 0, 0.3, 1);
}

.section.obl-grid-carousel .slide-item .image:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #090c0f;
  opacity: 0;
  pointer-events: none;
  -o-transition: all 0.7s cubic-bezier(0.3, 0, 0.3, 1);
  transition: all 0.7s cubic-bezier(0.3, 0, 0.3, 1);
  -webkit-transition: all 0.7s cubic-bezier(0.3, 0, 0.3, 1);
  z-index: 2;
}

.section.obl-grid-carousel .slide-item .image:after {
  content: '';
  position: absolute;
  left: 24px;
  top: 24px;
  right: 24px;
  bottom: 24px;
  border: 1px solid var(--primary-color);
  border-radius: 5px;
  -webkit-border-radius: 5px;
  opacity: 0;
  pointer-events: none;
  -o-transition: all 0.7s cubic-bezier(0.3, 0, 0.3, 1);
  transition: all 0.7s cubic-bezier(0.3, 0, 0.3, 1);
  -webkit-transition: all 0.7s cubic-bezier(0.3, 0, 0.3, 1);
  z-index: 3;
}

.section.obl-grid-carousel .slide-item .desc {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  pointer-events: none;
  opacity: 0;
  -o-transition: all 0.7s cubic-bezier(0.3, 0, 0.3, 1);
  transition: all 0.7s cubic-bezier(0.3, 0, 0.3, 1);
  -webkit-transition: all 0.7s cubic-bezier(0.3, 0, 0.3, 1);
  z-index: 4;
}

.section.obl-grid-carousel .slide-item .desc .name {
  margin: 0;
  display: block;
}

.section.obl-grid-carousel .slide-item:hover .image .img {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}

.section.obl-grid-carousel .slide-item:hover .image:before {
  opacity: 0.75;
}

.section.obl-grid-carousel .slide-item:hover .image:after {
  opacity: 1;
}

.section.obl-grid-carousel .slide-item:hover .desc {
  opacity: 1;
}

@media screen and (max-width: 992px) {
  .section.obl-grid-carousel .swiper-slide:nth-child(even) .slide-item {
    margin-top: 0;
  }
}

@media screen and (max-width: 767px) {
  .section.obl-grid-carousel .slide-item .image {
    height: 360px;
  }
}

/**
* Section Testimonials
**/
.section.obl-testimonials:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #090c0f;
  opacity: 0.75;
}

.obl-testimonials-slider {
  position: relative;
  padding: 80px;
  min-height: 540px;
  background-color: #090c0f;
  background-position: 80% bottom;
  background-repeat: no-repeat;
  background-size: 402px auto;
}

.obl-testimonials-slider .swiper-container {
  overflow: hidden;
}

.obl-testimonials-slider .swiper-slide {
  opacity: 0;
  -o-transition: all 0.7s cubic-bezier(0.3, 0, 0.3, 1);
  transition: all 0.7s cubic-bezier(0.3, 0, 0.3, 1);
  -webkit-transition: all 0.7s cubic-bezier(0.3, 0, 0.3, 1);
}

.obl-testimonials-slider .swiper-slide.swiper-slide-active {
  opacity: 1;
}

.obl-testimonials-slider .slide-item {
  text-align: center;
}

.obl-testimonials-slider .slide-item .image {
  position: relative;
  margin: 0 auto 30px auto;
  width: 85px;
  height: 85px;
  font-size: 0;
}

.obl-testimonials-slider .slide-item .image img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  -webkit-border-radius: 100%;
}

.obl-testimonials-slider .slide-item .desc {
  margin: 0 auto;
  max-width: 700px;
}

.obl-testimonials-slider .slide-item .text {
  font-size: 24px;
  font-weight: 300;
}

.obl-testimonials-slider .slide-item .name {
  margin: 20px 0 10px 0;
  font-family: "Roboto";
  font-size: 18px;
  color: #fff;
  font-weight: 600;
}

.obl-testimonials-slider .slide-item .name em {
  margin-left: 5px;
  font-size: 15px;
  color: var(--primary-color);
  font-style: normal;
}

.obl-testimonials-slider .slide-item .stars {
  font-size: 15px;
  color: var(--primary-color);
}

@media screen and (max-width: 767px) {
  .obl-testimonials-slider {
    padding: 30px;
    min-height: 400px;
  }
  .obl-testimonials-slider .slide-item .image {
    margin: 0 auto 10px auto;
    width: 60px;
    height: 60px;
  }
  .obl-testimonials-slider .slide-item .text {
    font-size: 16px;
    font-weight: 400;
  }
  .obl-testimonials-slider .slide-item .name {
    font-size: 16px;
  }
  .obl-testimonials-slider .slide-item .name em {
    font-size: 14px;
  }
  .obl-testimonials-slider .slide-item .stars {
    font-size: 14px;
  }
  .obl-testimonials-slider .swiper-button-prev,
  .obl-testimonials-slider .swiper-button-next {
    display: none;
  }
}

/**
* Section Numbers
**/
.section.obl-numbers {
  padding: 70px 0;
}

.obl-numbers-items {
  margin-top: -50px;
}

.obl-numbers-item {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.obl-numbers-item .num {
  font-size: 60px;
  line-height: 1;
  font-family: var(--header-font);
  color: var(--primary-color);
  font-weight: 300;
}

.obl-numbers-item .desc {
  margin-left: 20px;
}

.obl-numbers-item .name {
  margin: 0 0 10px 0;
}

/**
* Section Numbers-2
**/
.obl-numbers-items-2 {
  margin-top: -50px;
}

.obl-numbers-item-2 {
  margin-top: 50px;
}

.obl-numbers-item-2 .icon {
  position: relative;
  margin-bottom: 20px;
  width: 80px;
  height: 80px;
  font-size: 50px;
  line-height: 80px;
  color: var(--primary-color);
  text-align: center;
  background: var(--dark-color);
  border-radius: 5px;
  -webkit-border-radius: 5px;
}

.obl-numbers-item-2 .icon:before {
  content: '';
  position: absolute;
  left: -5px;
  top: -5px;
  right: -5px;
  bottom: -5px;
  border: 1px solid var(--primary-color);
  border-radius: 5px;
  -webkit-border-radius: 5px;
  opacity: 0;
  -o-transition: all 0.7s cubic-bezier(0.3, 0, 0.3, 1);
  transition: all 0.7s cubic-bezier(0.3, 0, 0.3, 1);
  -webkit-transition: all 0.7s cubic-bezier(0.3, 0, 0.3, 1);
}

.obl-numbers-item-2 .num {
  margin-bottom: 20px;
  font-size: 60px;
  line-height: 1;
  font-family: var(--header-font);
  color: var(--primary-color);
  font-weight: 300;
}

.obl-numbers-item-2 .name {
  margin: 0 0 10px 0;
}

.obl-numbers-item-2:hover .icon:before {
  opacity: 0.25;
}

@media screen and (max-width: 767px) {
  .obl-numbers-item-2 {
    text-align: center;
  }
  .obl-numbers-item-2 .icon {
    margin-left: auto;
    margin-right: auto;
  }
}

/**
* Section Video
**/
.section.obl-video {
  padding: 130px 0 0 0;
}

.obl-video-item {
  position: relative;
  height: 585px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.obl-video-item:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #090c0f;
  opacity: 0.75;
  z-index: 2;
  pointer-events: none;
}

.obl-video-item img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  cursor: pointer;
}

.obl-video-item iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  display: none;
}

.obl-video-item .play {
  margin: -65px 0 0 -65px;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 130px;
  height: 130px;
  line-height: 130px;
  text-align: center;
  background: #fff;
  border-radius: 130px;
  -webkit-border-radius: 130px;
  z-index: 3;
  cursor: pointer;
}

.obl-video-item .play:before {
  content: '';
  position: absolute;
  left: -20px;
  top: -20px;
  right: -20px;
  bottom: -20px;
  border: 1px solid #fff;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  opacity: 0.15;
}

.obl-video-item .play i {
  position: relative;
  left: 2px;
  top: 11px;
  font-size: 30px;
  color: var(--primary-color);
}

.obl-video-item.active .img, .obl-video-item.active .play {
  display: none;
}

.obl-video-item.active iframe {
  display: block;
  z-index: 3;
}

@media screen and (max-width: 767px) {
  .section.obl-video {
    padding: 70px 0 0 0;
  }
  .obl-video-item {
    height: 320px;
  }
  .obl-video-item .play {
    margin: -40px 0 0 -40px;
    width: 80px;
    height: 80px;
    line-height: 80px;
    border-radius: 80px;
    -webkit-border-radius: 80px;
  }
  .obl-video-item .play i {
    top: 8px;
    font-size: 22px;
  }
}

/**
* Section Services-2
**/
.obl-services-items-2 {
  padding: 40px 0 0 0;
  background: #090c0f;
}

.obl-services-item-2 {
  margin-bottom: 40px;
  position: relative;
  text-align: center;
}

.obl-services-item-2 .image {
  margin: 0 auto 20px auto;
  position: relative;
  overflow: hidden;
  left: 0;
  top: 0;
  display: block;
  width: 130px;
  height: 130px;
  line-height: 130px;
  background: var(--dark-color);
  border-radius: 130px;
  -webkit-border-radius: 130px;
  -o-transition: all 0.7s cubic-bezier(0.3, 0, 0.3, 1);
  transition: all 0.7s cubic-bezier(0.3, 0, 0.3, 1);
  -webkit-transition: all 0.7s cubic-bezier(0.3, 0, 0.3, 1);
}

.obl-services-item-2 .image img {
  max-width: 70px;
  max-height: 70px;
  -o-transition: all 0.7s cubic-bezier(0.3, 0, 0.3, 1);
  transition: all 0.7s cubic-bezier(0.3, 0, 0.3, 1);
  -webkit-transition: all 0.7s cubic-bezier(0.3, 0, 0.3, 1);
}

.obl-services-item-2 .desc .name {
  margin: 0 0 10px 0;
}

.obl-services-item-2:hover .image {
  background: var(--primary-color);
}

.obl-services-item-2:hover .image img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

@media screen and (max-width: 767px) {
  .section.obl-about-2 .obl-services-items-2 {
    margin-top: 30px;
  }
  .obl-services-item-2 .image {
    width: 100px;
    height: 100px;
    line-height: 100px;
    border-radius: 100px;
    -webkit-border-radius: 100px;
  }
}

/**
* Section Team
**/
.section.obl-team {
  padding-bottom: 180px;
}

.obl-team-items {
  margin-top: -100px;
}

.obl-team-item {
  margin-top: 100px;
  padding: 20px 25px 0 25px;
  position: relative;
  height: 300px;
  background: var(--dark-color);
  text-align: center;
}

.obl-team-item .desc .name {
  margin: 0 0 5px 0;
  font-family: "Roboto";
  font-size: 18px;
  font-weight: 500;
}

.obl-team-item .desc .subname {
  color: var(--primary-color);
}

.obl-team-item .image {
  margin: 20px auto 0 auto;
  position: relative;
  height: 246px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
}

.obl-team-item .image:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #090c0f;
  opacity: 0;
  -o-transition: all 0.7s cubic-bezier(0.3, 0, 0.3, 1);
  transition: all 0.7s cubic-bezier(0.3, 0, 0.3, 1);
  -webkit-transition: all 0.7s cubic-bezier(0.3, 0, 0.3, 1);
  z-index: 2;
}

.obl-team-item .image img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.obl-team-item .image:hover:before {
  opacity: 0.75;
}

.obl-team-item .image:hover .info {
  opacity: 1;
}

.obl-team-item .image:hover .social {
  opacity: 1;
}

.obl-team-item .info {
  padding: 20px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  text-align: left;
  opacity: 0;
  -o-transition: all 0.7s cubic-bezier(0.3, 0, 0.3, 1);
  transition: all 0.7s cubic-bezier(0.3, 0, 0.3, 1);
  -webkit-transition: all 0.7s cubic-bezier(0.3, 0, 0.3, 1);
  z-index: 3;
}

.obl-team-item .info .label {
  font-size: 16px;
  color: #fff;
}

.obl-team-item .social {
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 20px;
  font-size: 0;
  text-align: center;
  opacity: 0;
  -o-transition: all 0.7s cubic-bezier(0.3, 0, 0.3, 1);
  transition: all 0.7s cubic-bezier(0.3, 0, 0.3, 1);
  -webkit-transition: all 0.7s cubic-bezier(0.3, 0, 0.3, 1);
  z-index: 3;
}

.obl-team-item .social a {
  margin: 6px 3px 0 3px;
  display: inline-block;
  vertical-align: top;
  width: 35px;
  height: 35px;
  line-height: 35px;
  background: #fff;
  font-size: 16px;
  color: var(--primary-color);
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-transition: all 0.7s cubic-bezier(0.3, 0, 0.3, 1);
  transition: all 0.7s cubic-bezier(0.3, 0, 0.3, 1);
  -webkit-transition: all 0.7s cubic-bezier(0.3, 0, 0.3, 1);
}

.obl-team-item .social a:hover {
  color: #fff;
  background: var(--primary-color);
}

@media screen and (max-width: 767px) {
  .section.obl-team {
    padding-bottom: 120px;
  }
}

/**
* Section Latest Blog
**/
.obl-date, .obl-comm {
  position: relative;
  display: inline-block;
  vertical-align: top;
}

.obl-date i, .obl-comm i {
  margin-right: 5px;
}

.obl-blog-grid-item {
  margin-bottom: 50px;
  position: relative;
  border-radius: 6px;
  overflow: hidden;
}

.obl-blog-grid-item .image {
  position: relative;
  overflow: hidden;
  left: 0;
  top: 0;
  width: 100%;
  height: 415px;
}

.obl-blog-grid-item .image img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  -o-transition: all 0.7s cubic-bezier(0.3, 0, 0.3, 1);
  transition: all 0.7s cubic-bezier(0.3, 0, 0.3, 1);
  -webkit-transition: all 0.7s cubic-bezier(0.3, 0, 0.3, 1);
}

.obl-food-menu-carousel .obl-subtitle{
  text-transform: unset;
  margin-bottom: 40px;
  font-size: 18px;
  line-height: 1.6;
}
.obl-food-menu-carousel .obl-blog-grid-item .image img{
  position: relative;
}
.obl-food-menu-carousel .obl-blog-grid-item .desc{
  display: flex;
  align-items: center;
}
.obl-food-menu-carousel .obl-blog-grid-item .desc h5{
  color: var(--primary-color);
}
.obl-food-menu-carousel .obl-blog-grid-item .desc span{
  color: white;
  margin-left: 10px;
}
.obl-food-menu-carousel .obl-blog-grid-item .image{
  height: 300px;
}
.obl-food-menu-carousel .obl-blog-grid-item .image:before{
  height: 30%;
}
.obl-blog-grid-item .image:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 53%;
  background: -webkit-gradient(linear, left top, right top, from(rgba(9, 12, 15, 0.96863)), color-stop(70%, rgba(13, 17, 21, 0.48)), to(rgba(14, 19, 23, 0)));
  background: -o-linear-gradient(left, rgba(9, 12, 15, 0.96863) 0%, rgba(13, 17, 21, 0.48) 70%, rgba(14, 19, 23, 0) 100%);
  background: linear-gradient(90deg, rgba(9, 12, 15, 0.96863) 0%, rgba(13, 17, 21, 0.48) 70%, rgba(14, 19, 23, 0) 100%);
  background: -webkit-linear-gradient(90deg, rgba(9, 12, 15, 0.96863) 0%, rgba(13, 17, 21, 0.48) 70%, rgba(14, 19, 23, 0) 100%);
  pointer-events: none;
  -o-transition: all 0.7s cubic-bezier(0.3, 0, 0.3, 1);
  transition: all 0.7s cubic-bezier(0.3, 0, 0.3, 1);
  -webkit-transition: all 0.7s cubic-bezier(0.3, 0, 0.3, 1);
  z-index: 2;
}

.obl-blog-grid-item .desc {
  padding: 30px;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  pointer-events: none;
  -o-transition: all 0.7s cubic-bezier(0.3, 0, 0.3, 1);
  transition: all 0.7s cubic-bezier(0.3, 0, 0.3, 1);
  -webkit-transition: all 0.7s cubic-bezier(0.3, 0, 0.3, 1);
  z-index: 4;
}

.obl-blog-grid-item .desc .name {
  margin: 0 0 10px 0;
  color: white;
}

.obl-blog-grid-item .desc .obl-date {
  margin-right: 20px;
  color: white;
}

.obl-blog-grid-item:hover .image:before {
  opacity: 0.75;
}

@media screen and (max-width: 767px) {
  .obl-date, .obl-comm {
    font-size: 14px;
  }
  .obl-blog-grid-item .image {
    height: 360px;
  }
}

/**
* Section CTA
**/
.section.obl-cta {
  padding: 70px 0;
}

.section.obl-cta:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: var(--dark-color);
  opacity: 0.6;
}

.section.obl-cta .obl-title {
  margin-bottom: 0;
}

@media screen and (max-width: 992px) {
  .section.obl-cta .obl-title {
    margin-bottom: 30px;
  }
  .section.obl-cta .align-right {
    text-align: left !important;
  }
}

/**
* Section Brands
**/
.section.obl-brands {
  padding: 70px 0;
}

.obl-brands-items {
  margin-top: -50px;
}

.obl-brands-item {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  width: 100%;
  height: 80px;
}

.obl-brands-item .image {
  font-size: 0;
  opacity: 0.2;
  -o-transition: all 0.7s cubic-bezier(0.3, 0, 0.3, 1);
  transition: all 0.7s cubic-bezier(0.3, 0, 0.3, 1);
  -webkit-transition: all 0.7s cubic-bezier(0.3, 0, 0.3, 1);
}

.obl-brands-item .image img {
  max-height: 80px;
}

.obl-brands-item:hover .image {
  opacity: 1;
}

@media screen and (max-width: 767px) {
  .obl-brands-items .col-xs-12 {
    width: 50%;
    max-width: 50%;
  }
}

/**
* Section Started Inner
**/
.obl-h-title {
  margin: 0;
  font-family: var(--header-font);
  font-size: 90px;
  line-height: 90px;
  font-weight: 500;
  color: #fff;
}

.section.obl-started-inner {
  height: 290px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 0;
}
.section.obl-started-inner .obl-h-title{
  font-size: 60px;
  line-height: 1.6;
}
.section.obl-started-inner:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: var(--dark-color);
  opacity: 0.4;
}

.section.obl-started-inner .container {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.section.obl-started-inner.archive-started-inner {
  height: auto;
  padding: 230px 0 30px 0;
}

@media screen and (max-width: 767px) {
  .obl-h-title {
    font-size: 44px;
    line-height: 54px;
    letter-spacing: -0.03em;
  }
  .section.obl-started-inner {
    height: 216px;
  }
}

/**
* Section Insta Carousel
**/
.section.obl-insta-carousel {
  padding: 0;
  position: relative;
  overflow: hidden;
}

.section.obl-insta-carousel .slide-item {
  position: relative;
  width: 100%;
}

.section.obl-insta-carousel .slide-item .image {
  position: relative;
  overflow: hidden;
  left: 0;
  top: 0;
  width: 100%;
  height: 380px;
}

.section.obl-insta-carousel .slide-item .image:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #090c0f;
  opacity: 0;
  pointer-events: none;
  z-index: 2;
  -o-transition: all 0.7s cubic-bezier(0.3, 0, 0.3, 1);
  transition: all 0.7s cubic-bezier(0.3, 0, 0.3, 1);
  -webkit-transition: all 0.7s cubic-bezier(0.3, 0, 0.3, 1);
}

.section.obl-insta-carousel .slide-item .image img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.section.obl-insta-carousel .slide-item .image h5 {
  margin-left: 0;
  margin-top: -20px;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  font-size: 40px;
  line-height: 40px;
  color: var(--primary-color);
  text-align: center;
  opacity: 0;
  z-index: 3;
  -o-transition: all 0.7s cubic-bezier(0.3, 0, 0.3, 1);
  transition: all 0.7s cubic-bezier(0.3, 0, 0.3, 1);
  -webkit-transition: all 0.7s cubic-bezier(0.3, 0, 0.3, 1);
}

.section.obl-insta-carousel .slide-item:hover .image:before {
  opacity: 0.75;
}

.section.obl-insta-carousel .slide-item:hover .image h5 {
  opacity: 1;
}

@media screen and (max-width: 767px) {
  .section.obl-insta-carousel .slide-item .image {
    height: 320px;
  }
}

/**
* Section Reservation
**/
.section.obl-reservation {
  overflow: hidden;
  position: relative;
}
.section.obl-reservation::after{
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  background: rgb(0 0 0 / 70%);
  left: 0;
  bottom: 0;
  z-index: -1;
}
.obl-reservation-form {
    position: relative;
    max-width: 600px;
}

.obl-reservation-form .image-left, .obl-reservation-form .image-right {
  position: absolute;
  left: -600px;
  top: -150px;
  width: 500px;
  height: 611px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.obl-reservation-form .image-right {
  left: auto;
  right: -600px;
}

.obl-reservation-form .obl-title {
  margin-bottom: 30px;
}

.obl-reservation-form .obl-bts {
  text-align: center;
}

.obl-field {
  position: relative;
  margin-bottom: 20px;
}

.obl-field i {
  position: absolute;
  right: 20px;
  top: 0;
  font-size: 18px;
  line-height: 60px;
  color: #fff;
  pointer-events: none;
}
.obl-reservation-guide, .obl-reservation-guide h5, .obl-reservation-guide h4, .obl-reservation-guide h3, .obl-reservation-guide p, .obl-reservation-guide ul li{
  color: white;
}
.obl-reservation-guide .guide-des{
  font-size: 20px;
  position: relative;
  font-family: var(--header-font);
}
.obl-reservation-guide .guide-des i{
  position: absolute;
  left: 1px;
  top: -20px;
  opacity: .4;
  font-size: 26px;
}
.obl-reservation-guide ul li{
  font-size: 17px;
  border-bottom: solid 1px #ffffff4f;
  /* display: inline-flex; */
  padding: 8px 10px;
}
@media screen and (max-width: 992px) {
  .obl-reservation-form .image-left, .obl-reservation-form .image-right {
    display: none;
  }
}



/**
* Section Menu-2
**/
.obl-menu-items-2 {
  margin: 50px;
  padding: 40px;
  background: #090c0f;
}

.obl-menu-item-2 {
  padding: 30px 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.obl-menu-item-2:first-child {
  padding-top: 0;
}

.obl-menu-item-2:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

.obl-menu-item-2 .image {
  float: left;
  width: 80px;
  height: 80px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
}

.obl-menu-item-2 .image img {
  position: relative;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.obl-menu-item-2 .desc {
  position: relative;
  margin-left: 100px;
}

.obl-menu-item-2 .name {
  margin: 10px 0 5px 0;
  padding-right: 15px;
  position: relative;
  display: inline-block;
  vertical-align: top;
  background: #090c0f;
  z-index: 2;
}

.obl-menu-item-2 .price {
  position: absolute;
  right: 0;
  top: 5px;
  width: 100%;
  font-size: 24px;
  font-family: "Merienda";
  color: var(--primary-color);
  text-align: right;
}

.obl-menu-item-2 .price:before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  border: 1px dashed var(--primary-color);
}

.obl-menu-item-2 .price span {
  padding-left: 15px;
  position: relative;
  background: #090c0f;
}

.obl-menu-image-2 {
  margin: 50px 0;
  height: 265px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.obl-menu-image-2.left {
  margin-right: 50px;
}

.obl-menu-image-2.right {
  margin-left: 50px;
}

@media screen and (max-width: 992px) {
  .obl-menu-items-2 {
    margin: 0 0 50px 0;
  }
  .obl-menu-items-2:last-child {
    margin: 0;
  }
  .obl-menu-image-2 {
    margin: 0 0 50px 0;
  }
  .obl-menu-image-2.left {
    margin-right: 0;
  }
  .obl-menu-image-2.right {
    margin-left: 0;
  }
}


/**
* Section Quote
**/
.section.obl-quote {
  overflow: hidden;
}

.obl-quote-box {
  position: relative;
}

.obl-quote-box .text {
  margin: 0 auto;
  margin-bottom: 50px;
  font-size: 24px;
  font-family: "Merienda";
  color: #fff;
  line-height: 1.5;
  text-align: center;
  max-width: 920px;
}

.obl-quote-box .info {
  text-align: center;
}

.obl-quote-box .img {
  position: relative;
  margin-bottom: 20px;
  float: none;
  display: inline-block;
  width: 80px;
  height: 80px;
}

.obl-quote-box .img:before {
  content: '';
  position: absolute;
  left: -15px;
  right: -15px;
  bottom: -15px;
  top: -15px;
  border: 1px solid var(--primary-color);
  border-radius: 100%;
  -webkit-border-radius: 100%;
}

.obl-quote-box .img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  -webkit-border-radius: 100%;
}

.obl-quote-box .name {
  margin: 0 0 5px 0;
  padding: 10px 0 0 0;
}

.obl-quote-box .subname {
  color: var(--primary-color);
}



/**
* Section History
**/
.section.obl-history {
  overflow: hidden;
}

.obl-history-carousel {
  padding-bottom: 130px;
  position: relative;
}

.obl-history-carousel .swiper-slide {
  opacity: 0.15;
  pointer-events: none;
  -ms-transform: scale(0.85);
      transform: scale(0.85);
  -webkit-transform: scale(0.85);
  -o-transition: all 0.7s cubic-bezier(0.3, 0, 0.3, 1);
  transition: all 0.7s cubic-bezier(0.3, 0, 0.3, 1);
  -webkit-transition: all 0.7s cubic-bezier(0.3, 0, 0.3, 1);
}

.obl-history-carousel .swiper-slide-active {
  opacity: 1;
  pointer-events: auto;
  -ms-transform: scale(1);
      transform: scale(1);
  -webkit-transform: scale(1);
}

.obl-history-carousel .swiper-button-prev, .obl-history-carousel .swiper-button-next {
  position: absolute;
  top: auto;
  right: auto;
  bottom: 40px;
  left: 0;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 22px;
  color: #fff;
  background: var(--primary-color);
  -ms-transform: scale(1);
      transform: scale(1);
  -webkit-transform: scale(1);
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-transition: all 0.7s cubic-bezier(0.3, 0, 0.3, 1);
  transition: all 0.7s cubic-bezier(0.3, 0, 0.3, 1);
  -webkit-transition: all 0.7s cubic-bezier(0.3, 0, 0.3, 1);
}

.obl-history-carousel .swiper-button-prev:before, .obl-history-carousel .swiper-button-prev:after, .obl-history-carousel .swiper-button-next:before, .obl-history-carousel .swiper-button-next:after {
  display: none;
}

.obl-history-carousel .swiper-button-prev:hover, .obl-history-carousel .swiper-button-next:hover {
  color: var(--primary-color);
  background: #fff;
}

.obl-history-carousel .swiper-button-next {
  left: auto;
  right: 0;
}

.obl-history-carousel .swiper-scrollbar {
  left: 0;
  background: #21282f;
  width: 100%;
  height: 1px;
}

.obl-history-carousel .swiper-scrollbar-drag {
  background: var(--primary-color);
}

.obl-history-carousel .swiper-pagination {
  position: absolute;
  left: 0;
  bottom: 40px;
  width: 100%;
  text-align: center;
}

.obl-history-carousel .swiper-pagination-bullet {
  margin: 0 35px !important;
  display: inline-block;
  vertical-align: top;
  width: auto;
  height: 24px;
  background: transparent;
  font-size: 24px;
  line-height: 1;
  font-family: var(--header-font);
  color: rgba(255, 255, 255, 0.1);
  text-transform: uppercase;
  opacity: 1;
}

.obl-history-carousel .swiper-pagination-bullet.swiper-pagination-bullet-active {
  color: var(--primary-color);
}
.obl-single-food-details{
  margin-bottom: 30px;
}
.obl-single-food-details {
  position: relative;
  max-width: 980px;
  background: #ffffffb3;
  border: dashed 1px gainsboro;
  border-radius: 8px;
  overflow: hidden;
}

.obl-single-food-details .image {
  position: relative;
  float: left;
  width: 470px;
  height: 445px;
}

.obl-single-food-details .image img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.obl-single-food-details .desc {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  overflow: auto;
  margin-left: 470px;
  padding: 38px 46px 30px 62px;
  height: 445px;
  background-image: url("assets/images/main_back.jpg");
  background-color: grey;
}
.bottom-des{
  border-top: dashed 1px #c5c5c5;
  padding-top: 14px;
}
.obl-single-food-details .subname, .obl-food-details-carousel .subname {
  color: var(--primary-color);
  font-family: var(--header-font);
  font-size: 22px;
}

.obl-single-food-details .name, .obl-food-details-carousel .name {
  margin: 8px 0 8px 0;
  font-size: 38px;
  font-weight: 600;
}
.obl-single-food-details .price, .obl-food-details-carousel .desc .price {
  position: relative;
  /* padding-left: 150px; */
  font-size: 22px;
  letter-spacing: 0.3px;
  font-family: var(--header-font);
  color: #d40000;
  font-weight: 600;
  display: flex;
  align-items: baseline;
  margin-bottom: 14px;
}
.obl-single-food-details .sale-price, .obl-food-details-carousel .sale-price{
  margin-left: 11px;
  font-size: 18px;
  color: #a8a8a8;
  font-weight: 400;
  text-decoration: line-through;
}
.obl-single-food-details .date {
  position: absolute;
  right: 30px;
  bottom: 0;
  font-size: 200px;
  line-height: 0.98;
  font-family: var(--header-font);
  color: transparent;
  -webkit-text-stroke: 2px #fff;
  opacity: 0.02;
  pointer-events: none;
}

.obl-single-food-details .date-value {
  display: none;
}

.obl-single-food-details .label {
  position: absolute;
  padding: 0px 32px;
  height: 52px;
  line-height: 52px;
  left: -64px;
  top: 350px;
  background: var(--primary-color);
  font-weight: 500;
  text-align: center;
  font-size: 22px;
  font-family: var(--header-font);
  color: #fff;
  text-transform: uppercase;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.gallery{
  display: flex;
  margin-left: -4px;
  margin-right: -4px;
}
.gallery .box{
  width: calc(100% / 3);
  padding: 0px 4px;
  overflow: hidden;
}
.gallery .box .media{
  border-radius: 4px;
  overflow: hidden;
}
.gallery .box img{
  height: 100px;
  width: 100%;
  object-fit: cover;
}
.obl-food-details-carousel{
  margin-bottom: 90px;
}
.obl-food-details-carousel .swiper-button-prev, .obl-food-details-carousel .swiper-button-next{
  top: auto;
  bottom: 0px;
}
.obl-food-details-carousel .swiper-button-next:after, .obl-food-details-carousel .swiper-button-prev:after{
  font-size: 30px;
}
.obl-food-details-carousel .swiper-button-next{
  right: 42%;
}
.obl-food-details-carousel .swiper-button-prev{
  left: 5%;
}
.obl-food-details-carousel .swiper-pagination{
  display: inline-flex;
  position: absolute;
  left: 9%;
  bottom: 51px;
}
.swiper-pagination-bullet{
  transition: all ease 0.3s;
  background-color: white;
}
.swiper-pagination-bullet-active{
  background-color: var(--primary-color);
  width: 24px;
  border-radius: 30px;
}
.obl-food-details-carousel .slide-item, .obl-food-details-carousel .image, .obl-food-details-carousel .slide-item  img {
  width: 100%;
}
.obl-food-details-carousel .slide-item img{
  height: 500px;
  object-fit: cover;
}
.obl-food-details-carousel .swiper-container{
  position: relative;
}
.obl-food-details-carousel .desc{
  position: absolute;
  bottom: -60px;
  right: 34px;
  z-index: 1;
  background: white;
  padding: 30px 46px;
  max-width: 400px;
  background-image: url("assets/images/main_back.jpg");
  background-size: 246%;
  box-shadow: 0px 0px 50px 0px rgba(82, 63, 105, 0.15);
  border-bottom: solid 5px var(--primary-color);
  padding: 40px;
}
@media screen and (max-width: 992px) {
  .obl-single-food-details .image {
    width: 320px;
  }
  .obl-single-food-details .desc {
    margin-left: 320px;
    padding: 40px;
  }
  .obl-single-food-details .label {
    left: 0;
  }
}
@media screen and (max-width: 767px) {
  .obl-reservation-form {
    padding: 0px;
  }
  .obl-field i {
    font-size: 14px;
    line-height: 48px;
  }

  .obl-menu-items-2 {
    padding: 30px;
  }
  .obl-menu-item-2 {
    padding: 20px 0;
  }
  .obl-menu-item-2:first-child {
    padding-top: 0;
  }
  .obl-menu-item-2:last-child {
    padding-bottom: 0;
  }
  .obl-menu-item-2 .name {
    margin-top: 0;
    padding-right: 0;
  }
  .obl-menu-item-2 .price {
    position: relative;
    top: 0;
    font-size: 22px;
  }
  .obl-quote-box .text {
    margin-right: 0;
    margin-bottom: 30px;
    font-size: 22px;
  }
  .obl-quote-box .img {
    margin-left: 10px;
    margin-right: 30px;
    width: 70px;
    height: 70px;
  }
  .obl-quote-box .img:before {
    left: -10px;
    right: -10px;
    bottom: -10px;
    top: -10px;
  }
  .obl-quote-box .name {
    padding: 5px 0 0 0;
  }
  .obl-parallax-icon {
    display: none;
  }
  .obl-history-carousel {
    padding-bottom: 100px;
  }
  .obl-history-carousel .swiper-button-prev, .obl-history-carousel .swiper-button-next {
    bottom: 20px;
    font-size: 22px;
  }
  .obl-history-carousel .swiper-pagination {
    padding: 0 50px;
    bottom: 20px;
    line-height: 20px;
  }
  .obl-history-carousel .swiper-pagination-bullet {
    margin: 3px 15px !important;
    height: 20px;
    line-height: 20px;
    font-size: 16px;
  }
  .obl-single-food-details {
    max-width: 100%;
  }
  .obl-single-food-details .image {
    float: none;
    width: 100%;
    height: 200px;
  }
  .obl-single-food-details .desc {
    margin-left: 0;
    padding: 30px;
    height: 445px;
  }
  .obl-single-food-details .date {
    font-size: 120px;
  }
  .obl-single-food-details .label {
    width: 200px;
    height: 48px;
    line-height: 48px;
    left: 0;
    top: 200px;
    font-size: 18px;
  }
}

/**
* Section Faq
**/
.obl-faq-item {
  margin-bottom: 10px;
  background: #090c0f;
}

.obl-faq-item .name {
  position: relative;
  padding: 20px 30px;
  font-size: 24px;
  font-family: var(--header-font);
  color: #fff;
  font-weight: 400;
  cursor: pointer;
}

.obl-faq-item .name i {
  margin-top: -12px;
  position: absolute;
  top: 50%;
  right: 30px;
  font-size: 24px;
  line-height: 24px;
  color: #fff;
  -ms-transform: rotate(0deg);
      transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -o-transition: all 0.7s cubic-bezier(0.3, 0, 0.3, 1);
  transition: all 0.7s cubic-bezier(0.3, 0, 0.3, 1);
  -webkit-transition: all 0.7s cubic-bezier(0.3, 0, 0.3, 1);
}

.obl-faq-item .name.active i {
  -ms-transform: rotate(90deg);
      transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
}

.obl-faq-item .text {
  position: relative;
  margin: 0 30px;
  padding: 30px 0;
  font-size: 16px;
  color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 0.07);
}

.obl-faq-item .text:after {
  content: '';
  position: relative;
  display: block;
  clear: both;
}

.obl-faq-item .text p {
  margin: 10px 0;
}

@media screen and (max-width: 767px) {
  .obl-faq-item .name {
    position: relative;
    padding: 15px 60px 15px 30px;
    font-size: 18px;
  }
  .obl-faq-item .text {
    margin: 0 30px;
    padding: 30px 0;
  }
}

/**
* Section Works
**/
.obl-filter {
  margin: -20px 0 50px 0;
  position: relative;
  z-index: 2;
  text-align: center;
}

.obl-filter a {
  margin-top: 20px;
  margin-right: 10px;
  margin-left: 10px;
  padding: 10px 30px;
  position: relative;
  display: inline-block;
  vertical-align: top;
  font-family: var(--header-font);
  font-size: 15px;
  color: #ffffff;
  letter-spacing: 0.03em;
  font-weight: 500;
  text-transform: uppercase;
  background: #090c0f;
  text-decoration: none;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-transition: all 0.4s cubic-bezier(0.3, 0, 0.3, 1);
  transition: all 0.4s cubic-bezier(0.3, 0, 0.3, 1);
  -webkit-transition: all 0.4s cubic-bezier(0.3, 0, 0.3, 1);
}
.obl-filter a:hover{
  color: var(--primary-color);
}
.obl-filter a.active {
  color: var(--dark-color);
  background: var(--primary-color);
}

.obl-gallery-items {
  margin-top: -30px;
}

.obl-gallery-item {
  margin-top: 30px;
  position: relative;
  width: 100%;
}

.obl-gallery-item .image {
  position: relative;
  height: 370px;
}

.obl-gallery-item .image img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.obl-gallery-item .image:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #090c0f;
  opacity: 0;
  pointer-events: none;
  -o-transition: all 0.7s cubic-bezier(0.3, 0, 0.3, 1);
  transition: all 0.7s cubic-bezier(0.3, 0, 0.3, 1);
  -webkit-transition: all 0.7s cubic-bezier(0.3, 0, 0.3, 1);
}

.obl-gallery-item .desc {
  padding: 30px;
  position: absolute;
  left: 0;
  bottom: 0;
  pointer-events: none;
}

.obl-gallery-item .value {
  padding: 10px 20px;
  position: relative;
  display: inline-block;
  vertical-align: top;
  font-size: 15px;
  font-family: var(--header-font);
  color: #fff;
  text-transform: uppercase;
  background: var(--primary-color);
  font-weight: 500;
  opacity: 0;
  -o-transition: all 0.7s cubic-bezier(0.3, 0, 0.3, 1);
  transition: all 0.7s cubic-bezier(0.3, 0, 0.3, 1);
  -webkit-transition: all 0.7s cubic-bezier(0.3, 0, 0.3, 1);
  -ms-transform: translateY(10px);
      transform: translateY(10px);
  -webkit-transform: translateY(10px);
}

.obl-gallery-item .name {
  margin-bottom: 2px;
}

.obl-gallery-item .name .value {
  color: #fff;
  background: var(--primary-color);
}

.obl-gallery-item .subname .value {
  color: var(--dark-color);
  background: #fff;
}

.obl-gallery-item:hover .image:after {
  opacity: 0.75;
}

.obl-gallery-item:hover .value {
  opacity: 1;
  -ms-transform: translateY(0px);
      transform: translateY(0px);
  -webkit-transform: translateY(0px);
}

@media screen and (max-width: 767px) {
  .obl-filter {
    margin: -10px 0 30px 0;
    text-align: left;
  }
  .obl-filter a {
    margin-top: 10px;
    margin-right: 10px;
    margin-left: 0;
    padding: 15px 20px;
    font-size: 13px;
    line-height: 16px;
  }
  .obl-gallery-item .image {
    height: 320px;
  }
}

/**
* Section Contacts Info
**/
.obl-contacts-items {
  margin-top: -30px;

}

.obl-contacts-item {
  margin-top: 30px;
  padding: 32px;
  position: relative;
  min-height: 270px;
  background-size: cover;
  background: white;
  border: solid 1px rgb(221, 221, 221);
  border-radius: 6px;
}

.obl-contacts-item .image {
  margin-bottom: 20px;
  font-size: 0px;
  line-height: 1;
}

.obl-contacts-item .image img {
  max-height: 68px;
}

.obl-contacts-item .image i {
  font-size: 72px;
  color: var(--primary-color);
}

.obl-contacts-item .name {
  margin: 0 0 20px 0;
}

.obl-contacts-item ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.obl-contacts-item ul li {
  position: relative;
  padding: 30px 0;
}

.obl-contacts-item ul li:first-child {
  padding-top: 0;
}

.obl-contacts-item ul li:last-child {
  padding-bottom: 0;
}

.obl-contacts-item ul li:last-child:after {
  display: none;
}

@media screen and (max-width: 767px) {
  .obl-contacts-item {
    padding: 30px;
    min-height: auto;
  }
}

/**
* Section Contacts Form
**/
.section.obl-contacts-form {
  padding-top: 0;
}

.section.obl-contacts-form .obl-reservation-form {
  max-width: 100%;
  border-top: none;
}

/**
* Section Blog
**/
.obl-archive-item {
  margin: 0 0 30px 0;
  position: relative;
  overflow: hidden;
  background: #090c0f;
  border-radius: 5px;
  -webkit-border-radius: 5px;
}

.obl-archive-item .image {
  position: relative;
  height: auto;
  font-size: 0;
  line-height: 1;
}

.obl-archive-item .image img {
  width: 100%;
  height: 389px;
  -o-object-fit: cover;
     object-fit: cover;
}

.obl-archive-item .desc {
  padding: 45px;
}

.obl-archive-item .desc .name {
  margin: 10px 0 20px 0;
  font-size: 30px;
}

.obl-archive-item .desc .name a {
  text-decoration: none;
}

.obl-archive-item .desc .readmore {
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .obl-archive-item .image img {
    height: 270px;
  }
  .obl-archive-item .desc {
    padding: 30px;
  }
  .obl-archive-item .desc .name {
    margin: 10px 0 20px 0;
    font-size: 24px;
  }
}

/**
* Section Archive Started
**/
.section.obl-archive-started .obl-titles {
  text-align: center;
}

.section.obl-archive-started {
  padding-top: 170px;
  padding-bottom: 0;
}

.obl-archive-image {
  margin-top: 100px;
  position: relative;
  width: 100%;
  height: 680px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media screen and (max-width: 992px) {
  .section.obl-archive-started {
    padding-top: 170px;
  }
  .obl-archive-image {
    margin-top: 70px;
  }
}

@media screen and (max-width: 767px) {
  .section.obl-archive-started {
    padding-top: 130px;
  }
  .obl-archive-image {
    margin-top: 50px;
    height: 320px;
  }
}

/**
* Section Archive
**/
.post-content h1,
.post-content h2,
.post-content h3,
.post-content h4,
.post-content h5,
.post-content h6 {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
.food-details-content{
  padding-right: 40px;
}
.food-detail-sidebar .widget_block{
  border: solid 1px #dedede;
  border-radius: 6px;
  padding: 20px;
}
.food-detail-sidebar h5{
  margin-top: 0;
}
.post-content p, .food-details-content p{
  font-size: 18px;
  margin-top: 0;
  margin-bottom: 18px;
}

.wp-block-image figcaption, .food-details-content figcaption{
  margin-top: 0;
  margin-bottom: 1em;
  padding: 6px 10px;
  text-align: center;
  font-size: 14px;
  background: #f2f2f2;
}
.post-content > *:first-child {
  margin-top: 0;
}

.post-content > *:last-child {
  margin-bottom: 0;
}

.post-content table {
  width: 100%;
  margin: 2rem 0;
  padding: 0;
  border-collapse: collapse;
}

.post-content table th {
  font-weight: 300;
  padding: 15px 20px;
  text-align: left;
  background: none;
  border: 1px solid #444;
  text-transform: none;
  font-size: 1rem;
}

.post-content table tbody th {
  background: none;
  border: 1px solid #444;
  text-transform: none;
  font-size: 1rem;
}

.post-content table td {
  padding: 10px 20px;
  border: 1px solid #444;
  background: none;
  font-size: 1rem;
  color: #fff;
}

.post-content figure {
  max-width: 100%;
  height: auto;
}

.post-content p img,
.post-content figure img {
  max-width: 100%;
  height: auto;
}

img.alignright {
  float: right;
  margin: 0 0 15px 30px;
}

img.alignleft {
  float: left;
  margin: 0 30px 15px 0;
}

img.aligncenter,
.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

img .alignnone,
.alignnone {
  float: none;
}

.blocks-gallery-caption {
  max-width: 100%;
  margin: 0;
  padding: 5px 10px 0 10px;
  text-align: center;
  font-size: 0.9em;
  line-height: 1.4;
  font-style: italic;
}

.blocks-gallery-caption {
  margin-bottom: 1rem;
  padding-top: 0;
  width: 100%;
  display: block;
}

.news__paragraph_clear:after,
.post-content:after {
  content: '';
  position: relative;
  display: block;
  clear: both;
}

pre {
  font-style: italic;
}

pre code {
  color: #d63384;
  font-style: italic;
}

.post-content figure, .post-content figure {
  margin-top: 0;
  margin-bottom: 30px;
}

.post-content ol,
.post-content ul {
  color: #FFF;
}

.post-content ol ol,
.post-content ul ul,
.post-content ol ul,
.post-content ul ol {
  margin-top: 0;
  margin-bottom: 0;
}

.pager {
  margin: 70px 0 0 0;
  padding: 0;
  clear: both;
}

.page-links {
  margin: 30px 0;
}

a.page-numbers,
.page-numbers,
.post-page-numbers {
  margin: 0 5px 0 0;
  padding: 0;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  background-color: transparent;
  width: 50px;
  height: 50px;
  line-height: 50px;
  background: #1f2427;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.6);
  font-weight: 400;
  text-align: center;
  text-decoration: none;
  border-radius: 5px;
  -webkit-border-radius: 5px;
}

span.page-numbers.dots,
.page-numbers.dots,
.post-page-numbers.dots {
  color: rgba(255, 255, 255, 0.6) !important;
  background: none !important;
}

a.page-numbers.prev i,
a.page-numbers.next i {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.6);
}

a.page-numbers.current,
a.post-page-numbers.current,
.page-numbers.current,
.post-page-numbers.current,
a.page-numbers:hover,
a.post-page-numbers:hover,
.page-numbers:hover,
.post-page-numbers:hover {
  background: var(--primary-color);
  color: #fff;
}

/**
* Section Sidebar
**/
.col__sedebar {
  margin-left: 40px;
}

.content-sidebar .wp-block-search {
  position: relative;
}

.wp-block-search label {
  display: block;
}

.content-sidebar .wp-block-search input[type="text"],
.content-sidebar .wp-block-search input[type="search"],
.wc-block-product-search__fields input[type="search"] {
  position: relative;
  padding: 0 30px;
  color: #fff;
  font-size: 16px;
  height: 60px;
  width: 100%;
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.1);
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 5px;
}

.content-sidebar .wp-block-search input.btn_search,
.wp-block-search .wp-block-search__button,
.wc-block-product-search .wc-block-product-search__button {
  margin-top: -9px;
  padding: 0;
  position: absolute;
  right: 30px;
  top: 50%;
  width: 18px;
  height: 18px;
  background: url(assets/images/search-solid.svg) no-repeat center center;
  background-size: contain;
  font-size: 0;
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
  border: none;
  z-index: 2;
}

.content-sidebar .widget {
  margin-bottom: 30px;
  padding: 45px;
  border: 1px solid #0e13171f;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  background: white;
}

.content-sidebar .widget.widget_search {
  padding: 0;
  border: none;
}

.content-sidebar .widget > *:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}

.content-sidebar .widget-title, .content-sidebar h2 {
  margin-top: 0;
  margin-bottom: 20px;
  color: var(--dark-color);
}

.content-sidebar .wc-block-product-search .wc-block-product-search__button svg {
  display: none;
}

.content-sidebar ul {
  margin: 0;
  padding-left: 0;
  list-style: none;
}

.content-sidebar ul li {
  position: relative;
  margin-bottom: 10px;
}

.content-sidebar ul li a {
  color: var(--dark-color);
  text-decoration: none;
  font-weight: 400;
}

.content-sidebar ul li a:hover {
  color: var(--primary-color);
  text-decoration: underline;
}

.content-sidebar .screen-reader-text {
  display: none;
}

.content-sidebar select,
.content-sidebar .wp-block-search input[type=search] {
  margin-top: 0;
}

.calendar_wrap table {
  width: 100%;
  font-size: 0.875rem;
  color: #fff;
  background: transparent;
}

.calendar_wrap table caption {
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  caption-side: top;
  color: #999;
}

.calendar_wrap table th {
  padding: 3px;
  text-align: center;
  border: none;
}

.calendar_wrap table td {
  padding: 3px;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.calendar_wrap table tfoot td {
  text-align: left;
  border: none;
}

.calendar_wrap table tfoot td:last-child {
  text-align: right;
}

.content-sidebar a {
  text-decoration: none;
}

.content-sidebar a:hover {
  text-decoration: underline;
}

.content-sidebar ul ul {
  margin-top: 0.6rem;
  margin-left: 0;
}

.content-sidebar ul ul li {
  position: relative;
  padding-left: 0.6rem;
}

.content-sidebar ul ul li:before {
  content: '';
  position: absolute;
  left: 0;
  top: 12px;
  width: 5px;
  height: 1px;
  background: var(--primary-color);
}

.rssSummary {
  display: block;
  font-weight: 300;
}

.textwidget img {
  height: auto;
}

.col__sedebar .tagcloud {
  margin-top: -10px;
  margin-right: -10px;
}

.tags-links a,
.col__sedebar .tagcloud a {
  margin: 10px 8px 0 0;
  padding: 10px 14px;
  display: inline-block;
  vertical-align: middle;
  font-size: 15px !important;
  line-height: 1;
  font-weight: 700;
  color: #fff;
  background: #21282e;
  text-transform: none;
  text-decoration: none;
  border: none;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-transition: all 0.3s cubic-bezier(0.3, 0, 0.3, 1);
  transition: all 0.3s cubic-bezier(0.3, 0, 0.3, 1);
  -webkit-transition: all 0.3s cubic-bezier(0.3, 0, 0.3, 1);
}

.tags-links a:hover,
.col__sedebar .tagcloud a:hover {
  color: #fff;
  background: var(--primary-color);
}

.content-sidebar ul.menu {
  position: relative;
  height: auto;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  opacity: 1;
  display: block;
  background: none;
}

.comments-post {
  margin-top: 100px;
}

.comments-post h5 small {
  margin-left: 10px;
  font-size: 18px;
  font-weight: 700;
}

.comments-post h5 small a {
  text-decoration: none;
}

.comments-post h5 small a:hover {
  text-decoration: underline;
}

.avatar {
  float: left;
  height: 64px;
  width: 64px;
  border-radius: 100%;
}

@media only screen and (max-width: 580px) {
  .avatar {
    height: 40px;
    width: 40px;
  }
}

.comments {
  margin: 0 0 100px 0;
  padding: 0;
  list-style: none;
}

.comments .comment {
  margin: 50px 0;
}

.comments .children {
  margin: 0;
  padding: 0;
  padding-left: 100px;
  list-style: none;
}

.comment-box {
  position: relative;
  display: block;
}

.comment-box::after {
  content: '';
  position: relative;
  display: block;
  clear: both;
}

.small,
small {
  font-size: 65%;
  font-weight: 400;
}

.comment-footer {
  position: relative;
  line-height: 1;
  margin-left: 100px;
  margin-top: 20px;
}

.comment-box__body {
  padding-left: 100px;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
}

.trackback .comment-box__body,
.pingback .comment-box__body {
  margin-left: 0 !important;
  padding-left: 0;
}

.post-content h1,
.post-content h2,
.post-content h3,
.post-content h4,
.post-content h5,
.post-content h6,
.obl-archive-item .name {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

.comment-box__body .post-content {
  margin-top: 0;
}

.comment-box__body .description {
  margin-bottom: 0px;
}

.comment-box__body .description > *:first-child {
  margin-top: 0;
}

.comment-box__details {
  font-size: 20px;
  margin: 0 0 20px 0;
}

.comment-box__details + * {
  margin-top: 20px;
}

.comment-box__details a {
  color: #fff;
  text-decoration: none !important;
}

.comment-box__details span {
  float: right;
  display: inline-block;
  font-family: "Roboto";
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
}

.comment-form {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.section__comments .children .children {
  padding-left: 40px;
}

.comment-respond .comment-form-cookies-consent input {
  margin-top: 0;
}

.comment-respond .comment-form-cookies-consent label {
  padding: 0;
  font-weight: 300;
  font-size: 18px;
  color: #bdc1c7;
  display: inline;
}

.comment-reply-link {
  position: relative;
  display: inline-block;
  font-family: var(--header-font);
  height: 20px;
  line-height: 20px;
  text-decoration: none !important;
  font-weight: 300;
}

.comment-reply-link:before {
  padding-right: 8px;
  content: "\f3e5";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}

.tags-links {
  padding-top: 20px;
  display: block;
  line-height: 35px;
  clear: both;
}

.tags-links span {
  margin-top: 10px;
  margin-right: 10px;
  display: inline-block;
  vertical-align: top;
  font-size: 20px;
  font-family: var(--header-font);
  font-weight: 300;
  color: var(--dark-color);
}

.content-sidebar .wp-block-search,
.widget_product_search {
  position: relative;
}

.content-sidebar .wp-block-search label,
.widget_product_search label {
  display: block;
  color: #fff;
  font-size: 16px;
  position: absolute;
  left: 30px;
  right: 0;
  line-height: 60px;
  width: auto;
  pointer-events: none;
}

.content-sidebar .wp-block-search .screen-reader-text {
  display: none;
}

@media only screen and (max-width: 991px) {
  .col__sedebar {
    margin-left: 0;
    padding-top: 70px;
  }
}

@media only screen and (max-width: 767px) {
  .comments {
    margin: 0 0 70px 0;
  }
  .comments .comment {
    margin: 50px 0;
  }
  .comment-box__body {
    padding-left: 60px;
  }
  .comment-footer {
    margin-left: 60px;
  }
  .comment-box__details span {
    display: block;
    font-size: 14px;
    line-height: 30px;
  }
  .section__comments .children {
    padding-left: 15px;
  }
  .section__comments .children .children {
    padding-left: 15px;
  }
  .post-content .gallery .gallery-item {
    width: 100%;
  }
  .post-content .gallery.gallery-columns-1 .gallery-item {
    width: 100%;
  }
  .post-content .gallery.gallery-columns-2 .gallery-item {
    width: 100%;
  }
  .post-content .gallery.gallery-columns-3 .gallery-item {
    width: 100%;
  }
  .post-content .gallery.gallery-columns-4 .gallery-item {
    width: 100%;
  }
  .post-content .gallery.gallery-columns-5 .gallery-item {
    width: 100%;
  }
  .post-content table td {
    padding: 5px 10px;
  }
  .comment-form {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
  .news-archive .itemNews__img-wrap {
    margin-bottom: 0.5rem;
  }
  .archive-row .itemNews {
    margin-top: 1.8rem;
    margin-bottom: 1.8rem;
  }
  .archive-row .itemNews:first-child {
    margin-top: 0.8rem;
  }
  .pager {
    margin-top: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  a.page-numbers, .page-numbers, .post-page-numbers {
    margin: 0 3px 0 0;
    width: 40px;
  }
  .content-sidebar .widget {
    padding: 30px;
  }
  .block-quote, blockquote {
    padding: 30px;
  }
  .tags-links a, .col__sedebar .tagcloud a {
    font-size: 14px !important;
  }
}

/**
* Home-2
**/
.obl-parallax-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.section.obl-started-inner {
  overflow: hidden;
}

.section.obl-started-inner:before {
  z-index: 2;
}

.section.obl-started-inner .container {
  z-index: 3;
}

.section.obl-section-transparent {
  background: transparent;
}

.section.obl-section-no-margin {
  padding: 0;
}

/**
* Section Reservation
**/
.obl-reservation-form .image-left, .obl-reservation-form .image-right {
  left: -600px;
  top: -3px;
  bottom: 0;
  width: 600px;
  height: auto;
}

.obl-reservation-form .image-right {
  left: auto;
  right: -600px;
}

/**
* Section Category
**/
.section.obl-category {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.section.obl-category .obl-title {
  margin-bottom: 30px;
}

.section.obl-category .obl-text {
  margin-bottom: 30px;
}

.obl-category-items {
  margin-left: -30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.obl-category-item {
  position: relative;
  margin: 30px 0 0 0;
  padding-left: 30px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  width: 50%;
}

.obl-category-item .image {
  position: relative;
  overflow: hidden;
  left: 0;
  top: 0;
  width: 100%;
  height: 287px;
}

.obl-category-item .image img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  -o-transition: all 0.7s cubic-bezier(0.3, 0, 0.3, 1);
  transition: all 0.7s cubic-bezier(0.3, 0, 0.3, 1);
  -webkit-transition: all 0.7s cubic-bezier(0.3, 0, 0.3, 1);
}

.obl-category-item .image:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #090c0f;
  opacity: 0;
  pointer-events: none;
  -o-transition: all 0.7s cubic-bezier(0.3, 0, 0.3, 1);
  transition: all 0.7s cubic-bezier(0.3, 0, 0.3, 1);
  -webkit-transition: all 0.7s cubic-bezier(0.3, 0, 0.3, 1);
  z-index: 2;
}

.obl-category-item .desc {
  padding-left: 30px;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  pointer-events: none;
  opacity: 0;
  -o-transition: all 0.7s cubic-bezier(0.3, 0, 0.3, 1);
  transition: all 0.7s cubic-bezier(0.3, 0, 0.3, 1);
  -webkit-transition: all 0.7s cubic-bezier(0.3, 0, 0.3, 1);
  z-index: 4;
}

.obl-category-item .desc .name {
  margin: 0;
  display: block;
}

.obl-category-item:hover .image .img {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}

.obl-category-item:hover .image:before {
  opacity: 0.75;
}

.obl-category-item:hover .desc {
  opacity: 1;
}
.obl-category-item:hover h5{
  color: var(--primary-color);
}
.obl-category-item:nth-child(odd) {
  top: -60px;
}

@media screen and (max-width: 991px) {
  .obl-category-items {
    margin-bottom: 30px;
  }
  .obl-category-item:nth-child(odd) {
    top: -30px;
  }
}

@media screen and (max-width: 767px) {
  .section.obl-section-no-margin {
    padding: 70px 0;
  }
  .obl-category-item .image {
    height: 160px;
  }
}

/**
* Section Menu Classic
**/
.section.obl-menu-classic .obl-menu-items {
  padding: 0;
  background-color: none;
}

.section.obl-menu-classic .obl-menu-item {
  margin: 15px 0;
}

.section.obl-menu-classic .obl-menu-item .price {
  padding-left: 200px;
}

.section.obl-menu-classic .obl-menu-item .price:before {
  width: 180px;
}

/**
* Section About-2
**/
.section.obl-about-2 {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.section.obl-about-2 .obl-title {
  margin-bottom: 30px;
}

.section.obl-about-2 .obl-text {
  margin-bottom: 30px;
}

.section.obl-about-2 .obl-services-items-2 {
  padding: 0;
  background: transparent;
}

.section.obl-about-2 .obl-services-item-2 {
  margin-top: 30px;
  margin-bottom: 0;
  padding: 40px 30px;
  background: #090c0f;
}

.section.obl-about-2 .col-xs-12:nth-child(odd) .obl-services-item-2 {
  top: -60px;
}

@media screen and (max-width: 991px) {
  .section.obl-about-2 .col-xs-12:nth-child(odd) .obl-services-item-2 {
    top: 30px;
  }
}



/**
* Section Video Full
**/
.section.obl-video-full {
  margin: 0;
  padding: 0;
}

.section.obl-video-full .obl-video-item {
  height: 660px;
}

@media screen and (max-width: 767px) {
  .section.obl-video-full .obl-video-item {
    height: 360px;
  }
}

/**
* Section Testimonials Carousel
**/
.obl-testimonials {
  overflow: hidden;
}

.obl-testimonials-2 {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.obl-testimonials-2:before {
  display: none;
}

.obl-testimonials-slider .swiper-slide {
  -o-transition: opacity 0.7s cubic-bezier(0.3, 0, 0.3, 1);
  transition: opacity 0.7s cubic-bezier(0.3, 0, 0.3, 1);
  -webkit-transition: opacity 0.7s cubic-bezier(0.3, 0, 0.3, 1);
}

.obl-testimonials-carousel {
  padding: 35px 0 70px 0;
  position: relative;
}

.obl-testimonials-carousel .swiper-slide {
  opacity: 0;
  -o-transition: opacity 0.7s cubic-bezier(0.3, 0, 0.3, 1);
  transition: opacity 0.7s cubic-bezier(0.3, 0, 0.3, 1);
  -webkit-transition: opacity 0.7s cubic-bezier(0.3, 0, 0.3, 1);
}

.obl-testimonials-carousel .swiper-slide.swiper-slide-visible {
  opacity: 1;
}

.obl-testimonials-carousel .slide-item {
  padding: 0 30px 30px 30px;
  background: var(--dark-color);
  min-height: 340px;
  text-align: center;
}

.obl-testimonials-carousel .slide-item .image {
  position: relative;
  margin: -35px auto 15px auto;
  width: 70px;
  height: 70px;
  font-size: 0;
}

.obl-testimonials-carousel .slide-item .image img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  -webkit-border-radius: 100%;
}

.obl-testimonials-carousel .slide-item .desc {
  margin: 0 auto;
  max-width: 100%;
}

.obl-testimonials-carousel .slide-item .name {
  margin: 15px 0 0 0;
  font-family: "Roboto";
  font-size: 18px;
  color: #fff;
  font-weight: 600;
}

.obl-testimonials-carousel .slide-item .name em {
  display: block;
  margin-top: 5px;
  font-size: 15px;
  color: var(--primary-color);
  font-style: normal;
}

.obl-testimonials-carousel .slide-item .stars {
  margin-bottom: 15px;
  font-size: 15px;
  color: var(--primary-color);
}

.obl-testimonials-carousel .swiper-pagination {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}

.obl-testimonials-carousel .swiper-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: #fff;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  opacity: 0.75;
  -o-transition: all 0.3s cubic-bezier(0.3, 0, 0.3, 1);
  transition: all 0.3s cubic-bezier(0.3, 0, 0.3, 1);
  -webkit-transition: all 0.3s cubic-bezier(0.3, 0, 0.3, 1);
}

.obl-testimonials-carousel .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: var(--primary-color);
  opacity: 1;
}

@media screen and (max-width: 767px) {
  .obl-testimonials-carousel {
    padding-bottom: 50px;
  }
  .obl-testimonials-carousel .slide-item {
    min-height: 300px;
  }
  .obl-testimonials-carousel .slide-item .image {
    width: 60px;
    height: 60px;
  }
  .obl-testimonials-carousel .slide-item .text {
    font-size: 16px;
    font-weight: 400;
  }
  .obl-testimonials-carousel .slide-item .name {
    font-size: 16px;
  }
  .obl-testimonials-carousel .slide-item .name em {
    font-size: 14px;
  }
  .obl-testimonials-carousel .slide-item .stars {
    font-size: 14px;
  }
}
section:not(.obl-started-inner) .obelix-breadcrumb, section:not(.obl-started-inner) .obelix-breadcrumb a{
  color: var(--bs-dark);
  margin-bottom: 8px;
}
section:not(.obl-started-inner) .breadcrumb-item+.breadcrumb-item::before{
  color: var(--bs-dark);
}
section:not(.obl-started-inner)  .breadcrumb-item+.breadcrumb-item:last-child{
  color: var(--bs-dark);
  opacity: 0.7;
}
.obelix-breadcrumb{
  display: inline-flex;
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top: 6px;
  color: #ffffff8c;
}
.obelix-breadcrumb a{
  color: white;
}
.obelix-breadcrumb a:hover{
  color: var(--primary-color);
}
.obelix-breadcrumb .breadcrumb-item+.breadcrumb-item:last-child:before{
  margin-left: 6px;
}
.seperator.breadcrumb-item{
  display: none;
}
.breadcrumb-item+.breadcrumb-item::before{
  color: white;
}

.breadcrumb-item+.breadcrumb-item:last-child{
  padding-left: 0;
  color: #ffffff8c;
}
.bg-paper{
  background-image: url("assets/images/main_back.jpg");
}
.bg-pattern{
  background-image: url("assets/images/pattern.png");
  background-repeat: no-repeat;
}
.google-map iframe{
  width: 100%!important;
  height: 340px!important;
  margin-bottom: -10px;
}

/* dat ban */
.ui-helper-clearfix:before,.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse
}

.ui-helper-clearfix:after {
  clear: both
}

.ui-helper-clearfix {
  min-height: 0
}

.ui-state-disabled {
  cursor: default !important
}

.ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat
}

.ui-datepicker {
  width: 100%;
  display: none
}

.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: .2em 0
}

.ui-datepicker .ui-datepicker-prev,.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: -4px;
  width: 1.8em;
  height: 1.8em
}

.ui-datepicker .ui-datepicker-prev:before,.ui-datepicker .ui-datepicker-next:before {
  font-family: 'Line Awesome Free';
  font-weight: 900;
  font-size: 26px;
  font-size: 1.625rem
}

.ui-datepicker .ui-datepicker-prev:before {
  content: "\f104"
}

.ui-datepicker .ui-datepicker-next:before {
  content: "\f105"
}

.ui-datepicker .ui-datepicker-prev {
  left: 2px
}

.ui-datepicker .ui-datepicker-next {
  right: 2px
}

.ui-datepicker .ui-datepicker-prev-hover {
  background-color: transparent !important
}

.ui-datepicker .ui-datepicker-next-hover {
  background-color: transparent !important
}

.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center
}

.ui-datepicker table {
  width: 100%;
  font-size: 14px;
  border-collapse: collapse;
  margin: 0 0 .4em
}

.ui-datepicker th {
  padding: .7em .3em;
  text-align: center;
  font-weight: 400;
  border: 0
}

.ui-datepicker td {
  border: 0;
  padding: 1px
}

.ui-datepicker td span,.ui-datepicker td a {
  display: block;
  padding: 8px 5px 8px 5px;
  text-align: center;
  text-decoration: none
}

.ui-widget {
  font-size: 1.1em
}

.ui-widget .ui-widget {
  font-size: 1em
}

.ui-widget-content {
  color: #362b36
}

.ui-widget-content a {
  color: #362b36
}

.ui-widget-header {
  color: #222222;
  font-weight: 500
}

.ui-widget-header a {
  color: #222222
}

.ui-state-default,.ui-widget-content .ui-state-default,.ui-widget-header .ui-state-default {
  border: 1px dotted #ccc;
  font-weight: 600;
  color: #444
}

.ui-state-default a,.ui-state-default a:link,.ui-state-default a:visited {
  color: #2779aa;
  text-decoration: none
}

.ui-state-hover {
  background-color: #f3f3f3
}

.ui-state-active,.ui-datepicker-today .ui-state-default.ui-state-active {
  background: var(--primary-color);
  color: #fff !important
}
.ui-state-active a,.ui-state-active a:link,.ui-state-active a:visited {
  color: #ffffff;
  text-decoration: none
}

.ui-state-highlight {
  background: #dfd;
  color: #444 !important
}

.ui-datepicker-today .ui-state-default {
  background: #eee;
  color: #444
}

.ui-datepicker-today .ui-state-default:hover {
  background: var(--primary-color);
  color: #fff !important
}

.ui-state-disabled,.ui-widget-content .ui-state-disabled,.ui-widget-header .ui-state-disabled {
  opacity: .35;
  filter: Alpha(Opacity=35);
  background-image: none
}

.ui-state-disabled .ui-icon {
  filter: Alpha(Opacity=35)
}

.ui-datepicker td a {
  position: relative
}

.ui-datepicker td a:after {
  display: block;
  color: red;
  font-size: 11px;
  font-size: 0.6875rem;
  position: absolute;
  bottom: 0;
  left: 0;
  font-weight: 500;
  width: 100%
}

#DatePicker {
  background-color: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  padding: 20px 25px;
  border: 1px solid #d2d8dd;
  margin-bottom: 15px
}

.custom_drop .dropdown {
  border: 1px solid #d2d8dd;
  background-color: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  padding: 0;
  margin-bottom: 5px
}

.custom_drop .dropdown a {
  padding: 15px 15px 12px 15px;
  line-height: 1;
  color: #444;
  font-weight: 500;
  display: block;
  position: relative
}

.custom_drop .dropdown a:after {
  font-family: 'food';
  font-size: 21px;
  font-size: 1.3125rem;
  font-weight: bold;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: absolute;
  right: 10px;
  top: 10px
}

.custom_drop .dropdown.show a {
  color: #333
}

.custom_drop .dropdown.show a:after {
  transform: rotateY(360deg);
  color: #333
}

.custom_drop .dropdown .dropdown-menu {
  font-size: 14px;
  font-size: 0.875rem;
  border: 1px solid #d2d8dd;
  background-color: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  padding: 15px;
  width: 100.5%;
  left: -1px !important;
  right: -1px !important;
  margin: 5px 0 0 0
}

.custom_drop .dropdown .dropdown-menu h4 {
  text-align: center;
  font-size: 14px;
  font-size: 0.875rem;
  text-transform: uppercase
}

.custom_drop .dropdown.time a:after {
  content: '\0057'
}

.custom_drop .dropdown.people {
  margin-bottom: 10px
}

.custom_drop .dropdown.people a:after {
  content: '\0059'
}

.radio_select ul {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
  text-align: center
}

.radio_select ul li {
  display: inline-block;
  margin: 0;
  width: calc(100% / 9);
  margin-bottom: 0.8%;
}

.radio_select input[type="radio"] {
  opacity: 0;
  position: fixed;
  width: 0
}

.radio_select label {
  display: inline-block;
  text-align: center;
  width: 100%;
  padding: 6px 10px;
  border: 1px dotted #c8c8c8;
  background-color: #fff;
  font-size: 14px;
}

.radio_select label em {
  display: block;
  color: red;
  font-style: normal;
  font-size: 11px;
  font-size: 0.6875rem;
  font-weight: 500
}

.radio_select label:hover {
  background-color: #dfd
}

.radio_select input[type="radio"]:focus+label {
  border: 1px solid transparent;
  background-color: var(--primary-color);
  color: #fff
}

.radio_select input[type="radio"]:focus+label em {
  color: #ffff66
}

.radio_select input[type="radio"]:checked+label {
  border: 1px solid var(--primary-color);
  background-color: var(--primary-color);
  color: #fff
}

.radio_select input[type="radio"]:checked+label em {
  color: #ffff66
}

input#website {
  display: none
}

#wizard_container {
  width: 100%;
  background-color: #f4f4f4;
  background-image: url("assets/images/main_back.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 30px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}

#wizard_container .nice-select {
  border: 1px solid #d2d8dd;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px
}

#wizard_container .nice-select:active,#wizard_container .nice-select:focus {
  border-color: var(--primary-color)
}

#wizard_container .form-control {
  height: 48px;
  padding-left: 15px;
  font-weight: 400;
  background-color: white;
  border: 1px solid #ced4da;
}

h3.main_question {
  margin: 0 0 20px 0;
  padding: 0;
  font-weight: 500;
  font-size: 18px;
  font-size: 1.125rem
}

h3.main_question strong {
  color: #999
}
.container_check{
  font-size: 14px;
  padding: 0;
  display: flex;
  align-items: center;
}
.container_check input{
  margin-left: 6px;
  cursor: pointer;
}
.radio_input .container_radio {
  display: inline-block;
  margin: 12px 0 0 12px
}

.step_wrapper {
  background-color: #fff;
  border: 1px solid #d2d8dd;
  padding: 15px;
  margin-bottom: 10px;
  position: relative;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px
}
.step_wrapper .people{
  display: flex;
  align-items: center;
  justify-content: center;
}
.step_wrapper .people h4{
  margin-bottom: 0;
  margin-right: 20px;
}
.step_wrapper .people input{
  height: 40px;
  width: 200px;
}
.step_wrapper h4 {
  text-align: center;
  text-transform: uppercase;
  font-size: 16px;
  margin-top: 0;
  margin-bottom: 12px;
}

button.backward,button.forward,button.submit {
  border: none;
  color: #fff;
  text-decoration: none;
  transition: background .5s ease;
  -moz-transition: background .5s ease;
  -webkit-transition: background .5s ease;
  -o-transition: background .5s ease;
  transition: background .5s ease;
  display: inline-block;
  cursor: pointer;
  outline: none;
  text-align: center;
  background: var(--primary-color);
  position: relative;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 600;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  line-height: 1;
  padding: 14px 26px;
  height: unset;
}

button.backward {
  color: #777;
  background: #e8e8e8
}

button[disabled] {
  display: none
}

.backward:hover,.forward:hover {
  background: var(--dark-color);
  color: #fff
}
#top-wizard {
  padding-bottom: 20px
}

#bottom-wizard {
  border-top: 2px solid #ededed;
  padding-top: 20px;
  text-align: right;
  margin-top: 25px
}

span.error {
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-size: 12px;
  position: absolute;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  top: -20px;
  right: -15px;
  z-index: 2;
  height: 25px;
  line-height: 1;
  background-color: #e34f4f;
  color: #fff;
  font-weight: normal;
  display: inline-block;
  padding: 6px 8px
}

span.error:after {
  content: '';
  position: absolute;
  border-style: solid;
  border-width: 0 6px 6px 0;
  border-color: transparent #e34f4f;
  display: block;
  width: 0;
  z-index: 1;
  bottom: -6px;
  left: 20%
}

.container_radio.version_2 .error,.container_check.version_2 .error {
  left: -15px;
  top: -30px;
  right: inherit
}

.radio_input .error {
  left: -15px;
  top: -30px;
  right: inherit
}

.styled-select span.error {
  top: -20px
}

.terms span.error {
  top: -30px;
  left: -15px;
  right: inherit
}

.radio_input .error {
  left: -15px;
  top: -30px;
  right: inherit
}

.step textarea {
  height: 150px !important
}

#success {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 300px;
  height: 190px;
  margin-top: -85px;
  margin-left: -150px;
  text-align: center
}

#success h4 {
  font-weight: 400;
  margin: 20px 0 15px 0;
  font-size: 18px;
  font-size: 1.125rem
}

#success h4 span {
  display: block;
  margin-bottom: 0;
  font-weight: 500;
  font-size: 21px;
  font-size: 1.3125rem
}

@-webkit-keyframes checkmark {
  0% {
      stroke-dashoffset: 50px
  }

  100% {
      stroke-dashoffset: 0
  }
}

@-ms-keyframes checkmark {
  0% {
      stroke-dashoffset: 50px
  }

  100% {
      stroke-dashoffset: 0
  }
}

@keyframes checkmark {
  0% {
      stroke-dashoffset: 50px
  }

  100% {
      stroke-dashoffset: 0
  }
}

@-webkit-keyframes checkmark-circle {
  0% {
      stroke-dashoffset: 240px
  }

  100% {
      stroke-dashoffset: 480px
  }
}

@-ms-keyframes checkmark-circle {
  0% {
      stroke-dashoffset: 240px
  }

  100% {
      stroke-dashoffset: 480px
  }
}

@keyframes checkmark-circle {
  0% {
      stroke-dashoffset: 240px
  }

  100% {
      stroke-dashoffset: 480px
  }
}

.inlinesvg .svg svg {
  display: inline
}

.icon--order-success svg path {
  -webkit-animation: checkmark 0.25s ease-in-out 0.7s backwards;
  animation: checkmark 0.25s ease-in-out 0.7s backwards
}

.icon--order-success svg circle {
  -webkit-animation: checkmark-circle 0.6s ease-in-out backwards;
  animation: checkmark-circle 0.6s ease-in-out backwards
}

#loader_form {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  bottom: 0;
  background-color: #fff;
  background-color: rgba(255,255,255,0.6);
  z-index: 999999;
  display: none
}

[data-loader="circle-side-2"] {
  position: absolute;
  width: 50px;
  height: 50px;
  top: 50%;
  left: 50%;
  margin-left: -25px;
  margin-top: -25px;
  -webkit-animation: circle infinite .95s linear;
  -moz-animation: circle infinite .95s linear;
  -o-animation: circle infinite .95s linear;
  animation: circle infinite .95s linear;
  border: 2px solid #333;
  border-top-color: rgba(0,0,0,0.2);
  border-right-color: rgba(0,0,0,0.2);
  border-bottom-color: rgba(0,0,0,0.2);
  border-radius: 100%
}

@-webkit-keyframes circle {
  0% {
      -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
      -o-transform: rotate(0);
      transform: rotate(0)
  }

  100% {
      -webkit-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
      -o-transform: rotate(360deg);
      transform: rotate(360deg)
  }
}

@-moz-keyframes circle {
  0% {
      -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
      -o-transform: rotate(0);
      transform: rotate(0)
  }

  100% {
      -webkit-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
      -o-transform: rotate(360deg);
      transform: rotate(360deg)
  }
}

@-o-keyframes circle {
  0% {
      -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
      -o-transform: rotate(0);
      transform: rotate(0)
  }

  100% {
      -webkit-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
      -o-transform: rotate(360deg);
      transform: rotate(360deg)
  }
}

@keyframes circle {
  0% {
      -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
      -o-transform: rotate(0);
      transform: rotate(0)
  }

  100% {
      -webkit-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
      -o-transform: rotate(360deg);
      transform: rotate(360deg)
  }
}
.front-booking .time-session{
  display: none;
}
.radio_select .wpcf7-list-item{
  display: inline-block;
  margin: 0;
  width: calc(100% / 9);
  margin-bottom: 0.8%;
  margin-left: 0.4%;
  margin-right: 0.4%;
}
.radio_select .list-time .wpcf7-form-control.wpcf7-radio{
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
  text-align: center;
}
.radio_select input[type="radio"]:checked+label {
  border: 1px solid var(--primary-color);
  background-color: var(--primary-color);
  color: #fff
}
.related{
  display: flex;
  flex-direction: column;
}
.side-post-frame{
  display: flex;
  align-items: center;
  margin-bottom: 19px;
}
.side-post-frame a.obl-image-hover{
  width: 70px;
  height: 70px;
  /* margin-right: 8px; */
  margin: 0 16px 0px 0px;
  border-radius: 4px;
  overflow: hidden;
}
.side-post-frame .obl-image-hover img{
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.side-post-frame .side-post-details .price{
  position: relative;
  /* padding-left: 150px; */
  font-size: 16px;
  letter-spacing: 0.3px;
  font-family: var(--header-font);
  color: #d40000;
  font-weight: 400;
  display: flex;
  align-items: baseline;
  /* margin-bottom: 14px; */
}
.side-post-frame .title{
  font-size: 20px;
  margin: 0;
  margin-bottom: 4px;
  font-weight: 500;
}
.swiper-wrapper, .swiper-container{
  height: auto;
}
.obl-started-slider .swiper-wrapper, .obl-started-slider .swiper-container{
  height: 100%;
}

.call-hotline-now svg{
  width: 23px;
  position: relative;
  top: 0;
  left: 0px;
}
.call-hotline-now {
  width: 50px;
  height: 50px;
  right: 20px;
  bottom: 20px;
  background: var(--primary-color);
  position: fixed;
  text-align: center;
  color: #ffffff;
  cursor: pointer;
  border-radius: 50%;
  z-index: 99;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.call-hotline-now:before {
  position: absolute;
  content: " ";
  z-index: -1;
  top: -15px;
  left: -15px;
  background-color: #e88a01;
  width: 80px;
  height: 80px;
  border-radius: 100%;
  animation-fill-mode: both;
  -webkit-animation-fill-mode: both;
  opacity: 0.6;
  -webkit-animation: pulse 1s ease-out;
  animation: pulse 1.8s ease-out;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

@-webkit-keyframes pulse {
  0% {
      -webkit-transform: scale(0);
      opacity: 0;
  }
  25% {
      -webkit-transform: scale(0.3);
      opacity: 1;
  }
  50% {
      -webkit-transform: scale(0.6);
      opacity: .6;
  }
  75% {
      -webkit-transform: scale(0.9);
      opacity: .3;
  }
  100% {
      -webkit-transform: scale(1);
      opacity: 0;
  }
}

@keyframes pulse {
  0% {
      transform: scale(0);
      opacity: 0;
  }
  25% {
      transform: scale(0.3);
      opacity: 1;
  }
  50% {
      transform: scale(0.6);
      opacity: .6;
  }
  75% {
      transform: scale(0.9);
      opacity: .3;
  }
  100% {
      transform: scale(1);
      opacity: 0;
  }
}
@media screen and (max-width: 767px) {
  .section.obl-about-2 .col-xs-12:nth-child(odd) .obl-services-item-2 {
    top: 0;
  }
  #wizard_container{
    padding: 20px;
  }
  #DatePicker{
    background-color: white;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    padding: 0;
    border: none;
    margin-bottom: 0;
  }
  .radio_select ul li{
    width: calc(100% / 4);
  }
  .radio_select ul{
    display: flex;
    flex-wrap: wrap;
  }
  .obl-f-gallery ul li{
    width: calc(100% / 4);
  }
  .container_check{
    flex-wrap: wrap;
  }
  .container_check a{
    margin-left: 0!important;
  }
  .section.obl-started-inner .obl-h-title{
    font-weight: 36px;
  }
  .obelix-breadcrumb{
    font-size: 14px;
  }
  .container{
    padding: 0px 20px;
  }
  .obl-food-details-carousel .desc{
    position: relative;
    bottom: auto;
    right: auto;
    max-width: unset;
    box-shadow: none;
    padding: 20px;
  }
  .obl-food-details-carousel .slide-item img{
    height: 300px;
  }
  .obl-food-details-carousel .swiper-button-prev, .obl-food-details-carousel .swiper-button-next{
    bottom: auto;
    top: 24%;
  }
  .obl-food-details-carousel .swiper-button-next{
    right: 10px;
  }
  .obl-food-details-carousel .swiper-button-prev{
    left: 10px;
  }
  .obl-food-details-carousel{
    margin-bottom: 28px;
  }
  .food-detail-sidebar .widget_block, .food-details-content{
    padding: 0;
    border: none;
  }
  .food-detail-sidebar{
    margin-top: 30px;
  }
  .obl-food-details-carousel .swiper-container{
    overflow: hidden;
  }
  .obl-food-details-carousel .desc p:last-child{
    margin-bottom: 0;
  }
  h5.time-session{
    display: none;
  }
  .step_wrapper .people{
    flex-direction: column;
    text-align: center;
  }
  .step_wrapper .people h4{
    margin-right: 0;
    margin-bottom: 10px;
  }
  .step_wrapper .people input{
    width: 100%;
  }
}