/*
! 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.
*/

.portfolio-wrap blockquote,
.portfolio-wrap dl,
.portfolio-wrap dd,
.portfolio-wrap h1,
.portfolio-wrap h2,
.portfolio-wrap h3,
.portfolio-wrap h4,
.portfolio-wrap h5,
.portfolio-wrap h6,
.portfolio-wrap hr,
.portfolio-wrap figure,
.portfolio-wrap p,
.portfolio-wrap 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: 100%) {

  .container {
    max-width: 100%;
  }
}
.pointer-events-auto {
  pointer-events: auto;
}
.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;
}
.left-1\/2 {
  left: 50%;
}
.top-1 {
  top: 0.25rem;
}
.top-1\/2 {
  top: 50%;
}
.z-10 {
  z-index: 10;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.inline {
  display: inline;
}
.flex {
  display: flex;
}
.table {
  display: table;
}
.grid {
  display: grid;
}
.portfolio-wrap .hidden {
  display: none;
}
.w-11\/12 {
  width: 91.666667%;
}
.w-2\/5 {
  width: 40%;
}
.w-full {
  width: 100%;
}
.-translate-x-1\/2 {
  --tw-translate-x: -50%;
  -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));
}
.-translate-y-1\/2 {
  --tw-translate-y: -50%;
  -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));
}
.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;
}
.flex-wrap {
  flex-wrap: wrap;
}
.items-center {
  align-items: center;
}
.justify-center {
  justify-content: center;
}
.overflow-hidden {
  overflow: hidden;
}
.border {
  border-width: 1px;
}
.bg-blue {
  --tw-bg-opacity: 1;
  background-color: rgb(78 135 251 / var(--tw-bg-opacity));
}
.bg-blue-dark {
  --tw-bg-opacity: 1;
  background-color: rgb(0 40 135 / var(--tw-bg-opacity));
}
.bg-green {
  --tw-bg-opacity: 1;
  background-color: rgb(57 198 127 / var(--tw-bg-opacity));
}
.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-2xl {
  font-size: 1.6rem;
}
.uppercase {
  text-transform: uppercase;
}
.italic {
  font-style: italic;
}
.text-blue {
  --tw-text-opacity: 1;
  color: rgb(78 135 251 / var(--tw-text-opacity));
}
.text-green {
  --tw-text-opacity: 1;
  color: rgb(57 198 127 / var(--tw-text-opacity));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / 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);
}
.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: "Helvetica Neue Condensed Bold";
  src: local("Helvetica Neue Condensed Bold"), local("HelveticaNeue-CondensedBold"), url("HelveticaNeue-CondensedBold.woff2") format("woff2"), url("HelveticaNeue-CondensedBold.woff") format("woff"), url("HelveticaNeue-CondensedBold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
:root {
  --plyr-color-main: #00a39c;
  --jsAnimation: linear 0.3s all;
}

::-moz-selection {
  --tw-bg-opacity: 1;
  background-color: rgb(35 35 35 / 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(35 35 35 / 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(78 135 251 / var(--tw-bg-opacity));
}

.bg-green ::selection {
  --tw-bg-opacity: 1;
  background-color: rgb(78 135 251 / var(--tw-bg-opacity));
}

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

::-webkit-scrollbar-thumb {
  --tw-bg-opacity: 1;
  background-color: rgb(35 35 35 / 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: 100%) {
  html {
   /* font-size: 62.5%; */ 
  }
}

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

#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: "Poppins", "sans-serif";
  font-weight: 500;
}
.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: "Helvetica Neue Condensed Bold", "sans-serif";
  line-height: 1;
  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);
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .portfolio-wrap h1,
  .portfolio-wrap .h1 {
    font-size: clamp(30px, 12rem, 160px);
  }
}
.portfolio-wrap h2,
.portfolio-wrap .h2 {
  font-size: clamp(25px, 4rem, 40px);
  line-height: 1.13;
}
@media (min-width: 768px) {
  .portfolio-wrap h2,
  .portfolio-wrap .h2 {
    font-size: clamp(30px, 6.2rem, 55px);
  }
}
.portfolio-wrap h3,
.portfolio-wrap .h3 {
  font-size: clamp(30px, 3rem, 32px);
  line-height: 1.13;
}
@media (min-width: 768px) {
  .portfolio-wrap h3,
  .portfolio-wrap .h3 {
    font-size: clamp(30px, 5rem, 47px);
  }
}
.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: "Poppins", "sans-serif";
  font-size: clamp(16px, 1.6rem, 18px);
  font-weight: 500;
  transition: 0.3s all;
  border: 1px solid #002887;
  padding: 1.2rem 3.2rem;
  color: #002887;
  position: relative;
  margin-top: 4rem;
  text-transform: uppercase;
}
.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: white;
  border: 1px solid white;
}

.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 .full-height {
  height: 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: "Helvetica Neue Condensed Bold", "sans-serif";
  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;
}

.opacity-bg::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: black;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.33);
}

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

	REUSABLES 

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

.max-css-value {
  margin: max(30px, 6vw) 0;
}

.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 center;
     object-position: center center;
  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 {
    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 .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;
}

.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;
  font-family: "Helvetica Neue Condensed Bold", "sans-serif";
  font-size: clamp(30px, 6.5rem, 65px);
  font-weight: 900;
  color: #4e87fb !important;
  -webkit-text-stroke: 1px #4e87fb;
  text-transform: uppercase;
}
.banner ul li.active, .banner ul li:hover {
  color: #37c87d !important;
  -webkit-text-stroke: 1px #37c87d;
}

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

	SECTIONS - Specific to each section

 ========================================= */
.portfolio-wrap .section {
  overflow: hidden;
}
.portfolio-wrap section.hero-section {
  position: relative;
}
@media (min-width: 768px) {
  .portfolio-wrap section.hero-section figure {
    left: -43%;
  }
}
@media (max-width: 768px) {
    .hero-section .simpleParallax img{
        object-position: 76% center;
    }
}

.portfolio-wrap section.hero-section .section-half {
  width: 100%;
  height: clamp(700px, 100vh, 1400px);
  position: absolute;
  right: 0;
  top: 0;
}
@media (min-width: 768px) {
  .portfolio-wrap section.hero-section .section-half {
    width: 50%;
  }
}
.portfolio-wrap section.hero-section .section-half .section-split {
  position: absolute;
  right: 0;
  width: 100%;
}
.portfolio-wrap section.hero-section .section-half .row-top-section {
  top: 0;
  height: 50%;
  display: none;
}
@media (min-width: 768px) {
  .portfolio-wrap section.hero-section .section-half .row-top-section {
    display: flex;
  }
}
.portfolio-wrap section.hero-section .section-half .row-bottom-section {
  bottom: 0;
}
@media (min-width: 768px) {
  .portfolio-wrap section.hero-section .section-half .row-bottom-section {
    height: 50%;
  }
}
.portfolio-wrap section.hero-section .hero-content {
  display: flex;
  width: 100%;
}
@media (max-width: 767px) {
  .portfolio-wrap section.hero-section .hero-content {
    flex-direction: column;
  }
  .portfolio-wrap section.hero-section .hero-content .hero-mobile {
    display: flex;
    flex-direction: column;
    gap: 10rem;
  }
}
.portfolio-wrap section.hero-section .hero-content .half {
  width: 100%;
}
@media (min-width: 768px) {
  .portfolio-wrap section.hero-section .hero-content .half {
    width: 50%;
  }
}
.portfolio-wrap section.hero-section .hero-content .hero-mobile .title-container {
  height: 40%;
}
.portfolio-wrap section.hero-section .hero-content .hero-mobile .title-container h2 {
  font-size: 30px;
  text-align: center;
}
@media (min-width: 768px) {
  .portfolio-wrap section.hero-section .hero-content .hero-mobile .title-container h2 {
    padding-right: 5rem;
  }
}
@media (min-width: 1281px) {
  .portfolio-wrap section.hero-section .hero-content .hero-mobile .title-container h2 {
    padding-right: 10rem;
  }
}
.portfolio-wrap section.hero-section .hero-content .blue-section .row-top {
  position: relative;
  height: clamp(200px, 50vh, 1200px);
  width: 100%;
  max-width: 650px;
  margin: 0 auto;
  display: none;
}
@media (min-width: 768px) {
  .portfolio-wrap section.hero-section .hero-content .blue-section .row-top {
    display: flex;
  }
}
@media (max-width: 1599px) {
  .portfolio-wrap section.hero-section .hero-content .blue-section .row-top {
    padding-left: 13rem;
  }
}
.portfolio-wrap section.hero-section .hero-content .blue-section .row-top h1 {
  font-size: clamp(30px, 5rem, 40px);
}
@media (min-width: 768px) {
  .portfolio-wrap section.hero-section .hero-content .blue-section .row-top h1 {
    font-size: clamp(30px, 8rem, 110px);
  }
}
@media (min-width: 1024px) {
  .portfolio-wrap section.hero-section .hero-content .blue-section .row-top h1 {
    font-size: clamp(30px, 10rem, 110px);
  }
}
@media (min-width: 1200px) {
  .portfolio-wrap section.hero-section .hero-content .blue-section .row-top h1 {
    font-size: clamp(30px, 10rem, 110px);
  }
}
.portfolio-wrap section.hero-section .hero-content .row-bottom {
  height: clamp(200px, 50vh, 1200px);
  justify-content: center;
  align-items: center;
  display: none;
}
@media (min-width: 768px) {
  .portfolio-wrap section.hero-section .hero-content .row-bottom {
    display: flex;
  }
}
.portfolio-wrap section.hero-section .hero-content .row-bottom .intro {
  display: block;
  width: 100%;
  max-width: 610px;
}
@media (max-width: 1599px) {
  .portfolio-wrap section.hero-section .hero-content .row-bottom .intro {
    padding-left: 13rem;
  }
}
.portfolio-wrap section.hero-section .hero-content .scroll {
          transform-origin: bottom left;
          transform: rotate(-90deg) translatey(50%);
  left: 50%;
  bottom: -60%;
  width: 196px;
  height: 60px;
}
@media (min-width: 768px) {
  .portfolio-wrap section.hero-section .hero-content .scroll {
    left: 25%;
    bottom: 15%;
  }
}
.portfolio-wrap section.hero-section .hero-content .scroll span {
  display: none;
}
.portfolio-wrap section.hero-section .hero-content .scroll svg {
  height: 8.7px;
  margin-right: 3.5rem;
}
.portfolio-wrap section.hero-section .logo-container {
  width: 100%;
}
.portfolio-wrap section.hero-section .logo-container a.logo {
  width: 100%;
  max-width: 591px;
  display: block;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .portfolio-wrap section.hero-section .logo-container a.logo {
    padding-right: 5rem;
  }
}
@media (min-width: 1281px) {
  .portfolio-wrap section.hero-section .logo-container a.logo {
    padding-right: 10rem;
  }
}
.portfolio-wrap #heroParticles,
.portfolio-wrap #heroParticles2,
.portfolio-wrap #heroParticles3 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  -webkit-filter: blur(5px);
          filter: blur(5px);
}
.portfolio-wrap section.intro-section {
  position: relative;
  padding-top: clamp(60px, 6vw, 130px);
  padding-bottom: clamp(60px, 6vw, 130px);
}
.portfolio-wrap section.intro-section .content {
  width: 100%;
}
@media (max-width: 767px) {
  .portfolio-wrap section.intro-section .content {
    flex-direction: column;
  }
}
.portfolio-wrap section.intro-section h2 {
  display: inline-block;
}
.portfolio-wrap section.intro-section h2 span {
  color: #032986;
  font-size: 20px;
  display: inline-block;
  margin-right: 50px;
  line-height: 0;
  position: relative;
  top: -20px;
  font-family: "Poppins", "sans-serif";
  font-weight: 900;
}
@media (max-width: 768px) {
    .portfolio-wrap section.intro-section h2 span {
        top: -5px;
        margin-right: 20px;
    }
    .portfolio-wrap section.intro-section .intro-white-box .intro-mobile{
        padding-bottom:50px;
        height:fit-content;
    }
}
.portfolio-wrap section.intro-section .intro-white-box {
  width: 100%;
  display: none;
}
@media (max-width: 767px) {
  .portfolio-wrap section.intro-section .intro-white-box {
    display: flex;
  }
}
.portfolio-wrap section.intro-section .intro-white-box .intro-mobile {
  height: 210px;
  padding-bottom: 60px;
}
@media (max-width: 768px) {
    .portfolio-wrap section.intro-section .intro-white-box .intro-mobile{
        padding-bottom:50px;
        height:fit-content;
    }
}
.portfolio-wrap section.website-section {
  position: relative;
  padding: 0px;
  background-color: #170b2e;
}
.portfolio-wrap section.website-section video{
    border-radius:20px;
}
.portfolio-wrap section.website-section .website-image {
  margin: 50px auto 0;
}
.portfolio-wrap section.website-section .content {
  position: relative;
  max-width: 1600px;
}
.portfolio-wrap section.website-section .searchBarDiv {
  width: 100%;
  height: 3.5rem;
  background-color: #1a1919;
  margin-bottom: 2rem;
  border-radius: 0.5rem 0.5rem 0 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  top: -34px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  position: absolute;
  z-index: 1;
}
.portfolio-wrap section.website-section .bg-img {
  margin-top: 0px;
}
.portfolio-wrap section.website-section .browserCircles {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-right: 1.5rem;
}
.portfolio-wrap section.website-section .redCircle {
  width: 0.7rem;
  height: 0.7rem;
  border-radius: 50%;
  background-color: #e17019;
}
.portfolio-wrap section.website-section .whiteCircle {
  width: 0.7rem;
  height: 0.7rem;
  border-radius: 50%;
  background-color: #ffffff;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.portfolio-wrap section.website-section .greenCircle {
  width: 0.7rem;
  height: 0.7rem;
  border-radius: 50%;
  background-color: #d8d0c8;
}
.portfolio-wrap section.website-section .searchBar {
  width: 100%;
  height: 2.6rem;
  background-color: #ffffff;
  border-radius: 1.1rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-left: 2rem;
  color: #000000;
  font-family: "Poppins", "sans-serif";
  font-size: 12px;
  font-weight: 500;
}
@media (min-width: 400px) {
  .portfolio-wrap section.website-section .searchBar {
    font-size: 14px;
  }
}
@media (min-width: 600px) {
  .portfolio-wrap section.website-section .searchBar {
    font-size: 14px;
  }
}
.portfolio-wrap section.website-section #video-container {
  position: relative;
  z-index: 0;
  margin-top: 0px;
}
.portfolio-wrap section.website-section #video-container #video-iframe {
  position: absolute;
  top: 43%;
  right: 190px;
  z-index: 1;
}
.portfolio-wrap section.website-section #video-thumbnail {
  position: absolute;
  right: 190px;
  top: 43%;
}
.portfolio-wrap section.website-section #video-thumbnail:hover {
  cursor: pointer;
}
.portfolio-wrap section.text-banner-section {
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
}
.portfolio-wrap section.text-banner-section p {
  text-align: center;
  font-weight: 700;
  margin-bottom: 50px;
}
.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 {
  font-size: clamp(30px, 4rem, 56px);
  font-family: "Poppins", "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: 55px;
  transition: 0.3s ease all;
  text-transform: uppercase;
  color: transparent !important;
  -webkit-text-stroke: 1px #4e87fb;
}
@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(40px, 10rem, 80px);
  }
}
.portfolio-wrap section.text-banner-section ul li::before {
  counter-increment: my-counter;
  content: "00" counter(my-counter) " ";
  color: #37c87d !important;
  -webkit-text-stroke: 1px #37c87d;
  font-size: 16px;
  font-family: "Poppins", "sans-serif";
  font-weight: 200;
  position: absolute;
  left: 0;
  top: 20%;
}
@media (min-width: 768px) {
  .portfolio-wrap section.text-banner-section ul li::before {
    top: 27px;
  }
}
.portfolio-wrap section.text-banner-section ul li:hover {
  color: #4e87fb !important;
  -webkit-text-stroke: 1px #4e87fb;
}
.portfolio-wrap .infiniteMarqueeResponsive {
  height: fit-content;
  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.nuclear-earth-section {
  position: relative;
  height: clamp(900px, 100vh, 1200px);
  overflow: inherit;
}
@media (max-width: 767px) {
  .portfolio-wrap section.nuclear-earth-section {
    padding-bottom: 900px;
  }
}
.portfolio-wrap section.nuclear-earth-section .top-left-img {
  position: relative;
  top: -120px;
  z-index: 12;
}
@media (max-width: 768px) {
    .portfolio-wrap section.nuclear-earth-section .top-left-img{
        top: -35px;
    }
    
}

.portfolio-wrap section.nuclear-earth-section .bottom-right-img {
  position: absolute;
  bottom: -19px;
  width: 60%;
  z-index: 12;
  right: -300px;
}
@media (min-width: 540px) {
  .portfolio-wrap section.nuclear-earth-section .bottom-right-img {
    bottom: -30px;
    width: 50%;
  }
}
@media (min-width: 768px) {
  .portfolio-wrap section.nuclear-earth-section .bottom-right-img {
    width: 35%;
  }
}
@media (min-width: 1200px) {
  .portfolio-wrap section.nuclear-earth-section .bottom-right-img {
    bottom: -130px;
    width: 38%;
  }
}
@media (min-width: 1500px) {
  .portfolio-wrap section.nuclear-earth-section .bottom-right-img {
    bottom: -50px;
    width: 40%;
  }
}
.portfolio-wrap section.nuclear-earth-section .inner {
  width: 100%;
}
@media (min-width: 768px) {
  .portfolio-wrap section.nuclear-earth-section .inner {
    width: 60%;
  }
}
@media (min-width: 1024px) {
  .portfolio-wrap section.nuclear-earth-section .inner {
    width: 50%;
  }
}
@media (min-width: 1200px) {
  .portfolio-wrap section.nuclear-earth-section .inner {
    width: 50%;
    margin-left: 17rem;
  }
}
.portfolio-wrap section.nuclear-earth-section .inner .num-container {
  display: flex;
  margin-top: 60px;
}
.portfolio-wrap section.nuclear-earth-section .inner .num {
  font-family: "Poppins", "sans-serif";
  font-size: clamp(16px, 1.6rem, 18px);
  font-weight: 600;
  text-align: center;
  width: 30%;
}
.portfolio-wrap section.nuclear-earth-section .inner .content-text {
  width: 70%;
}
.portfolio-wrap section.nuclear-earth-section h1 {
  font-size: clamp(30px, 5rem, 40px);
  line-height: 1.13;
}
@media (min-width: 768px) {
  .portfolio-wrap section.nuclear-earth-section h1 {
    font-size: clamp(30px, 6rem, 62px);
  }
}
@media (min-width: 1200px) {
  .portfolio-wrap section.nuclear-earth-section h1 {
    font-size: clamp(30px, 6rem, 64px);
    max-width: 1430px;
  }
}

@media (min-width: 1500px) {
  .portfolio-wrap section.nuclear-earth-section h1 {
    font-size: clamp(30px, 8rem, 64px);
    max-width: 1430px;
  }
}

.portfolio-wrap section.innovation-section {
  position: relative;
  padding-top: 0;
  height: clamp(800px, 100vh, 1400px);
  overflow: inherit;
}
.portfolio-wrap section.innovation-section img {
  height: clamp(800px, 100vh, 1400px);
}
.portfolio-wrap section.innovation-section h1,
.portfolio-wrap section.innovation-section .h1 {
  font-size: clamp(30px, 3rem, 40px);
}
@media (min-width: 400px) {
  .portfolio-wrap section.innovation-section h1,
  .portfolio-wrap section.innovation-section .h1 {
    font-size: clamp(30px, 5rem, 160px);
  }
}
@media (min-width: 768px) {
  .portfolio-wrap section.innovation-section h1,
  .portfolio-wrap section.innovation-section .h1 {
    font-size: clamp(30px, 10rem, 160px);
  }
}
@media (min-width: 1024px) {
  .portfolio-wrap section.innovation-section h1,
  .portfolio-wrap section.innovation-section .h1 {
    font-size: clamp(30px, 12rem, 160px);
  }
}
@media (max-width: 768px) {
    .portfolio-wrap section.innovation-section{
        height: fit-content;
        padding-bottom:0;
    }
}
.portfolio-wrap section.innovation-section .green-box {
  width: 100%;
  max-width: 800px;
  padding: 9rem;
  box-sizing: content-box;
  position: relative;
}
@media (min-width: 500px) and (max-width: 767px) {
  .portfolio-wrap section.innovation-section .green-box {
    box-sizing: inherit;
  }
}
@media (max-width: 499px) {
  .portfolio-wrap section.innovation-section .green-box {
    left: 50%;
    -webkit-transform: translate(-50%);
            transform: translate(-50%);
  }
}
.portfolio-wrap .digital-banner {
  position: absolute;
  bottom: -250px;
  z-index: 12;
}
.portfolio-wrap .digital-banner ul {
  list-style: none;
}
.portfolio-wrap .digital-banner ul li {
  font-size: clamp(30px, 9.5rem, 80px);
  font-weight: 700;
  transition: 0.4s all;
}
@media (min-width: 1200px) {
  .portfolio-wrap .digital-banner ul li {
    font-size: clamp(30px, 15rem, 187px);
  }
}
@media (min-width: 1500px) {
  .portfolio-wrap .digital-banner ul li {
    font-size: clamp(30px, 24.5rem, 187px);
  }
}
.portfolio-wrap section.webpage-section {
  position: relative;
  background-color: #232323;
  padding-top: clamp(60px, 12vw, 60px);
}
.portfolio-wrap section.webpage-section .webpage-lines::before, .portfolio-wrap section.webpage-section .webpage-lines::after {
  content: "";
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url(lines.jpg);
  background-repeat: repeat-x;
  background-size: contain;
  width: 100%;
  z-index: -1;
}
.portfolio-wrap section.webpage-section .lottie-graphic{
    margin:0 auto;
    max-width: 1600px;
}

.portfolio-wrap section.webpage-section .webpage-lines::before {
  content: "";
  left: 0;
}
.portfolio-wrap section.webpage-section .webpage-lines::after {
  content: "";
  right: 0;
}
.portfolio-wrap section.webpage-section img {
  margin: 0 auto;
}
@media (max-width: 768px) {
    .portfolio-wrap section.webpage-section .container{
        padding-left:0;
        padding-right:0;
    }
    .portfolio-wrap section.webpage-section{
        padding-top: 90px;
        padding-bottom: 20px;
    }
    .portfolio-wrap .digital-banner ul li{
        font-size: 40px;
    }
    .portfolio-wrap .marqueeCard{
        padding-left: 1rem;
    }
    .portfolio-wrap .infiniteMarquee{
        height: 50px;
    }
}
.portfolio-wrap section.clean-section {
  position: relative;
  background-color: #232323;
}
@media (max-width: 768px) {
    .portfolio-wrap section.clean-section{
            padding-top: 0;
    }
}
.portfolio-wrap section.clean-section .content {
  display: flex;
  width: 100%;
  align-items: center;
}
@media (max-width: 767px) {
  .portfolio-wrap section.clean-section .content {
    flex-wrap: wrap;
  }
}
.portfolio-wrap section.clean-section .content .half {
  width: 100%;
}
@media (min-width: 768px) {
  .portfolio-wrap section.clean-section .content .half {
    width: 50%;
  }
}
.portfolio-wrap section.clean-section .inner {
  width: 100%;
  max-width: 1072px;
  margin: 0 auto;
}
.portfolio-wrap section.clean-section h2 {
  color: #4f88f9;
}
.portfolio-wrap section.clean-section .intro-title {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
  margin-bottom: 50px;
  width: 229px;
}
.portfolio-wrap section.ux-section {
  background: linear-gradient(0deg, #37c87d 50%, rgb(255, 255, 255) 50%);
}
@media (max-width: 768px) {
    .portfolio-wrap section.ux-section{
        display:none;
    }
}
@media (min-width: 360px) {
  .portfolio-wrap section.ux-section {
    background: linear-gradient(0deg, #37c87d 56%, rgb(255, 255, 255) 44%);
  }
}
@media (min-width: 1025px) {
  .portfolio-wrap section.ux-section {
    background: linear-gradient(270deg, #37c87d 60%, rgb(255, 255, 255) 40%);
  }
}
@media (min-width: 1200px) {
  .portfolio-wrap section.ux-section {
    background: linear-gradient(270deg, #37c87d 52%, rgb(255, 255, 255) 48%);
  }
}
.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 h1 {
  font-size: clamp(30px, 5rem, 40px);
  line-height: 1.13;
}
@media (min-width: 768px) {
  .portfolio-wrap section.ux-section h1 {
    font-size: clamp(30px, 7.6rem, 70px);
  }
}
.portfolio-wrap section.ux-section .content-area {
  width: 100%;
  padding-bottom: 130px;
}
@media (min-width: 1025px) {
  .portfolio-wrap section.ux-section .content-area {
    width: 37%;
    display: flex;
    flex-direction: column;
    gap: 8rem;
    padding-bottom: 0;
  }
}
@media (min-width: 1200px) {
  .portfolio-wrap section.ux-section .content-area {
    width: 47%;
  }
}
.portfolio-wrap section.ux-section .content-area a.logo {
  width: 100%;
  max-width: 285px;
  display: block;
}
.portfolio-wrap section.ux-section .image-area {
  width: 100%;
  min-height: 600px;
  position: relative;
  display: flex;
  justify-content: space-evenly;
}
@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: hidden;
  border-radius: 32px;
  border: #5283fc 16px solid;
  box-sizing: border-box;
}
@media (max-width: 650px) {
  .portfolio-wrap section.ux-section .phone {
    min-width: 254px;
  }
}
.portfolio-wrap section.ux-section .phone-one {
  position: relative;
  width: 237px;
  height: 502px;
}
.portfolio-wrap section.ux-section .phone-one img {
  width: 251px;
  height: 512px;
  -o-object-position: 60% -18px;
     object-position: 60% -18px;
}
@media (max-width: 600px) {
  .portfolio-wrap section.ux-section .phone-one {
    left: -6%;
  }
}
@media (max-width: 500px) {
  .portfolio-wrap section.ux-section .phone-one {
    left: -10%;
  }
}
@media (max-width: 400px) {
  .portfolio-wrap section.ux-section .phone-one {
    left: -12%;
  }
}
@media (max-width: 320px) {
  .portfolio-wrap section.ux-section .phone-one {
    left: -8%;
  }
}
.portfolio-wrap section.ux-section .phone-two {
  position: relative;
  width: 254px;
  height: 502px;
}
.portfolio-wrap section.ux-section .phone-two img {
  width: 254px;
  height: 523px;
  -o-object-position: 60% -18px;
     object-position: 60% -18px;
}
@media (max-width: 600px) {
  .portfolio-wrap section.ux-section .phone-two {
    right: -2%;
  }
}
@media (max-width: 500px) {
  .portfolio-wrap section.ux-section .phone-two {
    right: -3%;
  }
}
@media (max-width: 400px) {
  .portfolio-wrap section.ux-section .phone-two {
    right: 5%;
  }
}
@media (max-width: 320px) {
  .portfolio-wrap section.ux-section .phone-two {
    right: -4%;
  }
}
.portfolio-wrap section.ux-section .zeroco2 {
  position: absolute;
  top: 0;
  right: 90px;
  height: 130px;
  width: 50%;
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
  z-index: -1;
}
@media (min-width: 1500px) {
  .portfolio-wrap section.ux-section .zeroco2 {
    top: -100px;
  }
}
.portfolio-wrap section.ux-section .equation {
  position: absolute;
  bottom: 0;
  height: 172px;
  z-index: -1;
  width: 50%;
  left: 72px;
}
.portfolio-wrap section.imageSlidersSection {
  width: 100vw;
  height: clamp(700px, 100vh, 1250px);
  background-color: #012887;
  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 #37c87d;
  box-shadow: 0 0 0 1.2rem #37c87d;
  border-radius: 2rem;
  width: 736px;
  height: 704px;
  overflow: hidden;
  margin-bottom: 66px;
  margin-left: 96px;
  margin-right: 96px;
}

@media (max-width: 768px) {
    .portfolio-wrap section.imageSlidersSection .imageSlider{
        margin-left: 60px;
        margin-right: 60px;
        width: 350px;
        height: 350px;
    }
}

.portfolio-wrap section.imageSlidersSection .logo {
  position: absolute;
  z-index: 5;
  width: clamp(320px, 35vw, 664px);
}
.portfolio-wrap section.visit-section {
  position: relative;
  height: clamp(700px, 100vh, 1400px);
}
@media (max-width: 768px) {
    .portfolio-wrap section.visit-section {
        height:fit-content;
        padding-top: 0;
        padding-bottom: 0;
    }
}


.portfolio-wrap section.visit-section .visit-background {
  width: 110%;
  bottom: -370px;
  right: -20px;
}
@media (min-width: 500px) {
  .portfolio-wrap section.visit-section .visit-background {
    bottom: -260px;
  }
}
@media (min-width: 768px) {
  .portfolio-wrap section.visit-section .visit-background {
    width: 70%;
    bottom: -260px;
    right: 0;
  }
}
@media (min-width: 1440px) {
  .portfolio-wrap section.visit-section .visit-background {
    width: 50%;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
.portfolio-wrap section.visit-section h3 {
  margin-bottom: 5rem;
}
.portfolio-wrap section.visit-section .section-half {
  width: 50%;
  height: clamp(700px, 100vh, 1400px);
  position: absolute;
  right: 0;
  top: 0;
}
.portfolio-wrap section.visit-section .logo-container {
  width: 100%;
  max-width: 250px;
  padding: 3.5rem;
  position: absolute;
  bottom: 0;
  right: 0;
}
@media (max-width: 768px) {
    .portfolio-wrap section.visit-section .logo-container{
        display:none;
    }
}
.portfolio-wrap section.visit-section .logo-container a.logo {
  width: 100%;
  max-width: 591px;
  display: block;
  margin: 0 auto;
}
.portfolio-wrap section.visit-section .green-box {
  width: 100%;
  max-width: 800px;
  padding: 9rem;
  box-sizing: content-box;
  position: relative;
}
@media (max-width: 768px) {
  .portfolio-wrap section.visit-section .green-box {
    padding-bottom: 70px;
  }
}
@media (min-width: 500px) and (max-width: 767px) {
  .portfolio-wrap section.visit-section .green-box {
    box-sizing: inherit;
  }
}
@media (max-width: 499px) {
  .portfolio-wrap section.visit-section .green-box {
    left: 50%;
    -webkit-transform: translate(-50%);
            transform: translate(-50%);
  }
}
.portfolio-wrap section.play-section {
  position: relative;
  height: clamp(300px, 100vh, 400px);
}
.portfolio-wrap section.play-section .container,
.portfolio-wrap section.play-section img {
  height: clamp(300px, 100vh, 400px);
}
@media (min-width: 768px) {
  .portfolio-wrap section.play-section {
    height: clamp(400px, 100vh, 600px);
  }
  .portfolio-wrap section.play-section .container,
  .portfolio-wrap section.play-section img {
    height: clamp(400px, 100vh, 600px);
  }
}
@media (min-width: 1200px) {
  .portfolio-wrap section.play-section {
    height: clamp(400px, 100vh, 800px);
  }
  .portfolio-wrap section.play-section .container,
  .portfolio-wrap section.play-section img {
    height: clamp(400px, 100vh, 800px);
  }
}
@media (min-width: 1600px) {
  .portfolio-wrap section.play-section {
    height: clamp(700px, 100vh, 1400px);
  }
  .portfolio-wrap section.play-section .container,
  .portfolio-wrap section.play-section img {
    height: clamp(700px, 100vh, 1400px);
  }
}
.portfolio-wrap section.play-section .lty-playbtn {
  width: min(20%, 280px) !important;
  height: auto !important;
  transition: 0.3s all !important;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  position: absolute;
}
.portfolio-wrap #video-lightbox {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 12;
}
.portfolio-wrap .video {
  display: none;
  z-index: 1;
  position: relative;
}
.portfolio-wrap .cbd-end {
  height: 64vh;
}
.portfolio-wrap .cbd-end .bg-lines-light:before {
  display: none;
}
.portfolio-wrap .parallax-container {
  position: relative;
  width: 100%;
  height: 600px; /* Adjust the height as needed */
  overflow: hidden;
}
.portfolio-wrap .parallax-layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  transition: -webkit-transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
  transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
}
.portfolio-wrap .background-cbd {
  z-index: -1;
}
.portfolio-wrap .middle-cbd {
  width: 100%;
  height: 100%;
}
.portfolio-wrap .front-cbd {
  width: 100%;
  height: 100%;
  z-index: 1;
}
.hover\:text-green:hover {
  --tw-text-opacity: 1;
  color: rgb(57 198 127 / var(--tw-text-opacity));
}
.hover\:opacity-60:hover {
  opacity: 0.6;
}
@media (min-width: 100%) {

  .lg\:flex {
    display: flex;
  }

  .lg\:w-2\/5 {
    width: 40%;
  }
}


@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {

    .portfolio-wrap section.hero-section .hero-content .blue-section .row-top {
        padding-left: 2rem;
    }
    .portfolio-wrap section.hero-section .hero-content .blue-section .row-top h1 {
        font-size: 7rem;
    }
    .logoTextDiv{
        font-size: 8rem !important;
        margin-left: -50px;
    }
    .webgl{
        display:none !important ;
    }
    .logoBlankDiv{
        width: fit-content !important ;
    }
    .portfolio-wrap section.hero-section .hero-content .row-bottom .intro{
        padding-left: 6rem !important ;
    }
    .portfolio-wrap h2, .portfolio-wrap .h2{
        font-size: 5rem!important ;
    }
    .portfolio-wrap section.nuclear-earth-section .inner{
        width: 100%!important ;
    }
    .portfolio-wrap section.nuclear-earth-section {
        min-height: 850px!important ;
    }
    .portfolio-wrap section.nuclear-earth-section .top-left-img{
        top: -85px!important ;
    }
    .portfolio-wrap section.innovation-section{
        height: 700px!important ;
    }
    .portfolio-wrap section.clean-section{
        padding-top:0!important ;
    }
    .portfolio-wrap section.webpage-section{
        padding-bottom: 0!important ;
    }
    .portfolio-wrap section.visit-section .green-box{
        padding: 5rem!important ;
        width: 90%!important ;
    }
    .portfolio-wrap section.visit-section .logo-container{
        display:none !important ;
    }
    .portfolio-wrap section.visit-section{
        height: 700px !important ;
    }
}

