:root {
  --bg-dark: #0e0e0f;
  --darker-dark: #0a0a0a80;
  --blue: #1ad1c5;
  --yellow: #ebd161;
  --magenta: #e26ae2;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, menu, nav, output, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
}

* {
  margin: 0;
  padding: 0;
  text-align: center;
  font-size: 20px;
  scroll-behavior: smooth;
}

body {
  text-align: center;
  font-size: 18px;
  background-color: var(--bg-dark);
}
body h1, body h2, body h3, body h4 {
  font-family: "Saira Stencil One", cursive;
}
body p {
  font-family: "Chakra Petch", sans-serif;
}

@keyframes border_gradient {
  0% {
    border: 5px solid var(--blue);
  }
  40% {
    border: 5px solid var(--yellow);
  }
  80% {
    border: 5px solid var(--magenta);
  }
  100% {
    border: 5px solid var(--blue);
  }
}
@keyframes color_gradient {
  0% {
    color: var(--blue);
  }
  40% {
    color: var(--yellow);
  }
  80% {
    color: var(--magenta);
  }
  100% {
    color: var(--blue);
  }
}
@keyframes background_gradient {
  0% {
    background: var(--blue);
  }
  40% {
    background: var(--yellow);
  }
  80% {
    background: var(--magenta);
  }
  100% {
    background: var(--blue);
  }
}
@keyframes floating_effect {
  100% {
    transform: translateY(-20px);
  }
}
section {
  background-color: var(--bg-dark);
  color: white;
  height: 100vh;
}

.hight-container {
  z-index: 2;
}

.wrapper {
  height: 100vh;
  overflow-y: scroll;
  overflow-x: clip;
  perspective: 100px;
  cursor: none;
}

header {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  transform-style: preserve-3d;
  z-index: -1;
}

.background, .hills_1, .palm_trees, .hills_2 {
  position: absolute;
  height: 100%;
  width: 100%;
  object-fit: cover;
  z-index: -1;
  user-select: none;
}

.foreground {
  position: absolute;
  width: 100%;
  height: 170%;
  object-fit: cover;
  z-index: -1;
  top: 0;
  user-select: none;
}

.background {
  transform: translateZ(-100px) scale(2.1);
}

.home_title {
  position: absolute;
  font-size: 72px;
  animation: color_gradient 4s infinite;
  text-shadow: rgb(0, 0, 0) 0 0 10px;
  transform: translateZ(-60px) scale(1.62);
  top: 30vh;
}

.hills_2 {
  transform: translateZ(-50px) scale(1.52);
}

.palm_trees {
  transform: translateZ(-25px) scale(1.27);
}

.hills_1 {
  transform: translateZ(-15px) scale(1.17);
}

.foreground {
  transform: translateZ(20px) scale(0.82);
}

#mouse, #mouseCircle {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 10000;
  opacity: 0;
  transition: opacity 500ms ease;
  pointer-events: none;
}

#mouse {
  height: 10px;
  width: 10px;
  border-radius: 20px;
  background-color: white;
  border: 0.2px solid black;
}

#mouseCircle {
  height: 25px;
  width: 25px;
  border-radius: 40px;
  animation: border_gradient 4s infinite;
}

button {
  display: flex;
  margin: auto;
}

body:hover > #mouse, body:hover > #mouseCircle {
  opacity: 1;
}

.interactable {
  cursor: none;
  user-select: none;
}
.interactable:hover {
  pointer-events: none;
}

#invert_colors {
  filter: invert(1);
}

div[class^=card_skills] img, div[class^=card_contact] img {
  height: 100px;
}

.floating:hover {
  animation: floating_effect 1s infinite ease-in-out alternate;
}

div[class^=card_skills] {
  width: fit-content;
  height: fit-content;
  background-color: var(--bg-dark);
  border-radius: 25px;
  box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.5);
  padding: 15px;
  transform-style: preserve-3d;
  perspective: 1000px;
}
div[class^=card_skills]:hover .perspective {
  display: flex;
  transform: translateZ(25px);
}
div[class^=card_skills]:hover img {
  transition: 0.3s ease 0s;
  transform: scale(120%);
}

.languages, .softwares-techs {
  display: grid;
  grid-template-columns: repeat(3, fit-content(100%));
  grid-template-rows: repeat(3, fit-content(100%));
  gap: 15px;
  transition: 0.5s ease 0s;
  border-radius: 30px;
  padding: 20px;
  z-index: 1;
}

.about, .skill, .project {
  display: flex;
  justify-content: center;
  align-items: center;
}

#project-content {
  display: grid;
  grid-template-columns: repeat(3, fit-content(100%));
  grid-template-rows: repeat(1, fit-content(100%));
  gap: 15px;
  border-radius: 30px;
  justify-content: center;
}

#project-container {
  display: flex;
  background-color: var(--darker-dark);
  width: 55vw;
  border-radius: 30px;
}

.card_projects_devlab {
  background: url(../imgs/projects/devlab-back.png);
}

.card_projects_pouetkedex {
  background: url(../imgs/projects/pouetkedex.png);
}

.card_projects_ecologica {
  background: url(../imgs/projects/ecologica.png);
}

div[class^=card_projects] {
  height: 90%;
  width: 50px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
  filter: grayscale(100%);
  transform-style: preserve-3d;
  perspective: 1000px;
  position: relative;
  font-size: 32px;
}
div[class^=card_projects] h2 {
  display: none;
  animation: color_gradient infinite 4s;
  text-shadow: rgb(0, 0, 0) 0 0 10px;
}
div[class^=card_projects] a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}
div[class^=card_projects]:hover {
  filter: none;
}
div[class^=card_projects]:hover h2 {
  display: unset;
}
div[class^=card_projects]:hover .perspective {
  transform: translateZ(70px);
}

.swiper-button-next, .swiper-button-prev {
  animation: color_gradient infinite 3s;
  text-shadow: rgb(0, 0, 0) 0 0 10px, rgb(0, 0, 0) 0 0 10px, rgb(0, 0, 0) 0 0 10px;
}

.swiper-pagination-projects {
  height: 100%;
  width: 100%;
  position: absolute;
}

.swiper-wrapper-projects {
  display: flex;
  align-items: center;
}

#skill-container {
  align-items: top;
  background-color: var(--darker-dark);
  box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.5);
  border-radius: 30px;
}

.vert-title {
  font-size: 40px;
  position: absolute;
  left: 1rem;
  writing-mode: sideways-lr;
  -webkit-writing-mode: vertical-lr;
  animation: color_gradient 4s infinite;
  white-space: nowrap;
  background-color: var(--darker-dark);
  box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.5);
  padding: 20px;
  border-radius: 20px;
}

.vert-sub-title {
  font-size: 40px;
  position: absolute;
  left: 1rem;
  writing-mode: sideways-lr;
  white-space: nowrap;
  padding: 20px;
  color: whitesmoke;
}

#about-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 55vw;
  height: fit-content;
  padding: 20px !important;
}

#about-container {
  background-color: var(--darker-dark);
  box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.5);
  border-radius: 30px;
  flex-wrap: unset;
  align-items: center;
  gap: 30px;
}
#about-container img {
  height: 400px;
  border-radius: 30px;
  box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.5);
}

#about-content {
  display: flex;
  flex-direction: column;
  gap: 60px;
}
#about-content p {
  text-align: left;
}

#about-contact-cards {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
#about-contact-cards img {
  height: 70px;
  box-shadow: none;
  border-radius: 0;
}

.spacing {
  height: 400px;
  width: 8px;
  background-color: white;
  border-radius: 30px;
}

#contact-container {
  height: 25vh;
  background-color: var(--darker-dark);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 150px;
}

.swiper {
  height: 500px;
  width: 55vw;
  display: flex;
  flex-direction: row !important;
  background-color: var(--darker-dark);
  box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.5);
  border-radius: 30px;
}

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

.swiper-pagination-bullet {
  height: 90px !important;
  width: 15px !important;
  border-radius: 20px !important;
  animation: background_gradient 3s infinite !important;
}
.swiper-pagination-bullet:hover {
  pointer-events: none;
}

.hidden {
  opacity: 0;
  filter: blur(5px);
  transform: translateX(-100%);
  transition: all 0.5s;
}

.show {
  opacity: 1;
  filter: blur(0);
  transform: translateX(0);
}

[class^=blob] {
  position: absolute;
  z-index: 0;
}

.blob_1, .blob_1_glow, .blob_2, .blob_2_glow {
  width: 1500px;
}

.blob_1, .blob_1_glow {
  transform: translateX(30%) translateY(20%);
}

.blob_2, .blob_2_glow {
  transform: translateX(-30%) translateY(50%);
}

.blob_1_glow, .blob_2_glow {
  filter: blur(50px);
}

.blur {
  backdrop-filter: blur(5px);
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 30px;
}

@media screen and (max-width: 1220px) {
  #about-container, .swiper {
    flex-direction: column;
    width: 450px;
  }
  .spacing {
    display: none;
  }
  .swiper {
    height: 550px;
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .swiper .swiper-slide {
    flex-direction: column !important;
  }
  .swiper .vert-sub-title {
    font-size: 40px;
    position: relative;
    writing-mode: unset;
    white-space: nowrap;
    padding: 0;
    color: whitesmoke;
  }
}
@media screen and (max-width: 800px) {
  .vert-title {
    opacity: 0;
    filter: blur(5px);
    transform: translateX(-100%);
    transition: all 0.5s;
  }
}
@media screen and (max-width: 600px) {
  #contact-container {
    width: 100vw;
    justify-content: space-between;
    gap: 0;
  }
}
@media screen and (max-width: 505px) {
  #about-container {
    width: 95vw;
  }
  #about-container #pp {
    height: auto;
    width: 80vw;
  }
  .swiper {
    width: 95vw;
  }
  .swiper div[class^=card_skills] img {
    height: auto;
    width: 20vw;
  }
}
@media screen and (max-width: 470px) {
  .home_title {
    font-size: 15.3vw;
  }
}
@media screen and (max-width: 360px) {
  #contact-container img {
    height: auto;
    width: 28vw;
  }
  #about-container img {
    height: auto;
    width: 19vw;
  }
}
@media only screen and (max-width: 600px) {
  * {
    cursor: auto;
    pointer-events: all;
  }
  #mouse, #mouseCircle {
    display: none;
  }
}

/*# sourceMappingURL=build.css.map */
