@charset "UTF-8";

/* ==================================================SETUP=====================================================*/
/* Google Font */
/* poppins-100 - latin */
@font-face {
  font-family: 'NotoSans';
  font-style: normal;
  font-weight: 100;
  src: url("../fonts/NotoSans/NotoSans-Thin.ttf");
}

@font-face {
  font-family: 'NotoSans';
  font-style: italic;
  font-weight: 100;
  src: url("../fonts/NotoSans/NotoSans-ThinItalic.ttf");
}

@font-face {
  font-family: 'NotoSans';
  font-style: normal;
  font-weight: 200;
  src: url("../fonts/NotoSans/NotoSans-Light.ttf");
}

@font-face {
  font-family: 'NotoSans';
  font-style: italic;
  font-weight: 200;
  src: url("../fonts/NotoSans/NotoSans-LightItalic.ttf");
}

@font-face {
  font-family: 'NotoSans';
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/NotoSans/NotoSans-Regular.ttf");
}

@font-face {
  font-family: 'NotoSans';
  font-style: italic;
  font-weight: 300;
  src: url("../fonts/NotoSans/NotoSans-RegularItalic.ttf");
}

@font-face {
  font-family: 'NotoSans';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/NotoSans/NotoSans-Medium.ttf");
}

@font-face {
  font-family: 'NotoSans';
  font-style: italic;
  font-weight: 400;
  src: url("../fonts/NotoSans/NotoSans-MediumItalic.ttf");
}

@font-face {
  font-family: 'NotoSans';
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/NotoSans/NotoSans-SemiBold.ttf");
}

@font-face {
  font-family: 'NotoSans';
  font-style: italic;
  font-weight: 500;
  src: url("../fonts/NotoSans/NotoSans-SemiBoldItalic.ttf");
}

@font-face {
  font-family: 'NotoSans';
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/NotoSans/NotoSans-Bold.ttf");
}

@font-face {
  font-family: 'NotoSans';
  font-style: italic;
  font-weight: 600;
  src: url("../fonts/NotoSans/NotoSans-BoldItalic.ttf");
}

@font-face {
  font-family: 'NotoSans';
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/NotoSans/NotoSans-Black.ttf");
}

@font-face {
  font-family: 'NotoSans';
  font-style: italic;
  font-weight: 700;
  src: url("../fonts/NotoSans/NotoSans-BlackItalic.ttf");
}

/* #STYLES  ============================================== */
.black-bg {
  background-color: black !important;
}

.white-bg {
  background-color: white !important;
}

.darkgrey-bg {
  background-color: #111111 !important;
}

.lightgrey-bg {
  background-color: #d3d3d3 !important;
}

.align-right {
  text-align: right !important;
  float: right
}

.align-center {
  text-align: center !important;
}

.align-left {
  text-align: left !important;
}

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

.mb-180 {
  margin-bottom: 180px;
}

.no-mb {
  margin-bottom: 0
}

.op-60 {
  opacity: .6
}

/* #GLOBAL  ============================================== */
html {
  background-color: black;
}

body {
  background-color: black;
  cursor: none !important;
  font-family: "NotoSans";
  font-weight: 100;
}

.loading {
  overflow: hidden;
}

body::-webkit-scrollbar {
  width: 2px;
  background-color: transparent;
}

body::-webkit-scrollbar-thumb {
  background-color: #fff;
}

.section-padding-default {
  padding-top: 150px;
  padding-bottom: 150px;
}

.section-padding-subpage {
  padding-top: 200px;
  padding-bottom: 130px;
}

.norm-16-wide {
  line-height: 40px;
  font-size: 30px
}

button,
a,
.grabbing,
.owl-pagination {
  cursor: none !important;
}

button.thin.hover-bright:hover {
  background-color: #ffffff !important;
  border: 2px solid #ffffff !important;
  color: #000 !important;
}

button.thin,
.button.small.thin,
.button.medium.thin,
.button.large.thin {
  border: 1px solid #fff;
}

.opacity-0 {
  opacity: 0 !important;
}

blockquote {
  margin-left: 0;
  padding-left: 0;
  margin-right: 0;
  padding-right: 0;
}

.quote p {
  margin-bottom: 24px;
  color: #ffffff;
  font-size: 24px;
  line-height: 36px;
  font-weight: 100;
  width: 75%;
  position: relative;
  z-index: 300;
  letter-spacing: -0.02em;
}

.bistro .quote p {
  font-size: 20px !important;
  line-height: 38px;
  font-size: 20px !important;
  line-height: 35px;
  font-weight: 200;
  width: 60%;
}

.quote {
  position: absolute;
  z-index: 200;
}

.quote .opening {
  margin-top: 30px;
  line-height: normal;
  font-size: 18px;
  font-weight: 300;
}

.quote .opening span {
  margin-top: 30px;
  line-height: normal;
  font-size: 22px;
  font-weight: normal;
  margin-bottom: 25px;
  text-decoration: underline;
}

.quote .opening.soon {
  border: 1px solid;
  width: fit-content;
  padding: 10px;
}

.quote header {
  margin-bottom: 36px;
  font-size: 40px;
  color: #ffffff;
  font-weight: 500;
  letter-spacing: -0.02em;
  position: relative;
  z-index: 300;
  text-transform: capitalize;
}

.list p {
  margin-bottom: 20px;
  color: rgb(255 255 255);
  font-size: 23px;
  line-height: 30px;
  font-weight: 100;
  letter-spacing: 0.02em;
}

.list {
  border: none !important;
  position: relative;
  font-size: 14px;
  text-transform: capitalize;
  line-height: 16px;
}

.list footer {
  font-size: 12px;
  color: #ffffffa8;
  font-style: normal;
  margin-bottom: 0.2em;
}

.list header {
  font-size: 15px;
  color: #ffffff;
  font-weight: 800;
  margin-top: 0px;
  margin-bottom: 5px;
  text-transform: uppercase;
}

.info p {
  margin-bottom: 30px;
  color: white;
  font-size: 15px;
  line-height: 18px;
  font-weight: 200;
  letter-spacing: 0.025em;
}

.info {
  border: none !important;
  position: relative;
  font-size: 14px;
  text-transform: none;
  line-height: 16px;
}

.info header {
  text-transform: capitalize;
  font-size: 26px;
  color: #ffffff;
  font-style: normal;
  margin-top: 0px;
  margin-bottom: 25px;
  font-weight: 200;
}

.floating-img {
  position: relative;
  width: 100%;
}

.floating-img img {
  width: 400px;
  overflow: visible;
}

.floating-img.right img {
  position: relative;
  right: 0;
  float: right;
}

.floating-img.left img {
  position: relative;
  left: 0;
  float: left;
}

.floating-img.w-300 img {
  width: 300px;
}

.container {
  position: relative;
}

a.subline {
  color: #fff;
  position: relative;
  text-decoration: none;
}

a.subline::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  border-radius: 8px;
  background-color: #fff;
  bottom: 0;
  left: 0;
  transform-origin: right;
  transform: scaleX(0);
  transition: transform .3s ease-in-out;
}

a.subline:hover::before {
  transform-origin: left;
  transform: scaleX(1);
}

a.icon .fa,
a.icon .icon {
  transition: transform .2s ease-in-out;
}

a.icon:hover .fa,
a.icon:hover .icon {
  transform: scale(1.8) !important;
}

.special-btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.special-btn .center {
  width: 160px;
  height: 50px;
  position: absolute;
}

.special-btn .btn {
  width: 160px;
  height: 50px;

  background: transparent;
  border: 1px solid #ffffff;
  outline: none;
  transition: .5s ease-in-out;
  border-radius: 0;
}

.special-btn svg {
  position: absolute;
  left: 0;
  top: 0;
  fill: none;
  stroke: #fff;
  stroke-width: 4;
  stroke-dasharray: 150 480;
  stroke-dashoffset: 150;
  transition: .5s ease-in-out;
}

.special-btn .btn:hover {
  transition: .5s ease-in-out;
  transition-delay: 0.2s;
  background: white;
}

.special-btn .btn:hover svg {
  stroke-dashoffset: -480;
}

.special-btn .btn span {
  color: white;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.05em;
  transition: .5s ease-in-out;
  transition-delay: 0.2s;
}

.special-btn .btn:hover span {
  color: black;
}

.local-scroll-cont {
  z-index: 10;
  bottom: 35px;
}

input,
select {
  width: 100%;
  line-height: 25px !important;
  padding: 8px 20px 8px 0 !important;
  height: 50px;
  border-bottom: 1px solid #000 !important;
  color: #4b4e53 !important;
  font-weight: 200;
  font-size: 18px !important;
}

.table-columns {
  width: 100%;
  display: flex;
}

.column-30 {
  margin-top: 50px;
  width: 30%;
  height: 100%;
}

.column-33 {
  margin-top: 50px;
  width: 33.33%;
  height: 100%;
}

.column-50 {
  width: 50%;
  height: 100%;
}

/* #HEADER  ============================================== */
#header {
  position: fixed;
  z-index: 2000;
  top: 0;
  left: 0;
}

#header a {
  color: #fff;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.02em;
  text-shadow: -1px 1px 2px rgba(0, 0, 0, .5);
}

#header .logo {
  position: fixed;
  filter: brightness(0) invert(1);
  transform: scale(1);
  left: 27px;
  top: 60px;
  width: 50px;
  padding-left: 0px;
  padding-top: 0px;
  transition: all .3s ease-in-out;
}

#header .logo:hover {
  filter: brightness(1) invert(0) !important;
  transform: scale(.9) !important;
}

#header .sns {
  position: fixed;
  display: grid;
  left: 45px;
  top: 140px;
  float: left;
  text-align: center;
  line-height: 35px;
}

#header .sns .fa {
  font-size: 14px;
}

#header .language {
  color: #fff;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.02em;
  position: fixed;
  right: 20px;
  top: 77px;
  float: right;
  text-align: left;
  transform: rotate(90deg) !important;
  display: flex;
  text-shadow: -1px 1px 2px rgba(0, 0, 0, .5);
}

#header .language list {
  position: absolute;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
  margin-left: 30px;
}

#header .language:hover list {
  opacity: 1;
}

#header .language list a {
  color: #ffffff65;
}

#header .language list a:hover {
  color: #ffffff !important;
}

#header .language span {
  margin-left: 20px;
}

#header .mode {
  color: #fff;
  position: fixed;
  left: 0px;
  bottom: 85px;
  float: right;
  transform: rotate(90deg) !important;
  text-align: right;
  padding: 0 10px;
  margin: 0 -10px;
}

#header .experiences-menu {
  color: #fff;
  position: fixed;
  right: 40px;
  bottom: 50px;
  float: right;
  padding: 0 10px;
  margin: 0 -10px;
}

#header .experiences-menu a {
  margin-left: 60px;
}

#countdown.default {
  top: -200px !important;
}

#countdown {
  position: relative;
  left: 50%;
  top: 60px;
  transform: translate(-50%, 0%);
  font-size: 2em;
  font-weight: 100;
  color: white;
  text-align: center;
  transition: all .5s ease-in-out;
  z-index: 200;
}

#countdown div {
  display: inline-block;
  min-width: 90px;
}

#countdown div span {
  color: #fff;
  display: block;
  font-size: 0.4em;
  font-weight: 100;
}

#countdown div p {
  margin: 0;
}

/* #FOOTER  ============================================== */
#custom-footer {
  padding-bottom: 120px;
}

#custom-footer .footer-2-text-cont,
#custom-footer .footer-2-text-cont a {
  color: #ffffff;
  letter-spacing: 0.05em;
  margin-bottom: 60px;
  font-weight: 300;
}

#custom-footer .footer-2-text-cont a:hover {
  color: #ffffff50;
}

#custom-footer .message {
  float: right;
  color: #ffffff;
  line-height: 60px;
  top: -25px;
  position: inherit;
}

#custom-footer .message .upper-title {
  font-size: 14px;
  text-transform: uppercase;
  top: 0;
  margin-left: 10px;
  margin-bottom: 25px;
  font-weight: 300;
  letter-spacing: 0.05em;
}

#custom-footer .message .title {
  font-size: 120px;
  text-align: left;
  font-weight: 200;
}

#custom-footer .message .title a {
  color: #fff !important;
}

#custom-footer .message .sns {
  font-size: 16px;
  text-align: left;
  margin-left: 10px;
  margin-top: 90px;
}

#custom-footer .message .sns a {
  margin-right: 60px;
}

#custom-footer .message .sns .fa {
  color: #fff;
}

/* #HOME GALLERY DESKTOP ============================================== */

#gallery {
  height: 100vh;
}

body #gallery {
  /* Grid gap */
  --gap: 10px;
  /* Color scheme */
  --body-text: #333;
  --body-bg: #ccd8e4;
  --link-text: #ef3b3b;
  --link-text-hover: #333;
  --grid-name-text: #ef3b3b;
  --grid-title-text: #ef3b3b;
  --grid-nav-text: #fff;
  --grid-nav-bg: #442ef4;
  --grid-nav-text-hover: #fff;
  --grid-nav-bg-hover: #1f1f1f;
  --grid-text: #333;
  color: #333;
  color: var(--body-text);
  background: #000;
  background: var(--body-bg);
}

.revealer {
  background: #000 !important;
}

#gallery .hidden {
  position: absolute;
  overflow: hidden;
  width: 0;
  height: 0;
  pointer-events: none;
}

/* Icons */
#gallery .icon {
  display: block;
  width: 1.5em;
  height: 1.5em;
  margin: 0 auto;
  fill: currentColor;
}


/* Frame */
#gallery .frame {
  top: 0;
  left: 0;
  position: fixed;
  display: grid;
  width: 100%;
  height: 100vh;
  z-index: 100;
  pointer-events: none;
  padding: 2em;
  grid-template-columns: 50% 50%;
  grid-template-rows: auto auto 4em;
  grid-template-areas: "header header"
    "... ..."
    "... demos";
}

#gallery .no-js .frame {
  position: relative;
  display: block;
  height: auto;
}

#gallery .frame a {
  pointer-events: auto;
}

#gallery .message {
  background: #333;
  background: var(--body-text);
  color: #ccd8e4;
  color: var(--body-bg);
  text-align: center;
  padding: 1em;
  display: none;
}

.demos {
  grid-area: demos;
  align-self: end;
  justify-self: end;
  display: block;
  text-align: center;
}

.demo {
  margin: 0 0 0 1em;
}

.demo--current {
  color: #333;
  color: var(--link-text-hover);
}

/* Grid */
.grid {
  display: grid;
  width: calc(100% - 6em);
  height: calc(100vh - 6em);
  grid-auto-rows: calc((calc(100vh - 6em) / 30) - var(--gap));
  grid-auto-columns: calc((calc(100% - 6em) / 30) - var(--gap));
  justify-content: center;
  align-content: center;
  grid-gap: var(--gap);
  pointer-events: none;
}

.no-js .grid {
  margin: 0 0 15vh;
}

.js .grid {
  position: absolute;
  top: 3em;
  left: 3em;
  opacity: 0;
  z-index: 500;
}

.js .grid--current {
  opacity: 1;
  pointer-events: auto;
}

.grid__item {
  position: relative;
  padding: 1em;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  transition: transform 0.2s ease-out;
}

.grid__item--name,
.grid__item--title,
.grid__item--text {
  pointer-events: none;
  padding: 0;
  margin: 0;
}

.grid__item--name,
.grid__item--title {
  text-transform: uppercase;
  line-height: 0.8;
  font-weight: bold;
}

.grid__item--name {
  font-size: 7vw;
  color: #ef3b3b;
  color: var(--grid-name-text);
}

.grid__item--title {
  font-size: 3.5vh;
  line-height: 1;
  text-transform: uppercase;
  -webkit-writing-mode: vertical-lr;
  writing-mode: vertical-lr;
  text-align: right;
  display: flex;
  justify-content: flex-end;
  color: #fff;
}

.grid__item--text {
  font-size: 0.85em;
  line-height: 1.2;
  display: flex;
  color: inherit;
  color: var(--grid-text);
}

.grid__item--nav {
  background: #000;
  color: #fff;
  display: flex;
  align-items: center;
  text-transform: uppercase;
  font-weight: bold;
  border: solid 1px #ffffffa9;
  letter-spacing: 0.5vh;
  border-image: linear-gradient(90deg, #ffffff33, white, #ffffff33) 1;
  animation: lineChase 5s linear infinite;
}

@keyframes lineChase {
  0% {
    border-image: linear-gradient(90deg, #ffffff33, white, #ffffff33) 1;
  }

  25% {
    border-image: linear-gradient(180deg, #ffffff33, white, #ffffff33) 1;
  }

  50% {
    border-image: linear-gradient(270deg, #ffffff33, white, #ffffff33) 1;
  }

  75% {
    border-image: linear-gradient(360deg, #ffffff33, white, #ffffff33) 1;
  }

  100% {
    border-image: linear-gradient(90deg, #ffffff33, white, #ffffff33) 1;
  }
}

.grid__item--nav:hover {
  background: #fff;
  color: #000;
}

.grid__item--nav-next .icon--nav-arrow {
  margin: 0 0 0 auto;
}

.grid__item--nav-prev .icon--nav-arrow {
  transform: rotate(180deg);
  margin: 0;
}

.no-js .grid__item--nav {
  display: none;
}

.grid__item--animateOut {
  animation: animateOut 0.8s cubic-bezier(0.7, 0, 0.3, 1) forwards;
}

@keyframes animateOut {
  to {
    opacity: 0;
  }
}

.grid__item--animateIn {
  animation: animateIn 0.8s cubic-bezier(0.7, 0, 0.3, 1) forwards;
}

@keyframes animateIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

/* Layout 1 */
.grid--layout-1 .grid__item:first-child {
  grid-area: 11 / 1 / 17 / 5;
  background-image: url(../img/home/gallery/desktop/experience/1.jpg);
}

.grid--layout-1 .grid__item:nth-child(2) {
  grid-area: 22 / 6 / 28 / 10;
  background-image: url(../img/home/gallery/desktop/experience/2.jpg);
}

.grid--layout-1 .grid__item:nth-child(3) {
  grid-area: 8 / 5 / 22 / 15;
  background-image: url(../img/home/gallery/desktop/experience/3.jpg);
}

.grid--layout-1 .grid__item:nth-child(4) {
  grid-area: 22 / 10 / 29 / 15;
  background-image: url(../img/home/gallery/desktop/experience/4.jpg);
}

.grid--layout-1 .grid__item:nth-child(5) {
  grid-area: 1 / 11 / 8 / 15;
  background-image: url(../img/home/gallery/desktop/experience/5.jpg);
}

.grid--layout-1 .grid__item:nth-child(6) {
  grid-area: 17 / 15 / 24 / 20;
  background-image: url(../img/home/gallery/desktop/experience/6.jpg);
}

.grid--layout-1 .grid__item:nth-child(7) {
  grid-area: 9 / 15 / 17 / 23;
  background-image: url(../img/home/gallery/desktop/experience/7.jpg);
}

.grid--layout-1 .grid__item:nth-child(8) {
  grid-area: 2 / 18 / 9 / 23;
  background-image: url(../img/home/gallery/desktop/experience/8.jpg);
}

.grid--layout-1 .grid__item:nth-child(9) {
  grid-area: 17 / 20 / 22 / 26;
  background-image: url(../img/home/gallery/desktop/experience/9.jpg);
}

.grid--layout-1 .grid__item:nth-child(10) {
  grid-area: 22 / 20 / 28 / 23;
  background-image: url(../img/home/gallery/desktop/experience/10.jpg);
}

.grid--layout-1 .grid__item:nth-child(11) {
  grid-area: 4 / 23 / 11 / 27;
  background-image: url(../img/home/gallery/desktop/experience/11.jpg);
}

.grid--layout-1 .grid__item:nth-child(12) {
  grid-area: 11 / 23 / 17 / 30;
  background-image: url(../img/home/gallery/desktop/experience/12.jpg);
}

.grid--layout-1 .grid__item:nth-child(13) {
  grid-area: 17 / 26 / 22 / 28;
  background-image: url(../img/home/gallery/desktop/experience/13.jpg);
}

.grid--layout-1 .grid__item--name {
  grid-area: 10 / 8 / 30 / 25;
}

.grid--layout-1 .grid__item--title {
  grid-area: 1 / 27 / 11 / 29;
}

.grid--layout-1 .grid__item--text {
  grid-area: 22 / 23 / 30 / 26;
}

.grid--layout-1 .grid__item--nav-prev {
  grid-area: 3 / 6 / 8 / 11;
}

.grid--layout-1 .grid__item--nav-next {
  grid-area: 24 / 15 / 29 / 20;
}

/* Layout 2 */
.grid--layout-2 .grid__item:first-child {
  grid-area: 17 / 1 / 24 / 5;
  background-image: url(../img/home/gallery/desktop/foods/1.jpg);
}

.grid--layout-2 .grid__item:nth-child(2) {
  grid-area: 22 / 6 / 28 / 10;
  background-image: url(../img/home/gallery/desktop/foods/2.jpg);
}

.grid--layout-2 .grid__item:nth-child(3) {
  grid-area: 14 / 5 / 22 / 10;
  background-image: url(../img/home/gallery/desktop/foods/3.jpg);
}

.grid--layout-2 .grid__item:nth-child(4) {
  grid-area: 17 / 10 / 26 / 15;
  background-image: url(../img/home/gallery/desktop/foods/4.jpg);
}

.grid--layout-2 .grid__item:nth-child(5) {
  grid-area: 1 / 10 / 17 / 15;
  background-image: url(../img/home/gallery/desktop/foods/5.jpg);
}

.grid--layout-2 .grid__item:nth-child(6) {
  grid-area: 11 / 15 / 24 / 20;
  background-image: url(../img/home/gallery/desktop/foods/6.jpg);
}

.grid--layout-2 .grid__item:nth-child(7) {
  grid-area: 5 / 15 / 11 / 18;
  background-image: url(../img/home/gallery/desktop/foods/7.jpg);
}

.grid--layout-2 .grid__item:nth-child(8) {
  grid-area: 1 / 18 / 11 / 23;
  background-image: url(../img/home/gallery/desktop/foods/8.jpg);
}

.grid--layout-2 .grid__item:nth-child(9) {
  grid-area: 20 / 20 / 27 / 24;
  background-image: url(../img/home/gallery/desktop/foods/9.jpg);
}

.grid--layout-2 .grid__item:nth-child(10) {
  grid-area: 24 / 15 / 29 / 20;
  background-image: url(../img/home/gallery/desktop/foods/10.jpg);
}

.grid--layout-2 .grid__item:nth-child(11) {
  grid-area: 4 / 23 / 11 / 27;
  background-image: url(../img/home/gallery/desktop/foods/11.jpg);
}

.grid--layout-2 .grid__item:nth-child(12) {
  grid-area: 11 / 20 / 20 / 30;
  background-image: url(../img/home/gallery/desktop/foods/12.jpg);
}

.grid--layout-2 .grid__item:nth-child(13) {
  grid-area: 25 / 24 / 29 / 28;
  background-image: url(../img/home/gallery/desktop/foods/13.jpg);
}

.grid--layout-2 .grid__item--name {
  grid-area: 16 / 9 / 30 / 16;
}

.grid--layout-2 .grid__item--title {
  grid-area: 1 / 27 / 11 / 29;
}

.grid--layout-2 .grid__item--text {
  grid-area: 1 / 5 / 9 / 10;
  align-items: flex-end;
  text-align: right;
}

.grid--layout-2 .grid__item--nav-prev {
  grid-area: 9 / 5 / 14 / 10;
}

.grid--layout-2 .grid__item--nav-next {
  grid-area: 20 / 24 / 25 / 30;
}

/* Layout 3 */
.grid--layout-3 .grid__item:first-child {
  grid-area: 6 / 1 / 14 / 5;
  background-image: url(../img/home/gallery/desktop/space/1.jpg);
}

.grid--layout-3 .grid__item:nth-child(2) {
  grid-area: 3 / 5 / 14 / 10;
  background-image: url(../img/home/gallery/desktop/space/2.jpg);
}

.grid--layout-3 .grid__item:nth-child(3) {
  grid-area: 14 / 1 / 21 / 5;
  background-image: url(../img/home/gallery/desktop/space/3.jpg);
}

.grid--layout-3 .grid__item:nth-child(4) {
  grid-area: 19 / 10 / 28 / 20;
  background-image: url(../img/home/gallery/desktop/space/4.jpg);
}

.grid--layout-3 .grid__item:nth-child(5) {
  grid-area: 1 / 10 / 11 / 18;
  background-image: url(../img/home/gallery/desktop/space/5.jpg);
}

.grid--layout-3 .grid__item:nth-child(6) {
  grid-area: 11 / 10 / 19 / 15;
  background-image: url(../img/home/gallery/desktop/space/6.jpg);
}

.grid--layout-3 .grid__item:nth-child(7) {
  grid-area: 11 / 15 / 19 / 20;
  background-image: url(../img/home/gallery/desktop/space/7.jpg);
}

.grid--layout-3 .grid__item:nth-child(8) {
  grid-area: 1 / 18 / 6 / 23;
  background-image: url(../img/home/gallery/desktop/space/8.jpg);
}

.grid--layout-3 .grid__item:nth-child(9) {
  grid-area: 20 / 20 / 27 / 24;
  background-image: url(../img/home/gallery/desktop/space/9.jpg);
}

.grid--layout-3 .grid__item:nth-child(10) {
  grid-area: 20 / 28 / 25 / 30;
  background-image: url(../img/home/gallery/desktop/space/10.jpg);
}

.grid--layout-3 .grid__item:nth-child(11) {
  grid-area: 4 / 23 / 11 / 27;
  background-image: url(../img/home/gallery/desktop/space/11.jpg);
}

.grid--layout-3 .grid__item:nth-child(12) {
  grid-area: 11 / 20 / 20 / 30;
  background-image: url(../img/home/gallery/desktop/space/12.jpg);
}

.grid--layout-3 .grid__item:nth-child(13) {
  grid-area: 20 / 24 / 26 / 28;
  background-image: url(../img/home/gallery/desktop/space/13.jpg);
}

.grid--layout-3 .grid__item--name {
  grid-area: 15 / 16 / 30 / 23;
}

.grid--layout-3 .grid__item--title {
  grid-area: 1 / 27 / 11 / 29;
}

.grid--layout-3 .grid__item--text {
  grid-area: 19 / 5 / 30 / 10;
  text-align: right;
}

.grid--layout-3 .grid__item--nav-prev {
  grid-area: 14 / 5 / 19 / 10;
}

.grid--layout-3 .grid__item--nav-next {
  grid-area: 6 / 18 / 11 / 23;
}

/* Demo themes */
.demo-2 {
  --gap: 10px;
  --body-text: #333;
  --body-bg: #c4f8de;
  --link-text: #000000;
  --link-text-hover: #727272;
  --grid-name-text: #7ed72e;
  --grid-title-text: #39c283;
  --grid-nav-text: #000;
  --grid-nav-bg: #39c283;
  --grid-nav-text-hover: #ffffff;
  --grid-nav-bg-hover: #000000;
  --grid-text: #39c283;
}

.demo-2 .revealer--hideX,
.demo-2 .revealer--hideY,
.demo-2 .revealer--showX,
.demo-2 .revealer--showY,
.demo-2 .grid__item--animateOut,
.demo-2 .grid__item--animateIn {
  animation-duration: 0.6s;
}

@media screen and (max-width: 60em) {
  .message {
    display: block;
  }

  .frame {
    display: block;
    height: auto;
    position: relative;
    text-align: center;
  }

  .codrops-header {
    flex-direction: column;
  }

  .codrops-header__title {
    padding: 1em 0;
  }

  .github {
    margin: 0 auto;
  }

  .demos {
    padding: 1em 0 0;
  }

  .demo {
    margin: 0 0.5em;
  }

  main .grid {
    height: auto;
    top: auto !important;
    width: 100%;
    left: auto !important;
    padding: 0 2em;
    grid-template-columns: repeat(auto-fill, minmax(50px, 1fr));
    grid-auto-rows: auto !important;
    grid-auto-columns: auto !important;
    grid-gap: 1vw;
    margin: 0 0 5em;
  }

  .grid__item {
    min-height: 50px;
    grid-area: auto !important;
  }

  .grid__item br {
    content: '';
    display: none;
  }

  .grid__item--name,
  .grid__item--title,
  .grid__item--text {
    grid-column: 1 / -1 !important;
    justify-content: flex-start;
    min-height: 0;
    padding: 1vh 0;
    text-align: left !important;
  }

  .grid__item--name {
    grid-row: 1 / -1 !important;
  }

  .grid .grid__item--title {
    -webkit-writing-mode: horizontal-tb;
    writing-mode: horizontal-tb;
  }
}

/* #MAINTENANCE PAGE  ============================================== */
.logo.maintenance {
  filter: none !important;
  width: 58% !important;
}

#countdown.maintenance {
  font-size: 3em;
}

#countdown.maintenance div {
  min-width: 150px;
}

#countdown.maintenance div span {
  font-size: 0.35em;
  margin-top: 12px;
}

.description.maintenance p {
  font-size: 16px;
  margin-top: 60px;
  font-weight: 100;
  opacity: 0.8;
  letter-spacing: 0.4em;
  text-transform: uppercase;
}


/* #HOME PAGE  ============================================== */
#hearder-main video {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#hearder-main .overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/common/overlay.png);
  opacity: .5;
}

#hearder-main .overlay:before {
  content: '';
  background-color: black;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.3;
}

#hearder-main .sm-cont-middle {
  position: relative;
}

#hearder-main .description {
  letter-spacing: normal;
  padding: 0% 17%;
  font-size: 20px;
  line-height: 28px;
  font-weight: 200;
  text-shadow: -2px 2px 5px rgba(0, 0, 0, .5);
}

#hearder-main .description.bistro {
  padding: 0% 5%;
}

#hearder-main .opacity-scroll2 img {
  filter: brightness(0) invert(1);
  width: 500px;
}

#about {
  padding-bottom: 0;
}

#about .details {
  padding-top: 120px;
  padding-bottom: 150px;
}

.banners {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  color: transparent;
  white-space: nowrap;
  font-size: 140px;
  text-transform: uppercase;
  font-weight: 800;
  -webkit-text-stroke: 1px #ffffff60;
  line-height: 95px;
  z-index: 300;
}

.banners .scroll-banner {
  width: 100%;
  display: flex;
  padding-top: 5px;
}

.banners .scroll-banner div {
  height: 125px;
}

.banners .scroll-banner.toleft div {
  animation: scroll-text-toleft 60s linear infinite;
  margin-bottom: 0px;
}

.scroll-banner.toleft div:nth-child(2) {
  animation: scroll-text-toleft2 60s linear infinite;
  animation-delay: -30s;
}

@keyframes scroll-text-toleft {
  0% {
    transform: translateX(100%);
  }

  100% {
    transform: translateX(-100%);
  }
}

@keyframes scroll-text-toleft2 {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-200%);
  }
}

.banners .scroll-banner.toright div {
  animation: scroll-text-toright 60s linear infinite;
  height: 125px;
}

.scroll-banner.toright div:nth-child(2) {
  animation: scroll-text-toright2 60s linear infinite;
  animation-delay: -30s;
}

@keyframes scroll-text-toright {
  0% {
    transform: translateX(-100%);
  }

  100% {
    transform: translateX(100%);
  }
}

@keyframes scroll-text-toright2 {
  0% {
    transform: translateX(-200%);
  }

  100% {
    transform: translateX(0);
  }
}

#menu {
  padding-bottom: 120px;
  overflow: visible;
}

#menu .wrapper-menu {
  text-align: center;
  position: relative;
  width: inherit;
  z-index: 300;
}

#menu .wrapper-menu .amount {
  position: relative;
  text-align: center;
  color: white;
  font-size: 160px;
  font-weight: 800;
  line-height: 240px;
  margin-top: 140px;
  letter-spacing: -0.05em;
}

#menu .wrapper-menu .description {
  position: relative;
  font-size: 14px;
  line-height: 20px;
  color: #fff;
  margin-bottom: 60px;
  font-weight: 200;
  letter-spacing: 0.02em;
  z-index: 200;
}

#menu .wrapper-menu-img {
  position: absolute;
  width: 100%;
}

#info {
  padding-top: 160px;
  overflow: visible;
}

.column-40 {
  width: 40%;
  height: inherit;
  padding-left: 5%;
  padding-right: 5%;
}

#info .column-40 img {
  max-width: fit-content;
  position: relative;
  width: 130%;
  left: 50%;
  top: 30%;
  transform: translate(-50%, -50%);
  height: 100%;
}

#info .client-row {
  margin-bottom: 220px;
  position: relative;
  top: -100px;
}

#info .client-row img {
  opacity: .85;
}

#info .col-sm-3,
#info .client1-item {
  border: 0;
}

#info .table-columns {
  position: relative;
  top: -50px;
}

/* #SUBPAGES GLOBAL  ===================================== */

.subpage-header .title {
  font-size: 80px;
  color: #fff;
  line-height: 130px;
  font-weight: 700;
  text-transform: uppercase;
}

.subpage-header .subtitle {
  color: #ffffff;
  font-size: 30px;
  line-height: 36px;
  font-weight: 200;
  font-size: 26px;
  font-weight: 200;
  letter-spacing: -0.01em;
}

/* #ERROR  ============================================ */

#hearder-main.error a.home {
  font-weight: 500;
  font-weight: 400;
  font-size: 22px;
}

/* #FAQ  ============================================== */

#faq {
  margin-top: 60px;
}

.accordion>dt>a,
.accordion>dd {
  color: #fff;
  letter-spacing: 0em;
  font-size: 16px;
  font-weight: 300;
}

.accordion>dd {
  padding: 40px 150px 50px 20px;
  line-height: normal;
}


/* #BUY  ============================================== */

#buy-details {
  margin-top: 60px;
}

#buy-details .info,
#buy-details p {
  margin-right: 80px;
}

#buy-details .info,
#buy-details .right p,
#buy-details .info,
#buy-details .right header {
  margin-right: 0px;
  padding-left: 80px;
}

#buy-type.container {
  text-align: center;
  padding: 80px 0 0 0;
}

#buy-type .button-wrapper {
  display: flex;
  justify-content: center;
  gap: 40px;
  /* space between buttons */
  flex-wrap: wrap;
  margin-bottom: 40px;
}

#buy-type .fullscreen-button {
  display: inline-block;
  width: 220px;
  /* fixed width for consistent sizing */
  text-align: center;
  border: 2px solid white;
  background-color: transparent;
  color: white;
  padding: 20px 0;
  font-size: 18px;
  font-weight: 200;
  cursor: pointer;
  border-radius: 5px;
  outline: none;
  transition: background-color 0.3s, color 0.3s;
  text-transform: capitalize;
}

#buy-type .fullscreen-button:hover {
  background-color: white;
  color: black;
}

#buy-type span {
  display: block;
  color: white;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  font-weight: 300;
}


body.open,
body:after {
  overflow: hidden
}

.mobile-nav {
  position: fixed;
  right: 0;
  z-index: 2000;
}

.b-nav,
body:after {
  position: absolute;
  right: 0;
}

.b-brand,
.b-link {
  font-size: 12vw !important;
  line-height: 20vw;
  font-weight: 200 !important;
  letter-spacing: -0.02em !important;
  user-select: none;
}

body:after {
  background: #000;
  content: '';
  height: 100%;
  left: 0;
  opacity: 0;
  padding: 0;
  top: 0;
  visibility: hidden;
  -webkit-transition: all .6s ease;
  transition: all .6s ease;
  width: 100%;
}

body.open:after {
  z-index: 10;
  opacity: 0.65;
  height: 100000%;
  visibility: visible
}

.b-nav {
  background: #000 none repeat scroll 0 0;
  position: absolute;
  top: 0;
  width: 100vw;
  height: 100vh;
  z-index: 12;
}

.b-nav:not(.open) {
  animation-duration: 0.4s;
  animation-fill-mode: both;
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft
}

.b-nav {
  animation-duration: .4s;
  animation-fill-mode: both;
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft
}

.b-nav ul {
  padding-left: 0px;
  position: relative;
  top: 44%;
  transform: translateY(-50%);
}

.b-nav li {
  color: #fff;
  list-style-type: none;
  text-align: left;
  -webkit-transform: translateX(345px);
  -ms-transform: translateX(345px);
  transform: translateX(345px)
}

.b-nav li:not(.open) {
  animation-duration: 0.4s;
  animation-fill-mode: both;
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft
}

.b-nav li:not(.open),
.b-nav.open li {
  -webkit-animation-duration: 0.4s;
  -webkit-animation-fill-mode: both
}

.b-nav li:first-child {
  margin-top: 0px
}

.b-nav.open {
  visibility: visible;
  animation-duration: 0.4s;
  animation-fill-mode: both;
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

.b-nav:not(.open) {
  visibility: hidden;
  animation-duration: 0.4s;
  animation-fill-mode: backwards;
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft
}

.b-nav.open li {
  padding-left: 30px;
  animation-duration: 0.2s;
  animation-fill-mode: both;
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft
}

.b-nav .sns-menu {
  opacity: 0;
}

.b-nav .menu-language {
  opacity: 0;
}

.b-nav.open .menu-language {
  text-align: left;
  left: 37px;
  top: 28px;
  position: absolute;
  opacity: 1;
  color: #fff;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 0.05em;
}

.b-nav .menu-language p {
  margin-bottom: 15px;
}

.b-nav .menu-language p:after {
  content: " \25BE";
}

.b-nav.open .sns-menu {
  text-align: left;
  left: 37px;
  bottom: 100px;
  position: absolute;
  opacity: 1;
}

.b-nav .menu-language .list-language {
  position: relative;
  display: none;
}

.b-nav .menu-language .list-language.open {
  position: relative;
  display: grid !important;
}

.b-nav .menu-language .list-language span {
  margin-bottom: 10px;
}

.b-nav.open .sns-menu a.icon {
  margin-right: 45px;
  font-size: 18px !important;
}

.b-link {
  background: 0 0;
  border-left: rgba(255, 255, 255, 0)solid 2px;
  color: #fff;
  transition: all .4s ease;
  width: auto
}

.b-link,
.b-menu {
  -webkit-transition: all .4s ease;
}

.b-menu {
  cursor: pointer;
  display: block;
  height: 66px;
  padding-top: 20px;
  position: relative;
  top: -10px;
  transition: all 0.4s ease 0s;
  width: 43px;
  z-index: 12;
  right: 17px;
}

.b-bun--bottom,
.b-bun--mid,
.b-bun--top {
  height: 2px;
  width: 20px
}

.b-bun--mid {
  width: 20px
}

.b-bun {
  background: #fff;
  transition: all .4s ease
}

.b-brand,
.b-bun {
  position: relative;
  -webkit-transition: all .4s ease
}

.b-bun--top {
  top: 0
}

.b-bun--mid {
  top: 6px
}

.b-bun--bottom {
  top: 12px
}

.b-brand {
  color: #2196f3;
  top: -21.43px;
  transition: all .4s ease;
  z-index: 13
}

.b-container {
  position: absolute;
  right: 0;
  top: 20px;
}

.b-container:hover:not(.open) .bun-bottom,
.b-container:hover:not(.open) .bun-mid,
.b-container:hover:not(.open) .bun-top {
  background: #2196f3
}

.b-container.open .b-bun--top {
  top: 9px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg)
}

.b-container.open .b-bun--mid {
  opacity: 0
}

.b-container.open .b-bun--bottom {
  top: 5px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg)
}

.b-container.open .b-brand {
  color: #fff
}

@-webkit-keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(345px, 0, 0);
    transform: translate3d(345px, 0, 0);
    visibility: visible;
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }
}

@keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(345px, 0, 0);
    transform: translate3d(345px, 0, 0);
    visibility: visible;
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }
}

.gallery-mobile {
  position: relative;
  background-color: #000;
}

.gallery-mobile .owl-controls {
  position: inherit;
  z-index: 10;
  display: list-item;
}

.gallery-mobile .owl-pagination {
  cursor: none !important;
  padding-top: 27px;
  position: relative;
}

.owl-prev,
.owl-next {
  display: none !important;
  color: #000 !important;
}


/* ======================================================= */
/* #DESKTOP  ============================================= */
/* ======================================================= */
@media screen and (min-width: 1024px) {
  .hide-desktop {
    display: none !important;
  }
}

/* ======================================================= */
/* #TABLET  ============================================= */
/* ======================================================= */
@media screen and (min-width:601px) and (max-width:1023px) {

  .hide-mobile {
    display: none !important;
  }

  .b-nav.open .menu-language {
    text-align: left;
    left: 40px;
    top: 50px;
    font-size: 20px;
  }

  .b-nav .menu-language p {
    margin-bottom: 30px;
  }

  #header a {
    font-size: 18px;
  }

  .b-nav.open li {
    padding-left: 40px;
  }

  .b-brand,
  .b-link {
    font-size: 10vw !important;
    line-height: 16vw;
    font-weight: 200 !important;
  }

  .b-nav.open .sns-menu a.icon {
    margin-right: 90px;
    font-size: 25px !important;
  }

  .special-btn .center {
    width: 220px;
  }

  .special-btn .btn {
    width: 220px;
    height: 80px;
  }

  .special-btn .btn span {
    font-size: 18px;
  }

  .b-menu {
    transform: scale(1.25);
    top: 15px;
    right: 18px;
  }

  .b-nav.open .sns-menu {
    bottom: 140px;
  }

  .section-padding-default {
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .section-padding-subpage {
    padding-top: 180px;
    padding-bottom: 0px;
  }

  .owl-page span {
    width: 8px;
    height: 8px;
  }

  .subpage-header .title {
    font-size: 16vw;
    line-height: 14vw;
    margin-bottom: 30px;
  }

  .subpage-header .subtitle {
    font-size: 27px;
    line-height: 37px;
    width: 100%;
    font-weight: 200;
  }

  .table-columns {
    display: block;
    padding-top: 50px;
  }

  .column-50 {
    width: 100%;
  }

  .column-30 {
    width: 100%;
  }

  .column-33 {
    margin-top: 0;
    width: 100%;
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .quote {
    position: relative;
  }

  .quote header {
    margin-bottom: 30px;
    font-size: 22px;
  }

  .quote p {
    font-size: 28px;
    line-height: 38px;
    width: 100%;
  }

  .quote .opening {
    font-size: 26px !important;
  }

  .quote .opening span {
    font-size: 32px !important;
  }

  .info header {
    font-size: 30px;
  }

  .info p {
    font-size: 20px;
    line-height: 26px;
    font-weight: 100;
  }

  .list p {
    font-size: 22px;
  }

  .list header {
    font-size: 18px;
  }

  .list footer {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 16px;
  }

  #menu .mb-0 {
    margin-bottom: 0px !important;
  }

  .mb-0 {
    margin-bottom: 120px !important;
  }

  #info .client-row {
    top: -10px;
  }

  #hearder-main .opacity-scroll2 img {
    width: 260px;
  }

  #hearder-main .description {
    padding-left: 60px;
    padding-right: 60px;
    font-size: 25px;
    line-height: 34px;
    letter-spacing: normal;
    font-weight: 200;
  }

  .local-scroll-cont {
    bottom: 60px;
  }

  #countdown.default {
    top: -200px !important;
  }

  #countdown {
    position: absolute;
    left: 30px;
    top: 40px;
    transform: translate(0, 0);
    font-size: 1.5em;
    font-weight: 100;
    color: white;
    text-align: center;
    transition: all .5s ease-in-out;
  }

  #countdown div {
    display: inline-block;
    min-width: 50px;
  }

  #countdown div span {
    color: #fff;
    display: block;
    font-size: 0.4em;
    font-weight: 100;
    top: -8px;
    position: relative;
  }

  #countdown div p {
    margin: 0;
  }

  #countdown.maintenance {
    position: relative;
    font-size: 3em;
    left: 50%;
    transform: translate(-50%, 0);
  }

  #countdown.maintenance div {
    min-width: 100px;
  }

  #countdown.maintenance div span {
    font-size: 0.35em;
    margin-top: 12px;
  }

  /* #FOOTER  ============================================== */

  #custom-footer {
    padding-top: 135px;
    padding-bottom: 0px;
  }

  #custom-footer .col-sm-3 {
    width: 45%;
  }

  #custom-footer .col-md-9 {
    width: 55%;
  }

  #custom-footer .footer-2-text-cont,
  #custom-footer .footer-2-text-cont a {
    color: #ffffff;
    letter-spacing: 0.05em;
    margin-bottom: 60px;
    font-weight: 200;
    font-size: 15px;
    line-height: 25px;
  }

  #custom-footer .message .upper-title {
    font-size: 12px;
    top: -10px;
    position: relative;
    margin-bottom: -10px !important;
  }

  #custom-footer .message {
    float: right;
    color: #ffffff;
    line-height: 60px;
    top: -11px;
    position: inherit;
  }

  #custom-footer .message .upper-title {
    margin-bottom: 5px;
  }

  #custom-footer .message .title {
    font-size: 90px;
    top: 5px
  }

  #custom-footer .message .sns {
    font-size: 20px;
    text-align: left;
    margin-left: 10px;
    margin-top: 0px;
  }

  #custom-footer .copyright {
    font-size: 12px;
  }

  /* #HOME  ============================================== */
  #about .details {
    padding-top: 120px;
    padding-bottom: 0;
  }

  #menu {
    padding-top: 80px;
    padding-bottom: 200px;
    ;
  }

  #menu .wrapper-menu {
    margin-top: 100px;
  }

  #menu .wrapper-menu .amount {
    font-size: 140px;
    line-height: normal;
  }

  #menu .wrapper-menu .description {
    font-size: 12px;
    line-height: 19px;
    margin: -10px 20px 60px 20px;
  }

  #menu .list p {
    margin-left: 20px;
    margin-right: 20px;
  }

  #menu .gallery-mobile {
    margin-top: 80px;
    padding-top: 0;
    width: 70%;
    left: 15%;
  }

  #menu .owl-wrapper-outer {
    border-radius: 50vw;
    background-color: #111111;
  }

  #info {
    padding-top: 60px;
  }

  #info .mb-0 {
    margin-bottom: 60px !important;
  }

  #info .info p {
    margin-bottom: 60px !important;
  }

  #info .client-row {
    margin-bottom: 0px;
    margin-top: 90px;
  }

  /* #FAQ  ============================================== */
  .accordion>dt {
    font-size: 16px;
  }

  .accordion>dt>a {
    padding-right: 40px;
  }

  .accordion>dt>a:after {
    width: 30px;
    height: 30px;
    font-size: 20px;
    line-height: 20px;
  }

  .accordion>dd {
    font-size: 16px;
    padding-left: 0;
    padding-right: 0;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .accordion>dt>a,
  .accordion>dd {
    letter-spacing: normal;
  }

  /* #BUY  ============================================== */
  #buy-details .info,
  #buy-details p {
    margin-right: 0;
    margin-bottom: 60px !important;
  }

  #buy-details .info,
  #buy-details .info p,
  #buy-details .info header {
    padding-left: 0;
  }

  #buy-type {
    position: inherit;
  }

  #buy-type .column-33 {
    border: 0;
    margin-top: 25px;
  }

  #buy-type .card {
    border-radius: 0;
    border: solid 1px #323232;
    height: auto;
    overflow: visible;
    padding: 60px 30px 60px 30px;
  }

  #buy-type .card.enabled {
    border: solid 1px #ffffffba;
  }

  #buy-type .card .wrapper {
    padding: 0;
    transform: translateY(0px);
  }

  #buy-type .card p {
    opacity: 1;
  }

  #buy-type .card p {
    font-style: normal;
    font-size: 20px;
    line-height: 26px;
    font-weight: 100;
    margin: 0 100px;
  }

  #buy-type .card p.link {
    margin-top: 25px;
  }

  #buy-type .card p a {
    font-size: 15px;
  }

  #buy-type .title {
    text-transform: uppercase;
    font-size: 9vw;
    line-height: 9vw;
  }

  #buy-type .card .title {
    font-size: 30px;
    text-transform: none;
    font-weight: 500;
    letter-spacing: -0.025em;
  }

  #buy-type .card.enabled:hover .wrapper {
    transform: translateY(0px);
  }

  #buy-type .card .notif {
    font-size: 13px !important;
    font-weight: 600;
    top: -60px;
    margin: 0 40%;
  }

  #buy-type .card.enabled {
    padding-bottom: 30px;
  }

  #popup-booking .wrapper {
    width: 90%;
  }

  #popup-booking .process {
    padding: 60px 60px 60px 60px;
  }

  #popup-booking .title {
    font-size: 22px;
    line-height: 32px;
  }

  #popup-booking .process p {
    font-size: 18px;
    font-weight: 400;
    line-height: 34px;
  }

  #contact-form {
    margin-top: 40px;
  }

  #contact-form .mb-30 {
    margin-bottom: 50px !important;
  }

  #popup-booking .button.black {
    margin-top: 15px;
    margin-bottom: 0;
  }

  #popup-booking select {
    height: 40px;
  }

  #popup-booking .overlay,
  #popup-message .overlay {
    background: #000000;
  }

  #popup-message .wrapper {
    position: fixed;
    z-index: 15;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    font-size: 22px;
    line-height: 32px;
    font-weight: 200 !important;
    color: #fff !important;
    width: 90%;
  }

  #popup-message .wrapper p {
    margin-bottom: 40px;
  }
}

/* Swiper */
.swiper {
  width: 100%;
  padding-top: 450px !important;
  padding-bottom: 60px !important;
  position: relative;
  overflow: visible !important;
  display: flex;
  user-select: none !important;
}

.swiper.carte {
  padding-top: 20px !important;
  overflow: visible !important;
}

.swiper-slide {
  width: 500px !important;
  height: 350px !important;
  border-radius: 30px;
  display: flex;
  flex-direction: column;
  justify-content: end;
  align-items: self-start;
}

.swiper.carte .swiper-slide {
  width: 50% !important;
  height: 1000px !important;
  border-radius: 0px;
  filter: grayscale(100%);
  opacity: 0.25;
}

.swiper.carte .swiper-slide-active {
  filter: grayscale(0%);
  opacity: 1;
}

.swiper-pagination-bullet,
.swiper-pagination-bullet-active {
  background: #fff;
}

.swiper-slide span {
  text-transform: uppercase;
  color: #BC3B9A;
  background: #000;
  padding: 7px 18px 7px 25px;
  display: inline-block;
  border-radius: 0 20px 20px 0px;
  letter-spacing: 2px;
  font-size: 1rem;
  font-weight: 300;
}

.swiper-slide h2 {
  color: #fff;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 1.4;
  margin-bottom: 15px;
  padding: 0px 45px 0 25px;
  margin: 20px 0 0px 0;
}

.swiper-slide p {
  color: #fff;
  font-weight: 300;
  display: flex;
  align-items: center;
  padding: 0 25px 35px 25px;
}

.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right {
  background-image: none;
}

.swiper-3d {
  perspective: none !important;
}

.swiper-pagination-bullet {
  background-color: #C7C2BD !important;
}

/* ======================================================= */
/* #PHONE  ============================================= */
/* ======================================================= */
@media screen and (max-width: 600px) {

  .hide-mobile {
    display: none !important;
  }

  .container {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  .b-menu {
    right: 0 !important;
  }

  .b-nav.open .menu-language {
    left: 20px !important;
  }

  .b-nav.open li {
    padding-left: 20px !important;
  }

  .b-nav.open .sns-menu {
    left: 20px !important;
  }

  .hide-mobilephone {
    display: none !important;
  }

  #hearder-main .description {
    padding: 0 !important;
  }

  .section-padding-default {
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .section-padding-subpage {
    padding-top: 180px;
    padding-bottom: 0px;
  }

  .subpage-header .title {
    font-size: 18vw;
    line-height: 16vw;
    margin-bottom: 30px;
  }

  .subpage-header .subtitle {
    font-size: 16px;
    line-height: 20px;
    width: 100%;
    font-weight: 200;
  }

  #buy-type.container .fullscreen-button {
    width: 100%;
    margin: 0;
  }

  .profile {
    position: relative;
    top: -120px;
  }

  .table-columns {
    display: unset;
  }

  .column-50 {
    width: 100%;
  }

  .column-30 {
    width: 100%;
    margin-top: 0px;
  }

  .column-33 {
    margin-top: 0;
    width: 100%;
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .quote {
    position: relative;
  }

  .quote header {
    margin-bottom: 20px;
    font-size: 30px;
    line-height: 35px;
    text-transform: uppercase;
  }

  .quote p {
    font-size: 16px;
    line-height: 20px;
    width: 100%;
    font-weight: 200;
  }

  .bistro .quote p {
    font-size: 17px !important;
    line-height: 27px;
    font-weight: 200;
    width: 100%;
  }

  .info header {
    font-size: 22px;
    color: #ffffff;
    font-style: normal;
    margin-bottom: 15px;
    letter-spacing: normal;
  }

  .info p {
    font-size: 14px;
    line-height: 19px;
    letter-spacing: initial;
    font-weight: 200;
    color: rgba(255, 255, 255, .8) !important;
  }

  .list p {
    font-size: 18px;
    line-height: 24px;
  }

  .list header {
    font-size: 16px;
    letter-spacing: 0.1em;
    margin-bottom: 10px;
  }

  .list footer {
    margin-bottom: 20px;
  }

  .banners {
    font-size: 90px;
    margin-top: -10px !important;
  }

  .banners .scroll-banner div {
    height: 80px;
  }

  .mb-0 {
    margin-bottom: 60px !important;
  }


  #hearder-main .opacity-scroll2 img {
    width: 200px;
  }

  #hearder-main .description {
    padding-left: 30px;
    padding-right: 30px;
    margin-top: 80px;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: normal;
    font-weight: 400;
    padding: 0 7%;
  }

  .local-scroll-cont {
    bottom: 60px;
  }

  #countdown.default {
    top: -200px !important;
  }

  #countdown {
    position: absolute;
    left: 30px;
    top: 24px;
    transform: translate(0, 0);
    font-size: 1.5em;
    font-weight: 100;
    color: white;
    text-align: center;
    transition: all .5s ease-in-out;
  }

  #countdown div {
    display: inline-block;
    min-width: 40px;
  }

  #countdown div span {
    color: #fff;
    display: block;
    font-size: 0.4em;
    font-weight: 100;
    top: -8px;
    position: relative;
  }

  #countdown div p {
    margin: 0;
  }

  #countdown.maintenance {
    position: relative;
    font-size: 2em;
    left: 50%;
    transform: translate(-50%, 0);
  }

  #countdown.maintenance div {
    min-width: 50px;
  }

  #countdown.maintenance div span {
    font-size: 0.3em;
    margin-top: 5px;
  }

  .description.maintenance p {
    font-size: 21px;
    margin-top: 49px;
    font-weight: 100;
    letter-spacing: -0.02em;
  }

  #buy-type.container {
    padding-left: 40px;
    padding-right: 40px;
  }

  /* #FOOTER  ============================================== */
  #custom-footer {
    padding-top: 0px;
    padding-bottom: 30px;
  }

  #custom-footer .footer-2-text-cont,
  #custom-footer .footer-2-text-cont a {
    font-size: 12px;
    line-height: 19px !important;
    margin-bottom: 50px;
  }

  #custom-footer .message {
    float: left;
  }

  #custom-footer .message .sns {
    font-size: 22px;
    text-align: left;
    margin-left: 0;
    margin-top: 20px;
  }

  #custom-footer .message .sns a {
    margin-right: 40px;
  }

  #custom-footer .copyright {
    font-size: 11px;
    margin-top: 10px;
    margin-bottom: 0px;
  }


  /* #HOME  ============================================== */
  #about .details {
    padding-top: 60px;
    padding-bottom: 0;
  }

  #menu {
    padding-top: 80px;
  }

  #menu .wrapper-menu {
    margin-top: 60px;
  }

  #menu .wrapper-menu .amount {
    font-size: 24vw;
    margin-top: 40px;
    letter-spacing: -5px;
    line-height: normal;
  }

  #menu .wrapper-menu .description {
    font-size: 10px;
    line-height: 15px;
    letter-spacing: initial;
    color: #fff;
    margin-bottom: 40px;
  }

  #menu .list p {
    margin-left: 20px;
    margin-right: 20px;
  }

  #menu .gallery-mobile {
    margin-top: 60px;
    padding-top: 0;
    padding: 0% 10%;
  }

  #menu .owl-wrapper-outer {
    border-radius: 50vw;
    background-color: #111111;
  }

  #info {
    padding-top: 60px;
  }

  #info .info p {
    margin-bottom: 60px !important;
  }

  #info .client-row {
    margin-bottom: 0px;
    margin-top: 140px;
  }

  #info .mb-0 {
    margin-bottom: 80px !important;
  }

  .gallery-mobile {
    padding-top: 20px;
  }

  .gallery-mobile .carte img {
    position: relative;
    scale: 1.2;
    top: 20px;
  }

  .bistro .quote .opening {
    font-size: 15px !important;
  }

  .bistro .quote .opening span {
    font-size: 16px !important;
  }

  /* #FAQ  ============================================== */
  #buy-type,
  #faq {
    margin-bottom: 60px;
  }

  .accordion>dt {
    font-size: 16px;
  }

  .accordion>dt>a {
    padding-right: 40px;
  }

  .accordion>dt>a:after {
    width: 30px;
    height: 30px;
    font-size: 20px;
    line-height: 20px;
  }

  .accordion>dd {
    font-size: 16px;
    padding-left: 0;
    padding-right: 0;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .accordion>dt>a,
  .accordion>dd {
    letter-spacing: normal;
    font-size: 12px;
  }

  /* #BUY  ============================================== */
  #buy-details .info,
  #buy-details p {
    margin-right: 0;
    margin-bottom: 60px !important;
  }

  #buy-details .info,
  #buy-details .info p,
  #buy-details .info header {
    padding-left: 0;
  }

  #buy-type {
    position: inherit;
  }

  #buy-type .column-33 {
    border: 0;
    margin-top: 40px;
  }

  #buy-type .card {
    border-radius: 0;
    border: solid 1px #323232;
    height: auto;
    overflow: visible;
    padding: 50px 30px 60px 30px;
  }

  #buy-type .card.enabled {
    border: solid 1px #ffffffba;
  }

  #buy-type .card .wrapper {
    padding: 0;
    transform: translateY(0px);
  }

  #buy-type .card p {
    opacity: 1;
  }

  #buy-type .card p {
    font-size: 14px;
    line-height: 19px;
    letter-spacing: initial;
    font-weight: 200;
    color: rgba(255, 255, 255, .8) !important;
  }

  #buy-type .card p.link {
    margin-top: 25px;
  }

  #buy-type .card p a {
    font-size: 15px;
  }

  #buy-type .title {
    font-size: 22px;
    color: #ffffff;
    font-style: normal;
    margin-bottom: 15px;
    letter-spacing: normal;
    font-weight: 200;
    line-height: 22px;
    ;
  }

  #buy-type .card .title {
    font-size: 22px;
    color: #ffffff;
    font-style: normal;
    margin-top: 0px;
    margin-bottom: 10px;
    text-transform: none;
    font-weight: 500;
    letter-spacing: -0.025em;
  }

  #buy-type .card.enabled:hover .wrapper {
    transform: translateY(0px);
  }

  #buy-type .card .notif {
    font-size: 10px !important;
    font-weight: 600;
    top: -52px;
  }

  #buy-type .card.enabled {
    padding-bottom: 30px;
  }

  #popup-booking .wrapper {
    width: 90%;
  }

  #popup-booking .process {
    padding: 40px 20px 40px 20px;
  }

  #popup-booking .title {
    font-size: 22px;
    line-height: 32px;
  }

  #popup-booking .process p {
    font-size: 12px;
    font-weight: 400;
    line-height: 19px;
  }

  #contact-form {
    margin-top: 0;
  }

  #contact-form .mb-30 {
    margin-bottom: 15px !important;
  }

  #popup-booking .button.black {
    margin-top: 15px;
    margin-bottom: 0;
  }

  #popup-booking select {
    height: 40px;
  }

  #popup-booking .overlay,
  #popup-message .overlay {
    background: #000000;
  }

  #popup-message .wrapper {
    position: fixed;
    z-index: 15;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    font-size: 22px;
    line-height: 32px;
    font-weight: 200 !important;
    color: #fff !important;
    width: 90%;
  }

  #popup-message .wrapper p {
    margin-bottom: 40px;
  }

}