@font-face {
  font-display: block;
  font-family: Mori;
  font-style: normal;
  font-weight: 400;
  src: url(https://assets.codepen.io/16327/PPMori-Regular.woff) format("woff");
}

@font-face {
  font-display: block;
  font-family: Mori;
  font-style: normal;
  font-weight: 600;
  src: url(https://assets.codepen.io/16327/PPMori-SemiBold.woff) format("woff");
}

@keyframes spin {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes noise-bg {
  0% { transform: translate(0,0) }
  10% { transform: translate(-5%,-5%) }
  20% { transform: translate(-10%,5%) }
  30% { transform: translate(5%,-10%) }
  40% { transform: translate(-5%,15%) }
  50% { transform: translate(-10%,5%) }
  60% { transform: translate(15%,0) }
  70% { transform: translate(0,10%) }
  80% { transform: translate(-15%,0) }
  90% { transform: translate(10%,5%) }
  100% { transform: translate(5%,0) }
}

:root {
  --pink: #e9c6dd;
  --purple: #0d0628;
  --light-pink: #eed9e7;
  --white: #e8e8e8;
  --blue: #b2bffa;
}

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  height: 100%;
}

* {
  box-sizing: border-box;
}

body { /* scrollbar hiders */
  scrollbar-width: none;  /* ff */
  -ms-overflow-style: none;
  margin: 0;
  color: #333;
  min-height: 100%;
  background-color: #262626;
  font-family: Poppins, sans-serif;
  font-size: 1vw;
  font-weight: 700;
  line-height: 1.6;
}

::-webkit-scrollbar {
  display: none;
}

a {
  font-size: 1em;
  text-decoration: none;
  color: var(--white);
}

a:active, a:hover {
  outline: 0;
}

a span {
  font-size: 1.4em;
  font-weight: 400;
}

a span:hover {
  font-size: 1.5em;
}

::selection {
  background: #000000;
  color: #FFFFFF;
  text-shadow: none;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
  margin: 0 auto 10px auto;
  line-height: 1.4;
  font-family: 'Fahkwang';
  color: var(--white);
}

h1 {
  letter-spacing: -.05em;
  font-size: 4.11em;
  line-height: 0.89;
}

h2 {
  font-size: 2.3em;
}

h3 {
  font-size: 1.7em;
}

h4 {
  font-size: 1.3em;
}

h5 {
  font-size: 1em;
}

h6 {
  font-size: .85em;
}

svg:not(:root) {
  overflow: hidden;
}

button, input, optgroup, select {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
  display: inline-block;
  outline: none;
  background: #0e100f;
  border: solid 2px #fffce1;
  color: #fffce1;
  text-decoration: none;
  border-radius: 99px;
  padding: 12px 25px;
  text-transform: uppercase;
  cursor: pointer;
  line-height: 18px;
  font-size: 20px;
  font-weight: 400;
}

button, html input[type="button"], input[type="reset"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled], html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  vertical-align: middle;
  max-width: 100%;
  display: inline-block;
}

html.w-mod-touch * {
  background-attachment: scroll !important;
}

.w-inline-block {
  max-width: 100%;
  display: inline-block;
}

p {
  font-family: 'Poppins';
  margin: 0 auto;
  font-size: 1.2em;
  font-weight: 200;
}

ul, ol {
  margin-top: 0;
  margin-bottom: 10px;
}

button, [type="button"], [type="reset"] {
  cursor: pointer;
  -webkit-appearance: button;
  border: 0;
}

.w-container {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.w-container:before, .w-container:after {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-container:after {
  clear: both;
}


.overflow-hidden {
  overflow: hidden;
}

.container.is--nav .trigger p {
  position: absolute;
  font-weight: 700;
  text-align: center;
  line-height: 1em;
  font-family: 'Fahkwang';
}

.container.is--nav .trigger .trigger__line.is--1, .trigger__line.is--2 {
  opacity: 0;
}

.book-now-wrap {
  position: fixed;
  top: auto;
  bottom: 100px;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  max-width: 1280px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  right: 50px;
  bottom: 40px;
}

.book-now-wrap a {
  position: static;
  right: 60px;
  bottom: 60px;
  z-index: 999;
  display: block;
  width: 180px;
  height: 180px;
  background-image: url(../assets/BookNow.png);
  background-position: 50% 50%;
  background-size: contain;
}

ul.item1, ul.item2, ul.item3, ul.item4, ul.item5, ul.item6, ul.item7 {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 6;
  background-color: #9b9b9b;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  /* for animation */
  opacity: 0;
  height: 0;
  overflow: hidden;
  padding: 0;
} 

.item7 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh; 
  overflow: auto !important; /* make it scrollable */
}

/* splider bg colors */
ul.item1 {
  background-color: #afebdf;
}
ul.item1 .noiseBG {
  opacity: 0.6;
}
ul.item2 {
  background-color: #837ca4;
}
ul.item2 .noiseBG {
  opacity: 0.6;
}
ul.item3 {
  background-color: #d0d0d0;
}
ul.item3 .noiseBG {
  opacity: 0.8;
}
ul.item4 {
  background-color: #649f73;
}
ul.item4 .noiseBG {
  opacity: 0.7;
}
ul.item5 {
  background-color:#f90b0b;
}
ul.item5 .noiseBG {
  opacity: 0.75;
}
ul.item6 {
  background-color: #ffa1ee;
}
ul.item6 .noiseBG {
  opacity: 0.7;
}
ul.item7 {
  width: 100% !important;
  opacity: 0;               /* start invisible */
  overflow: hidden;         /* hide content when closed */
}

.portfolio-item-wrap div:nth-child(2) li img { /* box-shadow for splidertab device pics */
  max-height: 66vh;
  -webkit-box-shadow: 7px 4px 10px 2px rgb(53 53 53);
  -moz-box-shadow: 7px 4px 10px 2px rgb(53 53 53);
  box-shadow: 7px 4px 10px 2px rgb(53 53 53);
  border-radius: 10px;
  position: relative;
}


ul.item4 .portfolio-item-wrap div:nth-child(2) li img {
  max-height: 66vh;
  border-radius: 10px;
  position: relative;
}

.cards {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%; /* Ensure it takes full width */
  height: 100%; /* Ensure it takes full height */
}

.closer, .closer7 {
  position: absolute;
  width: 64px;
  height: 64px;
  opacity: 0.3;
  z-index: 1;
}
.closer:hover, .closer7:hover {
  opacity: 0.6;
}
.closer:before, .closer:after, .closer7:before, .closer7:after {
  position: absolute;
  content: ' ';
  height: 70px;
  left: 23px;
  width: 18px;
  background-color: var(--white);
}
.closer:before, .closer7:before {
  transform: rotate(45deg);
}
.closer:after, .closer7:after {
  transform: rotate(-45deg);
}

.visibility-hidden {
  visibility: hidden;
  opacity: 0;
}

#instructions {
  bottom: 10%;
  padding:5px;
  display:none;
  text-align: center;
  margin: 0;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  font-weight: 500;
  text-transform: uppercase;
  font-family: 'Poppins';
  font-size: 1.5em;
  color: var(--white);
}

.portfolio-item-wrap {
  display: flex;
  overflow: initial;
  width: 100%;
  padding: 0px 3vw;
}

.portfolio-item-wrap div {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.portfolio-item-wrap div:first-child {
  flex-basis: 35%;
  justify-content: space-evenly;
}

.portfolio-item-wrap div:nth-child(2) {
  flex-basis: 65%;
  margin-right: 60px;
}

.portfolio-item-wrap div li {
  display: flex;
  align-items: center;
}

.portfolio-item-wrap div:first-child li {
  flex-direction: column;
  align-items: normal;
  justify-content: space-evenly;
}

.portfolio-items > ul.item > li:first-child { /* closer button li */
  position: absolute;
  right: 32px;
  top: 22px;
  width: 64px;
  height: 64px;
  z-index: 1;
  display: block;
}

.portfolio-item-wrap div:first-child li:first-child {
  height: 100%;
  color: rgb(255, 255, 255);
}

.portfolio-item-wrap div:first-child li:first-child img {
  margin: auto;
  margin-left: 0;
  max-width: 10em;
  width: 100%;
  margin-bottom: 20px;
}

.portfolio-item-wrap div:first-child li:first-child p {
  margin: auto 0;
  font-weight: 400;
  font-size: 1.3em;
}

.portfolio-item-wrap div:first-child li:first-child h2 {
  font-family: 'Fahkwang', sans-serif;
  font-weight: 700;
  margin: auto;
  margin-left: 0;
  font-size: 2em;
}

.portfolio-item-wrap div:first-child li:first-child div {
  display: flex;
  flex-direction: row;
  justify-content: stretch;
  font-family: Poppins;
  text-transform: uppercase;
  text-align: left;
}

.portfolio-item-wrap div:nth-child(2) li {
  padding: 30px 0 30px 20px;
}

.portfolio-item-wrap div:nth-child(2) li img:nth-child(2) {
    right: 13%;
    max-width: 20%;
    top: 16%;
}

.portfolio-item-wrap #yada-logo {
  width: 250px;
}

.contact form {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 50px;
}

.contact textarea, .contact input {
  border: none;
  color: #e5e5e5;
  max-width: 850px;
  margin: 0 auto;
  font-family: Arimo, 'Arimo' !important;
}

.contact textarea::placeholder, .contact input::placeholder, ::placeholder {
  border: none;
  color: #cbcbcb;
  font-family: Arimo, 'Arimo', sans-serif;
  font-weight: 600;
}

.formspree__send {
  padding: 0;
  background: 0;
  border: 0;
  font-family: Poppins;
  font-weight: 300;
  color: var(--white);
  margin-top: 40px;
  font-size: 1.2em;
}

.formspree__send:hover {
  font-size: 1.3em;
}

/* form stuff */
.grow-wrap {
  display: grid;
  overflow: hidden;
  height: 150px;
}
.grow-wrap, form input {
  width: 100%; /* remove to expand / shrink textarea */
  font-family: "Arimo", Arimo, sans-serif;
}
.grow-wrap::after {
  content: attr(data-replicated-value) " "; /* weird space needed to preventy jumpy behavior */
  white-space: pre-wrap;
  visibility: hidden;
}
.grow-wrap > textarea {
  resize: none;
  overflow: hidden;
  overflow: scroll;
}

.grow-wrap > textarea, .grow-wrap::after {  /* these values must be the same */
  border: 1px solid black;
  padding: 0.5rem;
  grid-area: 1 / 1 / 2 / 2; /* place on top of each other */
  max-height: 40vh; 
  width: 100%;
}

.grow-wrap > textarea, .grow-wrap::after, input {
  margin-top: 6px;
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  background: none repeat scroll 0 0 #9e9e9e7a;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12) inset;
  font-size: 1em;
  line-height: 1.4em;
  padding: 5px 8px;
  transition: background-color 0.2s ease 0s;
  border: none;
  border-radius: 3px;
}

.grow-wrap > textarea:focus, form input:focus {
  background: none repeat scroll 0 0 #e8e8e8;
  outline-width: 0;
  color: #191919;
}
/* expand / shrink contact form
.grow-wrap:has(> textarea:focus) {
  width: 100%;
  max-width: 500px;
  transition: width 0.4s ease 0.2s;
}
/* end form stuff */

[data-nav-menu-open] {
  text-align: center;
  background: #c8c8c8;
  min-width: 200px;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  overflow: visible;
  display: block !important;
}

.w-layout-blockcontainer {
  max-width: 2000px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.container {
  width: 100%;
  max-width: 2000px;
  margin-left: auto;
  margin-right: auto;
  padding: 4.06em;
}

.container.is--hero {
  padding-top: 11.26em;
  padding-bottom: 0;
  position: fixed;
  inset: 0% 0% auto;
}

.container.is--nav {
  z-index: 2;
  justify-content: space-between;
  align-items: center;
  padding-top: 1.65em;
  padding-bottom: 1.65em;
  display: flex;
  position: relative;
  max-width: 100%;
}

.container.is--slider {
  padding-top: 0;
  padding-bottom: 0;
}

.container.is--menu {
  z-index: 2;
  color: var(--white);
  justify-content: flex-start;
  align-items: center;
  height: 100vh;
  display: flex;
  position: relative;
}

.html {
  width: 0;
  height: 0;
  position: absolute;
  inset: 0% 0% auto;
  overflow: hidden;
}

.section.is--slider {
  z-index: 2;
  margin-bottom: 5em;
  position: relative;
}

.section.is--hero {
  z-index: 3;
  position: fixed;
}

.section.is--nav {
  z-index: 900;
  z-index: 4; /* remove to show header over portfolio items */
  position: absolute; /* switch to fixed to fix at top */
  inset: 0% 0% auto;
}

.hero__wrap {
  text-align: center;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}

.contact .hero__wrap {
  text-transform: uppercase;
}

.hero__p {
  margin-top: 1em;
  text-transform: uppercase;
  font-family: 'Poppins', Poppins, Arial, sans-serif;
  font-weight: 300;
  font-size: 1.2em;
  color: var(--white);
}

.overflow {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.controls {
  z-index: 4;
  justify-content: center;
  align-items: center;
  width: 13em;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
  visibility: hidden;
  opacity: 0;
}

.control {
  border: 2px solid var(--purple);
  color: var(--purple);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 3.33em;
  height: 3.33em;
  margin-left: .5em;
  margin-right: .5em;
  transition: transform .2s;
  display: flex;
  position: relative;
  overflow: hidden;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
}

.control:active {
  transform: scale(.9);
}

.control__arrow {
  z-index: 2;
  opacity: 1;
  justify-content: center;
  align-items: center;
  width: 1.5em;
  height: 1.3em;
  display: block;
  position: relative;
}

.control__arrow.is--flipped {
  transform: rotate(-180deg);
}

.nav__logo {
  width: 7.52em;
  transform: perspective(300px) rotatey(0deg);
}

.nav__title {
  width: 100%;
  text-transform: uppercase;
}

.trigger, .trigger2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 1em;
  padding-bottom: 1em;
  display: flex;
}

.trigger__line {
  background-color: var(--white) !important;
  width: 3em;
  height: .2em;
  margin-top: .3em;
  margin-bottom: .3em;
}

.trigger__circle {
  border: .2em solid var(--white) !important;
  border-radius: 50%;
  width: 14.58em;
  height: 14.58em;
  position: absolute;
}

.splide__list {
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.splide__slide {
  flex: none;
  width: 33.3333%;
  height: 40vw;
  min-height: 41.88em;
  padding-left: .52em;
  padding-right: .52em;
}

.splide__slide img {
  /* object-fit: contain !important; */
  background: #ffffff5e;
}

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

.splide__track {
  overflow: visible !important;
}

.splide__arrow.splide__arrow--next, .splide__arrow.splide__arrow--prev, .splide__pagination {
  display: none;
}

.splide *:focus {
  outline: none;
}

.control__fill {
  z-index: 1;
  background-color: var(--purple);
  border-radius: 50%;
  width: 100%;
  height: 100%;
  margin-top: -100%;
  margin-right: -100%;
  position: absolute;
  inset: 0% 0% auto auto;
}

.slider__wave {
  z-index: 2;
  margin-top: -.6vw;
  position: absolute;
  inset: 0% 0% auto;
}

.slider__wave.is--bottom {
  margin-bottom: -.6vw;
  inset: auto 0% 0%;
  transform: rotate(-180deg);
}

.cursor {
  z-index: 1000;
  opacity: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  transition: opacity .2s;
  display: flex;
  position: fixed;
  inset: 0%;
}

.cursor.hide-cursor {
  display: none;
}

.cursor__dot1 {
  background-color: var(--white);
  border-radius: 50%;
  width: 6px;
  height: 6px;
  transition: opacity .35s, background-color .35s, height .35s, width .35s;
}

.cursor__dot1.is--larger {
  background-color: var(--white);
  width: 8.23em;
  height: 8.23em;
}

.cursor__dot1.opacity-0 {
  opacity: 0;
}

.cursor__dot1.is--scale-down {
  transform: scale(.8);
}

.cursor__dot2 {
  border: 2px solid var(--white);
  color: #0000;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 52px;
  height: 52px;
  transition: border-color .35s, height .35s, width .35s, background-color .35s, color .35s;
  display: flex;
  position: absolute;
  overflow: hidden;
}

.cursor__dot2.is--larger {
  background-color: var(--white);
  color: #282828;
  width: 8.23em;
  height: 8.23em;
}

.cursor__dot2.light-ring {
  border-color: var(--white);
  width: 6em;
  height: 6em;
}

.cursor__dot2.is--scale-down {
  transform: scale(.8);
}

.trigger__circle,
.cursor,
.slider__wave {
  pointer-events: none;
}

.slider__wave svg path {
  pointer-events: auto;
}

body:hover .cursor {
  opacity: 1.0;
}

.menu {
  z-index: 1;
  display: none;
  position: absolute;
  inset: 0% 0% auto;
}

.menu__left {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 4.06em;
  display: flex;
  position: relative;
}

.nav-link {
  justify-content: flex-start;
  align-items: center;
  margin-top: .7em;
  margin-bottom: .7em;
  display: flex;
  overflow: hidden;
}

.nav-link:hover {
  font-style: italic;
  font-weight: 700;
}

.nav-link.is--1 {
  margin-left: 12.4em;
  padding-right: 10px;
}

.nav-link.is--3 {
  margin-left: 6.2em;
}

.nav-link__text {
  letter-spacing: -.05em;
  font-size: 7.03em;
  line-height: 1.2;
  color: var(--white);
  font-family: Fahkwang;
  font-weight: bold;
}

.nav-link__num {
  letter-spacing: -.04em;
  margin-top: .7em;
  margin-left: .3em;
  font-size: 1.25em;
  font-style: normal;
  line-height: 1;
}

.nav-link__contain {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  overflow: visible;
}

.nav-link__contain,
.sublink__contain {
  opacity: 0;
}

.nav-link__line {
  background-color: var(--white);
  width: 0;
  height: .2em;
}

.menu__contain {
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.menu__right {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 1em;
  padding-bottom: 1.7em;
  padding-right: 7.99em;
  display: flex;
  text-align: right;
  max-width: 50%;
}

.menu__right p {
  font-family: 'Poppins';
  font-size: 1.7em;
  font-weight: normal;
}

.menu__right p:nth-child(2) {
  margin-top: 2em;
}

.menu__icon {
  width: 3.02em;
}

.nav-link__img {
  z-index: -2;
  object-fit: contain;
  width: 46em;
  height: 30em;
  margin-right: -35em;
  display: none;
  position: absolute;
  inset: 0% 0% auto auto;
}

.background {
  z-index: 1;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  height: 101%;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.background__lottie {
  width: 100%;
  margin-top: -1%;
}

.background__fill {
  background-color: var(--purple);
  width: 100%;
  height: 100%;
}

.container-2 {
  align-items: center;
  height: 100svh;
  display: flex;
}

/* noise animation stuff */
.noise {
  position: fixed;
  top: -50%;
  left: -50%;
  right: -50%;
  bottom: -50%;
  width: 200%;
  height: 200vh;
  background: transparent url('../assets/noise.png') repeat 0 0;
  background-repeat: repeat;
  animation: noise-bg 1s infinite;
  visibility: visible;
}

.noiseBG{
  mix-blend-mode: multiply;
  background-image: url('../assets/noise.jpg');
  opacity: .7;
  height: 100%;
  width: 100%;
  position: absolute;
}

.position-absolute {
  position: absolute;
}

/*end noise animation stuff */
/* gallery */
.gallery {
  display: flex;
  justify-content: center;
	position: absolute;
	width: 100%;
	height: 100vh;
	overflow: hidden;
}

.cards {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

div.gallery .cards a li {
	list-style: none;
	padding: 0;
	margin: 0;
	text-align: center;
	line-height: 18rem;
	font-size: 2rem;
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 0.8rem;
  background-position: top center;
  background-size: cover;
}

.actions p {
  font-family: 'Poppins';
}

.gallery a {
  color: #88ce02;
  text-decoration: none;
}

.drag-proxy {
  visibility: hidden;
  position: absolute;
}

@media screen and (max-width: 2800px) {
  .svg-noise {
    height: 130px;
    width: 130px;
  }
  .contact form {
    margin-top: 38px;
  }
}
@media screen and (max-width: 2400px) {
  .svg-noise {
    height: 160px;
    width: 160px;
  }
  .contact form {
    max-width: 640px;
    margin-top: 18px;
  }
  .grow-wrap {
    height: 100px;
  }
  .formspree__send {
    margin-top: 26px;
  }
}
@media screen and (max-width: 2000px) {
  .svg-noise {
    height: 200px;
    width: 200px;
  }
  .grow-wrap {
    height: 80px;
  }
  .contact form {
    max-width: 360px;
    margin-left: auto;
    margin-right: auto;
  }
  h1 {
    font-size: 4em;
  }
}
@media screen and (max-width: 1450px) {
  .svg-noise {
    height: 240px;
    width: 240px;
  }
}

@media screen and (max-width: 1200px) {
  .w-layout-blockcontainer {
    max-width: 940px;
  }
  .formspree__send {
    font-size: 2em;
  }
  .formspree__send:hover {
    font-size: 2.3em;
  }
  .contact form {
    max-width: 280px;
  }
}

@media screen and (max-width: 991px) {
  .svg-noise {
    height: 400px;
    width: 400px;
  }
  .container {
    padding-left: 3em;
    padding-right: 3em;
  }
  .hero__p {
    font-size: 12px;
  }
  .overflow {
    min-height: 100vh;
  }
  .cursor {
    display: none;
  }
  .menu {
    height: 100vh;
  }
  .background__lottie {
    z-index: 2;
    flex: none;
    position: relative;
  }
  .background__fill {
    z-index: 1;
    position: relative;
  }
  .book-now-wrap {
    right: 4%;
    bottom: 3%;
  }
  .book-now-wrap a {
    width: 18vw;
    height: 18vw;
  }
  .w-container, .w-layout-blockcontainer {
    max-width: 728px;
  }
  .grow-wrap textarea, form input {
    font-size: 10px;
  }
  .grow-wrap > textarea, .grow-wrap::after, input {
    margin-top: 5px;
  }
  h1 {
    font-size: 5em;
  }
}

@media screen and (max-width: 767px) {
  .svg-noise {
    width: 500px;
    height: 500px;
  }
  h1 {
    font-size: 7em;
  }
  .container {
    padding-left: 4.9em;
    padding-right: 4.9em;
  }
  .container.is--hero {
    padding-top: 136px;
    padding-bottom: 3.4em;
  }
  .container.is--nav {
    padding-top: 22px;
    padding-bottom: 22px;
  }
  .section.is--slider {
    margin-bottom: 9.9em;
  }
  .hero__wrap {
    width: 90%;
  }
  .controls {
    margin-bottom: -3em;
    font-size: 2em;
  }
  .nav__logo {
    font-size: 10px;
  }
  .trigger {
    font-size: 8px;
  }
  .splide__slide {
    width: 100%;
    min-height: 89em;
    padding-left: .92em;
    padding-right: .92em;
  }
  .menu__icon {
    font-size: 10px;
  }
  .contact form {
    max-width: 320px;
  }
  .w-layout-blockcontainer {
    max-width: none;
  }
  .formspree__send {
    font-size: 2.2em;
    margin-top: 20px;
  }
  .portfolio-item-wrap {
    flex-direction: column;
    height: 100%;
    justify-content: space-evenly;
  }
  .portfolio-item-wrap div:nth-child(2) { 
    margin-bottom: 10px;
    flex-basis: 24%;
  }
  .portfolio-item-wrap div:first-child li:first-child img {
    max-width: 20em;
    margin: auto;
    margin-bottom: 45px;
  }
  .portfolio-item-wrap p {
    font-size: 3.2em;
    line-height: 1em;
  }
  .portfolio-item-wrap div a {
    margin-top: 14px;
  }
  .portfolio-item-wrap div:first-child li:first-child p {
    margin: 12px 0 auto 0;
    font-size: 2.6em;
  }
  .portfolio-item-wrap div:first-child li:first-child h2 {
    font-size: 5.3em;
    color: white;
  }
  .portfolio-item-wrap a span {
    font-size: 3.2em;
    color: white;
  }
  .closer, .closer7 {
    position: absolute;
    width: 46px;
    height: 44px;
    opacity: 0.3;
    z-index: 1;
  }
  .closer:before, .closer:after, .closer7:before, .closer7:after {
    position: absolute;
    content: ' ';
    height: 44px;
    left: 15px;
    width: 12px;
    background-color: var(--white);
  }
  .menu__left {
    font-size: 2em;
  }
  .menu__right p {
    font-size: 3em;
  }
  .menu__contain {
    flex-direction: column;
  }
  .menu__right {
    text-align: center;
    align-items: center;
    padding-top: 5.3em;
    padding-bottom: 0;
    padding-right: 0;
    max-width: initial;
  }
  .portfolio-items > ul.item > li:first-child { /* closer button li */
    right: 7px;
    top: 15px;
    width: 46px;
    height: 44px
  }
  #instructions {
    font-size: 3em;
    font-weight: 500;
  }
}

@media screen and (max-width: 479px) {
  .book-now-wrap a {
    width: 29vw;
    height: 29vw;
  }
  .svg-noise {
    width: 800px;
    height: 800px;
  }
  h1 {
    font-size: 10em;
  }
  .hero__wrap {
    width: 100%;
  }
  .controls {
    margin-bottom: -47px;
    font-size: 10px;
  }
  .menu__contain {
    display: block;
  }
  .menu__icon {
    font-size: 2em;
  }
  .contact textarea, .contact input {
    max-width: 290px;
  }
  .grow-wrap, form input {
    margin-bottom: 2%;
  }
  .formspree__send {
    font-size: 3.2em;
    margin-top: 0;
  }
  .formspree__send:hover {
    font-size: 3.5em;
  }
}

@media screen and (max-height: 500px) {
  .nav-link__text {
    font-size: 5.03em;
  }
}

@media (orientation: landscape) {
  .cards a:first-child li {
    background: url(../assets/galleryslider/8816-9.jpg);
  }
  .cards a:nth-child(2) li {
    background: url(../assets/galleryslider/gecs16-9.jpg);
  }
  .cards a:nth-child(3) li {
    background: url(../assets/galleryslider/ell16-9.jpg);
  }
  .cards a:nth-child(4) li {
    background: url(../assets/galleryslider/escalade16-9.jpg);
  }
  .cards a:nth-child(5) li {
    background: url(../assets/galleryslider/dmani16-9.jpg);
  }
  .cards a:nth-child(6) li {
    background: url(../assets/galleryslider/richbrian16-9.jpg);
  }
  .cards a:nth-child(7) li {
    background: url(../assets/galleryslider/zomboy16-9.jpg);
  }
  ul.cards, .cards li {
    aspect-ratio: 16 / 9;
    max-height: 80vh;
    max-width: 80vw;
    width: 48rem;
    height: 27rem;
  }
}

@media (orientation: portrait) {
  .cards a:first-child li {
    background: url(../assets/galleryslider/884-5.jpg);
  }
  .cards a:nth-child(2) li {
    background: url(../assets/galleryslider/gecs4-5.jpg);
  }
  .cards a:nth-child(3) li {
    background: url(../assets/galleryslider/ell4-5.jpg);
  }
  .cards a:nth-child(4) li {
    background: url(../assets/galleryslider/escalade4-5.jpg);
  }
  .cards a:nth-child(5) li {
    background: url(../assets/galleryslider/dmani4-5.jpg);
  }
  .cards a:nth-child(6) li {
    background: url(../assets/galleryslider/richbrian4-5.jpg);
  }
  .cards a:nth-child(7) li {
    background: url(../assets/galleryslider/zomboy4-5.jpg);
  }
  .cards, .cards li {
    width: 28rem;
    height: 36rem;
    max-height: 80vh;
    max-width: 80vw;
    aspect-ratio: 4 / 5;
  }
}