:root {
  --black: #000;
  --white: #fff;
  --gold: #b17f3c;
  --gray: #707070;
}

@font-face {
  font-family: "Baskerville";
  src: url("/fonts/Baskerville.eot");
  src: url("/fonts/Baskerville.eot?#iefix") format("embedded-opentype"), url("/fonts/Baskerville.woff2") format("woff2"), url("/fonts/Baskerville.woff") format("woff"), url("/fonts/Baskerville.ttf") format("truetype"), url("/fonts/Baskerville.svg#Baskerville") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Times-Italic";
  src: url("/fonts/Times-Italic.eot");
  src: url("/fonts/Times-Italic.eot?#iefix") format("embedded-opentype"), url("/fonts/Times-Italic.woff2") format("woff2"), url("/fonts/Times-Italic.woff") format("woff"), url("/fonts/Times-Italic.ttf") format("truetype"), url("/fonts/Times-Italic.svg#Times-Italic") format("svg");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
.clear,
* html .clearfix,
*:first-child + html .clearfix {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

.clearfix:after {
  clear: both;
  content: " ";
  display: block;
  font-size: 0;
  line-height: 0;
  visibility: hidden;
  width: 0;
  height: 0;
}

*,
*:before,
*:after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.grid_1 {
  width: 6.5%;
}

.grid_2 {
  width: 15%;
}

.grid_3 {
  width: 23.5%;
}

.grid_4 {
  width: 32%;
}

.grid_5 {
  width: 40.5%;
}

.grid_6 {
  width: 48%;
}

.grid_7 {
  width: 57.5%;
}

.grid_8 {
  width: 64%;
}

.grid_9 {
  width: 74.5%;
}

.grid_10 {
  width: 83%;
}

.grid_11 {
  width: 91.5%;
}

.grid_12 {
  width: 100%;
}

.grid_1,
.grid_2,
.grid_3,
.grid_4,
.grid_5,
.grid_6,
.grid_7,
.grid_8,
.grid_9,
.grid_10,
.grid_11,
.grid_12 {
  display: flex;
  position: relative;
}

a {
  text-decoration: none;
  cursor: pointer;
  color: #fff;
}

img {
  display: block;
  border: none;
  max-width: 100%;
  align-self: baseline;
  -o-object-fit: cover;
     object-fit: cover;
}

a,
img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
}

textarea:focus,
input:focus,
select:focus {
  outline: none;
}

html {
  height: 100%;
}

body {
  font-family: "Baskerville";
  font-weight: normal;
  font-size: 16px;
  margin: 0;
  padding: 0;
  height: 100%;
  padding-top: 45px;
  overflow-x: hidden;
}

h1 {
  font-family: "Times-Italic";
  font-weight: normal;
  position: relative;
  line-height: 1;
  font-size: clamp(22px, 2.099609375vw, 38px);
  letter-spacing: 0.02em;
  text-align: left;
  color: #b17f3c;
  text-align: center;
  padding-top: 40px;
  padding-top: clamp(40px, 4vw, 80px);
  line-height: 1.5;
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
}
h1 span {
  display: block;
  font-size: 0.844em;
  text-align: center;
  color: #fff;
}

h2 {
  display: block;
  font-family: "Baskerville";
  font-weight: normal;
  font-size: 44px;
  font-size: clamp(30px, 2.1484375vw, 44px);
  letter-spacing: -0.02em;
  text-align: left;
  color: #fff;
  line-height: 1em;
  padding-bottom: 20px;
}
h2 span {
  font-family: "Times-Italic";
  font-weight: normal;
  font-style: italic;
  font-size: 1em;
  letter-spacing: -0.02em;
  text-align: left;
  color: var(--gold);
}
h2 span.block {
  display: block;
  font-size: 1px;
  line-height: 1px;
}
h2.large {
  font-size: 57px;
  font-size: clamp(34px, 2.783203125vw, 57px);
  letter-spacing: -0.02em;
  border-bottom: 0;
}
h2.large span {
  font-size: inherit;
  line-height: inherit;
}
h2 br {
  height: 1px;
  line-height: 1px;
  display: block;
}

p {
  font-weight: normal;
  font-size: 20px;
  font-size: clamp(18px, 0.9765625vw, 20px);
  letter-spacing: -0.02em;
  line-height: 1.4em;
  text-align: left;
  color: #000;
}
p.large {
  font-size: 30px;
  font-size: clamp(24px, 1.46484375vw, 30px);
  letter-spacing: -0.02em;
  line-height: 1.4em;
  text-align: center;
  color: #fff;
}
p span {
  color: var(--gold);
}

header {
  display: flex;
  justify-content: center;
  align-content: flex-start;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  flex-direction: column;
  background-color: #000000;
  padding: 0 70px;
  z-index: 20;
}
header .logo {
  width: 160px;
  z-index: 2;
  height: 23px;
  overflow: hidden;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
header .logo img {
  width: 100%;
}
@media (hover: hover) {
  header:hover .logo {
    height: 44px;
    overflow: hidden;
  }
}
header > :first-child {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 25px 0;
  z-index: 2;
}
header > :first-child .logo-s {
  width: 64px;
}
header > :first-child .logo-s img {
  width: 28px;
}
header > :first-child #nav-toggle {
  position: relative;
  z-index: 10;
  cursor: pointer;
  display: block;
  color: #b17f3c;
  font-weight: normal;
  font-size: 20px;
  text-align: right;
  color: #b17f3c;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  position: absolute;
  transform: translateX(-200%);
  -webkit-transform: translateX(-200%);
  -moz-transform: translateX(-200%);
  -ms-transform: translateX(-200%);
  -o-transform: translateX(-200%);
  border-bottom: 1px solid transparent;
}
@media (hover: hover) {
  header > :first-child #nav-toggle:hover {
    border-bottom: 1px solid #b17f3c;
  }
}
header > :first-child .enq {
  position: relative;
  z-index: 10;
  cursor: pointer;
  display: block;
  color: #b17f3c;
  font-weight: normal;
  font-size: 20px;
  text-align: right;
  color: #b17f3c;
  transition: 0.7s;
  -webkit-transition: 0.7s;
  -moz-transition: 0.7s;
  -ms-transition: 0.7s;
  -o-transition: 0.7s;
  border-bottom: 1px solid transparent;
}
@media (hover: hover) {
  header > :first-child .enq:hover {
    border-bottom: 1px solid #b17f3c;
  }
}
header > :first-child > :last-child {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header > :first-child > :last-child a {
  display: inline-block;
}
header > :last-child {
  padding: 0;
}
header > :last-child nav {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 3;
  bottom: 0;
  left: 0;
  background: #000;
}
header > :last-child nav ul {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
header > :last-child nav ul li {
  list-style: none;
  display: block;
  position: relative;
  margin-bottom: 48px;
  margin-bottom: clamp(6px, 3.96vh, 40px);
}
header > :last-child nav ul li a {
  font-family: "Baskerville";
  font-weight: normal;
  font-size: 30px;
  text-align: center;
  color: #b17f3c;
  border-bottom: 1px solid transparent;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}
@media (hover: hover) {
  header > :last-child nav ul li a:hover {
    border-bottom: 1px solid #b17f3c;
  }
}
header > :last-child nav ul li a.active {
  border-bottom: 1px solid #b17f3c;
}
header > :last-child nav ul li:nth-child(1) {
  margin-bottom: clamp(12px, 7vh, 96px);
  color: red;
}
header > :last-child nav ul li:nth-child(7) {
  margin-bottom: clamp(12px, 9.5vh, 96px);
  color: red;
}
header > :last-child nav ul li:last-child {
  margin-bottom: 5px;
}
header nav {
  transition: 1s;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  -ms-transition: 1s;
  -o-transition: 1s;
  transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  z-index: 100;
}
header nav.show {
  transform: translateY(0%);
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -ms-transform: translateY(0%);
  -o-transform: translateY(0%);
}

#side-nav {
  display: block;
  position: fixed;
  right: 40px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  z-index: 10;
  left: auto;
  width: inherit;
  height: initial;
  min-height: initial;
}
#side-nav ul {
  list-style: none;
}
#side-nav ul li {
  margin: 0 0 21px 0;
}
#side-nav ul li a {
  display: block;
  width: 13px;
  height: 13px;
  border: 1px solid var(--gold);
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  top: initial !important;
}
#side-nav ul li a.active {
  background-color: var(--gold);
}
#side-nav.home .one {
  background: var(--gold);
}
#side-nav.location .two {
  background: var(--gold);
}
#side-nav.lifestyle .three {
  background: var(--gold);
}
#side-nav.interiors .four {
  background: var(--gold);
}
#side-nav.team .five {
  background: var(--gold);
}
#side-nav.contact .six {
  background: var(--gold);
}

footer {
  display: flex;
  width: 100%;
  justify-content: flex-start;
  align-items: flex-start;
  background-color: var(--black);
  flex-direction: column;
}
footer > :first-child {
  background-color: var(--white);
  display: flex;
  align-items: center;
  padding: 50px 70px;
}
footer > :first-child img {
  margin: auto 0;
}
footer.justmobile {
  background: var(--black);
}
footer.justmobile > :first-child {
  background-color: var(--black);
  padding: 20px;
  align-items: center;
}
footer.justmobile > :first-child h2 {
  font-size: 18px;
  padding: 0;
  margin: auto;
  text-align: center;
}
footer.justmobile > :first-child h2 span {
  display: block;
  padding-bottom: 10px;
}
footer.justmobile > :first-child img {
  width: 60px;
}
footer.justmobile > :last-child {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 20px;
}
footer.justmobile > :last-child div {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-flow: wrap;
}
footer.justmobile > :last-child div p,
footer.justmobile > :last-child div a,
footer.justmobile > :last-child div span {
  letter-spacing: 1.2px;
  font-size: 14px;
  line-height: 20px;
  padding-bottom: 6px;
}
footer > :last-child {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 70px;
  padding: 50px 70px;
  background-color: var(--black);
  flex-flow: row-reverse;
}
footer a,
footer p {
  color: var(--white);
  font-family: Baskerville;
  font-weight: normal;
  font-size: 14px;
  text-align: left;
  letter-spacing: 1.2px;
}
footer h2 {
  border: 0 none;
}
footer a + span {
  color: var(--white);
}

input,
select,
label {
  /*display: block;
  margin: 0;
  padding: 5px 0;
  width: 100%;
  color: #fff;
  border: 0 none;
  background: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  border-bottom: 1px solid var(--gold);
  text-align: left;
  letter-spacing: 2px;
  font-family: "Times-Italic";
  font-weight: normal;
  font-style: italic;
  font-size: clamp(18px, 0.9765625vw, 20px);
  letter-spacing: -0.02em;
  text-align: left;
  color: var(--gray);
  margin-bottom: clamp(14px, 0.9765625vw, 20px);*/
}
input.b_submit,
select.b_submit,
label.b_submit {
  max-width: 300px;
  width: 60%;
  border: 1px solid var(--gold);
  text-align: center;
  margin: 30px auto 20px auto;
  color: var(--gold);
  padding: 10px 0 18px 0;
  font-size: clamp(18px, 1.5625vw, 32px);
  line-height: 1;
  cursor: pointer;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}
@media (hover: hover) {
  input.b_submit:hover,
  select.b_submit:hover,
  label.b_submit:hover {
    background-color: var(--black);
  }
}

.formbox {
  max-width: 500px;
  margin: auto;
}

select {
  text-align-last: left;
  text-align: left;
  -ms-text-align-last: left;
  -moz-text-align-last: left;
  text-align-last: left;
}

select option {
  padding: 7px 5px;
  background: #fff;
  text-align-last: left;
  text-align: left;
  -ms-text-align-last: left;
  -moz-text-align-last: left;
  text-align-last: left;
}

.chk_holder {
  margin: 10px auto 0 auto;
  color: #fff;
}

#chkInternational {
  border: 0 none;
  clip: rect(0px, 0px, 0px, 0px);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 13px;
  line-height: 25px;
  width: 20px;
  text-align: left;
}

#chkInternational + label {
  background: url("/images/icons/uncheck.png") no-repeat left center;
  padding-left: 26px;
  background-position: 0 54%;
}

#chkInternational:checked + label {
  background: url("/images/icons/check.png") no-repeat left center;
  background-position: 0 54%;
}

input:-webkit-input-placeholder,
textarea:-webkit-input-placeholder {
  color: var(--gray);
  opacity: 1;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: var(--gray);
  opacity: 1;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
  color: var(--gray);
  opacity: 1;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: var(--gray);
  opacity: 1;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  opacity: 1;
}

input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
  opacity: 0.5;
}

input:focus:-moz-placeholder,
textarea:focus:-moz-placeholder {
  opacity: 0.5;
}

input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
  opacity: 0.5;
}

input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
  opacity: 0.5;
}

ul.token-input-list-project {
  border: none;
  width: 100%;
  margin: 0 auto;
  max-width: 100%;
  text-align: left;
  -moz-text-align-last: left;
       text-align-last: left;
  text-align: -moz-left;
  text-align: -webkit-left;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  clear: both;
}

#th {
  text-align: center;
}

li.token-input-input-token-project {
  margin: 0;
  padding: 0;
  list-style-type: none;
  width: 100%;
}

ul.token-input-list-project li input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-bottom: 1px solid var(--gold);
  width: 100% !important;
}

li.token-input-token-project p {
  display: inline;
  padding: 0;
  margin: 0 5px 0 0;
  line-height: 20px;
  font-size: 11px;
}

li.token-input-token-project {
  overflow: hidden;
  height: 25px;
  margin: 0;
  padding: 2px 5px;
  background-color: #ccc;
  color: #000;
  cursor: default;
  border: 1px solid #525252;
  font-size: 12px;
  white-space: nowrap;
  list-style: none;
  display: inline-block;
}

div.token-input-dropdown-project {
  position: absolute;
  width: 100%;
  background-color: #fff;
  overflow-x: hidden;
  cursor: default;
  font-size: 11px;
  z-index: 13;
}

div.token-input-dropdown-project ul {
  margin: 0;
  padding: 0;
  display: block !important;
  max-height: 205px;
}

div.token-input-dropdown-project ul li {
  background-color: #fff;
  font-size: 14px;
  padding: 3px;
  margin: 0;
  list-style-type: none;
  font-weight: 100 !important;
}

div.token-input-dropdown-project ul li.token-input-dropdown-item-project {
  background-color: #fff;
}

div.token-input-dropdown-project ul li.token-input-dropdown-item2-project {
  background-color: #fff;
}

div.token-input-dropdown-project ul li em {
  font-weight: bold;
  font-style: normal;
}

div.token-input-dropdown-project ul li.token-input-selected-dropdown-item-project {
  background-color: #ccc;
  color: #fff;
}

ul.parsley-errors-list.filled,
ul.parsley-errors-list {
  font-size: 10px;
  list-style: outside none none;
  margin: 0 auto;
  padding: 0;
  position: relative;
  text-align: left;
  top: 0;
}

ul.parsley-errors-list.filled li,
ul.parsley-errors-list li {
  padding: 0;
  text-align: left;
  color: #f00d0d;
}

section {
  display: block;
  position: relative;
  background-color: #fff;
}

.container {
  width: 1100px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

#preloader {
  display: block;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  overflow: hidden;
  background-color: #000;
  z-index: 1000;
}
#preloader .fullyvideo {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
  background-size: cover !important;
}
#preloader .content-video {
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
}
@media screen and (max-aspect-ratio: 1620/1080) {
  #preloader .fullyvideo {
    height: 100%;
  }
}
@media screen and (min-aspect-ratio: 1620/1080) {
  #preloader .fullyvideo {
    width: 100%;
  }
}

.home {
  height: 100%;
  position: fixed;
  top: 45px;
  left: 0;
  width: 100vw;
  height: calc(100% - 45px);
  height: calc(100vh - 45px);
  min-height: 500px;
}
.home .dark {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: rgba(0, 0, 0, 0.74);
  z-index: 2;
}
.home .dark.bottom {
  top: auto;
  bottom: 0;
}
.home .shadow {
  display: block;
  position: absolute;
  height: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  z-index: 3;
  isolation: isolate;
}
.home .play-btn {
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  font-family: "Times-Italic";
  font-weight: normal;
  font-size: 24px;
  letter-spacing: -0.02em;
  text-align: left;
  color: #fff;
  text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.55);
}
.home .play-btn img {
  margin: auto;
  max-width: 80%;
}
.home div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  position: relative;
  width: 100%;
  height: 100%;
}
.home a.scrollDown {
  font-family: "Times-Italic";
  font-weight: normal;
  font-style: italic;
  font-size: 23px;
  letter-spacing: -0.02em;
  text-align: left;
  color: #fff;
}
.home a.scrollDown img {
  margin: 15px auto;
}
.home .doors {
  display: block;
  position: absolute;
  top: 50%;
  top: 50%;
  left: 50%;
  width: 300px;
  height: 390px;
  border: 1px solid var(--gold);
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  border-top-right-radius: 145px;
  border-top-left-radius: 145px;
  overflow: hidden;
}
.home .doors::after {
  content: "";
  position: absolute;
  width: 100vw;
  height: calc(100vh - 45px);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  background-image: url(/images/home/1.jpg);
  background-position: center center;
  background-size: cover;
}
.home .rightdoor {
  width: 150px;
  height: 390px;
  position: absolute;
  left: 50%;
  top: 50%;
  border: 1px solid var(--gold);
  border-top-left-radius: 145px;
  -webkit-border-top-left-radius: 145px;
  -moz-border-radius-topleft: 145px;
  margin-left: 275px;
  overflow: hidden;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-mask-image: -webkit-radial-gradient(white, black);
}
.home .rightdoor::after {
  content: "";
  position: absolute;
  width: 100vw;
  height: calc(100vh - 45px);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  background-image: url(/images/home/1.jpg);
  background-position: center center;
  background-size: cover;
  margin-left: -275px;
}
.home .leftdoor {
  width: 150px;
  height: 390px;
  position: absolute;
  left: 50%;
  top: 50%;
  border: 1px solid var(--gold);
  border-top-right-radius: 145px;
  -webkit-border-top-right-radius: 145px;
  -moz-border-radius-topright: 145px;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  margin-left: -275px;
  overflow: hidden;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
}
.home .leftdoor::after {
  content: "";
  position: absolute;
  width: 100vw;
  height: calc(100vh - 45px);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  background-image: url(/images/home/1.jpg);
  background-position: center center;
  background-size: cover;
  margin-left: 275px;
}

#location {
  margin-top: 100vh;
}

.window {
  display: block;
  position: relative;
  margin-bottom: 80px;
  margin-top: 20px;
  max-width: 75%;
}
.window > :first-child {
  padding: 34px 34px 0 34px;
  padding: 8%;
}
.window > :last-child {
  position: absolute;
  top: -13px;
  width: 100%;
  left: 10px;
}

.curve {
  border-top-right-radius: 48%;
  border-top-left-radius: 48%;
}
.curve.small {
  margin-bottom: 50px;
  max-width: 199px;
  width: calc(50% - 15px);
}
.curve.small + .leftarc {
  width: 24%;
  position: absolute;
  top: -20px;
  left: -20px;
  height: 75%;
  border: 1px solid var(--gold);
  border-top-left-radius: 245px;
}
.curve.small + .rightarc {
  width: 18%;
  position: absolute;
  height: 65%;
  border: 1px solid var(--gold);
  border-top-right-radius: 165px;
  top: -20px;
  right: -20px;
}
.curve.large + .leftarc {
  width: 50%;
  position: absolute;
  top: -20px;
  left: -20px;
  height: 80%;
  border: 1px solid var(--gold);
  border-top-left-radius: 245px;
}
.curve.large + .rightarc {
  width: 30%;
  position: absolute;
  height: 60%;
  border: 1px solid var(--gold);
  border-top-right-radius: 165px;
  top: -20px;
  right: -20px;
}

.mw430 {
  max-width: 430px;
}

.mw520 {
  width: 520px;
}

.mw750 {
  width: 750px;
}

.second-slide img {
  height: 100%;
  max-width: initial;
}

.flag {
  position: absolute;
  width: 9%;
  right: 50%;
  top: 33%;
  max-width: 178px;
}

.line {
  display: block;
  width: 200px;
  height: 1px;
  margin: 100px auto;
  background-color: var(--gold);
}

#map {
  width: 100%;
  height: 50vh;
}

.inspection {
  font-family: "Times-Italic";
  font-weight: normal;
  font-style: italic;
  font-size: 18px;
  letter-spacing: -0.02em;
  line-height: 1em;
  text-align: center;
  color: #000;
}

.privacy {
  font-family: "Times-Italic";
  font-weight: normal;
  font-style: italic;
  font-size: 12px;
  line-height: 18px;
  text-align: center;
  color: #000;
  padding-top: 1em;
}
.privacy a {
  color: initial;
  text-decoration: underline;
}

.arc {
  display: block;
  position: absolute;
  width: 300px;
  height: 70%;
  border: 1px solid var(--gold);
}
.arc.leftside {
  top: 0;
  left: 0;
  border-top-right-radius: 300px;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}
.arc.rightside {
  bottom: 0;
  right: 0;
  border-top-left-radius: 300px;
  transform: translateX(50%);
  -webkit-transform: translateX(50%);
  -moz-transform: translateX(50%);
  -ms-transform: translateX(50%);
  -o-transform: translateX(50%);
}

#gallery-popup {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  margin: 0;
  background-color: var(--black);
  padding: 0;
  transition: 0.5;
  -webkit-transition: 0.5;
  -moz-transition: 0.5;
  -ms-transition: 0.5;
  -o-transition: 0.5;
  z-index: -1000;
  opacity: 0;
  pointer-events: none;
}
#gallery-popup .gallery-logo {
  position: absolute;
  top: 2vh;
  left: 0;
  right: 0;
  margin: auto;
}
#gallery-popup .gallery-close img {
  display: inline-block;
  position: absolute;
  bottom: 4vh;
  left: 0;
  right: 0;
  margin: auto;
}
#gallery-popup.show {
  z-index: 1000;
  opacity: 1;
  pointer-events: initial;
}

.sticky-container .horizontal-scroll {
  overflow: hidden;
  display: flex;
  position: sticky;
  top: 0;
}
.sticky-container .horizontal-scroll div {
  min-width: 100vw;
  max-width: 100vw;
  height: 100vh;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  overflow: hidden;
}
.sticky-container .horizontal-scroll div img {
  width: 100vw;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
}

.ancher {
  display: block;
}

/*------------------------------------*/
.in-ancher {
  width: 50px;
  display: block;
  position: absolute;
  z-index: 11;
  opacity: 1;
}

.h-ancher {
  display: block;
}

.holder {
  position: relative;
}

.sticky {
  position: sticky;
  top: 45px;
  height: calc(100vh - 45px);
  left: 0;
  width: 100%;
}
.sticky .slide {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.sticky .slide.panorama {
  width: 150%;
  background-position: top right;
}

.trans {
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.2));
  top: 0;
  left: 0;
}

.animate-text {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 0) 100%);
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.animate-text h2 {
  position: absolute;
  width: 90vw;
  left: 10vw;
  transform: translateY(-50%) !important;
  -webkit-transform: translateY(-50%) !important;
  -moz-transform: translateY(-50%) !important;
  -ms-transform: translateY(-50%) !important;
  -o-transform: translateY(-50%) !important;
}
.animate-text h2 .line {
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: var(--white);
  bottom: 0;
  left: 0;
  padding: 0;
  margin: 0;
}
.animate-text h2 .line img {
  display: none;
  position: absolute;
  top: 0;
}
.animate-text h2 .line img:first-child {
  right: 0;
  transform: translateY(-50%) translateX(5px);
  -webkit-transform: translateY(-50%) translateX(5px);
  -moz-transform: translateY(-50%) translateX(5px);
  -ms-transform: translateY(-50%) translateX(5px);
  -o-transform: translateY(-50%) translateX(5px);
}
.animate-text h2 .line img:nth-child(2) {
  right: 25px;
  transform: translateY(-50%) translateX(5px);
  -webkit-transform: translateY(-50%) translateX(5px);
  -moz-transform: translateY(-50%) translateX(5px);
  -ms-transform: translateY(-50%) translateX(5px);
  -o-transform: translateY(-50%) translateX(5px);
}
.animate-text h2 .line img:last-child {
  right: 50px;
  transform: translateY(-50%) translateX(5px);
  -webkit-transform: translateY(-50%) translateX(5px);
  -moz-transform: translateY(-50%) translateX(5px);
  -ms-transform: translateY(-50%) translateX(5px);
  -o-transform: translateY(-50%) translateX(5px);
}
.animate-text.right-position {
  left: auto;
}
.animate-text.right-position h2 {
  text-align: right;
  left: 0;
  right: 10vw;
}

/*--------------------------------------------------*/
/*--------------------------------------------------*/
/*--------------------------------------------------*/
.justmobile {
  display: none;
}

.relative {
  position: relative;
}

.bg {
  background-position: bottom right;
  background-size: cover;
  background-repeat: no-repeat;
}

.fullwidth {
  width: 100%;
}

.fullheight {
  height: 100%;
}

.white {
  color: #fff;
}

.ptxl {
  padding-top: 150px;
  padding-top: clamp(75px, 7.32421875vw, 150px);
}

.pbxl {
  padding-bottom: 150px;
  padding-bottom: clamp(75px, 7.32421875vw, 150px);
}

.ptl {
  padding-top: 100px;
  padding-top: clamp(50px, 4.8828125vw, 100px);
}

.pbl {
  padding-bottom: 100px;
  padding-bottom: clamp(50px, 4.8828125vw, 100px);
}

.ptm {
  padding-top: 50px;
  padding-top: clamp(40px, 2.44140625vw, 50px);
}

.pbm {
  padding-bottom: 50px;
  padding-bottom: clamp(40px, 2.44140625vw, 50px);
}

.pts {
  padding-top: 15px;
}

.pbs {
  padding-bottom: 15px;
}

.mtl {
  margin-top: 100px;
}

.mbl {
  margin-bottom: 100px;
}

.mbm {
  margin-bottom: 50px;
}

.mtm {
  margin-top: 50px;
}

.fullwidth {
  width: 100%;
}

.fullheight {
  height: 100%;
}

.row {
  display: flex;
  position: relative;
  flex-direction: row;
}

.column {
  display: flex;
  position: relative;
  flex-direction: column;
}

.spacebetween {
  justify-content: space-between;
}

.spacearound {
  justify-content: space-around;
}

.textcenter {
  text-align: center;
}

.justifycenter {
  justify-content: center;
}

.aligncenter {
  align-items: center;
}

.wrap {
  flex-flow: wrap;
}

.bg-dark {
  background-color: var(--black);
}
.bg-dark p {
  color: var(--white);
}

.ma {
  margin: auto;
}

.mlra {
  margin-left: auto;
  margin-right: auto;
}

.mla {
  margin-left: auto;
}

.mta {
  margin-top: auto;
}

.tac {
  text-align: center;
}

.m-plr20 {
  padding-left: 20px;
  padding-right: 20px;
}

@media screen and (max-width: 1300px) {
  .home .doors {
    width: 200px;
    height: 245px;
  }
  .home .rightdoor {
    width: 100px;
    height: 245px;
    margin-left: 175px;
  }
  .home .rightdoor::after {
    margin-left: -175px;
  }
  .home .leftdoor {
    width: 100px;
    height: 245px;
    margin-left: -175px;
  }
  .home .leftdoor::after {
    margin-left: 175px;
  }
}
@media screen and (max-width: 1000px) {
  .justmobile {
    display: block;
  }
  .justdesktop {
    display: none !important;
  }
  p {
    text-align: center;
    color: #000;
  }
  .in-ancher,
  .h-ancher {
    visibility: hidden;
  }
  #side-nav {
    visibility: hidden;
  }
  .m-column {
    flex-direction: column;
  }
  .m-plr20 {
    padding-left: 20px;
    padding-right: 20px;
  }
  .window :last-child {
    width: 96%;
    right: 0;
    margin: auto;
    top: 0;
  }
  .grid_6 {
    width: 100%;
  }
  header {
    padding: 0 20px;
    height: 60px;
  }
  header .logo {
    padding-top: 7px;
    width: 120px;
  }
  header > :first-child {
    padding: 10px 0;
    z-index: 2;
  }
  header > :first-child .logo-s {
    width: 48px;
  }
  header > :first-child .logo-s img {
    width: 28px;
  }
  header > :first-child #nav-toggle {
    position: relative;
    transform: translateX(0%);
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    color: transparent;
  }
  header > :first-child #nav-toggle::after, header > :first-child #nav-toggle::before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: var(--gold);
    top: 90%;
    left: 0;
  }
  header > :first-child #nav-toggle::before {
    top: 20%;
  }
  header > :last-child {
    padding: 0;
  }
  header > :last-child nav {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 3;
    bottom: 0;
    left: 0;
    background: #000;
  }
  header > :last-child nav ul {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  header > :last-child nav ul li {
    list-style: none;
    display: block;
    position: relative;
    margin-bottom: 20px;
  }
  header > :last-child nav ul li a {
    font-family: "Baskerville";
    font-weight: normal;
    font-size: 22px;
    text-align: center;
    color: #b17f3c;
    border-bottom: 1px solid transparent;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
  }
}
@media screen and (max-width: 1000px) and (hover: hover) {
  header > :last-child nav ul li a:hover {
    border-bottom: 1px solid #b17f3c;
  }
}
@media screen and (max-width: 1000px) {
  header > :last-child nav ul li a.active {
    border-bottom: 1px solid #b17f3c;
  }
}
@media screen and (max-width: 1000px) {
  .home .play-btn {
    top: 50%;
    font-size: 20px;
  }
  .home .play-btn img {
    margin: auto;
    margin-bottom: 0px;
    width: 30px;
  }
  .home a.scrollDown {
    font-size: 16px;
  }
  .home a.scrollDown img {
    width: 20px;
  }
}
@media screen and (max-width: 1000px) {
  .sticky {
    position: sticky;
    top: 45px;
    height: 80vw;
    left: 0;
    width: 100vw;
  }
}
@media screen and (max-width: 1000px) {
  .animate-text h2 {
    position: absolute;
    width: 80vw;
    left: 50%;
    transform: translateY(-50%) !important;
    -webkit-transform: translateY(-50%) !important;
    -moz-transform: translateY(-50%) !important;
    -ms-transform: translateY(-50%) !important;
    -o-transform: translateY(-50%) !important;
    top: 50%;
    transform: translate(-50%, -50%) !important;
    font-size: 24px;
  }
  .animate-text h2 .line img {
    display: block;
  }
  .animate-text.right-position h2 {
    text-align: left;
    left: 50%;
    right: inherit !important;
  }
}
@media screen and (max-width: 1000px) {
  .curve.small + .rightarc {
    right: -10px;
  }
  .curve.small + .leftarc {
    left: -10px;
  }
}
@media screen and (max-width: 1000px) {
  .flag {
    width: 20%;
    right: 10%;
    top: 16%;
  }
}
@media screen and (max-width: 1000px) {
  .sticky .bg {
    background-position: center center;
  }
}
@media screen and (max-width: 1000px) {
  .slide-simulation {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: block;
    overflow-x: scroll;
  }
  .slide-simulation div {
    position: absolute;
    justify-content: center;
    align-items: center;
    width: 100vw;
    height: 100%;
    top: 0;
  }
}
@media screen and (max-width: 1000px) {
  .m-mw75 {
    max-width: 75%;
  }
  .m-mw75.left {
    margin-left: auto;
  }
}
@media screen and (max-width: 1000px) {
  .sticky {
    overflow-x: scroll;
  }
  .sticky .slide.panorama {
    width: 200%;
  }
  .sticky .animate-text {
    width: 98vw;
  }
  .sticky .animate-text h2 {
    width: 75vw;
  }
}
@media screen and (max-width: 1000px) {
  .arc {
    display: none;
  }
}
@media screen and (max-width: 1000px) {
  .privacy {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 760px) {
  .home .doors {
    width: 120px;
    height: 165px;
  }
  .home .rightdoor {
    width: 60px;
    height: 165px;
    margin-left: 100px;
  }
  .home .rightdoor::after {
    margin-left: -100px;
  }
  .home .leftdoor {
    width: 60px;
    height: 165px;
    margin-left: -100px;
  }
  .home .leftdoor::after {
    margin-left: 100px;
  }
}
.in-ancher,
.h-ancher {
  visibility: hidden;
}/*# sourceMappingURL=style.css.map */