@import url("https://fonts.googleapis.com/css2?family=Road+Rage&family=Roboto+Mono:ital,wght@0,100..700;1,100..700&family=Roboto:ital,wght@0,100..900;1,100..900&family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap");/* #root {
  max-width: 1280px;
  margin: 0 auto;
  padding: 2rem;
  text-align: center;
}

.logo {
  height: 6em;
  padding: 1.5em;
  will-change: filter;
  transition: filter 300ms;
}
.logo:hover {
  filter: drop-shadow(0 0 2em #646cffaa);
}
.logo.react:hover {
  filter: drop-shadow(0 0 2em #61dafbaa);
}

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

@media (prefers-reduced-motion: no-preference) {
  a:nth-of-type(2) .logo {
    animation: logo-spin infinite 20s linear;
  }
}

.card {
  padding: 2em;
}

.read-the-docs {
  color: #888;
} */

main > section {
  scroll-margin-top: 6rem;
}

/* From Uiverse.io by SelfMadeSystem */ 
/* .container {
  position: absolute;
  inset: -1em;
  --c: 7px;
  background-color: #000;
  background-image: radial-gradient(
      circle at 50% 50%,
      #0000 1.5px,
      #000 0 var(--c),
      #0000 var(--c)
    ),
    radial-gradient(
      circle at 50% 50%,
      #0000 1.5px,
      #000 0 var(--c),
      #0000 var(--c)
    ),
    radial-gradient(circle at 50% 50%, #f00, #f000 60%),
    radial-gradient(circle at 50% 50%, #ff0, #ff00 60%),
    radial-gradient(circle at 50% 50%, #0f0, #0f00 60%),
    radial-gradient(ellipse at 50% 50%, #00f, #00f0 60%);
  background-size:
    12px 20.7846097px,
    12px 20.7846097px,
    200% 200%,
    200% 200%,
    200% 200%,
    200% 20.7846097px;
  --p: 0px 0px, 6px 10.39230485px;
  background-position:
    var(--p),
    0% 0%,
    0% 0%,
    0% 0px;
  animation:
    wee 40s linear infinite,
    filt 6s linear infinite;
}

@keyframes filt {
  0% {
    filter: hue-rotate(0deg);
  }
  to {
    filter: hue-rotate(360deg);
  }
}

@keyframes wee {
  0% {
    background-position:
      var(--p),
      800% 400%,
      1000% -400%,
      -1200% -600%,
      400% 41.5692194px;
  }
  to {
    background-position:
      var(--p),
      0% 0%,
      0% 0%,
      0% 0%,
      0% 0%;
  }
} */
._animatedText_qjkjr_1 {
  position: relative;
  min-height: 400px;
  font-size: 1.5rem;
  line-height: 1.6;
  color: var(--seconderyColor);
  overflow: visible;
  padding: 1rem;
}
._animatedText_qjkjr_1 p {
  background-color: var(--pBackgroundColor);
  border: 1px solid var(--mainColor);
  margin-bottom: 1rem;
  border-radius: 1rem;
  padding: 1rem;
}

._line_qjkjr_18 {
  display: block;
  width: 100%;
}

._word_qjkjr_23 {
  display: inline-block;
  white-space: pre;
}

._letter_qjkjr_28 {
  display: inline-block;
  opacity: 0;
  transition: opacity 0.05s;
}

@media (max-width: 768px) {
  ._animatedText_qjkjr_1 {
    padding: 1rem;
  }
}._contactSection_qu00h_1 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  border-radius: 1.5rem;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.12);
  max-width: 1000px;
  margin: 0 auto 2rem auto;
  backdrop-filter: blur(2px);
  box-shadow:
    5px 5px 10px var(--mainColor),
    -5px 5px 10px var(--mainColor);
}

._contactSection_qu00h_1 h2 {
  margin: 1rem 0;
}

._contactForm_qu00h_20 {
  width: 80%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.2rem;
  padding: 0 0 1rem 0;
}

._inputBox_qu00h_29 {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr 0.7fr;
  gap: 1rem;
}

._fullName_qu00h_36,
._inputBox_qu00h_29 input[type="text"] {
  width: 100%;
  padding: 0.8rem 1rem;
  border-radius: 1rem;
  border: 1.5px solid #78ffb42e;
  background: var(--pBackgroundColor);
  color: var(--textColor);
  font-size: 1rem;
  transition:
    border 0.2s,
    box-shadow 0.2s;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

._fullName_qu00h_36:focus,
._inputBox_qu00h_29 input[type="text"]:focus {
  border: 1.5px solid var(--mainColor);
  outline: none;
  box-shadow: 0 0 0 2px rgba(120, 255, 180, 0.15);
}

._eMail_qu00h_58,
textarea {
  width: 100%;
  min-height: 180px;
  padding: 1rem;
  margin-bottom: 0.5rem;
  border-radius: 1rem;
  border: 1.5px solid #78ffb42e;
  background: var(--pBackgroundColor);
  color: var(--textColor);
  font-size: 1rem;
  resize: vertical;
  transition:
    border 0.2s,
    box-shadow 0.2s;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

._eMail_qu00h_58:focus,
textarea:focus {
  border: 1.5px solid var(--mainColor);
  outline: none;
  box-shadow: 0 0 0 2px rgba(120, 255, 180, 0.15);
}

._submitBtn_qu00h_83,
input[type="submit"] {
  display: block;
  margin: 0 auto;
  padding: 0.8rem 2rem;
  border-radius: 1.2rem;
  border: none;
  background: linear-gradient(
    90deg,
    var(--mainColor) 60%,
    var(--textColor) 100%
  );
  color: #fff;
  font-size: 1.1rem;
  font-weight: 600;
  cursor: pointer;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  transition:
    background 0.2s,
    transform 0.2s,
    box-shadow 0.2s;
}

._submitBtn_qu00h_83:hover,
input[type="submit"]:hover {
  background: linear-gradient(
    90deg,
    var(--textColor) 20%,
    var(--mainColor) 80%
  );
  transform: translateY(-2px) scale(1.04);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.18);
}

@media (max-width: 1024px) {
  ._contactSection_qu00h_1 {
    padding: 1rem;
    max-width: 95vw;
  }

  ._contactForm_qu00h_20 {
    width: 100%;
    max-width: 98vw;
  }
}

@media (max-width: 768px) {
  ._contactSection_qu00h_1 {
    padding: 1rem;
    max-width: 90vw;
  }

  ._contactForm_qu00h_20 {
    width: 100%;
    max-width: 98vw;
  }
  ._inputBox_qu00h_29 {
    grid-template-columns: 1fr;
    gap: 0.7rem;
  }
}
._experienceSection_1q7ww_1 {
  max-width: 1200px;
  margin: 0 auto;
  padding: 1rem;
}
#_experience_1q7ww_1 {
  padding: 1rem;
}

._heading_1q7ww_10 {
  text-align: center;
  margin: 0 auto 2rem;
}

._heading_1q7ww_10 h2 {
  margin-top: 0.5rem;
  font-family: "Road Rage", sans-serif;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.15;
  background: linear-gradient(
    90deg,
    var(--textColor) 20%,
    var(--mainColor) 50%,
    var(--textColor) 80%
  );
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

._intro_1q7ww_31 {
  max-width: 760px;
  margin: 1rem auto 0;
  font-size: 1.2rem;
  line-height: 1.6;
}

._projectText_1q7ww_38 {
  padding: 2rem;
  border: 1.5px solid var(--mainColor);
  border-radius: 1rem;
  background-color: var(--pBackgroundColor);
  text-align: left;
}

._projectText_1q7ww_38 p {
  margin-bottom: 1rem;
  font-size: 1.1rem;
  line-height: 1.2;
}

._projectText_1q7ww_38 p:last-child {
  margin-bottom: 0;
}

@media (max-width: 768px) {
  ._experienceSection_1q7ww_1 {
    padding: 1rem;
  }

  ._heading_1q7ww_10 {
    margin-bottom: 1.5rem;
  }

  ._heading_1q7ww_10 h2 {
    font-size: 2.5rem;
  }

  ._intro_1q7ww_31 {
    font-size: 1rem;
  }

  ._projectText_1q7ww_38 {
    padding: 1.25rem;
  }

  ._projectText_1q7ww_38 p {
    font-size: 1rem;
    line-height: 1.2;
  }
}
/* .logo {
  font-size: 2.5rem;
  color: var(--textColor);
  font-weight: 600;
  cursor: default;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 2rem 9%;
  background: var(--bgColor);
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 100;
  transition: 0.3s ease;
}

.header button {
  position: relative;
}

.darkModeBtn {
  width: 51px;
  height: 28px;
  padding: 5px;
  border-radius: 1.3rem;
  background-color: var(--mainColor);
  display: flex;
  justify-content: space-between;
}
.darkModeBtnIcon {
  position: relative;
  z-index: 9;
}

.darkModeBtn::before {
  content: "";
  position: absolute;
  top: 1px;
  left: 1px;
  display: block;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: white;
  transition: left 0.25s ease-in;
}

.darkModeBtn--active::before {
  left: 26px;
} */

._header_ys7jb_8 {
  display: grid;
  grid-template-columns: auto auto auto;
  align-items: center;
  padding: 1rem 2rem 0 2rem;
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  box-sizing: border-box;
  transition:
    transform 0.3s ease,
    background-color 0.3s ease,
    box-shadow 0.3s ease;
}

._headerHidden_ys7jb_74 {
  transform: translateY(-100%);
}

._headerScrolled_ys7jb_78 {
  background-color: color-mix(in srgb, var(--backgroundColor) 68%, transparent);
  -webkit-backdrop-filter: blur(18px) saturate(180%);
  backdrop-filter: blur(18px) saturate(180%);
  padding-bottom: 1rem;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}

._logo_ys7jb_1 {
  width: auto;
  height: 4.5rem;
  max-width: 100px;
  cursor: pointer;
  justify-self: start;
}

._desktopNav_ys7jb_94 {
  display: flex;
  justify-content: center;
  align-items: center;
}

._desktopSwitch_ys7jb_100 {
  display: flex;
  justify-content: end;
  align-items: center;
}

._hamburger_ys7jb_106 {
  display: none;
  flex-direction: column;
  justify-content: space-around;
  width: 2rem;
  height: 2rem;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  z-index: 1001;
}

._hamburgerLine_ys7jb_119 {
  width: 100%;
  height: 3px;
  background-color: var(--textColor);
  border-radius: 10px;
  transition: all 0.3s linear;
  position: relative;
  transform-origin: 1px;
}

._hamburgerLine1Open_ys7jb_129 {
  transform: rotate(45deg);
}

._hamburgerLine2Open_ys7jb_133 {
  opacity: 0;
}

._hamburgerLine3Open_ys7jb_137 {
  transform: rotate(-45deg);
}

._mobileMenu_ys7jb_141 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  transform: translateX(-100%);
  transition: transform 0.3s ease-in-out;
  z-index: 999;
}

._mobileMenuOpen_ys7jb_152 {
  transform: translateX(0);
}

._backdrop_ys7jb_156 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}

._menuContent_ys7jb_165 {
  position: relative;
  background: var(--backgroundColor);
  width: 70%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 2rem;
  z-index: 1000;
}

/* Mobile Responsive */
@media (max-width: 768px) {
  ._header_ys7jb_8 {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    padding: 1rem 1rem 0 1rem;
  }

  ._desktopNav_ys7jb_94 {
    display: none;
  }

  ._desktopSwitch_ys7jb_100 {
    display: flex;
    justify-self: center;
  }

  ._hamburger_ys7jb_106 {
    display: flex;
    justify-self: end;
  }

  ._logo_ys7jb_1 {
    height: 3.5rem;
  }
}

@media (max-width: 480px) {
  ._header_ys7jb_8 {
    padding: 0.8rem 0.8rem 0 0.8rem;
  }

  ._logo_ys7jb_1 {
    height: 3rem;
  }

  ._hamburger_ys7jb_106 {
    width: 1.5rem;
    height: 1.5rem;
  }
}

._header_ys7jb_8._headerScrolled_ys7jb_78 {
  padding-bottom: 1rem;
}
._navbar_m0hll_1 {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}

._navbar_m0hll_1 a {
  font-family: "Roboto Mono", monospace;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 1rem;
  text-decoration: none;
  color: var(--textColor);
  transition: 0.3s;
  padding: 0.5rem 0;
  position: relative;
}

._navbar_m0hll_1 a:hover,
._navbar_m0hll_1 a._active_m0hll_20 {
  color: var(--mainColor);
}

._navbar_m0hll_1 a::after {
  content: '';
  position: absolute;
  width: 0;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: var(--mainColor);
  transition: width 0.3s ease;
}

._navbar_m0hll_1 a:hover::after,
._navbar_m0hll_1 a._active_m0hll_20::after {
  width: 100%;
}

/* Mobile Responsive */
@media (max-width: 768px) {
  ._navbar_m0hll_1 {
    flex-direction: column;
    gap: 2rem;
    text-align: center;
  }
  
  ._navbar_m0hll_1 a {
    font-size: 1.5rem;
    padding: 1rem 0;
  }
}
._switchContainer_wwwr9_1 {
  display: flex;
  justify-content: center;
  align-items: center;
}

._circle_wwwr9_7 {
  position: relative;
  border-radius: 100%;
  width: 3rem;
  height: 3rem;
  background: linear-gradient(40deg, #FF0080, #FF8C00 70%);
  cursor: pointer;
  transition: background 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
}

._circle_wwwr9_7:hover {
  transform: scale(1.05);
  transition: transform 0.3s ease;
}

._circle_wwwr9_7._dark_wwwr9_23 {
  background: linear-gradient(40deg, #8983F7, #A3DAFB 70%);
}

._crescent_wwwr9_27 {
  position: absolute;
  border-radius: 100%;
  right: 0;
  width: 2.5rem;
  height: 2.5rem;
  background: var(--backgroundColor);
  transform: scale(0);
  transform-origin: top right;
  transition: transform 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
}

._crescent_wwwr9_27._visible_wwwr9_39 {
  transform: scale(1);
}._homeSection_gqf9r_1 {
  text-align: center;
  padding: 1rem;
}

._title_gqf9r_6 {
  font-family: "Road Rage";
  font-weight: bolder;
  font-style: normal;
  font-size: 4rem;
  background: linear-gradient(
    90deg,
    var(--textColor) 20%,
    var(--mainColor) 50%,
    var(--textColor) 80%
  );
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 1.2;
}

._textType_gqf9r_23 {
  color: var(--mainColor);
  display: inline-block;
  min-width: 20ch;
  text-align: left;
  white-space: nowrap;
  margin-left: 0.25em;
}

._subtitle_gqf9r_32 {
  font-family: "Work Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
  font-size: 2rem;
  padding: 0.6rem 0;
  line-height: 1.4;
}

._name_gqf9r_42 {
  font-family: "Work Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 700;
  font-size: 3rem;
  line-height: 1.3;
}

._jobTitle_gqf9r_51 {
  font-family: "Work Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 700;
  font-size: 2rem;
  padding: 0.6rem 0 0 0;
  line-height: 1.4;
}

._aboutGrid_gqf9r_61 {
  display: grid;
  grid-template-columns: 1.2fr 2fr 1.2fr;
  gap: 1rem;
  align-items: center;
  margin-top: 3rem;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
}

._leftText_gqf9r_72 {
  text-align: left;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 1.5rem;
  line-height: 1.5;
  letter-spacing: 0.1rem;
  background-color: var(--pBackgroundColor);
  border-radius: 1rem;
  padding: 1rem;
  border: 1.5px solid var(--mainColor);
}

._rightText_gqf9r_85 {
  text-align: left;
  font-family: "Work Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 1.5rem;
  line-height: 1.5;
  letter-spacing: 0.1rem;
  background-color: var(--pBackgroundColor);
  border-radius: 1rem;
  padding: 1rem;
  border: 1.5px solid var(--mainColor);
}

._profileImage_gqf9r_99 {
  justify-self: center;
  width: min(100%, 520px);
  aspect-ratio: 1;
  overflow: hidden;
}

._profileImage_gqf9r_99 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.15);
  transform-origin: center bottom;
}

/* Tablet Responsive */
@media (max-width: 1024px) {
  ._homeSection_gqf9r_1 {
    ._aboutGrid_gqf9r_61 {
      grid-template-columns: 1fr;
      gap: 1rem;
      margin-top: 0.4rem;
      text-align: center;
    }

    ._leftText_gqf9r_72,
    ._rightText_gqf9r_85 {
      text-align: center;
      font-size: 1rem;
      margin: 0 auto;
    }

    ._profileImage_gqf9r_99 {
      order: -1;
    }
  }
  ._homeSection_gqf9r_1 {
    padding: 1rem 1rem 0 1rem;
  }
  ._title_gqf9r_6 {
    font-size: 3rem;
  }

  ._subtitle_gqf9r_32 {
    font-size: 1.8rem;
  }

  ._name_gqf9r_42 {
    font-size: 2.5rem;
  }

  ._jobTitle_gqf9r_51 {
    font-size: 1.8rem;
  }

  ._aboutGrid_gqf9r_61 {
    gap: 0.5rem;
    grid-template-columns: 1fr 1.5fr 1fr;
  }
}

/* Mobile Responsive */
@media (max-width: 768px) {
  ._homeSection_gqf9r_1 {
    padding: 0 1rem;
  }

  #_home_gqf9r_1 {
    padding: 1rem 1rem 0 1rem;
  }

  ._title_gqf9r_6 {
    font-size: 2.5rem;
    padding: 0 0 0.8rem 0;
  }

  ._subtitle_gqf9r_32 {
    font-size: 1.5rem;
    padding: 0.4rem 0;
  }

  ._name_gqf9r_42 {
    font-size: 2rem;
    padding: 0.4rem 0;
  }

  ._jobTitle_gqf9r_51 {
    font-size: 1.5rem;
    padding: 0.4rem 0 1.5rem 0;
  }
}

/* Small Mobile Responsive */
@media (max-width: 480px) {
  ._homeSection_gqf9r_1 {
    padding: 0;
  }

  ._title_gqf9r_6 {
    font-size: 2rem;
    padding: 0 0 0.6rem 0;
  }

  ._subtitle_gqf9r_32 {
    font-size: 1.3rem;
    padding: 0.3rem 0;
  }

  ._name_gqf9r_42 {
    font-size: 1.8rem;
    padding: 0.3rem 0;
  }

  ._jobTitle_gqf9r_51 {
    font-size: 1.3rem;
    padding: 0.3rem 0 1rem 0;
  }

  ._aboutGrid_gqf9r_61 {
    gap: 1.5rem;
    margin-top: 1.5rem;
    padding: 0;
  }

  ._leftText_gqf9r_72,
  ._rightText_gqf9r_85 {
    font-size: 0.95rem;
    line-height: 1.5;
  }
}

/* Extra Small Mobile */
@media (max-width: 320px) {
  ._title_gqf9r_6 {
    font-size: 1.8rem;
  }

  ._subtitle_gqf9r_32 {
    font-size: 1.2rem;
  }

  ._name_gqf9r_42 {
    font-size: 1.6rem;
  }

  ._jobTitle_gqf9r_51 {
    font-size: 1.2rem;
  }

  ._profileImage_gqf9r_99 {
    width: 200px;
    height: 200px;
  }

  ._leftText_gqf9r_72,
  ._rightText_gqf9r_85 {
    font-size: 0.9rem;
  }
}


:root {
  --mainColor: #02b957;
  --seconderyColor: #02b9b3;
  --backgroundColor: #dcdcdc;
  --secondBackgroundColor: #d1d1d1;
  --textColor: #2c3534;
  --hoverColor: #fff;
  --pBackgroundColor: #e9e2dac8;
}

.dark {
  --mainColor: #32e81e;
  --seconderyColor: #1ee86f;
  --backgroundColor: #0f0b07;
  --secondBackgroundColor: #323946;
  --textColor: #fff;
  --hoverColor: #fff;
  --pBackgroundColor: #1e283c73;
  --pBorderColor: #e9dada;
}

body {
  background-image: var(--bg-image);
  background-color: var(--backgroundColor);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  color: var(--textColor);
  transition:
    background-color 0.3s,
    color 0.3s;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 500;
  font-size: 1rem;
  /* min-height: 100vh; */
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Work Sans", sans-serif;
  text-decoration: none;
  border: none;
  outline: none;
  scroll-behavior: smooth;
}


p {
  font-family: "Work Sans", sans-serif;
  font-size: clamp(1rem, 1vw, 2.5rem);
  color: var(--textColor);
}

/* Responsive Typography */
@media (max-width: 1024px) {
  h1 {
    font-size: 2.5rem;
  }

  h2 {
    font-size: 2rem;
  }

  h3 {
    font-size: 1.75rem;
  }

  body {
    font-size: 0.95rem;
  }
}

@media (max-width: 768px) {
  h1 {
    font-size: 2rem;
  }

  h2 {
    font-size: 1.75rem;
  }

  h3 {
    font-size: 1.5rem;
  }

  h4 {
    font-size: 1.25rem;
  }

  body {
    font-size: 0.9rem;
  }

  .animatedText {
    padding: 0 1rem;
  }

  #home {
    padding: 1rem 1rem 0 1rem;
  }
}

@media (max-width: 480px) {
  h1 {
    font-size: 1.8rem;
  }

  h2 {
    font-size: 1.5rem;
  }

  h3 {
    font-size: 1.3rem;
  }

  h4 {
    font-size: 1.1rem;
  }

  body {
    font-size: 0.85rem;
  }
}
