*, ::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:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::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:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

/*
! tailwindcss v3.4.17 | 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.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  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, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
  -webkit-tap-highlight-color: transparent;
  /* 7 */
}

/*
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. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. 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-feature-settings: normal;
  /* 2 */
  font-variation-settings: normal;
  /* 3 */
  font-size: 1em;
  /* 4 */
}

/*
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-feature-settings: inherit;
  /* 1 */
  font-variation-settings: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: inherit;
  /* 1 */
  letter-spacing: 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,
input:where([type='button']),
input:where([type='reset']),
input:where([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;
}

/*
Reset default styling for dialogs.
*/

dialog {
  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]:where(:not([hidden="until-found"])) {
  display: none;
}

.\!container {
  width: 100% !important;
  margin-right: auto !important;
  margin-left: auto !important;
}

.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .\!container {
    max-width: 576px !important;
  }

  .container {
    max-width: 576px;
  }
}

@media (min-width: 768px) {
  .\!container {
    max-width: 768px !important;
  }

  .container {
    max-width: 768px;
  }
}

@media (min-width: 992px) {
  .\!container {
    max-width: 992px !important;
  }

  .container {
    max-width: 992px;
  }
}

@media (min-width: 1240px) {
  .\!container {
    max-width: 1240px !important;
  }

  .container {
    max-width: 1240px;
  }
}

@media (min-width: 1441px) {
  .\!container {
    max-width: 1441px !important;
  }

  .container {
    max-width: 1441px;
  }
}

@media (min-width: 1921px) {
  .\!container {
    max-width: 1921px !important;
  }

  .container {
    max-width: 1921px;
  }
}

body {
  --tw-bg-opacity: 1;
  background-color: rgb(2 8 25 / var(--tw-bg-opacity, 1));
  font-family: Anonymous Pro, monospace;
  padding-top: env(safe-area-inset-top);
  padding-bottom: env(safe-area-inset-bottom);
  padding-left: env(safe-area-inset-left);
  padding-right: env(safe-area-inset-right);
}

button {
  outline: 2px solid transparent !important;
  outline-offset: 2px !important;
}

.btn {
  display: flex;
  height: 2.75rem;
  width: 100%;
  transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(245 238 230 / var(--tw-border-opacity, 1));
  font-family: Saira Condensed, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.025em;
  --tw-text-opacity: 1;
  color: rgb(245 238 230 / var(--tw-text-opacity, 1));
  text-decoration-line: none;
  outline: 2px solid transparent;
  outline-offset: 2px;
  transition-property: transform,box-shadow;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

@media (min-width: 576px) {
  .btn {
    height: 5rem;
    width: 13rem;
  }
}

@media (min-width: 1240px) {
  .btn {
    height: 6rem;
    width: 18rem;
  }
}

.btn {
  --background: #275efe;
  --text: #fff;
  --font-size: 24px;
  --line-height: 30px;
  --duration: .44s;
  --move-hover: -4px;
  --font-shadow: var(--font-size);
  --y: 0;
  --m: 0;
  transform: translateY(var(--y)) translateZ(0);
  font-size: var(--font-size);
}

.btn:hover {
  --y: var(--move-hover);
}

.btn .btn-text {
  display: flex;
  overflow: hidden;
  text-shadow: 0 var(--font-shadow) 0 var(--text);
}

.btn .btn-text span {
  display: block;
  backface-visibility: hidden;
  font-style: normal;
  transition: transform var(--duration) ease;
  transform: translateY(var(--m)) translateZ(0);
  height: var(--font-size);
  line-height: var(--line-height);
}

.btn .btn-text span.space-char {
  margin: 0 3px;
}

.btn:hover .btn-text span {
  --m: calc(var(--font-size) * -1);
}

/* reverse varyantı (metni aşağı kaydırır) */

/* .btn.reverse { --font-shadow: calc(var(--font-size) * -1); }
	.btn.reverse:hover .btn-text span { --m: calc(var(--font-size)); } */

/* nth-child gecikmeleri (1..11) */

.btn .btn-text span:nth-child(1)  {
  transition-delay: .05s;
}

.btn .btn-text span:nth-child(2)  {
  transition-delay: .10s;
}

.btn .btn-text span:nth-child(3)  {
  transition-delay: .15s;
}

.btn .btn-text span:nth-child(4)  {
  transition-delay: .20s;
}

.btn .btn-text span:nth-child(5)  {
  transition-delay: .25s;
}

.btn .btn-text span:nth-child(6)  {
  transition-delay: .30s;
}

.btn .btn-text span:nth-child(7)  {
  transition-delay: .35s;
}

.btn .btn-text span:nth-child(8)  {
  transition-delay: .40s;
}

.btn .btn-text span:nth-child(9)  {
  transition-delay: .45s;
}

.btn .btn-text span:nth-child(10) {
  transition-delay: .50s;
}

.btn .btn-text span:nth-child(11) {
  transition-delay: .55s;
}

.btn .btn-text span:nth-child(12) {
  transition-delay: .60s;
}

.btn .btn-text span:nth-child(13) {
  transition-delay: .65s;
}

.btn .btn-text span:nth-child(14) {
  transition-delay: .70s;
}

.btn .btn-text span:nth-child(15) {
  transition-delay: .75s;
}

/* Renk/tema varyantları */

/* .btn.dark {
		--background: #2F3545;
		--shadow: 0 2px 8px -1px rgba(21, 25, 36, .32);
		--shadow-hover: 0 4px 20px -2px rgba(21, 25, 36, .5);
	}
	
	.btn.white {
		--background: #ffffff;
		--text: #275efe;
		--shadow: 0 2px 8px -1px rgba(18, 22, 33, .04);
		--shadow-hover: 0 4px 20px -2px rgba(18, 22, 33, .12);
	} */

.\!container {
  padding-left: 2.25rem;
  padding-right: 2.25rem;
}

@media (min-width: 576px) {
  .\!container {
    padding-left: 5rem;
    padding-right: 5rem;
  }
}

@media (min-width: 992px) {
  .\!container {
    max-width: 48rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

@media (min-width: 1240px) {
  .\!container {
    max-width: 72rem;
  }
}

@media (min-width: 1441px) {
  .\!container {
    max-width: 80rem;
  }
}

.container {
  padding-left: 2.25rem;
  padding-right: 2.25rem;
}

@media (min-width: 576px) {
  .container {
    padding-left: 5rem;
    padding-right: 5rem;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 48rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

@media (min-width: 1240px) {
  .container {
    max-width: 72rem;
  }
}

@media (min-width: 1441px) {
  .container {
    max-width: 80rem;
  }
}

.home-section {
  position: relative;
  inset: 0px;
  display: flex;
  width: 100vw;
  overflow: hidden;
  padding-top: 5rem;
  padding-bottom: 5rem;
}

/* @media (max-height: 800px) {
		.home-section:not(#contact) {
			@apply min-h-[800px]
		}
	} */

.home-section .container {
  display: flex;
  height: 100%;
  width: 100%;
  align-items: center;
  justify-content: center;
}

.home-section .\!container {
  display: flex;
  height: 100%;
  width: 100%;
  align-items: center;
  justify-content: center;
}

/* Intro */

#intro {
  position: fixed;
  inset: 0px;
  top: 0px;
  left: 0px;
  z-index: 99;
  height: 100%;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(2 8 25 / var(--tw-bg-opacity, 1));
}

#intro-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  display: flex;
  height: 5rem;
  width: 5rem;
  --tw-translate-x: -50%;
  --tw-translate-y: -50%;
  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));
  align-items: center;
  justify-content: center;
}

#intro-top-left-corner {
  top: 0px;
  left: 0px;
}

#intro-top-left-corner::before {
  height: 0.125rem;
  content: var(--tw-content);
  width: 100%;
}

#intro-top-left-corner::after {
  height: 100%;
  content: var(--tw-content);
  width: 0.125rem;
}

#intro-top-right-corner {
  top: 0px;
  right: 0px;
}

#intro-top-right-corner::before {
  height: 0.125rem;
  content: var(--tw-content);
  width: 100%;
}

#intro-top-right-corner::after {
  right: 0px;
  height: 100%;
  content: var(--tw-content);
  width: 0.125rem;
}

#intro-bottom-left-corner {
  bottom: 0px;
  left: 0px;
}

#intro-bottom-left-corner::before {
  bottom: 0px;
  height: 0.125rem;
  content: var(--tw-content);
  width: 100%;
}

#intro-bottom-left-corner::after {
  left: 0px;
  height: 100%;
  content: var(--tw-content);
  width: 0.125rem;
}

#intro-bottom-right-corner {
  bottom: 0px;
  right: 0px;
}

#intro-bottom-right-corner::before {
  bottom: 0px;
  height: 0.125rem;
  content: var(--tw-content);
  width: 100%;
}

#intro-bottom-right-corner::after {
  right: 0px;
  height: 100%;
  content: var(--tw-content);
  width: 0.125rem;
}

.intro-corner-item {
  position: absolute;
  height: 1.25rem;
  width: 1.25rem;
}

.intro-corner-item::before {
  position: absolute;
  display: block;
  --tw-bg-opacity: 1;
  background-color: rgb(245 238 230 / var(--tw-bg-opacity, 1));
  --tw-content: '';
  content: var(--tw-content);
}

.intro-corner-item::after {
  position: absolute;
  display: block;
  --tw-bg-opacity: 1;
  background-color: rgb(245 238 230 / var(--tw-bg-opacity, 1));
  --tw-content: '';
  content: var(--tw-content);
}

@media (min-width: 576px) {
  .intro-corner-item {
    height: 1.75rem;
    width: 1.75rem;
  }
}

#intro-circle {
  display: flex;
  height: 2rem;
  width: 2rem;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(232 49 49 / var(--tw-bg-opacity, 1));
}

/* Intro Animations */

#intro-circle {
  animation: introCirclePulse 1.2s ease-in-out infinite alternate;
}

/* Intro Circle Animation */

@keyframes introCirclePulse {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0.2;
  }
}

/* Intro fade out animation */

@keyframes introFadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

/* Class to trigger intro fade out */

/* Fix UI */

#fix-ui {
  pointer-events: none;
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 50;
  height: 150vh;
  width: 150vw;
  --tw-translate-x: -50%;
  --tw-translate-y: -50%;
  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));
}

#fix-ui::before {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 3.5rem;
  width: 100%;
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
  --tw-gradient-from: #020819 var(--tw-gradient-from-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: rgb(2 8 25 / 0) var(--tw-gradient-to-position);
  --tw-content: '';
  content: var(--tw-content);
}

@media (min-width: 576px) {
  #fix-ui::before {
    height: 7rem;
  }
}

/* Corners */

#corners {
  position: absolute;
  inset: 0px;
  left: 50%;
  top: 50%;
  z-index: 10;
  height: 100%;
  min-height: 20rem;
  width: 100%;
  --tw-translate-x: -50%;
  --tw-translate-y: -50%;
  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));
}

.corner-item {
  position: absolute;
  height: 2rem;
  width: 2rem;
}

@media (min-width: 576px) {
  .corner-item {
    height: 4rem;
    width: 4rem;
  }
}

.corner-item::before,
	.corner-item::after {
  position: absolute;
  height: 0.125rem;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(217 217 217 / var(--tw-bg-opacity, 1));
  --tw-content: '';
  content: var(--tw-content);
}

@media (min-width: 576px) {
  .corner-item::before,
	.corner-item::after {
    height: 0.25rem;
  }
}

.corner-item::after {
  position: absolute;
  height: 100%;
  width: 0.125rem;
}

@media (min-width: 576px) {
  .corner-item::after {
    width: 0.25rem;
  }
}

#corner-top-left {
  top: 0.5rem;
  left: 0.5rem;
}

#corner-top-left::before {
  content: var(--tw-content);
  top: 0px;
}

#corner-top-left::after {
  content: var(--tw-content);
  left: 0px;
}

@media (min-width: 576px) {
  #corner-top-left {
    top: 1.5rem;
    left: 1.5rem;
  }
}

#corner-top-right {
  top: 0.5rem;
  right: 0.5rem;
}

#corner-top-right::before {
  content: var(--tw-content);
  top: 0px;
}

#corner-top-right::after {
  content: var(--tw-content);
  right: 0px;
}

@media (min-width: 576px) {
  #corner-top-right {
    top: 1.5rem;
    right: 1.5rem;
  }
}

#corner-bottom-left {
  bottom: 0.5rem;
  left: 0.5rem;
}

#corner-bottom-left::before {
  content: var(--tw-content);
  bottom: 0px;
}

#corner-bottom-left::after {
  content: var(--tw-content);
  left: 0px;
}

@media (min-width: 576px) {
  #corner-bottom-left {
    bottom: 1.5rem;
    left: 1.5rem;
  }
}

#corner-bottom-right {
  bottom: 0.5rem;
  right: 0.5rem;
}

#corner-bottom-right::before {
  content: var(--tw-content);
  bottom: 0px;
}

#corner-bottom-right::after {
  content: var(--tw-content);
  right: 0px;
}

@media (min-width: 576px) {
  #corner-bottom-right {
    bottom: 1.5rem;
    right: 1.5rem;
  }
}

/* End Corners */

/* Logo */

#logo {
  position: absolute;
  top: 1.5rem;
  left: 50%;
  --tw-translate-x: -50%;
  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));
}

/* End Logo */

/* Left Menu */

#left-menu {
  pointer-events: auto;
  position: absolute;
  left: 0px;
  top: 50%;
  display: none;
  height: 100%;
  width: 50%;
  --tw-translate-y: -50%;
  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));
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 1rem;
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
  --tw-gradient-from: #020819 var(--tw-gradient-from-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: rgb(2 8 25 / 0) var(--tw-gradient-to-position);
  padding-left: 1rem;
}

@media (min-width: 576px) {
  #left-menu {
    left: 1rem;
    display: flex;
    height: auto;
    width: auto;
    background-color: transparent;
    --tw-gradient-from: transparent var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
    --tw-gradient-to: transparent var(--tw-gradient-to-position);
    padding-left: 0px;
  }
}

@media (min-width: 1240px) {
  #left-menu {
    left: 1.5rem;
  }
}

@media (max-width: 576px) {
  .left-menu-item {
    opacity: 0;
    transform: translateX(-20px);
    transition: opacity 0.3s ease, transform 0.3s ease;
  }

  .left-menu-item.animate-in {
    opacity: 1;
    transform: translateX(0);
  }
}

.left-menu-item__a {
  position: relative;
  display: flex;
  padding-left: 0.375rem;
  padding-right: 0.375rem;
  font-family: Saira Condensed, sans-serif;
  font-size: 1.25rem;
  line-height: 1.75rem;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(245 238 230 / var(--tw-text-opacity, 1));
}

.left-menu-item__a:hover::before {
  content: var(--tw-content);
  width: 0.125rem;
}

.left-menu-item__a.active {
  --tw-text-opacity: 1;
  color: rgb(2 8 25 / var(--tw-text-opacity, 1));
}

.left-menu-item__a.active::before {
  content: var(--tw-content);
  width: 100%;
}

.left-menu-item__a::before {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: -10;
  height: 100%;
  width: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(245 238 230 / var(--tw-bg-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  --tw-content: '';
  content: var(--tw-content);
}

body.menu-opened #left-menu {
  display: flex !important;
}

/* End Left Menu */

/* Hamburger Menu */

#hamburger-menu {
  pointer-events: auto;
  position: fixed;
  right: 1.25rem;
  top: 1.25rem;
  z-index: 50;
  display: flex;
  height: 2rem;
  width: 2rem;
  align-items: center;
  justify-content: center;
  --tw-bg-opacity: 1;
  background-color: rgb(245 238 230 / var(--tw-bg-opacity, 1));
}

@media (min-width: 576px) {
  #hamburger-menu {
    display: none;
  }
}

#hamburger-menu-icon {
  position: relative;
  display: flex;
  height: 0.125rem;
  width: 1.5rem;
  flex-direction: column;
  gap: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(2 8 25 / var(--tw-bg-opacity, 1));
}

#hamburger-menu-icon::before {
  content: var(--tw-content);
  top: -0.375rem;
}

#hamburger-menu-icon::after {
  content: var(--tw-content);
  bottom: -0.375rem;
}

#hamburger-menu-icon::before,
	#hamburger-menu-icon::after {
  position: absolute;
  left: 0px;
  z-index: 10;
  height: 0.125rem;
  width: 1.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(2 8 25 / var(--tw-bg-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  --tw-content: '';
  content: var(--tw-content);
}

#hamburger-menu.active {
  --tw-bg-opacity: 1;
  background-color: rgb(2 8 25 / var(--tw-bg-opacity, 1));
}

#hamburger-menu.active #hamburger-menu-icon::before {
  top: 0px;
  --tw-rotate: 45deg;
  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));
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(245 238 230 / var(--tw-bg-opacity, 1));
}

#hamburger-menu.active #hamburger-menu-icon::after {
  bottom: 0px;
  --tw-rotate: -45deg;
  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));
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(245 238 230 / var(--tw-bg-opacity, 1));
}

/* End Hamburger Menu */

/* Right Pagination */

#right-pagination {
  pointer-events: auto;
  position: fixed;
  right: 0.5rem;
  top: 50%;
  z-index: 50;
  --tw-translate-y: -50%;
  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));
}

@media (min-width: 576px) {
  #right-pagination {
    right: 1rem;
  }
}

@media (min-width: 1240px) {
  #right-pagination {
    right: 1.5rem;
  }
}

#pagination-container {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 0.25rem;
}

.pagination-item {
  position: relative;
  display: flex;
  height: 0.125rem;
  width: 0.75rem;
  align-items: center;
  justify-content: flex-end;
  --tw-bg-opacity: 1;
  background-color: rgb(245 238 230 / var(--tw-bg-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

@media (min-width: 576px) {
  .pagination-item {
    width: 2rem;
  }
}

.pagination-item.active {
  --tw-bg-opacity: 1;
  background-color: rgb(113 232 49 / var(--tw-bg-opacity, 1));
}

/* .pagination-item.completed {
		@apply bg-gray-400
	} */

.pagination-arrow {
  position: absolute;
  left: -0.625rem;
  top: 50%;
  height: 0.75rem;
  width: 0.375rem;
  --tw-translate-y: -50%;
  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));
  --tw-bg-opacity: 1;
  background-color: rgb(113 232 49 / var(--tw-bg-opacity, 1));
  opacity: 0;
}

@media (min-width: 576px) {
  .pagination-arrow {
    left: -2rem;
    height: 0.625rem;
    width: 1.5rem;
  }
}

.pagination-arrow {
  clip-path: polygon(0 0, calc(100% - 8px) 0, 100% 50%, calc(100% - 8px) 100%, 0 100%);
}

.pagination-item.active .pagination-arrow {
  opacity: 1;
}

.pagination-sub-item {
  position: relative;
  height: 1px;
  width: 0.375rem;
  --tw-bg-opacity: 1;
  background-color: rgb(245 238 230 / var(--tw-bg-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

@media (min-width: 576px) {
  .pagination-sub-item {
    width: 1.25rem;
  }
}

.pagination-sub-item.active {
  --tw-bg-opacity: 1;
  background-color: rgb(113 232 49 / var(--tw-bg-opacity, 1));
}

/* .pagination-sub-item.completed {
		@apply bg-gray-400
	} */

.pagination-sub-item .pagination-arrow {
  left: -1rem;
}

@media (min-width: 576px) {
  .pagination-sub-item .pagination-arrow {
    left: -2.75rem;
  }
}

/* End Right Pagination */

/* Hero */

#hero {
  position: relative;
  height: 100vh;
}

#hero::before {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 10;
  height: 3.5rem;
  width: 100%;
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
  --tw-gradient-from: #020819 var(--tw-gradient-from-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: rgb(2 8 25 / 0) var(--tw-gradient-to-position);
  --tw-content: '';
  content: var(--tw-content);
}

@media (min-width: 576px) {
  #hero::before {
    height: 7rem;
  }
}

#hero::after {
  position: absolute;
  bottom: 0px;
  left: 0px;
  z-index: 10;
  height: 3.5rem;
  width: 100%;
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
  --tw-gradient-from: rgb(2 8 25 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(2 8 25 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: #020819 var(--tw-gradient-to-position);
  --tw-content: '';
  content: var(--tw-content);
}

@media (min-width: 576px) {
  #hero::after {
    height: 7rem;
  }
}

#hero-video {
  pointer-events: none;
  position: absolute;
  inset: 0px;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0;
}

/* End Hero */

/* About Us */

#about-us {
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding-bottom: 13rem;
}

#about-title-section {
  margin-left: auto;
  margin-right: auto;
  max-width: 56rem;
  text-align: center;
}

#about-title {
  margin-bottom: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 0px;
  font-family: Saira Condensed, sans-serif;
  font-size: 3.75rem;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 0.9;
  --tw-text-opacity: 1;
  color: rgb(245 238 230 / var(--tw-text-opacity, 1));
}

@media (min-width: 992px) {
  #about-title {
    font-size: 6rem;
    line-height: 1;
  }
}

@media (min-width: 1240px) {
  #about-title {
    font-size: 8rem;
    line-height: 1;
  }
}

.about-title__line {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0px;
}

@media (min-width: 576px) {
  .about-title__line {
    flex-direction: row;
    gap: 2rem;
  }
}

.about-title__line span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

a#about-title__line-see-works {
  position: relative;
  display: flex;
  height: 4rem;
  width: 4rem;
}

@media (min-width: 576px) {
  a#about-title__line-see-works {
    height: 5rem;
    width: 5rem;
  }
}

@media (min-width: 992px) {
  a#about-title__line-see-works {
    height: 6rem;
    width: 6rem;
  }
}

@media (min-width: 1240px) {
  a#about-title__line-see-works {
    height: 8rem;
    width: 8rem;
  }
}

a#about-title__line-see-works img {
  display: flex;
  height: 4rem;
  width: 4rem;
  max-width: -moz-fit-content;
  max-width: fit-content;
}

@media (min-width: 576px) {
  a#about-title__line-see-works img {
    height: 80px;
    width: 80px;
  }
}

@media (min-width: 992px) {
  a#about-title__line-see-works img {
    margin-left: -0.5rem;
    margin-top: -0.5rem;
    height: 120px;
    width: 120px;
  }
}

@media (min-width: 1240px) {
  a#about-title__line-see-works img {
    margin-left: -1rem;
    margin-top: -1rem;
    height: 160px;
    width: 160px;
  }
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

a#about-title__line-see-works img.see-our-work-text-icon {
  animation: spin 5s linear infinite;
}

a#about-title__line-see-works img.see-our-work-play-icon {
  position: absolute;
  top: 0px;
  left: 0px;
}

#about-title-description {
  position: relative;
  z-index: 10;
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(245 238 230 / var(--tw-text-opacity, 1));
}

@media (min-width: 576px) {
  #about-title-description {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 1240px) {
  #about-title-description {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

/* End About Us */

/* Mini Title */

.mini-title {
  position: relative;
  margin-bottom: 2rem;
  text-align: center;
  font-size: 1.25rem;
  line-height: 1.75rem;
  text-transform: uppercase;
  letter-spacing: 20px;
  --tw-text-opacity: 1;
  color: rgb(232 49 49 / var(--tw-text-opacity, 1));
  opacity: 1;
}

.mini-title::before {
  display: inline-flex;
  height: 1.25rem;
  width: 1.25rem;
  --tw-content: '';
  content: var(--tw-content);
}

@media (min-width: 576px) {
  .mini-title {
    letter-spacing: 0.1em;
  }
}

@media (min-width: 1240px) {
  .mini-title {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

/* End Mini Title */

/* Ribbon */

#ribbon {
  position: absolute;
  bottom: 0px;
  left: 0px;
  height: 15rem;
  width: 100%;
}

.ribbon-item {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 120vw;
  --tw-translate-y: -50%;
  --tw-translate-x: -50%;
  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));
  --tw-bg-opacity: 1;
  background-color: rgb(232 49 49 / var(--tw-bg-opacity, 1));
}

#ribbon-top {
  --tw-rotate: 6deg;
  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));
}

#ribbon-bottom {
  --tw-rotate: -3deg;
  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));
  opacity: 0.6;
  --tw-blur: blur(2px);
  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);
}

#ribbon ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5rem;
}

#ribbon ul li {
  white-space: nowrap;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-family: Saira Condensed, sans-serif;
  font-size: 2.25rem;
  line-height: 2.5rem;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(32 32 32 / var(--tw-text-opacity, 1));
}

/* End Ribbon */

/* Our Works */

@media (min-width: 576px) {
  .title-divider {
    height: 550px;
  }
}

@media (min-width: 992px) {
  .title-divider {
    height: 500px;
  }
}

.title-divider .container {
  position: absolute;
  left: 0px;
  top: 50%;
  height: auto;
  --tw-translate-y: -50%;
  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));
  justify-content: center;
}

@media (min-width: 576px) {
  .title-divider .container {
    top: auto;
    --tw-translate-y: 0px;
    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));
  }
}

@media (min-width: 992px) {
  .title-divider .container {
    left: 10%;
    justify-content: flex-start;
  }
}

.title-divider .\!container {
  position: absolute;
  left: 0px;
  top: 50%;
  height: auto;
  --tw-translate-y: -50%;
  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));
  justify-content: center;
}

@media (min-width: 576px) {
  .title-divider .\!container {
    top: auto;
    --tw-translate-y: 0px;
    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));
  }
}

@media (min-width: 992px) {
  .title-divider .\!container {
    left: 10%;
    justify-content: flex-start;
  }
}

.title-divider__title-area {
  text-align: center;
}

@media (min-width: 576px) {
  .title-divider__title-area {
    position: absolute;
    left: 0px;
    right: 0px;
    top: 50%;
    --tw-translate-y: -50%;
    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));
  }
}

@media (min-width: 992px) {
  .title-divider__title-area {
    text-align: left;
  }
}

.title-divider__mini-title {
}

.title-divider__title {
  font-family: Saira Condensed, sans-serif;
  font-size: 6rem;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 0.9;
  --tw-text-opacity: 1;
  color: rgb(245 238 230 / var(--tw-text-opacity, 1));
}

@media (min-width: 992px) {
  .title-divider__title {
    font-size: 4.5rem;
    line-height: 1;
  }
}

@media (min-width: 1240px) {
  .title-divider__title {
    font-size: 6rem;
    line-height: 1;
  }
}

@media (min-width: 1441px) {
  .title-divider__title {
    font-size: 8rem;
    line-height: 1;
  }
}

.title-divider__back-title {
  max-width: 100%;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  text-align: center;
  font-family: Saira Condensed, sans-serif;
  font-size: 136px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 0.9;
  color: transparent;
  opacity: 0.3;
}

@media (min-width: 576px) {
  .title-divider__back-title {
    font-size: 172px;
  }
}

@media (min-width: 992px) {
  .title-divider__back-title {
    margin-left: 20%;
    white-space: nowrap;
    padding-left: 0px;
    padding-right: 0px;
    text-align: left;
  }
}

@media (min-width: 1240px) {
  .title-divider__back-title {
    font-size: 280px;
  }
}

@media (min-width: 1441px) {
  .title-divider__back-title {
    font-size: 280px;
  }
}

.title-divider__back-title {
  -webkit-text-stroke: 2px #F5EEE6;
  text-stroke: 2px #F5EEE6;
}

/* End Our Works */

/* Work Item */

.work-item {
  padding-top: 0px;
  padding-bottom: 0px;
}

.work-item .container {
  flex-direction: column;
  gap: 2.5rem;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

@media (min-width: 576px) {
  .work-item .container {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}

.work-item .\!container {
  flex-direction: column;
  gap: 2.5rem;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

@media (min-width: 576px) {
  .work-item .\!container {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}

.work-item-title-area {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1rem;
}

@media (min-width: 576px) {
  .work-item-title-area {
    flex-direction: row;
    gap: 5rem;
  }
}

@media (min-width: 1240px) {
  .work-item-title-area {
    gap: 8rem;
  }
}

.work-item-title-left {
}

.work-item-mini-title {
  margin-bottom: 0.5rem;
  font-size: 1rem;
  line-height: 1.5rem;
  text-transform: uppercase;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(232 49 49 / var(--tw-text-opacity, 1));
}

@media (min-width: 576px) {
  .work-item-mini-title {
    margin-bottom: 1.25rem;
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 1240px) {
  .work-item-mini-title {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

.work-item-title {
  margin-bottom: 0.75rem;
  font-family: Saira Condensed, sans-serif;
  font-size: 4.5rem;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 0.9;
  --tw-text-opacity: 1;
  color: rgb(245 238 230 / var(--tw-text-opacity, 1));
}

@media (min-width: 576px) {
  .work-item-title {
    margin-bottom: 2rem;
  }
}

@media (min-width: 1240px) {
  .work-item-title {
    font-size: 6rem;
    line-height: 1;
  }
}

@media (min-width: 1441px) {
  .work-item-title {
    font-size: 8rem;
    line-height: 1;
  }
}

.work-item-description {
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(245 238 230 / var(--tw-text-opacity, 1));
}

@media (min-width: 576px) {
  .work-item-description {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 1240px) {
  .work-item-description {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

.work-item-title-right {
  width: 100%;
}

@media (min-width: 576px) {
  .work-item-title-right {
    width: auto;
  }
}

.work-item-image {
  position: relative;
  height: 100%;
  width: 100%;
}

@media (min-width: 768px) {
  .work-item-image {
    min-height: 90vh;
  }
}

.work-item-image img {
  left: 0px;
  top: 0px;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (min-width: 768px) {
  .work-item-image img {
    position: absolute;
  }
}

/* End Work Item */

/* Team */

#team {
}

#team-wrapper-pin {
  width: 100%;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

@media (min-width: 576px) {
  #team-wrapper-pin {
    padding-left: 5rem;
    padding-right: 5rem;
  }
}

@media (min-width: 992px) {
  #team-wrapper-pin {
    width: auto;
    padding-left: 0px;
    padding-right: 0px;
    padding-inline-start: 10rem;
  }
}

#team-wrapper {
  display: grid;
  justify-content: flex-start;
  gap: 5rem;
}

@media (min-width: 576px) {
  #team-wrapper {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 2.5rem;
  }
}

@media (min-width: 992px) {
  #team-wrapper {
    display: flex;
    flex-wrap: nowrap;
  }
}

.team-item {
  width: 100%;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.team-item:hover {
  opacity: 1;
}

@media (min-width: 992px) {
  .team-item {
    margin-right: 3rem;
    width: 220px;
  }
}

@media (min-width: 1240px) {
  .team-item {
    margin-right: 5rem;
    width: 330px;
    opacity: 0.4;
  }
}

/* Cycling margin pattern: mt-12, mt-36, mt-0 */

@media (min-width: 1240px) {
  .team-item:nth-child(1) {
    margin-left: 4rem;
  }
}

@media (min-width: 992px) {
  .team-item:nth-child(3n+1) {
    margin-top: 2rem;
  }
}

@media (min-width: 1240px) {
  .team-item:nth-child(3n+1) {
    margin-top: 3rem;
  }
}

@media (min-width: 992px) {
  .team-item:nth-child(3n+2) {
    margin-top: 7rem;
  }
}

@media (min-width: 1240px) {
  .team-item:nth-child(3n+2) {
    margin-top: 9rem;
  }
}

.team-item:nth-child(3n+3) {
  margin-top: 0px;
}

.team-item:not(.group) {
  display: none;
}

@media (min-width: 576px) {
  .team-item:not(.group) {
    display: inline-block;
  }
}

.team-item__title {
  margin-bottom: 0.5rem;
  text-align: center;
  font-family: Anonymous Pro, monospace;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  --tw-text-opacity: 1;
  color: rgb(232 49 49 / var(--tw-text-opacity, 1));
}

@media (min-width: 1240px) {
  .team-item__title {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

.team-item__thumbnail {
  margin-bottom: 1.25rem;
  height: auto;
  width: 100%;
  overflow: hidden;
}

@media (min-width: 992px) {
  .team-item__thumbnail {
    height: 260px;
    width: 220px;
  }
}

@media (min-width: 1240px) {
  .team-item__thumbnail {
    height: 440px;
    width: 330px;
  }
}

.team-item__thumbnail img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.group:hover .team-item__thumbnail img {
  --tw-grayscale: grayscale(0);
  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);
}

@media (min-width: 1240px) {
  .team-item__thumbnail img {
    --tw-grayscale: grayscale(100%);
    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);
  }
}

.team-item__name {
  width: 100%;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  text-align: center;
  font-family: Saira Condensed, sans-serif;
  font-size: 3.75rem;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.1;
  color: transparent;
  opacity: 0.6;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

@media (min-width: 576px) {
  .team-item__name {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}

@media (min-width: 1240px) {
  .team-item__name {
    font-size: 3rem;
    line-height: 1;
  }
}

.team-item__name {
  -webkit-text-stroke: 1px #F5EEE6;
  text-stroke: 1px #F5EEE6;
}

.team-item.group:hover .team-item__name {
  --tw-text-opacity: 1;
  color: rgb(245 238 230 / var(--tw-text-opacity, 1));
  opacity: 1;
}

/* Contact */

#contact {
  height: 100vh;
  align-items: center;
  justify-content: center;
}

#contact .\!container {
  display: flex;
  flex-direction: column;
  gap: 3.5rem;
}

#contact .container {
  display: flex;
  flex-direction: column;
  gap: 3.5rem;
}

#contact-bottom-title {
  font-family: Anonymous Pro, monospace;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(245 238 230 / var(--tw-text-opacity, 1));
}

#contact-link__wrapper {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 1.5rem;
}

@media (min-width: 576px) {
  #contact-link__wrapper {
    width: auto;
    flex-direction: row;
    gap: 2.5rem;
  }
}

@media not all and (min-width: 576px) {
  #contact-link__wrapper .btn {
    height: 6rem;
  }
}

/* End Contact */

.transform {
  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;
}

.gap-0 {
  gap: 0px;
}

.grayscale {
  --tw-grayscale: grayscale(100%);
  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 {
  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);
}