/*!***************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./sass/main.scss ***!
  \***************************************************************************************************************************************************************************************************************************************/
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: inherit;
}

html {
  font-size: 62.5%;
  overflow-x: hidden;
  /* Medium desktops and laptops (between 992px and 1199px) */
  /* Tablets and smaller laptops (between 768px and 991px) */
}
@media only screen and (max-width: 74.9375em) {
  html {
    font-size: 56.25%;
  }
}
@media only screen and (max-width: 61.9375em) {
  html {
    font-size: 50%;
  }
}

body {
  box-sizing: border-box;
  overflow-x: hidden;
}

.grid-container {
  display: grid;
  grid-template-rows: repeat(8, min-content);
  grid-template-columns: [full-start] minmax(6rem, 1fr) [center-start] repeat(8, [col-start] minmax(min-content, 14.25rem) [col-end]) [center-end] minmax(6rem, 1fr) [full-end];
  /* Tablets and smaller laptops (between 768px and 991px) */
}
@media only screen and (max-width: 61.9375em) {
  .grid-container {
    grid-template-rows: repeat(8, min-content);
    grid-template-columns: [full-start] minmax(2rem, 1fr) [center-start] repeat(8, [col-start] minmax(min-content, 14rem) [col-end]) [center-end] minmax(2rem, 1fr) [full-end];
  }
}

body {
  font-family: "Sora", sans-serif;
  color: #000000;
  font-weight: 300;
  line-height: 1.6;
}

.btn-text, .display-text, .heading-6, .heading-5, .heading-4, .heading-3, .heading-2, .heading-1 {
  font-family: "Sora", sans-serif;
  font-weight: 400;
}

.font-bold {
  font-weight: 700;
}

.heading-1 {
  font-size: 3.6rem;
  line-height: 1.3;
  letter-spacing: -0.72px;
}

.heading-2 {
  font-size: 3.2rem;
  line-height: 1.25;
  letter-spacing: -0.64px;
}

.heading-3 {
  font-size: 2.8rem;
  line-height: 1.12;
  letter-spacing: -0.56px;
}
.heading-3--sbold {
  font-weight: 700;
}

.heading-4 {
  font-size: 2.4rem;
  line-height: 1.17;
  letter-spacing: -0.48px;
  /* Mobile large (max width 425px) */
}
@media only screen and (max-width: 26.5625em) {
  .heading-4 {
    font-size: 2rem;
  }
}

.heading-5 {
  font-size: 2rem;
  line-height: 1.2;
  letter-spacing: -0.4px;
}

.heading-6 {
  font-size: 1.6rem;
  line-height: 1.25;
  letter-spacing: -0.32px;
}

.display-text {
  font-size: 3.8rem;
  line-height: 1.16;
  letter-spacing: -0.96px;
  word-spacing: 3px;
  /* Mobile portrait (max width 575px) */
  /* Mobile large (max width 425px) */
  /* Mobile medium (max width 375px) */
}
.display-text--outlined {
  -webkit-text-stroke: 4px #000000;
  color: #ffffff;
  paint-order: stroke fill;
  font-weight: 900;
}
.display-text--white {
  color: #ffffff;
}
@media only screen and (max-width: 35.9375em) {
  .display-text {
    font-size: 4rem;
  }
}
@media only screen and (max-width: 26.5625em) {
  .display-text {
    font-size: 3.5rem;
  }
}
@media only screen and (max-width: 23.4375em) {
  .display-text {
    font-size: 3rem;
  }
}

.paragraph--2 {
  font-size: 1.6rem;
  line-height: 1.25;
  color: #71717a;
}

.btn-text {
  font-size: 2rem;
  line-height: 1.2;
  letter-spacing: -0.4px;
}

.text-center {
  text-align: center;
}

.margin-bottom-lg {
  margin-bottom: 5rem;
}

.margin-bottom-md {
  margin-bottom: 3rem;
}

.mr-auto {
  margin-right: auto;
}

.font-color__zinc-300 {
  color: #d4d4d8;
}

.font-color__zinc-500 {
  color: #71717a;
}

.text-white {
  color: #ffffff;
}

.text-bold {
  font-weight: 700;
}

.text-xbold {
  font-weight: 800;
}

.text-justify {
  text-align: justify;
}

.break-word {
  word-break: break-word;
}

.btn {
  background-color: #000000;
  border: none;
  outline: 2px solid #000000;
  border-radius: 3px;
  color: #ffffff;
  padding: 0.8rem 1rem;
  transition: all 0.3s;
  cursor: pointer;
}
.btn:hover {
  background-color: #404040;
}
.btn:active {
  background-color: #ffffff;
  color: #000000;
}
.btn:active > .btn__link {
  color: #000000;
}
.btn:active > .btn-icon, .btnsvg, .btnpath {
  fill: #000000;
}
.btn__link {
  text-decoration: none;
  color: #ffffff;
  display: inline-block;
  margin-right: 4px;
}
.btn-icon {
  height: 2rem;
  width: 2rem;
  display: inline-block;
  fill: #ffffff;
}

/* Form container */
.wpcf7 {
  width: 100%;
  border-radius: 0.8rem;
  /* Text inputs and textareas */
  /* Textarea specific */
  /* Submit button */
  /* Validation and errors */
}
.wpcf7-form {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 1.5rem;
}
.wpcf7-form-control {
  width: 100%;
  padding: 10px;
  border: 1.4px solid #000000;
  border-radius: 4px;
  font-family: inherit;
}
.wpcf7-form-control:not(:last-child) {
  width: unset;
}
.wpcf7-form-control-wrap {
  display: flex;
  flex-direction: column;
}
.wpcf7-text, .wpcf7-textarea, .wpcf7-select {
  background: #ffffff;
  transition: all 0.3s;
  font-size: 1.6rem;
}
.wpcf7-text:hover, .wpcf7-textarea:hover, .wpcf7-select:hover {
  background: #f4f4f5;
}
.wpcf7-text:focus, .wpcf7-textarea:focus, .wpcf7-select:focus {
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.2);
  outline: none;
  background: #f4f4f5;
}
.wpcf7-textarea {
  height: 14rem;
}
.wpcf7-submit {
  background: #000000;
  color: white;
  border: none;
  font-size: 1.6rem;
  cursor: pointer;
  transition: background 0.3s;
}
.wpcf7-submit:hover {
  background: #ffffff;
  color: #000000;
  outline: 1px solid #000000;
}
.wpcf7-not-valid-tip {
  color: #ef4444;
  font-size: 1.6rem;
}
.wpcf7-response-output {
  padding: 1rem;
  margin: 0;
  margin: unset !important;
  border-radius: 4px;
}
.wpcf7 form.invalid .wpcf7-response-output {
  border-color: #ef4444;
}
.wpcf7 form.sent .wpcf7-response-output {
  border-color: #000000;
}
.wpcf7-mail-sent-ok {
  border: 2px solid #000000;
  background: #ffffff;
}
.wpcf7-validation-errors {
  border: 2px solid #ef4444;
  background: #ffffff;
}
.wpcf7-mail-sent-ng {
  border: 2px solid #ef4444;
  background: #ffffff;
}
.wpcf7-spinner {
  display: block;
}

.social-icon {
  height: 2rem;
  width: 2rem;
  margin-top: 3rem;
  padding: 1rem;
  border: 2px solid #000000;
  border-radius: 4px;
  box-sizing: content-box;
  transition: all 0.2s;
}
.social-icon:hover {
  background-color: black;
  fill: #ffffff;
}

.title-icon {
  fill: #ffffff;
  max-height: 3rem;
  max-width: 3rem;
  margin-right: 2.5rem;
  /* Mobile portrait (max width 575px) */
}
@media only screen and (max-width: 35.9375em) {
  .title-icon {
    margin-right: 2rem;
  }
}

.icon__new-tab {
  fill: #ffffff;
  max-height: 2rem;
  max-width: 2rem;
}

.site-logo__url--white, .site-logo__url--black {
  text-decoration: none;
  font-weight: bold;
}

.site-logo {
  z-index: 100;
  font-size: 3rem;
}
.site-logo__url--black {
  color: #000000;
}
.site-logo__url--white {
  color: #ffffff;
}

.skill-card__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 2px solid #000000;
  border-radius: 4px;
  max-width: 25rem;
  min-width: 100%;
  min-height: 18rem;
  padding: 1rem;
  gap: 1.5rem;
  transition: background-color 0.2s, fill 0.2s, color 0.2s;
}
.skill-card__item svg, .skill-card__item path {
  width: 5.6rem;
  height: 5.6rem;
  fill: #000000;
}
.skill-card__item:hover {
  background-color: #000000;
}
.skill-card__item:hover svg > path {
  fill: #ffffff;
}
.skill-card__item:hover h5 {
  color: #ffffff;
}
@media only screen and (max-width: 20em) {
  .skill-card__item {
    min-height: 15rem;
  }
}

.icon-link {
  display: block;
}

.link {
  text-decoration: none;
  color: #ffffff;
  display: inline-block;
  transition: color 0.2s;
}
.link:hover {
  color: #d4d4d8;
}

.site-header {
  grid-column: full-start/full-end;
  display: grid;
  grid-template-columns: subgrid;
  padding: 1rem 0;
  background-color: #ffffff;
  transition: all ease-in 0.3s;
}
.site-header::after {
  content: "";
  position: absolute;
  height: 2px;
  width: 0;
  left: 50%;
  background-color: white;
  bottom: 0;
  transition: all ease-in-out 0.3s;
}
.site-header.sticky {
  grid-template-columns: minmax(6rem, 1fr) repeat(8, minmax(min-content, 14.25rem)) minmax(6rem, 1fr);
  background: rgba(255, 255, 255, 0.9);
  -webkit-backdrop-filter: blur(1.5px);
          backdrop-filter: blur(1.5px);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  /* Tablets and smaller laptops (between 768px and 991px) */
}
.site-header.sticky::after {
  width: 100%;
  left: 0;
  background-color: #000000;
}
.site-header.sticky .site-header__container {
  grid-column: 2/-2;
}
@media only screen and (max-width: 61.9375em) {
  .site-header.sticky {
    grid-template-columns: minmax(2rem, 1fr) repeat(8, minmax(min-content, 14.25rem)) minmax(2rem, 1fr);
  }
}
.site-header__container {
  grid-column: center-start/center-end;
  display: flex;
  align-items: center;
}
.site-header__main-nav {
  /* Tablets and smaller laptops (between 768px and 991px) */
}
@media only screen and (max-width: 61.9375em) {
  .site-header__main-nav {
    align-self: stretch;
  }
}
.site-header__main-nav ul {
  display: flex;
  gap: 2.5rem;
  /* Tablets and smaller laptops (between 768px and 991px) */
}
@media only screen and (max-width: 61.9375em) {
  .site-header__main-nav ul {
    flex-direction: column;
    gap: 1rem;
    align-items: center;
  }
}
.site-header__main-nav li {
  list-style: none;
}
.site-header__main-nav .menu-link {
  font-weight: 600;
  color: #000000;
  text-decoration: none;
  transition: color 0.3s;
  /* Tablets and smaller laptops (between 768px and 991px) */
  /* Tablets and smaller laptops (between 768px and 991px) */
}
.site-header__main-nav .menu-link.active {
  color: #71717a;
}
.site-header__main-nav .menu-link:hover {
  color: #71717a;
}
@media only screen and (max-width: 61.9375em) {
  .site-header__main-nav .menu-link {
    font-size: 2.5rem;
  }
}
@media only screen and (max-width: 61.9375em) {
  .site-header__main-nav .menu-link {
    padding: 1rem 0;
    display: block;
  }
}
.site-header__btn {
  /* Tablets and smaller laptops (between 768px and 991px) */
}
@media only screen and (max-width: 61.9375em) {
  .site-header__btn {
    font-size: 2.5rem;
  }
}
.site-header__menu-trigger {
  font-size: 2rem;
  visibility: hidden;
  z-index: 100;
  /* Tablets and smaller laptops (between 768px and 991px) */
}
@media only screen and (max-width: 61.9375em) {
  .site-header__menu-trigger {
    visibility: visible;
    font-size: 3.5rem;
  }
}
.site-header__menu {
  display: flex;
  align-items: center;
  gap: 3.4rem;
  transition: opacity 0.3s ease-out, visibility 0.3s ease-out, transform 0.3s ease-out;
  /* Tablets and smaller laptops (between 768px and 991px) */
}
@media only screen and (max-width: 61.9375em) {
  .site-header__menu {
    visibility: hidden;
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(1.5px);
    -webkit-backdrop-filter: blur(1.5px);
    position: absolute;
    transform: translateY(-10%);
    top: 0;
    right: 0;
    left: 0;
    padding: 6rem 0 6rem 0;
    flex-direction: column;
    align-items: center;
    opacity: 0;
    box-shadow: 0 4px 5px rgba(0, 0, 0, 0.1);
  }
}
.site-header__menu--active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  z-index: 10;
}

.site-footer {
  grid-column: full-start/full-end;
  display: grid;
  grid-template-columns: subgrid;
  background-color: #000000;
}
.site-footer__container {
  grid-column: center-start/center-end;
  padding: 2rem 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 20em) {
  .site-footer__container {
    flex-direction: column;
    align-items: center;
    gap: 1rem;
  }
}

.section-hero {
  grid-column: center-start/center-end;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(20rem, 1fr));
  padding-top: 4rem;
  min-height: 85vh;
  place-items: center;
  /* Mobile landscape (between 576px and 767px) */
}
@media only screen and (max-width: 47.9375em) {
  .section-hero {
    grid-template-columns: 1fr;
    row-gap: 3rem;
  }
}
.section-hero__content-box {
  flex: 1;
  display: flex;
  gap: 2rem;
  flex-direction: column;
  justify-content: flex-end;
  /* Mobile landscape (between 576px and 767px) */
}
@media only screen and (max-width: 47.9375em) {
  .section-hero__content-box {
    order: 2;
  }
}
.section-hero__text-box {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  /* Mobile landscape (between 576px and 767px) */
}
@media only screen and (max-width: 47.9375em) {
  .section-hero__text-box {
    align-items: center;
    text-align: center;
  }
}
.section-hero__about-txt {
  /* Mobile landscape (between 576px and 767px) */
}
@media only screen and (max-width: 47.9375em) {
  .section-hero__about-txt {
    text-align: center;
  }
}
.section-hero__icon-box {
  display: flex;
  flex-direction: row;
  gap: 2rem;
  /* Mobile landscape (between 576px and 767px) */
}
@media only screen and (max-width: 47.9375em) {
  .section-hero__icon-box {
    justify-content: center;
  }
}
.section-hero__image-box {
  display: flex;
  flex: 1;
  flex-direction: column;
  /* Mobile landscape (between 576px and 767px) */
}
@media only screen and (max-width: 47.9375em) {
  .section-hero__image-box {
    order: 1;
  }
}
.section-hero__image {
  max-width: 100%;
  height: auto;
  display: block;
  /* Medium desktops and laptops (between 992px and 1199px) */
  /* Mobile landscape (between 576px and 767px) */
  /* Mobile portrait (max width 575px) */
}
@media only screen and (max-width: 74.9375em) {
  .section-hero__image {
    height: 100%;
  }
}
@media only screen and (max-width: 47.9375em) {
  .section-hero__image {
    height: auto;
    align-self: center;
    max-width: 80%;
  }
}
@media only screen and (max-width: 35.9375em) {
  .section-hero__image {
    max-width: 100%;
  }
}
@media only screen and (max-width: 20em) {
  .section-hero__image {
    max-width: 100%;
  }
}

.section-skills {
  grid-column: center-start/center-end;
  padding: 8rem 0;
}
.section-skills__content-box {
  display: grid;
  gap: 2rem 2rem;
  grid-template-columns: repeat(auto-fit, minmax(20rem, 1fr));
  justify-items: center;
  /* Mobile medium (max width 375px) */
}
@media only screen and (max-width: 23.4375em) {
  .section-skills__content-box {
    grid-template-columns: repeat(auto-fit, minmax(15rem, 1fr));
    gap: 1rem 1rem;
  }
}

.section-exp {
  grid-column: full-start/full-end;
  padding: 6rem 0;
  background-color: #000000;
  color: #ffffff;
  display: grid;
  grid-template-columns: subgrid;
}
.section-exp__content-box {
  grid-column: center-start/center-end;
  padding: 1.4rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 3rem;
}
@media only screen and (max-width: 20em) {
  .section-exp__content-box {
    padding: 0;
  }
}
.section-exp__content-box--item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1.5rem;
  border: 1px solid #71717a;
  padding: 1.4rem;
  border-radius: 1rem;
  transition: all 0.3s;
}
.section-exp__content-box--item:hover {
  background-color: #27272a;
}
.section-exp__title-box {
  display: flex;
  gap: 2rem;
  justify-content: space-between;
  align-items: center;
  font-weight: 600;
  flex-wrap: wrap;
}
.section-exp__title-wrapper {
  display: flex;
  align-items: center;
}

.section-about {
  grid-column: center-start/center-end;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  padding: 6rem 0;
  /* Mobile landscape (between 576px and 767px) */
}
@media only screen and (max-width: 47.9375em) {
  .section-about {
    grid-template-columns: 1fr;
  }
}
.section-about__img {
  max-width: 80%;
  height: auto;
  display: block;
  margin: 0 auto;
  /* Mobile landscape (between 576px and 767px) */
  /* Mobile portrait (max width 575px) */
}
@media only screen and (max-width: 47.9375em) {
  .section-about__img {
    width: 60%;
  }
}
@media only screen and (max-width: 35.9375em) {
  .section-about__img {
    width: 100%;
  }
}
@media only screen and (max-width: 20em) {
  .section-about__img {
    width: 100%;
  }
}
.section-about__content-box {
  padding-top: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  /* Mobile landscape (between 576px and 767px) */
}
@media only screen and (max-width: 47.9375em) {
  .section-about__content-box {
    align-items: center;
    text-align: center;
  }
}
.section-about__content {
  display: flex;
  flex-direction: column;
  justify-content: end;
  gap: 1.5rem;
}

.section-projects {
  grid-column: full-start/full-end;
  background-color: #000000;
  padding: 6rem 0;
  display: grid;
  grid-template-columns: subgrid;
}
.section-projects__content-box {
  grid-column: center-start/center-end;
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
.section-projects__item {
  display: flex;
  gap: 4rem;
  /* Mobile landscape (between 576px and 767px) */
}
.section-projects__item--img-box {
  flex: 1;
  padding: 2rem;
  /* Mobile landscape (between 576px and 767px) */
}
.section-projects__item--img-box img {
  max-width: 100%;
  max-height: auto;
  border-radius: 1rem;
}
@media only screen and (max-width: 47.9375em) {
  .section-projects__item--img-box {
    padding: 0;
  }
}
.section-projects__item--content {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1rem;
  align-items: start;
}
@media only screen and (max-width: 47.9375em) {
  .section-projects__item {
    flex-direction: column;
    gap: 2rem;
  }
}
.section-projects__item:nth-child(odd) .section-projects__item--img-box {
  order: 2;
  /* Mobile landscape (between 576px and 767px) */
}
@media only screen and (max-width: 47.9375em) {
  .section-projects__item:nth-child(odd) .section-projects__item--img-box {
    order: unset;
  }
}
.section-projects__item:nth-child(odd) .section-projects__item-content {
  order: 1;
}

.section-form {
  grid-column: center-start/center-end;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(25rem, 1fr));
  -moz-column-gap: 6rem;
       column-gap: 6rem;
  padding: 6rem 0;
  /* Mobile landscape (between 576px and 767px) */
}
@media only screen and (max-width: 47.9375em) {
  .section-form {
    grid-template-columns: 1fr;
    row-gap: 4rem;
  }
}
.section-form__box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  /* Mobile landscape (between 576px and 767px) */
}
@media only screen and (max-width: 47.9375em) {
  .section-form__box {
    order: 2;
  }
}
.section-form__content-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1.5rem;
}
.section-form__email {
  display: block;
  margin-bottom: 1rem;
}
.section-form__number {
  display: block;
}

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