/*! tailwindcss v4.1.18 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
      "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --color-orange-600: oklch(64.6% 0.222 41.116);
    --color-orange-900: oklch(40.8% 0.123 38.172);
    --color-amber-400: oklch(82.8% 0.189 84.429);
    --color-amber-700: oklch(55.5% 0.163 48.998);
    --color-slate-700: oklch(37.2% 0.044 257.287);
    --color-slate-900: oklch(20.8% 0.042 265.755);
    --color-gray-600: oklch(44.6% 0.03 256.802);
    --color-zinc-900: oklch(21% 0.006 285.885);
    --color-neutral-200: oklch(92.2% 0 0);
    --color-stone-800: oklch(26.8% 0.007 34.298);
    --color-stone-900: oklch(21.6% 0.006 56.043);
    --color-white: #fff;
    --spacing: 0.25rem;
    --text-sm: 0.875rem;
    --text-sm--line-height: calc(1.25 / 0.875);
    --text-base: 1rem;
    --text-base--line-height: calc(1.5 / 1);
    --text-2xl: 1.5rem;
    --text-2xl--line-height: calc(2 / 1.5);
    --text-3xl: 1.875rem;
    --text-3xl--line-height: calc(2.25 / 1.875);
    --text-4xl: 2.25rem;
    --text-4xl--line-height: calc(2.5 / 2.25);
    --text-5xl: 3rem;
    --text-5xl--line-height: 1;
    --text-7xl: 4.5rem;
    --text-7xl--line-height: 1;
    --font-weight-normal: 400;
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --radius-xl: 0.75rem;
    --default-transition-duration: 150ms;
    --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b, strong {
    font-weight: bolder;
  }
  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol, ul, menu {
    list-style: none;
  }
  img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer utilities {
  .static {
    position: static;
  }
  .mx-auto {
    margin-inline: auto;
  }
  .-mt-5 {
    margin-top: calc(var(--spacing) * -5);
  }
  .mt-10 {
    margin-top: calc(var(--spacing) * 10);
  }
  .flex {
    display: flex;
  }
  .hidden {
    display: none;
  }
  .inline-flex {
    display: inline-flex;
  }
  .aspect-\[4\/3\] {
    aspect-ratio: 4/3;
  }
  .h-\[1px\] {
    height: 1px;
  }
  .h-\[45px\] {
    height: 45px;
  }
  .h-\[260px\] {
    height: 260px;
  }
  .h-\[440px\] {
    height: 440px;
  }
  .h-auto {
    height: auto;
  }
  .h-fit {
    height: fit-content;
  }
  .h-full {
    height: 100%;
  }
  .w-\[180px\] {
    width: 180px;
  }
  .w-full {
    width: 100%;
  }
  .max-w-\[1400px\] {
    max-width: 1400px;
  }
  .cursor-pointer {
    cursor: pointer;
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .content-between {
    align-content: space-between;
  }
  .items-center {
    align-items: center;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .gap-1 {
    gap: calc(var(--spacing) * 1);
  }
  .gap-2 {
    gap: calc(var(--spacing) * 2);
  }
  .gap-3 {
    gap: calc(var(--spacing) * 3);
  }
  .gap-5 {
    gap: calc(var(--spacing) * 5);
  }
  .gap-8 {
    gap: calc(var(--spacing) * 8);
  }
  .gap-10 {
    gap: calc(var(--spacing) * 10);
  }
  .gap-15 {
    gap: calc(var(--spacing) * 15);
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .rounded {
    border-radius: 0.25rem;
  }
  .rounded-full {
    border-radius: calc(infinity * 1px);
  }
  .rounded-xl {
    border-radius: var(--radius-xl);
  }
  .rounded-t-xl {
    border-top-left-radius: var(--radius-xl);
    border-top-right-radius: var(--radius-xl);
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-white\/10 {
    border-color: color-mix(in srgb, #fff 10%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in oklab, var(--color-white) 10%, transparent);
    }
  }
  .bg-\[\#1C1A19\] {
    background-color: #1C1A19;
  }
  .bg-\[\#151312\] {
    background-color: #151312;
  }
  .bg-amber-400 {
    background-color: var(--color-amber-400);
  }
  .bg-amber-700 {
    background-color: var(--color-amber-700);
  }
  .bg-white\/2 {
    background-color: color-mix(in srgb, #fff 2%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-white) 2%, transparent);
    }
  }
  .bg-white\/5 {
    background-color: color-mix(in srgb, #fff 5%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-white) 5%, transparent);
    }
  }
  .bg-white\/20 {
    background-color: color-mix(in srgb, #fff 20%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-white) 20%, transparent);
    }
  }
  .bg-gradient-to-t {
    --tw-gradient-position: to top in oklab;
    background-image: linear-gradient(var(--tw-gradient-stops));
  }
  .from-\[\#000000\] {
    --tw-gradient-from: #000000;
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .from-\[\#3a1000\] {
    --tw-gradient-from: #3a1000;
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .from-\[\#181818\] {
    --tw-gradient-from: #181818;
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .from-\[\#200900\] {
    --tw-gradient-from: #200900;
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .from-\[\#313131\] {
    --tw-gradient-from: #313131;
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .from-\[\#3810008e\] {
    --tw-gradient-from: #3810008e;
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .from-gray-600 {
    --tw-gradient-from: var(--color-gray-600);
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .from-orange-600 {
    --tw-gradient-from: var(--color-orange-600);
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .from-orange-900 {
    --tw-gradient-from: var(--color-orange-900);
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .from-slate-900 {
    --tw-gradient-from: var(--color-slate-900);
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .from-stone-900 {
    --tw-gradient-from: var(--color-stone-900);
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .to-neutral-200 {
    --tw-gradient-to: var(--color-neutral-200);
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .to-slate-700 {
    --tw-gradient-to: var(--color-slate-700);
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .to-stone-800 {
    --tw-gradient-to: var(--color-stone-800);
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .to-stone-900 {
    --tw-gradient-to: var(--color-stone-900);
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .to-white\/2 {
    --tw-gradient-to: color-mix(in srgb, #fff 2%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      --tw-gradient-to: color-mix(in oklab, var(--color-white) 2%, transparent);
    }
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .to-zinc-900 {
    --tw-gradient-to: var(--color-zinc-900);
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .object-contain {
    object-fit: contain;
  }
  .object-cover {
    object-fit: cover;
  }
  .px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }
  .px-5 {
    padding-inline: calc(var(--spacing) * 5);
  }
  .px-6 {
    padding-inline: calc(var(--spacing) * 6);
  }
  .py-1 {
    padding-block: calc(var(--spacing) * 1);
  }
  .py-7 {
    padding-block: calc(var(--spacing) * 7);
  }
  .py-15 {
    padding-block: calc(var(--spacing) * 15);
  }
  .pt-0 {
    padding-top: calc(var(--spacing) * 0);
  }
  .text-2xl {
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--line-height));
  }
  .text-3xl {
    font-size: var(--text-3xl);
    line-height: var(--tw-leading, var(--text-3xl--line-height));
  }
  .text-4xl {
    font-size: var(--text-4xl);
    line-height: var(--tw-leading, var(--text-4xl--line-height));
  }
  .text-5xl {
    font-size: var(--text-5xl);
    line-height: var(--tw-leading, var(--text-5xl--line-height));
  }
  .text-base {
    font-size: var(--text-base);
    line-height: var(--tw-leading, var(--text-base--line-height));
  }
  .text-sm {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .font-medium {
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
  }
  .font-normal {
    --tw-font-weight: var(--font-weight-normal);
    font-weight: var(--font-weight-normal);
  }
  .font-semibold {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }
  .text-white {
    color: var(--color-white);
  }
  .text-white\/40 {
    color: color-mix(in srgb, #fff 40%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      color: color-mix(in oklab, var(--color-white) 40%, transparent);
    }
  }
  .text-white\/50 {
    color: color-mix(in srgb, #fff 50%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      color: color-mix(in oklab, var(--color-white) 50%, transparent);
    }
  }
  .text-white\/70 {
    color: color-mix(in srgb, #fff 70%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      color: color-mix(in oklab, var(--color-white) 70%, transparent);
    }
  }
  .transition {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, content-visibility, overlay, pointer-events;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .hover\:bg-\[\#383635\] {
    &:hover {
      @media (hover: hover) {
        background-color: #383635;
      }
    }
  }
  .md\:m-0 {
    @media (width >= 48rem) {
      margin: calc(var(--spacing) * 0);
    }
  }
  .md\:block {
    @media (width >= 48rem) {
      display: block;
    }
  }
  .md\:h-\[50px\] {
    @media (width >= 48rem) {
      height: 50px;
    }
  }
  .md\:h-\[280px\] {
    @media (width >= 48rem) {
      height: 280px;
    }
  }
  .md\:h-\[600px\] {
    @media (width >= 48rem) {
      height: 600px;
    }
  }
  .md\:h-full {
    @media (width >= 48rem) {
      height: 100%;
    }
  }
  .md\:w-\[1px\] {
    @media (width >= 48rem) {
      width: 1px;
    }
  }
  .md\:w-\[210px\] {
    @media (width >= 48rem) {
      width: 210px;
    }
  }
  .md\:w-fit {
    @media (width >= 48rem) {
      width: fit-content;
    }
  }
  .md\:flex-row {
    @media (width >= 48rem) {
      flex-direction: row;
    }
  }
  .md\:justify-between {
    @media (width >= 48rem) {
      justify-content: space-between;
    }
  }
  .md\:gap-0 {
    @media (width >= 48rem) {
      gap: calc(var(--spacing) * 0);
    }
  }
  .md\:gap-5 {
    @media (width >= 48rem) {
      gap: calc(var(--spacing) * 5);
    }
  }
  .md\:gap-10 {
    @media (width >= 48rem) {
      gap: calc(var(--spacing) * 10);
    }
  }
  .md\:gap-15 {
    @media (width >= 48rem) {
      gap: calc(var(--spacing) * 15);
    }
  }
  .md\:gap-20 {
    @media (width >= 48rem) {
      gap: calc(var(--spacing) * 20);
    }
  }
  .md\:gap-25 {
    @media (width >= 48rem) {
      gap: calc(var(--spacing) * 25);
    }
  }
  .md\:px-6 {
    @media (width >= 48rem) {
      padding-inline: calc(var(--spacing) * 6);
    }
  }
  .md\:px-8 {
    @media (width >= 48rem) {
      padding-inline: calc(var(--spacing) * 8);
    }
  }
  .md\:py-7 {
    @media (width >= 48rem) {
      padding-block: calc(var(--spacing) * 7);
    }
  }
  .md\:py-20 {
    @media (width >= 48rem) {
      padding-block: calc(var(--spacing) * 20);
    }
  }
  .md\:text-5xl {
    @media (width >= 48rem) {
      font-size: var(--text-5xl);
      line-height: var(--tw-leading, var(--text-5xl--line-height));
    }
  }
  .md\:text-7xl {
    @media (width >= 48rem) {
      font-size: var(--text-7xl);
      line-height: var(--tw-leading, var(--text-7xl--line-height));
    }
  }
  .md\:text-base {
    @media (width >= 48rem) {
      font-size: var(--text-base);
      line-height: var(--tw-leading, var(--text-base--line-height));
    }
  }
}
* {
  font-family: "Poppins", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  box-sizing: border-box;
}
body {
  background-color: #151312;
}
header {
  height: 110px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.HeaderStack {
  height: 50px;
  width: 300px;
  border-radius: 17px;
  background-color: #1C1A19;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  font-size: 1.2rem;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
}
.Main {
  height: fit-content;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 25px;
}
.Kacha {
  max-width: 1400px;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-start;
  gap: 100px;
  padding: 0 40px;
}
.left-wrapper {
  position: sticky;
  top: 40px;
}
.left {
  position: relative;
  overflow: hidden;
  height: 640px;
  width: 344px;
  background-color: white;
  border-radius: 18px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.profile-img {
  width: 240px;
  height: 284px;
  border-radius: 16px;
  object-fit: cover;
  object-position: 50% 50%;
  display: block;
  margin: 0 auto;
}
.Bio {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  text-align: center;
}
.Bio .H2 {
  font-size: 34px;
  font-weight: 700;
  margin-top: 20px;
}
.Bio p {
  font-size: 18px;
  font-weight: 500;
  color: 6A6B6E;
  line-height: 110%;
  width: 300px;
}
.bottom {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 11px;
}
.download-cv {
  position: relative;
  background-color: #F46C38;
  height: 38px;
  width: 240px;
  border-radius: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.download-cv::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0);
  transition: background 0.2s ease;
  border-radius: inherit;
  z-index: 0;
}
.download-cv i,
.download-cv span {
  position: relative;
  z-index: 1;
}
.download-cv:hover::before {
  background: rgba(0,0,0,0.25);
}
.download-cv i {
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  color: white;
}
.download-cv span {
  color: white;
  font-size: 16px;
  font-weight: 700;
}
.Menus {
  display: flex;
  justify-content: center;
  gap: 25px;
  font-size: 20px;
  margin-top: 5px;
}
.dec-arc {
  position: absolute;
  left: -50px;
  top: -60px;
  width: 270px;
  height: auto;
  transform: rotate(-25deg);
  pointer-events: none;
  opacity: 1;
  will-change: transform;
}
.dec-arc1 {
  position: absolute;
  left: -130px;
  top: 300px;
  width: 270px;
  height: auto;
  transform: rotate(25deg);
  pointer-events: none;
  opacity: 1;
  will-change: transform;
}
.right {
  display: flex;
  width: 100%;
  height: fit-content;
}
.download-link {
  text-decoration: none;
  display: inline-block;
}
.text-graphic {
  font-size: 110px;
  font-weight: 700;
  line-height: 100%;
}
.text-graphic span {
  display: inline;
}
.text-graphic .graphic {
  color: white;
}
.text-graphic .designer {
  color: #4D4A4E;
}
.Herotext .HeroPara {
  color: 998F8F;
  font-size: 18px;
  display: inline-block;
  max-width: 480px;
}
.hero {
  display: flex;
  flex-direction: column;
  justify-items: left;
  gap: 60px;
  width: 100%;
}
.numbers {
  display: flex;
  align-items: flex-start;
  gap: 40px;
}
.exp, .proj, .client {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 6px;
}
.exp .Top, .proj .Top, .client .Top {
  font-size: 70px;
  color: white;
  font-weight: 600;
  line-height: 0.95;
  margin: 0;
}
.exp .Bottom, .proj .Bottom, .client .Bottom {
  font-size: 16px;
  color: #998F8F;
  font-weight: 400;
  line-height: 1.3;
}
.Projects {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  margin-top: -30px;
  padding-top: 30px;
}
.Projects .Proj1, .Proj2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  background-color: rgba(255, 255, 255, 0.059);
  border-radius: 20px;
  height: fit-content;
  width: 100%;
  padding: 12px;
  transition: 0.2s ease-in-out;
}
.Projects  .thumbnail {
  border-radius: 12px;
  transition: 0.4s ease-in-out;
  width: 100%;
}
.Projects .img {
  overflow: hidden;
  border-radius: 20px;
  width: 100%;
}
.Projects .Text {
  display: flex;
  justify-content: space-between;
  color: white;
  font-size: 18px;
  width: 100%;
  padding: 0 8px 0 8px;
}
.Projects .Proj1:hover, .Projects .Proj2:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
.Projects  .proj1:hover .thumbnail, .Projects  .proj2:hover .thumbnail {
  transform: scale(1.05);
}
.Projects .chip-container {
  display: flex;
  justify-content: start;
  gap: 5px;
  height: fit-content;
  width: 100%;
}
.Projects .chip-1, .chip-2, .chip-3, .chip-4 {
  width: fit-content;
  height: fit-content;
  padding: 5px 20px 5px 20px;
  border-radius: 20px;
  font-size: 13px;
  font-weight: 450;
}
.Projects .chip-1 {
  background-color: #17b6492c;
  color: rgb(12, 240, 122);
}
.Projects .chip-2 {
  background-color: #1796b62c;
  color: rgb(12, 191, 240);
}
.Projects .chip-3 {
  background-color: #b667172c;
  color: rgb(255, 132, 0);
}
.Projects .chip-4 {
  background-color: #b617b32c;
  color: rgb(240, 12, 236);
}
.Projects a {
  text-decoration: none;
  color: inherit;
  display: block;
}
.Experience {
  margin-top: 60px;
}
.text-exp {
  font-size: 90px;
  font-weight: 700;
  line-height: 100%;
  margin-bottom: 50px;
}
.text-exp span {
  display: inline;
}
.text-exp .years {
  color: white;
}
.text-exp .experience {
  color: #4D4A4E;
}
.Experience .Card {
  display: flex;
  flex-direction: column;
  align-items: left;
  width: 100%;
  height: fit-content;
  padding: 15px 20px 15px 20px;
  background-color: #ffffff06;
  border-radius: 15px;
  cursor: default;
  transition: 0.2s ease-in-out;
}
.Experience .Card:hover {
  background-color: #ffffff0f;
}
.Experience .logo {
  height: 60px;
  width: 60px;
}
.Experience .logo-image {
  height: 100%;
  width: 100%;
  border-radius: 12px;
}
.Experience .Top {
  display: flex;
  justify-content: flex-start;
  gap: 12px;
  margin-bottom: 8px;
}
.Experience .chip-1 {
  display: flex;
  justify-content: center;
  border-radius: 15px;
  padding: 5px 15px 5px 15px;
  width: fit-content;
}
.Experience .chip-1 {
  background-color: #00ff8829;
}
.Experience .chip-2 {
  background-color: #00e1ff2f;
}
.Experience .position-2 {
  font-size: 11px;
  color: #05daff;
  font-weight: 450;
}
.Experience .position-1 {
  font-size: 11px;
  color: #05ff61;
  font-weight: 450;
}
.Experience .card .company {
  color: #FFF;
  font-size: 24px;
  font-weight: 500;
}
.Experience .position-1 {
  font-size: 11px;
  color: #05ff61;
}
.Experience .Description, .Date {
  color: #998F8F;
}
.Experience .Description {
  max-width: 550px;
  line-height: 1.4;
}
.Experience .Date {
  margin-top: 20px;
}
.Experience .Side {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.Experience .top-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: fit-content;
  gap: 20px;
}
.Experience {
  margin-bottom: 60px;
}
.Tools .Stack {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: fit-content;
  width: 100%;
  gap: 20px;
  margin-bottom: 100px;
}
.Tools .up-stack {
  display: flex;
  justify-content: center;
  height: 100%;
  width: 100%;
  gap: 20px;
}
.Tools .down-stack {
  display: flex;
  justify-content: center;
  height: 100%;
  width: 100%;
  gap: 20px;
}
.Tools .item {
  display: flex;
  justify-content: flex-start;
  background-color: #ffffff0a;
  width: 100%;
  height: 100%;
  padding: 10px;
  border-radius: 15px;
  gap: 10px;
  transition: 0.2s ease-in-out;
}
.Tools .item:hover {
  background-color: #ffffff14;
}
.Tools .side {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: top;
  padding-top: 3px;
  gap: 5px;
}
.Tools .item .img {
  width: 60px;
  height: 60px;
}
.Tools .item img {
  height: 100%;
  width: 100%;
  border-radius: 12px;
}
.Tools .tool-name {
  font-size: 24px;
  font-weight: 550;
  color: #fff;
  line-height: 1;
}
.Tools .description {
  font-size: 16px;
  font-weight: 400;
  color: #998F8F;
}
.Contact .form {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: fit-content;
  width: 100%;
  gap: 20px;
}
.Contact .top-stack {
  display: flex;
  justify-content: center;
  height: fit-content;
  width: 100%;
  gap: 15px;
}
.Contact .name, .email {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  height: fit-content;
  width: 100%;
  gap: 10px;
}
.Contact .Text {
  color: #888888;
  font-size: 12px;
}
.Contact .place-holder {
  height: 40px;
  width: 100%;
  border-radius: 8px;
  background-color: #353334;
  color: #fff;
  font-size: 14px;
  border-style: none;
  padding-left: 15px;
}
.Contact .bottom-stack {
  width: 100%;
  height: fit-content;
}
.Contact .msg-box {
  min-height: 150px;
  width: 100%;
  line-height: 1;
  color: #fff;
  background-color: #353334;
  border-style: none;
  border-radius: 8px;
  padding: 15px 0 0 15px;
  font-size: 14px;
  resize: vertical;
}
.Contact .button {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  width: 100%;
  height: 35px;
  background-color: #F46C38;
  border-radius: 8px;
  border-style: none;
  position: relative;
  overflow: hidden;
}
.Contact .place-holder:focus {
  outline: none;
  border: 1.5px solid #F46C38;
}
.Contact .msg-box:focus {
  outline: none;
  border: 1.5px solid #F46C38;
}
.Contact .place-holder::placeholder {
  color: #888888;
}
.Contact .msg-box::placeholder {
  color: #888888;
}
.footer {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 200px;
  color: #998F8F;
  font-size: 15px;
  font-weight: 450;
  margin-top: 20px;
}
.footer .highlight-text {
  color: #F46C38;
}
.Contact .button::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0);
  transition: background 0.2s ease;
  border-radius: inherit;
  z-index: 0;
}
.Contact .button:hover::before {
  background: rgba(0,0,0,0.25);
  cursor: pointer;
}
.Contact .button:disabled::before {
  cursor: default;
}
@media (max-width: 640px) {
  .Kacha {
    flex-direction: column;
    align-items: center;
    gap: 40px;
    padding: 0 20px;
  }
  .left {
    width: 100%;
    height: auto;
    position: relative;
  }
  .left-wrapper {
    position: relative;
    top: 0px;
    width: 100%;
  }
  .text-graphic {
    font-size: 52px;
    font-weight: 700;
    margin-top: 20px;
    text-align: center;
  }
  .Herotext .HeroPara {
    font-size: 16px;
    text-align: center;
    padding: 0 6px;
  }
  .Herotext {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .numbers {
    justify-content: center;
    gap: 20px;
  }
  .exp .Top, .proj .Top, .client .Top {
    font-size: clamp(35px, 8vw, 50px);
    color: white;
    font-weight: 600;
    line-height: 0.95;
    margin: 0;
  }
  .exp .Bottom, .proj .Bottom, .client .Bottom {
    text-align: center;
    font-size: clamp(12px, 3.5vw, 16px);
  }
  .text-exp {
    font-size: 52px;
    font-weight: 700;
    margin-top: 20px;
    text-align: center;
  }
  .Experience {
    margin-bottom: 0;
  }
  .Experience .Description {
    width: 100%;
  }
  .Experience .side .Company {
    font-size: 20px;
    font-weight: 600;
  }
  .Tools .up-stack, .down-stack {
    flex-direction: column;
    align-items: center;
  }
  .Tools .Stack {
    margin-bottom: 0;
  }
  .Tools .tool-name {
    font-size: 20px;
    font-weight: 600;
  }
  .profile-img {
    height: 200px;
    object-position: 50% 40%;
  }
  .dec-arc {
    left: -100px;
  }
  .dec-arc1 {
    top: 110px;
    left: -170px;
    transform: rotate(30deg);
  }
  .download-cv {
    margin-top: 20px;
  }
  .Projects {
    gap: 25px;
  }
  .experience {
    margin-top: 0;
  }
  .footer {
    height: 150px;
    align-items: flex-end;
    padding-bottom: 40px;
  }
  .footer .footer-text {
    padding: 0 25px;
    text-align: center;
  }
  .Experience .Card {
    background-color: #ffffff0a;
  }
  .Experience .Card:hover {
    background-color: #ffffff0a;
  }
  .Tools .item:hover {
    background-color: #ffffff0a;
  }
  .text-exps {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .text-exp span {
    display: block;
  }
  .Projects .Proj1, .Proj2 {
    padding: 8px;
  }
}
@media (min-width: 641px) and (max-width: 1024px) {
  .Kacha {
    flex-direction: column;
    align-items: center;
    gap: 40px;
    padding: 0 50px;
  }
  .left {
    width: 100%;
    height: auto;
    position: relative;
  }
  .left-wrapper {
    position: relative;
    top: 0px;
    width: 100%;
  }
  .text-graphic {
    font-size: 52px;
    font-weight: 700;
    margin-top: 20px;
    text-align: center;
  }
  .Herotext .HeroPara {
    font-size: 16px;
    text-align: center;
    padding: 0 6px;
  }
  .Herotext {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .numbers {
    justify-content: center;
    gap: 20px;
  }
  .exp .Top, .proj .Top, .client .Top {
    font-size: 50px;
    color: white;
    font-weight: 600;
    line-height: 0.95;
    margin: 0;
  }
  .text-exp {
    font-size: 52px;
    font-weight: 700;
    margin-top: 20px;
    text-align: center;
  }
  .Experience {
    margin-bottom: 0;
  }
  .Experience .Description {
    width: 100%;
  }
  .Experience .side .Company {
    font-size: 20px;
    font-weight: 600;
  }
  .Tools .Stack {
    margin-bottom: 0;
  }
  .Tools .tool-name {
    font-size: 20px;
    font-weight: 600;
  }
  .profile-img {
    height: 200px;
    object-position: 50% 40%;
  }
  .dec-arc {
    left: -100px;
  }
  .dec-arc1 {
    top: 110px;
    left: -170px;
    transform: rotate(30deg);
  }
  .download-cv {
    margin-top: 20px;
  }
  .exp .Bottom, .proj .Bottom, .client .Bottom {
    text-align: center;
  }
  .Projects {
    gap: 25px;
  }
  .experience {
    margin-top: 0;
  }
  .footer {
    height: 150px;
    align-items: flex-end;
    padding-bottom: 40px;
  }
  .footer .footer-text {
    padding: 0 25px;
    text-align: center;
  }
  .Experience .Card {
    background-color: #ffffff0a;
  }
  .Experience .Card:hover {
    background-color: #ffffff0a;
  }
  .Tools .item:hover {
    background-color: #ffffff0a;
  }
  .text-exp {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .text-exp span {
    display: block;
  }
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-gradient-position {
  syntax: "*";
  inherits: false;
}
@property --tw-gradient-from {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}
@property --tw-gradient-via {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}
@property --tw-gradient-to {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}
@property --tw-gradient-stops {
  syntax: "*";
  inherits: false;
}
@property --tw-gradient-via-stops {
  syntax: "*";
  inherits: false;
}
@property --tw-gradient-from-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 0%;
}
@property --tw-gradient-via-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 50%;
}
@property --tw-gradient-to-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-border-style: solid;
      --tw-gradient-position: initial;
      --tw-gradient-from: #0000;
      --tw-gradient-via: #0000;
      --tw-gradient-to: #0000;
      --tw-gradient-stops: initial;
      --tw-gradient-via-stops: initial;
      --tw-gradient-from-position: 0%;
      --tw-gradient-via-position: 50%;
      --tw-gradient-to-position: 100%;
      --tw-font-weight: initial;
    }
  }
}