/*! tailwindcss v4.1.14 | 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-white: #fff;
    --spacing: 0.25rem;
    --font-weight-light: 300;
    --font-weight-medium: 500;
    --font-weight-bold: 700;
    --tracking-wider: 0.05em;
    --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 {
  .absolute {
    position: absolute;
  }
  .relative {
    position: relative;
  }
  .top-0 {
    top: calc(var(--spacing) * 0);
  }
  .top-\[-1em\] {
    top: -1em;
  }
  .right-0 {
    right: calc(var(--spacing) * 0);
  }
  .right-\[-4em\] {
    right: -4em;
  }
  .right-\[10px\] {
    right: 10px;
  }
  .bottom-\[-4em\] {
    bottom: -4em;
  }
  .bottom-\[-5px\] {
    bottom: -5px;
  }
  .left-0 {
    left: calc(var(--spacing) * 0);
  }
  .z-10 {
    z-index: 10;
  }
  .z-20 {
    z-index: 20;
  }
  .m-0 {
    margin: calc(var(--spacing) * 0);
  }
  .m-auto {
    margin: auto;
  }
  .mt-\[2em\] {
    margin-top: 2em;
  }
  .mt-\[6em\] {
    margin-top: 6em;
  }
  .ml-\[20em\] {
    margin-left: 20em;
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .w-\[20px\] {
    width: 20px;
  }
  .w-\[50px\] {
    width: 50px;
  }
  .w-\[90\%\] {
    width: 90%;
  }
  .w-\[950px\] {
    width: 950px;
  }
  .w-fit {
    width: fit-content;
  }
  .w-full {
    width: 100%;
  }
  .max-w-\[400px\] {
    max-width: 400px;
  }
  .max-w-\[600px\] {
    max-width: 600px;
  }
  .max-w-\[950px\] {
    max-width: 950px;
  }
  .max-w-\[1280px\] {
    max-width: 1280px;
  }
  .cursor-pointer {
    cursor: pointer;
  }
  .items-center {
    align-items: center;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .gap-16 {
    gap: calc(var(--spacing) * 16);
  }
  .p-0 {
    padding: calc(var(--spacing) * 0);
  }
  .pt-8 {
    padding-top: calc(var(--spacing) * 8);
  }
  .pt-\[1em\] {
    padding-top: 1em;
  }
  .pt-\[11em\] {
    padding-top: 11em;
  }
  .pb-\[1em\] {
    padding-bottom: 1em;
  }
  .pb-\[6em\] {
    padding-bottom: 6em;
  }
  .pl-\[1em\] {
    padding-left: 1em;
  }
  .pl-\[2em\] {
    padding-left: 2em;
  }
  .pl-\[3em\] {
    padding-left: 3em;
  }
  .text-center {
    text-align: center;
  }
  .text-\[13px\] {
    font-size: 13px;
  }
  .text-\[20px\] {
    font-size: 20px;
  }
  .text-\[24px\] {
    font-size: 24px;
  }
  .text-\[60px\] {
    font-size: 60px;
  }
  .text-\[64px\] {
    font-size: 64px;
  }
  .text-\[80px\] {
    font-size: 80px;
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .font-light {
    --tw-font-weight: var(--font-weight-light);
    font-weight: var(--font-weight-light);
  }
  .font-medium {
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
  }
  .tracking-wider {
    --tw-tracking: var(--tracking-wider);
    letter-spacing: var(--tracking-wider);
  }
  .text-\[\#DEDEDE\] {
    color: #DEDEDE;
  }
  .text-white {
    color: var(--color-white);
  }
  .hover\:text-white {
    &:hover {
      @media (hover: hover) {
        color: var(--color-white);
      }
    }
  }
}
html, body {
  max-width: 100%;
  overflow-x: hidden;
  background-color: rgb(12 16 29 / var(--tw-bg-opacity, 1));
}
@keyframes rotate-con {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.rotating {
  animation: 7s reverse linear infinite rotate-con;
}
.heroImg {
  -webkit-box-shadow: 15px 15px 58px -13px rgba(0,0,0,0.96);
  -moz-box-shadow: 15px 15px 58px -13px rgba(0,0,0,0.96);
  box-shadow: 15px 15px 58px -13px rgba(0,0,0,0.96);
}
.heroH1 {
  line-height: normal;
}
.heroH1Other {
  line-height: normal;
}
@media only screen and (max-height:884px) {
  #hero {
    margin-top: 4em;
  }
}
@media only screen and (max-height:700px) {
  #hero {
    margin-top: 2em;
  }
}
.line-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: fit-content;
}
.circle {
  width: 12px;
  height: 12px;
  border: 1px solid #FF6D29;
  border-radius: 50%;
  background-color: nonw;
  position: relative;
  z-index: 1;
}
.line {
  width: 1px;
  height: 300px;
  background-color: #FF6D29;
  margin-top: -0px;
}
@media only screen and (max-width: 439px) {
  .heroCon {
    padding-top: 6em;
  }
}
@media only screen and (max-width: 1137px) {
  #hero {
    width: 850px;
  }
}
@media only screen and (max-width: 1017px) {
  #hero {
    width: 85%;
  }
  .badge {
    left: -4em;
    width: fit-content;
  }
}
@media only screen and (max-width: 948px) {
  .line-container {
    margin-left: 15em;
  }
}
@media only screen and (max-width: 990px) {
  .line-container {
    margin-left: 10em;
  }
}
@media only screen and (max-width: 453px) {
  .line-container {
    margin-left: 5em;
  }
}
@media only screen and (max-width: 380px) {
  .line-container {
    margin-left: 2em;
  }
}
@media only screen and (max-width: 888px) {
  .heroImgCon {
    right: -10em;
  }
}
@media only screen and (max-width: 667px) {
  .heroImgCon {
    right: -15em;
  }
}
@media only screen and (max-width: 540px) {
  .heroImgCon {
    width: 350px;
    right: -13em;
  }
}
@media only screen and (max-width: 748px) {
  .heroH1 {
    font-size: 60px;
  }
}
@media only screen and (max-width: 540px) {
  .heroH1 {
    font-size: 50px;
    line-height: normal;
  }
}
@media only screen and (max-width: 748px) {
  .heroH2 {
    font-size: 45px;
  }
}
@media only screen and (max-width: 540px) {
  .heroH2 {
    font-size: 35px;
    line-height: normal;
    position: relative;
    padding-left: 0;
    top: auto;
  }
}
@media only screen and (max-width: 794px) {
  .nav {
    gap: 2em;
  }
}
@media only screen and (max-width: 578px) {
  .projectH2 {
    font-size: 25px;
    line-height: normal;
  }
  .project {
    padding: 2em;
    padding-top: 10em;
  }
  .projectWrap {
    margin: 0;
    width: 90%;
    margin: auto;
  }
}
@media only screen and (max-width: 1109px) {
  .top {
    flex-direction: column;
    gap: 4em;
    align-items: start;
  }
}
@media only screen and (max-width: 620px) {
  .footerNavItem {
    font-size: 13px;
  }
  .footerH2 {
    line-height: normal;
  }
}
@media only screen and (max-width: 545px) {
  .footerNav {
    flex-direction: column;
    gap: 1.5em;
  }
}
.line-containerOther {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: fit-content;
}
.circleOther {
  width: 12px;
  height: 12px;
  border: 1px solid #FF6D29;
  border-radius: 50%;
  background-color: none;
  position: relative;
  z-index: 1;
}
.lineOther {
  width: 1px;
  height: 100%;
  background-color: #FF6D29;
  margin-top: -0px;
}
@media only screen and (max-width: 450px) {
  .subTitleOther {
    padding-left: 0;
  }
}
@media only screen and (max-width: 748px) {
  .h2NexTitle {
    font-size: 25px;
  }
}
@media only screen and (max-width: 1065px) {
  #heroOther {
    width: 90%;
  }
}
@media only screen and (max-width: 470px) {
  #heroOther {
    padding: 0;
    padding-top: 0em;
    padding-bottom: 5em;
  }
}
.heroProject {
  width: 100% !important;
}
@media only screen and (max-width: 470px) {
  .heroProject {
    padding-top: 5em !important;
    padding-bottom: 5em !important;
  }
}
@media only screen and (max-width: 830px) {
  .gridWrap {
    grid-template-columns: auto auto;
  }
}
@media only screen and (max-width: 650px) {
  .gridWrap {
    grid-template-columns: auto;
  }
}
@media only screen and (max-width: 748px) {
  .heroH1Other {
    font-size: 50px;
  }
}
@media only screen and (max-width: 748px) {
  .about {
    flex-direction: column;
    justify-content: flex-start;
    gap: 2em;
  }
}
@media only screen and (max-width: 680px) {
  .showTwo {
    flex-direction: column;
  }
}
.textP > p {
  color: #6D7077 !important;
}
@media only screen and (max-width: 500px) {
  .email {
    font-size: 16px;
  }
}
@media only screen and (max-width: 406px) {
  .bottom {
    flex-direction: column-reverse;
    gap: 1em;
  }
}
.on {
  font-weight: bold;
  color: white;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-tracking {
  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-font-weight: initial;
      --tw-tracking: initial;
    }
  }
}
