/*
! tailwindcss v3.1.4 | 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: 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 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0;
  /* 1 */
  line-height: inherit;
  /* 2 */
}

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

input:-ms-input-placeholder, textarea:-ms-input-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;
}

*, ::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:  ;
}

::-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-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:  ;
}

.invisible {
  visibility: hidden !important;
}

.fixed {
  position: fixed !important;
}

.relative {
  position: relative !important;
}

.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.my-5 {
  margin-top: 1.25rem !important;
  margin-bottom: 1.25rem !important;
}

.mb-10 {
  margin-bottom: 2.5rem !important;
}

.mt-5 {
  margin-top: 1.25rem !important;
}

.mb-2 {
  margin-bottom: 0.5rem !important;
}

.mt-2 {
  margin-top: 0.5rem !important;
}

.mt-4 {
  margin-top: 1rem !important;
}

.mb-4 {
  margin-bottom: 1rem !important;
}

.mt-10 {
  margin-top: 2.5rem !important;
}

.ml-5 {
  margin-left: 1.25rem !important;
}

.flex {
  display: flex !important;
}

.grid {
  display: grid !important;
}

.contents {
  display: contents !important;
}

.list-item {
  display: list-item !important;
}

.hidden {
  display: none !important;
}

.h-0 {
  height: 0px !important;
}

.w-10 {
  width: 2.5rem !important;
}

.w-full {
  width: 100% !important;
}

.w-2\/6 {
  width: 33.333333% !important;
}

.flex-col {
  flex-direction: column !important;
}

.items-center {
  align-items: center !important;
}

.overflow-y-hidden {
  overflow-y: hidden !important;
}

.bg-\[\#212124\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(33 33 36 / var(--tw-bg-opacity)) !important;
}

.p-20 {
  padding: 5rem !important;
}

.p-10 {
  padding: 2.5rem !important;
}

.px-20 {
  padding-left: 5rem !important;
  padding-right: 5rem !important;
}

.px-10 {
  padding-left: 2.5rem !important;
  padding-right: 2.5rem !important;
}

.pt-10 {
  padding-top: 2.5rem !important;
}

.pb-20 {
  padding-bottom: 5rem !important;
}

.pt-20 {
  padding-top: 5rem !important;
}

.pb-16 {
  padding-bottom: 4rem !important;
}

.pt-36 {
  padding-top: 9rem !important;
}

.pb-12 {
  padding-bottom: 3rem !important;
}

.pr-0 {
  padding-right: 0px !important;
}

.text-left {
  text-align: left !important;
}

.text-center {
  text-align: center !important;
}

.font-mono {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

.text-sm {
  font-size: 0.875rem !important;
  line-height: 1.25rem !important;
}

.leading-6 {
  line-height: 1.5rem !important;
}

.underline {
  -webkit-text-decoration-line: underline !important;
          text-decoration-line: underline !important;
}

.underline-offset-1 {
  text-underline-offset: 1px !important;
}

.underline-offset-2 {
  text-underline-offset: 2px !important;
}

@font-face {
  font-family: "Pixeboy";

  src: url("../assets/Pixeboy.woff2") format("woff2");
}

canvas {
  transform: scale(1);
}

body {
  margin-left: auto;
  margin-right: auto;
  display: grid;
  max-width: 1600px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  grid-auto-flow: column;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  font-family: Pixeboy, sans-serif;
  --tw-text-opacity: 1;
  color: rgb(110 67 44 / var(--tw-text-opacity));
}

.xlText {
  font-size: 3rem;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0.025em;
}

.lgText {
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 2rem;
  letter-spacing: 0.05em;
}

.mdText {
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 500;
  line-height: 1;
}

.mdBText {
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 600;
  line-height: 1;
}

.smText {
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 500;
  line-height: 1;
}

.loading {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  z-index: 50;
  display: flex;
  height: 100vh;
  width: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  --tw-bg-opacity: 1;
  background-color: rgb(250 245 255 / var(--tw-bg-opacity));
  transition: all 0.5s;
}

.loaded {
  opacity: 0;
}

.loading .animate {
  height: 80px;
  width: 46px;
  -webkit-animation: animateLoading 0.7s infinite;
          animation: animateLoading 0.7s infinite;
}

.loadingDone {
  height: 80px;
  width: 46px;
  background: url("../assets/loading/loadingDone.png") no-repeat;
  -webkit-animation: none;
          animation: none;
}

.loadText {
  position: relative;
  display: flex;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  font-size: 1.125rem;
  line-height: 1.75rem;
  letter-spacing: 0.1em;
}

.loadText span {
  position: relative;
  margin-left: 0.25rem;
  margin-right: 0.25rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
  -webkit-animation: loadingText 1s infinite;
          animation: loadingText 1s infinite;
  -webkit-animation-delay: var(--delay);
          animation-delay: var(--delay);
}

@-webkit-keyframes loadingText {
  0% {
    transform: translateY(0px);
  }

  25% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(-5px);
  }

  75% {
    transform: translateY(0px);
  }

  100% {
    transform: translateY(0px);
  }
}

@keyframes loadingText {
  0% {
    transform: translateY(0px);
  }

  25% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(-5px);
  }

  75% {
    transform: translateY(0px);
  }

  100% {
    transform: translateY(0px);
  }
}

@-webkit-keyframes animateLoading {
  0% {
    background: url("../assets/loading/loading2.png") no-repeat;
  }

  25% {
    background: url("../assets/loading/loading4.png") no-repeat;
  }

  50% {
    background: url("../assets/loading/loading2.png") no-repeat;
  }

  75% {
    background: url("../assets/loading/loading4.png") no-repeat;
  }

  100% {
    background: url("../assets/loading/loading2.png") no-repeat;
  }
}

@keyframes animateLoading {
  0% {
    background: url("../assets/loading/loading2.png") no-repeat;
  }

  25% {
    background: url("../assets/loading/loading4.png") no-repeat;
  }

  50% {
    background: url("../assets/loading/loading2.png") no-repeat;
  }

  75% {
    background: url("../assets/loading/loading4.png") no-repeat;
  }

  100% {
    background: url("../assets/loading/loading2.png") no-repeat;
  }
}

.controlsBox {
  margin-top: 4rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1.75rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.controlsBox div span {
  display: inline;
}

.controlsBox hr {
  height: 1px;
  border-style: none;
  --tw-bg-opacity: 1;
  background-color: rgb(55 65 81 / var(--tw-bg-opacity));
}

.controlsBox div embed {
  display: inline;
  width: 1rem;
  line-height: 1;
}

.main {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  margin-top: 4rem;
  height: 576px;
  width: 1024px;
}

.alterPort, 
.alterPort2 {
  position: absolute;
  bottom: -1.5rem;
  right: 0px;
  z-index: 10;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --tw-text-opacity: 1;
  color: rgb(173 172 165 / var(--tw-text-opacity));
}

.alterPort2 {
  left: 0px;
  bottom: -1.25rem;
  z-index: 9;
  font-size: 0.75rem;
  line-height: 1rem;
}

.alterPort a:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.modalContainer {
  position: absolute;
  top: 50%;
  left: 50%;
  display: flex;
  height: 100%;
  width: 100%;
  --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));
  align-items: center;
  justify-content: center;
  background-color: transparent;
  opacity: 0;
  transition: all 0.2s linear;
  /* padding-top: 100%; */
}

.display0 {
  display: block;
}

.showModalContainer {
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  --tw-bg-opacity: 0.7;
  padding: 0px;
  opacity: 1;
}

.showModalContainer .modal {
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  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));
  transition: all 0.2s linear;
}

.modal {
  height: 75%;
  width: 75%;
  --tw-scale-x: 0;
  --tw-scale-y: 0;
  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));
  transition: all 0.2s linear;
}

.showModal {
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  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));
  transition: all 0.2s linear;
}

.sign {
  display: flex;
  align-items: center;
  padding: 5rem;
  text-align: center;
  word-spacing: 20px;
  background: url("../assets/sign.png") no-repeat;
}

.signAbout {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  word-spacing: 20px;
  background: url("../assets/sign.png") no-repeat;
}

.signSkills {
  display: flex;
  height: 83.333333%;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  flex-direction: column;
  align-items: center;
  text-align: center;
  word-spacing: 20px;
  background: url("../assets/signSkills.png") no-repeat;
  background-size: 100% 100%;
}

.signArrow {
  margin-top: auto;
  display: flex;
  height: 83.333333%;
  width: 50%;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background: url("../assets/signArrow.png") no-repeat;
  background-size: 100% 100%;
}

.payphone {
  display: flex;
  height: 95%;
  width: 40%;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background: url("../assets/payphone.png") no-repeat;
  background-size: 100% 100%;
}

.mail {
  display: flex;
  height: 95%;
  width: 50%;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background: url("../assets/mail.png") no-repeat;
  background-size: 100% 100%;
}

.signOverflowContainer {
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow-y: auto;
  scroll-behavior: smooth;
}

.signOverflowContainer::-webkit-scrollbar {
  width: 3px;
}

.signOverflowContainer::-webkit-scrollbar-track {
  background: #b56e4b;
}

.signOverflowContainer::-webkit-scrollbar-thumb {
  background: #6e432c;
}

.display0 {
  display: none;
}

.icon {
  height: 6rem;
  width: 6rem;
  --tw-text-opacity: 1;
  color: rgb(110 67 44 / var(--tw-text-opacity));
}

.controllers {
  position: absolute;
  bottom: 1.5rem;
  right: 1.5rem;
  display: flex;
  cursor: pointer;
}

.controllers div {
  margin-left: 0.5rem;
  height: 3rem;
  width: 4rem;
  cursor: pointer;
  border-radius: 5px;
  box-shadow: inset 0 0 3px #000000;
}

.controllers div:nth-child(1) {
  background: url("../assets/icons/prevIcon.png") no-repeat;
  background-size: contain;
}

.controllers div:nth-child(2) {
  background: url("../assets/icons/nextIcon.png") no-repeat;
  background-size: contain;
}

.controllers div:active {
  transform: scale(0.95);
  box-shadow: inset 0 0 6px #000000;
}

.controllers div.hover {
  transform: scale(0.95);
  box-shadow: inset 0 0 6px #000000;
}

.skillPage {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.skillCard {
  margin-bottom: 2rem;
  display: flex;
  height: 140px;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
}

.formContainer {
  position: relative;
  height: 100%;
  width: 100%;
  padding-left: 4rem;
  padding-top: 78px;
}

.formContainer form {
  width: 100%;
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.emailContainer,
.subjectContainer {
  /* @apply absolute  left-36 top-28 rounded-md; */
  position: relative;
  padding-left: 5rem;
  padding-right: 5rem;
}

.subjectContainer {
  margin-top: 0.75rem;
}

.textareaContainer {
  margin-top: 1.25rem;
  padding-right: 5rem;
}

textarea {
  width: 100%;
}

.formContainer form input, 
.formContainer form textarea {
  width: 100%;
  border-radius: 0.375rem;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(112 112 112 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(242 242 242 / var(--tw-bg-opacity));
  padding-left: 0.5rem;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.emailContainer span, 
.subjectContainer span {
  pointer-events: none;
  position: absolute;
  left: 92px;
  --tw-text-opacity: 1;
  color: rgb(112 112 112 / var(--tw-text-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  line-height: 32px;
}

.formContainer form:nth-child(1) input:not(:-moz-placeholder-shown) ~ span {
  --tw-bg-opacity: 1;
  background-color: rgb(242 242 242 / var(--tw-bg-opacity));
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  letter-spacing: 5px;
  line-height: 1;
  transform: translate(0px, -8px);
}

.formContainer form:nth-child(1) input:not(:-ms-input-placeholder) ~ span {
  --tw-bg-opacity: 1;
  background-color: rgb(242 242 242 / var(--tw-bg-opacity));
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  letter-spacing: 5px;
  line-height: 1;
  transform: translate(0px, -8px);
}

.formContainer form:nth-child(1) input:valid ~ span, 
.formContainer form:nth-child(1) input:not(:placeholder-shown) ~ span, 
.formContainer form:nth-child(1) input:focus ~ span {
  --tw-bg-opacity: 1;
  background-color: rgb(242 242 242 / var(--tw-bg-opacity));
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  letter-spacing: 5px;
  line-height: 1;
  transform: translate(0px, -8px);
}

.textareaContainer span {
  pointer-events: none;
  position: absolute;
  left: 78px;
  --tw-text-opacity: 1;
  color: rgb(112 112 112 / var(--tw-text-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  line-height: 32px;
}

.textareaContainer textarea:valid ~ span, 
.textareaContainer textarea:focus ~ span {
  --tw-bg-opacity: 1;
  background-color: rgb(242 242 242 / var(--tw-bg-opacity));
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  letter-spacing: 5px;
  line-height: 1;
  transform: translate(0px, -8px);
}

textarea::-webkit-scrollbar {
  width: 4px;
}

textarea::-webkit-scrollbar-track {
  background: #b56e4b;
}

textarea::-webkit-scrollbar-thumb {
  background: #000;
}

.emailSubmit {
  display: flex;
  width: 100%;
  justify-content: center;
  padding-right: 5rem;
}

.emailSubmit button {
  border-radius: 0.375rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(112 112 112 / var(--tw-border-opacity));
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  padding-top: 0px;
  padding-bottom: 0px;
}

.emailSubmit button:hover {
  --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));
  box-shadow: 0px 0px 4px -1px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0px 0px 4px -1px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 0px 4px -1px rgba(0, 0, 0, 0.5);
}

.swal-title {
  font-weight: 500;
}

.swal-button {
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 500;
  letter-spacing: 0.1em;
}

.swal-overlay {
  margin-left: auto;
  margin-right: auto;
  margin-top: 4rem;
  height: 576px;
  width: 1024px;
}

.spanTransition:nth-of-type(odd) {
  position: absolute;
  left: 0px;
  display: block;
  height: 16.666667%;
  width: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  top: var(--i);
  transition: all 0.4s ease;
}

.spanTransition:nth-of-type(even) {
  position: absolute;
  right: 0px;
  display: block;
  height: 16.666667%;
  width: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  top: var(--i);
  transition: all 0.4s ease-out;
}

.animateSpan {
  width: 100% !important;
}

.projContainer {
  visibility: hidden;
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  z-index: 10;
  overflow: hidden;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  --tw-bg-opacity: 0.5;
  opacity: 0;
  transition: all 0.4s;
}

.projModalContainer {
  position: absolute;
  left: 0px;
  right: 0px;
  z-index: -10;
  margin-left: auto;
  margin-right: auto;
  height: 100vh;
  width: 75%;
  min-width: 900px;
  max-width: 80rem;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  overflow-y: auto;
  overflow-x: hidden;
  --tw-bg-opacity: 1;
  background-color: rgb(255 247 237 / var(--tw-bg-opacity));
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  padding-left: 5rem;
  padding-right: 5rem;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 0.875rem;
  line-height: 1.5rem;
  opacity: 0;
  transition: all 0.4s;
}

.projModalContainer::-webkit-scrollbar {
  width: 5px;
}

.projModalContainer::-webkit-scrollbar-track {
  background: #e1d9cf;
}

.projModalContainer::-webkit-scrollbar-thumb {
  background: #afa79d;
}

.modalContent {
  transition: all 0.4s;
}

.moreProjContainer {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 2rem;
  z-index: -10;
  margin-left: auto;
  margin-right: auto;
  height: 16.666667%;
  width: 75%;
  min-width: 900px;
  max-width: 80rem;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  overflow: hidden;
  border-radius: 0.375rem;
  border-width: 8px;
  --tw-border-opacity: 1;
  border-color: rgb(75 85 99 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 237 213 / var(--tw-bg-opacity));
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  padding-left: 5rem;
  padding-right: 5rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
  letter-spacing: 0.05em;
  opacity: 0;
  --tw-shadow: inset 0 2px 4px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: inset 0 2px 4px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  word-spacing: 8px;
  transition: all 0.4s;
}

.moreProjContainer::before {
  content: ">>";
  position: absolute;
  right: 0.75rem;
  bottom: 0.25rem;
  display: flex;
  height: 1.5rem;
  width: 2rem;
  align-items: center;
  justify-content: center;
  text-shadow: 2px 2px #ff0000;
  -webkit-animation: dialogAnimation 0.5s infinite;
          animation: dialogAnimation 0.5s infinite;
}

@-webkit-keyframes dialogAnimation {
  0% {
    transform: translateX(0px);
  }

  50% {
    transform: translateX(5px);
  }

  100% {
    transform: translateX(0px);
  }
}

@keyframes dialogAnimation {
  0% {
    transform: translateX(0px);
  }

  50% {
    transform: translateX(5px);
  }

  100% {
    transform: translateX(0px);
  }
}

.showProjContainer {
  visibility: visible;
  z-index: 10;
  opacity: 1;
}

.projContainer .imageContainer {
  margin-left: auto;
  margin-right: auto;
  height: auto;
  width: 16.666667%;
  border-radius: 9999px;
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.titleContainer {
  margin-top: 1rem;
  margin-bottom: 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.projTitle {
  font-size: 1.875rem;
  line-height: 2.25rem;
}

.projSubtitle {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.projContents1, 
.projContents2 {
  margin-top: 2.5rem;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.projContents1 div:nth-child(2), 
.projContents2 div:nth-child(1) {
  display: flex;
  align-items: center;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  text-align: justify;
}

.projContents1 div:nth-child(1) {
  display: flex;
  align-items: center;
}

.projSs1 {
  opacity: 0;
  transform: translateX(-70px);
  box-shadow: 0px 0px 8px -2px rgba(0, 0, 0, 0.75);
  -webkit-box-shadow: 0px 0px 8px -2px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 8px -2px rgba(0, 0, 0, 0.75);
  transition: all 0.6s ease-out;
}

.projSs2 {
  margin-top: auto;
  margin-bottom: auto;
  opacity: 0;
  transform: translateX(70px);
  box-shadow: 0px 0px 8px -2px rgba(0, 0, 0, 0.75);
  -webkit-box-shadow: 0px 0px 8px -2px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 8px -2px rgba(0, 0, 0, 0.75);
  transition: all 0.6s ease-out;
}

.textProjUp {
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.6s ease-out;
}

.itemsContainer {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  padding-left: 5rem;
  padding-right: 5rem;
}

.langItem {
  margin-left: 1rem;
  margin-right: 1rem;
  opacity: 0;
  transform: scale(2) translateX(var(--i));
  transition: all 0.6s ease-out;
}

.langItemCopy {
  margin-left: 1rem;
  margin-right: 1rem;
  opacity: 0;
  transform: scale(2) translateX(var(--i));
  transition: all 0.6s ease-out;
}

.itemContainer {
  opacity: 0;
  transform: translateX(-50px);
  transition: all 0.6s ease-out;
}

.itemContainerCopy {
  opacity: 0;
  transform: translateX(-50px);
  transition: all 0.6s ease-out;
}

.utilItem {
  opacity: 0;
  transform: translateX(100px);
  transition: all 0.6s ease-out;
}

.utilItemCopy {
  opacity: 0;
  transform: translateX(100px);
  transition: all 0.6s ease-out;
}

.showProjContent {
  opacity: 1;
  transform: none;
}

.videoContainer {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(175 167 157 / var(--tw-border-opacity));
}

/* * KEEN SLIDER STYLES  */

.swipeAnim {
  display: flex;
  justify-content: center;
}

.swipeAnim div {
  text-shadow: 1px 2px 3px #afa79d;
  -webkit-animation: swipeAnimation 2s infinite;
          animation: swipeAnimation 2s infinite;
}

@-webkit-keyframes swipeAnimation {
  0% {
    transform: translateX(-10px);
  }

  25% {
    transform: translateX(10px);
  }

  50% {
    transform: translateX(10px);
  }

  75% {
    transform: translateX(10px);
  }

  100% {
    transform: translateX(-10px);
  }
}

@keyframes swipeAnimation {
  0% {
    transform: translateX(-10px);
  }

  25% {
    transform: translateX(10px);
  }

  50% {
    transform: translateX(10px);
  }

  75% {
    transform: translateX(10px);
  }

  100% {
    transform: translateX(-10px);
  }
}

.keen-slider {
  margin-top: 3.5rem;
  border-radius: 0.125rem;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  --tw-bg-opacity: 0.05;
  padding: 1rem;
  --tw-shadow: inset 0 2px 4px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: inset 0 2px 4px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.keen-slider div {
  cursor: pointer;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(175 167 157 / var(--tw-border-opacity));
}

.imgModalContainer {
  visibility: hidden;
  position: fixed;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  z-index: -10;
  display: flex;
  height: 100vh;
  align-items: center;
  justify-content: center;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  --tw-bg-opacity: 0.5;
  padding: 8rem;
  opacity: 0;
  transition: all 0.3s;
}

.imgModalContainer img {
  opacity: 0;
  transition: all 0.4s;
}

.showImgModal {
  visibility: visible;
  z-index: 20;
  display: flex;
  opacity: 1;
}

.showImgModal img {
  opacity: 1;
}
