:root {
  --marine: #192C36;
  --stone: #EAE9E5;
  --sand: #E5E0DA;
  --light: #FCF9F5;
  --sand-dark: #C8BBAB;
  --mostaza: #936838;
  --xxl: 120px;
  --xl: 85px;
  --l: 70px;
  --m: 45px;
  --s: 35px;
  --xs: 20px;
  --containerMed: 1280px;
  --containerLarge: 1480px;
}

.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: 8.33%;
}

.grid_2 {
  width: 16.67%;
}

.grid_3 {
  width: 25%;
}

.grid_4 {
  width: 33.33%;
}

.grid_5 {
  width: 41.67%;
}

.grid_6 {
  width: 50%;
}

.grid_7 {
  width: 58.33%;
}

.grid_8 {
  width: 66.67%;
}

.grid_9 {
  width: 75%;
}

.grid_10 {
  width: 83.33%;
}

.grid_11 {
  width: 91.67%;
}

.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: block;
}

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

img {
  border: none;
  max-width: 100%;
  display: block;
}

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;
}

/* General */
body {
  font-size: 16px;
  background: var(--stone);
  color: #fff;
  font-family: "ivyora-display", sans-serif;
  font-weight: 400;
  font-style: normal;
  margin: 0;
  padding: 0;
}

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

.wrap {
  flex-wrap: wrap;
}

.col {
  display: flex;
  flex-direction: column;
}

.justify-center {
  justify-content: center;
}

.justify-start {
  justify-content: flex-start;
}

.justify-end {
  justify-content: flex-end;
}

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

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

.space-evenly {
  justify-content: space-evenly;
}

.align-center {
  align-items: center;
}

.align-start {
  align-items: flex-start;
}

.align-end {
  align-items: flex-end;
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

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

.mra {
  margin-right: auto;
}

.fullwidth {
  width: 100%;
}

.fullheight {
  height: 100%;
}

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

.tal {
  text-align: left;
}

.d-dnone {
  display: none !important;
}

/* Headings */
h1, h2, h3 {
  margin: 0;
  font-weight: normal;
  line-height: 1.2em;
  text-transform: uppercase;
}

h1 {
  text-align: center;
  font-size: 20px;
  letter-spacing: 0.02em;
  font-family: "wedding-gothic-atf", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-style: normal;
}

h2 {
  text-align: left;
  font-size: clamp(40px, 10vw, 140px);
  line-height: 0.93em;
  font-family: "amandine", sans-serif;
  font-weight: 400;
  font-style: normal;
}

p {
  text-align: center;
  margin: 0;
  font-family: "ivyora-display", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  line-height: 1.4em;
  letter-spacing: 0.02em;
}
p.bold {
  font-weight: 500;
}

.acknowledge {
  font-size: 14px;
  max-width: 824px;
}

.wedding {
  text-align: center;
  font-family: "wedding-gothic-atf", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-style: normal;
  font-size: 14px;
  line-height: 1.4em;
  letter-spacing: 0.02em;
}
.wedding.tal {
  text-align: left;
}

.artist {
  position: relative;
}
.artist::before {
  content: "Artist's impression";
  font-family: "ivyora-display", sans-serif;
  font-weight: 400;
  font-style: normal;
  position: absolute;
  bottom: 10px;
  left: 10px;
  font-size: 12px;
  color: var(--stone);
  z-index: 2;
}
.artist.right::before {
  right: 10px;
  left: initial;
}

.caption {
  font-size: 10px;
  font-family: "wedding-gothic-atf", sans-serif;
  font-weight: 500;
  font-style: normal;
  text-align: left;
  padding-top: 10px;
  text-transform: uppercase;
}

h3 {
  font-size: 28px;
}

h4 {
  font-size: 12px;
  text-align: center;
}
h4.bold {
  font-weight: 700;
}

h3,
h4 {
  font-family: "wedding-gothic-atf", sans-serif;
  font-weight: 600;
  font-style: normal;
  text-transform: uppercase;
  line-height: 1.5em;
}

.ptxxl {
  padding-top: var(--xxl);
}

.ptxl {
  padding-top: var(--xl);
}

.ptl {
  padding-top: var(--l);
}

.ptm {
  padding-top: var(--m);
}

.pts {
  padding-top: var(--s);
}

.ptxs {
  padding-top: var(--xs);
}

.pbxxl {
  padding-bottom: var(--xxl);
}

.pbxl {
  padding-bottom: var(--xl);
}

.pbl {
  padding-bottom: var(--l);
}

.pbm {
  padding-bottom: var(--m);
}

.pbs {
  padding-bottom: var(--s);
}

.pbxs {
  padding-bottom: var(--xs);
}

.ptb-isolate {
  padding-top: 170px;
  padding-bottom: 170px;
}

.mts {
  margin-top: var(--s);
}

.mbs {
  margin-bottom: var(--s);
}

.col-gap90 {
  -moz-column-gap: 90px;
       column-gap: 90px;
}

.col-gap40 {
  -moz-column-gap: 40px;
       column-gap: 40px;
}

.col-gap30 {
  -moz-column-gap: 30px;
       column-gap: 30px;
}

.col-gap20 {
  -moz-column-gap: 20px;
       column-gap: 20px;
}

.col-gap5 {
  -moz-column-gap: 5px;
       column-gap: 5px;
}
.col-gap5 .grid_4 {
  width: calc(33.33% - 2.5px);
}
.col-gap5 .grid_7 {
  width: calc(58.33% - 2.5px);
}

.gap40 {
  gap: 40px;
}

.mw630,
.mw610,
.mw560,
.mw500,
.mw400,
.mw {
  width: 100%;
}

.mw630 {
  max-width: 630px;
}

.mw610 {
  max-width: 610px;
}

.mw560 {
  max-width: 560px;
}

.mw500 {
  max-width: 500px;
}

.mw400 {
  max-width: 400px;
}

.termina {
  font-family: "termina", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 12px;
  text-align: center;
}

.bg-stone {
  background-color: var(--stone);
}
.bg-stone * {
  color: var(--marine);
}

.bg-light {
  background-color: var(--light);
}
.bg-light * {
  color: var(--marine);
}

.bg-sand {
  background-color: var(--sand);
}
.bg-sand * {
  color: var(--marine);
}

.bg-marine {
  background-color: var(--marine);
}
.bg-marine * {
  color: var(--stone);
}

.bg-video {
  width: 100vw;
  height: 100vh;
  z-index: 1;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.bg-video iframe {
  box-sizing: border-box;
  height: 56.25vw;
  left: 50%;
  min-height: 100%;
  min-width: 100%;
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  width: 177.77777778vh;
  z-index: 2;
}
.bg-video::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 3;
  background: rgba(0, 0, 0, 0.2);
}

.text-mostaza {
  color: var(--mostaza);
}

.bt-marine {
  border-top: 1px solid var(--marine);
}

.bb-marine {
  border-bottom: 1px solid var(--marine);
}

.bt-stone {
  border-top: 1px solid var(--stone);
}

.bb-stone {
  border-bottom: 1px solid var(--stone);
}

.container {
  width: var(--containerMed);
  max-width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}
.container.large {
  width: var(--containerLarge);
}
.container.small {
  width: 1040px;
}

.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}

/* Navigation */
header {
  background-color: var(--stone);
  height: 45px;
  width: 100%;
  padding: 0 45px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: fixed;
  top: 0;
  z-index: 100;
  box-shadow: 0px 15px 50px 0px rgba(0, 0, 0, 0.05);
}

nav {
  display: flex;
  gap: 0 40px;
  height: 100%;
}
nav a {
  color: var(--marine);
  font-family: "ivyora-display", sans-serif;
  font-weight: 400;
  font-style: normal;
  height: 100%;
  display: flex;
  align-items: center;
  padding-top: 4px;
  transition: border-color 200ms, color 200ms;
  border-bottom: 4px solid transparent;
}
nav a:hover {
  color: var(--mostaza);
}
nav .enq {
  color: var(--mostaza);
  text-decoration: underline;
  text-decoration-color: transparent;
  transition: text-decoration-color 200ms;
}
nav .enq:hover {
  text-decoration-color: var(--mostaza);
}

.btn {
  border: 1px solid var(--stone);
  color: var(--stone);
  padding: 17px 60px 15px;
  line-height: 1em;
  font-family: "wedding-gothic-atf", sans-serif;
  font-weight: 500;
  font-style: normal;
  border-radius: 2px;
  font-size: 10px;
  transition: background-color 300ms, color 300ms;
}
.btn:hover {
  background-color: var(--stone);
  color: var(--marine);
}

.link {
  color: var(--mostaza);
  border-bottom: 1px solid var(--mostaza);
  font-family: "ivyora-display", sans-serif;
  font-weight: 400;
  font-style: normal;
  text-align: center;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 18px;
}
.link:not(.stone):hover {
  color: #694A28;
  border-color: #694A28;
}
.link.stone {
  color: var(--stone);
  border-color: var(--stone);
}

#page-design .design,
#page-residences .residences,
#page-kirribilli .kirribilli,
#page-team .team,
#page-enquire .enq {
  border-color: var(--marine);
}

#page-residences .border-left span {
  color: #fff;
}

#landing {
  height: 100vh;
  height: 100svh;
  width: 100%;
  background-size: cover;
  background-position: center;
  position: relative;
  overflow: hidden;
}
#landing .wrapper {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 30px;
  padding-bottom: 45px;
  width: 100%;
}
#landing p {
  padding-top: 120px;
}
#landing * {
  position: relative;
  z-index: 2;
}
#landing .logo {
  position: absolute;
  top: 100px;
  left: 50%;
  transform: translateX(-50%);
}

.downarrow {
  bottom: 30px;
  transform: translateX(50%);
  left: 50%;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  opacity: 0;
  transition: opacity 1200ms;
}
.downarrow.active {
  opacity: 1;
}

.desk-heading {
  position: absolute !important;
  left: 1em;
  width: -moz-fit-content;
  width: fit-content;
  opacity: 0;
  transform: translateY(40px);
  transition: 1200ms;
  z-index: 2;
}
.desk-heading.bottom {
  bottom: 0.25em;
}
.desk-heading.top {
  top: 1em;
}
.desk-heading.active {
  transform: translateY(0);
  opacity: 1;
}

.darkanim::after {
  content: "";
  background-color: rgba(0, 0, 0, 0.35);
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
  opacity: 0;
  transition: opacity 1200ms;
}

.darkanim.active:after {
  opacity: 1;
}

a.venobox {
  border-radius: 50px;
  width: 138px;
  padding: 10px 0 7px;
  font-size: 10px;
  border: 1px solid var(--stone);
  transition: color 300ms, background-color 300ms;
  overflow: hidden;
  position: relative;
}
a.venobox::before {
  content: "";
  left: 0;
  top: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: var(--mostaza);
  transform: translateY(100%);
  transition: transform 700ms;
  z-index: -1;
}
a.venobox:hover::before {
  transform: translateY(0);
}

.border-top {
  height: 45px;
  width: 100%;
  background-color: var(--stone);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
}

#page-home .border-bottom {
  height: 45px;
  width: 100%;
  background-color: var(--stone);
  position: absolute;
  bottom: 0;
  left: 0;
}
#page-home .border-right,
#page-home .border-left {
  width: 45px;
  height: 100vh;
  position: absolute;
  top: 0;
  background-color: var(--stone);
}
#page-home .border-right span,
#page-home .border-left span {
  color: var(--marine);
}
#page-home .border-right {
  right: 0;
}
#page-home #landing::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.1);
  top: 0;
  left: 0;
}
#page-home #landing.artist::before {
  bottom: 55px;
  right: 55px;
}

.border-left {
  width: 45px;
  height: 100vh;
  position: absolute;
  top: 0;
  background-color: transparent;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  padding-top: 75px;
  padding-bottom: 45px;
}
.border-left span {
  display: block;
  color: var(--sand-dark);
  font-family: "ivyora-display", sans-serif;
  font-weight: 400;
  font-style: normal;
  width: -moz-fit-content;
  width: fit-content;
}
.border-left span:last-child {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.border-left span:not(:last-child) {
  transform: rotate(-90deg);
  transform: rotate(180deg);
  writing-mode: vertical-lr;
  text-align: center;
}

.texture-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 40px 20px;
}
.texture-grid p {
  text-align: left;
  padding-top: 20px;
  font-size: 15px;
}

.design-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 40px 20px;
}

.map-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 20px;
}

.design-grid p,
.map-grid p {
  text-align: left;
  font-family: "wedding-gothic-atf", sans-serif;
  font-weight: 500;
  font-style: normal;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 0.02em;
  color: var(--mostaza);
}

.map-text {
  font-size: 12px !important;
  font-style: normal;
  font-family: "ivyora-display", sans-serif !important;
  font-weight: 400 !important;
  font-style: normal;
  transform: translate(-60%, -130%);
  text-transform: initial;
  background-color: var(--mostaza) !important;
  color: var(--stone) !important;
  padding: 8px 10px 6px;
  border-radius: 50px;
}

footer {
  background-color: var(--stone);
}
footer * {
  color: var(--marine);
}

.footer-text span, .footer-text a {
  font-size: 14px;
  font-weight: 500;
  text-align: center;
}

.absolute-container {
  position: absolute;
  top: var(--xxl);
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: flex-end;
}

.icirt {
  width: 100%;
  max-width: 210px;
}

#thankyou {
  height: 100vh;
  height: 100svh;
  background-color: var(--marine);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
#thankyou .wrapper {
  height: 80%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 40px;
  align-items: center;
}
#thankyou .icon {
  width: 200px;
}
#thankyou video {
  z-index: 1;
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
#thankyou p {
  font-size: 20px;
  max-width: 610px;
}
#thankyou * {
  z-index: 3;
}

.thank-container {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 90%;
  width: 100%;
  overflow: hidden;
  margin-left: 100px;
  margin-right: 100px;
}
.thank-container *:not(video) {
  z-index: 2;
}

.token-input-focused-project * {
  font-family: "wedding-gothic-atf", sans-serif !important;
  text-transform: uppercase;
}

.map-holder {
  position: relative;
  width: calc(100% - 20px);
  max-width: 1440px;
  margin: auto;
}

#map {
  width: 100%;
  z-index: 1;
  aspect-ratio: 16/9;
}

#map-cats {
  position: relative;
  z-index: 2;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
  width: 100%;
}

.map-link {
  border: 1px solid var(--mostaza);
  text-align: center;
  padding: 12px 20px 10px;
  background-color: transparent;
  color: var(--mostaza);
  text-transform: uppercase;
  font-family: "wedding-gothic-atf", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 10px;
  border-radius: 50px;
  transition: 0.3s;
}
.map-link.active, .map-link:hover {
  background-color: var(--mostaza);
  color: var(--stone);
}

.map-arrow {
  position: absolute;
  width: 50%;
  left: 0;
  display: none;
  top: 0;
  height: 100%;
  z-index: 5;
}
.map-arrow img {
  top: 50%;
  position: absolute;
  transform: translateY(-50%);
  width: 12px;
  left: 10px;
}

.map-buttons {
  display: flex;
  gap: 20px;
}

.team-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 60px 40px;
}
.team-grid .wrapper {
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

#page-thankyou .thankyou-dnone {
  display: none;
}

.slider .artist::before {
  bottom: 30px;
}

.mob-slider {
  display: none !important;
}
.mob-slider .slick-dots {
  padding-left: 15px;
  bottom: 10px;
}
.mob-slider .slick-dots li {
  width: 40px;
  margin-right: 15px;
}

.slick-dots {
  position: absolute;
  bottom: 40px;
  display: flex;
  width: 100%;
  justify-content: flex-start;
  list-style: none;
  padding-left: 20px;
}
.slick-dots li {
  position: relative;
  width: 54px;
  margin-right: 20px;
}
.slick-dots li button {
  cursor: pointer;
  font-size: 0;
  padding: 1px;
  width: 100%;
  border: none;
  background-color: var(--stone);
  opacity: 0.7;
  transition: padding 100ms;
}
.slick-dots .slick-active button {
  background-color: #fff;
  padding: 3px;
}

.texture-slider .slick-slide {
  margin-right: 20px !important;
}
.texture-slider p {
  padding-top: 5px;
  text-align: left;
}
.texture-slider img {
  width: 100%;
}

/* enquiry */
#contact {
  width: 100%;
  margin: 0 auto;
  background: var(--sand);
}
#contact * {
  color: var(--marine);
}

#page-register #contact {
  padding-top: 120px;
}

.phone {
  display: block;
  font-family: "wedding-gothic-atf", sans-serif;
  font-weight: 500;
  font-style: normal;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}

form {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 auto;
}

.b_submit {
  color: var(--stone) !important;
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
  cursor: pointer;
  padding: 12px 0 10px;
  display: block;
  border-radius: 2px;
  border-radius: 50px;
  width: 138px;
  position: relative;
  z-index: 2;
  border: none;
  pointer-events: all;
}

.submit-wrapper {
  background-color: var(--mostaza);
  width: -moz-fit-content;
  width: fit-content;
  overflow: hidden;
  position: relative;
  height: -moz-fit-content;
  height: fit-content;
  display: block;
  margin: var(--xl) auto 0;
  border-radius: 50px;
  pointer-events: none;
}
.submit-wrapper::before {
  content: "";
  left: 0;
  top: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: var(--marine);
  transform: translateY(100%);
  transition: transform 700ms;
  z-index: 1;
}
.submit-wrapper:hover::before {
  transform: translateY(0);
}

input,
select {
  margin: 0 auto;
  padding: 40px 0 20px;
  width: 100%;
  color: var(--marine);
  border: 0 none;
  background: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  border-bottom: 1px solid var(--marine);
  text-transform: uppercase;
  font-size: 12px;
  text-align: left;
  font-family: "wedding-gothic-atf", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.privacy {
  font-size: 14px;
  text-align: left;
  font-family: "ivyora-display", sans-serif;
  font-weight: 400;
  font-style: normal;
  width: 100%;
}
.privacy a {
  text-decoration: underline;
  text-decoration-color: transparent;
  transition: 200ms;
}
.privacy a:hover {
  text-decoration-color: var(--mostaza);
}

.chk_holder {
  margin: 10px auto 0 auto;
  color: var(--marine);
}

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

#chkInternational + label {
  padding: 2px 0 2px 26px;
  position: relative;
  text-align: left;
  display: block;
  color: var(--marine);
  font-size: 12px;
  display: inline-block;
  margin: auto;
  font-family: "wedding-gothic-atf", sans-serif;
  font-weight: 500;
  font-style: normal;
  text-transform: uppercase;
}

#chkInternational + label:before {
  position: absolute;
  left: 0;
  width: 20px;
  height: 20px;
  top: 50%;
  transform: translateY(-50%);
  border: 1px solid var(--marine);
  content: "";
  display: block;
}

#chkInternational + label:after {
  position: absolute;
  left: 0;
  width: 5px;
  height: 11px;
  top: 50%;
  left: 8px;
  transform: translateY(-60%) rotate(45deg) scale(0);
  border-bottom: 2px solid var(--marine);
  border-right: 2px solid var(--marine);
  content: "";
  display: block;
  transition: all 0.4s ease-in-out;
}

#chkInternational:checked + label:after {
  transform: translateY(-60%) rotate(45deg) scale(1);
}

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

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

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

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

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

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

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

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

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

/* Token Style */
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;
  border-bottom: 1px solid var(--marine);
  clear: both;
  font-size: 12px;
  text-align: left;
  font-family: "wedding-gothic-atf", sans-serif;
  font-weight: 500;
  font-style: normal;
}

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: none;
  width: 100% !important;
  margin-bottom: 0;
}

li.token-input-token-project p {
  display: inline;
  padding: 0;
  margin: 0 5px 0 0;
  font-size: 12px;
  text-align: left;
  font-family: "wedding-gothic-atf", sans-serif;
  font-weight: 500;
  font-style: normal;
}

li.token-input-token-project {
  overflow: hidden;
  margin: 0;
  background-color: transparent;
  color: #000;
  cursor: default;
  border: none;
  white-space: nowrap;
  list-style: none;
  display: inline-block;
  font-size: 12px;
  padding: 40px 0 12px;
  width: 100%;
  color: var(--marine);
}

div.token-input-dropdown-project {
  position: absolute;
  width: 100%;
  border-radius: 5px;
  background-color: #fff;
  padding: 5px 0;
  overflow-x: hidden;
  cursor: default;
  font-size: 11px;
  z-index: 13;
  color: var(--marine);
}
div.token-input-dropdown-project * {
  font-size: 12px;
  text-align: left;
  font-family: "wedding-gothic-atf", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-style: normal;
  color: var(--marine);
}

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;
}

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: #ffffff;
  color: #000000;
}

/* Parsley-error */
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;
}

* {
  -moz-text-size-adjust: none;
       text-size-adjust: none;
  -webkit-text-size-adjust: none;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

@media screen and (max-width: 1300px) {
  #thankyou p:not(.wedding) {
    font-size: 22px;
  }
}
@media screen and (max-width: 1000px) {
  :root {
    --xxl: 90px;
    --xl: 70px;
    --l: 50px;
    --m: 40px;
    --s: 30px;
    --xs: 20px;
  }
  .thank-container {
    margin-left: 0;
    margin-right: 0;
  }
  #thankyou p {
    font-size: 12px;
  }
  .t-col {
    flex-direction: column;
  }
  .grid_8,
  .grid_7,
  .grid_6,
  .grid_5,
  .grid_4 {
    width: 100% !important;
  }
  .t-ptxxl {
    padding-top: var(--xxl);
  }
  .t-ptxl {
    padding-top: var(--xl);
  }
  .t-ptm {
    padding-top: var(--m);
  }
  .t-pbxxl {
    padding-bottom: var(--xxl);
  }
  .t-pbxl {
    padding-bottom: var(--xl);
  }
  .t-align-center {
    align-items: center;
  }
  .absolute-container {
    position: static;
    transform: translateX(0);
    display: flex;
    padding-top: var(--xl);
    padding-bottom: var(--xl);
  }
  .absolute-container p, .absolute-container h4 {
    text-align: center;
  }
  p {
    font-size: 16px;
  }
  .wedding {
    font-size: 12px;
  }
  .map-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .team-grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 680px) {
  #landing::after {
    background-color: rgba(0, 0, 0, 0.3);
  }
  :root {
    --xxl: 60px;
    --xl: 60px;
    --l: 40px;
    --m: 40px;
    --s: 30px;
    --xs: 20px;
  }
  header {
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    padding: 0 15px;
  }
  #page-home header {
    transform: translateY(0);
  }
  .enq {
    position: static;
    padding-left: 10px;
    padding-right: 10px;
  }
  #landing {
    background-image: url("/images/bg-mob.jpg");
  }
  h2 {
    font-size: 48px;
  }
  h3 {
    font-size: 18px;
  }
  .caption.mob-full {
    padding-left: 20px;
  }
  .artist.mob-style:before {
    left: 30px;
    bottom: 30px;
  }
  .m-ptl {
    padding-top: var(--l);
  }
  .m-pbl {
    padding-bottom: var(--l);
  }
  .m-ptxs {
    padding-top: var(--xs);
  }
  .m-pbxs {
    padding-bottom: var(--xs);
  }
  .m-mbxs {
    margin-bottom: var(--xs);
  }
  .m-pb0 {
    padding-bottom: 0;
  }
  .m-pt0 {
    padding-top: 0;
  }
  .m-object,
  .m-object-land,
  .m-object-9by6 {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
  }
  .m-object {
    aspect-ratio: 5/6;
  }
  .m-object-land {
    aspect-ratio: 6/5;
  }
  .m-object-9by6 {
    aspect-ratio: 9/6;
  }
  .m-nocontainer {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .gallery {
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }
  #map {
    aspect-ratio: 9/16;
  }
  .m-col {
    flex-direction: column;
    gap: 10px;
  }
  .m-col-rev {
    flex-direction: column-reverse;
  }
  .m-ptl {
    padding-top: var(--l);
  }
  .m-plr20 {
    padding-left: 20px;
    padding-right: 20px;
  }
  h1 {
    font-size: 13px;
  }
  #page-home .border-left,
  #page-home .border-right {
    width: 15px;
  }
  #page-home .border-bottom {
    height: 15px;
  }
  #page-home .logo:not(header .logo) {
    display: none;
  }
  #page-home #landing.artist::before {
    right: 30px;
    bottom: 30px;
  }
  .border-left span {
    display: none !important;
  }
  .m-tac {
    text-align: center !important;
  }
  .m-dnone {
    display: none;
  }
  .m-row-gap40 {
    row-gap: 40px;
  }
  .m-mlr20 {
    margin-left: 20px;
    margin-right: 20px;
    max-width: calc(100% - 40px);
  }
  .absolute-container p, .absolute-container h4 {
    text-align: left;
  }
  .m-block {
    display: block !important;
  }
  .m-grid {
    display: grid !important;
  }
  .desk-heading {
    display: none;
  }
  #landing .m-heading {
    display: block !important;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
    width: calc(100% - 40px);
    z-index: 2;
  }
  #landing .m-heading h2, #landing .m-heading h1 {
    text-align: center;
  }
  .design-grid {
    grid-template-columns: 1fr 1fr;
    gap: 40px 15px;
  }
  .design-grid p {
    text-transform: uppercase;
  }
  .m-tal {
    text-align: left;
  }
  .team-grid {
    grid-template-columns: 1fr;
  }
  .map-select {
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
  }
  .map-select select {
    width: 100%;
    padding: 12px 0 10px;
    border-bottom: 1px solid var(--marine);
    background-color: transparent;
    color: var(--marine);
    border-radius: 0;
    font-family: "wedding-gothic-atf", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 10px;
    text-transform: uppercase;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23192C36' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 0 center;
    padding-right: 40px;
  }
  .map-select select:focus {
    outline: none;
  }
  .map-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  header .logo {
    max-width: 256px;
  }
  nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: var(--marine);
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 15px;
    pointer-events: none;
    opacity: 0;
    z-index: 20;
    transition: opacity 500ms;
  }
  nav.active {
    opacity: 1;
    pointer-events: all;
  }
  nav a {
    color: var(--stone);
    height: -moz-fit-content;
    height: fit-content;
    text-align: center;
    text-transform: uppercase;
  }
  nav a:not(.enq) {
    font-family: "amandine", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 48px;
  }
  nav .enq {
    border: 1px solid var(--stone) !important;
    color: var(--stone) !important;
    padding: 16px 25px 14px;
    border-radius: 50px;
    font-family: "wedding-gothic-atf", sans-serif;
    font-weight: 500;
    font-size: 12px;
  }
  .menu {
    position: relative;
    z-index: 30;
    border-bottom: 1px solid var(--marine);
    color: var(--marine);
  }
  .menu.active {
    border-color: var(--stone);
    color: var(--stone);
  }
  .m-bg-sand {
    background-color: var(--sand);
  }
}/*# sourceMappingURL=style.css.map */