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

figure{
  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%;
  }
}
.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;
}
.items-center {
  align-items: center;
}
.justify-center {
  justify-content: center;
}
.border {
  border-width: 1px;
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-right {
  background-position: right;
}
.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 */
/* ======================================

	MIXINS

 ========================================= */
/* Settings */
/* ======================================

	SETTINGS - Root, Selection, Browser, Scrollbar

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

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

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

::-webkit-scrollbar-track {
  border-left: 3px solid;
}

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

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

.rtl {
  direction: rtl;
}

/* Media */
/* ======================================

	BASE - FONTS, BTN, HTML, VARS

 ========================================= */
.mancorp-portfolio {
  line-height: 1.72;
  font-family: proxima-nova, sans-serif;
  font-style: normal;
  font-size: clamp(16px, 2.5rem, 20px);
  font-size: 100;
  font-display: swap;
  background-color: black;
  z-index: 1;
  position: relative;
  transition: 0.4s linear all;
}
@media (min-width: 100%) {}
.mancorp-portfolio.menu-open {
  position: fixed;
  height: 100vh;
}

.mancorp-portfolio .font {
  font-family: "Inter", sans-serif;
  font-weight: 400;
}
.mancorp-portfolio p {
  color: white;
  font-size: clamp(14px,1.9rem,17px);
}
.mancorp-portfolio p + p {
  margin-top: 1.5em;
}
.mancorp-portfolio .xl {
  font-size: clamp(18px, 2rem, 22px);
  font-weight: 400;
}
.mancorp-portfolio .hero-text,
.mancorp-portfolio .hero-text p {
  font-size: clamp(16px, 2rem, 22px);
  font-weight: 500;
}
.mancorp-portfolio a {
  transition: 0.3s color, 0.3s opacity;
  cursor: pointer;
}
.mancorp-portfolio a * {
  cursor: pointer;
}
.mancorp-portfolio li > a.active {
  position: relative;
}
.mancorp-portfolio li > a.active::after {
  content: "";
  position: absolute;
  transition: 0.4s ease-out all;
  pointer-events: none;
  z-index: -1;
}
.mancorp-portfolio span.active {
  display: block;
}
.mancorp-portfolio .content li {
  font-size: clamp(16px, 2.5rem, 20px);
  font-size: 100;
}
.mancorp-portfolio h1,
.mancorp-portfolio h2,
.mancorp-portfolio h3,
.mancorp-portfolio h4 {
  color: white;
  font-family: miller-display, serif;
  font-weight: 300;
  margin-bottom: 3rem;
  text-transform: none;
  letter-spacing: normal;
}
@media (max-width: 1200px) {
  .mancorp-portfolio h1 br,
  .mancorp-portfolio h2 br,
  .mancorp-portfolio h3 br,
  .mancorp-portfolio h4 br {
    display: none;
  }
}
.hero-text .mancorp-portfolio h1,
.hero-text .mancorp-portfolio h2,
.hero-text .mancorp-portfolio h3,
.hero-text .mancorp-portfolio h4 {
  display: block;
}
.mancorp-portfolio h1 span,
.mancorp-portfolio h2 span,
.mancorp-portfolio h3 span,
.mancorp-portfolio h4 span {
  color: #e2ac58;
  font-style: italic;
}
.mancorp-portfolio h1 span.white,
.mancorp-portfolio h2 span.white,
.mancorp-portfolio h3 span.white,
.mancorp-portfolio h4 span.white {
  color: white;
  font-style: italic;
}
.mancorp-portfolio h1 span.highlight, .mancorp-portfolio h1.highlight,
.mancorp-portfolio h2 span.highlight,
.mancorp-portfolio h2.highlight,
.mancorp-portfolio h3 span.highlight,
.mancorp-portfolio h3.highlight,
.mancorp-portfolio h4 span.highlight,
.mancorp-portfolio h4.highlight {
  position: relative;
}
.mancorp-portfolio h1 span.highlight::after, .mancorp-portfolio h1.highlight::after,
.mancorp-portfolio h2 span.highlight::after,
.mancorp-portfolio h2.highlight::after,
.mancorp-portfolio h3 span.highlight::after,
.mancorp-portfolio h3.highlight::after,
.mancorp-portfolio h4 span.highlight::after,
.mancorp-portfolio h4.highlight::after {
  content: "";
  position: absolute;
  transition: 0.4s ease-out all;
  pointer-events: none;
  z-index: -1;
}
.mancorp-portfolio h1.highlight,
.mancorp-portfolio h2.highlight,
.mancorp-portfolio h3.highlight,
.mancorp-portfolio h4.highlight {
  display: inline-block;
}
.mancorp-portfolio h1.highlight::after,
.mancorp-portfolio h2.highlight::after,
.mancorp-portfolio h3.highlight::after,
.mancorp-portfolio h4.highlight::after {
  content: "";
  width: 100px;
  left: auto;
  right: 0;
  bottom: 9px;
}
.mancorp-portfolio h1.shift-up,
.mancorp-portfolio h2.shift-up,
.mancorp-portfolio h3.shift-up,
.mancorp-portfolio h4.shift-up {
  position: relative;
  top: -30px;
  background-color: #f9fef9;
  padding: 1rem;
  width: 50%;
}
.mancorp-portfolio h1,
.mancorp-portfolio .h1 {
  font-size: clamp(30px, 3.5rem, 56px);
  line-height: 1.13;
}
@media (min-width: 769px) {
  .mancorp-portfolio h1,
  .mancorp-portfolio .h1 {
    font-size: clamp(30px, 7rem, 56px);
  }
}
.mancorp-portfolio h2,
.mancorp-portfolio .h2 {
  font-size: clamp(30px, 4.1rem, 40px);
  line-height: 1.13;
}
@media (min-width: 769px) {
  .mancorp-portfolio h2,
  .mancorp-portfolio .h2 {
    font-size: clamp(20px, 5rem, 40px);
  }
}
.mancorp-portfolio h3,
.mancorp-portfolio .h3 {
  font-size: clamp(26px, 3.2rem, 40px);
  line-height: 1.13;
}
@media (min-width: 769px) {
  .mancorp-portfolio h3,
  .mancorp-portfolio .h3 {
    font-size: clamp(20px, 4rem, 40px);
  }
}
.mancorp-portfolio h4,
.mancorp-portfolio .h4 {
  font-size: clamp(18px, 2rem, 20px);
  font-weight: 500;
  line-height: 1.13;
}
.mancorp-portfolio .btn-container {
  width: 100%;
}
.mancorp-portfolio .btn {
  font-family: "Inter", sans-serif;
  font-size: clamp(16px, 1.6rem, 18px);
  font-weight: 600;
  transition: 0.3s all;
  border: 2px solid #e5d8c9;
  padding: 1.2rem 3.2rem;
  padding-right: 6.5rem;
  position: relative;
  border-radius: 35px;
  margin-top: 4rem;
}
.mancorp-portfolio .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) {
  .mancorp-portfolio .btn {
    padding-left: 3.5rem;
    padding-right: 7.5rem;
  }
}
.mancorp-portfolio .btn svg {
  fill: currentColor;
  width: 1.6rem;
  height: 2rem;
}
.mancorp-portfolio .btn span + svg,
.mancorp-portfolio .btn svg + span {
  margin-left: 1rem;
}
.mancorp-portfolio .btn:hover {
  color: #544639;
}
.mancorp-portfolio .btn:hover::after {
  content: "";
  right: 22px;
}
.mancorp-portfolio .btn.btn-recipe, .mancorp-portfolio .btn.btn-grid {
  border: none;
  max-width: 200px;
  float: right;
  margin: 0;
}
.mancorp-portfolio .btn.btn-back, .mancorp-portfolio .btn.btn-next {
  border: none;
  margin: 0;
}
@media (max-width: 767px) {
  .mancorp-portfolio .btn.btn-back, .mancorp-portfolio .btn.btn-next {
    padding-left: 3.2rem;
    padding-right: 7.2rem;
  }
}
.mancorp-portfolio .btn.btn-back::after {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
  left: -3px;
  right: auto;
  top: 17px;
}
.mancorp-portfolio .btn.btn-back:hover {
  color: #544639;
}
.mancorp-portfolio .btn.btn-back:hover::after {
  content: "";
  left: -9px;
}

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

.mancorp-portfolio .flex-col-center {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}
.mancorp-portfolio .items-center {
  align-items: center;
  display: flex;
}
.mancorp-portfolio .center {
  margin-left: auto;
  margin-right: auto;
}
.mancorp-portfolio .auto-center {
  display: flex;
  justify-content: center;
}
.mancorp-portfolio .text-align-center,
.mancorp-portfolio .tac {
  text-align: center;
}
.mancorp-portfolio .text-align-left,
.mancorp-portfolio .tal {
  text-align: left;
}
.mancorp-portfolio .text-align-right,
.mancorp-portfolio .tar {
  text-align: right;
}

.mancorp-portfolio .dark-text h1,
.mancorp-portfolio .dark-text h2,
.mancorp-portfolio .dark-text h3,
.mancorp-portfolio .dark-text h4,
.mancorp-portfolio .dark-text p,
.mancorp-portfolio .dark-text li {
  color: #000;
}
.mancorp-portfolio .gold-bg {
  background-color: #e2ac58;
}
.mancorp-portfolio .text-stroke {
  color: transparent !important;
  -webkit-text-stroke: 1px #fff;
}
.mancorp-portfolio main {
  background: black;
}

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

	REUSABLES 

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

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

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

.reusables {
  position: relative;
}
.reusables::before {
  content: "";
  background-color: rgba(255, 255, 255, 0.66);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  pointer-events: none;
  opacity: 1;
  z-index: -1;
}
.reusables::before, .reusables::after {
  content: "";
  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%;
  width: 100%;
  height: 100%;
  position: absolute;
  -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%);
  transition: 0.3s ease-out all;
  opacity: 1;
  pointer-events: none;
  z-index: 12;
}

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

	ANIMATIONS - Fade, JS 

 ========================================= */
@media (min-width: 768px) {
  .mancorp-portfolio .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;
  }
}
.mancorp-portfolio .move.animate {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0); /* Move the element back to its original position */
}
@media (min-width: 768px) {
  .mancorp-portfolio .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;
  }
}
.mancorp-portfolio .anim-move.animate {
  opacity: 1;
  -webkit-transform: translateX(0) translateY(0);
          transform: translateX(0) translateY(0);
}
.mancorp-portfolio .move-right {
  -webkit-transform: translateX(1000px);
          transform: translateX(1000px); /* Adjust the value as needed */
  margin-right: 100px; /* Adjust the value as needed */
}

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

	FORMS

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

	HEADER

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

	FOOTER

 ========================================= */
.mancorp-portfolio section {
  overflow: hidden;
}
.mancorp-portfolio section.hero-section .rect-disk {
    width: 190px;
    height: auto;
  margin: 0 auto;
}
.mancorp-portfolio section.hero-section .logo {
  display: block;
}
.mancorp-portfolio section.hero-section .logo img {
  margin: 0 auto;
}
.mancorp-portfolio section.hero-section .hero-content {
  gap: 12rem;
}
.mancorp-portfolio section.elements-section .element-layout {
  gap: 4rem;
}
.mancorp-portfolio section.elements-section .elements {
  max-width: 1260px;
  gap: 3rem;
  width: 100%;
}
.mancorp-portfolio section.elements-section .symbols {
  max-width: 2000px;
  gap: 3rem;
}
@media screen and (max-width: 1150px) {
  .mancorp-portfolio section.elements-section .symbols {
    max-width: 600px;
  }
}
@media screen and (max-width: 650px) {
  .mancorp-portfolio section.elements-section .symbols {
    max-width: 400px;
  }
  .mancorp-portfolio section.elements-section .symbols .grid-item:last-of-type{
      display:none;
  }
}
.mancorp-portfolio section.elements-section .text-content {
  margin-top: 9rem;
}
.mancorp-portfolio section.elements-section .rect-map {
  width: 152px;
  height: 102px;
  margin: 60px auto 0;
}
.mancorp-portfolio section.website-section .content {
  max-width: 1480px;
}
@media (max-width: 600px) {
  .mancorp-portfolio section.website-section {
    padding-top: 0;
  }
  .mancorp-portfolio section.website-section .web-image {
    display: flex;
    justify-content: center;
  }

}
.mancorp-portfolio .infiniteMarqueeResponsive {
  height: 28vh !important;
  justify-content: space-evenly !important;
}
.mancorp-portfolio .infiniteMarquee {
  width: 100vw;
  height: 50vh;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.mancorp-portfolio .marqueeDiv {
  width: 100vw;
  overflow: hidden;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.mancorp-portfolio .marqueeSliderDiv {
  width: 300vw;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.mancorp-portfolio .marqueeCard {
  font-size: 6rem;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 4rem;
  text-align: center;
}
.mancorp-portfolio .marqueeLogo {
  margin-left: 4rem;
}
.mancorp-portfolio section.text-banner-section {
  margin-top: 3rem;
}
.mancorp-portfolio section.text-banner-section ul {
  width: 100%;
  list-style: none;
  display: flex;
  gap: 15rem;
  counter-reset: my-counter;
  list-style-type: none;
}
.mancorp-portfolio section.text-banner-section ul li {
  color: white;
  font-size: clamp(30px, 3.5rem, 56px);
  font-family: miller-display, serif;
  font-weight: 300;
  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;
}
@media (min-width: 768px) {
  .mancorp-portfolio section.text-banner-section ul li {
    font-size: clamp(30px, 4rem, 56px);
  }
}
@media (min-width: 1024px) {
  .mancorp-portfolio section.text-banner-section ul li {
    font-size: clamp(30px, 5rem, 56px);
  }
}
@media (min-width: 1200px) {
  .mancorp-portfolio section.text-banner-section ul li {
    font-size: clamp(30px, 6rem, 56px);
  }
}
@media (min-width: 1500px) {
  .mancorp-portfolio section.text-banner-section ul li {
    font-size: clamp(30px, 7rem, 56px);
  }
}
.mancorp-portfolio section.text-banner-section ul li::before {
  counter-increment: my-counter;
  content: "0" counter(my-counter) " ";
  color: #e2ac58;
  font-size: 18px;
  position: absolute;
  left: 0px;
  top: 10%;
  -webkit-text-stroke: 0px transparent;
}
@media (min-width: 10240px) {
  .mancorp-portfolio section.text-banner-section ul li::before {
    top: 20%;
  }
}
.mancorp-portfolio section.text-banner-section ul li:hover {
  color: transparent !important;
  -webkit-text-stroke: 1px #fff;
}

.mancorp-portfolio section.resource-section figure{
    height:100%;
}

@media (max-width: 500px) {
  .mancorp-portfolio section.resource-section figure {
    top: 0;
  }
}
.mancorp-portfolio section.resource-section .simpleParallax {
  height: 100%;
}
@media (min-width: 700px) {
  .mancorp-portfolio section.resource-section {
    min-height: clamp(900px, 100vw, 1064px);
  }

}
.mancorp-portfolio section.resource-section .metals {
  justify-content: space-around;
  gap: 10rem;
}
@media (min-width: 769px) {
  .mancorp-portfolio section.resource-section .metals {
    gap: 20rem;
  }
}



.mancorp-portfolio section.resource-section .metals .grid-item {
  text-align: center;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 2rem;
  margin-top: 3rem;
}
.mancorp-portfolio section.resource-section .metals .grid-item img {
  -o-object-fit: contain;
     object-fit: contain;
}
.mancorp-portfolio section.resource-section .metals .grid-item p {
  line-height: 1.3;
}
.mancorp-portfolio section.office-locations-section figure img {
  opacity: 0.6;
}
.mancorp-portfolio section.office-locations-section h1 {
  text-align: center;
}
.mancorp-portfolio section.office-locations-section .map-spacer {
  height: 100%;
  min-height: 270px;
}
@media (min-width: 768px) {
  .mancorp-portfolio section.office-locations-section .map-spacer {
    min-height: 430px;
  }
}
@media (min-width: 1024px) {
  .mancorp-portfolio section.office-locations-section .map-spacer {
    min-height: 520px;
  }
}
@media (min-width: 1200px) {
  .mancorp-portfolio section.office-locations-section .map-spacer {
    min-height: 690px;
  }
}
.mancorp-portfolio section.office-locations-section .goal {
  margin-top: 10rem;
}
@media (max-width: 600px) {
  .mancorp-portfolio section.office-locations-section {
    padding-top: 0;
  }
  .mancorp-portfolio section.office-locations-section .steps {
    display: flex;
    justify-content: center;
  }
  .mancorp-portfolio section.office-locations-section .steps img {
    max-width: 410%;
    position: relative;
  }
}
.mancorp-portfolio section.ux-section .inner {
  width: 100%;
}
@media (min-width: 1024px) {
  .mancorp-portfolio section.ux-section .inner {
    width: 86%;
  }
}
@media (min-width: 1200px) {
  .mancorp-portfolio section.ux-section .inner {
    max-width: 560px;
    float: right;
    margin-right: 75px;
  }
}
.mancorp-portfolio section.ux-section .inner h2 {
  margin: 35px 0;
}
.mancorp-portfolio section.ux-section .content-area {
  width: 100%;
}
@media (min-width: 1025px) {
  .mancorp-portfolio section.ux-section .content-area {
    width: 40%;
  }
}
@media (min-width: 1200px) {
  .mancorp-portfolio section.ux-section .content-area {
    width: 50%;
  }
}
.mancorp-portfolio section.ux-section .image-area {
  width: 100%;
  min-height: 600px;
  position: relative;
  display: flex;
}
@media (min-width: 1025px) {
  .mancorp-portfolio section.ux-section .image-area {
    width: 60%;
  }
}
@media (min-width: 1200px) {
  .mancorp-portfolio section.ux-section .image-area {
    width: 50%;
  }
}
.mancorp-portfolio section.ux-section .phone {
  position: relative;
  overflow: visible;
}
@media (max-width: 500px) {
  .mancorp-portfolio section.ux-section .phone {
    width: 100%;
    flex: 1;
    min-width: 290px;
  }
  .mancorp-portfolio section.ux-section .image-area{
      min-height: 550px;
  }
  
}
.mancorp-portfolio section.ux-section .phone-black {
  position: relative;
}
@media (max-width: 500px) {
  .mancorp-portfolio section.ux-section .phone-black {
    left: -18%;
  }
}
@media (max-width: 480px) {
  .mancorp-portfolio section.ux-section .phone-black {
    left: -8%;
  }
}
@media (max-width: 320px) {
  .mancorp-portfolio section.ux-section .phone-black {
    left: -57%;
  }
}
.mancorp-portfolio section.ux-section .phone-black::before {
  content: "";
  background-color: transparent;
  background-image: url("stone-1.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50% 50%;
  background-position: top center;
  position: absolute;
  top: 260px;
  left: -20px;
  transition: 0.3s ease-out all;
  opacity: 1;
  pointer-events: none;
  z-index: -1;
  width: 137px;
  height: 133px;
}
@media (max-width: 700px) {
  .mancorp-portfolio section.ux-section .phone-black::before {
    display: none;
  }
}
.mancorp-portfolio section.ux-section .phone-light {
  position: relative;
}
@media (max-width: 500px) {
  .mancorp-portfolio section.ux-section .phone-light {
    right: 34%;
  }
}
@media (max-width: 480px) {
  .mancorp-portfolio section.ux-section .phone-light {
    left: -50%;
  }
  .ux-section .row{
      gap: 8rem;
  }
}
@media (max-width: 320px) {
  .mancorp-portfolio section.ux-section .phone-light {
    left: -81%;
  }
}
.mancorp-portfolio section.ux-section .phone-light::after {
  content: "";
  background-color: transparent;
  background-image: url("stone-2.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50% 50%;
  background-position: top center;
  position: absolute;
  bottom: 82px;
  right: 0px;
  transition: 0.3s ease-out all;
  opacity: 1;
  pointer-events: none;
  z-index: -1;
  width: 157px;
  height: 131px;
}
@media (max-width: 700px) {
  .mancorp-portfolio section.ux-section .phone-light::after {
    display: none;
  }
}
.mancorp-portfolio section.page-splash-section {
  min-height: clamp(300px, 100vw, 1064px);
}
.mancorp-portfolio section.page-splash-section .simpleParallax {
  height: clamp(300px, 100vw, 1064px);
}
.mancorp-portfolio section.imageSlidersSection {
  width: 100vw;
  height: 100vh;
  background-color: #1b1b1b;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 3;
}
.mancorp-portfolio section.imageSlidersSection .imageSlidersDiv {
  display: flex;
  justify-content: center;
  align-items: center;
}
.mancorp-portfolio section.imageSlidersSection .imageSlider {
  border: 1px solid #dbac7a;
  border-radius: 2rem;
  box-shadow: 0 0 0 0.2rem #dbac7a;
  width: 736px;
  height: 704px;
  overflow: hidden;
  margin-bottom: 66px;
  margin-left: 96px;
  margin-right: 96px;
}
.mancorp-portfolio section.imageSlidersSection .logo {
  position: absolute;
  z-index: 5;
  width: clamp(320px, 35vw, 664px);
}
.mancorp-portfolio section.wireframe-text-section .content {
  gap: 2rem;
}
.mancorp-portfolio section.wireframe-section {
  position: relative;
  overflow: hidden;
  background-color: white;
}
.mancorp-portfolio section.wireframe-section .swiper {
  width: 100%;
}
.mancorp-portfolio section.wireframe-section .swiper .swiper-wrapper {
  display: flex;
}
.mancorp-portfolio section.wireframe-section .swiper .swiper-slide {
  flex: 0 0 100%;
}
@media (min-width: 768px) {
  .mancorp-portfolio section.wireframe-section .swiper .swiper-slide {
    flex: 0 0 75%;
  }
}
@media (min-width: 1200px) {
  .mancorp-portfolio section.wireframe-section .swiper .swiper-slide {
    flex: 0 0 65%;
  }
}
.mancorp-portfolio section.wireframe-section .wireframe-swiper-pagination {
  display: none;
}
.mancorp-portfolio 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;
}
.mancorp-portfolio section.wireframe-section .swiper-nav .wireframe-swiper-button-prev,
.mancorp-portfolio section.wireframe-section .swiper-nav .wireframe-swiper-button-next {
  width: 46px;
  height: 51px;
}
.mancorp-portfolio section.wireframe-section .swiper-nav .wireframe-swiper-button-prev::after,
.mancorp-portfolio section.wireframe-section .swiper-nav .wireframe-swiper-button-next::after {
  content: "";
  display: none;
}
.mancorp-portfolio section.wireframe-section .swiper-nav .access-swiper-button-prev {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.mancorp-portfolio #images-carousel {
  background-color: #fff;
  overflow: visible;
}
.mancorp-portfolio #images-carousel .images-carousel-swiper {
  width: 90%;
  margin: 0 auto;
  max-width: 1255px;
}
.mancorp-portfolio #images-carousel .images-carousel-swiper .swiper-container {
  overflow: visible;
}
.mancorp-portfolio #images-carousel .images-carousel-swiper .swiper-container img {
  width: 100%;
  border-radius: 10px;
  box-shadow: 0 35px 55px rgba(0, 0, 0, 0.08), 0 25px 63px rgba(0, 0, 0, 0.08);
  box-shadow: none;
}

.elementInfo{
        position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #E3AD54;
    width: calc(50% - 10px);
    height: calc(50% - 10px);
    margin: auto;
    aspect-ratio: 1/1;
    display: flex;
    flex-direction: column;
    justify-content: end;
    padding: 10px;
}
p.elementPosition {
    width: fit-content;
    position: absolute;
    top: 10px;
    right: 10px;
    height: fit-content;
    margin-top: 0;
    color: #000;
    font-size: 16px;
}
.elementInfo .element {
    position: relative;
    margin: 0;
    color: #000;
    margin-bottom: 0;
    color: #000;
    text-align:left;
}
p.name {
    margin: 0;
    font-size: 14px;
    color: #000;
    text-align:left;    
}
.max-width-it{
    max-width: 200px;
}
.grid-item{
    position: relative;
}
@media (max-width: 768px) {
    .max-width-it{
        max-width: 145px;
    }
}
.browser-input{
position: absolute;
    z-index: 2;
    top: 11%;
    left: 50%;
    transform: translateX(-50%);
    width: 72%;
}
.typing{
    font-size: 14px;
    position: absolute;
    top: 22%;
    left: 9%;
}
@media (max-width: 1280px) {
    .typing{
        font-size: 13px;
        top: 18%;
    }
}

@media (max-width: 768px) {
    .typing{
        font-size: 9px;
    }
}



.website-shot{
position: absolute;
    /* bottom: 0; */
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    width: 70%;
    top: 20%;
}
.website-stripes{
    width:100%;
}
.yellow-bg-man{
    background-color: #e2ac58;
    height: 100px;
    width: 100px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
.yellow-border-box{
    border-radius: 20px;
    border: 2px solid #e2ac58;
    padding: 14px;
        position: relative;
        max-width: 1100px;
}
.yellow-border-box::before{
    content: " ";
    position: absolute;
    height: calc(100% - 28px);
    width: calc(100% - 28px);
    background: rgba(20,20,20,0.4);
    z-index: 2;
    border-radius: 20px;
    mix-blend-mode: luminosity;
    
}
.yellow-border-box video{
    border-radius: 20px;    
            position: relative;
}
.align-item-center{
    align-items: center;
}

@media (max-width: 480px) {
  .mancorp-portfolio section.resource-section .metals {
    gap: 4rem;
  }
  .yellow-bg-man{
          height: 80px;
    width: 80px;
  }
}

@media (max-width: 480px) {
    .typing{
       font-size: 6px;
        top: 11%;
        left: 9%;
    }
    section.elements-section{
        padding-bottom:10rem !important
    }
}

/*# sourceMappingURL=maps/style.css.map */
