/*! tailwindcss v4.1.12 | MIT License | https://tailwindcss.com */
@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;
    --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;
.roboto-light {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  font-variation-settings: "wdth" 100;
}
.roboto-medium {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "wdth" 100;
}
.lato-black {
  font-family: "Lato", sans-serif;
  font-weight: 900;
  font-style: normal;
}
.lato-bold {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.lato-regular {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.lato-light {
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-style: normal;
}
:root {
  --primary-color: rgb(32, 32, 32);
  --secondary-color: #2b2b2b;
  --accent-color: #57F2CC;
  --text-color: #BBBBBB;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
body {
  background-color: var(--primary-color);
}
header {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0;
  width: 100%;
  height: 100vh;
  background-color: var(--primary-color);
}
header .intro {
  font-size: 2rem;
  color: var(--text-color);
}
header .title {
  font-size: 4rem;
  color: var(--accent-color);
}
header .line {
  width: 50ch;
  border: 0;
  height: 0.6ch;
  background-color: var(--accent-color);
  border-radius: 500px;
  margin: 1rem auto;
  transform-origin: left;
  transform: scaleX(0);
  animation: drawLine 1.75s 0.25s forwards ease-in-out;
}
header .occupation {
  font-size: 1.5rem;
  color: var(--text-color);
}
header .scroll {
  position: relative;
  bottom: -12.5rem;
  width: 5vw;
  opacity: 0;
  animation: showScroll 0.5s 2.5s forwards ease-out;
}
.separator {
  border: none;
  height: 0.25rem;
  background-color: var(--accent-color);
}
#about {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
  background-color: var(--secondary-color);
  width: 100%;
  height: 80vh;
  text-align: center;
}
#about .header {
  font-size: 3rem;
  color: var(--text-color);
}
#about .content {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10rem;
}
#about .content .introimg {
  width: 30vw;
}
#about .content .text {
  color: var(--text-color);
  text-align: left;
  font-size: 1.15rem;
  line-height: 2;
  width: 30vw;
}
#experience {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
  background-color: var(--primary-color);
  width: 100%;
  height: 80vh;
  text-align: center;
}
#experience .header {
  font-size: 3rem;
  color: var(--text-color);
}
#experience .description {
  margin-top: 0.5rem;
  font-size: 1.25rem;
  color: var(--text-color);
}
#experience .boxes {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;
  gap: 10rem;
  color: var(--text-color);
}
#experience .boxes .box {
  gap: 10rem;
  background-color: var(--secondary-color);
  padding: 1rem;
  border-radius: 15px;
  width: 17.5vw;
  text-align: center;
  align-self: stretch;
}
#experience .boxes .box .title {
  font-size: 1.75rem;
}
#experience .boxes .box .text {
  font-size: 1.15rem;
  line-height: 1.75;
}
#projects {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
  background-color: var(--secondary-color);
  width: 100%;
  height: 80vh;
  text-align: center;
}
#projects .header {
  font-size: 3rem;
  color: var(--text-color);
}
#projects .description {
  margin-top: 0.5rem;
  font-size: 1.25rem;
  color: var(--text-color);
}
#projects .boxes {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;
  gap: 5rem;
}
#projects .boxes .project {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
  align-self: stretch;
  gap: 1rem;
  background-color: var(--primary-color);
  padding: 1.5rem;
  border-radius: 15px;
  width: 20vw;
  color: var(--text-color);
  text-align: left;
}
#projects .boxes .project .title {
  font-size: 1.75rem;
  text-align: center;
}
#projects .boxes .project .img {
  width: 6vw;
}
footer {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
  height: 30vh;
  color: var(--text-color);
  margin-bottom: 3rem;
}
footer .title {
  margin: 3rem;
  margin-bottom: 2rem;
  font-size: 3rem;
}
footer .content {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
  gap: 1rem;
}
footer .content .link {
  font-size: 1rem;
  color: var(--text-color);
  text-decoration: none;
}
footer .content .link:hover {
  color: var(--accent-color);
}
#end {
  color: var(--text-color);
  padding: 1rem;
  text-align: right;
  background-color: var(--secondary-color);
}
@keyframes drawLine {
  to {
    transform: scaleX(1);
  }
}
@keyframes showScroll {
  to {
    opacity: 1;
  }
}
