@charset "UTF-8";
@font-face {
  font-family: "JimmyScript";
  src: url("/assets/fonts/jimmyscript.woff");
}
@font-face {
  font-family: "RollgateLuxury";
  src: url("/assets/fonts/rollgatesluxury.woff");
}
@font-face {
  font-family: "Borzoi";
  src: url("/assets/fonts/borzoi.woff");
}
.background {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.background video {
  min-width: 100vw;
  min-height: 100vh;
}

a.notLink {
  color: inherit !important;
  text-decoration: inherit !important;
}

.wood,
.leafs {
  position: fixed;
}

.wood {
  top: 40%;
  left: 0;
}
.wood img {
  width: 80%;
}

.leafs {
  top: 0;
  left: 65%;
}
.leafs img {
  width: 80%;
}

#desktopcontent {
  z-index: 1;
  margin-top: 20%;
  vertical-align: middle;
  position: relative;
}
#desktopcontent .row .logo {
  margin-top: -70px;
}
#desktopcontent .row .enter h2,
#desktopcontent .row .logo h2 {
  font-family: "RollgateLuxury";
  color: #fff;
}
#desktopcontent .row .enter h3,
#desktopcontent .row .logo h3 {
  font-family: "JimmyScript";
  color: #eec663;
}
#desktopcontent .row .enter .arrow,
#desktopcontent .row .logo .arrow {
  color: #eec663;
  opacity: 0;
  transition: 0.2s linear;
}
#desktopcontent .row .enter img,
#desktopcontent .row .logo img {
  display: block;
  width: 100%;
  z-index: -1;
}
#desktopcontent .row .enter img {
  opacity: 0;
  position: relative;
  margin-top: -180px;
  transition: 0.2s linear;
}
#desktopcontent .row .enter:hover img {
  opacity: 1;
}
#desktopcontent .row .enter:hover .arrow {
  opacity: 1;
}

#mobilecontent {
  z-index: 1;
  margin-top: 20px;
  vertical-align: middle;
  position: relative;
}
#mobilecontent .row .enter,
#mobilecontent .row .logo {
  padding: 20px 0;
}
#mobilecontent .row .enter h2,
#mobilecontent .row .logo h2 {
  font-family: "RollgateLuxury";
  color: #fff;
}
#mobilecontent .row .enter h3,
#mobilecontent .row .logo h3 {
  font-family: "JimmyScript";
  color: #eec663;
}
#mobilecontent .row .enter h3 span,
#mobilecontent .row .logo h3 span {
  font-size: 15px;
  padding-left: 5px;
}
#mobilecontent .row .enter .arrow,
#mobilecontent .row .logo .arrow {
  color: #eec663;
  transition: 0.2s linear;
}
#mobilecontent .row .enter img,
#mobilecontent .row .logo img {
  z-index: -1;
}
#mobilecontent .row .logo img {
  width: 50%;
}
#mobilecontent .row .enter img {
  transition: 0.2s linear;
  margin-top: -30px;
  width: 80%;
}

.w-90 {
  width: 90%;
}

hr {
  border-top-color: #fff;
  border-width: 1px;
  opacity: 1;
}

#desktopFMenu.footer-menu {
  font-family: "RollgateLuxury";
  z-index: 1;
  position: absolute;
  bottom: 50px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 21px;
  width: 100%;
}
#desktopFMenu.footer-menu ul {
  color: #fff;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}
#desktopFMenu.footer-menu ul li {
  list-style-type: none;
  -moz-column-break-inside: avoid;
       break-inside: avoid;
}
#desktopFMenu.footer-menu ul li:first-child {
  line-height: 35px;
}
#desktopFMenu.footer-menu ul li:not(:first-child)::before {
  content: "•";
  margin: 0 20px;
  font-size: 20px;
}
#desktopFMenu.footer-menu .copyright {
  display: flex;
  flex-direction: row;
  justify-content: center;
  color: rgba(255, 255, 255, 0.2509803922);
}

#mobileFMenu.footer-menu {
  margin: 20px auto 40px auto;
  font-family: "RollgateLuxury";
  color: #fff;
}
#mobileFMenu.footer-menu .row {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
#mobileFMenu.footer-menu .row ul {
  list-style: none;
}
#mobileFMenu.footer-menu .row ul li {
  font-family: "RollgateLuxury";
  color: #fff;
}
#mobileFMenu.footer-menu .copyright {
  color: rgba(255, 255, 255, 0.2509803922);
}

.welcome-lang {
  position: absolute;
  z-index: 999;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  color: white;
  padding: 10px 0;
  width: 100%;
  text-align: center;
}
.welcome-lang a {
  color: white;
  text-decoration: none;
}
.welcome-lang a.active {
  color: #eec663;
}
.welcome-lang span {
  color: white;
}

.comming-soon .logo {
  width: 300px;
  margin: 50px auto;
}
.comming-soon h2 {
  text-align: center;
  font-family: "RollgateLuxury";
  font-size: 60px;
  color: #fff;
  margin-top: 20%;
  animation: forwards;
  animation-name: fadeinout;
  animation-duration: 2s;
  animation-iteration-count: infinite;
}
@keyframes fadeinout {
  0% {
    opacity: 30%;
  }
  50% {
    opacity: 90%;
  }
  100% {
    opacity: 30%;
  }
}