/*! tailwindcss v4.1.12 | MIT License | https://tailwindcss.com */
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@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-gray-500: oklch(55.1% 0.027 264.364);
    --color-gray-700: oklch(37.3% 0.034 259.733);
    --color-white: #fff;
    --spacing: 0.25rem;
    --text-xl: 1.25rem;
    --text-xl--line-height: calc(1.75 / 1.25);
    --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-light: 300;
    --font-weight-bold: 700;
    --radius-2xl: 1rem;
    --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 {
  .my-2 {
    margin-block: calc(var(--spacing) * 2);
  }
  .hidden {
    display: none;
  }
  .border-t {
    border-top-style: var(--tw-border-style);
    border-top-width: 1px;
  }
  .border-gray-500 {
    border-color: var(--color-gray-500);
  }
  .text-center {
    text-align: center;
  }
  .text-xl {
    font-size: var(--text-xl);
    line-height: var(--tw-leading, var(--text-xl--line-height));
  }
  .text-\[\#1d7a05\] {
    color: #1d7a05;
  }
}
* {
  font-family: "Poppins", sans-serif;
  font-style: normal;
}
@layer components {
  .navbar {
    position: fixed;
    z-index: 10;
    display: flex;
    height: calc(var(--spacing) * 20);
    width: 100%;
    justify-content: center;
    color: var(--color-white);
    transition: 0.2s ease-in;
  }
  .navbar .navbarInside {
    display: flex;
    height: 100%;
    width: 100%;
    max-width: 1700px;
    align-items: center;
    justify-content: space-between;
    padding-right: calc(var(--spacing) * 5);
    padding-left: calc(var(--spacing) * 5);
  }
  .navbar .navbarLeftSide {
    display: flex;
    flex: 5;
  }
  .navbar .navbarLeftSide h2 {
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--line-height));
  }
  .navbar .navbarRightSide {
    display: flex;
    flex: 2;
  }
  .navbar .navbarRightSide .navigation {
    display: none;
    width: 100%;
    justify-content: space-between;
    @media (width >= 64rem) {
      display: flex;
    }
  }
  .navigationItem {
    transition: 0.1s ease-in;
  }
  .navbar .navbarRightSide .navigation a {
    text-shadow: 0px 0px 9px rgba(0, 0, 0, 1);
  }
  .hamburgerButton {
    position: sticky;
    top: calc(var(--spacing) * 0);
    right: calc(var(--spacing) * 1);
    z-index: 50;
    display: flex;
    height: calc(var(--spacing) * 20);
    width: 100%;
    align-items: center;
    justify-content: flex-end;
    color: var(--color-white);
    @media (width >= 64rem) {
      display: none;
    }
  }
  .hamburgerButton button {
    padding-right: calc(var(--spacing) * 5);
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--line-height));
    @media (width >= 64rem) {
      display: none;
    }
  }
  .responsiveNavigationBar {
    position: fixed;
    z-index: 20;
    display: flex;
    height: 100vh;
    width: 100vw;
    align-items: flex-start;
    backdrop-filter: blur(8px);
    background-color: #00000080;
  }
  .responsiveNavigationBar .navigationMenuResponsive {
    display: flex;
    height: 100%;
    width: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: calc(var(--spacing) * 10);
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--line-height));
    color: var(--color-white);
    text-transform: uppercase;
  }
  .hiddenNav {
    display: none;
  }
  .scrolled {
    backdrop-filter: blur(8px);
    background-color: #00000080;
  }
  .non-scrolled {
    background: transparent;
  }
  .section {
    min-height: 100vh;
    width: 100%;
    padding-bottom: calc(var(--spacing) * 25);
    @media (width >= 64rem) {
      padding-top: calc(var(--spacing) * 25);
    }
  }
  .firstSection {
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--color-white);
  }
  .firstSection .firstSectionInside {
    display: flex;
    width: 100%;
    max-width: 1700px;
    flex-direction: column-reverse;
    align-items: center;
    justify-content: space-around;
    padding-right: calc(var(--spacing) * 5);
    padding-left: calc(var(--spacing) * 5);
    @media (width >= 64rem) {
      flex-direction: row;
    }
  }
  .firstSection .aboutMeText {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: calc(var(--spacing) * 10);
    @media (width >= 64rem) {
      width: calc(5/9 * 100%);
    }
    @media (width >= 64rem) {
      align-items: flex-start;
    }
    @media (width >= 64rem) {
      justify-content: flex-start;
    }
    @media (width >= 64rem) {
      gap: calc(var(--spacing) * 5);
    }
  }
  .firstSection .aboutMeText h1 {
    margin-top: calc(var(--spacing) * 10);
    text-align: center;
    font-size: var(--text-3xl);
    line-height: var(--tw-leading, var(--text-3xl--line-height));
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
    @media (width >= 48rem) {
      font-size: var(--text-5xl);
      line-height: var(--tw-leading, var(--text-5xl--line-height));
    }
    @media (width >= 64rem) {
      margin-top: calc(var(--spacing) * 0);
    }
    @media (width >= 64rem) {
      text-align: left;
    }
    @media (width >= 64rem) {
      font-size: var(--text-7xl);
      line-height: var(--tw-leading, var(--text-7xl--line-height));
    }
  }
  .firstSection .aboutMeText span {
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--line-height));
    color: #08a508;
    @media (width >= 48rem) {
      font-size: var(--text-3xl);
      line-height: var(--tw-leading, var(--text-3xl--line-height));
    }
    @media (width >= 64rem) {
      font-size: var(--text-4xl);
      line-height: var(--tw-leading, var(--text-4xl--line-height));
    }
  }
  .firstSection .logoContainer {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    @media (width >= 64rem) {
      width: calc(4/9 * 100%);
    }
  }
  .firstSection .logoContainer .logoImage {
    height: 180px;
    border-radius: calc(infinity * 1px);
    @media (width >= 48rem) {
      height: 350px;
    }
    @media (width >= 64rem) {
      height: 460px;
    }
    box-shadow: -1px 1px 110px 15px rgba(0, 0, 0, 0.75);
    -webkit-box-shadow: -1px 1px 110px 15px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: -1px 1px 110px 15px rgba(0, 0, 0, 0.75);
  }
  .firstSection .aboutMeText p {
    width: 100%;
    text-align: center;
    --tw-font-weight: var(--font-weight-light);
    font-weight: var(--font-weight-light);
    @media (width >= 64rem) {
      width: auto;
    }
    @media (width >= 64rem) {
      text-align: left;
    }
  }
  .firstSection .aboutMeText .text {
    width: 100vw;
    text-align: center;
    @media (width >= 64rem) {
      text-align: left;
    }
  }
  .secondSection {
    display: flex;
    align-items: center;
    justify-content: space-around;
    color: var(--color-white);
  }
  .secondSection .textContainer {
    display: flex;
    width: calc(1/2 * 100%);
    flex-direction: column;
    align-items: center;
    gap: calc(var(--spacing) * 10);
  }
  .secondSection .textContainer h1 {
    margin-top: calc(var(--spacing) * 10);
    text-align: center;
    font-size: var(--text-3xl);
    line-height: var(--tw-leading, var(--text-3xl--line-height));
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
    @media (width >= 48rem) {
      font-size: var(--text-5xl);
      line-height: var(--tw-leading, var(--text-5xl--line-height));
    }
    @media (width >= 64rem) {
      margin-top: calc(var(--spacing) * 0);
    }
    @media (width >= 64rem) {
      font-size: var(--text-7xl);
      line-height: var(--tw-leading, var(--text-7xl--line-height));
    }
  }
  .secondSection .skillsContainer {
    display: flex;
    width: calc(1/7 * 100%);
    flex-direction: column;
    gap: calc(var(--spacing) * 10);
  }
  .secondSection .skillsContainer .skill {
    width: 100%;
  }
  .secondSection .skillsContainer .skill img {
    height: calc(var(--spacing) * 20);
    width: calc(var(--spacing) * 20);
    cursor: pointer;
  }
  .secondSection .skillsContainer .skill .skillImage {
    transition: 0.2s ease-in;
  }
  .secondSection .skillsContainer .skill .skillImage:hover {
    transform: scale(1.1);
  }
  .secondSection .skillsContainer .skill:nth-child(odd) {
    display: flex;
    justify-content: center;
    @media (width >= 64rem) {
      justify-content: flex-start;
    }
  }
  .secondSection .skillsContainer .skill:nth-child(even) {
    display: flex;
    justify-content: center;
    @media (width >= 64rem) {
      justify-content: flex-end;
    }
  }
  .thirdSection {
    display: flex;
    min-height: 100vh;
    flex-direction: column;
  }
  .thirdSection .textContainerProjects {
    display: flex;
    width: 100%;
    flex: 1;
    align-items: center;
    justify-content: center;
    color: var(--color-white);
  }
  .thirdSection .textContainerProjects h1 {
    text-align: center;
    font-size: var(--text-3xl);
    line-height: var(--tw-leading, var(--text-3xl--line-height));
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
    @media (width >= 48rem) {
      font-size: var(--text-5xl);
      line-height: var(--tw-leading, var(--text-5xl--line-height));
    }
    @media (width >= 64rem) {
      font-size: var(--text-7xl);
      line-height: var(--tw-leading, var(--text-7xl--line-height));
    }
  }
  .thirdSection .projectsContainer {
    display: flex;
    flex: 5;
    flex-direction: column;
    align-items: center;
    gap: calc(var(--spacing) * 10);
  }
  .thirdSection .projectsContainer .row {
    margin-top: calc(var(--spacing) * 5);
    display: flex;
    width: 100%;
    max-width: 1700px;
    flex: 1;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding-right: calc(var(--spacing) * 5);
    padding-left: calc(var(--spacing) * 5);
    @media (width >= 64rem) {
      flex-direction: row;
    }
    @media (width >= 64rem) {
      justify-content: space-between;
    }
    row-gap: 40px;
  }
  .thirdSection .projectsContainer .row .project {
    position: relative;
    width: 100%;
    overflow: hidden;
    border-radius: var(--radius-2xl);
    background-color: var(--color-gray-700);
    @media (width >= 64rem) {
      width: calc(19/40 * 100%);
    }
    aspect-ratio: 16 / 9;
    cursor: pointer;
  }
  .thirdSection .projectsContainer .row .project .projectInfo {
    position: absolute;
    top: calc(var(--spacing) * 0);
    left: calc(var(--spacing) * 0);
    z-index: 2;
    display: flex;
    height: 100%;
    width: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    gap: calc(var(--spacing) * 10);
    border-radius: var(--radius-2xl);
    padding-top: calc(var(--spacing) * 5);
    padding-bottom: calc(var(--spacing) * 5);
    text-align: center;
    color: var(--color-white);
    transition-property: transform, translate, scale, rotate;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
    --tw-duration: 500ms;
    transition-duration: 500ms;
    @media (width >= 64rem) {
      gap: calc(var(--spacing) * 0);
    }
    @media (width >= 64rem) {
      padding-top: calc(var(--spacing) * 0);
    }
    transform: translateY(100%);
    backdrop-filter: blur(8px);
    background-color: #00000080;
  }
  .thirdSection .projectsContainer .row .project:hover .projectInfo {
    transform: translateY(0%);
    overflow: scroll;
  }
  .thirdSection .projectsContainer .row .project img {
    width: 100%;
    border-radius: var(--radius-2xl);
    aspect-ratio: 16/9;
  }
  .thirdSection .projectsContainer .row .project .projectInfo h1 {
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--line-height));
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
    @media (width >= 48rem) {
      font-size: var(--text-3xl);
      line-height: var(--tw-leading, var(--text-3xl--line-height));
    }
    @media (width >= 64rem) {
      font-size: var(--text-5xl);
      line-height: var(--tw-leading, var(--text-5xl--line-height));
    }
  }
  .thirdSection .projectsContainer .row .project .projectInfo p {
    width: calc(3/4 * 100%);
    background-color: transparent;
    font-size: 16px;
  }
  .thirdSection .projectsContainer .row .project .projectInfo i {
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--line-height));
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
    @media (width >= 48rem) {
      font-size: var(--text-4xl);
      line-height: var(--tw-leading, var(--text-4xl--line-height));
    }
    @media (width >= 64rem) {
      font-size: var(--text-5xl);
      line-height: var(--tw-leading, var(--text-5xl--line-height));
    }
  }
  .fourthSection {
    display: flex;
    min-height: 100vh;
    flex-direction: column;
  }
  .fourthSection .textContainerSocials {
    display: flex;
    width: 100%;
    flex: 1;
    align-items: center;
    justify-content: center;
    color: var(--color-white);
  }
  .fourthSection .textContainerSocials h1 {
    text-align: center;
    font-size: var(--text-3xl);
    line-height: var(--tw-leading, var(--text-3xl--line-height));
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
    @media (width >= 48rem) {
      font-size: var(--text-5xl);
      line-height: var(--tw-leading, var(--text-5xl--line-height));
    }
    @media (width >= 64rem) {
      font-size: var(--text-7xl);
      line-height: var(--tw-leading, var(--text-7xl--line-height));
    }
  }
  .fourthSection .socialsLinkContainer {
    margin: auto;
    margin-top: calc(var(--spacing) * 5);
    display: flex;
    width: 100%;
    max-width: 1700px;
    flex: 5;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: calc(var(--spacing) * 20);
    padding-right: calc(var(--spacing) * 5);
    padding-left: calc(var(--spacing) * 5);
    @media (width >= 64rem) {
      flex-direction: row;
    }
    @media (width >= 64rem) {
      justify-content: space-between;
    }
    @media (width >= 64rem) {
      padding-right: calc(var(--spacing) * 5);
    }
    @media (width >= 64rem) {
      padding-left: calc(var(--spacing) * 5);
    }
  }
  .fourthSection .socialsLinkContainer .social {
    display: flex;
    height: calc(var(--spacing) * 40);
    width: 100%;
    align-items: center;
    gap: calc(var(--spacing) * 5);
    overflow: hidden;
    border-radius: var(--radius-2xl);
    padding: calc(var(--spacing) * 5);
    color: var(--color-white);
    @media (width >= 64rem) {
      width: calc(1/4 * 100%);
    }
    backdrop-filter: blur(80px);
    background-color: #ffffff23;
    transition: 0.2s ease-in;
    cursor: pointer;
  }
  .fourthSection .socialsLinkContainer .social img {
    height: calc(var(--spacing) * 14);
    width: calc(var(--spacing) * 14);
  }
  .fourthSection .socialsLinkContainer .social:hover {
    transform: scale(1.05);
  }
  .fourthSection .socialsLinkContainer .social .socialText {
    display: flex;
    width: calc(5/6 * 100%);
    flex-direction: column;
    text-align: left;
  }
  .fourthSection .socialsLinkContainer .social h2 {
    font-size: 18px;
  }
  .fourthSection .socialsLinkContainer .social p {
    font-size: 16px;
  }
  .fourthSection .socialsLinkContainer .social a {
    margin-top: calc(var(--spacing) * 2);
    font-size: 16px;
  }
  .footer {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    padding: calc(var(--spacing) * 5);
    color: var(--color-white);
    backdrop-filter: blur(8px);
    background-color: #00000080;
  }
  .footer p {
    text-align: center;
  }
}
html {
  scroll-behavior: smooth;
  overscroll-behavior-y: contain;
  min-height: -webkit-fill-available;
}
body {
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
}
::-webkit-scrollbar {
  display: none;
}
.bg {
  background: hsla(0, 0%, 0%, 1);
  background: linear-gradient( 315deg, hsla(0, 0%, 0%, 1) 0%, hsla(0, 0%, 0%, 1) 60%, hsla(126, 84%, 17%, 1) 100% );
  background: -moz-linear-gradient( 315deg, hsla(0, 0%, 0%, 1) 0%, hsla(0, 0%, 0%, 1) 60%, hsla(126, 84%, 17%, 1) 100% );
  background: -webkit-linear-gradient( 315deg, hsla(0, 0%, 0%, 1) 0%, hsla(0, 0%, 0%, 1) 60%, hsla(126, 84%, 17%, 1) 100% );
  filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="#000000", endColorstr="#000000", GradientType=1 );
  background-repeat: no-repeat;
  background-position: center;
  height: 100vh;
  width: 100vw;
  position: fixed;
  z-index: -1;
}
.content {
  position: absolute;
  width: 100%;
}
@keyframes downOval {
  0% {
    transform: translate(0, 0);
  }
  25% {
    transform: translate(8px, 8px);
  }
  50% {
    transform: translate(0, 15px);
  }
  75% {
    transform: translate(-8px, 8px);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes upOval {
  0% {
    transform: translate(0, 0);
  }
  25% {
    transform: translate(8px, -8px);
  }
  50% {
    transform: translate(0, -15px);
  }
  75% {
    transform: translate(-8px, -8px);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes rightOval {
  0% {
    transform: translate(0, 0);
  }
  25% {
    transform: translate(15px, -8px);
  }
  50% {
    transform: translate(25px, 0);
  }
  75% {
    transform: translate(15px, 8px);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes leftOval {
  0% {
    transform: translate(0, 0);
  }
  25% {
    transform: translate(-15px, -8px);
  }
  50% {
    transform: translate(-25px, 0);
  }
  75% {
    transform: translate(-15px, 8px);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes downRightOval {
  0% {
    transform: translate(0, 0);
  }
  25% {
    transform: translate(12px, 12px);
  }
  50% {
    transform: translate(20px, 20px);
  }
  75% {
    transform: translate(12px, 12px);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes downLeftOval {
  0% {
    transform: translate(0, 0);
  }
  25% {
    transform: translate(-12px, 12px);
  }
  50% {
    transform: translate(-20px, 20px);
  }
  75% {
    transform: translate(-12px, 12px);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes smallCircle {
  0% {
    transform: translate(0, 0);
  }
  25% {
    transform: translate(10px, -10px);
  }
  50% {
    transform: translate(0, -20px);
  }
  75% {
    transform: translate(-10px, -10px);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes bigCircle {
  0% {
    transform: translate(0, 0);
  }
  25% {
    transform: translate(20px, -20px);
  }
  50% {
    transform: translate(0, -35px);
  }
  75% {
    transform: translate(-20px, -20px);
  }
  100% {
    transform: translate(0, 0);
  }
}
.floating1 {
  animation: downOval 5s ease-in-out infinite;
}
@media (min-width: 1024px) {
  #skill1 {
    animation: downOval 5s ease-in-out infinite;
  }
  #skill2 {
    animation: upOval 5s ease-in-out infinite;
  }
  #skill3 {
    animation: rightOval 5s ease-in-out infinite;
  }
  #skill4 {
    animation: leftOval 5s ease-in-out infinite;
  }
  #skill5 {
    animation: downRightOval 5s ease-in-out infinite;
  }
  #skill6 {
    animation: downLeftOval 5s ease-in-out infinite;
  }
  #skill7 {
    animation: smallCircle 5s ease-in-out infinite;
  }
  #skill8 {
    animation: bigCircle 5s ease-in-out infinite;
  }
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-duration {
  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-font-weight: initial;
      --tw-duration: initial;
    }
  }
}
