/*  'tailwind'- inline  styles

  'mixins'

  'settings' - Root, Selection, Browser, Scrollbar

  'base' - FONTS, BTN, HTML, VARS

  'layout' - Section padding, containers, row, grid, side nav, aside

  'positional' - POSITIONAL ELEMENTS - center elements, left, right

  'theme' - BGS, DARK/LIGHT, DECORATIVE, HERO BGS

  'reusables' - Reusable classes across site

  'animations' - Fade, JS

  'forms' - Form styling

  'header'

  'footer'

  'sections' - Specific to each section
  */
/*  ! tailwindcss v3.3.2 | MIT License | https://tailwindcss.com
  */
/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/
*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: currentColor; /* 2 */
}
::before,
::after {
  --tw-content: "";
}
/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
*/
html {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
  tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont,
    "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif,
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  -webkit-font-feature-settings: normal;
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
}
/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/
body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}
/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/
hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}
/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/
abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}
/*
Remove the default font size and weight for headings.
*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}
/*
Reset links to optimize for opt-in styling instead of opt-out.
*/
a {
  color: inherit;
  text-decoration: inherit;
}
/*
Add the correct font weight in Edge and Safari.
*/
b,
strong {
  font-weight: bolder;
}
/*
1. Use the user's configured `mono` font family by default.
2. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas,
    "Liberation Mono", "Courier New", monospace; /* 1 */
  font-size: 1em; /* 2 */
}
/*
Add the correct font size in all browsers.
*/
small {
  font-size: 80%;
}
/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/
table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}
/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}
/*
Remove the inheritance of text transform in Edge and Firefox.
*/
button,
select {
  text-transform: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}
/*
Use the modern Firefox focus style for all focusable elements.
*/
:-moz-focusring {
  outline: auto;
}
/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/
:-moz-ui-invalid {
  box-shadow: none;
}
/*
Add the correct vertical alignment in Chrome and Firefox.
*/
progress {
  vertical-align: baseline;
}
/*
Correct the cursor style of increment and decrement buttons in Safari.
*/
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}
/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/
[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}
/*
Remove the inner padding in Chrome and Safari on macOS.
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
/*
Add the correct display in Chrome and Safari.
*/
summary {
  display: list-item;
}
/*
Removes the default spacing and border for appropriate elements.
*/
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}
fieldset {
  margin: 0;
  padding: 0;
}
legend {
  padding: 0;
}
ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
/*
Prevent resizing textareas horizontally by default.
*/
textarea {
  resize: vertical;
}
/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
/*
Set the default cursor for buttons.
*/
button,
[role="button"] {
  cursor: pointer;
}
/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}
/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/
img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}
/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/
img,
video {
  max-width: 100%;
  height: auto;
}
/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden] {
  display: none;
}
*,
::before,
::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x: ;
  --tw-pan-y: ;
  --tw-pinch-zoom: ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position: ;
  --tw-gradient-via-position: ;
  --tw-gradient-to-position: ;
  --tw-ordinal: ;
  --tw-slashed-zero: ;
  --tw-numeric-figure: ;
  --tw-numeric-spacing: ;
  --tw-numeric-fraction: ;
  --tw-ring-inset: ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur: ;
  --tw-brightness: ;
  --tw-contrast: ;
  --tw-grayscale: ;
  --tw-hue-rotate: ;
  --tw-invert: ;
  --tw-saturate: ;
  --tw-sepia: ;
  --tw-drop-shadow: ;
  --tw-backdrop-blur: ;
  --tw-backdrop-brightness: ;
  --tw-backdrop-contrast: ;
  --tw-backdrop-grayscale: ;
  --tw-backdrop-hue-rotate: ;
  --tw-backdrop-invert: ;
  --tw-backdrop-opacity: ;
  --tw-backdrop-saturate: ;
  --tw-backdrop-sepia: ;
}
::-webkit-backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x: ;
  --tw-pan-y: ;
  --tw-pinch-zoom: ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position: ;
  --tw-gradient-via-position: ;
  --tw-gradient-to-position: ;
  --tw-ordinal: ;
  --tw-slashed-zero: ;
  --tw-numeric-figure: ;
  --tw-numeric-spacing: ;
  --tw-numeric-fraction: ;
  --tw-ring-inset: ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur: ;
  --tw-brightness: ;
  --tw-contrast: ;
  --tw-grayscale: ;
  --tw-hue-rotate: ;
  --tw-invert: ;
  --tw-saturate: ;
  --tw-sepia: ;
  --tw-drop-shadow: ;
  --tw-backdrop-blur: ;
  --tw-backdrop-brightness: ;
  --tw-backdrop-contrast: ;
  --tw-backdrop-grayscale: ;
  --tw-backdrop-hue-rotate: ;
  --tw-backdrop-invert: ;
  --tw-backdrop-opacity: ;
  --tw-backdrop-saturate: ;
  --tw-backdrop-sepia: ;
}
::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x: ;
  --tw-pan-y: ;
  --tw-pinch-zoom: ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position: ;
  --tw-gradient-via-position: ;
  --tw-gradient-to-position: ;
  --tw-ordinal: ;
  --tw-slashed-zero: ;
  --tw-numeric-figure: ;
  --tw-numeric-spacing: ;
  --tw-numeric-fraction: ;
  --tw-ring-inset: ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur: ;
  --tw-brightness: ;
  --tw-contrast: ;
  --tw-grayscale: ;
  --tw-hue-rotate: ;
  --tw-invert: ;
  --tw-saturate: ;
  --tw-sepia: ;
  --tw-drop-shadow: ;
  --tw-backdrop-blur: ;
  --tw-backdrop-brightness: ;
  --tw-backdrop-contrast: ;
  --tw-backdrop-grayscale: ;
  --tw-backdrop-hue-rotate: ;
  --tw-backdrop-invert: ;
  --tw-backdrop-opacity: ;
  --tw-backdrop-saturate: ;
  --tw-backdrop-sepia: ;
}
.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}
@media (min-width: 640px) {
  .container {
    max-width: 640px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}
@media (min-width: 1025px) {
  .container {
    max-width: 1025px;
  }
}
@media (min-width: 1281px) {
  .container {
    max-width: 1281px;
  }
}
@media (min-width: 1536px) {
  .container {
    max-width: 1536px;
  }
}
@media (min-width: 1800px) {
  .container {
    max-width: 1800px;
  }
}
.visible {
  visibility: visible;
}
.static {
  position: static;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.sticky {
  position: -webkit-sticky;
  position: sticky;
}
.left-1 {
  left: 0.25rem;
}
.top-1 {
  top: 0.25rem;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.inline {
  display: inline;
}
.flex {
  display: flex;
}
.table {
  display: table;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.transform {
  -webkit-transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.cursor-pointer {
  cursor: pointer;
}
.resize {
  resize: both;
}
.items-center {
  align-items: center;
}
.justify-center {
  justify-content: center;
}
.justify-around {
  justify-content: space-around;
}
.border {
  border-width: 1px;
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.p-1 {
  padding: 0.25rem;
}
.text-center {
  text-align: center;
}
.text-green {
  --tw-text-opacity: 1;
  color: rgb(0 163 156 / var(--tw-text-opacity));
}
.shadow {
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color),
    0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.outline-red {
  outline-color: #bb2020;
}
.blur {
  --tw-blur: blur(8px);
  -webkit-filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast)
    var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate)
    var(--tw-sepia) var(--tw-drop-shadow);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast)
    var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate)
    var(--tw-sepia) var(--tw-drop-shadow);
}
.invert {
  --tw-invert: invert(100%);
  -webkit-filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast)
    var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate)
    var(--tw-sepia) var(--tw-drop-shadow);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast)
    var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate)
    var(--tw-sepia) var(--tw-drop-shadow);
}
.filter {
  -webkit-filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast)
    var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate)
    var(--tw-sepia) var(--tw-drop-shadow);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast)
    var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate)
    var(--tw-sepia) var(--tw-drop-shadow);
}
.transition {
  transition-property: color, background-color, border-color,
    text-decoration-color, fill, stroke, opacity, box-shadow, -webkit-transform,
    -webkit-filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color,
    text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter,
    backdrop-filter;
  transition-property: color, background-color, border-color,
    text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter,
    backdrop-filter, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
/* ======================================

	MIXINS

 ========================================= */
/* ======================================

	SETTINGS - Root, Selection, Browser, Scrollbar

 ========================================= */
@font-face {
  font-family: "Lovely Home";
  src: url("./LovelyHome.woff2") format("woff2"),
    url("./LovelyHome.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
:root {
  --plyr-color-main: #00a39c;
}

::-moz-selection {
  --tw-bg-opacity: 1;
  background-color: rgb(0 163 156 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

::selection {
  --tw-bg-opacity: 1;
  background-color: rgb(0 163 156 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

::-moz-selection ::-moz-selection {
  --tw-bg-opacity: 1;
  background-color: rgb(22 39 66 / var(--tw-bg-opacity));
}

::selection ::selection {
  --tw-bg-opacity: 1;
  background-color: rgb(22 39 66 / var(--tw-bg-opacity));
}

.bg-green ::-moz-selection {
  --tw-bg-opacity: 1;
  background-color: rgb(22 39 66 / var(--tw-bg-opacity));
}

.bg-green ::selection {
  --tw-bg-opacity: 1;
  background-color: rgb(22 39 66 / var(--tw-bg-opacity));
}

::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-thumb {
  --tw-bg-opacity: 1;
  background-color: rgb(0 163 156 / var(--tw-bg-opacity));
}

::-webkit-scrollbar-thumb ::selection {
  --tw-bg-opacity: 1;
  background-color: rgb(22 39 66 / var(--tw-bg-opacity));
}

::-webkit-scrollbar-thumb {
  border-radius: 0.8rem;
  -webkit-transition: 0.3s background-color;
  transition: 0.3s background-color;
}

::-webkit-scrollbar-track {
  border-left: 3px solid;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

[data-scroll-container] {
  overflow-x: hidden;
  padding: 0;
  width: 100%;
}

[data-scroll-section] {
  -webkit-perspective: 1px;
  perspective: 1px;
  will-change: transform;
}

.rtl {
  direction: rtl;
}

.c-scrollbar {
  height: 100vh;
  z-index: 60;
}
.c-scrollbar .c-scrollbar_thumb {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  opacity: 0.8;
}
.c-scrollbar + div {
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-scrollbar + div svg {
  width: 60%;
  transition: 0.3s all;
}

figure img,
figure video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.accent {
  display: inline-block;
  font-family: Lovely Home, serif;
  font-weight: 400;
  font-size: 6rem;
  text-transform: lowercase;
  -webkit-transform: rotate(-10deg);
  transform: rotate(-10deg);
  /* text-shadow: 0 0.7rem 5rem rgba(0, 0, 0, 0.5); */ 
}

.decoration {
  font-size: 10rem;
  text-transform: uppercase;
  font-weight: 900;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 1px currentColor;
}
.decoration span {
  position: relative;
  display: inline-block;
}
.decoration span:before,
.decoration span:after {
  content: attr(title);
  position: absolute;
  top: 0;
  left: 0;
  transition: 1s all;
}
.decoration span:before {
  z-index: -1;
}
.decoration span:after {
  z-index: -2;
}
.decoration.is-inview span:before {
  -webkit-transform: translate3d(0, -2rem, 0);
  transform: translate3d(0, -2rem, 0);
  opacity: 0.5;
}
.decoration.is-inview span:after {
  -webkit-transform: translate3d(0, -4rem, 0);
  transform: translate3d(0, -4rem, 0);
  opacity: 0.2;
}

.nav {
  pointer-events: auto;
  justify-content: center;
  align-items: center;
  display: flex;
  width: 3.2rem;
  height: 3.2rem;
  border: 1px solid currentColor;
  border-radius: 100%;
}
.nav svg {
  width: 1.4rem;
  height: 1.4rem;
  fill: currentColor;
}

.accordion li {
  padding: 1rem 0;
  margin: 3rem 0;
  background: #fff;
}
.accordion li .title-wrap {
  position: relative;
  cursor: pointer;
  overflow: hidden;
  align-items: center;
  display: flex;
  padding: 1rem 1.5rem;
  font-size: 2rem;
}
.accordion li .title-wrap .title {
  position: relative;
  margin: 0px;
  padding-right: 1.5rem;
  transition: 0.4s all;
}
.accordion li .title-wrap .toggle {
  position: relative;
  margin-left: auto;
  justify-content: center;
  align-items: center;
  display: flex;
  width: 1.8rem;
  height: 1.8rem;
}
.accordion li .title-wrap .toggle svg {
  width: 100%;
  transition: 0.4s all;
}
.accordion li .content {
  height: 0;
  overflow: hidden;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  font-size: 1.8rem;
  color: #fff;
  line-height: 1.25;
}
.accordion li .content .inner {
  margin: 1.5rem 0 2rem;
}
.accordion li:not(.active):hover .title-wrap {
  --tw-text-opacity: 1;
  color: rgb(0 163 156 / var(--tw-text-opacity));
}
.accordion li.active {
  --tw-bg-opacity: 1;
  background-color: rgb(0 163 156 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.accordion li.active ::-moz-selection {
  --tw-bg-opacity: 1;
  background-color: rgb(22 39 66 / var(--tw-bg-opacity));
}
.accordion li.active ::selection {
  --tw-bg-opacity: 1;
  background-color: rgb(22 39 66 / var(--tw-bg-opacity));
}
.accordion li.active .title-wrap .toggle svg {
  fill: #fff;
  -webkit-transform: rotate3d(0, 0, 1, -180deg);
  transform: rotate3d(0, 0, 1, -180deg);
}

.content :where(h1, h2, h3, h4, h5, h6) {
  margin: 1.3em 0;
}

.tom ~ .dropdown {
  width: 2.8rem;
  height: 2.8rem;
  -webkit-transform: rotate3d(0, 0, 1, 180deg);
  transform: rotate3d(0, 0, 1, 180deg);
  border: 1px solid;
  justify-content: center;
  --tw-border-opacity: 1;
  border-color: rgb(0 163 156 / var(--tw-border-opacity));
  align-items: center;
  display: flex;
  border-radius: 100%;
  transition: 0.3s all;
}
.tom ~ .dropdown svg {
  width: 60%;
  height: 60%;
  fill: #00a39c;
}
.tom.dropdown-active ~ .dropdown {
  -webkit-transform: rotate3d(0, 0, 1, 0deg);
  transform: rotate3d(0, 0, 1, 0deg);
}
.tom + .ts-wrapper {
  position: unset;
  flex: 1;
}
.tom .ts-control {
  border: none;
  padding: 1.2rem 1.5rem;
}
.tom .ts-control input {
  opacity: 0;
  visibility: hidden;
  min-width: 0;
  width: 0;
  margin: 0 !important;
}
.tom .ts-control,
.tom .ts-control input,
.tom .ts-dropdown {
  font-size: 2rem;
  line-height: 1.2;
}
.tom .ts-dropdown {
  width: 100%;
  border: none;
  overflow: hidden;
  box-shadow: 0px 5px 35px 0px rgba(0, 0, 0, 0.04);
}
.tom .ts-dropdown .option {
  transition: 0.2s all;
}
.tom .ts-control .item,
.tom .ts-dropdown .option {
  font-weight: 900;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(0 163 156 / var(--tw-text-opacity));
  transition: 0.3s all;
}
.tom .ts-control .item:hover,
.tom .ts-control .item.selected,
.tom .ts-control .item.active,
.tom .ts-dropdown .option:hover,
.tom .ts-dropdown .option.selected,
.tom .ts-dropdown .option.active {
  --tw-text-opacity: 1;
  color: rgb(22 39 66 / var(--tw-text-opacity));
}
.tom .ts-dropdown-content {
  max-height: none;
}
.tom .ts-control,
.tom .ts-wrapper.single.input-active .ts-control {
  cursor: pointer !important;
}
.tom .ts-dropdown .create,
.tom .ts-dropdown .no-results,
.tom .ts-dropdown .optgroup-header,
.tom .ts-dropdown .option {
  padding: 0.5rem 1.5rem;
}

/* ======================================

	BASE - FONTS, BTN, HTML, VARS

 ========================================= */
html {
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  width: 100%;
  overflow-x: hidden;
  margin: 0;
  font-size: 50%;
  scroll-behavior: smooth;
  overflow-y: scroll;
}
@media (min-width: 768px) {
  html {
    font-size: 56.25%;
  }
}
@media (min-width: 1536px) {
  html {
    font-size: 62.5%;
  }
}

.portfolio-wrap {
  font-family: Lato, sans-serif;
  line-height: 1.72;
  font-style: normal;
  font-size: clamp(16px, 2.5rem, 20px);
  font-weight: 100;
  font-display: swap;
  color: white;
}
@media (min-width: 1025px) {
}

#body-wrap {
  z-index: 1;
  position: relative;
  transition: 0.4s linear all;
}

.portfolio-wrap .font {
  font-family: "Inter", sans-serif;
  font-weight: 400;
}
.portfolio-wrap p,
.portfolio-wrap .text {
  color: white;
  font-size: clamp(16px, 2.5rem, 20px);
  font-weight: 100;
}
.portfolio-wrap p + p,
.portfolio-wrap .text + p {
  margin-top: 1.5em;
}
.portfolio-wrap .xl {
  font-size: clamp(18px, 2rem, 22px);
  font-weight: 400;
}
.portfolio-wrap .hero-text,
.portfolio-wrap .hero-text p {
  font-size: clamp(18px, 2.8rem, 22px);
  font-weight: 500;
}
.portfolio-wrap a {
  transition: 0.3s color, 0.3s opacity;
  cursor: pointer;
  color: white;
}
.portfolio-wrap a * {
  cursor: pointer;
}
.portfolio-wrap a:hover,
.portfolio-wrap a.active {
  color: white;
}
.portfolio-wrap li > a.active {
  position: relative;
}
.portfolio-wrap li > a.active::after {
  content: "";
  position: absolute;
  transition: 0.4s ease-out all;
  pointer-events: none;
  z-index: -1;
}
.portfolio-wrap span.active {
  display: block;
}
.portfolio-wrap .content li {
  font-size: clamp(16px, 2.5rem, 20px);
  font-weight: 100;
}
.portfolio-wrap h1,
.portfolio-wrap h2,
.portfolio-wrap h3,
.portfolio-wrap h4 {
  color: white;
  margin-bottom: 3rem;
}
@media (max-width: 1200px) {
  .portfolio-wrap h1 br,
  .portfolio-wrap h2 br,
  .portfolio-wrap h3 br,
  .portfolio-wrap h4 br {
    display: none;
  }
}
.hero-text .portfolio-wrap h1,
.hero-text .portfolio-wrap h2,
.hero-text .portfolio-wrap h3,
.hero-text .portfolio-wrap h4 {
  display: block;
}
.portfolio-wrap h1,
.portfolio-wrap .h1 {
  font-size: clamp(30px, 5rem, 40px);
  line-height: 1.13;
}
@media (min-width: 768px) {
  .portfolio-wrap h1,
  .portfolio-wrap .h1 {
    font-size: clamp(30px, 4rem, 40px);
  }
}
.portfolio-wrap h2,
.portfolio-wrap .h2 {
  font-size: clamp(30px, 5rem, 40px);
  line-height: 1.13;
}
@media (min-width: 768px) {
  .portfolio-wrap h2,
  .portfolio-wrap .h2 {
    font-size: clamp(30px, 7.7rem, 69px);
  }
}
.portfolio-wrap h3,
.portfolio-wrap .h3 {
  font-size: clamp(30px, 1.8rem, 22px);
  line-height: 1.13;
}
@media (min-width: 768px) {
  .portfolio-wrap h3,
  .portfolio-wrap .h3 {
    font-size: clamp(30px, 2.2rem, 22px);
  }
}
.portfolio-wrap h4,
.portfolio-wrap .h4 {
  font-size: clamp(18px, 1.6rem, 20px);
  font-weight: 500;
  line-height: 1.13;
}
.portfolio-wrap h2 + h3 {
  margin: 0;
}
.portfolio-wrap .header-clamp h2 {
  position: relative;
  margin-top: 0;
  margin-bottom: 0;
}
.portfolio-wrap .header-clamp h3 {
  position: relative;
  margin-top: 0;
  margin-bottom: 0;
}
.portfolio-wrap .btn-container {
  width: 100%;
}
.portfolio-wrap .btn {
  font-family: "Inter", sans-serif;
  font-size: clamp(16px, 1.6rem, 18px);
  font-weight: 600;
  transition: 0.3s all;
  border: 2px solid #e5d8c9;
  padding: 1.2rem 3.2rem;
  padding-right: 6.5rem;
  position: relative;
  border-radius: 35px;
  margin-top: 4rem;
}
.portfolio-wrap .btn::after {
  content: "";
  background-image: url("./button-arrow.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 26px;
  height: 13px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: 0.4s ease-out all;
  pointer-events: none;
  z-index: 12;
  right: 28px;
}
@media (max-width: 767px) {
  .portfolio-wrap .btn {
    padding-left: 3.5rem;
    padding-right: 7.5rem;
  }
}
.portfolio-wrap .btn svg {
  fill: currentColor;
  width: 1.6rem;
  height: 2rem;
}
.portfolio-wrap .btn span + svg,
.portfolio-wrap .btn svg + span {
  margin-left: 1rem;
}
.portfolio-wrap .btn:hover {
  color: #544639;
}
.portfolio-wrap .btn:hover::after {
  content: "";
  right: 22px;
}
.portfolio-wrap .btn.btn-recipe,
.portfolio-wrap .btn.btn-grid {
  border: none;
  max-width: 200px;
  float: right;
  margin: 0;
}
.portfolio-wrap .btn.btn-back,
.portfolio-wrap .btn.btn-next {
  border: none;
  margin: 0;
}
@media (max-width: 767px) {
  .portfolio-wrap .btn.btn-back,
  .portfolio-wrap .btn.btn-next {
    padding-left: 3.2rem;
    padding-right: 7.2rem;
  }
}
.portfolio-wrap .btn.btn-back::after {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
  left: -3px;
  right: auto;
  top: 17px;
}
.portfolio-wrap .btn.btn-back:hover {
  color: #544639;
}
.portfolio-wrap .btn.btn-back:hover::after {
  content: "";
  left: -9px;
}

.portfolio-wrap .s-padding,
.portfolio-wrap .section {
  position: relative;
  padding-top: clamp(60px, 6vw, 100px);
  padding-bottom: clamp(60px, 6vw, 100px);
}
.portfolio-wrap .section-overlap {
  position: initial;
}
.portfolio-wrap .s-padding-top {
  padding-top: clamp(60px, 6vw, 100px);
  padding-bottom: 0;
}
.portfolio-wrap .s-padding-bottom {
  padding-top: 0;
  padding-bottom: clamp(60px, 6vw, 100px);
}
.portfolio-wrap .container {
  width: 100%;
  max-width: 1950px;
  padding-left: 5rem;
  padding-right: 5rem;
  position: relative;
  z-index: 1;
}
.portfolio-wrap .container.h-full {
  padding-left: 0rem;
  padding-right: 0rem;
}
@media (min-width: 768px) {
  .portfolio-wrap .container {
    padding-left: 5rem;
    padding-right: 5rem;
  }
}
@media (min-width: 1281px) {
  .portfolio-wrap .container {
    padding-left: 10rem;
    padding-right: 10rem;
  }
}
.portfolio-wrap .row {
  display: flex;
  gap: 3rem;
}
@media (max-width: 1024px) {
  .portfolio-wrap .row {
    flex-wrap: wrap;
  }
}
.portfolio-wrap .row-1200 {
  display: flex;
  gap: 3rem;
}
@media (max-width: 1200px) {
  .portfolio-wrap .row-1200 {
    flex-wrap: wrap;
  }
}
.portfolio-wrap .row-padding {
  padding-top: 6rem;
}
.portfolio-wrap .content-area {
  width: 100%;
}
.portfolio-wrap .content h1,
.portfolio-wrap .content h2 {
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
}
.portfolio-wrap .content-container {
  max-width: 1072px;
  margin-left: auto;
  margin-right: auto;
}
.portfolio-wrap .content-full {
  padding: 0rem;
  width: 100%;
  max-width: 100%;
}
.portfolio-wrap .center-text {
  padding: 5rem;
}
.portfolio-wrap .no-padding {
  padding: 0;
}
.portfolio-wrap .no-l-padding {
  padding: 0;
}
.portfolio-wrap .no-r-padding {
  padding: 0;
}
.portfolio-wrap .no-y-padding {
  padding-top: 0;
  padding-bottom: 0;
}
.portfolio-wrap .no-x-padding {
  padding-left: 0;
  padding-right: 0;
}
.portfolio-wrap .grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.portfolio-wrap .section .half {
  width: 100%;
  position: relative;
}
@media (min-width: 1025px) {
  .portfolio-wrap .section .half {
    width: 48%;
  }
}
.portfolio-wrap .section .half-laptop {
  width: 100%;
}
@media (min-width: 1200px) {
  .portfolio-wrap .section .half-laptop {
    width: 48%;
  }
}
.portfolio-wrap .section .one-third {
  width: 100%;
}
@media (min-width: 1025px) {
  .portfolio-wrap .section .one-third {
    width: 31%;
  }
}

.flex-col-center {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}

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

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

.auto-center {
  display: flex;
  justify-content: center;
}

.text-align-center,
.tac {
  text-align: center;
}

.text-align-left,
.tal {
  text-align: left;
}

.text-align-right,
.tar {
  text-align: right;
}

.dark-text h1,
.dark-text h2,
.dark-text h3,
.dark-text h4 {
  color: #00a39c;
}
.dark-text p,
.dark-text li {
  color: black;
}

.light-text h1,
.light-text h2,
.light-text h3,
.light-text h4,
.light-text p,
.light-text li {
  color: white;
}

.green-border {
  border: #00a39c solid 1px;
  border-radius: 20px;
  padding-top: 9rem;
  padding-bottom: 9rem;
  overflow: hidden;
}

.gold-bg {
  background-color: #e2ac58;
}

.text-stroke {
  font-family: Lato, sans-serif;
  font-size: clamp(30px, 6.5rem, 65px);
  font-weight: 900;
  color: transparent !important;
  -webkit-text-stroke: 1px #fff;
  line-height: 1.3;
  text-transform: uppercase;
  transition: 0.3s all;
  position: relative;
}
.text-stroke.outline-red {
  -webkit-text-stroke: 1px #bb2020;
}
.text-stroke span {
  opacity: 0.6;
  -webkit-transform: translate3d(0, -1.3rem, 0);
  transform: translate3d(0, -1.3rem, 0);
  position: absolute;
  left: 0;
}

/* ======================================

	REUSABLES 

 ========================================= */
.scroll-behavior {
  scroll-behavior: smooth;
}

.bg-img {
  position: relative; /* or absolute */
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.bg-img img {
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center top;
  object-position: center top;
  width: 100%;
  height: 100%;
}

.bg-img-cover img {
  -o-object-fit: cover;
  object-fit: cover;
}

.bg-img-absolute {
  position: absolute;
}

.auto-height {
  height: auto;
}

.bg-right img {
  width: 100%;
  -o-object-position: right top;
  object-position: right top;
  -o-object-fit: contain;
  object-fit: contain;
  height: 50%;
}

.hero-viewport {
  height: clamp(620px, 100vh, 1400px);
  position: relative;
}
.hero-viewport .simpleParallax {
  height: clamp(620px, 100vh, 1400px);
}

.reusables {
  position: relative;
}
.reusables::before {
  content: "";
  background-color: rgba(255, 255, 255, 0.66);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  pointer-events: none;
  opacity: 1;
  z-index: -1;
}
.reusables::before,
.reusables::after {
  content: "";
  width: 50%;
  height: 100%;
  position: absolute;
  background-color: white;
  display: none;
  transition: 0.3s ease-out all;
  opacity: 1;
  pointer-events: none;
  z-index: 12;
  background-color: transparent;
  background-image: url("/img/image.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50% 50%;
  background-position: top center;
  -webkit-mask-image: url(icon.svg);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  -webkit-mask-position: 50% 50%;
  mask-image: url(icon.svg);
  mask-repeat: no-repeat;
  mask-size: contain;
  mask-position: 50% 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

/* ======================================

	ANIMATIONS - Fade, JS 

 ========================================= */
@media (min-width: 768px) {
  .portfolio-wrap .move {
    opacity: 0;
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
    transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
    transition: opacity 0.5s ease, transform 0.5s ease;
    transition: opacity 0.5s ease, transform 0.5s ease,
      -webkit-transform 0.5s ease;
  }
}
.portfolio-wrap .move.animate {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0); /* Move the element back to its original position */
}
@media (min-width: 768px) {
  .portfolio-wrap .anim-move {
    opacity: 0;
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
    transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
    transition: opacity 0.5s ease, transform 0.5s ease;
    transition: opacity 0.5s ease, transform 0.5s ease,
      -webkit-transform 0.5s ease;
  }
}
.portfolio-wrap .anim-move.animate {
  opacity: 1;
  -webkit-transform: translateX(0) translateY(0);
  transform: translateX(0) translateY(0);
}
.portfolio-wrap .move-right {
  -webkit-transform: translateX(1000px);
  transform: translateX(1000px);
  margin-right: 100px;
}
.portfolio-wrap .logo span {
  -webkit-transform: translateY(35%) rotate(-10deg);
  transform: translateY(35%) rotate(-10deg);
}
.portfolio-wrap .logo img {
  width: 100%;
  transition: 1s all;
}
.portfolio-wrap .logo img:first-child,
.portfolio-wrap .logo img:nth-child(2),
.portfolio-wrap .logo img:nth-child(3) {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.portfolio-wrap .mouse-scroll:before {
  position: absolute;
  left: 50%;
}
.portfolio-wrap .mouse-scroll {
  position: relative;
  border: 1px solid #fff;
  border-radius: 2.5rem;
  width: 1.8rem;
  height: 3rem;
}
.portfolio-wrap .mouse-scroll:before {
  content: "";
  width: 0.4rem;
  height: 0.4rem;
  background: #fff;
  margin-left: -0.2rem;
  top: 0.4rem;
  border-radius: 0.3rem;
  -webkit-animation: scroll-dot 1.7s infinite;
  animation: scroll-dot 1.7s infinite;
}
@-webkit-keyframes scroll-dot {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translateY(2rem);
    transform: translateY(2rem);
  }
}
@keyframes scroll-dot {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translateY(2rem);
    transform: translateY(2rem);
  }
}

.loaded main .logo img:first-child {
  opacity: 0.2;
  -webkit-transform: translate3d(0, -6rem, 0);
  transform: translate3d(0, -6rem, 0);
}
.loaded main .logo img:nth-child(2) {
  opacity: 0.4;
  -webkit-transform: translate3d(0, -4rem, 0);
  transform: translate3d(0, -4rem, 0);
}
.loaded main .logo img:nth-child(3) {
  opacity: 0.6;
  -webkit-transform: translate3d(0, -2rem, 0);
  transform: translate3d(0, -2rem, 0);
}

.banner-list {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.banner {
  position: relative;
  width: 100%;
  min-height: 200px;
  overflow: hidden;
}
.banner ul {
  list-style: none;
  display: flex;
  gap: 3rem;
}
.banner ul li {
  display: inline;
  text-overflow: ellipsis;
  white-space: nowrap;
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
  position: relative;
  padding-right: 28px;
  font-family: Lato, sans-serif;
  font-size: clamp(30px, 6.5rem, 65px);
  font-weight: 900;
  color: transparent !important;
  -webkit-text-stroke: 1px #fff;
  text-transform: uppercase;
}
.banner ul li::after {
  content: "inn";
  position: absolute;
  right: -12px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: white;
  font-size: 16px;
  text-transform: uppercase;
}
.banner ul li.active,
.banner ul li:hover {
  color: white !important;
}

/* ======================================

	FORMS

 ========================================= */
.contact-form {
  width: 100%;
  max-width: 1010px;
  margin: 20px auto 0;
}

.signup-form {
  width: 100%;
  max-width: 1500px;
  margin: 100px auto 0;
}

/* ======================================

	HEADER

 ========================================= */
/* ======================================

	FOOTER

 ========================================= */
/* ======================================

	SECTIONS - Specific to each section

 ========================================= */
.portfolio-wrap section {
  overflow: hidden;
}
.portfolio-wrap section.hero-section .hero-content {
  width: 100%;
  max-width: 1220px;
}
.portfolio-wrap section.hero-section .logo {
  display: block;
}
.portfolio-wrap section.hero-section .logo img {
  margin: 0 auto;
}
.portfolio-wrap section.hero-section h1 {
  font-size: clamp(30px, 2rem, 30px);
  line-height: 1.13;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .portfolio-wrap section.hero-section h1 {
    font-size: clamp(20px, 7.7rem, 69px);
  }
}
.portfolio-wrap .scroll {
  -webkit-transform: rotate(90deg) translateX(-50%);
  transform: rotate(90deg) translateX(-50%);
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  padding-left: 2.75rem;
  padding-right: 2.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 1.4rem;
  transition: 0.3s all;
  position: absolute;
  left: 50%;
  bottom: 120px;
  min-width: 180px;
}
.portfolio-wrap .scroll .mouse-scroll {
  margin-left: 2rem;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transform-origin: center center;
  transform-origin: center center;
}
.portfolio-wrap section.locations-section {
  position: relative;
  overflow: hidden;
  background-color: #162742;
}
.portfolio-wrap section.locations-section .container {
  padding-bottom: clamp(60px, 8vw, 250px);
}
.portfolio-wrap section.locations-section h2.accent {
  width: 100%;
  text-align: center;
  padding-top: clamp(60px, 6vw, 100px);
  padding-bottom: 30px;
}
.portfolio-wrap section.locations-section .swiper {
  width: 100%;
}
@media (min-width: 1200px) {
  .portfolio-wrap section.locations-section .swiper {
    width: 74%;
    margin: 0 auto;
  }
}
.portfolio-wrap section.locations-section .swiper .swiper-wrapper {
  display: flex;
}
.portfolio-wrap section.locations-section .swiper .swiper-slide {
  flex: 0 0 100%;
  display: flex;
  justify-content: center;
  position: relative;
}
.portfolio-wrap section.locations-section .swiper .swiper-slide h1, .portfolio-wrap section.locations-section .swiper .swiper-slide h2 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: clamp(20px, 3rem, 40px);
}
@media (min-width: 768px) {
  .portfolio-wrap section.locations-section .swiper .swiper-slide h1, .portfolio-wrap section.locations-section .swiper .swiper-slide h2 {
    font-size: clamp(30px, 5.5rem, 50px);
  }
}
@media (min-width: 1200px) {
  .portfolio-wrap section.locations-section .swiper .swiper-slide h1, .portfolio-wrap section.locations-section .swiper .swiper-slide h2 {
    font-size: clamp(30px, 11rem, 110px);
  }
}
.portfolio-wrap section.locations-section .locations-swiper-pagination {
  position: relative;
  margin: 6rem auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid white;
  border-radius: 25px;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  padding: 0.9rem 1.9rem;
}
.portfolio-wrap
  section.locations-section
  .locations-swiper-pagination
  .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  margin: 0 0.6rem;
  transition: 0.3s background-color;
  background-color: #fff;
  border-radius: 50%;
}
.portfolio-wrap
  section.locations-section
  .locations-swiper-pagination
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #00a89e;
}
.portfolio-wrap
  section.locations-section
  .locations-swiper-pagination
  .swiper-pagination-bullet:hover {
  background-color: #00a89e;
}
.portfolio-wrap
  section.locations-section
  .locations-swiper-pagination
  .swiper-pagination-bullet:focus {
  border: none;
  outline: none;
}
.portfolio-wrap section.locations-section .swiper-nav {
  position: absolute;
  width: 140px;
  height: 88px;
  bottom: 14%;
  right: 12%;
  z-index: 10;
}
@media (min-width: 1024px) {
  .portfolio-wrap section.locations-section .swiper-nav {
    bottom: 29%;
  }
}
.portfolio-wrap
  section.locations-section
  .swiper-nav
  .locations-swiper-button-next {
  width: 86px;
  height: 86px;
  transition: 0.3s ease all;
  opacity: 1;
}
.portfolio-wrap
  section.locations-section
  .swiper-nav
  .locations-swiper-button-next::after {
  content: "";
  display: none;
}
.portfolio-wrap
  section.locations-section
  .swiper-nav
  .locations-swiper-button-next:hover {
  opacity: 0.7;
}
.portfolio-wrap
  section.locations-section
  .swiper-nav
  .locations-swiper-button-prev {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  display: none;
}
.portfolio-wrap section.website-section {
  background-color: #00a39c;
}
.portfolio-wrap section.website-section .content {
  max-width: 1480px;
}
.portfolio-wrap section.website-section .content h3 {
  font-size: clamp(30px, 5rem, 40px);
  line-height: 1.13;
  margin-top: 3rem;
}
@media (min-width: 768px) {
  .portfolio-wrap section.website-section .content h3 {
    font-size: clamp(20px, 7.7rem, 65px);
  }
}
@media (max-width: 600px) {
  .portfolio-wrap section.website-section .web-image {
    display: flex;
    justify-content: center;
  }
  .portfolio-wrap section.website-section img {
    max-width: 200%;
    position: relative;
  }
}
.portfolio-wrap section.website-section .col-images {
  position: absolute;
  display: flex;
  align-items: center;
  height: 100%;
  z-index: 2;
  top: 0;
}
.portfolio-wrap section.website-section .col-images img {
  position: relative;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.portfolio-wrap section.website-section .col-images img.student-1 {
  top: -80px;
}
.portfolio-wrap section.website-section .col-images img.student-2 {
  top: 120px;
}
@media (max-width: 1200px) {
  .portfolio-wrap section.website-section .col-images {
    display: none;
  }
}
.portfolio-wrap section.website-section .left-col-images {
  left: 10px;
}
.portfolio-wrap section.website-section .right-col-images {
  right: 10px;
}
@media (min-width: 1340px) {
  .portfolio-wrap section.website-section .left-col-images {
    left: 50px;
  }
  .portfolio-wrap section.website-section .right-col-images {
    right: 50px;
  }
}
.portfolio-wrap section.text-banner-section {
  background-color: #00a39c;
}
.portfolio-wrap section.text-banner-section .content li {
  font-size: clamp(40px, 4.2rem, 52px);
  font-weight: 900;
}
@media (min-width: 768px) {
  .portfolio-wrap section.text-banner-section .content li {
    font-size: clamp(40px, 5.2rem, 52px);
  }
}
.portfolio-wrap section.text-banner-section .row-1 {
  -webkit-transform: translateX(150px);
  transform: translateX(150px);
}
.portfolio-wrap section.text-banner-section .row-2 {
  -webkit-transform: translateX(250px);
  transform: translateX(250px);
}
.portfolio-wrap section.text-banner-section .row-3 {
  -webkit-transform: translateX(350px);
  transform: translateX(350px);
}
.portfolio-wrap section.app-section {
  background-color: #00a39c;
  overflow: visible;
}
.portfolio-wrap section.app-section .image-area {
  display: flex;
}
.portfolio-wrap section.app-section .image-area .bg-img {
  overflow: visible;
}
.portfolio-wrap section.app-section .the-app h2 {
  font-size: clamp(40px, 13rem, 133px);
}
.portfolio-wrap section.app-section .the-app .inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.portfolio-wrap section.app-section .the-app .inner p {
  margin-top: 10px;
  margin-bottom: 70px;
}
@media (min-width: 1281px) {
  .portfolio-wrap section.app-section .container {
    padding-left: 0rem;
    padding-right: 0rem;
  }
}
@media (min-width: 1200px) {
  .portfolio-wrap section.app-section .content-area {
    width: 30%;
  }
  .portfolio-wrap section.app-section .phones {
    width: 30%;
  }
}
.portfolio-wrap section.the-design-section {
  background-color: white;
}
.portfolio-wrap section.the-design-section h2 {
  margin-bottom: 6rem;
}
.portfolio-wrap section.the-design-section .container {
  max-width: 1480px;
  padding-left: 5rem;
  padding-right: 5rem;
}
@media (min-width: 768px) {
  .portfolio-wrap section.the-design-section .container {
    max-width: 1150px;
    padding-left: 5rem;
    padding-right: 5rem;
  }
}
@media (min-width: 1281px) {
  .portfolio-wrap section.the-design-section .container {
    max-width: 1390px;
    padding-left: 10rem;
    padding-right: 10rem;
  }
}
@media (min-width: 1531px) {
  .portfolio-wrap section.the-design-section .container {
    max-width: 1480px;
  }
}
.portfolio-wrap section.the-design-section .image-area {
  width: 100%;
}
@media (min-width: 1024px) {
  .portfolio-wrap section.the-design-section .image-area {
    width: 59%;
  }
}
.portfolio-wrap section.the-design-section .content-area {
  width: 100%;
}
@media (min-width: 1024px) {
  .portfolio-wrap section.the-design-section .content-area {
    width: 38%;
  }
}
.portfolio-wrap section.the-design-section .the-design {
  position: relative;
  z-index: 12;
  padding-inline: 16px;
  background-color: white;
  box-shadow: 0px 5px 35px 0px rgba(0, 0, 0, 0.08);
  border-radius: 25px;
  top: -25px;
}
@media (min-width: 1340px) {
  .portfolio-wrap section.the-design-section .the-design {
    left: -80px;
    top: auto;
    width: 110%;
  }
}
.portfolio-wrap section.the-design-section .the-design-images {
  align-items: center;
  width: 100%;
  max-width: 750px;
  position: relative;
  overflow: visible;
  flex-wrap: wrap;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  gap: 5rem;
}
@media (min-width: 1024px) {
  .portfolio-wrap section.the-design-section .the-design-images {
    left: inherit;
    -webkit-transform: none;
    transform: none;
    max-width: 750px;
    margin-left: 15rem;
  }
}
@media (min-width: 1380px) {
  .portfolio-wrap section.the-design-section .the-design-images {
    flex-wrap: nowrap;
    max-width: 1370px;
  }
}
.portfolio-wrap section.the-design-section .the-design-images img {
  width: auto;
  height: auto;
}
@media (min-width: 1024px) {
  .portfolio-wrap section.the-design-section .green-border-inner {
    padding-top: 9rem;
    padding-bottom: 9rem;
  }
  .portfolio-wrap section.the-design-section .green-border-inner::before {
    content: "";
    transition: 0.3s ease-out all;
    opacity: 1;
    pointer-events: none;
    z-index: 12;
    border: #00a39c solid 1px;
    border-radius: 20px;
    position: absolute;
    top: 0;
    right: 0;
    width: 89%;
    height: 100%;
  }
}
.portfolio-wrap section.the-design-section .inner {
  width: 100%;
}
@media (min-width: 1024px) {
  .portfolio-wrap section.the-design-section .inner {
    max-width: 370px;
    margin-left: 4rem;
    padding-right: 2rem;
  }
}
@media (min-width: 1500px) {
  .portfolio-wrap section.the-design-section .inner {
    margin-left: 13rem;
  }
}
.portfolio-wrap section.ux-section {
  background-color: white;
}
.portfolio-wrap section.ux-section .inner {
  width: 100%;
  display: flex;
  justify-content: center;
}
.portfolio-wrap section.ux-section .inner .ux-content {
  max-width: 410px;
}
.portfolio-wrap section.ux-section h2 {
  font-size: clamp(40px, 7.5rem, 60px);
}
@media (min-width: 768px) {
  .portfolio-wrap section.ux-section h2 {
    font-size: clamp(40px, 9rem, 80px);
  }
}
.portfolio-wrap section.ux-section h3 {
  font-size: clamp(30px, 4.7rem, 69px);
  position: relative;
  left: 150px;
  top: -65px;
  line-height: 1.13;
}
@media (min-width: 768px) {
  .portfolio-wrap section.ux-section h3 {
    font-size: clamp(20px, 7.7rem, 69px);
    left: 180px;
    top: -85px;
  }
}
.portfolio-wrap section.ux-section .content-area {
  width: 100%;
}
@media (min-width: 1025px) {
  .portfolio-wrap section.ux-section .content-area {
    width: 37%;
  }
}
@media (min-width: 1200px) {
  .portfolio-wrap section.ux-section .content-area {
    width: 47%;
  }
}
.portfolio-wrap section.ux-section .image-area {
  width: 100%;
  min-height: 600px;
  position: relative;
  display: flex;
}
@media (min-width: 1200px) {
    .portfolio-wrap section.ux-section .image-area {
      min-height: 500px;
    }
}
@media (min-width: 1025px) {
  .portfolio-wrap section.ux-section .image-area {
    width: 60%;
  }
}
@media (min-width: 1200px) {
  .portfolio-wrap section.ux-section .image-area {
    width: 50%;
  }
}
.portfolio-wrap section.ux-section .phone {
  position: relative;
  overflow: visible;
}
@media (max-width: 650px) {
  .portfolio-wrap section.ux-section .phone {
    width: 100%;
    flex: 1;
    min-width: 290px;
  }
}
.portfolio-wrap section.ux-section .phone-red {
  position: relative;
}
@media (max-width: 600px) {
  .portfolio-wrap section.ux-section .phone-red {
    left: -11%;
  }
}
@media (max-width: 500px) {
  .portfolio-wrap section.ux-section .phone-red {
    left: -20%;
  }
}
@media (max-width: 400px) {
  .portfolio-wrap section.ux-section .phone-red {
    left: -35%;
  }
}
@media (max-width: 320px) {
  .portfolio-wrap section.ux-section .phone-red {
    left: -68%;
  }
}
.portfolio-wrap section.ux-section .phone-green {
  position: relative;
}
@media (max-width: 600px) {
  .portfolio-wrap section.ux-section .phone-green {
    right: 20%;
  }
}
@media (max-width: 500px) {
  .portfolio-wrap section.ux-section .phone-green {
    right: 21%;
  }
}
@media (max-width: 400px) {
  .portfolio-wrap section.ux-section .phone-green {
    right: 55%;
  }
}
@media (max-width: 320px) {
  .portfolio-wrap section.ux-section .phone-green {
    right: 82%;
  }
}
.portfolio-wrap section.page-splash-section {
  min-height: clamp(300px, 100vw, 1064px);
}
.portfolio-wrap section.page-splash-section .simpleParallax {
  height: clamp(300px, 100vw, 1064px);
}
.portfolio-wrap section.imageSlidersSection {
  width: 100vw;
  height: 100vh;
  background-color: #028b8a;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 3;
}
.portfolio-wrap section.imageSlidersSection .imageSlidersDiv {
  display: flex;
  justify-content: center;
  align-items: center;
}
.portfolio-wrap section.imageSlidersSection .imageSlider {
  border: 1px solid #b5141f;
  box-shadow: 0 0 0 1.2rem #b5141f;
  border-radius: 2rem;
  width: 736px;
  height: 824px;
  overflow: hidden;
  margin-bottom: 136px;
  margin-left: 126px;
  margin-right: 126px;
}
.portfolio-wrap section.imageSlidersSection .imageSlider.sliderG {
  border: 1px solid #00a29c;
  box-shadow: 0 0 0 1.2rem #00a29c;
}
.portfolio-wrap section.imageSlidersSection .imageSlider.sliderB {
  border: 1px solid #132742;
  box-shadow: 0 0 0 1.2rem #132742;
}
.portfolio-wrap section.imageSlidersSection .logo {
  position: absolute;
  z-index: 5;
  width: clamp(320px, 48vw, 908px);
  text-shadow: 0 0.7rem 5rem rgba(0, 0, 0, 0.5);
}
.portfolio-wrap section.wireframe-text-section .content {
  gap: 2rem;
}
.portfolio-wrap section.wireframe-text-section .content p {
  max-width: 810px;
  margin: 0 auto;
}
.portfolio-wrap section.wireframe-section {
  position: relative;
  overflow: hidden;
  background-color: white;
}
.portfolio-wrap section.wireframe-section p.position-text {
  position: absolute;
  top: 40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  color: #00a39c;
  font-family: Lato, sans-serif;
  font-size: 18px;
}
.portfolio-wrap section.wireframe-section .swiper {
  width: 100%;
}
.portfolio-wrap section.wireframe-section .swiper .swiper-wrapper {
  display: flex;
}
.portfolio-wrap section.wireframe-section .swiper .swiper-slide {
  flex: 0 0 100%;
}
@media (min-width: 768px) {
  .portfolio-wrap section.wireframe-section .swiper .swiper-slide {
    flex: 0 0 75%;
  }
}
@media (min-width: 1200px) {
  .portfolio-wrap section.wireframe-section .swiper .swiper-slide {
    flex: 0 0 65%;
  }
}
.portfolio-wrap section.wireframe-section .wireframe-swiper-pagination {
  display: none;
}
.portfolio-wrap section.wireframe-section .swiper-nav {
  display: none;
  position: absolute;
  width: 140px;
  height: 66px;
  bottom: 30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 10;
}
.portfolio-wrap
  section.wireframe-section
  .swiper-nav
  .wireframe-swiper-button-prev,
.portfolio-wrap
  section.wireframe-section
  .swiper-nav
  .wireframe-swiper-button-next {
  width: 46px;
  height: 51px;
}
.portfolio-wrap
  section.wireframe-section
  .swiper-nav
  .wireframe-swiper-button-prev::after,
.portfolio-wrap
  section.wireframe-section
  .swiper-nav
  .wireframe-swiper-button-next::after {
  content: "";
  display: none;
}
.portfolio-wrap
  section.wireframe-section
  .swiper-nav
  .access-swiper-button-prev {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.portfolio-wrap section.studyinn {
  height: 100%;
  min-height: 24vw;
}
@media (min-width: 1200px) {
  .portfolio-wrap section.studyinn {
    /*min-height: 975px;*/
  }
}
.portfolio-wrap section.studyinn .logo-container {
  background-color: transparent;
  width: 50%;
  height: 24vw;
  display: flex;
  justify-content: center;
  align-items: center;
}
.portfolio-wrap section.studyinn .logo-container .logo-studyinn {
  position: absolute;
  width: clamp(100px, 26vw, 572px);
  display: block;
}
.portfolio-wrap section.studyinn .logo-container .logo-studyinn img {
  width: 100%;
}
.usp img{
    max-width:800px;
}
@media (max-width: 768px) {
.usp img{
    max-width:300px;
}
.swiper-nav{
    display:none;
}
}
body.scrolled header {
    color: #000;
}