
/*  '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));
}
.resize {
  resize: both;
}
.flex-wrap {
  flex-wrap: wrap;
}
.items-center {
  align-items: center;
}
.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;
}
.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);
}
.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

 ========================================= */
:root {
  --plyr-color-main: #00a39c;
  --jsAnimation: linear 0.3s all;
}

::-moz-selection {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / 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 0 0 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-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 0 0 / var(--tw-bg-opacity));
  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;
}

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

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

	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-display: swap;
  color: black;
  font-family: sofia-pro, sans-serif;
  font-weight: 300;
}
@media (min-width: 1025px) {}

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

.portfolio-wrap p,
.portfolio-wrap .text {
  color: black;
  font-size: clamp(16px, 2.5rem, 20px);
  font-family: sofia-pro, sans-serif;
  font-weight: 300;
}

@media (max-width: 1025px) {
    .portfolio-wrap p,
    .portfolio-wrap .text {
      color: black;
      font-size: 14px;
      font-family: sofia-pro, sans-serif;
      font-weight: 300;
    }
}

.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: black;
}
.portfolio-wrap a * {
  cursor: pointer;
}
.portfolio-wrap a:hover, .portfolio-wrap a.active {
  color: black;
}
.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 {
  font-family: rift, sans-serif;
  font-weight: 700;
  color: black;
  margin-bottom: 3rem;
  text-transform: none;
  letter-spacing: normal;
}
@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;
  font-family: sofia-pro, sans-serif;
  font-weight: 700;
}
@media (min-width: 768px) {
  .portfolio-wrap h1,
  .portfolio-wrap .h1 {
    font-size: clamp(30px, 10rem, 80px);
  }
}
.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: sofia-pro, 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("../img/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-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%;
  }
}

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

	REUSABLE POSITIONAL ELEMENTS - center elements, left, right

 ========================================= */
.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;
}

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

	THEME - BGS, DARK/LIGHT, DECORATIVE, HERO BGS

 ========================================= */
.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;
}

.text-stroke {
  font-family: rift, sans-serif;
  font-weight: 700;
  font-size: clamp(30px, 6.5rem, 65px);
  color: transparent !important;
  -webkit-text-stroke: 1px black;
  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(730px, 100vh, 1800px);
  position: relative;
}
.hero-viewport .simpleParallax {
  height: clamp(730px, 100vh, 1800px);
}

.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,
  .portfolio-wrap .anim-move-icons {
    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,
.portfolio-wrap .anim-move-icons.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 .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);
  }
}

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

.banner {
  position: relative;
  width: 100%;
  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: 68px;
  font-family: rift, sans-serif;
  font-weight: 700;
  font-size: clamp(30px, 6.5rem, 65px);
  color: transparent !important;
  -webkit-text-stroke: 1px black;
  text-transform: uppercase;
}
.banner ul li::after {
  content: "";
  position: absolute;
  right: -22px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: white;
  font-size: 16px;
  text-transform: uppercase;
  background-image: url("color-dots.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50% 50%;
  background-position: top center;
  width: 39px;
  height: 9px;
}
.banner ul li.active, .banner ul li:hover {
  color: black !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 {
  position: relative;
}
.portfolio-wrap section {
  list-style: none;
  overflow: hidden;
}
.portfolio-wrap section .logo-small {
  width: 39px;
  height: 9px;
}
.portfolio-wrap section.hero-section {
  list-style: none;
  background-color: #000;
}
.portfolio-wrap section.hero-section video{
    opacity: 0.2;
}
.portfolio-wrap section.hero-section .hero-header {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.portfolio-wrap section.hero-section .row {
  flex: 1; /* Allow the rows to grow and fill the available vertical space */
}
.portfolio-wrap section.hero-section .row-top {
  align-self: flex-start;
}
.portfolio-wrap section.hero-section .row-bottom {
  align-self: stretch;
  margin-bottom: 100px;
}
.portfolio-wrap section.hero-section .hero-content {
  width: 84%;
  max-width: 1070px;
  gap: 4rem;
  display: flex;
  flex-direction: column;
}
@media (min-width: 1200px) {
  .portfolio-wrap section.hero-section .hero-content {
    width: 100%;
  }
}
.portfolio-wrap section.hero-section .hero-content h1 {
  text-align: left;
  color: white;
}
.portfolio-wrap section.hero-section img.color-dots {
  width: 236px;
}
.portfolio-wrap section.hero-section a.logo {
  position: relative;
  top: 100px;
  left: 0;
  width: 331px;
}
.portfolio-wrap section.hero-section a.logo img {
  list-style: none;
}
.portfolio-wrap section.hero-section a.items-center {
  list-style: none;
}
.portfolio-wrap section.hero-section a.items-center img {
  list-style: none;
}
.portfolio-wrap section.hero-section .scroll-down {
  position: absolute;
  bottom: inherit;
  bottom: 130px;
  right: 50%;
  transform: translateX(50%);
}
.portfolio-wrap section.digital-banner-section {
  padding-top: 0px;
  padding-bottom: 0px;
}
.portfolio-wrap section.digital-banner-section ul {
  list-style: none;
}
.portfolio-wrap section.digital-banner-section ul li {
  font-size: clamp(30px, 9.5rem, 80px);
  font-weight: 700;
  transition: 0.4s all;
}
@media (min-width: 1200px) {
  .portfolio-wrap section.digital-banner-section ul li {
    font-size: clamp(30px, 15rem, 187px);
  }
}
@media (min-width: 1500px) {
  .portfolio-wrap section.digital-banner-section ul li {
    font-size: clamp(30px, 24.5rem, 187px);
  }
}
.portfolio-wrap section.digital-banner-section ul li span {
  position: relative;
  background-image: url("text-background.jpg");
  background-attachment: fixed;
  background-size: cover;
  background-position: center center;
  -webkit-background-clip: text;
  /*-webkit-text-fill-color: rgba(254, 254, 254, 0.831372549); */
  color: rgba(254, 254, 254, 0.831372549);
  -webkit-text-stroke: 1px #a37182;
  transition: .4s all;
  display: block;
  cursor: default;
  
}
.portfolio-wrap section.digital-banner-section ul li figure {
  position: absolute;
  z-index: -1;
}
.portfolio-wrap section.digital-banner-section ul li:nth-child(2n) span {
  -webkit-text-stroke: 1px #5cd9d6;
}
.portfolio-wrap section.digital-banner-section ul li:hover span {
  color: rgba(254, 254, 254, 0);
  transition: .4s all;
}
.portfolio-wrap section.animated-title-section {
  position: relative;
  padding-top: 0px;
  padding-bottom: 0px;
  overflow: hidden;
}
.portfolio-wrap section.animated-title-section .move-right {
  margin-right: -100px;
}
.portfolio-wrap .animated-title .content {
  min-height: 110px;
}
.portfolio-wrap .animated-title h1 {
  font-size: clamp(30px, 5rem, 50px);
  -webkit-text-stroke: 1px #dddddd;
  text-transform: uppercase;
  position: absolute;
  top: 0%;
  left: 0;
  width: 100%;
  text-align: center;
  font-family: rift, sans-serif;
  font-weight: 700;
  white-space: nowrap;
}
@media (min-width: 1200px) {
  .portfolio-wrap .animated-title h1 {
    font-size: clamp(30px, 7rem, 100px);
  }
}
@media (min-width: 1500px) {
  .portfolio-wrap .animated-title h1 {
    font-size: clamp(30px, 10rem, 100px);
  }
}
.portfolio-wrap .animated-title h2 {
  margin-top: 9px;
  font-size: clamp(29px, 2.9rem, 50px);
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  position: absolute;
  top: 0%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  white-space: nowrap;
}
@media (min-width: 1200px) {
  .portfolio-wrap .animated-title h2 {
    margin-top: 0;
    font-size: clamp(30px, 7rem, 100px);
  }
}
@media (min-width: 1500px) {
  .portfolio-wrap .animated-title h2 {
    font-size: clamp(30px, 10rem, 100px);
  }
}
.portfolio-wrap section.animated-website-section {
  padding-top: clamp(60px, 3.9vw, 75px);
  padding-bottom: 0;
}
.portfolio-wrap section.animated-website-section .website-page {
  width: 100%;
  position: relative;
  overflow: visible;
}
.portfolio-wrap section.animated-website-section .flipped-text {
  color: white;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  font-family: rift, sans-serif;
  font-weight: 700;
  font-size: clamp(30px, 4rem, 80px);
  text-shadow: 0px 0px 11px rgba(0, 0, 0, 0.04);
  position: absolute;
  z-index: 1;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (min-width: 600px) {
  .portfolio-wrap section.animated-website-section .flipped-text {
    font-size: clamp(30px, 6rem, 80px);
  }
}
@media (min-width: 768px) {
  .portfolio-wrap section.animated-website-section .flipped-text {
    font-size: clamp(30px, 8rem, 80px);
  }
}
.portfolio-wrap section.animated-website-section .flipped-text span {
  display: block;
}
.portfolio-wrap section.animated-website-section .animated {
  left: -2.5%;
}

.portfolio-wrap section.animated-website-section .animated span {
    -webkit-transform: rotate(270deg) translatex(-50%);
    transform: rotate(270deg) translatex(-50%);
    text-shadow: 0px 1px 6px rgba(66, 68, 90, 0.4);
    line-height: 1;
    transform-origin: top left;
}
.portfolio-wrap section.animated-website-section .interactive {
  right: -2.5%;
}

.portfolio-wrap section.animated-website-section .interactive span {
   -webkit-transform: rotate(90deg)  translatex(50%);
    transform: rotate(90deg)  translatex(50%);
    text-shadow: 0px 1px 6px rgba(66, 68, 90, 0.4);
    line-height: 1;
    transform-origin: top right;          
}
.portfolio-wrap section.text-section {
  padding-top: 30px;
  padding-bottom: 0;
}
.portfolio-wrap section.text-section p {
  font-size: clamp(18px, 2.4rem, 36px);
  font-weight: 600;
  max-width: 1024px;
  text-align: center;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .portfolio-wrap section.text-section p {
    font-size: clamp(30px, 3.6rem, 36px);
  }
}
.portfolio-wrap .infiniteMarqueeResponsive {
  height: 28vh !important;
  justify-content: space-evenly !important;
}
.portfolio-wrap .infiniteMarquee {
  width: 100vw;
  height: 50vh;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.portfolio-wrap .marqueeDiv {
  width: 100vw;
  overflow: hidden;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.portfolio-wrap .marqueeSliderDiv {
  width: 300vw;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.portfolio-wrap .marqueeCard {
  font-size: 6rem;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 4rem;
  text-align: center;
}
.portfolio-wrap .marqueeLogo {
  margin-left: 4rem;
}
.portfolio-wrap section.text-banner-section {
  margin-top: 3rem;
  padding-bottom: 0;
}
.portfolio-wrap section.text-banner-section ul {
  width: 100%;
  list-style: none;
  display: flex;
  gap: 15rem;
  counter-reset: my-counter;
  list-style-type: none;
}
.portfolio-wrap section.text-banner-section ul li {
  color: black;
  font-size: clamp(30px, 7rem, 56px);
  font-family: rift, sans-serif;
  font-weight: 700;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
  position: relative;
  padding-left: 28px;
  transition: 0.3s ease all;
  cursor: default;
}
@media (min-width: 768px) {
  .portfolio-wrap section.text-banner-section ul li {
    font-size: clamp(30px, 8rem, 80px);
  }
}
@media (min-width: 1500px) {
  .portfolio-wrap section.text-banner-section ul li {
    font-size: clamp(30px, 8rem, 80px);
  }
}
.portfolio-wrap section.text-banner-section ul li::before {
  counter-increment: my-counter;
  content: "0" counter(my-counter) " ";
  color: black;
  font-size: 20px;
  font-family: rift, sans-serif;
  font-weight: 400;
  position: absolute;
  left: 0px;
  top: 10%;
}
@media (min-width: 10240px) {
  .portfolio-wrap section.text-banner-section ul li::before {
    top: 20%;
  }
}
.portfolio-wrap section.text-banner-section ul li:nth-child(1), .portfolio-wrap section.text-banner-section ul li:nth-child(5) {
  color: transparent !important;
  -webkit-text-stroke: 1px #5cd9d6;
}
.portfolio-wrap section.text-banner-section ul li:nth-child(1)::before, .portfolio-wrap section.text-banner-section ul li:nth-child(5)::before {
  color: #5cd9d6;
}
.portfolio-wrap section.text-banner-section ul li:nth-child(2), .portfolio-wrap section.text-banner-section ul li:nth-child(6) {
  color: transparent !important;
  -webkit-text-stroke: 1px #00b2e3;
}
.portfolio-wrap section.text-banner-section ul li:nth-child(2)::before, .portfolio-wrap section.text-banner-section ul li:nth-child(6)::before {
  color: #00b2e3;
}
.portfolio-wrap section.text-banner-section ul li:nth-child(3), .portfolio-wrap section.text-banner-section ul li:nth-child(7) {
  color: transparent !important;
  -webkit-text-stroke: 1px #d65282;
}
.portfolio-wrap section.text-banner-section ul li:nth-child(3)::before, .portfolio-wrap section.text-banner-section ul li:nth-child(7)::before {
  color: #d65282;
}
.portfolio-wrap section.text-banner-section ul li:nth-child(4), .portfolio-wrap section.text-banner-section ul li:nth-child(8) {
  color: transparent !important;
  -webkit-text-stroke: 1px #002ead;
}
.portfolio-wrap section.text-banner-section ul li:nth-child(4)::before, .portfolio-wrap section.text-banner-section ul li:nth-child(8)::before {
  color: #002ead;
}
.portfolio-wrap section.text-banner-section ul li:hover {
  color: transparent !important;
  -webkit-text-stroke: 1px #5cd9d6;
}

.portfolio-wrap section.step-section .steps {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  width: 100%;
  gap: 1rem;
}
.portfolio-wrap section.step-section .steps .step {
  width: 100%;
  width: 37px;
  position: relative;
}
@media (max-width: 767px) {
  .portfolio-wrap section.step-section .steps .step .arrow {
    -webkit-transform: scalex(-1) rotate(90deg);
            transform: scalex(-1) rotate(90deg);
  }
}
.portfolio-wrap section.step-section .steps .step .flip {
  -webkit-transform: scalex(-1) rotate(180deg);
          transform: scalex(-1) rotate(180deg);
}
@media (max-width: 767px) {
  .portfolio-wrap section.step-section .steps .step .flip {
    -webkit-transform: scalex(-1) rotate(90deg);
            transform: scalex(-1) rotate(90deg);
  }
}
.portfolio-wrap section.step-section .steps .step h1,
.portfolio-wrap section.step-section .steps .step h2 {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
  color: white;
  text-transform: uppercase;
}
.portfolio-wrap section.step-section .steps .step h1 {
  font-size: clamp(24px, 3.2vw, 60px);
  font-family: rift, sans-serif;
  margin-top: 62px;
  width: 100%;
  text-shadow: 0px 4px 3px rgba(0, 0, 0, 0.22);
}
.portfolio-wrap section.step-section .steps .step h2 {
  font-size: 25px;
}
@media (min-width: 768px) {
  .portfolio-wrap section.step-section .steps .step h2 {
    font-size: clamp(18px, 3.2vw, 25px);
  }
}
.portfolio-wrap section.step-section .steps .circle {
  width: 192px;
}
.portfolio-wrap section.step-section .steps .phone-call {
  width: 423px;
}
@media (max-width: 767px) {
  .portfolio-wrap section.step-section .steps {
    flex-direction: column;
    gap: 4rem;
  }
}
.portfolio-wrap section.media-section {
  overflow: hidden;
}
.portfolio-wrap section.icons-section {
  padding-top: 0;
}
.portfolio-wrap section.icons-section .steps {
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 100%;
}
@media (max-width: 1500px) {
  .portfolio-wrap section.icons-section .steps {
    max-width: 1040px;
    flex-wrap: wrap;
    gap: 3rem;
    margin: 0 auto;
  }
}
@media (max-width: 1140px) {
  .portfolio-wrap section.icons-section .steps {
    max-width: 860px;
  }
}
@media (max-width: 960px) {
  .portfolio-wrap section.icons-section .steps {
    max-width: 580px;
  }
}
.portfolio-wrap section.icons-section .steps .step {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: column;
  position: relative;
  width: 328px;
  height: 328px;
}
@media (max-width: 1140px) {
  .portfolio-wrap section.icons-section .steps .step {
    width: 268px;
    height: 268px;
  }
}

@media (max-width: 480px) {
  .portfolio-wrap section.icons-section .steps .step {
    width: calc(50% - 5rem);
    height: 150px;
  }
}

.portfolio-wrap section.icons-section .steps .step figure {
  z-index: 0;
  opacity: 0;
  transition: 0.3s all ease;
}
.portfolio-wrap section.icons-section .steps .step img {
  z-index: 1;
}
.portfolio-wrap section.icons-section .steps .step p {
  font-family: sofia-pro, sans-serif;
  font-weight: 600;
  position: relative;
  z-index: 2;
}
.portfolio-wrap section.icons-section .steps .step.active figure, .portfolio-wrap section.icons-section .steps .step:hover figure {
  opacity: 1;
}
.portfolio-wrap section.startup-section {
  padding-top: 0;
  padding-bottom: 0;
}
.portfolio-wrap section.startup-section h2 {
  text-align: center;
  font-family: sofia-pro, sans-serif;
  font-weight: 600;
  font-size: clamp(30px, 3rem, 60px);
  max-width: 640px;
  width: 100%;
  margin: 0 auto 60px;
}
.portfolio-wrap section.startup-section h2 img {
  display: inline-block;
  margin-bottom: 1.1rem;
  width: 53px;
}
@media (min-width: 768px) {
  .portfolio-wrap section.startup-section h2 {
    font-size: clamp(30px, 6rem, 60px);
  }
  .portfolio-wrap section.startup-section h2 img {
    width: 83px;
  }
}
.portfolio-wrap section.startup-section img.webpage-startup {
  margin: 0 auto;
}
.portfolio-wrap section.our-goal-section {
  padding-top: 0;
}
.portfolio-wrap section.our-goal-section h2 {
  text-transform: capitalize;
  text-align: center;
}
.portfolio-wrap section.our-goal-section p {
  text-align: center;
  max-width: 800px;
  margin: 36px auto 0;
}
.portfolio-wrap section.our-goal-section .color-dots {
  position: relative;
  top: 80px;
  width: 39px;
  height: 9px;
  margin: 0 auto;
}
.portfolio-wrap section.our-goal-section .move-right {
  margin-right: -3000px;
}
.portfolio-wrap section.our-goal-dot-section {
  padding-top: clamp(60px, 6vw, 100px);
}
.portfolio-wrap section.our-goal-dot-section p {
  margin: 66px auto 0;
  font-size: clamp(18px, 2.4rem, 30px);
  font-weight: 600;
  max-width: 1024px;
  text-align: center;
}
@media (min-width: 768px) {
  .portfolio-wrap section.our-goal-dot-section p {
    font-size: clamp(30px, 3.6rem, 36px);
  }
}
.portfolio-wrap section.ux-section {
  background-color: white;
}
.portfolio-wrap section.ux-section .inner {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  flex-wrap: wrap;
  max-width: 392px;
  gap: 5rem;
}
.portfolio-wrap section.ux-section h2 {
  font-size: clamp(30px, 3rem, 40px);
  font-family: sofia-pro, sans-serif;
  font-weight: 600;
}
@media (min-width: 768px) {
  .portfolio-wrap section.ux-section h2 {
    font-size: clamp(30px, 4rem, 40px);
  }
}
.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%;
    display: flex;
    justify-content: right;
    align-items: start;
  }
}
@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: 1025px) {
  .portfolio-wrap section.ux-section .image-area {
    width: 60%;
  }
}
@media (min-width: 1200px) {
  .portfolio-wrap section.ux-section .image-area {
    width: 50%;
  }
}

@media (min-width: 480px) {
  .portfolio-wrap section.ux-section .image-area {
      min-height: 500px;
  }
}

.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-green {
  position: relative;
}
@media (max-width: 600px) {
  .portfolio-wrap section.ux-section .phone-green {
    left: -11%;
  }
}
@media (max-width: 500px) {
  .portfolio-wrap section.ux-section .phone-green {
    left: -20%;
  }
}
@media (max-width: 400px) {
  .portfolio-wrap section.ux-section .phone-green {
    left: -40%;
  }
}
@media (max-width: 320px) {
  .portfolio-wrap section.ux-section .phone-green {
    left: -68%;
  }
}
.portfolio-wrap section.ux-section .phone-blue {
  position: relative;
}
@media (max-width: 600px) {
  .portfolio-wrap section.ux-section .phone-blue {
    right: 20%;
  }
}
@media (max-width: 500px) {
  .portfolio-wrap section.ux-section .phone-blue {
    right: 21%;
  }
}
@media (max-width: 400px) {
  .portfolio-wrap section.ux-section .phone-blue {
    right: 45%;
  }
}
@media (max-width: 320px) {
  .portfolio-wrap section.ux-section .phone-blue {
    right: 82%;
  }
}
.portfolio-wrap section.page-splash-section {
  list-style: none;
}
.portfolio-wrap section.page-splash-section figure.bg-img-absolute {
  list-style: none;
}
.portfolio-wrap section.page-splash-section figure.bg-img-absolute img.parallax-image {
  list-style: none;
}
.portfolio-wrap section.imageSlidersSection {
  width: 100vw;
  height: 100vh;
  background-color: #dce3f6;
  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 #5cd9d6;
  box-shadow: 0 0 0 1.2rem #5cd9d6;
  border-radius: 2rem;
  width: 736px;
  height: 704px;
  overflow: hidden;
  margin-bottom: 66px;
  margin-left: 96px;
  margin-right: 96px;
}
@media (max-width: 480px) {
    .portfolio-wrap section.imageSlidersSection .imageSlider{
        width: 250px;
        height: 290px;
        margin-left: 20px;
        margin-right: 65px;
    }
}
.portfolio-wrap section.imageSlidersSection .imageSlider:nth-child(1), .portfolio-wrap section.imageSlidersSection .imageSlider:nth-child(5) {
  border: 1px solid #5cd9d6;
  box-shadow: 0 0 0 1.2rem #5cd9d6;
}
.portfolio-wrap section.imageSlidersSection .imageSlider:nth-child(2), .portfolio-wrap section.imageSlidersSection .imageSlider:nth-child(6) {
  border: 1px solid #00b2e3;
  box-shadow: 0 0 0 1.2rem #00b2e3;
}
.portfolio-wrap section.imageSlidersSection .imageSlider:nth-child(3), .portfolio-wrap section.imageSlidersSection .imageSlider:nth-child(7) {
  border: 1px solid #d65282;
  box-shadow: 0 0 0 1.2rem #d65282;
}
.portfolio-wrap section.imageSlidersSection .imageSlider:nth-child(4), .portfolio-wrap section.imageSlidersSection .imageSlider:nth-child(8) {
  border: 1px solid #002ead;
  box-shadow: 0 0 0 1.2rem #002ead;
}
.portfolio-wrap section.imageSlidersSection .logo {
  position: absolute;
  z-index: 5;
  width: clamp(320px, 35vw, 664px);
}
.portfolio-wrap section.wireframe-section {
  position: relative;
  overflow: hidden;
  background-color: white;
  border: #f1f1f1 solid 1px;
  border-radius: 2rem;
}
.portfolio-wrap section.wireframe-section p.position-text {
  position: relative;
  color: #cbcbcb;
  text-align: center;
}
.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%;
}
.portfolio-wrap section.wireframe-section .swiper .swiper-slide img{
    border-radius: 35px;
}
@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.marketing-section .content {
  z-index: 1;
  display: flex;
  align-items: center;
  flex-direction: column;
  max-width: 1364px;
}
@media (min-width: 1200px) {
  .portfolio-wrap section.marketing-section .content {
    flex-direction: row;
  }
}
.portfolio-wrap section.marketing-section .half {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 3rem;
  width: 100%;
  padding: 40px;
}
.portfolio-wrap section.marketing-section .half img.white-dots {
  width: 64px;
  height: 17px;
}
.portfolio-wrap section.marketing-section .half h2 {
  margin: 0;
  font-size: clamp(30px, 3.6vw, 69px);
}
.portfolio-wrap section.marketing-section .half p {
  font-size: 22px;
}
.portfolio-wrap section.marketing-section .half a {
  display: block;
  width: 51px;
  height: 51px;
}
.portfolio-wrap section.marketing-section .half a img {
  width: 100%;
}
@media (min-width: 1200px) {
  .portfolio-wrap section.marketing-section .half {
    width: 50%;
    padding: 40px;
  }
}
.portfolio-wrap section.marketing-section .purple-half {
  border-top-left-radius: 28px;
  border-top-right-radius: 28px;
  background-color: #463bd3;
}
@media (min-width: 1200px) {
  .portfolio-wrap section.marketing-section .purple-half {
    border-top-left-radius: 28px;
    border-bottom-left-radius: 28px;
    border-top-right-radius: inherit;
  }
}
.portfolio-wrap section.marketing-section .image-area {
  min-height: 200px;
  height: 100%;
  overflow: hidden;
  border-bottom-left-radius: 28px;
  border-bottom-right-radius: 28px;
}
.portfolio-wrap section.marketing-section .image-area figure {
  width: 100%;
  top: 0;
  left: 0;
}
.portfolio-wrap section.marketing-section .image-area .bg-img img {
  -o-object-position: center 20%;
     object-position: center 20%;
}
@media (min-width: 1200px) {
  .portfolio-wrap section.marketing-section .image-area {
    border-top-right-radius: 28px;
    border-bottom-right-radius: 28px;
    border-bottom-left-radius: inherit;
  }
  .portfolio-wrap section.marketing-section .image-area .bg-img img {
    -o-object-position: center top;
       object-position: center top;
  }
}

.graidentvideo{
    background: rgb(221,221,248);
    background: linear-gradient(-160deg, rgba(221,221,248,1) 0%, rgba(221,248,248,1) 100%);
    border-radius: 35px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding-top: max(20px, 5%);
}
.graidentvideo video{
    max-width: 90%;
    border-radius: 35px 35px 0 0;
}

.graidenbg{
    background: rgb(221,221,248);
    background: linear-gradient(-160deg, rgba(221,221,248,1) 0%, rgba(221,248,248,1) 100%);
    border-radius: 35px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: max(20px, 5%);
    max-height: 800px;
    overflow: hidden;
}
.graidenbg .bg-img{
    height: 45vh;
    padding: 5%;
}
.graidenbg img{
    border-radius: 35px;    
}
.main-logo{
    display:none ;
}
@media (max-width: 480px) {
    .webgl{
        display:none !important;
    }
    .hero .bg-img {
        height: 150%;
    }
    .portfolio-wrap section.hero-section .scroll-down{
        bottom: 30px;
        scale: 0.8;
    }
    .main-logo{
        display:block ;
    }
    .portfolio-wrap section.hero-section a.logo{
        width: 250px;
    }
    .graidentvideo{
        min-height: 265px;
        align-items: center;
    }
    .graidentvideo video {
        border-radius: 35px ;
    }
    .portfolio-wrap section.animated-website-section .interactive{
        right: -6.5%;
    }
    .portfolio-wrap section.animated-website-section .animated {
        left: -6.5%;
    }
    .step-section{
        display:none !important;
    }
    .graidenbg .bg-img{
        height: 175px;
    }
    .graidenbg{
        max-height:400px;
    }
}