@import url("https://fonts.googleapis.com/css2?family=Caveat:wght@500&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,600;1,400;1,500&display=swap");
.linebreak {
  width: 15px;
  display: block;
  margin: 50px auto;
  text-align: center;
  fill: rgba(1, 174, 255, 0.7);
}

section {
  display: flex;
  height: 85vh;
  align-items: center;
  justify-content: space-between;
  opacity: 0;
  margin: 0;
  overflow: hidden;
  padding: 3rem 5rem 0 5rem;
}
section h1 {
  font-size: 5rem;
  font-weight: 700;
  margin-bottom: 1rem;
}
section h1 span {
  color: #01aeff;
}
section h3 {
  font-size: 1.5rem;
  font-weight: 500;
  margin-bottom: 1rem;
}
section h3 span {
  font-weight: 700;
  border-bottom: 8px solid #01aeff;
}
section p {
  font-size: 1.2rem;
  font-weight: 500;
  margin-bottom: 1rem;
}
section p span {
  font-weight: 600;
  text-transform: capitalize;
}
section button {
  padding: 0.5rem 2rem;
  font-size: 1.2rem;
  font-weight: 500;
  border: none;
  border-radius: 5px;
  background-color: #01aeff;
  color: #dddddd;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
section button::before {
  content: "";
  position: absolute;
  top: 2;
  left: 2;
  width: 100%;
  height: 0%;
  background-color: rgba(1, 174, 255, 0.5);
  z-index: -1;
}
section button:hover {
  background-color: #008ccd;
}

.portfolio-title {
  overflow-x: hidden;
  scroll-behavior: none;
}

.fade-in {
  opacity: 0;
  transition: filter 100ms ease-in, transform 300ms ease-in, opacity 300ms ease-in;
  transform: translateY(50px);
  filter: blur(5px);
}

.fade-in.appear {
  opacity: 1;
  filter: blur(0px);
  transition: filter 100ms ease-in, transform 300ms ease-in, opacity 300ms ease-in;
  transform: translateY(0px);
}

.section-intro {
  display: flex;
  justify-content: center;
  gap: 5rem;
}
.section-intro .profile {
  opacity: 1;
  position: relative;
}
.section-intro .profile > img {
  width: 400px;
  filter: drop-shadow(0 5px 10px #01aeff);
}
.section-intro .profile .socialmedias {
  position: relative;
  display: flex;
  justify-items: center;
  justify-content: center;
  align-items: center;
  top: -100px;
}
.section-intro .profile .socialmedias > .social {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: -moz-fit-content;
  width: fit-content;
  padding: 15px;
  border-radius: 15px;
  background-color: rgb(15, 15, 15);
}
.section-intro .profile .socialmedias > .social > * {
  margin: 0 0.5rem;
  color: #01aeff;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.section-intro .profile .socialmedias > .social > *:hover {
  color: #008ccd;
}
.section-intro .profile svg {
  width: 25px;
  height: 25px;
  fill: #01aeff;
}
.section-intro .profile svg:hover {
  fill: white;
  filter: drop-shadow(0 0 10px #01aeff);
}
.section-intro .intro {
  max-width: 600px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  line-height: 2.5rem;
}
.section-intro .intro p {
  margin-top: 2rem;
}

.about {
  margin-top: 50px;
}

.about, .education, .skills, .portfolio, .contact {
  height: -moz-fit-content;
  height: fit-content;
}
.about-title, .education-title, .skills-title, .portfolio-title, .contact-title {
  position: absolute;
  font-weight: 800;
  font-size: 12rem;
  color: rgba(1, 174, 255, 0.4);
  z-index: -1;
  animation: animate 10s linear infinite;
}
@keyframes animate {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(100%);
  }
}
.about-description, .education-description, .skills-description, .portfolio-description, .contact-description {
  display: block;
  margin: 0 auto;
  width: 60%;
}
.about-description h4, .education-description h4, .skills-description h4, .portfolio-description h4, .contact-description h4 {
  font-size: 1.3rem;
  font-weight: 700;
  margin-bottom: 1rem;
  color: rgba(0, 0, 0, 0.3);
  text-transform: uppercase;
}
.about-description p, .education-description p, .skills-description p, .portfolio-description p, .contact-description p {
  font-size: 1.7rem;
  font-weight: 500;
}
.about-description p span, .education-description p span, .skills-description p span, .portfolio-description p span, .contact-description p span {
  position: relative;
  font-weight: 700;
  text-transform: none;
}

.education, .skills {
  flex-direction: column;
  margin-top: 50px;
  position: relative;
}
.education .btn-flip, .skills .btn-flip {
  margin-top: 30px;
}
.education .education-line, .education .skills-line, .skills .education-line, .skills .skills-line {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  align-items: center;
  width: 500px;
  margin: 0 auto;
}
.education .education-line-description, .education .skills-line-description, .skills .education-line-description, .skills .skills-line-description {
  position: relative;
  width: 100%;
}
.education .education-line-description::before, .education .skills-line-description::before, .skills .education-line-description::before, .skills .skills-line-description::before {
  content: "";
  position: absolute;
  top: 25px;
  left: -22px;
  height: 90%;
  width: 2px;
  background-color: rgba(0, 0, 0, 0.5);
}
.education .education-line-description::after, .education .skills-line-description::after, .skills .education-line-description::after, .skills .skills-line-description::after {
  content: "";
  position: absolute;
  width: 0.4rem;
  height: 0.4rem;
  left: -25px;
  top: 5px;
  border-radius: 50%;
  background-color: black;
}
.education .education-line-description-detail, .education .skills-line-description-detail, .skills .education-line-description-detail, .skills .skills-line-description-detail {
  display: flex;
  justify-content: space-between;
  padding-right: 5%;
}
.education .education-line-description h6, .education .skills-line-description h6, .skills .education-line-description h6, .skills .skills-line-description h6 {
  font-weight: 700;
  color: rgba(0, 0, 0, 0.5);
  text-transform: uppercase;
  letter-spacing: 2px;
}
.education .education-line-description:not(:first-child), .education .skills-line-description:not(:first-child), .skills .education-line-description:not(:first-child), .skills .skills-line-description:not(:first-child) {
  margin-top: 5rem;
}
.education .education-line-description h3, .education .skills-line-description h3, .skills .education-line-description h3, .skills .skills-line-description h3 {
  font-size: 1.5rem;
  font-weight: 700;
  text-transform: uppercase;
}
.education .education-line-description p, .education .skills-line-description p, .skills .education-line-description p, .skills .skills-line-description p {
  color: #323237;
  font-size: 1rem;
}
.education .education-line ul, .education .skills-line ul, .skills .education-line ul, .skills .skills-line ul {
  display: flex;
  justify-content: left;
  width: 100%;
  margin-top: 2rem;
  gap: 1rem;
  flex-wrap: wrap;
}
.education .education-line ul li, .education .skills-line ul li, .skills .education-line ul li, .skills .skills-line ul li {
  list-style: none;
}
.education .education-line ul li img, .education .skills-line ul li img, .skills .education-line ul li img, .skills .skills-line ul li img {
  width: 55px;
  height: 55px;
  fill: #01aeff;
  transition: all 0.3s ease-in-out;
}
.education .education-line ul li img:hover, .education .skills-line ul li img:hover, .skills .education-line ul li img:hover, .skills .skills-line ul li img:hover {
  fill: white;
  transform: scale(1.2);
  rotate: 15deg;
}

.intro-detail {
  display: flex;
  justify-content: center;
  align-items: center;
  height: -moz-fit-content;
  height: fit-content;
  font-weight: 700;
  text-transform: uppercase;
}
.intro-detail h3 {
  margin: 0;
  font-weight: 700;
  font-size: 1.6rem;
}

.animation {
  height: 50px;
  overflow: hidden;
  margin-left: 1rem;
  display: flex;
  flex-direction: column;
  text-align: left;
}

.animation > div > div {
  padding: 0.25rem 0.75rem;
  height: 100%;
  margin-bottom: 2.81rem;
  display: inline-block;
  font-size: 1.5rem;
}

.animation div:first-child {
  scroll-behavior: none;
  animation: text-animation 8s infinite;
}

.first div {
  width: 100%;
  background-color: #20a7d8;
}

.second div {
  width: 100%;
  background-color: #006488;
  color: #fff;
}

.third div {
  width: 100%;
  background-color: #06232e;
  color: #fff;
}

@keyframes text-animation {
  0% {
    margin-top: 0;
  }
  10% {
    margin-top: 0;
  }
  20% {
    margin-top: -4.9rem;
  }
  30% {
    margin-top: -4.9rem;
  }
  40% {
    margin-top: -10.3rem;
  }
  60% {
    margin-top: -10.3rem;
  }
  70% {
    margin-top: -4.9rem;
  }
  80% {
    margin-top: -4.9rem;
  }
  90% {
    margin-top: 0;
  }
  100% {
    margin-top: 0;
  }
}
.btn-flip {
  opacity: 1;
  outline: 0;
  color: #fff;
  line-height: 40px;
  position: relative;
  text-align: center;
  letter-spacing: 1px;
  display: inline-block;
  text-decoration: none;
  text-transform: uppercase;
}
.btn-flip:hover:after {
  opacity: 1;
  transform: translateY(0) rotateX(0);
}
.btn-flip:hover:before {
  opacity: 0;
  transform: translateY(50%) rotateX(90deg);
}
.btn-flip:after {
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  display: block;
  transition: 0.5s;
  position: absolute;
  content: attr(data-back);
  transform: translateY(-50%) rotateX(90deg);
  color: #adadaf;
  background: #323237;
}
.btn-flip:before {
  top: 0;
  left: 0;
  opacity: 1;
  display: block;
  padding: 0 30px;
  line-height: 40px;
  transition: 0.5s;
  position: relative;
  color: white;
  background: #01aeff;
  content: attr(data-front);
  transform: translateY(0) rotateX(0);
}

footer {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 80px;
  background-color: black;
  color: #dddddd;
  font-size: 1rem;
  font-weight: 300;
  letter-spacing: 1px;
  text-transform: uppercase;
}
footer span {
  font-weight: 700;
}

.portfolio {
  flex-direction: column;
}
.portfolio-line-description {
  margin-block: 40px;
  display: flex;
  border-bottom: 2px solid rgba(0, 0, 0, 0.3);
  padding-bottom: 100px;
}
.portfolio-line-description-left, .portfolio-line-description-right {
  position: relative;
  width: 50%;
  display: flex;
  justify-content: center;
  text-align: left;
  align-items: left;
  flex-direction: column;
}
.portfolio-line-description-left h6, .portfolio-line-description-right h6 {
  position: relative;
  font-size: 1rem;
  font-weight: 700;
  text-transform: uppercase;
  margin-left: 40px;
  letter-spacing: 2px;
  color: rgba(0, 0, 0, 0.5);
}
.portfolio-line-description-left h6::after, .portfolio-line-description-right h6::after {
  content: "";
  position: absolute;
  width: 30px;
  height: 0.3rem;
  left: -40px;
  top: 50%;
  background-color: rgba(0, 0, 0, 0.5);
}
.portfolio-line-description-left h3, .portfolio-line-description-right h3 {
  font-size: 2.5rem;
  letter-spacing: 2px;
  font-weight: 800;
  color: #005881;
  text-transform: uppercase;
}
.portfolio-line-description-left p, .portfolio-line-description-right p {
  font-size: 1.2rem;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.6);
}
.portfolio-line-description-left a, .portfolio-line-description-right a {
  font-size: 1.2rem;
  text-transform: capitalize;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.6);
}
.portfolio-line-description-left a:hover, .portfolio-line-description-right a:hover {
  color: #01aeff;
}
.portfolio-line-description-left > img, .portfolio-line-description-right > img {
  width: 300px;
  position: relative;
  margin: 0 auto;
  -o-object-fit: cover;
     object-fit: cover;
  filter: drop-shadow(0 5px 10px #01aeff);
  transition: all 0.3s ease-in-out;
}
.portfolio-line-description-left > img:hover, .portfolio-line-description-right > img:hover {
  transform: scale(1.2);
  animation: rotate 0.5s linear infinite;
}
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(3deg);
  }
  75% {
    transform: rotate(-3deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
.portfolio-line-description-left-left, .portfolio-line-description-right-left {
  transform: translateX(-100%);
}
.portfolio-line-description-left-right, .portfolio-line-description-right-right {
  transform: translateX(100%);
}

.contact {
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 100px;
  flex-direction: column;
  text-align: center;
}
.contact h3 {
  font-size: 1.5rem;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: rgba(0, 0, 0, 0.6);
}
.contact a {
  font-size: 4rem;
  font-family: "Playfair Display", serif;
  transition: all 0.3s ease-in-out;
  font-weight: 700;
}
.contact a:hover {
  font-style: italic;
}

@media (max-width: 768px) {
  section {
    flex-direction: column;
    height: auto;
    -webkit-text-size-adjust: 80%;
       -moz-text-size-adjust: 80%;
            text-size-adjust: 80%;
    padding: 1rem 2rem;
  }
  section h1 {
    font-size: 3rem;
  }
  section h3 {
    font-size: 1.2rem;
  }
  section p {
    font-size: 1rem;
  }
}

@media (max-width: 768px) {
  .section-intro {
    margin-top: 5%;
    flex-direction: column;
    text-align: center;
    padding: 0 10%;
  }
  .section-intro h3 {
    line-height: 2;
    font-size: 2rem;
  }
  .section-intro h1 {
    font-size: 5rem;
  }
  .section-intro p {
    font-size: 1.2rem;
  }
  .section-intro .profile {
    margin-top: 2rem;
  }
  .section-intro .profile img {
    width: 300px;
  }
  .section-intro .socialmedias {
    position: relative;
    height: 100%;
    width: 100%;
    align-items: center;
  }
  .section-intro .socialmedias > .social {
    flex-direction: row;
    gap: 1rem;
    align-items: center;
    padding: 0;
    height: 100%;
    width: -moz-fit-content;
    width: fit-content;
  }
  .section-intro .socialmedias > .social > * {
    margin: 0;
    padding: 0;
    font-size: 1.5rem;
  }
  .section-intro .intro {
    max-width: 100%;
  }
}

@media (max-width: 768px) {
  .about-description,
  .education-description,
  .skills-description,
  .portfolio-description, .contact-description {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .contact a {
    font-size: 2rem;
  }
  .contact h3 {
    font-size: 1rem;
  }
}

@media (max-width: 768px) {
  .about, .education, .skills {
    padding: 0 10%;
  }
}

@media (max-width: 768px) {
  .education .education-line,
  .education .skills-line,
  .skills .education-line,
  .skills .skills-line {
    width: 100%;
  }
  .education .education-line ul,
  .education .skills-line ul,
  .skills .education-line ul,
  .skills .skills-line ul {
    justify-content: center;
    margin-top: 1rem;
  }
}

@media (max-width: 768px) {
  .btn-flip {
    font-size: 0.8rem;
  }
}

@media (max-width: 768px) {
  .portfolio-line-description {
    flex-direction: column;
    justify-content: center;
    padding-bottom: 50px;
  }
  .portfolio-line-description-left, .portfolio-line-description-right {
    width: 100%;
    margin-bottom: 2rem;
  }
  .portfolio-line-description-left > img, .portfolio-line-description-right > img {
    width: 100%;
  }
}

.portfolio-video {
  flex-direction: column;
  height: -moz-fit-content;
  height: fit-content;
}
.portfolio-video article {
  width: 80%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 2rem;
}
.portfolio-video article iframe {
  border-radius: 8px;
}

body {
  background-color: #f5f5f5;
  margin: 0;
  padding: 0;
  font-family: Poppins, sans-serif;
}

html {
  font-size: 100%;
  box-sizing: border-box;
  scroll-behavior: smooth;
}
html *, html *::before, html *::after {
  box-sizing: inherit;
}

nav {
  display: flex;
  padding: 1rem 5rem;
  position: sticky;
  top: 0;
  z-index: 100;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9));
  justify-content: space-between;
}
nav .hamburgermenu > span {
  display: block;
  width: 25px;
  height: 3px;
  background-color: #01aeff;
  margin: 5px;
}
nav .logo {
  letter-spacing: 5px;
  font-family: Poppins, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  color: #01aeff;
}
nav .logo a {
  text-decoration: none;
}
nav ul {
  display: flex;
}
nav ul li {
  list-style: none;
}
nav ul li a {
  text-decoration: none;
  color: #1d1d1d;
  font-family: Poppins, sans-serif;
  font-size: 1rem;
  font-weight: 300;
  padding: 1rem;
}
nav ul li a:hover {
  color: #01aeff;
}
nav .hamburgermenu {
  display: none;
}
nav .hamburgermenu .menusmall {
  position: absolute;
  right: 0;
  top: 90%;
  width: 100vw;
  height: 100vh;
  display: none;
  justify-content: center;
  align-items: center;
  background-color: white;
  transform: translateX(100%);
  box-shadow: 2px 2px 5px rgba(1, 174, 255, 0.5);
  transition: all 0.3s ease-in-out;
}
nav .hamburgermenu .menusmall ul {
  display: flex;
  margin: 0;
  flex-direction: column;
  align-items: center;
  margin-left: 0;
  justify-content: space-between;
  padding-left: 0;
  width: 100%;
}
nav .hamburgermenu .menusmall ul li {
  margin: 0;
  margin-left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1.2rem;
}
nav .hamburgermenu .menusmall ul li a {
  text-align: center;
  color: #01aeff;
}
nav .hamburgermenu .menusmall ul li:hover {
  background-color: #01aeff;
}
nav .hamburgermenu .menusmall ul li:hover a {
  color: white;
}

@media only screen and (max-width: 768px) {
  nav {
    padding-inline: 3rem;
  }
  nav .menu {
    display: none;
  }
  nav .hamburgermenu {
    display: block;
    cursor: pointer;
  }
  nav .hamburgermenu .menusmall.open {
    transform: translateX(0%);
    display: flex;
  }
}/*# sourceMappingURL=style.css.map */