@font-face {
  font-family: "Montserrat";
  src: url("fonts/Montserrat-Black.eot");
  src: local("☺"), url("fonts/Montserrat-Black.woff") format("woff"),
    url("fonts/Montserrat-Black.ttf") format("truetype"),
    url("fonts/Montserrat-Black.svg") format("svg");
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: "Montserrat";
  src: url("fonts/Montserrat-Bold.eot");
  src: local("☺"), url("fonts/Montserrat-Bold.woff") format("woff"),
    url("fonts/Montserrat-Bold.ttf") format("truetype"),
    url("fonts/Montserrat-Bold.svg") format("svg");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "Montserrat";
  src: url("fonts/Montserrat-Regular.eot");
  src: local("☺"), url("fonts/Montserrat-Regular.woff") format("woff"),
    url("fonts/Montserrat-Regular.ttf") format("truetype"),
    url("fonts/Montserrat-Regular.svg") format("svg");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Montserrat";
  src: url("fonts/Montserrat-Light.eot");
  src: local("☺"), url("fonts/Montserrat-Light.woff") format("woff"),
    url("fonts/Montserrat-Light.ttf") format("truetype"),
    url("fonts/Montserrat-Light.svg") format("svg");
  font-weight: 300;
  font-style: normal;
}

:root {
  --primary-color: #ccf280;
}

.stairs-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
  pointer-events: none;
  display: flex;
}

.stair {
  flex: 1;
  height: 100%;
  background: linear-gradient(135deg, #ccf280, #a8d85a);
  transform: translateY(-100%);
  transition: transform 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.stairs-container.animate-in .stair {
  transform: translateY(0);
  transition-delay: calc(var(--delay) * 0.04s);
}

.stairs-container.animate-out .stair {
  transform: translateY(100%);
  transition-delay: calc((5 - var(--delay)) * 0.04s);
}

.stairs-container.animate-reverse .stair {
  transform: translateY(100%);
  transition-delay: calc(var(--delay) * 0.04s);
}

.stairs-container.hidden {
  display: none;
}

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  background: transparent;
  position: relative;
  min-height: 100vh;
  will-change: transform;
  transform: translateZ(0);
  backface-visibility: hidden;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #222222;
}

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
  appearance: textfield;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

::selection {
  background: #fff498;
}

::-moz-selection {
  background: #fff498;
}

img::selection {
  background: transparent;
}

img::-moz-selection {
  background: transparent;
}

body {
  font-size: 14px;
  line-height: 1.6;
  font-family: "Montserrat", sans-serif;
  color: #ededed;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
}

.l-viewport {
  position: relative;
  width: 100%;
  height: 100vh;
  box-shadow: 0 0 45px 5px rgba(0, 0, 0, 0.85);
  overflow: hidden;
}

.l-wrapper {
  position: relative;
  width: 1440px;
  max-width: 90%;
  height: 100%;
  margin: 0 auto;
}

.l-side-nav {
  position: absolute;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.l-side-nav::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 3.5px;
  height: 70%;
  max-height: 750px;
  background-color: #ededed !important;
  opacity: 0.3;
  border-radius: 100px;
  z-index: 10;
}

@media (max-width: 1180px) {
  .l-side-nav {
    display: none;
  }
}

.l-main-content {
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}

.l-section {
  position: absolute;
  width: 100%;
  height: 100%;
}

.section {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.4s ease-in-out, visibility 0s 0.4s;
  transition: opacity 0.4s ease-in-out, visibility 0s 0.4s;
}

.section--is-active {
  opacity: 1;
  visibility: visible;
  z-index: 1;
  -webkit-transition: opacity 0.4s ease-in-out 0.4s;
  transition: opacity 0.4s ease-in-out 0.4s;
}

.section--next {
  -webkit-transform: translateY(-45px);
  transform: translateY(-45px);
  -webkit-transition: -webkit-transform 0.4s ease-in-out;
  transition: -webkit-transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
}

.section--prev {
  -webkit-transform: translateY(45px);
  transform: translateY(45px);
  -webkit-transition: -webkit-transform 0.4s ease-in-out;
  transition: -webkit-transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
}

.header {
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 70px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  z-index: 10;
}

.header--logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: left;
  text-decoration: none;
}

.header--nav-toggle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
}

.header--nav-toggle span,
.header--nav-toggle::before,
.header--nav-toggle::after {
  content: "";
  position: relative;
  width: 16px;
  height: 2px;
  background-color: #fff;
}

.header--nav-toggle::before {
  bottom: 5px;
  width: 23px;
}

.header--nav-toggle::after {
  top: 5px;
  width: 23px;
}

.header--cta {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  padding: 0 20px;
  line-height: 30px;
  text-decoration: none;
  color: #4830d5;
  font-weight: 700;
  text-transform: uppercase;
  background-color: #ededed;
  border: none;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.4s ease-in-out, visibility 0s 0.4s;
  transition: opacity 0.4s ease-in-out, visibility 0s 0.4s;
}

.header--cta:focus {
  outline: none;
}

.header--cta.is-active {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.4s ease-in-out 0.4s;
  transition: opacity 0.4s ease-in-out 0.4s;
}

.header--cta.cta:hover {
  color: #ff4ec3;
  transition: color 0.4s ease-in-out;
}

@media (max-width: 767px) {
  .header--cta {
    display: none;
  }
}

.side-nav {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100px;
  height: 70%;
  max-height: 750px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  margin: 0;
  padding: 0;
  list-style-position: inside;
  z-index: 10;
}

.side-nav > li {
  position: relative;
  top: -5px;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  cursor: pointer;
}

.side-nav > li span {
  position: relative;
  top: 3px;
  left: 10px;
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  opacity: 0;
  visibility: hidden;
}

.side-nav > li::before {
  position: absolute;
  top: 3px;
  left: 10px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 300;
}

.side-nav li:nth-child(1)::before {
  content: "01";
}

.side-nav li:nth-child(2)::before {
  content: "02";
}

.side-nav li:nth-child(3)::before {
  content: "03";
}

.side-nav li:nth-child(4)::before {
  content: "04";
}

.side-nav li:nth-child(5)::before {
  content: "05";
}

.side-nav li.is-active {
  color: var(--primary-color);
  -webkit-transition: color 0.4s ease-in-out;
  transition: color 0.4s ease-in-out;
}

.side-nav li.is-active span {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
}

.side-nav li.is-active::before {
  left: -33px;
  color: #fff;
}

.intro {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 900px;
  max-width: 75%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto;
}

@media (max-width: 1180px) {
  .intro {
    max-width: 100%;
  }
}

.intro--banner {
  position: relative;
  height: 520px; /* Increased from 500px */
}

.dot {
  color: var(--primary-color);
}

.hi {
  color: #ededed;
}

.intro--banner::before {
  content: "";
  position: absolute;
  bottom: 20px;
  left: -2px;
  right: 0;
  height: 2px;
  background-color: #ededed;
  opacity: 0.5;
  border-radius: 100px;
}

.intro--banner::after {
  content: "";
  position: absolute;
  bottom: 18px;
  left: 0;
  width: 30px;
  height: 4px;
}

.intro--banner h1 {
  position: relative;
  font-size: 68px;
  font-weight: 900;
  line-height: 1;
  z-index: 1;
  color: var(--primary-color);
}

.intro--banner button {
  position: relative;
  padding: 6px 19px 6px 14px;
  font-weight: 700;
  text-transform: uppercase;
  background-color: transparent;
  border: none;
  color: #ededed;
  font-size: 16px;
  left: 6px;
}

.intro--banner button .btn-background {
  position: absolute;
  top: 0;
  left: 23px;
  right: 0;
  height: 100%;
  background-color: #ff4ec3;
  z-index: -1;
  -webkit-transition: left 0.2s ease-in-out;
  transition: left 0.2s ease-in-out;
}

.intro--banner button:hover .btn-background {
  left: 0;
}

.intro--banner button:focus {
  outline: none;
}

.intro--banner button svg {
  position: relative;
  left: 5px;
  width: 15px;
  fill: #ededed;
}

.intro--options {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0;
  padding: 0;
  list-style: none;
}

.intro--options > a {
  max-width: 275px;
  text-decoration: none;
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}

.intro--options h3 {
  text-transform: uppercase;
  position: relative;
  display: inline-block;
  cursor: pointer;
  color: var(--primary-color);
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  margin-bottom: 15px;
}

.intro--options h3::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 55%;
  height: 2px;
  background-color: #ededed;
  transition: all 0.3s ease;
}

.intro--options h3:hover::after {
  width: 90%;
}

.intro--options p {
  color: #f9fafb;
  margin: 0 auto;
  text-align: justify;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 15.5px;
  line-height: 1.3;
}

@media (max-width: 900px) {
  .intro--banner {
    height: 380px;
  }

  .intro--banner h1 {
    font-size: 55px;
  }

  .intro--banner .card {
    width: 250px;
  }

  .intro--options > a {
    margin-right: 30px;
  }

  .intro--options > a:last-child {
    margin-right: 0;
  }
}

@media (max-width: 767px) {
  .intro--banner {
    height: 305px;
  }

  .intro--banner h1 {
    font-size: 44px;
  }

  .intro--banner .card {
    width: 330px;
  }

  .intro--options {
    display: block;
  }

  .intro--options > a {
    display: block;
    max-width: 100%;
    margin: 0 0 30px 0;
  }
}

@media (max-width: 600px) {
  .intro--banner {
    height: 365px;
  }

  .intro--banner h1 {
    font-size: 50px;
  }

  .intro--banner img {
    display: none;
  }
}

@media (max-width: 600px) and (max-height: 750px) {
  .intro--banner {
    height: auto;
  }

  .intro--banner::before,
  .intro--banner::after {
    display: none;
  }

  .intro--banner h1 {
    margin-top: 0;
  }

  .intro--options {
    display: none;
  }
}

.work {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 960px;
  max-width: 80%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto;
}

@media (max-width: 1180px) {
  .work {
    max-width: 100%;
  }
}

.work h2 {
  text-align: center;
  margin: 0 0 60px 0;
  font-size: 46px;
  font-weight: 800;
  text-align: center;
  color: #ededed;
  position: relative;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 2px;
}

.work h2::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 120px;
  height: 3px;
  background: linear-gradient(
    90deg,
    transparent,
    rgb(233, 233, 233),
    transparent
  );
}

.work--lockup {
  position: relative;
}

.work--lockup .slider {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  margin: 0 auto;
  padding: 0;
  list-style: none;
}

.work--lockup .slider--item {
  position: absolute;
  display: none;
  text-align: center;
  width: 100%;
  height: 100%;
}

.project-card {
  background: #ffffff;
  border-radius: 0;
  padding: 20px;
  border: 4px solid #000000;
  transition: none;
  box-shadow: 8px 8px 0px #000000;
  aspect-ratio: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transform: rotate(-1deg);
}

.project-card:hover {
  transform: rotate(1deg);
  box-shadow: 12px 12px 0px #000000;
}

.project-frame {
  position: relative;
  margin-bottom: 15px;
}

.frame-border {
  position: relative;
}

.tech-buttons {
  position: absolute;
  bottom: 8px;
  left: 8px;
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
  z-index: 10;
}

.tech-btn {
  border: 3px solid #000000;
  padding: 4px 8px;
  font-size: 10px;
  font-weight: 700;
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  box-shadow: 3px 3px 0px #000000;
  transform: rotate(-1deg);
  transition: all 0.2s ease;
  cursor: default;
  user-select: none;
  line-height: 1;
}

.tech-html {
  background: #E34F26 !important;
  color: #ffffff !important;
  transform: rotate(-1deg);
}

.tech-css {
  background: #663399 !important;
  color: #ffffff !important;
  transform: rotate(1deg);
}

.tech-scss {
  background: #cf649a !important;
  color: #ffffff !important;
  transform: rotate(0.8deg);
}

 .tech-threejs {
  background: #000000 !important;
  color: #ffffff !important;
  transform: rotate(0.5deg);
 }

.tech-js {
  background: #f7df1e !important;
  color: #000000 !important;
  transform: rotate(-0.5deg);
}

.tech-jquery {
  background: #0769AD !important;
  color: #ffffff !important;
  transform: rotate(-1.2deg);
}
.tech-typescript {
  background: #3178C6 !important;
  color: #ffffff !important;
  transform: rotate(-1.2deg);
}
.tech-react {
  background: #61DAFB !important;
  color: #000000 !important;
  transform: rotate(1.2deg);
}
.tech-tailwind {
  background: #38BDF8 !important;
  color: #ffffff !important;
  transform: rotate(1.2deg);
}

.tech-gsap {
  background: #88CE02 !important;
  color: #000000 !important;
  transform: rotate(1.8deg);
}
.tech-node {
  background: #339933 !important;
  color: #ffffff !important;
  transform: rotate(1.2deg);
}
.tech-vite {
  background: #646CFF !important;
  color: #ffffff !important;
  transform: rotate(2.2deg);
}

.tech-btn:hover {
  box-shadow: 4px 4px 0px #000000;
}

.frame-border {
  position: relative;
  padding: 8px;
  background: #ccf280;
  border: 3px solid #000000;
  box-shadow: 4px 4px 0px #000000;
  overflow: hidden;
}


.project-image {
  width: 100%;
  height: 160px;
  object-fit: cover;
  display: block;
  position: relative;
  z-index: 1;
  border: 2px solid #000000;
}

.project-info {
  color: #000000;
}

.project-title {
  font-size: 20px;
  font-weight: 900;
  font-family: "Montserrat", sans-serif;
  margin: 0 0 8px 0;
  color: #000000;
  text-transform: uppercase;
  letter-spacing: -0.5px;
  transform: rotate(0.5deg);
}

.project-description {
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  margin: 0 0 15px 0;
  color: #000000;
  line-height: 1.3;
  transform: rotate(-0.3deg);
}

.project-buttons {
  display: flex;
  gap: 12px;
  justify-content: center;
}

.btn-github,
.btn-preview {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 12px 18px;
  border-radius: 0;
  text-decoration: none;
  font-size: 12px;
  font-weight: 900;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  transition: none;
  border: 3px solid #000000;
  position: relative;
  overflow: visible;
  box-shadow: 3px 3px 0px #000000;
}

.btn-github {
  background: #ccf280;
  color: #ededed;
  transform: rotate(-1deg);
}

.btn-github:hover {
  transform: rotate(1deg);
  box-shadow: 5px 5px 0px #000000;
}

.btn-preview {
  background: #ff4ec3;
  color: #000000;
  transform: rotate(1deg);
}

.btn-preview:hover {
  transform: rotate(-1deg);
  box-shadow: 5px 5px 0px #000000;
}

.btn-github i,
.btn-preview i {
  font-size: 14px;
}

.work--lockup .slider--item a {
  text-decoration: none;
  color: #000000;
}

.work--lockup .slider--item-image {
  width: 150px;
  height: 150px;
  margin: 0 auto;
  border-radius: 50%;
  overflow: hidden;
}

.work--lockup .slider--item-image .img1 {
  width: 80%;
  height: 80%;
}

.work--lockup .slider--item-image .img2 {
  width: 80%;
  height: 80%;
}

.work--lockup .slider--item-image .img3 {
  width: 80%;
  height: 80%;
}

.work--lockup .slider--item-left {
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-55%);
  transform: translateY(-55%);
  display: block;
  display: none;
}

.work--lockup .slider--item-right {
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-55%);
  transform: translateY(-55%);
  display: none;
}

.work--lockup .slider--item-center {
  position: relative;
  top: 30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  display: block;
}

/* Desktop: Use fixed dimensions instead of max-width */
@media (min-width: 1026px) {
  .work--lockup .slider--item-center .project-card {
    width: 330px;
    height: 340px;
    margin: 0 auto;
  }
}

/* Tablet and mobile: Keep max-width behavior */
@media (max-width: 1024px) {
  .work--lockup .slider--item-center .project-card {
    max-width: 320px;
    margin: 0 auto;
  }
}

.work--lockup .slider--item-center a {
  color: #fff;
}

.work--lockup .slider--item-center .slider--item-title {
  margin-top: 20px;
  font-size: 14px;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
}

.work--lockup .slider--item-center .slider--item-description {
  display: block;
  font-size: 16px;
}

.work--lockup .slider--item-center .slider--item-image {
  width: 280px;
  height: 280px;
}

.work--lockup .slider--next,
.work--lockup .slider--prev {
  position: absolute;
  top: 160px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: transparent;
  cursor: pointer;
  transition: all 0.3s ease;
}

.work--lockup .slider--next svg,
.work--lockup .slider--prev svg {
  width: 100px;
  height: 100px;
  color: #fff;
  transition: all 0.2s ease;
}

.work--lockup .slider--next {
  right: 15%;
}

.work--lockup .slider--prev {
  left: 15%;
}

@media (max-width: 900px) {
  .project-card {
    padding: 20px;
  }

  .project-image {
    height: 120px;
  }

  .project-title {
    font-size: 16px;
  }

  .project-description {
    font-size: 13px;
  }

  .project-buttons {
    gap: 10px;
  }

  .btn-github,
  .btn-preview {
    padding: 8px 14px;
    font-size: 12px;
  }

  .work--lockup .slider--item-center .project-card {
    max-width: 260px;
  }


  .work--lockup .slider--next,
  .work--lockup .slider--prev {
    top: 160px;
    width: 35px;
    height: 35px;
  }

  .work--lockup .slider--next {
    right: 5%;
  }

  .work--lockup .slider--prev {
    left: 5%;
  }

  .work--lockup .slider--next svg,
  .work--lockup .slider--prev svg {
    width: 68px;
    height: 68px;
  }
}


@media (max-width: 480px) {
  .project-card {
    padding: 15px;
  }

  .tech-btn {
    font-size: 6px;
    padding: 2px 4px;
    border: 1px solid #000000;
    box-shadow: 1px 1px 0px #000000;
    letter-spacing: 0.2px;
  }

  .tech-btn:hover {
    box-shadow: 2px 2px 0px #000000;
  }

  .tech-buttons {
    gap: 2px;
    bottom: 6px;
    left: 6px;
  }


  .project-image {
    height: 100px;
  }

  .project-title {
    font-size: 15px;
  }

  .project-description {
    font-size: 12px;
    margin-bottom: 15px;
  }

  .project-buttons {
    flex-direction: column;
    gap: 8px;
  }

  .btn-github,
  .btn-preview {
    padding: 8px 12px;
    font-size: 11px;
    justify-content: center;
  }

  .work--lockup .slider--item-center .project-card {
    max-width: 200px;
  }

  .work--lockup .slider {
    width: 75%;
  }


  .work--lockup .slider--next,
  .work--lockup .slider--prev {
    top: 175px;
    width: 35px;
    height: 35px;
  }

  .work--lockup .slider--next {
    right: 0;
  }

  .work--lockup .slider--prev {
    left: 0;
  }

  .work--lockup .slider--next svg,
  .work--lockup .slider--prev svg {
    width: 30px;
    height: 30px;
  }
}

@media (max-width: 600px) {
  .work--lockup .slider {
    width: auto;
  }

  .work--lockup .slider--item-left,
  .work--lockup .slider--item-right {
    display: none;
  }

    .work--lockup .slider--next,
  .work--lockup .slider--prev {
    display: flex;
  }

  .project-card {
    padding: 15px;
    margin: 0 10px;
  }

  .frame-border {
    padding: 10px;
  }

  .project-image {
    height: 120px;
  }

  .project-title {
    font-size: 14px;
    margin-bottom: 8px;
  }

  .project-description {
    font-size: 11px;
    margin-bottom: 12px;
  }

  .btn-github,
  .btn-preview {
    padding: 6px 10px;
    font-size: 10px;
    gap: 6px;
  }
}

.about {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 900px;
  max-width: 75%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto;
}

@media (max-width: 1180px) {
  .about {
    max-width: 100%;
  }
}

.about--banner {
  position: relative;
  height: 475px;
}

.about--banner::before {
  content: "";
  position: absolute;
  top: 20px;
  left: 200px;
  -webkit-transform: rotate(-25deg);
  transform: rotate(-25deg);
  border: 5px solid #ccf280;
  border-right-color: transparent;
  border-bottom-color: transparent;
}

.about--banner::after {
  content: "";
  position: absolute;
  top: 75px;
  left: 400px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 10px;
  height: 10px;
  background-color: #ccf280;
}

.about--banner h2 {
  position: relative;
  margin-top: 35px;
  font-size: 68px;
  font-weight: 900;
  line-height: 1;
  z-index: 1;
}

.about--banner h2::before {
  content: "";
  position: absolute;
  top: 60px;
  left: 268px;
  width: 30px;
  height: 30px;
  background-color: #ccf280;
  border-radius: 50%;
}

.about--banner h2::after {
  content: "";
  position: absolute;
  top: 255px;
  left: 255px;
  width: 10px;
  height: 10px;
  background-color: #ccf280;
}

.carrer {
  position: relative;
  background: transparent;
  border: none;
  padding: 6px 19px 6px 14px;
  color: #ededed;
  font-weight: bold;
  cursor: pointer;
  text-decoration: none;
  font-size: 16px;
  text-transform: uppercase;
  display: inline-block;
  left: 6px;
}

.carrer::after {
  content: "";
  position: absolute;
  top: 0;
  left: 2ch;
  right: 0;
  bottom: 0;
  background-color: #ff4ec3;
  z-index: -1;
  -webkit-transition: left 0.2s ease-in-out;
  transition: left 0.2s ease-in-out;
}

.carrer:hover::after {
  left: 0;
  background-color: #ff4ec3;
  transition: left 0.3s ease-in-out;
}

.carrer svg {
  position: relative;
  left: 5px;
  width: 15px;
  fill: #fff;
  -webkit-transition: left 0.2s ease-in-out;
  transition: left 0.2s ease-in-out;
}

.intro--banner .photo-frame-container {
  position: absolute;
  top: 50px;
  right: -50px;
  z-index: 2;
}

.photo-frame {
  position: relative;
  width: 278px;
  height: 375px;
  margin-bottom: 60px !important;
  overflow: hidden;
  border-radius: 146px;
  border: 6px solid #ededed;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
}

.pixelated-image-card__default,
.pixelated-image-card__active,
.pixelated-image-card__pixels {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.pixelated-image-card__default img {
  width: 102%;
  height: 102%;
  object-fit: cover;
  object-position: center;
  border-radius: 140px; /* keep same as frame */
  overflow: hidden;
}

.pixelated-image-card__active video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 140px; 
  display: block;
}

.pixelated-image-card__pixels {
  pointer-events: none;
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 140px;
  overflow: hidden;
}

.pixelated-image-card__pixel {
  display: none;
  position: absolute;
  background: transparent;
}

@media (max-width: 1200px) {
  .intro--banner .photo-frame-container {
    display: none !important;
  }
}

.main_wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30em;
  height: 30em;
  position: absolute;
  bottom: -12px;
  right: -18px;
}

.main {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 5em;
}

.antenna {
  width: 5em;
  height: 5em;
  border-radius: 50%;
  border: 2px solid #222222;
  background-color: #f27405;
  margin-bottom: -6em;
  margin-left: 0em;
  z-index: -1;
}

.antenna_shadow {
  position: absolute;
  background-color: transparent;
  width: 50px;
  height: 56px;
  margin-left: 1.68em;
  border-radius: 45%;
  transform: rotate(140deg);
  border: 4px solid transparent;
  box-shadow: inset 0px 16px #a85103, inset 0px 16px 1px 1px #a85103;
  -moz-box-shadow: inset 0px 16px #a85103, inset 0px 16px 1px 1px #a85103;
}

.antenna::after {
  content: "";
  position: absolute;
  margin-top: -9.4em;
  margin-left: 0.4em;
  transform: rotate(-25deg);
  width: 1em;
  height: 0.5em;
  border-radius: 50%;
  background-color: #f69e50;
}

.antenna::before {
  content: "";
  position: absolute;
  margin-top: 0.2em;
  margin-left: 1.25em;
  transform: rotate(-20deg);
  width: 1.5em;
  height: 0.8em;
  border-radius: 50%;
  background-color: #f69e50;
}

.a1 {
  position: relative;
  top: -102%;
  left: -130%;
  width: 12em;
  height: 5.5em;
  border-radius: 50px;
  background-image: linear-gradient(
    #171717,
    #171717,
    #353535,
    #353535,
    #171717
  );
  transform: rotate(-29deg);
  clip-path: polygon(50% 0%, 49% 100%, 52% 100%);
}

.a1d {
  position: relative;
  top: -211%;
  left: -35%;
  transform: rotate(45deg);
  width: 0.5em;
  height: 0.5em;
  border-radius: 50%;
  border: 2px solid black;
  background-color: #979797;
  z-index: 99;
}

.a2 {
  position: relative;
  top: -210%;
  left: -10%;
  width: 12em;
  height: 4em;
  border-radius: 50px;
  background-color: #171717;
  background-image: linear-gradient(
    #171717,
    #171717,
    #353535,
    #353535,
    #171717
  );
  margin-right: 5em;
  clip-path: polygon(
    47% 0,
    47% 0,
    34% 34%,
    54% 25%,
    32% 100%,
    29% 96%,
    49% 32%,
    30% 38%
  );
  transform: rotate(-8deg);
}

.a2d {
  position: relative;
  top: -294%;
  left: 94%;
  width: 0.5em;
  height: 0.5em;
  border-radius: 50%;
  border: 2px solid black;
  background-color: #979797;
  z-index: 99;
}

.notfound_text {
  background-color: black;
  padding-left: 0.3em;
  padding-right: 0.3em;
  font-size: 0.75em;
  color: #ededed;
  letter-spacing: 0;
  border-radius: 5px;
  z-index: 10;
}

.tv {
  width: 17em;
  height: 9em;
  margin-top: 3em;
  border-radius: 15px;
  background-color: #d36604;
  display: flex;
  justify-content: center;
  border: 2px solid #1d0e01;
  box-shadow: inset 0.2em 0.2em #e69635;
}

.tv::after {
  content: "";
  position: absolute;
  width: 17em;
  height: 9em;
  border-radius: 15px;
  background: repeating-radial-gradient(#d36604 0 0.0001%, #00000070 0 0.0002%)
      50% 0/2500px 2500px,
    repeating-conic-gradient(#d36604 0 0.0001%, #00000070 0 0.0002%) 60% 60%/2500px
      2500px;
  background-blend-mode: difference;
  opacity: 0.09;
}

.curve_svg {
  position: absolute;
  margin-top: 0.25em;
  margin-left: -0.25em;
  height: 12px;
  width: 12px;
}

.display_div {
  display: flex;
  align-items: center;
  align-self: center;
  justify-content: center;
  border-radius: 15px;
  box-shadow: 3.5px 3.5px 0px #e69635;
}

.screen_out {
  width: auto;
  height: auto;

  border-radius: 10px;
}

.screen_out1 {
  width: 11em;
  height: 7.75em;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
}

.screen {
  width: 13em;
  height: 7.85em;
  font-family: Montserrat;
  border: 2px solid #1d0e01;
  background: repeating-radial-gradient(#000 0 0.0001%, #ffffff 0 0.0002%) 50% 0/2500px
      2500px,
    repeating-conic-gradient(#000 0 0.0001%, #ffffff 0 0.0002%) 60% 60%/2500px
      2500px;
  background-blend-mode: difference;
  animation: b 0.2s infinite alternate;
  border-radius: 10px;
  z-index: 99;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  color: #252525;
  letter-spacing: 0.15em;
  text-align: center;
}

.screenM {
  width: 13em;
  height: 7.85em;
  position: relative;
  font-family: Montserrat;
  background: linear-gradient(
    to right,
    #002fc6 0%,
    #002bb2 14.2857142857%,
    #3a3a3a 14.2857142857%,
    #303030 28.5714285714%,
    #ff0afe 28.5714285714%,
    #f500f4 42.8571428571%,
    #6c6c6c 42.8571428571%,
    #626262 57.1428571429%,
    #0affd9 57.1428571429%,
    #00f5ce 71.4285714286%,
    #3a3a3a 71.4285714286%,
    #303030 85.7142857143%,
    white 85.7142857143%,
    #fafafa 100%
  );
  border-radius: 10px;
  border: 2px solid black;
  z-index: 99;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  color: #252525;
  letter-spacing: 0.15em;
  text-align: center;
  overflow: hidden;
}

.screenM:before,
.screenM:after {
  content: "";
  position: absolute;
  left: 0;
  z-index: 1;
  width: 100%;
}

.screenM:before {
  top: 0;
  height: 68.4782608696%;
  background: linear-gradient(
    to right,
    white 0%,
    #fafafa 14.2857142857%,
    #ffe60a 14.2857142857%,
    #f5dc00 28.5714285714%,
    #0affd9 28.5714285714%,
    #00f5ce 42.8571428571%,
    #10ea00 42.8571428571%,
    #0ed600 57.1428571429%,
    #ff0afe 57.1428571429%,
    #f500f4 71.4285714286%,
    #ed0014 71.4285714286%,
    #d90012 85.7142857143%,
    #002fc6 85.7142857143%,
    #002bb2 100%
  );
}

.screenM:after {
  bottom: 0;
  height: 21.7391304348%;
  background: linear-gradient(
    to right,
    #006c6b 0%,
    #005857 16.6666666667%,
    white 16.6666666667%,
    #fafafa 33.3333333333%,
    #001b75 33.3333333333%,
    #001761 50%,
    #6c6c6c 50%,
    #626262 66.6666666667%,
    #929292 66.6666666667%,
    #888888 83.3333333333%,
    #3a3a3a 83.3333333333%,
    #303030 100%
  );
}

@keyframes b {
  100% {
    background-position: 50% 0, 60% 50%;
  }
}

.lines {
  display: flex;
  column-gap: 0.1em;
  align-self: flex-end;
}

.line1,
.line3 {
  width: 2px;
  height: 0.5em;
  background-color: black;
  border-radius: 25px 25px 0px 0px;
  margin-top: 0.5em;
}

.line2 {
  flex-grow: 1;
  width: 2px;
  height: 1em;
  background-color: black;
  border-radius: 25px 25px 0px 0px;
}

.buttons_div {
  width: 4.25em;
  align-self: center;
  height: 8em;
  background-color: #e69635;
  border: 2px solid #1d0e01;
  padding: 0.6em;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  row-gap: 0.75em;
  box-shadow: 3px 3px 0px #e69635;
}

.b1 {
  width: 1.65em;
  height: 1.65em;
  border-radius: 50%;
  background-color: #7f5934;
  border: 2px solid black;
  box-shadow: inset 2px 2px 1px #b49577, -2px 0px #513721,
    -2px 0px 0px 1px black;
}

.b1::before {
  content: "";
  position: absolute;
  margin-top: 1em;
  margin-left: 0.5em;
  transform: rotate(47deg);
  border-radius: 5px;
  width: 0.1em;
  height: 0.4em;
  background-color: #000000;
}

.b1::after {
  content: "";
  position: absolute;
  margin-top: 0.9em;
  margin-left: 0.8em;
  transform: rotate(47deg);
  border-radius: 5px;
  width: 0.1em;
  height: 0.55em;
  background-color: #000000;
}

.b1 div {
  content: "";
  position: absolute;
  margin-top: -0.1em;
  margin-left: 0.65em;
  transform: rotate(45deg);
  width: 0.15em;
  height: 1.5em;
  background-color: #000000;
}

.b2 {
  width: 1.65em;
  height: 1.65em;
  border-radius: 50%;
  background-color: #7f5934;
  border: 2px solid black;
  box-shadow: inset 2px 2px 1px #b49577, -2px 0px #513721,
    -2px 0px 0px 1px black;
}

.b2::before {
  content: "";
  position: absolute;
  margin-top: 1.05em;
  margin-left: 0.8em;
  transform: rotate(-45deg);
  border-radius: 5px;
  width: 0.15em;
  height: 0.4em;
  background-color: #000000;
}

.b2::after {
  content: "";
  position: absolute;
  margin-top: -0.1em;
  margin-left: 0.65em;
  transform: rotate(-45deg);
  width: 0.15em;
  height: 1.5em;
  background-color: #000000;
}

.speakers {
  display: flex;
  flex-direction: column;
  row-gap: 0.5em;
}

.speakers .g1 {
  display: flex;
  column-gap: 0.25em;
}

.speakers .g1 .g11,
.g12,
.g13 {
  width: 0.65em;
  height: 0.65em;
  border-radius: 50%;
  background-color: #7f5934;
  border: 2px solid black;
  box-shadow: inset 1.25px 1.25px 1px #b49577;
}

.speakers .g {
  width: auto;
  height: 2px;
  background-color: #171717;
}

.bottom {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 8.7em;
}

.base1 {
  height: 1em;
  width: 2em;
  border: 2px solid #171717;
  background-color: #4d4d4d;
  margin-top: -0.15em;
  z-index: -1;
}

.base2 {
  height: 1em;
  width: 2em;
  border: 2px solid #171717;
  background-color: #4d4d4d;
  margin-top: -0.15em;
  z-index: -1;
}

.base3 {
  position: absolute;
  height: 0.15em;
  width: 17.5em;
  background-color: #171717;
  margin-top: 0.8em;
}

.text_404 {
  position: absolute;
  display: flex;
  flex-direction: row;
  column-gap: 6em;
  z-index: -5;
  margin-bottom: 2em;
  align-items: center;
  justify-content: center;
  opacity: 0.5;
  font-family: Montserrat;
}

.text_4041 {
  transform: scaleY(24.5) scaleX(9);
}

.text_4042 {
  transform: scaleY(24.5) scaleX(9);
}

.text_4043 {
  transform: scaleY(24.5) scaleX(9);
}

@media screen and (max-width: 920px) {
  .main_wrapper {
    display: none;
  }
}

@media only screen and (max-width: 1024px) {
  .screenM {
    display: flex;
  }

  .screen {
    display: none;
  }
}

@media only screen and (min-width: 1025px) {
  .screen {
    display: flex;
  }

  .screenM {
    display: none;
  }
}

.about--options {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1200px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0;
  padding: 0;
  list-style: none;
}

.about--options > a {
  position: relative;
  width: 150px;
  height: 100px;
  text-decoration: none;
  color: #ededed;
  border: 10px solid var(--primary-color);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.about--options > a:nth-child(1) {
  background-image: url("../img/CS50x.ico");
  background-size: cover;
}

.about--options > a:nth-child(2) {
  background-image: url("../img/meta.ico");
  background-size: cover;
}

.about--options > a:nth-child(3) {
  background-image: url("../img/ibm.ico");
  background-size: cover;
}

.about--options > a:nth-child(4) {
  background-image: url("../img/google.ico");
  background-size: cover;
}
.about--options > a:nth-child(5) {
  background-image: url("../img/oracle.ico");
  background-size: cover;
}

.about--options h3 {
  position: absolute;
  bottom: -50px;
  left: 5px;
  font-size: 16px;
  text-transform: uppercase;
  transition: transform 0.3s ease, color 0.3s ease;
  transform: translateY(0);
}

/* Certificate hover animation */
.about--options > a:hover h3 {
  transform: translateY(-15px);
  color: #ffffff;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}

@media (max-width: 767px) {
  .about--banner {
    height: 335px; /* Increased from 305px */
  }

  .about--banner::before {
    top: 0;
    left: 125px;
  }

  .about--banner::after {
    top: 35px;
    left: 260px;
  }

  .about--banner h2 {
    margin-top: 12px; /* Increased from 10px */
    font-size: 48px;
  }

  .about--banner h2::before {
    top: 28px;
    left: 168px;
  }

  .about--banner h2::after {
    top: 163px;
    left: 163px;
  }

  .about--banner img {
    width: 315px;
  }
}

@media (max-width: 600px) {
  .about--banner {
    height: auto;
  }

  .about--banner::before {
    left: 155px;
  }

  .about--banner::after {
    left: 310px;
  }

  .about--banner h2 {
    margin-top: 0;
    font-size: 48px;
  }

  .about--banner h2::before {
    top: 35px;
    left: 185px;
  }

  .about--banner h2::after {
    top: 205px;
    left: 205px;
  }

  .about--banner img {
    display: none;
  }

  .about--options {
    display: none;
  }
}

.contact {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.contact--lockup {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 900px;
  max-width: 75%;
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin: 0 auto;
}

.text {
  position: relative;
}

.text h2 {
  color: #ededed;
  position: relative;
  font-size: 68px;
  font-weight: 900;
  line-height: 1.1;
  z-index: 1;
  width: auto;
  margin: 0;
  width: 500px;
  margin-bottom: 50px;
  margin-right: 140px;
}

.let {
  color: var(--primary-color);
}

.resume {
  position: relative;
  background: transparent;
  border: none;
  padding: 6px 19px 6px 14px;
  color: #ededed;
  font-weight: 700;
  cursor: pointer;
  text-decoration: none;
  font-size: 16px;
  text-transform: uppercase;
  display: inline-block;
  margin-left: 10px;
}

.resume::after {
  content: "";
  position: absolute;
  top: 0;
  left: 2ch;
  right: 0;
  bottom: 0;
  background-color: #ff4ec3;
  z-index: -1;
  -webkit-transition: left 0.2s ease-in-out;
  transition: left 0.2s ease-in-out;
}

.resume:hover::after {
  left: 0;
  background-color: #ff4ec3;
  transition: left 0.2s ease-in-out;
}

.resume svg {
  position: relative;
  left: 5px;
  width: 15px;
  fill: #ededed;
  -webkit-transition: left 0.2s ease-in-out;
  transition: left 0.2s ease-in-out;
}

@media screen and (max-width: 920px) {
  .text {
    display: none;
  }

  .resume {
    display: none;
  }
}

@media (max-width: 1180px) {
  .contact--lockup {
    max-width: 90%;
  }
}

@media (max-width: 767px) {
  .contact--lockup {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}


.parent {
  width: 600px;
  padding: 20px;
  perspective: 1000px;
  margin: 0 auto;
}

.card {
  padding-top: 50px;
  border: 3px solid #bef158;
  transform-style: preserve-3d;
  background: linear-gradient(135deg, #0000 18.75%, #f3f3f3 0 31.25%, #0000 0),
    repeating-linear-gradient(45deg, #f3f3f3 -6.25% 6.25%, #141414 0 18.75%);
  background-size: 60px 60px;
  background-position: 0 0, 0 0;
  background-color: #222222;
  width: 120%;
  box-shadow: rgba(88, 88, 88, 0.3) 0px 30px 30px -10px;
  transition: all 0.5s ease-in-out;
}

.card:hover {
  background-position: -100px 100px, -100px 100px;
  transform: rotate3d(0.5, 1, 0, 30deg);
}

.content-box {
  background: #bef158;
  transition: all 0.5s ease-in-out;
  padding: 20px 25px 25px 25px;
  transform-style: preserve-3d;
}

.content-box .card-title {
  display: block;
  color: #1f1f1f;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
  transition: all 0.5s ease-in-out;
  transform: translate3d(0px, 0px, 50px);
  text-align: center;
  width: 100%;
}

.content-box .see-more {
  cursor: pointer;
  margin-top: 1rem;
  display: block;
  font-weight: 600;
  font-size: 16px;
  color: #ededed;
  background: #222222;
  padding: 0.5rem 0.7rem;
  transition: transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94), 
              box-shadow 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94),
              border-color 0.3s ease;
  width: 80%;
  margin: 0 auto;
  text-align: center;
  box-sizing: border-box;
  margin-bottom: 10px;
  text-decoration: none;
  transform: translate3d(0px, 0px, 20px);
  transform-style: preserve-3d;
  will-change: transform, box-shadow;
  border: 1px solid rgba(255, 255, 255, 0.1);
  position: relative;
  overflow: hidden;
  background-clip: padding-box;
  isolation: isolate;
}

.content-box .see-more::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, 
    rgba(255, 255, 255, 0.1) 0%, 
    rgba(255, 255, 255, 0.05) 50%, 
    rgba(255, 255, 255, 0) 100%);
  border-radius: inherit;
  opacity: 0;
  transition: opacity 0.2s ease;
  pointer-events: none;
}

.content-box .see-more::after {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, 
    transparent, 
    rgba(255, 255, 255, 0.2), 
    transparent);
  transition: left 0.3s ease;
  pointer-events: none;
}

.content-box .see-more:hover::before {
  opacity: 1;
}

.content-box .see-more:hover::after {
  left: 100%;
}

.content-box .see-more:nth-child(1) {
  background: linear-gradient(135deg, #444444, #181717);
  background-clip: padding-box;
  color: #ededed;
  transform: translate3d(0px, 0px, 20px);
  border: 1px solid rgba(0, 0, 0, 0.2);
}

.content-box .see-more:nth-child(2) {
  background: linear-gradient(135deg, #444444, #181717);
  background-clip: padding-box;
  color: #ededed;
  transform: translate3d(0px, 0px, 20px);
  border: 1px solid rgba(0, 0, 0, 0.2);
}

.content-box .see-more:nth-child(3) {
  background: linear-gradient(135deg, #0a66c2, #004182);
  background-clip: padding-box;
  color: #ededed;
  transform: translate3d(0px, 0px, 20px);
  border: 1px solid rgba(0, 0, 0, 0.2);
}

.content-box .see-more:nth-child(4) {
  background: linear-gradient(45deg, #833ab4, #c13584, #e1306c, #fd1d1d, #fcaf45, #ffdc80);
  background-clip: padding-box;
  color: #ededed;
  transform: translate3d(0px, 0px, 20px);
  border: 1px solid rgba(0, 0, 0, 0.2);
}

.content-box .see-more:nth-child(5) {
  background: linear-gradient(135deg, #ffa116, #000000);
  background-clip: padding-box;
  color: #ededed;
  transform: translate3d(0px, 0px, 20px);
  border: 1px solid rgba(0, 0, 0, 0.2);
}

.content-box .see-more:hover {
  color: white;
  transform: translate3d(0px, 0px, 60px);
  border-color: rgba(255, 255, 255, 0.2);
}

.hire {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 800px;
  max-width: 75%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto;
}

@media (max-width: 1180px) {
  .hire {
    max-width: 100%;
  }
}

.hire h2 {
  margin: 0 0 40px 0;
  font-size: 46px;
  font-weight: 800;
  text-align: center;
  position: relative;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 2px;
}

.hire h2::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 120px;
  height: 3px;
  background: linear-gradient(
    90deg,
    transparent,
    rgb(233, 233, 233),
    transparent
  );
}

.work-request {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #ededed;
}

.work-request input[type="submit"] {
  width: 400px;
  max-width: 100%;
  line-height: 50px;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  background-color: #ff4ec3;
  color: #ededed;
  border: none;
  border-radius: 0;
}

.work-request input[type="submit"]:focus {
  outline: none;
}

.work-request--options {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 30px 0;
}

.work-request--options .options-a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.work-request--options .options-b {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 72%;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.work-request--options label {
  display: block;
  width: 200px;
  margin-bottom: 30px;
  line-height: 50px;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  border: 2px solid #fff;
  cursor: pointer;
  -webkit-transition: background-color 0.2s ease-in-out,
    border-color 0.2s ease-in-out, color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.2s ease-in-out;
}

.work-request--options label svg {
  position: relative;
  left: -5px;
  width: 0;
  fill: #fff;
  -webkit-transition: width 0.2s ease-in-out;
  transition: width 0.2s ease-in-out;
}

.work-request--options input[type="checkbox"] {
  display: none;
}

.work-request--options input[type="checkbox"]:checked + label {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}

.work-request--options input[type="checkbox"]:checked + label svg {
  width: 15px;
}

.work-request--information {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 60px;
}

.work-request--information .information-name,
.work-request--information .information-email {
  position: relative;
  width: 45%;
  height: 60px;
  font-size: 15px;
  font-weight: 300;
}

.work-request--information input[type="text"],
.work-request--information input[type="email"] {
  width: 100%;
  padding: 0 0 5px 0;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #fff;
  border-radius: 0;
}

.work-request--information input[type="text"]:focus,
.work-request--information input[type="email"]:focus {
  outline: none;
  background-color: #0c0c0c;
}

.work-request--information label {
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  -webkit-transition: top 0.2s ease-in-out, font-size 0.2s ease-in-out;
  transition: top 0.2s ease-in-out, font-size 0.2s ease-in-out;
}

.work-request--information input:focus + label,
.work-request--information input.has-value + label {
  top: -15px;
  font-size: 14px;
}

@media (max-width: 767px) {
  .work-request--options {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .work-request--options .options-a,
  .work-request--options .options-b {
    display: block;
    width: auto;
  }
}

@media (max-width: 600px) and (max-width: 415px) {
  .work-request--options {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media (max-width: 600px) {
  .work-request--options {
    margin: 20px 0;
  }

  .hire h2 {
    font-size: 28px;
  }

  .work h2 {
    font-size: 28px;
    margin: 0 0 70px 0;
  }

  .work-request--options label {
    width: 150px;
    margin-bottom: 15px;
    font-size: 14px;
  }

  .work-request--options input[type="checkbox"]:checked + label svg {
    width: 12px;
  }

  .work-request--information {
    margin-bottom: 30px;
  }

  .work-request--information .information-name,
  .work-request--information .information-email {
    height: 40px;
    font-size: 18px;
  }
  .work--lockup .slider--item-center .slider--item-description {
    display: block;
    font-size: 14px;
  }
}

.perspective {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: transparent; /* Fallback background color */
}

.perspective--modalview {
  position: fixed;
  -webkit-perspective: 1500px;
  perspective: 1500px;
}

.containerr {
  position: relative;
  -webkit-transform: translateZ(0) translateX(0) rotateY(0deg);
  transform: translateZ(0) translateX(0) rotateY(0deg);
  min-height: 100%;
  outline: 30px solid var(--primary-color);
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}

.modalview .containerr {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.effect-rotate-left .containerr {
  -webkit-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}

.effect-rotate-left--animate .containerr {
  -webkit-transform: translateZ(-1800px) translateX(-50%) rotateY(45deg);
  transform: translateZ(-1800px) translateX(-50%) rotateY(45deg);
  outline: 30px solid var(--primary-color);
}

.outer-nav {
  position: absolute;
  top: 50%;
  left: 55%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
  visibility: hidden;
  -webkit-transition: visibility 0s 0.2s;
  transition: visibility 0s 0.2s;
}

.outer-nav.is-vis {
  visibility: visible;
}

.outer-nav--return {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  cursor: pointer;
  z-index: 11;
}

.outer-nav--return.is-vis {
  display: block;
}

.outer-nav > li {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: translateX(350px) translateZ(-1000px);
  transform: translateX(350px) translateZ(-1000px);
  font-size: 60px; /* Increased from 55px */
  font-weight: 900;
  opacity: 0;
  cursor: pointer;
  -webkit-transition: opacity 0.2s, -webkit-transform 0.2s;
  transition: opacity 0.2s, -webkit-transform 0.2s;
  transition: transform 0.2s, opacity 0.2s;
  transition: transform 0.2s, opacity 0.2s, -webkit-transform 0.2s;
}

.outer-nav > li.is-vis {
  -webkit-transform: translateX(0) translateZ(0);
  transform: translateX(0) translateZ(0);
  opacity: 1;
  -webkit-transition: opacity 0.4s, -webkit-transform 0.4s;
  transition: opacity 0.4s, -webkit-transform 0.4s;
  transition: transform 0.4s, opacity 0.4s;
  transition: transform 0.4s, opacity 0.4s, -webkit-transform 0.4s;
}

.outer-nav > li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -25%);
  transform: translate(-50%, -25%);
  width: 110%;
  height: 15px;
  opacity: 0;
  background-color: var(--primary-color);
}

.outer-nav > li.is-active::before {
  opacity: 1;
}

@media (max-width: 767px) {
  .outer-nav > li {
    font-size: 48px; /* Increased from 44px */
  }
}

@media (max-width: 600px) {
  .outer-nav > li {
    font-size: 38px; /* Increased from 34px */
  }
}

.outer-nav li.is-vis:nth-child(2) {
  -webkit-transition-delay: 0.04s;
  transition-delay: 0.04s;
}

.outer-nav li.is-vis:nth-child(3) {
  -webkit-transition-delay: 0.08s;
  transition-delay: 0.08s;
}

.outer-nav li.is-vis:nth-child(4) {
  -webkit-transition-delay: 0.12s;
  transition-delay: 0.12s;
}

.outer-nav li.is-vis:nth-child(5) {
  -webkit-transition-delay: 0.16s;
  transition-delay: 0.16s;
}

@media (max-width: 768px) {
  .parent {
    width: 70%;
    padding: 15px;
  }

  .card {
    padding-top: 40px;
    width: 100%;
  }

  .content-box {
    padding: 25px 20px 25px 20px;
  }

  .content-box .card-title {
    font-size: 20px;
    margin-bottom: 20px;
  }

  .content-box .see-more {
    font-size: 14px;
    padding: 0.6rem 0.8rem;
    margin-bottom: 12px;
  }
}

@media (max-width: 480px) {
  .parent {
    width: 70%;
    padding: 10px;
  }

  .card {
    padding-top: 35px;
  }

  .content-box {
    padding: 20px 15px 20px 15px;
  }

  .content-box .card-title {
    font-size: 18px;
    margin-bottom: 18px;
  }

  .content-box .see-more {
    font-size: 13px;
    padding: 0.5rem 0.7rem;
    margin-bottom: 10px;
  }
}

.circular-text-container {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 1000;
  pointer-events: none;
}

.circular-text {
  width: 120px;
  height: 120px;
  animation: rotate 20s linear infinite;
}

.circular-text svg {
  width: 100%;
  height: 100%;
}

.circular-text path {
  fill: none;
  stroke: none;
}

.circular-text text {
  font-size: 8.5px;
  font-weight: 600;
  letter-spacing: 1px;
  fill: #ffffff;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
}

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


.circular-text-2 {
  width: 80px;
  height: 80px;
  position: absolute;
  top: 20px;
  left: 20px;
  animation: rotate-reverse 25s linear infinite;
  opacity: 0.7;
}
.circular-text-2 text {
  fill: #ffffff;
  color: #ffffff;
}
@keyframes rotate-reverse {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(-360deg);
  }
}

@media (max-width: 1024px) {
  .circular-text-container {
    display: none;
  }
}

.capybaraloader {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10001;
  --color: rgb(204, 125, 45);
  --color2: rgb(83, 56, 28);
  background: #4931d5;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: opacity 0.5s ease;
}

.capybaraloader .capybara-container {
  width: 14em;
  height: 10em;
  transform: scale(0.75);
  position: relative;
}

.capybaraloader.hidden {
  opacity: 0;
  pointer-events: none;
}

.capybara {
  width: 100%;
  height: 7.5em;
  position: relative;
  z-index: 1;
}

.loader {
  width: 100%;
  height: 2.5em;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.capy {
  width: 85%;
  height: 100%;
  background: linear-gradient(var(--color), 90%, var(--color2));
  border-radius: 45%;
  position: relative;
  z-index: 1;
  animation: movebody 1s linear infinite;
}

.capyhead {
  width: 7.5em;
  height: 7em;
  bottom: 0em;
  right: 0em;
  position: absolute;
  background-color: var(--color);
  z-index: 3;
  border-radius: 3.5em;
  box-shadow: -1em 0em var(--color2);
  animation: movebody 1s linear infinite;
}

.capyear {
  width: 2em;
  height: 2em;
  background: linear-gradient(-45deg, var(--color), 90%, var(--color2));
  top: 0em;
  left: 0em;
  border-radius: 100%;
  position: absolute;
  overflow: hidden;
  z-index: 3;
}

.capyear:nth-child(2) {
  left: 5em;
  background: linear-gradient(25deg, var(--color), 90%, var(--color2));
}

.capyear2 {
  width: 100%;
  height: 1em;
  background-color: var(--color2);
  bottom: 0em;
  left: 0.5em;
  border-radius: 100%;
  position: absolute;
  transform: rotate(-45deg);
}

.capymouth {
  width: 3.5em;
  height: 2em;
  background-color: var(--color2);
  position: absolute;
  bottom: 0em;
  left: 2.5em;
  border-radius: 50%;
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 0.5em;
}

.capylips {
  width: 0.25em;
  height: 0.75em;
  border-radius: 100%;
  transform: rotate(-45deg);
  background-color: var(--color);
}

.capylips:nth-child(2) {
  transform: rotate(45deg);
}

.capyeye {
  width: 2em;
  height: 0.5em;
  background-color: var(--color2);
  position: absolute;
  bottom: 3.5em;
  left: 1.5em;
  border-radius: 5em;
  transform: rotate(45deg);
}

.capyeye:nth-child(4) {
  transform: rotate(-45deg);
  left: 5.5em;
  width: 1.75em;
}

.capyleg {
  width: 6em;
  height: 5em;
  bottom: 0em;
  left: 0em;
  position: absolute;
  background: linear-gradient(var(--color), 95%, var(--color2));
  z-index: 2;
  border-radius: 2em;
  animation: movebody 1s linear infinite;
}

.capyleg2 {
  width: 1.75em;
  height: 3em;
  bottom: 0em;
  left: 3.25em;
  position: absolute;
  background: linear-gradient(var(--color), 80%, var(--color2));
  z-index: 2;
  border-radius: 0.75em;
  box-shadow: inset 0em -0.5em var(--color2);
  animation: moveleg 1s linear infinite;
}

.capyleg2:nth-child(3) {
  width: 1.25em;
  left: 0.5em;
  height: 2em;
  animation: moveleg2 1s linear infinite 0.075s;
}

@keyframes moveleg {
  0% {
    transform: rotate(-45deg) translateX(-5%);
  }
  50% {
    transform: rotate(45deg) translateX(5%);
  }
  100% {
    transform: rotate(-45deg) translateX(-5%);
  }
}

@keyframes moveleg2 {
  0% {
    transform: rotate(45deg);
  }
  50% {
    transform: rotate(-45deg);
  }
  100% {
    transform: rotate(45deg);
  }
}

@keyframes movebody {
  0% {
    transform: translateX(0%);
  }
  50% {
    transform: translateX(2%);
  }
  100% {
    transform: translateX(0%);
  }
}

.loaderline {
  width: 50em;
  height: 0.5em;
  border-top: 0.5em dashed #ededed;
  animation: moveline 10s linear infinite;
}

@keyframes moveline {
  0% {
    transform: translateX(0%);
    opacity: 0%;
  }
  5% {
    opacity: 100%;
  }
  95% {
    opacity: 100%;
  }
  100% {
    opacity: 0%;
    transform: translateX(-70%);
  }
}