header {
  position: fixed;
  display: flex;
  top: 0%;
  z-index: 10;
  width: 100%;
}
header .logo {
  position: relative;
  display: block;
  width: fit-content;
  margin: 3rem 2rem;
}
header .logo svg {
  width: max-content;
  height: 2.5rem;
  margin: auto;
}
header .logo svg .cls-1 {
  fill: #D9D9D9;
  transition: fill 0.5s ease-in-out;
}
header input {
  position: absolute;
  justify-content: flex-end;
  top: 0;
  right: 0;
  display: block;
  margin: 3rem 2rem;
  height: 2.5rem;
  width: 2.5rem;
  opacity: 0;
  z-index: 2;
  cursor: pointer;
}
header input:checked ~ nav {
  background: #D9D9D9;
}
header input:checked ~ nav .menu {
  display: block;
  transition: display 0.5s ease-in-out;
}
header input:checked ~ nav .burger span {
  opacity: 1;
  transform: rotate(-45deg);
  background: #070712;
  left: 0.25rem;
}
header input:checked ~ nav .burger span:nth-last-child(2) {
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}
header input:checked ~ nav .burger span:nth-last-child(3) {
  transform: rotate(45deg);
}
header nav {
  position: absolute;
  margin: 2rem 1rem;
  border-radius: 1rem;
  width: max-content;
  background: rgba(0, 0, 0, 0);
  transition: background 0.5s ease-in-out;
  top: 0;
  right: 0;
}
header nav .menu {
  display: none;
  padding: 3rem 2rem 0rem 2rem;
  text-align: right;
  margin: 0;
  transition: display 0.5s ease-in-out;
}
header nav .menu a {
  margin: 0.5rem 0;
  padding: 0.5rem;
  text-decoration: none;
}
header nav .menu a li {
  list-style: none;
  color: #070712;
  font-weight: 700;
  font-size: 1.5rem;
}
header nav .menu a:hover li {
  color: rgb(37, 37, 225);
  transition: color 0.5s ease-in-out;
}
header nav .burger {
  margin: 1rem;
  position: absolute;
  top: 0;
  right: 0;
}
header nav .burger span {
  display: block;
  width: 2.5rem;
  height: 0.3rem;
  margin: 7px 0px;
  position: relative;
  background: #D9D9D9;
  border-radius: 5px;
  z-index: 1;
  transform-origin: 10% 50%;
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.5s ease, left 0.5s ease-in-out;
}

.home {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-inline: 5%;
  min-height: 100vh;
}
@media (max-width: 1200px) {
  .home {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 2fr;
  }
}
.home .moving-logo {
  position: relative;
  margin-left: 5rem;
}
@media (max-width: 1200px) {
  .home .moving-logo {
    width: 50%;
    height: 80%;
    margin: 7rem auto auto auto;
  }
}
@media (max-width: 480px) {
  .home .moving-logo {
    width: 80%;
    height: 80%;
    margin: 8rem auto auto auto;
  }
}
.home .moving-logo svg {
  position: absolute;
  width: max-content;
  transition: all 0.2s ease-in-out;
}
@media (max-width: 1200px) {
  .home .moving-logo svg {
    left: 0 !important;
  }
}
.home .moving-logo svg .cls-1 {
  stroke-width: 1.5px;
}
.home .moving-logo .un {
  height: 12rem;
  top: calc(50% - 6rem);
  left: 6rem;
}
@media (max-width: 1200px) {
  .home .moving-logo .un {
    width: 80%;
    margin-left: 10%;
  }
}
.home .moving-logo .un .cls-1 {
  fill: #d9d9d9;
}
.home .moving-logo .deux {
  height: 14rem;
  top: calc(50% - 7rem);
  left: 4.5rem;
  opacity: 0.25;
  filter: blur(2px);
}
@media (max-width: 1200px) {
  .home .moving-logo .deux {
    right: 2rem;
    left: 0;
    width: 90%;
    margin-left: 5%;
  }
}
.home .moving-logo .deux .cls-1 {
  fill: rgba(217, 217, 217, 0);
  stroke: #d9d9d9;
}
.home .moving-logo .trois {
  height: 16rem;
  top: calc(50% - 8rem);
  left: 3rem;
  opacity: 0.2;
  filter: blur(4px);
}
@media (max-width: 1200px) {
  .home .moving-logo .trois {
    width: 100%;
  }
}
.home .moving-logo .trois .cls-1 {
  fill: rgba(217, 217, 217, 0);
  stroke: #d9d9d9;
}
.home .welcome {
  margin: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  animation: scroll 5s ease-in-out infinite;
}
@media (max-width: 1200px) {
  .home .welcome {
    margin-bottom: 12rem;
  }
}
.home .welcome p {
  color: #a0a0a0;
  font-family: Kanit;
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0;
}
@media (max-width: 960px) {
  .home .welcome p {
    font-size: 1.75rem;
  }
}
@media (max-width: 480px) {
  .home .welcome p {
    font-size: 1.25rem;
  }
}
.home .welcome h1 {
  font-family: Kanit;
  font-size: 4rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.1rem;
  margin: 1rem;
  background: linear-gradient(135deg, #acfaff -0.31%, #fd98ff 107.28%, #f300f8 107.29%);
  background-clip: text;
  white-space: nowrap;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 960px) {
  .home .welcome h1 {
    font-size: 3rem;
  }
}
@media (max-width: 480px) {
  .home .welcome h1 {
    font-size: 2rem;
  }
}
.home .welcome .jobs {
  width: 30rem;
  height: 4.5rem;
  border-radius: 3rem;
  background: #3b3b3b;
}
@media (max-width: 960px) {
  .home .welcome .jobs {
    width: 20rem;
  }
}
.home .welcome .jobs p {
  text-align: center;
  margin: 0;
  height: 100%;
  line-height: 4.5rem;
}
@media (max-width: 960px) {
  .home .welcome .jobs p {
    font-size: 1.5rem;
  }
}
.home .welcome .alias {
  margin-top: 3vh;
}
.home .welcome .alias p {
  color: #a0a0a0;
  font-family: Kanit;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: auto;
}
@media (max-width: 960px) {
  .home .welcome .alias p {
    font-size: 1.5rem;
  }
}
.home .scroll-down {
  position: absolute;
  bottom: 5%;
  margin: auto;
  left: calc(50% - 2.5rem);
  z-index: 10;
  animation: scroll 2.5s ease-in-out infinite;
}
.home .scroll-down svg {
  width: 5rem;
  height: 5rem;
  margin: auto;
}

@keyframes scroll {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-2rem);
  }
  100% {
    transform: translateY(0);
  }
}
.about {
  position: relative;
  margin-inline: 5%;
}
.about h2 {
  position: relative;
  margin: 0;
  padding-top: 15vh;
  height: 5vh;
  text-align: center;
  color: #d9d9d9;
  font-family: Kanit;
  font-size: 4rem;
}
@media (max-width: 960px) {
  .about h2 {
    font-size: 3rem;
  }
}
.about .container {
  margin-top: 10vh;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 960px) {
  .about .container {
    grid-template-columns: 1fr;
  }
}
.about .container .desc {
  display: flex;
  flex-direction: column;
  place-items: center;
  width: 90%;
  margin: auto;
}
.about .container .desc p {
  color: #d9d9d9;
  font-family: Kanit;
  font-size: 1.5rem;
}
@media (max-width: 960px) {
  .about .container .desc p {
    font-size: 1.2rem;
  }
}
.about .container img {
  margin: auto;
  width: 50%;
  object-fit: cover;
  animation: borderRadius 2s ease-in-out infinite alternate;
}
@media (max-width: 960px) {
  .about .container img {
    width: 30%;
  }
}
@media (max-width: 720px) {
  .about .container img {
    width: 40%;
  }
}
@media (max-width: 480px) {
  .about .container img {
    width: 50%;
  }
}
@keyframes borderRadius {
  0% {
    border-radius: 70% 30% 25% 75%/55% 40% 60% 45%;
  }
  100% {
    border-radius: 30% 70% 70% 30%/60% 45% 55% 40%;
  }
}

.projects {
  position: relative;
  display: flex;
  margin-inline: 5%;
  height: 100vh;
}
.projects .container {
  margin: auto;
  background: rgba(94, 69, 192, 0.23);
  border-radius: 1rem;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(7.2px);
  -webkit-backdrop-filter: blur(7.2px);
  border: 1rem solid rgba(94, 69, 192, 0.23);
  border-radius: 3.125rem;
  width: 100%;
  height: 90%;
}
.projects .container h2 {
  color: #D9D9D9;
  font-family: Kanit;
  font-size: 4rem;
  text-align: center;
}
.projects .container .list {
  height: 70%;
  width: 90%;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
}
.projects .container .list .project {
  margin: auto;
  grid-column: span 2;
  aspect-ratio: 16/9;
  border-radius: 1.875rem;
  width: 20vw;
  position: relative;
}
.projects .container .list .project a {
  position: relative;
  display: block;
  height: 100%;
  margin-top: 0%;
}
.projects .container .list .project a .project-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 10px solid rgba(0, 0, 0, 0.66);
  border-radius: 1.875rem;
}
.projects .container .list .project a .hover {
  display: none;
}
.projects .container .list .project a:hover .hover {
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 1.875rem;
  background: rgba(0, 0, 0, 0.66);
}
.projects .container .list .project a:hover .hover .infos {
  margin: 1rem 1rem 0 1rem;
  display: flex;
}
.projects .container .list .project a:hover .hover .infos .icons {
  display: flex;
  height: 2rem;
}
.projects .container .list .project a:hover .hover .infos .icons img {
  height: 1.5rem;
  padding: 0 0.25rem;
}
.projects .container .list .project a:hover .hover .infos .date {
  margin: auto 0 auto auto;
  color: #D9D9D9;
  padding: 0.25rem 0.5rem;
  background-color: rgba(0, 0, 0, 0.66);
  border-radius: 1rem;
}
.projects .container .list .project a:hover .hover .desc {
  padding: 0 2rem;
  color: #D9D9D9;
}
.projects .container .list .project p {
  text-align: center;
}
.projects .container .list .project:nth-child(2) {
  margin-bottom: 0%;
}
.projects .container .list .project:nth-child(n+4) {
  grid-column: span 3;
}

.skills {
  position: relative;
  display: flex;
  flex-direction: column;
  margin-inline: 5%;
  height: max-content;
}
.skills h2 {
  color: #D9D9D9;
  font-family: Kanit;
  font-size: 4rem;
  text-align: center;
  margin: 10vh auto;
}
.skills .grid-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.skills .grid-container section {
  margin: 3rem;
}
.skills .grid-container section h3 {
  font-size: 2rem;
  margin-left: 2rem;
}
.skills .grid-container .graph-tech {
  display: flex;
  justify-content: center;
  align-items: center;
}
.skills .grid-container .graph-tech .stack {
  position: absolute;
  background-color: rgba(58, 58, 58, 0.8);
  padding: 2rem;
  width: max-content;
  border-radius: 50px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 1rem;
}
.skills .grid-container .graph-tech .stack div {
  border-radius: 1rem;
  padding: 0.5rem;
  display: flex;
  align-items: center;
}
.skills .grid-container .graph-tech .stack div img {
  width: 3rem;
}
.skills .grid-container .graph-tech .stack div:nth-child(1) {
  background: linear-gradient(223deg, rgba(255, 66, 179, 0.5) 6.71%, rgba(255, 99, 99, 0.5) 93.29%);
}
.skills .grid-container .graph-tech .stack div:nth-child(2) {
  background: linear-gradient(225deg, rgba(255, 222, 51, 0.5) 6.79%, rgba(255, 247, 171, 0.5) 93.21%);
}
.skills .grid-container .graph-tech .stack div:nth-child(3) {
  background: linear-gradient(220deg, #4FD -11.75%, #0267FF 99.87%);
}
.skills .grid-container .graph-tech .stack div:nth-child(4) {
  background: linear-gradient(225deg, rgba(183, 91, 255, 0.5) 7.85%, rgba(61, 138, 255, 0.5) 92.5%);
}
.skills .grid-container .graph-tech .stack div:nth-child(5) {
  background: linear-gradient(134deg, rgba(255, 99, 221, 0.5) 2.17%, rgba(255, 171, 144, 0.5) 99.34%);
}
.skills .grid-container .graph-tech .stack div:nth-child(6) {
  background: linear-gradient(225deg, rgba(252, 82, 255, 0.5) 0%, rgba(77, 255, 223, 0.5) 100%);
}
.skills .grid-container .graph-tech .stack div:nth-child(7) {
  background: linear-gradient(135deg, rgba(162, 69, 255, 0.5) 6.06%, rgba(255, 75, 205, 0.5) 95.35%);
}
.skills .grid-container .graph-tech .stack div:nth-child(8) {
  background: linear-gradient(223deg, rgba(255, 154, 132, 0.5) 7.94%, rgba(255, 77, 66, 0.5) 94.84%);
}
.skills .grid-container .graph-tech .stack div:nth-child(9) {
  background: linear-gradient(220deg, #4FD -11.75%, #0267FF 99.87%);
}
.skills .grid-container .graph-tech .stack .background-codes {
  margin: auto;
  width: 100%;
}
.skills .grid-container .graph-design {
  position: relative;
  width: 500px;
  height: 500px;
  height: 100%;
  margin: auto;
}
.skills .grid-container .graph-design img {
  position: absolute;
  width: 250px;
}
.skills .grid-container .graph-design .gemusic {
  left: 20%;
  top: 0;
}
.skills .grid-container .graph-design .brain-advisor {
  right: 0;
  top: 30%;
}
.skills .grid-container .graph-design .hit-the-road {
  left: 0;
  top: 50%;
}

.contact {
  position: relative;
  display: flex;
  flex-direction: column;
  margin-inline: 5%;
  height: 100vh;
}
.contact h2 {
  color: #D9D9D9;
  font-family: Kanit;
  font-size: 4rem;
  text-align: center;
  margin: 10vh auto 0 auto;
}
.contact div {
  margin: auto;
  position: relative;
  font-weight: 700;
  font-size: 4rem;
  width: 500px;
}
.contact div p {
  margin: 0 auto;
}
.contact div strong {
  background: linear-gradient(90deg, #ACFAFF -2.38%, #F300F8 98.6%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.contact div .logo {
  position: absolute;
  top: 40px;
  transform: rotate(20deg);
  right: 40px;
  width: 125px;
  height: 125px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  backdrop-filter: blur(3px);
  background-color: rgba(96, 96, 96, 0.5);
}
.contact div .logo img {
  padding: 1.5rem;
  object-fit: contain;
  max-width: 100%;
}
.contact div .links {
  margin-top: 2rem;
  display: flex;
  justify-content: space-between;
}
.contact div .links a {
  height: 100px;
  transition: transform 0.25s ease-in-out;
}
.contact div .links a img {
  height: 100%;
}
.contact div .links a:hover {
  transform: scale(1.2);
}

* {
  box-sizing: border-box;
  outline: none;
  scroll-behavior: smooth;
}

/*SCROLL BAR*/
::-webkit-scrollbar {
  display: none;
}

body {
  display: flex;
  flex-direction: column;
  overflow-x: hidden;
  width: 100%;
  margin: 0;
  padding: 0;
  background: url("../media/background/grainy-background.svg");
  background-size: cover;
  background-attachment: fixed;
  min-height: 100vh;
  color: #d9d9d9;
  font-family: "Kanit", sans-serif;
}
body footer {
  position: fixed;
  bottom: 0;
}
body footer p {
  margin: 1rem;
  color: #a0a0a0;
  font-family: Kanit;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

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