@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;600&display=swap");
*, *::after, *::before {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  background-image: linear-gradient(#1D2B64 5%, #F8CDDA);
  z-index: 1;
}

#container {
  width: 100%;
}

button {
  border: none;
  background: none;
  color: white;
  cursor: pointer;
}

#container {
  color: white;
  font-family: "Poppins", sans-serif !important;
  font-weight: 400 !important;
}
#container h1, #container h2 {
  font-weight: 700 !important;
  margin: none;
}

#projects__and__more__breadcrumbs > * {
  text-transform: uppercase;
  font-weight: 600 !important;
  margin-right: 16px;
  letter-spacing: 2px;
}

@media only screen and (min-width: 1366px) {
  #header__info__wrapper__first h1 {
    font-size: 58px;
  }
  #header__info__wrapper__first h2 {
    font-size: 28px;
    font-style: italic;
  }
  #projects__and__more__breadcrumbs > * {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
    margin-right: 16px;
    letter-spacing: 2px;
  }
}
@media only screen and (min-width: 1920px) {
  #header__info__wrapper__first h1 {
    font-size: 65px;
  }
  #header__info__wrapper__first h2 {
    font-size: 35px;
    font-style: italic;
  }
}
#header__buttons {
  display: flex;
  gap: 8px;
}
#header__buttons .btn {
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
  border: solid white;
  border-radius: 4px;
  color: white;
  padding: 8px 16px;
  margin-top: 8px;
  transition: background 150ms ease, color 150ms ease;
}
#header__buttons .btn:hover {
  color: black;
  background: white;
}

#projects__and__more__breadcrumbs {
  display: flex;
  justify-content: center;
  gap: 30px;
  margin-bottom: 32px;
}
#projects__and__more__breadcrumbs > * {
  display: inline-block;
  cursor: pointer;
  position: relative;
}
#projects__and__more__breadcrumbs > *.active::after {
  transform: scaleX(1);
}
#projects__and__more__breadcrumbs > *.left:nth-child(1)::after {
  transform-origin: right;
}
#projects__and__more__breadcrumbs > *.left:nth-child(2)::after {
  transform-origin: left;
}
#projects__and__more__breadcrumbs > *.right:nth-child(1)::after {
  transform-origin: right;
}
#projects__and__more__breadcrumbs > *.right:nth-child(2)::after {
  transform-origin: left;
}
#projects__and__more__breadcrumbs > *::after {
  content: " ";
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-image: linear-gradient(white, white);
  background-size: 100% 2px;
  background-repeat: no-repeat;
  background-position: bottom;
  transition: transform 150ms ease;
  transform: scaleX(0);
}

@media only screen and (min-width: 1366px) {
  #projects__and__more__breadcrumbs {
    display: block !important;
  }
}
#particles {
  display: none;
}

@media only screen and (min-width: 1366px) {
  #particles {
    display: block;
    position: fixed;
    width: 100%;
    height: 100%;
  }
  #particles > * {
    height: 5px;
    width: 5px;
    border-radius: 50%;
    background: white;
    position: absolute;
    right: 0;
  }
}
footer {
  margin-top: 32px;
  background: #0b1128;
  padding: 64px 0;
}
footer p {
  color: white;
  text-align: center;
}

header {
  padding-top: 32px;
  overflow: hidden;
}
header #header__info__wrapper__first {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 15px;
}
header #header__info__wrapper__second {
  display: flex;
  justify-content: center;
  margin: 32px 0;
  position: relative;
}
header #header__info__wrapper__second img {
  animation: rotate-anim-mobile 350ms ease forwards;
  opacity: 0;
  width: 50px;
  height: 50px;
}
header #header__info__wrapper__second img:nth-child(1) {
  animation-delay: calc(1 * 0.15s);
}
header #header__info__wrapper__second img:nth-child(2) {
  animation-delay: calc(2 * 0.15s);
}
header #header__info__wrapper__second img:nth-child(3) {
  animation-delay: calc(3 * 0.15s);
}
header #header__info__wrapper__second img:nth-child(4) {
  animation-delay: calc(4 * 0.15s);
}

@media only screen and (min-width: 1366px) {
  header {
    height: 100vh;
    display: grid;
    place-items: center;
    padding-top: 0;
  }
  header #header__info__wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 1325px;
    margin: 0 auto;
  }
  header #header__info__wrapper__first {
    align-items: flex-start;
    gap: 28px;
    text-align: left;
  }
  header #header__info__wrapper__second {
    display: grid;
    place-items: center;
    margin: 0;
    width: 260px;
    height: 260px;
    border-radius: 50%;
    animation: rotate 15s linear infinite;
  }
  header #header__info__wrapper__second img {
    position: absolute;
    animation: sub-rotate 15s linear infinite;
    width: 85px;
    height: 85px;
    opacity: 1;
    animation-delay: 0s;
  }
  header #header__info__wrapper__second img:nth-child(1) {
    animation-delay: 0s;
  }
  header #header__info__wrapper__second img:nth-child(2) {
    animation-delay: 0s;
  }
  header #header__info__wrapper__second img:nth-child(3) {
    animation-delay: 0s;
  }
  header #header__info__wrapper__second img:nth-child(4) {
    animation-delay: 0s;
  }
  header #header__info__wrapper__second img:nth-child(1) {
    top: -15px;
  }
  header #header__info__wrapper__second img:nth-child(2) {
    right: -15px;
  }
  header #header__info__wrapper__second img:nth-child(3) {
    bottom: -15px;
  }
  header #header__info__wrapper__second img:nth-child(4) {
    left: -15px;
  }
}
@keyframes rotate {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes sub-rotate {
  100% {
    transform: rotate(-360deg);
  }
}
@keyframes rotate-anim-mobile {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
#projects {
  opacity: 0;
  visibility: hidden;
  left: 15px;
  transition: opacity 150ms ease, visibility 150ms ease, left 150ms ease;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  right: 0;
}
#projects.active {
  left: 0;
  opacity: 1;
  visibility: visible;
}
#projects .project {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 32px;
  border: 4px solid var(--color);
  max-width: 400px;
  opacity: 0;
  border-radius: 8px;
  transition: opacity 250ms ease, transform 250ms ease;
  transition-delay: calc(var(--order) * 0.075s);
  padding: 16px 0;
  position: relative;
  background: #101838;
  transform: translateY(24px);
}
#projects .project.active {
  transform: translateY(0);
  opacity: 1;
}
#projects .project .live {
  text-decoration: none;
  color: white;
  font-size: 24px;
  border: 2px solid var(--color);
  padding: 8px 32px;
  border-radius: 8px;
  transition: box-shadow 250ms ease;
}
#projects .project .live:hover {
  box-shadow: 0 0 3px 2px var(--color), inset 0 0 5px 2px var(--color);
}
#projects .project .src {
  display: grid;
  place-items: center;
  position: absolute;
  border-radius: 50%;
  bottom: 30px;
  right: 30px;
  transition: box-shadow 250ms ease;
}
#projects .project .src:hover {
  box-shadow: 0 0 8px 1px white;
}
#projects .project .src img {
  width: 50px;
}
#projects .project p {
  width: 35ch;
  text-align: center;
}
#projects .project img {
  width: 75%;
}
#projects .projects__section {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 32px;
  margin-bottom: 32px;
}

@media only screen and (min-width: 1366px) {
  #projects {
    display: block;
    width: 100%;
    gap: 20px;
  }
  #projects .projects__section {
    display: grid;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: row;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    margin-bottom: 16px;
  }
  #projects .project {
    gap: 0;
    position: relative;
    width: auto;
    height: 550px;
    justify-content: space-around;
    padding: 0;
    max-width: none;
  }
  #projects .project h1 {
    text-align: center;
    line-height: 1.1;
  }
  #projects .project img {
    width: 75%;
  }
}
#projects__and__more__main {
  position: relative;
  height: 3819px;
}
#projects__and__more__main > * {
  position: absolute;
}

@media only screen and (min-width: 1366px) {
  #projects__and__more {
    width: 1325px;
    margin: 0 auto;
  }
  #projects__and__more__main {
    position: relative;
    height: 1698px;
  }
}
#about__me {
  opacity: 0;
  visibility: hidden;
  left: -15px;
  transition: opacity 150ms ease, visibility 150ms ease, left 150ms ease;
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
}
#about__me.active {
  left: 0;
  opacity: 1;
  visibility: visible;
}
#about__me > * {
  text-align: center;
}
#about__me h2 {
  font-size: 32px;
  margin-bottom: 15px;
}
#about__me p {
  max-width: 45ch;
  font-size: 20px;
  line-height: 175%;
  padding: 0 16px;
}

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