.home {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: var(--section-internal-gap);
  position: relative;
  width: 100%;
  height: 600px;
  background: linear-gradient(to left, #d7226a, var(--bs-body-bg) 60%);
  overflow: hidden;
  margin-top: -80px;
}
@media (max-width: 768px) {
  .home {
    background: linear-gradient(#d7226a, var(--bs-body-bg) 100%);
    height: 400px;
    padding-top: 24px;
    margin-top: -48px;
  }
}
.home .home-intro {
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 32px;
  padding: 48px;
}
@media (max-width: 768px) {
  .home .home-intro {
    padding: 0 24px;
    color: #fefefe;
  }
}
.home .home-intro .intro {
  display: flex;
  text-align: start;
  flex-direction: column;
  gap: 16px;
}
@media (max-width: 768px) {
  .home .home-intro .intro {
    text-align: center;
  }
}
.home .home-profile-photo {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.home .home-profile-photo img {
  height: 400px;
  width: 400px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 768px) {
  .home .home-profile-photo {
    position: absolute;
    top: 100px;
    left: 50%;
    transform: translateX(-50%);
  }
  .home .home-profile-photo img {
    display: none;
  }
}

.buttons {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.quote {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 16px;
}
.quote p {
  text-align: center;
  font-size: 24px;
}
.quote .quote-footer {
  text-align: center;
  color: #d8d8d8;
}

.offcanvas {
  --bs-offcanvas-width: 75vw;
  padding: 0;
  margin: 0;
}
.offcanvas-header {
  padding: 24px;
}
.offcanvas-body {
  padding: 24px;
}
.offcanvas-body .menu-nav {
  list-style-type: none;
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 0;
  font-size: 16px;
}
.offcanvas-body .menu-nav .active {
  color: #d7226a;
}
.offcanvas .social-icons {
  display: flex;
  gap: 8px;
  margin-top: 48px;
}

.header-right {
  display: flex;
  align-items: center;
  gap: 48px;
}
.header-right .nav-links {
  gap: 24px;
}
.header-right .nav-links .nav-link:hover {
  color: #d7226a;
}
.header-right .nav-links .active {
  color: #d7226a;
}

.about-me {
  display: flex;
  flex-direction: column;
  gap: var(--sections-gap);
  padding: 48px;
  padding-top: 0 !important;
}
@media (max-width: 768px) {
  .about-me {
    padding: 24px;
  }
}

.who-i-am {
  display: flex;
  justify-content: center;
  text-align: start;
  gap: 32px;
}
.who-i-am .home-profile-photo {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.who-i-am .home-profile-photo img {
  height: 400px;
  width: 400px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (min-width: 768px) {
  .who-i-am .home-profile-photo img {
    border-radius: 50%;
    border: 2px solid #d7226a;
  }
}
@media (max-width: 768px) {
  .who-i-am .home-profile-photo {
    position: absolute;
    top: 100px;
    left: 50%;
    transform: translateX(-50%);
  }
  .who-i-am .home-profile-photo img {
    display: none;
  }
}
@media (max-width: 768px) {
  .who-i-am {
    gap: 16px;
  }
}
.who-i-am .presentation {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 32px;
  padding: 0 0;
}
@media (max-width: 768px) {
  .who-i-am .presentation {
    padding: 0;
    gap: 24px;
  }
}
.who-i-am .presentation img {
  max-width: 500px;
  height: auto;
}
.who-i-am .presentation p {
  align-content: center;
}
.who-i-am .presentation .text {
  display: flex;
  flex-direction: column;
  gap: 16px;
  max-width: 400px;
}
.who-i-am .presentation .text strong {
  color: #d7226a;
}

.skills {
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media (max-width: 768px) {
  .skills {
    gap: 16px;
  }
}
.skills .skills {
  display: flex;
  flex-direction: column;
  gap: 48px;
  justify-content: space-between;
}
.skills .skills .skills-card {
  max-width: 600px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: var(--section-internal-gap);
}
.skills .skills .skills-card p {
  height: -moz-fit-content;
  height: fit-content;
  text-align: center;
}
.skills .skills .skills-card .skill {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 150px;
  gap: 16px;
  padding: 24px;
}
.skills .skills .skills-card .skill .lucide {
  padding: 0;
  color: #d7226a;
}
.skills .skills .hard-skills,
.skills .skills .soft-skills {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: var(--section-internal-gap);
}

.interests {
  display: flex;
  gap: 32px;
  flex-direction: column;
  text-align: center;
}
.interests .cards {
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}

.card {
  display: flex;
  align-items: center;
  max-width: 296px;
  border: transparent;
  text-align: center;
  padding: 24px;
  gap: 16px;
  color: var(#fefefe) .card -title;
  color-margin: 0;
}
.card .lucide {
  padding: 0;
  color: #4643e6;
}

.contact-me {
  display: flex;
  text-align: left;
  flex-direction: column;
  gap: var(--sections-gap);
}
@media (max-width: 768px) {
  .contact-me {
    padding: 24px;
    padding-top: 0;
  }
}

.form-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 48px;
  align-items: center;
  justify-content: center;
  padding: 0;
}
.form-cta img {
  width: auto;
  max-width: 800px;
  padding-bottom: 32px;
}

.cta {
  justify-self: flex-end;
  text-align: center;
}
.cta .lucide {
  width: 80px;
  height: auto;
  margin-bottom: 16px;
  color: #4643e6;
}
.cta strong {
  color: #4643e6;
}

.container-form {
  border: solid 2px;
  border-color: #d8d8d8;
  border-radius: 10px;
  padding: 24px;
  max-width: 500px;
}

.form {
  max-width: 500px;
  text-align: left;
}
.form.was-validated :invalid ~ .feedback-wrapper .invalid-feedback {
  display: block;
}
.form .feedback-wrapper {
  height: 21px;
  margin-top: 0.25rem;
}
.form .form-label {
  color: var(--bs-body-color);
}
.form h1 {
  padding-bottom: 24px;
}

.d-grid {
  gap: 16px;
}

.form-control {
  border-radius: 0;
}

.custom-input {
  border: none;
  border-bottom: 2px solid #d8d8d8;
  background-color: transparent;
  outline: none;
  color: #fefefe;
  font-size: 16px;
  padding: 5px 0;
}
.custom-input:focus {
  background-color: transparent;
  border-bottom: 2px solid #d7226a;
  box-shadow: none;
}
.custom-input::-moz-placeholder {
  color: #d8d8d8;
}
.custom-input::placeholder {
  color: #d8d8d8;
}
.custom-input:-moz-placeholder + label {
  position: absolute;
  top: 10px;
  left: 0;
  font-size: 16px;
  color: #d8d8d8;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.custom-input:placeholder-shown + label {
  position: absolute;
  top: 10px;
  left: 0;
  font-size: 16px;
  color: #d8d8d8;
  transition: all 0.2s ease;
}
.custom-input:not(:-moz-placeholder) + label {
  top: -10px;
  font-size: 12px;
  color: #d7226a;
}
.custom-input:focus + label, .custom-input:not(:placeholder-shown) + label {
  top: -10px;
  font-size: 12px;
  color: #d7226a;
}

label {
  position: relative;
  transition: all 0.2s ease;
  color: #fefefe;
  pointer-events: none;
}

.portfolio {
  display: flex;
  text-align: left;
  flex-direction: column;
  gap: var(--sections-gap);
  max-width: 100svw;
  padding: 48px;
  padding-top: 0 !important;
}
@media (max-width: 768px) {
  .portfolio {
    padding: 24px;
  }
}
.portfolio nav {
  width: 100%;
  overflow-x: auto;
  padding-bottom: 8px;
}
.portfolio nav .nav {
  flex-wrap: nowrap;
  gap: 24px;
}
.portfolio nav .nav .nav-link {
  font-weight: 500;
  color: var(--bs-body-color);
  white-space: nowrap;
  padding: 4px 0;
}
.portfolio nav .nav .nav-link.active {
  color: #d7226a;
  border-bottom: 2px solid #d7226a;
}

.logo {
  width: 200px;
  height: auto;
}

.logo-s2iu {
  background: #0f0f0f;
  border: none;
  padding: 16px;
  max-width: 270px;
  border-radius: 5px;
}

.projects {
  align-items: center;
  gap: 48px;
  display: flex;
  flex-direction: column;
  text-align: left;
}
@media (max-width: 768px) {
  .projects {
    gap: 24px;
  }
}
.projects .project {
  max-width: 1030px;
  padding: 0;
  display: flex;
  flex-direction: column;
}
.projects .project .project-content {
  display: flex;
  flex-direction: column;
  gap: var(--section-internal-gap);
}
.projects .project .project-content .project-description {
  display: flex;
  flex-direction: column;
}
.projects .project .project-content .project-description p {
  margin-top: 1rem;
}
.projects .project .project-content .cover-container {
  position: relative;
  max-width: 500px;
  height: -moz-fit-content;
  height: fit-content;
}
@media (max-width: 768px) {
  .projects .project .project-content .cover-container {
    order: -1;
  }
}
.projects .project .project-content .cover-container .cover {
  border: solid 2px #d8d8d8;
  border-radius: 10px;
  height: auto;
  max-width: 100%;
}
.projects .project .project-content .cover-container .cover-overlay {
  display: flex;
  justify-content: center;
  align-items: center;
  transition: background-color 0.2s;
  border-radius: 10px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.projects .project .project-content .cover-container .cover-overlay .btn {
  opacity: 0;
  transition: opacity 0.2s;
}
.projects .project .project-content .cover-container .cover-overlay:hover {
  background-color: rgba(0, 0, 0, 0.5);
}
.projects .project .project-content .cover-container .cover-overlay:hover .btn {
  opacity: 1;
}

.cv {
  display: flex;
  flex-direction: column;
  gap: var(--sections-gap);
  text-align: left;
}
.cv .cv-item {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.cv .cv-item .cv-subitem {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.cv i {
  font-size: 14px;
}
.cv h4 {
  color: #d7226a;
}

body {
  --bs-body-bg: #0f0f0f;
  --bs-body-color: #fefefe;
  --sections-gap: 24px;
  --section-internal-gap: 16px;
  font-size: 16px;
  font-family: "Poppins";
  font-weight: 400;
  display: flex;
  flex-direction: column;
  padding-top: 0;
}
@media (min-width: 768px) {
  body {
    --sections-gap: 64px;
    --section-internal-gap: 24px;
  }
}
body .logo-black {
  display: none;
}
body.light {
  --bs-body-bg: #fefefe;
  --bs-body-color: #0f0f0f;
}
body.light .logo-white {
  display: none;
}
body.light .logo-black {
  display: unset;
}

header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: sticky;
  top: 0;
  background-color: var(--bs-body-bg);
  z-index: 2;
  padding-top: 24px;
  padding-bottom: 24px;
  padding-left: 64px;
  padding-right: 64px;
}
@media (max-width: 768px) {
  header {
    padding-left: 24px;
    padding-right: 24px;
  }
}

main {
  display: flex;
  text-align: center;
  align-items: center;
  flex-direction: column;
  gap: var(--sections-gap);
  flex-grow: 1;
  padding-top: 80px;
  padding-bottom: 80px;
}
@media (max-width: 768px) {
  main {
    padding-top: 48px;
    padding-bottom: 48px;
  }
}

footer {
  padding-bottom: 80px;
  padding-top: 80px;
  text-align: center;
}
footer small {
  color: #d8d8d8;
}
@media (max-width: 768px) {
  footer {
    padding-bottom: 48px;
    padding-top: 48px;
  }
}

.logo-white,
.logo-black {
  height: 36px;
  width: 36px;
}

.btn {
  border-radius: 20px;
  padding: 8px 24px;
  font-family: "Poppins";
  font-size: 16px;
  border: solid 2px #d7226a;
}
.btn-primary {
  background-color: #d7226a;
  color: #fefefe;
  --bs-btn-hover-bg: #8a1846;
  --bs-btn-hover-border-color: #8a1846;
  --bs-btn-active-bg: #d7226a;
  --bs-btn-active-border-color: #8a1846;
}
.btn-outline-primary {
  background-color: transparent;
  color: #d7226a;
  --bs-btn-hover-bg: transparent;
  --bs-btn-hover-color: #8a1846;
  --bs-btn-hover-border-color: #8a1846;
  --bs-btn-active-bg: transparent;
  --bs-btn-active-color: #d7226a;
  --bs-btn-active-border-color: #8a1846;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4 {
  font-weight: 700;
  font-family: "DM Sans";
  margin-bottom: 0;
}

h1,
.h1 {
  font-size: 48px;
}

h2,
.h2 {
  font-size: 32px;
}

h3,
.h3 {
  font-size: 24px;
  font-weight: 400;
}

h4,
.h4 {
  font-size: 20px;
  font-weight: 400;
}

a {
  color: var(--bs-body-color);
  text-decoration: none;
}

p {
  margin: 0;
}

.lucide {
  stroke-width: 1;
  width: 48px;
  height: 48px;
  color: var(--bs-body-color);
  padding: 8px;
}
.lucide:hover {
  color: #4643e6;
}

.sun-btn,
.moon-btn {
  cursor: pointer;
}/*# sourceMappingURL=main.css.map */