@font-face {
  font-family: "SF Pro Text";
  src: url("../../fonts/SF-Pro-Text-Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "SF Pro Text";
  src: url("../../fonts/SF-Pro-Text-Semibold.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "SF Pro Display";
  src: url("../../fonts/SF-Pro-Display-Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Sora";
  src: url("../../fonts/Sora-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Sora";
  src: url("../../fonts/Sora-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: "Sora";
  src: url("../../fonts/Sora-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Sora";
  src: url("../../fonts/Sora-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}
*,
*::after,
*::before {
  margin: 0;
  padding: 0;
  box-sizing: inherit;
}

a {
  text-decoration: none;
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
}

input:focus,
textarea:focus {
  outline: none;
}

html {
  background-color: #FFFFFF;
  display: flex;
  justify-content: center;
  font-size: 62.5%;
}
@media only screen and (max-width: 75em) {
  html {
    font-size: 50%;
  }
}
@media only screen and (max-width: 56.25em) {
  html {
    font-size: 40%;
  }
}
@media only screen and (max-width: 37.5em) {
  html {
    font-size: 50%;
  }
}
@media only screen and (min-width: 112.5em) {
  html {
    font-size: 62.5%;
  }
}

body {
  box-sizing: border-box;
  width: 100%;
}

.display-text-regular {
  font-family: "Sora", sans-serif;
  font-weight: 400;
  font-size: 4.8rem;
  color: #000;
  letter-spacing: -2%;
  line-height: 5.6rem;
}

.display-extra-bold {
  font-family: "Sora", sans-serif;
  font-weight: 800;
  color: #000;
  font-size: 4.8rem;
  line-height: 5.6rem;
  letter-spacing: -2%;
}

.display-extra-bold-outlined {
  font-family: "Sora", sans-serif;
  font-weight: 800;
  color: #FFFFFF;
  font-size: 4.8rem;
  line-height: 5.6rem;
  letter-spacing: -2%;
  text-shadow: -0.2rem -0.2rem 0 black, 0.2rem -0.2rem 0 black, -0.2rem 0.2rem 0 black, 0.2rem 0.2rem 0 black;
}

.paragraph-p2-regular {
  font-family: "Sora", sans-serif;
  font-weight: 400;
  color: #71717a;
  font-size: 1.6rem;
  line-height: 2.4rem;
}

.heading-h5-bold {
  font-family: "Sora", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 2.4rem;
  letter-spacing: -2%;
}

.heading-h5-semibold {
  font-family: "Sora", sans-serif;
  font-size: 2rem;
  font-weight: 600;
  line-height: 2.4rem;
  letter-spacing: -2%;
}

.heading-h4-semibold {
  font-family: "Sora", sans-serif;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 2.8rem;
  letter-spacing: -2%;
}

.heading-h6-semibold {
  font-family: "Sora", sans-serif;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 2rem;
  letter-spacing: -2%;
}

.heading-h6-regular {
  font-family: "Sora", sans-serif;
  font-size: 1.6rem;
  color: #71717a;
  font-weight: 400;
  line-height: 2rem;
  letter-spacing: -2%;
}

.heading-h2-bold {
  font-family: "Sora", sans-serif;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 4rem;
  letter-spacing: -2%;
}

.text-white {
  color: #FFFFFF;
}

.navbar {
  height: 5.6rem;
  padding-bottom: 2.4rem;
  padding-top: 2.4rem;
  box-sizing: content-box;
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 37.5em) {
  .navbar {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.navbar__container {
  display: flex;
  height: 100%;
  width: 128rem;
}
.navbar__logo {
  justify-content: start;
  flex: 1;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 1rem;
}
.navbar__menu {
  flex: 2;
  display: flex;
  gap: 3rem;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}
@media only screen and (max-width: 37.5em) {
  .navbar__menu {
    display: none;
  }
}
.navbar__resume {
  flex: 1;
  display: flex;
  justify-content: end;
}
.navbar__resume-button {
  height: 100%;
}

.footer {
  width: 100%;
  height: 10rem;
  background-color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 37.5em) {
  .footer {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.footer-container {
  width: 128rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer-logo {
  display: flex;
  justify-content: center;
  align-items: center;
}

.social-media {
  width: 32rem;
  height: 6.4rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.social-media-item-container {
  width: 5.6rem;
  height: 5.6rem;
  border: 0.25rem solid #000;
  border-radius: 0.5rem;
}
.social-media__link {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.social-media__icon-wrapper {
  width: 3.2rem;
  height: 3.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.social-media__icon {
  width: 50%;
  height: 50%;
}
.social-media__icon:hover {
  transform: translateY(-2px);
  fill: #4078c0;
}

.skill-card {
  width: 18.6rem;
  height: 18.6rem;
  display: flex;
  border: 0.25rem solid #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 2rem;
  border-radius: 0.5rem;
}
.skill-card-image {
  width: 5.6rem;
  height: 5.6rem;
}

.experience-card {
  width: 100%;
  height: 19.2rem;
  border: 0.1rem solid #71717a;
  border-radius: 0.5rem;
  padding: 3rem 2.4rem;
}
@media only screen and (max-width: 56.25em) {
  .experience-card {
    height: 25rem;
  }
}
@media only screen and (max-width: 37.5em) {
  .experience-card {
    height: 42.6rem;
  }
}
.experience-card-container {
  width: 100%;
  height: 100%;
  display: flex;
  gap: 1rem;
  flex-direction: column;
  justify-content: space-between;
}
.experience-card-image {
  height: 100%;
}
.experience-card-header {
  height: 3.2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}
@media only screen and (max-width: 37.5em) {
  .experience-card-header {
    flex-direction: column;
    align-items: flex-start;
  }
}
.experience-card-header-logo-container {
  height: 3.2rem;
  display: flex;
  gap: 1rem;
}
.experience-card-header-title {
  flex: 1;
}
.experience-card-header-time-working {
  justify-self: end;
}
.experience-card-header .heading-h4-semibold {
  color: #FFFFFF;
}
.experience-card-header .heading-h6-semibold {
  color: #d4d4d8;
}
.experience-card-body {
  display: flex;
  justify-content: center;
  height: 100%;
  flex-direction: column;
  color: #d4d4d8;
}

.project-card {
  width: 100%;
  height: 51.6rem;
  display: flex;
  gap: 3rem;
  flex-direction: row;
  justify-content: space-between;
}
@media only screen and (max-width: 56.25em) {
  .project-card {
    height: 60rem;
  }
}
@media only screen and (max-width: 37.5em) {
  .project-card {
    flex-direction: column;
    height: auto;
  }
}
.project-card-layout {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media only screen and (max-width: 37.5em) {
  .project-card-layout {
    width: 100%;
    height: auto;
    flex: none;
  }
}
@media only screen and (max-width: 37.5em) {
  .project-card-layout-image {
    order: 1;
  }
}
@media only screen and (max-width: 37.5em) {
  .project-card-layout-body {
    order: 2;
  }
}
.project-card-image {
  width: 100%;
  height: 39.7rem;
  background-size: cover;
  background-position: center;
  border-radius: 2rem;
  overflow: hidden;
}
.project-card-body {
  width: 58.2rem;
  height: 29.6rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media only screen and (max-width: 56.25em) {
  .project-card-body {
    height: 35rem;
  }
}
@media only screen and (max-width: 37.5em) {
  .project-card-body {
    width: 100%;
    height: auto;
    gap: 2rem;
  }
}

.label-default {
  width: 100%;
  height: 5.6rem;
  padding: 2.4rem;
  border: 0.1rem solid #000;
  border-radius: 0.5rem;
}
.label-default--text-area {
  height: 14rem;
  resize: none;
}
.label-default--error {
  border-color: #ef4444;
}

.button-medium-default {
  border: none;
  border-radius: 0.5rem;
  width: 17.3rem;
  height: 5.6rem;
  font-family: "Sora", sans-serif;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 2rem;
  letter-spacing: -2%;
  color: #FFFFFF;
  background-color: #000;
}

.success-message {
  top: 5rem;
  position: fixed;
  display: block;
  background-color: #4CAF50;
  color: #FFFFFF;
  padding: 1rem;
  margin-top: 1rem;
}
.success-message--hidden {
  display: none;
}

.contact-form {
  display: flex;
  height: 100%;
  width: 100%;
  flex-direction: column;
  justify-content: space-between;
}

.section {
  height: 100vh;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 37.5em) {
  .section {
    padding: 2rem;
  }
}
.section--hero {
  height: calc(100vh - 5.6rem - 4.8rem);
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 37.5em) {
  .section--hero {
    height: auto;
  }
}
.section--hero-container {
  width: 128rem;
  height: 65rem;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  position: relative;
}
@media only screen and (max-width: 37.5em) {
  .section--hero-container {
    width: 100%;
    height: 100%;
    justify-content: space-around;
  }
}
.section--hero-body-content {
  width: 68rem;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  align-self: start;
}
@media only screen and (max-width: 75em) {
  .section--hero-body-content {
    width: 65rem;
  }
}
@media only screen and (max-width: 56.25em) {
  .section--hero-body-content {
    width: 50rem;
  }
}
@media only screen and (max-width: 37.5em) {
  .section--hero-body-content {
    position: relative;
    order: 2;
    gap: 1rem;
    width: 100%;
  }
  .section--hero-body-content .display-text-regular {
    font-size: 3.2rem;
  }
  .section--hero-body-content .display-extra-bold {
    font-size: 3.2rem;
  }
  .section--hero-body-content .display-extra-bold-outlined {
    font-size: 3.2rem;
  }
}
.section--hero-text-content {
  width: 100%;
  height: 100%;
}
.section--hero-social-media {
  position: absolute;
  bottom: 0;
}
@media only screen and (max-width: 37.5em) {
  .section--hero-social-media {
    position: relative;
  }
}
.section--hero-man-design {
  position: absolute;
  right: 0;
}
.section--hero-man-design-image {
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 75em) {
  .section--hero-man-design {
    width: 80rem;
  }
}
@media only screen and (max-width: 56.25em) {
  .section--hero-man-design {
    width: 45rem;
  }
}
@media only screen and (max-width: 37.5em) {
  .section--hero-man-design {
    width: 100%;
    position: relative;
    order: 1;
  }
}
.section--skills {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 37.5em) {
  .section--skills {
    height: auto;
  }
}
.section--skills-container {
  width: 128rem;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  position: relative;
  gap: 4rem;
}
.section--skills-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, 18.6rem);
  grid-auto-rows: 18.6rem;
  width: 100%;
  column-gap: 8.65rem;
  row-gap: 5rem;
  justify-content: center;
}
@media only screen and (max-width: 37.5em) {
  .section--skills-grid {
    column-gap: 2rem;
    row-gap: 4rem;
  }
}
.section--experience {
  background-color: #000;
}
@media only screen and (max-width: 37.5em) {
  .section--experience {
    height: auto;
  }
}
.section--experience-container {
  width: 128rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  position: relative;
}
@media only screen and (max-width: 56.25em) {
  .section--experience-container {
    width: 90rem;
  }
}
@media only screen and (max-width: 37.5em) {
  .section--experience-container {
    width: 100%;
    height: auto;
  }
}
.section--experience-grid {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 4rem;
}
.section--experience .display-text-regular,
.section--experience .display-extra-bold {
  color: #FFFFFF;
}
@media only screen and (max-width: 37.5em) {
  .section--about-me {
    height: auto;
  }
}
.section--about-me-container {
  width: 128rem;
  height: 57.2rem;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  justify-items: center;
}
@media only screen and (max-width: 37.5em) {
  .section--about-me-container {
    flex-direction: column;
    height: auto;
    width: 100%;
    gap: 5rem;
  }
}
.section--about-me-design {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 37.5em) {
  .section--about-me-design {
    order: 1;
    width: 100%;
  }
}
.section--about-me-image {
  height: 100%;
}
@media only screen and (max-width: 56.25em) {
  .section--about-me-image {
    height: 50%;
  }
}
@media only screen and (max-width: 37.5em) {
  .section--about-me-image {
    width: 100%;
    height: auto;
  }
}
.section--about-me-body {
  width: 61rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
@media only screen and (max-width: 37.5em) {
  .section--about-me-body {
    order: 2;
    width: 100%;
    gap: 5rem;
  }
}
.section--about-me-body-text {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  gap: 1rem;
}
.section--projects {
  background-color: #000;
  height: auto;
  padding: 10rem 0;
}
@media only screen and (max-width: 37.5em) {
  .section--projects {
    padding: 0;
  }
}
.section--projects-container {
  padding: 2rem;
  width: 121.6rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 4rem;
}
@media only screen and (max-width: 75em) {
  .section--projects-container {
    width: 110rem;
  }
}
@media only screen and (max-width: 37.5em) {
  .section--projects-container {
    width: 100%;
    gap: 4rem;
  }
}
.section--projects-title {
  width: 100%;
  display: flex;
  justify-content: center;
}
.section--contact-me {
  height: calc(100vh - 10rem);
}
@media only screen and (max-width: 37.5em) {
  .section--contact-me {
    height: auto;
  }
}
.section--contact-me-container {
  width: 128rem;
  height: 48.4rem;
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 37.5em) {
  .section--contact-me-container {
    flex-direction: column;
    height: auto;
    gap: 4rem;
  }
}
.section--contact-me-title {
  height: 100%;
  display: flex;
  justify-content: center;
  gap: 2rem;
  width: 50%;
  flex-direction: column;
  order: 2;
}
@media only screen and (max-width: 37.5em) {
  .section--contact-me-title {
    width: 100%;
    gap: 2rem;
  }
  .section--contact-me-title .display-extra-bold {
    font-size: 4rem;
  }
  .section--contact-me-title .display-extra-bold-outlined {
    font-size: 4rem;
  }
}
.section--contact-me-form-container {
  height: 100%;
  width: 50rem;
}
@media only screen and (max-width: 56.25em) {
  .section--contact-me-form-container {
    width: 40rem;
  }
}
@media only screen and (max-width: 37.5em) {
  .section--contact-me-form-container {
    width: 100%;
    order: 1;
    gap: 4rem;
    height: 45rem;
  }
}

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