/*
Theme Name: Amiri Lounge
Theme URI: https://wordpress.org/themes/amirilounge/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Amiri Lounge brings your site to life with header video and immersive featured images. With a focus on business sites, it features multiple sections on the front page as well as widgets, navigation and social menus, a logo, and more. Personalize its asymmetrical grid with a custom color scheme and showcase your multimedia content with post formats. Our default theme for 2017 works great in many languages, for any abilities, and on any device.
Version: 3.4
Tested up to: 6.4
Requires at least: 4.7
Requires PHP: 5.2.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: amirilounge
Tags: one-column, two-columns, right-sidebar, flexible-header, accessibility-ready, custom-colors, custom-header, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready, block-patterns

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

* {
  outline: none;
}

:root {
  --body-color: #ffffff;
  --primary-color: #a39354;
}
html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}
body {
  font-family: "Montserrat", sans-serif;
  font-weight: 200;
  font-size: 18px;
  line-height: 1.5;
  color: var(--body-color);
  background-color: #000000;
}
@media(min-width:1440px){
    .container{
         max-width:1200px
    }
}
/* DEFAULT CSS */
.btn-primary {
  border-color: var(--primary-color);
  background-color: var(--primary-color);
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  /*font-family: "Artemus Regular", sans-serif;*/
}
.btn-primary:hover {
  color: #000;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-primary:hover img {
  filter: invert(1) grayscale(1) brightness(10);
}
.btn-outline-primary {
  border-color: var(--primary-color);
  color: #fff;
  border-radius: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  /*font-family: "Artemus Regular", sans-serif;*/
}
.btn-outline-primary:hover {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
  color: #fff;
}
.ff-montserrat {
  font-family: "Montserrat", sans-serif;
}
.ff-artemus {
  font-family: "Artemus Regular", sans-serif;
}
.text-primary {
  color: var(--primary-color) !important;
}
.fw-regular {
  font-weight: 400;
}
.site-title {
  font-size: 48px;
  line-height: 1;
}
/* END DEFAULT CSS */

/* SITE HEADER */
.site-header {
  padding: 2rem 0;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 99;
}
.site-header .emblem-logo {
  display: none;
  width: 70px;
  height: 70px;
}
.site-header.is-fixed {
  position: fixed;
  padding: 0.5rem 0;
  background-color: #000;
}
.site-header.is-fixed .emblem-logo {
  display: block;
  margin: auto;
}
.site-header.is-fixed .logo {
  display: none;
}
.main-menu-toggler {
  display: block;
  width: 50px;
  height: 50px;
  background-color: transparent;
  border: 2px solid var(--primary-color);
  border-radius: 100%;
  padding: 13px;
}
.main-menu-toggler span {
  display: block;
  width: 100%;
  height: 1px;
  background-color: var(--primary-color);
}
.main-menu-toggler span.top {
  width: 70%;
}
.main-menu-toggler span.middle {
  margin: 6px 0;
}
/* END SITE HEADER */
/* SITE NAVIGATION */
.animation {
  animation-delay: 0.7s;
}
.site-navigation {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 999;
  overflow: hidden;
  display: none;
}
.header-nav {
  z-index: 3;
}
.nav-left-col {
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  height: 100vh;
  background-color: #000000;
  border-right: 2px solid var(--primary-color);
  transform: translate3d(0, 100%, 0);
  transition: all 0.5s ease;
}
.nav-left-col .nav-image{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100% !important;
  object-fit: cover;
  opacity: 0;
  transition: all .4s ease;
}
.nav-left-col .nav-image.active{
  opacity: .5;
}
.nav-left-col.animated,
.nav-right-col.animated {
  transform: translate3d(0, 0, 0);
}
.nav-right-col {
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
  height: 100vh;
  background-color: #000000;
  transform: translate3d(0, -100%, 0);
  transition: all 0.5s ease;
}
.site-navigation .inner-nav {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
}
.close-navigation {
  padding: 12px;
  border: 2px solid var(--primary-color);
  width: 46px;
  height: 46px;
  background-color: transparent;
  display: block;
  border-radius: 50%;
  overflow: hidden;
}
.close-navigation span {
  display: block;
  width: 100%;
  height: 2px;
  background-color: var(--primary-color);
  position: relative;
}
.close-navigation span.top {
  transform: rotate(45deg);
}
.close-navigation span.bottom {
  top: -2px;
  transform: rotate(-45deg);
}
.site-nav {
  max-width: 400px;
  margin: auto;
}
.site-nav-links {
  list-style: none;
  padding: 0;
  margin: 0;
}
.site-nav-links li a {
  display: block;
  font-family: "Artemus Regular", sans-serif;
  text-decoration: none;
  color: #ffffff;
  font-size: 40px;
  padding-bottom: 30px;
}
.site-nav-links li a:hover{
  color: var(--primary-color);
}
.navigation-contacts {
  margin: auto;
  max-width: 322px;
}
.navigation-opening-hours {
  position: relative;
  z-index: 1;
  padding: 24px 18px;
  margin: 50px 0;
}
.navigation-opening-hours::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 150%;
  height: 100%;
  background-color: #625832;
  z-index: -1;
}
.nav-opening-hours-title{
  width: 322px;
  text-align: left;
  margin: auto;
}
@media (max-width: 768px) {
  .site-navigation::after {
    width: 100%;
    border-right: 0;
  }
  .site-navigation .inner-nav {
    position: relative;
    top: 0;
    left: 0;
    transform: none;
  }
  .site-nav-links li a {
    font-size: 20px;
    padding-bottom: 6px;
  }
  .navigation-contacts {
    max-width: 100%;
    padding: 0 1.5rem;
  }
  .halal-logo {
    width: 70px;
  }
  .nav-left-col {
    width: 100%;
    border-right: 0;
  }
  .nav-right-col {
    display: none;
  }
}
/* END SITE NAVIGATION */
.intro,
.home-page-slider .slide{
  height: 100vh;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  overflow: hidden;
}
.intro .hero-video {
  min-height: 100%;
  min-width: 100%;
  object-fit: cover;
}
.intro::after,
.intro::before,
.home-page-slider .slide::before{
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.5;
}
.intro::before,
.home-page-slider .slide::before{
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0.7+0,0+100 */
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.7) 0%,
    rgba(0, 0, 0, 0) 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  opacity: 0.8;
  z-index: 1;
}
.marquee-title {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: 9;
}
.intro-title {
  -webkit-text-stroke: 1px #ffffff;
  -webkit-text-fill-color: transparent;
  font-size: 100px;
  text-wrap: nowrap;
  display: flex;
  flex-wrap: nowrap;
  width: max-content;
}
.intro-title > span {
  padding: 0 30px;
  will-change: transform;
  animation: marquee 10s linear;
  -webkit-animation: marquee 10s linear 3s;
  opacity: 0;
  transform: translateX(100%);
  -webkit-transform: translateX(100%);
}

@keyframes marquee {
  0% {
    transform: translate(100%, 0);
    opacity: 1;
  }
  100% {
    transform: translate(-100%, 0);
    opacity: 0.9;
  }
}
.book-table-button {
  position: absolute;
  right: 26px;
  bottom: 26px;
  width: 150px;
  height: 150px;
  display: block;
  z-index: 9;
}

.book-table-button .emblem {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.book-table-button .emblem img {
  width: 70px;
  height: 70px;
  animation: 3s linear infinite heartbeat;
  -webkit-animation: 3s linear infinite heartbeat;
}
.rotate360 {
  animation: 10s linear infinite circle360;
  -webkit-animation: 10s linear infinite circle360;
}
@keyframes circle360 {
  0% {
    transform: rotateZ(0);
    -webkit-transform: rotateZ(0);
  }
  100% {
    transform: rotateZ(360deg);
    -webkit-transform: rotateZ(360deg);
  }
}
@keyframes heartbeat {
  0% {
    transform: scale(0.75);
    -webkit-transform: scale(0.75);
  }
  20% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
  40% {
    transform: scale(0.75);
    -webkit-transform: scale(1);
  }
  60% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
  80% {
    transform: scale(0.75);
    -webkit-transform: scale(1);
  }
  100% {
    transform: scale(0.75);
    -webkit-transform: scale(1);
  }
}
/* HOME PAGE SLIDER */
.home-page-slider-box {
  height: 600px;
}
.home-page-slider .item {
  position: relative;
  overflow: hidden;
}
.home-page-slider .item .image {
  position: relative;
}
.home-page-slider .item .image::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0px 23px 117.36px 45.64px rgba(0, 0, 0, 0.45) inset;
}
.image-caption {
  position: absolute;
  bottom: 46px;
  left: 30px;
}
.home-page-slider .owl-nav {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 90%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.home-page-slider .owl-nav button span {
  display: block;
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  text-indent: 100px;
  overflow: hidden;
}
.home-page-slider .owl-nav button span.prev {
  background-image: url(assets/images/arrow-left.png);
}
.home-page-slider .owl-nav button span.next {
  background-image: url(assets/images/arrow-right.png);
}
.marquee-text-box {
  position: absolute;
  top: 60px;
  z-index: 9;
  mix-blend-mode: difference;
  user-select: none;
  pointer-events: none;
}
.marquee-text-item {
  position: relative;
  font-family: "Artemus Regular", sans-serif;
  font-size: 48px;
  text-align: center;
}
.marquee-text-item .marquee__content {
  animation: scroll 30s linear infinite;
}
.marquee-text-item .marquee__content li {
  position: relative;
  padding: 0 60px;
}
.marquee-text-item .marquee__content li::after {
  content: "*";
  font-family: inherit;
  font-size: inherit;
  position: absolute;
  right: 0;
  top: 22px;
}
.slider-counter {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 45px;
  font-family: "Artemus Regular", sans-serif;
  z-index: 9;
}
/* END HOME PAGE SLIDER */

/* OPENING HOURS CSS */
.opening-hours {
  position: relative;
  z-index: 2;
}
.operning-hours-box {
  border: 1px solid var(--primary-color);
}
.opening-hours-title {
  font-size: 30px;
}
.opening-hours-item h5 {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
}
/* END OPENING HOURS CSS */

/* GASTRONOMY SECTION CSS */

.gastronomy {
  position: relative;
  margin-top: -100px;
  padding-bottom: 100px;
}
.gastronomy-banner {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.gastronomy-banner::after,
.gastronomy-banner::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 50%;
  left: 0;
  z-index: 1;
}
.gastronomy-banner::after {
  top: -10px;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0.65+0,0+100;Neutral+Density */
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.8) 0%,
    rgba(0, 0, 0, 0) 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.gastronomy-banner::before {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.65+99 */
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.8) 99%,
    rgba(0, 0, 0, 0.8) 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  bottom: -10px;
}
.gastronomy-banner img {
  filter: blur(3px);
  -webkit-filter: blur(3px);
}
.gastronomy .container {
  position: relative;
  z-index: 2;
}
.gastronomy-title {
  padding: 300px 0 200px;
  z-index: 2;
  position: relative;
}
.gastronomy-item {
  margin: -50px 0;
}
.gastronomy-outline-title {
  position: absolute;
  top: 48%;
  width: 100%;
  left: 0;
  transform: translateY(-50%);
  font-size: 120px;
  z-index: 3;
}
.gastronomy-outline-title span {
  -webkit-text-stroke: 1px #ffffff;
  -webkit-text-fill-color: transparent;
  display: block;
  line-height: 1;
}
.gastronomy-outline-title span:nth-of-type(1) {
  text-align: right;
  padding-bottom: 130px;
}
.gastronomy-outline-title span:nth-of-type(2) {
  padding-top: 130px;
  text-align: left;
}
.gastronomy .book-table-button {
  bottom: -30px;
  right: 0;
}
/* END GASTRONOMY SECTION CSS */

/* HOME PAGE MENU SECTION */
.offers-title-box {
  position: sticky;
  top: 130px;
  padding-bottom: 150px;
}
.offers-title,
.parallax-title {
  font-size: 50px;
}
.offers-title-box .book-table-button {
  right: 0;
  bottom: 0;
}
/* END HOME PAGE MENU SECTION */

/* PARALLAX SECTION */
.parallax-section {
  background-image: url(assets/images/parallax-image.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 800px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 50px 0;
}
.parallax-title {
  line-height: 1;
  margin-bottom: 30px;
}
/* END PARALLAX SECTION */

/* DESSERTS SECTIONS */
.desserts {
  position: relative;
  overflow: hidden;
}
.desserts .border-bottom,
.desserts .border-top {
  border-color: var(--primary-color) !important;
}

.desserts-marquee-left,
.desserts-marquee-right {
  height: 130px;
}
.marquee {
  --gap: 1.5rem;
  display: flex;
  overflow: hidden;
  user-select: none;
  gap: var(--gap);
}
.marquee__content {
  margin: 0;
  padding: 0;
  list-style: none;
  flex-shrink: 0;
  display: flex;
  justify-content: space-around;
  min-width: 100%;
  gap: var(--gap);
  animation: scroll 15s linear infinite;
  -webkit-animation: scroll 15s linear infinite;
}
.desserts-marquee-left .marquee__content li,
.desserts-marquee-right .marquee__content li {
  font-family: "Artemus Regular", sans-serif;
  font-size: 48px;
}
.desserts-marquee-left .marquee__content li span,
.desserts-marquee-right .marquee__content li span {
  opacity: 0.5;
}
.desserts-marquee-right .marquee__content {
  animation: scroll_reverse 15s linear infinite;
  -webkit-animation: scroll_reverse 15s linear infinite;
}
@keyframes scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-100% - var(--gap)));
  }
}
@keyframes scroll_reverse {
  from {
    transform: translateX(calc(-100% - var(--gap)));
  }
  to {
    transform: translateX(0);
  }
}
/* END DESSERTS SECTIONS */
/* MENUS */
.menu-item .image {
  position: relative;
  overflow: hidden;
}
.menu-item .image img {
  transition: all 0.5s ease;
}
.menu-item:hover .image img {
  transform: scale(1.2);
}
.menu-item .image .menu-title {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 30px;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  /*font-family: "Artemus Regular", sans-serif;*/
  font-size: 26px;
  transition: all 0.3s ease;
}
.menu-item:hover .image .menu-title {
  bottom: 50px;
}
/* END MENUS */
.featured {
  position: relative;
  overflow: hidden;
}
.featured-image {
  margin-left: auto;
  overflow: hidden;
  position: relative;
}

.featured-marquee-box {
  position: absolute;
  width: 100%;
  left: 0;
  top: 30px;
}
.featured-title h2 {
    font-size: 60px;
}
.btn-outline-primary.white {
  border-color: #ffffff;
  color: var(--primary-color);
}
.btn-outline-primary.white:hover {
  color: #ffffff;
  border-color: var(--primary-color);
}

@media (max-width: 1500px) {
  .featured-title h2 {
    font-size: 60px;
  }
}

.marquee-tags .tag-item {
  margin: 22px 0;
  background-color: #fff;
  padding: 8px 0;
}
.left-marquee,
.right-marquee {
  --gap: 0rem;
}
.left-marquee .marquee__content {
  animation: scroll 20s linear infinite;
  -webkit-animation: scroll 20s linear infinite;
}
.right-marquee .marquee__content {
  animation: scroll_reverse 20s linear infinite;
  -webkit-animation: scroll_reverse 20s linear infinite;
}
.left-marquee li,
.right-marquee li {
  display: block;
  font-size: 18px;
  text-wrap: nowrap;
  padding: 0 40px;
  font-family: "Artemus Regular", sans-serif;
  color: #000000;
  position: relative;
}
.left-marquee li::after,
.right-marquee li::after {
  content: "";
  position: absolute;
  top: 10px;
  right: 0;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background-color: #000000;
}

.square-animation-box {
  max-width: 1280px;
  width: 100%;
  margin: auto;
  position: relative;

  transition: all 0.4s ease-in-out;
  object-fit: cover;
}
.parallax {
  display: flex;
  align-items: center;
  justify-content: center;
}
.square-animation-box .field-canvas-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.square-animation-box .field-canvas-text #mt {
  width: 36vw;
  height: auto;
}

.animation-text {
  position: absolute;
  width: 100%;
}
.animation-text.left {
  bottom: 338px;
  left: -312px;
  transform: rotate(-90deg);
}
.animation-text.top {
  top: 0;
  left: 0;
  text-align: center;
}
.animation-text.right {
  top: 353px;
  right: -308px;
  transform: rotate(90deg);
}
.animation-text.bottom {
  bottom: 0;
  left: 0;
  text-align: center;
}
.animation-text span {
  display: block;
  font-size: 70px;
  font-family: "Artemus Regular", sans-serif;
}
.animation-text.left .inner-text {
  /* animation: moving_bottom_to_top 5s linear infinite; */
}
@keyframes moving_bottom_to_top {
  0% {
    transform: translate(-200%, 0);
  }
  100% {
    transform: translate(0, 0);
  }
}

.instagram-slider .item .image {
  position: relative;
}
.instagram-slider .item .image .date-name {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  padding: 10px;
  font-family: "Artemus Regular", sans-serif;
  font-size: 14px;
}
.instagram-slider .owl-nav {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 20px;
  margin-top: 20px;
}
.instagram-slider-counter {
  position: absolute;
  bottom: -10px;
  right: 100px;
  font-family: "Artemus Regular", sans-serif;
}
.instagram-slider .owl-nav button span {
  display: block;
  width: 30px;
  height: 30px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  text-indent: -200px;
  overflow: hidden;
}
.instagram-slider .owl-dots {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: -16px;
}
.instagram-slider .owl-dots button span {
  display: block;
  width: 100px;
  height: 4px;
  background-color: rgba(255, 255, 255, 0.3);
  transition: all 0.4s ease;
}
.instagram-slider .owl-dots button.active span {
  background-color: rgba(255, 255, 255, 1);
}
.instagram-slider .owl-nav button span.prev {
  background-image: url(assets/images/arrow-left.png);
}
.instagram-slider .owl-nav button span.next {
  background-image: url(assets/images/arrow-right.png);
}
/* MENU PAGE CSS */
.page-banner,
.contact-banner {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
	z-index:1;
}
.page-banner:after,
.contact-banner:after{
	content:"";
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-color:rgba(0,0,0,.5);
	z-index:-1;
}
.page-title {
  font-size: 80px;
}
.stay-in-touch-box {
  padding: 2rem;
  border: 1px solid var(--primary-color);
  border-radius: 24px;
}
.get-in-touch-form input {
  background-color: transparent;
  border-color: var(--primary-color);
  color: #fff;
}
.get-in-touch-form input::placeholder {
  color: #ffffff;
}
/* END MENU PAGE CSS */
/* CONTACT PAGE CSS */
.contact-banner {
  height: 80vh;
}
.contact-us {
  background-image: url(assets/images/contact-bg.png);
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
}
.contact-us-title {
  margin-top: -78px;
  position: relative;
}

.contact-us-title .text {
  background-color: #000000;
  display: inline-block;
  padding: 0 20px;
}
.contact-emblem {
  position: relative;
  margin-top: -180px;
}
/* END CONTACT PAGE CSS */
/* VACANCY PAGE CSS */
.vacancy-content {
  z-index: 2;
}
.vacancy-form-section,
.venu-hire-form-section {
  position: relative;
  z-index: 1;
}
.vacancy-form-section::after,
.venu-hire-form-section::after {
  content: "";
  position: absolute;
  top: -270px;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(assets/images/vacancy-form-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: -1;
}
.gform_heading{
	display:none !important;
}
.gravity-form input,
.gravity-form select,
.gravity-form textarea {
  background-color: transparent;
    border: 1px solid;
    border-color: var(--primary-color);
    color: #ffffff;
    font-size: 16px;
    width: 100% !important;
    border-radius: .5rem !important;
    padding: 10px 16px !important;
}
.gravity-form .icon-field input,
.gravity-form .icon-field select{
	padding-left:50px !important; 
}
.gravity-form input.iti__tel-input{
	padding-left:60px !important; 	
}
.gravity-form option{
	color:#000 !important;
}
.gravity-form .iti__flag-container{
	border-right:1px solid var(--primary-color);
	color: #000;
    font-weight: 500;
}
.gravity-form select {
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	background-repeat: no-repeat;
    background-position: right .75rem center;
    background-size: 16px 12px;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
}
.gravity-form .gform_button{
	width:auto !important;
	margin:auto !important;
}
.get-in-touch-form .gravity-form .gform-button{
	width: 200px !important;
    padding: 0 !important;
    height: 44px !important;
}
.get-in-touch-form .gfield.gfield--width-seven-twelfths {
    grid-column: span 9 !important;
    -ms-grid-column-span: 9 !important;
}
.get-in-touch-form .gfield.gfield--width-five-twelfths {
    grid-column: span 3 !important;
    -ms-grid-column-span: 3 !important;
}
@media(max-width:768px){
	.get-in-touch-form .gfield.gfield--width-seven-twelfths {
		grid-column: 1/-1 !important;
		-ms-grid-column-span: 1/-1 !important;
	}
	.get-in-touch-form .gfield.gfield--width-five-twelfths {
		grid-column: 1/-1 !important;
		-ms-grid-column-span: 1/-1 !important;
	}
}
.icon-field .ginput_container{
	position:relative;
}
.icon-field .ginput_container::after{
	content:"";
	position:absolute;
	left:0;
	top: 1px;
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
    background-position: 14px center;
    background-size: 24px;
	
}
.icon-field.date .ginput_container::after{
	background-image: url(assets/images/calendar.png);	
}
.icon-field.clock .ginput_container::after{
	background-image: url(assets/images/clock.png);
}
.file-input-field{
	padding:1rem;
	border:1px dotted var(--primary-color);
	border-radius:.5rem;
	text-align:center;
}
.file-input-field .gfield_required_text{
	display:none !important;
}
#input_2_26{
	color: transparent;
	border:0;
	position:relative;
	width:220px !important;
	margin:auto;
}
#input_2_26::-webkit-file-upload-button {
  visibility: hidden;
}
#input_2_26::before {
  content: 'UPLOAD CV';
  color: #fff;
  display: inline-block;
  width:100%;
  background-color:var(--primary-color);
  border-radius: .5rem;
  padding: 8px 16px;
  outline: none;
  white-space: nowrap;
  -webkit-user-select: none;
  cursor: pointer;
  font-family: "Artemus Regular", sans-serif;
  font-size: 18px;
  background-image:url(assets/images/file-upload.png);
  background-repeat:no-repeat;
  background-position: 92% center;
}
.plus-minus-buttons {
  position: absolute;
  right: 26px;
  top: 9px;
  align-items: center;
  gap: 16px;
}
.plus-minus-buttons button {
  background-color: transparent;
  border: 0;
  font-size: 20px;
  font-weight: 500;
  color: #ffffff;
  padding: 0;
}
.vacancy-form input:focus,
.vacancy-form select:focus {
  background-color: transparent;
  border-color: var(--primary-color);
  color: #ffffff;
  outline: none;
  box-shadow: none;
}
.vacancy-form input::placeholder,
.vacancy-form textarea::placeholder {
  color: #ffffff;
}
.phone-field {
  flex: 1 0 0;
}
.phone-field input {
  border-radius: 0 0.5rem 0.5rem 0;
}
#dropContainer {
  height: 150px;
  border: 1px dotted var(--primary-color);
  border-radius: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.country-code {
  width: 60px;
  margin: 0 6px;
  border: 0;
}
.flag-box {
  border: 1px solid var(--primary-color);
  padding: 0 0.5rem;
  border-radius: 0.5rem 0 0 0.5rem;
  border-right: 0;
}
.video-popup-button {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.vacancy-video-poster .poster-image {
  filter: blur(3px);
  position: relative;
}
.vacancy-radio-box {
  border: 1px solid var(--primary-color);
  padding: 1rem;
  border-radius: 1rem;
  cursor: pointer;
}
.vacancy-radio-box .radio-value {
  font-weight: 400;
}
.vacancy-radio-box .radio-value span {
  color: var(--primary-color);
}
.vacancy-radio-box:hover,
.vacancy-radio-box.active {
  background-color: var(--primary-color);
}
.vacancy-radio-box:hover .radio-value span,
.vacancy-radio-box.active .radio-value span {
  color: var(--body-color);
}
/* END VACANCY PAGE CSS */
/* VENU HIRE PAGE CSS */

.venu-hire-content .container {
  padding-bottom: 100px;
  max-width: 1140px;
}
.venu-hire-image-2 {
  position: absolute;
  bottom: 0;
  right: 0;
  max-width: 900px;
}
.venu-hire-imag-4 {
  width: 760px;
  position: relative;
}
.venu-hire-form-section .container {
  max-width: 1140px;
}
/* END VENU HIRE PAGE CSS */
/* ABOUT PAGE CSS */
.page-banner.about {
  height: 830px;
}
.about-content-image {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.content-box {
  background-color: #312c19;
  padding: 60px;
  height: 100%;
}
.content-box .inner {
  position: sticky;
  position: -webkit-sticky;
  top: 150px;
}
/* END ABOUT PAGE CSS */
/* SITE FOOTER */
.border-primary {
  border-color: var(--primary-color) !important;
}
a {
  color: #ffffff;
  text-decoration: none;
}
.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-links li {
  margin-bottom: 14px;
}
.footer-links li:last-child {
  margin-bottom: 0;
}
.site-footer h4,
.footer-links li a {
  font-size: 18px;
}
.footer-links li a {
  font-family: "Montserrat", sans-serif;
  /*font-family: "Artemus Regular", sans-serif;*/
  color: #ffffff;
}
.footer-links li a:hover {
  color: var(--body-color);
}
.footer-socials {
  display: flex;
  gap: 8px;
}
.footer-socials a {
  display: block;
  width: 30px;
  height: 30px;
  border: 1px solid #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer-socials a img {
  width: 14px;
  height: 14px;
}
.footer-bottom {
  font-size: 16px;
}
/* END SITE FOOTER */
.square-image-box {
    height: 800px !important;
} 
@media (max-width: 768px) {
  html {
    overflow-x: hidden;
  }
  .intro {
    height: 480px;
  }
  .intro-title {
    font-size: 70px;
  }
  .intro .hero-video {
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
  .btn-book-reservation {
    height: 50px;
    width: 50px;
    border-radius: 100%;
    display: inline-flex;
    padding: 0;
    align-items: center;
    justify-content: center;
    border-width: 2px;
  }
  .marquee-text-box {
    top: 10px;
  }
  .marquee-text-item {
    font-size: 30px;
  }
  .marquee-text-item .marquee__content li::after {
    top: 6px;
  }
  .image-caption {
    bottom: 12px;
    left: 20px;
    font-size: 14px;
  }
  .slider-counter {
    opacity: 0.5;
  }
  .home-page-slider-box {
    height: 218px;
  }
  .site-title {
    font-size: 32px;
    line-height: 1;
  }
  .gastronomy {
    padding-bottom: 150px;
  }
  .gastronomy-banner-image {
    height: 400px !important;
  }
  .gastronomy-image-1,
  .gastronomy-image-2,
  .gastronomy-image-3 {
    width: 100%;
    object-fit: cover;
    -webit-object-fit: cover;
    height: 320px !important;
  }
  .gastronomy-title {
    padding: 150px 0 10px;
  }
  .gastronomy-item {
    margin: 30px 0;
  }
  .gastronomy-outline-title {
    display: none;
  }
  .gastronomy .book-table-button {
    bottom: -172px;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
  }

  .menu-item .image img {
    width: 100%;
    object-fit: cover;
    -webit-object-fit: cover;
    height: 300px;
  }
  .desserts-marquee-left,
  .desserts-marquee-right {
    height: auto;
  }
  .desserts-marquee-left .marquee__content li,
  .desserts-marquee-right .marquee__content li {
    font-size: 36px;
  }
  .desserts-marquee-left .marquee__content li img,
  .desserts-marquee-right .marquee__content li img {
    height: 60px;
  }
  .featured-title h2 {
    font-size: 36px;
  }
  .featured-img {
    height: 500px !important;
  }
  .square-animation-box {
    height: auto;
  }
  .square-image-box {
    height: 400px !important;
  }
  .square-animation-box .field-canvas-text #mt {
    width: 75vw;
  }
  .instagram-slider .owl-dots button span {
    width: 10px;
  }
  .page-title {
    font-size: 50px;
  }
  .page-banner,
  .contact-banner,
  .page-banner.about {
    height: 450px;
  }
  .contact-emblem {
    margin-top: -100px;
  }
  .contact-emblem img {
    width: 200px;
  }
  .contact-us-title {
    margin-top: -42px;
  }
  .contact-us .border-end {
    border: 0 !important;
  }
  .content-box {
    padding: 20px;
  }
  .venu-hire-imag-4 {
    width: 100%;
  }
}
@font-face {
  font-family: "Artemus Regular";
  src: url("fonts/artemus-webfont.woff2") format("woff2"),
    url("fonts/artemus-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display:swap;
}
