/*
! tailwindcss v3.2.1 | 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: #e5e7eb; /* 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.
*/

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: "Helvetica Neue", sans-serif; /* 4 */
}

/*
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 */
  overflow-x: hidden;
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font family by default.
2. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas,
    "Liberation Mono", "Courier New", monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-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-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-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: ;
}
.visible {
  visibility: visible;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.top-0 {
  top: 0px;
}
.left-0 {
  left: 0px;
}
.z-2 {
  z-index: 2;
}
.z-\[998\] {
  z-index: 998;
}
.z-\[300\] {
  z-index: 300;
}
.mx-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.mt-20 {
  margin-top: 5rem;
}
.mt-5 {
  margin-top: 1.25rem;
}
.mt-10 {
  margin-top: 2.5rem;
}
.inline-block {
  display: inline-block;
}
.flex {
  display: flex;
}
.hidden {
  display: none;
}
.h-screen {
  height: 100vh;
}

.h-2 {
  height: 0.5rem;
}
.w-full {
  width: 100%;
}
.w-full {
  width: 100%;
}
.h-full {
  height: 100%;
}
.w-1\/4 {
  width: 25%;
}
.w-px {
  width: 1px;
}
.w-0 {
  width: 0px;
}
.max-w-full {
  max-width: 100%;
}
.flex-initial {
  flex: 0 1 auto;
}
.flex-1 {
  flex: 1 1 0%;
}
.basis-full {
  flex-basis: 100%;
}
.basis-auto {
  flex-basis: auto;
}
.basis-1\/4 {
  flex-basis: 25%;
}
.scale-105 {
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.resize {
  resize: both;
}
.flex-row {
  flex-direction: row;
}
.flex-col {
  flex-direction: column;
}
.flex-wrap {
  flex-wrap: wrap;
}
.items-center {
  align-items: center;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.gap-4 {
  gap: 1rem;
}
.space-y-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}
.overflow-hidden {
  overflow: hidden;
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
.bg-transparent {
  background-color: transparent;
}
.p-4 {
  padding: 1rem;
}
.p-6 {
  padding: 1.5rem;
}
.px-0 {
  padding-left: 0px;
  padding-right: 0px;
}
.py-px {
  padding-top: 1px;
  padding-bottom: 1px;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.pb-2 {
  padding-bottom: 0.5rem;
}
.pt-2 {
  padding-top: 0.5rem;
}
.pt-20 {
  padding-top: 5rem;
}
.text-center {
  text-align: center;
}
.text-10xl {
  font-size: 12vw;
  line-height: 0.6em;
  letter-spacing: -0.05em;
  font-weight: 400;
}
.text-sm {
  font-size: 0.875rem; /* 14px */
  line-height: 1.25rem; /* 20px */
}
.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-10xl--footer {
  font-size: clamp(3rem, 1.236rem + 9.076vw, 5rem);
  line-height: 0.8em;
  letter-spacing: -0.04em;
  font-weight: 400;
}
.uppercase {
  text-transform: uppercase;
}
.tracking-tight {
  letter-spacing: -0.025em;
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.filter {
  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);
}
.scrollbar-hide {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.scrollbar-hide::-webkit-scrollbar {
  display: none;
}

:root {
  --gutter-width: 4vw;
  --outer-margin: 4vw;
}

@media only screen and (min-width: 768px) {
  :root {
    --gutter-width: 3vw;
    --outer-margin: 3vw;
  }
}

@media only screen and (min-width: 1200px) {
  :root {
    --gutter-width: 2vw;
    --outer-margin: 2vw;
  }
}

@media only screen and (min-width: 1440px) {
  :root {
    --gutter-width: 1.5vw;
    --outer-margin: 1.5vw;
  }
}

/* Custom Font */

@font-face {
  font-family: helvetica neue;
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local("Helvetica Neue"),
    url(https://fonts.cdnfonts.com/s/29136/HelveticaNeueBold.woff)
      format("woff");
}

@font-face {
  font-family: "alluraregular";
  src: url("/src/assets/allura-regular-webfont.woff2") format("woff2"),
    url("/src/assets/allura-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

.next__project {
  font-family: "alluraregular";
}

/*  Fade In GSAP animation */

.js-media-visibility > * {
  opacity: 0;
  transition: opacity 0.5s;
  transition-delay: 0.2s;
}

.js-media-visibility.is-visible > * {
  opacity: 1;
}

/* Custom cursor */

.cursor {
  pointer-events: none;
  position: fixed;
  z-index: 9999;
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
}

#cursor-inner {
  position: absolute;
  opacity: 1;
  transform: scale(0.2);
  width: calc(10 * var(--outer-margin) + 12px);
  height: calc(10 * var(--outer-margin) + 12px);
  display: flex;
  align-items: center;
  justify-content: center;
  left: 0;
  top: 0;
  mix-blend-mode: difference !important;
  border-radius: 50%;
  color: white;
}

.progress {
  position: absolute;
  transform: rotate(-90deg);
  stroke: white;
}

.progress circle {
  stroke: white;
  stroke-dasharray: 100;
  transition: stroke-dasharray 0s cubic-bezier(0.16, 1, 0.3, 1);
  stroke-dasharray: 0, 100;
  stroke-dashoffset: 0;
}

#cursor-outer {
  width: 100%;
  display: flex;
  height: 1.25em;
  position: relative;
  left: 20px;
  align-items: center;
  overflow: hidden;
  color: white;
  font-size: 1em;
  opacity: 0;
}

@media only screen and (max-width: 768px) {
  #cursor-outer {
  }
}

#cursor-outer .project__caption {
  position: absolute;
  display: block;
  transform: translateY(120%);
}

.project__caption {
  position: relative;
  display: none;
  z-index: -1;
}

/* Menu social header */

.c-navbar__social {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 7.5px;
  padding-left: 7.5px;
  flex: 0 0 25%;
  max-width: 25%;
  margin-left: 25%;
}

.c-navbar__contact {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 7.5px;
  padding-left: 7.5px;
  flex: 0 0 25%;
  max-width: 25%;
  display: flex;
  flex-direction: column;
}

.c-navbar__contact-link + .c-navbar__contact-link {
  margin-top: -0.5rem;
}

@media (max-width: 767.98px) {
  .c-navbar__social {
    display: none;
  }

  .c-navbar__contact {
    display: none;
  }
}

/* Content Home Animations */

.c-home {
  margin-bottom: 40vh;
  margin-top: 0px;
  min-height: 100vh;
  width: 100%;
}

@supports (-webkit-touch-callout: none) {
  .c-home {
    min-height: -webkit-fill-available;
  }
}

#js-home-items > div:first-of-type .row:nth-of-type(1) .c-home__item {
  margin-top: 0;
}

#js-home-items
  > div:first-of-type
  .row:nth-of-type(1)
  .c-home__item
  .c-home__media-container {
  transition: transform 0.1s;
}

.c-home__item {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 7.5px;
  padding-left: 7.5px;
  z-index: 200;
}

.row:nth-of-type(1) .c-home__item {
  flex: 0 0 83.333333%;
  max-width: 83.3333333333%;
  margin-top: 10vh;
}

.row:nth-of-type(2) .c-home__item {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
  margin-left: 33.3333333333%;
  margin-top: 10vh;
}

.row:nth-of-type(3) .c-home__item {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
  margin-top: 10vh;
}

.row:nth-of-type(4) .c-home__item {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
  margin-left: 16.6666666667%;
  margin-top: 10vh;
  z-index: 0;
}

.row:nth-of-type(5) .c-home__item {
  flex: 0 0 50%;
  max-width: 50%;
  margin-top: 10vh;
}

.row:nth-of-type(6) .c-home__item {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
  margin-left: 33.3333333333%;
  margin-top: 10vh;
}

.row:nth-of-type(7) .c-home__item {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
  margin-top: 10vh;
  z-index: 0;
}

.row:nth-of-type(8) .c-home__item {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
  margin-left: 25%;
  margin-top: 10vh;
}

.row:nth-of-type(9) .c-home__item {
  flex: 0 0 83.333333%;
  max-width: 83.3333333333%;
  margin-top: 10vh;
}

.row:nth-of-type(10) .c-home__item {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
  margin-left: 33.3333333333%;
  margin-top: 10vh;
}

.row:nth-of-type(11) .c-home__item {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
  margin-top: 10vh;
}

.row:nth-of-type(12) .c-home__item {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
  margin-left: 16.6666666667%;
  margin-top: 10vh;
  z-index: 0;
}

.row:nth-of-type(13) .c-home__item {
  flex: 0 0 50%;
  max-width: 50%;
  margin-top: 10vh;
}

.row:nth-of-type(14) .c-home__item {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
  margin-left: 33.3333333333%;
  margin-top: 10vh;
}

.row:nth-of-type(15) .c-home__item {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
  margin-top: 10vh;
  z-index: 0;
}

.row:nth-of-type(16) .c-home__item {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
  margin-left: 25%;
  margin-top: 10vh;
}

.row:nth-of-type(17) .c-home__item {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
  margin-right: 33.3333333333%;
  margin-top: 10vh;
}

.row:nth-of-type(18) .c-home__item {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
  margin-left: 33.3333333333%;
  margin-top: 10vh;
}

.row:nth-of-type(19) .c-home__item {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
  margin-top: 10vh;
}

.row:nth-of-type(20) .c-home__item {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
  margin-left: 16.6666666667%;
  margin-top: 10vh;
  z-index: 0;
}

.row:nth-of-type(21) .c-home__item {
  flex: 0 0 50%;
  max-width: 50%;
  margin-top: 10vh;
}

.row:nth-of-type(22) .c-home__item {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
  margin-left: 33.3333333333%;
  margin-top: 10vh;
}

.c-home__media-container {
  display: block;
  transform: scale(0.6);
  transform-origin: center center;
}

.c-home__media-container::before {
  background-color: currentColor;
  border-radius: 100%;
  content: "";
  height: 6vw;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: scale(0) translate(-50%, -50%);
  transform-origin: top left;
  transition: all 0.35s cubic-bezier(1, 0, 0, 1);
  width: 6vw;
  z-index: 100;
}

html.no-touchevents .c-home__media-container:hover::before {
  transform: scale(1) translate(-50%, -50%);
}

.c-home__media {
  max-width: none;
  opacity: 0;
  width: calc(100% + 1px);
}

@media (min-width: 375px) {
  .row {
    margin-right: -7.5px;
    margin-left: -7.5px;
  }

  .c-home__item {
    padding-right: 7.5px;
    padding-left: 7.5px;
  }

  .c-home__logo {
    padding-right: 7.5px;
    padding-left: 7.5px;
  }

  .c-navbar-image__media-container {
    padding-right: 7.5px;
    padding-left: 7.5px;
  }
}

@media (min-width: 550px) {
  .row {
    margin-right: -7.5px;
    margin-left: -7.5px;
  }

  .c-home__item {
    padding-right: 7.5px;
    padding-left: 7.5px;
  }

  .c-navbar-image__media-container {
    padding-right: 7.5px;
    padding-left: 7.5px;
  }
}

@media (min-width: 768px) {
  .row {
    margin-right: -7.5px;
    margin-left: -7.5px;
  }

  .c-home {
    margin-top: 0;
  }

  #js-home-items
    > div:first-of-type
    .row:nth-of-type(2)
    .c-home__item
    .c-home__media-container {
    transition: transform 0.1s;
  }

  .c-home__item {
    padding-right: 7.5px;
    padding-left: 7.5px;
  }

  .row:nth-of-type(1) .c-home__item {
    flex: 0 0 50%;
    max-width: 50%;
    margin-left: 8.3333333333%;
  }

  .row:nth-of-type(2) .c-home__item {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
    margin-left: 66.6666666667%;
    margin-top: -10vh;
  }

  .row:nth-of-type(3) .c-home__item {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
    margin-left: 8.3333333333%;
  }

  .row:nth-of-type(4) .c-home__item {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
    margin-left: 33.3333333333%;
  }

  .row:nth-of-type(5) .c-home__item {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .row:nth-of-type(6) .c-home__item {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
    margin-left: 50%;
    margin-top: -10vh;
  }

  .row:nth-of-type(7) .c-home__item {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row:nth-of-type(8) .c-home__item {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
    margin-left: 58.3333333333%;
    margin-top: -10vh;
  }

  .row:nth-of-type(9) .c-home__item {
    flex: 0 0 50%;
    max-width: 50%;
    margin-left: 8.3333333333%;
  }

  .row:nth-of-type(10) .c-home__item {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
    margin-left: 66.6666666667%;
    margin-top: -10vh;
  }

  .row:nth-of-type(11) .c-home__item {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
    margin-left: 8.3333333333%;
  }

  .row:nth-of-type(12) .c-home__item {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
    margin-left: 33.3333333333%;
  }

  .row:nth-of-type(13) .c-home__item {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .row:nth-of-type(14) .c-home__item {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
    margin-left: 50%;
    margin-top: -10vh;
  }

  .row:nth-of-type(15) .c-home__item {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row:nth-of-type(16) .c-home__item {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
    margin-left: 58.3333333333%;
    margin-top: -10vh;
  }

  .row:nth-of-type(17) .c-home__item {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
    margin-right: 66.6666666667%;
    margin-top: 10vh;
  }

  .row:nth-of-type(18) .c-home__item {
    flex: 0 0 25%;
    max-width: 25%;
    margin-left: 75%;
  }

  .row:nth-of-type(19) .c-home__item {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
    margin-left: 8.3333333333%;
  }

  .row:nth-of-type(20) .c-home__item {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
    margin-left: 33.3333333333%;
  }

  .row:nth-of-type(21) .c-home__item {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .row:nth-of-type(22) .c-home__item {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
    margin-left: 50%;
    margin-top: -10vh;
  }

  .c-navbar-image__media-container {
    padding-right: 7.5px;
    padding-left: 7.5px;
  }
}

@media (min-width: 992px) {
  .row {
    margin-right: -7.5px;
    margin-left: -7.5px;
  }

  .c-home__item {
    padding-right: 7.5px;
    padding-left: 7.5px;
  }

  .row:nth-of-type(1) .c-home__item {
    flex: 0 0 29.1666666667%;
    max-width: 29.1666666667%;
    margin-left: 16.6666666667%;
  }

  .row:nth-of-type(2) .c-home__item {
    flex: 0 0 25%;
    max-width: 25%;
    margin-left: 75%;
  }

  .row:nth-of-type(3) .c-home__item {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
    margin-left: 16.6666666667%;
  }

  .row:nth-of-type(4) .c-home__item {
    flex: 0 0 50%;
    max-width: 50%;
    margin-left: 41.6666666667%;
  }

  .row:nth-of-type(5) .c-home__item {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row:nth-of-type(6) .c-home__item {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
    margin-left: 58.3333333333%;
  }

  .row:nth-of-type(7) .c-home__item {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .row:nth-of-type(8) .c-home__item {
    flex: 0 0 25%;
    max-width: 25%;
    margin-left: 58.3333333333%;
  }

  .c-navbar-image__media-container {
    padding-right: 7.5px;
    padding-left: 7.5px;
  }
}

@media screen and (min-width: 992px) and (min-height: 800px) {
  .row:nth-of-type(1) .c-home__item {
    flex: 0 0 35.4166666667%;
    max-width: 35.4166666667%;
  }
}

@media screen and (min-width: 992px) and (min-height: 850px) {
  .row:nth-of-type(1) .c-home__item {
    flex: 0 0 37.5%;
    max-width: 37.5%;
  }
}

@media screen and (min-width: 992px) and (min-height: 900px) {
  .row:nth-of-type(1) .c-home__item {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
}

@media screen and (min-width: 992px) and (min-height: 950px) {
  .row:nth-of-type(1) .c-home__item {
    flex: 0 0 45.8333333333%;
    max-width: 45.8333333333%;
  }
}

@media (min-width: 1300px) {
  .row {
    margin-right: -7.5px;
    margin-left: -7.5px;
  }

  .c-home__item {
    padding-right: 7.5px;
    padding-left: 7.5px;
  }

  .c-navbar-image__media-container {
    padding-right: 7.5px;
    padding-left: 7.5px;
  }
}

@media (min-width: 1500px) {
  .row {
    margin-right: -7.5px;
    margin-left: -7.5px;
  }

  .c-home__item {
    padding-right: 7.5px;
    padding-left: 7.5px;
  }

  .c-navbar-image__media-container {
    padding-right: 7.5px;
    padding-left: 7.5px;
  }
}

.c-navbar {
  left: 0;
  position: fixed;
  top: 0;
  transition: opacity 0.3s, visibility 0.3s;
  width: 100%;
  z-index: 300;
}

.c-navbar.is-active .c-navbar__links {
  transition-delay: 0s;
  transform: translateY(0);
}

.c-navbar.is-active .c-navbar__links .container-fluid {
  opacity: 1;
  transition-delay: 0.5s;
  visibility: visible;
}

.c-navbar__links {
  background-color: #f2572c;
  height: 100%;
  left: 0;
  padding-top: 15px;
  position: fixed;
  top: 0;
  transform: translateY(-100%);
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-delay: 0.5s;
  width: 100%;
  z-index: 100;
}

.c-navbar__links .container-fluid {
  height: 100%;
  opacity: 0;
  transition: opacity 0.3s, visibility 0.3s;
  transition-delay: 0s;
  visibility: hidden;
}

.c-navbar__list {
  position: relative;
  width: 100%;
  padding-right: 7.5px;
  padding-left: 7.5px;
  flex: 0 0 100%;
  max-width: 100%;
  display: flex;
  flex-direction: column;
}

.c-navbar__list-link {
  font-size: 3rem;
  display: inline-block;
  letter-spacing: -0.04em;
  line-height: 35px;
  text-decoration: none;
  transition: opacity 0.3s;
}

@media (min-width: 768px) {
  .c-navbar__list-link {
    font-size: 4rem;
    line-height: 45px;
  }

  .c-navbar__list {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

/* Custom CSS Images Menu */

.c-navbar--personal .c-navbar__links {
  background-color: #ffc3d5;
}

.c-navbar--personal .c-navbar__menu::before,
.c-navbar--personal .c-navbar__menu::after {
  background-color: #ffc3d5 !important;
}

.c-navbar--personal .c-navbar__links {
  transition-delay: 0s;
}

.c-navbar--personal
  .c-navbar__images--personal
  .c-navbar-image__media-container {
  opacity: 1;
  transform: translateY(0);
}

.c-navbar--professional .c-navbar__links {
  background-color: #c0ebfd;
}

.c-navbar--professional .c-navbar__menu::before,
.c-navbar--professional .c-navbar__menu::after {
  background-color: #c0ebfd !important;
}

.c-navbar--professional .c-navbar__links {
  transition-delay: 0s;
}

.c-navbar--professional
  .c-navbar__images--professional
  .c-navbar-image__media-container {
  opacity: 1;
  transform: translateY(0);
}

.c-navbar--video .c-navbar__links {
  background-color: #dcf482;
}

.c-navbar--video .c-navbar__menu::before,
.c-navbar--video .c-navbar__menu::after {
  background-color: #dcf482 !important;
}

.c-navbar--video .c-navbar__links {
  transition-delay: 0s;
}

.c-navbar--video .c-navbar__images--video .c-navbar-image__media-container {
  opacity: 1;
  transform: translateY(0);
}

.c-navbar--about .c-navbar__links {
  background-color: #e3e2e2;
}

.c-navbar--about .c-navbar__menu::before,
.c-navbar--about .c-navbar__menu::after {
  background-color: #e3e2e2 !important;
}

.c-navbar--about .c-navbar__links {
  transition-delay: 0s;
}

.c-navbar--about .c-navbar__images--about .c-navbar-image__media-container {
  opacity: 1;
  transform: translateY(0);
}

.c-navbar__images {
  height: 100%;
  left: 7.5px;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: calc(100% - 15px);
}

.c-navbar-image__media-container {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 7.5px;
  padding-left: 7.5px;
  opacity: 0;
  position: absolute;
  transform: translateY(100px);
  transition: opacity 0.1s, transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.c-navbar-image__media-container:nth-of-type(1) {
  flex: 0 0 25%;
  max-width: 25%;
  margin-left: 8.3333333333%;
  transition-delay: 0.1s;
  top: 10%;
}

.c-navbar-image__media-container:nth-of-type(2) {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
  margin-left: 41.6666666667%;
  bottom: 15px;
  transition-delay: 0.2s;
}

.c-navbar-image__media-container:nth-of-type(3) {
  flex: 0 0 25%;
  max-width: 25%;
  margin-left: 75%;
  top: 40%;
  transition-delay: 0.3s;
}

@media (min-width: 768px) {
  .md\:basis-1\/5 {
    flex-basis: 20%;
  }
}

@media (min-width: 1024px) {
  .lg\:mt-20 {
    margin-top: 5rem;
  }

  .lg\:mt-40 {
    margin-top: 10rem;
  }

  .lg\:mt-12 {
    margin-top: 3rem;
  }

  .lg\:basis-1\/2 {
    flex-basis: 50%;
  }

  .lg\:basis-1\/4 {
    flex-basis: 25%;
  }

  .lg\:basis-1\/7 {
    flex-basis: 14.25%;
  }

  .lg\:flex-row {
    flex-direction: row;
  }

  .lg\:justify-end {
    justify-content: flex-end;
  }
}
