* {
  margin: 0;
  box-sizing: border-box;
  button {
    cursor: pointer;
  }
}

html {
  scroll-behavior: smooth;
}

@font-face {
  font-family: "Anta";
  src: url("./assets/fonts/Anta/Anta-Regular.ttf") format("truetype");
}

@font-face {
  font-family: "Splash";
  src: url("./assets/fonts/Splash/Splash-Regular.ttf") format("truetype");
}

@font-face {
  font-family: "Syne";
  src: url(./assets/fonts/Syne/Syne-VariableFont_wght.ttf);
}

@font-face {
  font-family: "Mea_Culpa";
  src: url(./assets/fonts/Mea_Culpa/MeaCulpa-Regular.ttf);
}

@font-face {
  font-family: "Great_Vipes";
  src: url(./assets/fonts/Great_Vibes/GreatVibes-Regular.ttf);
}

@font-face {
  font-family: "Imperial_Script";
  src: url(./assets/fonts/Imperial_Script/ImperialScript-Regular.ttf);
}

.d_none {
  display: none;
}

body {
  background-color: rgb(38, 46, 52);
  font-family: "Anta";
  display: flex;
  flex-direction: column;
  justify-content: center;
}

#why-me,
#skills,
#projects,
#contact {
  scroll-margin-top: 120px;
}

.content {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}

.content-contact {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
}

.hero {
  display: flex;
  padding-top: 100px;
  height: calc(100vh - 100px);
}

.hero-image {
  flex: 1;
  height: 100%;
}

.hero-content {
  height: 100%;
  padding-top: 100px;
}

.bg-shape-background {
  background-image: url("./assets/img/background/bg-shape.png");
  object-fit: contain;
  background-repeat: no-repeat;
  height: 680px;
  width: 100%;
  margin-top: 70px;
  background-position: bottom;
  display: flex;
  justify-content: center;
  align-items: center;
}

.bg-shape-background:hover {
  background-image: url("./assets/img/background/bg-shape-hover.png");
  z-index: 2;
}

.personal-photo {
  height: 100%;
  bottom: 0;
  left: 50px;
  object-fit: cover;
}

.personal-social-media {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  gap: 250px;
  color: white;
}

.personal-social-media span {
  color: rgb(112, 152, 175);
}

.social-media-icon {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.hero-github:hover .hero-github-img {
  content: url("./assets/img/icons/git-hover-hero.png");
}

.hero-mail:hover .hero-mail-img {
  content: url("./assets/img/icons/mail-hover-hero.png");
}

.hero-linkedin:hover .hero-linkedin-img {
  content: url("./assets/img/icons/linked-hover-hero.png");
}

.hero-title {
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex: 1;
}

.hero-title-main {
  font-size: 72px;
  font-weight: 100;
}

.hero-subtitle {
  font-size: 36px;
  letter-spacing: 3px;
  font-weight: 300;
  margin-top: -10px;
}

.hero-arrow-down {
  display: flex;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-top: 150px;
}

.arrow-img {
  transition: opacity 0.2s ease;
}

.arrow-img:hover {
  content: url("./assets/img/icons/arrow-down-hover.png");
  height: 100%;
}

.logo-name {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.logo-title {
  font-family: Great_Vipes;
  color: rgb(137, 188, 217);
  font-size: 50px;
  font-weight: 100;
}

.nav {
  background-color: rgb(137, 188, 217);
  height: 100px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: sticky;
  top: 0;
  z-index: 1;
}

nav a {
  color: rgb(38, 46, 52);
  text-decoration: none;
}

nav h2 {
  font-family: Great_Vipes;
  color: rgb(38, 46, 52);
  font-size: 40px;
  font-weight: 100;
}

.nav-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.nav-links {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 100px;
  font-size: 30px;
}

.nav-lang {
  display: flex;
  gap: 30px;
}

.nav-lang-option {
  color: rgb(38, 46, 52);
  text-decoration: none;
}

.nav-link.active {
  background-image: url("./assets/img/background/nav-bg-shape.png"); /* dein Figma-Export */
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  color: #fff; /* weiße Schrift */
}

.nav-lang-option.active {
  background-image: url("./assets/img/background/nav-bg-shape.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  color: #fff;
}

.why-me {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 80px 0;
  color: white;
}

.why-me-title {
  font-size: 64px;
  color: rgb(137, 188, 217);
  margin-bottom: 40px;
}

.why-me-content {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 100px;
}

.why-me-location {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: 32px;
}

.bg-location {
  background-image: url("./assets/img/icons/bg-location-icon.png");
  width: 60px;
  height: 60px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.why-me-text {
  max-width: 500px;
}

.why-me-question {
  margin-bottom: 10px;
  font-size: 28px;
}

.why-me-answer {
  line-height: 1.5;
}

.why-me-cta {
  margin-top: 40px;
  padding: 12px 32px;
  background-color: rgb(36, 46, 52);
  color: rgb(137, 188, 217);
  border: 1px solid rgb(137, 188, 217);
  text-decoration: none;
  font-weight: bold;
  border-radius: 50px;
  align-self: flex-end;
}

.my-skills {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 80px 20px;
}

.skill-title {
  font-size: clamp(32px, 5vw, 64px);
  color: rgb(137, 188, 217);
  margin-bottom: 40px;
}

.skill-container {
  display: flex;
  width: 100%;
  gap: 100px;
}

.skill-icons {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  width: 70%;
  justify-items: center;
}

.skill-icons img {
  width: 100px;
  height: 100px;
  object-fit: contain;
}

.to-learn-skills {
  background-image: url(./assets/img/icons/bg-skills.png);
  background-repeat: no-repeat;
  background-size: contain;
  padding: 60px 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 12px;
  transition: background-image 0.3s ease;
  flex: 0 0 320px;
}

.to-learn-skills:hover {
  background-image: url(./assets/img/icons/bg-hover-skills.png);
}

.learn-title {
  color: white;
}

.learn-text {
  color: white;
}

.projects {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.projects-title {
  font-size: clamp(32px, 5vw, 64px);
  color: rgb(137, 188, 217);
  margin-bottom: 40px;
  text-align: center;
}

.projects-layout {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: 20px;
}

.projects-selector {
  display: flex;
  gap: 20px;
}

.projects-selector-btn {
  background-color: rgb(38, 46, 52);
  color: rgb(137, 188, 217);
  border: none;
  height: 80px;
  font-size: 28px;
  padding: 10px 20px;
  cursor: pointer;
  border-radius: 8px;
  transition: background-color 0.2s ease;
}

.projects-selector-btn:hover {
  color: white;
}

.projects-viewport-container {
  background-color: rgb(45, 56, 63);
  width: 100%;
}

.projects-viewport {
  background-color: rgb(45, 56, 63);
  padding: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
  width: 100%;
  overflow: hidden;
}

.projects-viewport.project-transition,
.projects-mobile.project-transition {
  animation: projectFadeIn 0.7s ease-out;
}

@keyframes projectFadeIn {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.project-content {
  flex: 2;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.project-section {
  display: flex;
  gap: 20px;
  align-items: flex-start;
}

.project-section:has([data-i18n="empty"]) {
  display: none;
}

.project-bullet {
  width: 32px;
  height: 32px;
}

.project-text {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.project-heading {
  font-size: 24px;
  color: white;
}

.project-description {
  color: rgb(200, 220, 230);
  line-height: 1.5;
}

.project-preview {
  flex: 1.2;
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
  justify-content: flex-start;
}

.tech-title {
  color: white;
}

.tech-icon {
  width: 50px;
  height: 50px;
}

.el-pollo-img {
  width: 500px;
  height: auto;
  border-radius: 30px;
}

.projects-selector-btn.active {
  background-color: rgb(45, 56, 63);
  color: white;
  border-radius: 20px 20px 0 0;
}

.project-links {
  display: flex;
  gap: 20px;
}

.project-icon {
  display: flex;
  gap: 20px;
  align-items: center;
}

.project-btn-live {
  background-color: rgb(137, 188, 217);
  color: rgb(45, 56, 63);
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 100px;
  border-radius: 30px;
  text-decoration: none;
}

.project-btn-live:hover {
  background-color: white;
}

.project-btn-git {
  background-color: rgb(45, 56, 63);
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 100px;
  border-radius: 30px;
  border: 1px solid rgb(137, 188, 217);
  text-decoration: none;
}

.project-btn-git:hover {
  background-color: rgba(0, 0, 0, 0.05);
}

.testimonials {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: 50px;
  padding-bottom: 50px;
}

.testimonials-heading {
  font-size: 32px;
  color: rgb(137, 188, 217);
  margin-bottom: 40px;
}

.testimonials-wrapper {
  display: flex;
  gap: 20px;
}

.testimonial-card {
  background-image: url(./assets/img/icons/bg-reference.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  max-width: 400px;
  aspect-ratio: 4 / 5;
  background-position: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;

  color: white;
}

.testimonial-card:hover {
  background-image: url(./assets/img/icons/bg-hover-reference.png);
}

.testimonial-card a {
  color: rgb(137, 188, 217);
  text-decoration: underline;
}

.testimonial-text {
  padding: 0 30px;
  text-align: center;
  line-height: 1.5;
}

.contact {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.contact p {
  color: white;
}

.contact-content {
  display: flex;
  gap: 40px;
}

.contact-description {
  width: 50%;
}

.contact-info {
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 10px;
}

.contact-info-item {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #f8f5ec;
  text-decoration: none;
  transition: color 0.3s ease;
}

.messenger-path.outer {
  stroke: #f8f5ec;
  fill: none;
  transition:
    stroke 0.3s ease,
    fill 0.3s ease;
}

.messenger-path.inner {
  stroke: #f8f5ec;
  fill: none;
  transition: stroke 0.3s ease;
}

.contact-info-item svg path {
  transition:
    stroke 0.3s ease,
    fill 0.3s ease;
}

.contact-info-item:hover {
  color: rgb(127, 174, 200);
}

.contact-info-item:hover .messenger-path.outer {
  stroke: rgb(127, 174, 200);
  fill: rgb(127, 174, 200);
}

.contact-info-item:hover .messenger-path.inner {
  stroke: rgb(38, 46, 52);
  fill: none;
}

.contact-info-item:hover svg path {
  stroke: rgb(127, 174, 200);
  fill: rgb(127, 174, 200);
}

.contact-heading {
  font-size: 64px;
  color: rgb(137, 188, 217);
  margin-bottom: 40px;
}

.contact-form {
  display: flex;
  width: 100%;
  flex-direction: column;
  padding-top: 60px;
  gap: 20px;
}

.contact-form label {
  color: rgb(137, 188, 217);
}

.contact-form-row {
  display: flex;
  gap: 20px;
}

.input-group {
  display: flex;
  flex-direction: column;
  width: 50%;
  min-height: 110px;
}

.input-group-message {
  display: flex;
  flex-direction: column;
  width: 100%;
  min-height: 210px;
}

.contact-input {
  height: 50px;
  border-radius: 30px;
  background-color: rgb(38, 46, 52);
  border: 1px solid rgb(137, 188, 217);
  color: white;
  padding-left: 10px;
}

.contact-input:focus {
  background-color: rgb(49, 63, 72);
  color: white;
}

.contact-input-message {
  height: 150px;
  border-radius: 30px;
  background-color: rgb(38, 46, 52);
  border: 1px solid rgb(137, 188, 217);
  color: white;
  padding-left: 10px;
  padding-top: 10px;
  resize: none;
}

.contact-input-message:focus {
  background-color: rgb(49, 63, 72);
  color: white;
}

.error-message {
  min-height: 20px;
  visibility: hidden;
  opacity: 0;
  color: rgb(255, 120, 120) !important;
  font-size: 16px;
  margin-top: 5px;
  transition: opacity 0.2s ease;
}

.error-message.visible {
  visibility: visible;
  opacity: 1;
}

.contact-input.error,
.contact-input-message.error {
  border-color: rgb(255, 120, 120);
}

.contact-privacy {
  display: flex;
  gap: 10px;
}

.contact-checkbox {
  opacity: 0;
  pointer-events: none;

  background-image: url(./assets/img/icons/checkbox-icon.png);
}

.contact-checkbox:hover {
  background-image: url(./assets/img/icons/checkbox-hover-icon.png);
}

.checkbox-wrapper {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  cursor: pointer;
}

.contact-checkbox {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.checkbox-custom {
  width: 22px;
  height: 22px;
  background-image: url(./assets/img/icons/checkbox-icon.png);
  background-size: cover;
  background-position: center;
  transition: 0.2s ease;
}

.checkbox-wrapper:hover .checkbox-custom {
  background-image: url(./assets/img/icons/checkbox-hover-icon.png);
}

.contact-checkbox:checked + .checkbox-custom {
  background-image: url(./assets/img/icons/checked-icon.png);
}

.contact-privacy-text {
  color: white;
    font-size: 16px;
}

.contact-submit {
  align-self: flex-end;
  background-color: rgb(38, 46, 52);
  color: grey;
  height: 50px;
  width: 100px;
  border-radius: 50px;
  border: 1px grey solid;
}

.notification {
  margin-top: 10px;
  padding: 10px;
  border-radius: 5px;
  text-align: center;
  font-weight: bold;
}

.notification.success {
  background-color: #d4edda;
  color: #155724;
  border: 1px solid #c3e6cb;
}

.notification.error {
  background-color: #f8d7da;
  color: #721c24;
  border: 1px solid #f5c6cb;
}

.privacy-policy {
  color: rgb(137, 188, 217);
  text-decoration: none;
  cursor: pointer;
}

.arrow-up {
  padding-top: 30px;
}

.arrow-up:hover {
  content: url(./assets/img/icons/arrow-up-hover.png);
}

.legal-notice {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 80px 0;
  color: white;
}

.legal-notice h1 {
  font-size: 64px;
  color: rgb(137, 188, 217);
  margin-bottom: 40px;
}

.legal-content {
  max-width: 800px;
  line-height: 1.8;
}

.legal-content h2 {
  font-size: 32px;
  color: rgb(137, 188, 217);
  margin-top: 40px;
  margin-bottom: 20px;
}

.legal-content h3 {
  font-size: 20px;
  color: rgb(137, 188, 217);
  margin-top: 30px;
  margin-bottom: 15px;
}

.legal-content p {
  font-size: 16px;
  margin-bottom: 15px;
}

.legal-content a {
  color: rgb(137, 188, 217);
  text-decoration: none;
}

.legal-content a:hover {
  text-decoration: underline;
}

footer {
  margin-top: 150px;
  padding-bottom: 50px;
  padding-top: 50px;
  background-color: rgb(137, 188, 217);
  width: 100%;
  height: 150px;
}

.footer-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

footer a {
  text-decoration: none;
}

footer h2 {
  font-family: Great_Vipes;
  color: rgb(38, 46, 52);
  font-size: 40px;
  font-weight: 100;
}

.footer-legal {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.footer-legal a {
  color: rgb(45, 56, 63);
}

.footer-legal a:hover {
  color: white;
}

.git-icon-footer:hover {
  fill: white;
  fill-rule: white;
}

.icon-github:hover .github-img {
  content: url("./assets/img/icons/git-hover-footer.png");
}

.icon-mail:hover .mail-img {
  content: url("./assets/img/icons/mail-hover-footer.png");
}

.icon-linkedin:hover .linkedin-img {
  content: url("./assets/img/icons/linked-hover-footer.png");
}

.mobile-menu-shape {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  transform-origin: center;
  max-width: 600px;
  max-height: 600px;
  width: 100%;
  height: 100%;
  background-image: url("./assets/img/background/bg-shape.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transition: transform 0.4s ease;
  padding: 60px 40px;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.mobile-menu-shape.open {
  transform: translate(-50%, -50%) scale(1);
}

.mobile-menu-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.mobile-menu-links li {
  margin: 20px 0;
}

.mobile-menu-links a {
  font-size: 24px;
  font-weight: 600;
  color: white;
  text-decoration: none;
}

.mobile-lang {
  margin-top: 40px;
  font-size: 18px;
  color: white;
}

.projects-mobile {
  display: none;
}

.mobile-title {
  display: none;
}

.projects-mobile-selector {
  display: none;
}

.project-mobile-title {
  font-size: clamp(24px, 5vw, 36px);
  color: rgb(137, 188, 217);
  text-align: center;
  margin-bottom: 20px;
}

.project-mobile-tech {
  display: flex;
  justify-content: center;
  gap: 20px;
  color: white;
  font-size: clamp(16px, 3vw, 20px);
  margin-bottom: 20px;
}

.project-mobile-img {
  width: 100%;
  max-width: 500px;
  border-radius: 30px;
  display: block;
  margin: 0 auto 30px auto;
}

.project-mobile-content {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.project-mobile-links {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 30px;
}

@media (min-width: 1440px) {
  .hero {
    height: auto;  }
}

@media (max-width: 1120px) {
  .hero {
    flex-direction: column;
    text-align: center;
    padding-top: 20px;
  }

  .hero-content {
    padding-top: 0px;
   
  }

  .personal-social-media {
    display: none;
  }

  .nav {
    display: none;
  }

  .logo-title {
    font-size: 36px;
  }

  .nav-responsiv p {
    font-size: 16px;
  }

  .nav-responsiv span {
    font-size: 16px;
  }

  .bg-shape-background {
    display: none;
  }

  .hero-arrow-down {
    padding-top: 20px;
  }

  .hero-image {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .personal-photo-responsiv {
    display: flex;
    max-height: 500px;
    max-width: 500px;
    object-fit: cover;
    align-self: center;
  }

  .nav-responsiv {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 20px;
  }

  .nav-responsiv img {
    cursor: pointer;
  }

  .nav-responsiv p {
    color: rgb(248, 245, 236);
  }

  .nav-responsiv span {
    color: rgb(137, 188, 217);
  }

  .why-me-content {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
  }

  .why-me-answer {
    text-align: center;
  }

  .why-me-cta {
    display: none;
  }

  .bg-location img:nth-child(2) {
    display: none;
  }

  .skill-container {
    flex-direction: column;
    align-items: center;
    gap: 24px;
  }

  .my-skills {
    justify-content: center;
  }

  .skill-icons {
    width: 100%;
  }

  .skill-icons img {
    width: 80px;
    height: 80px;
  }

  .to-learn-skills {
    display: none;
  }

  .to-learn-skills-responsiv {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
    padding: 40px 20px;
  }

  .learn-text-responsiv {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    color: white;
    gap: 20px;
  }

  .learn-text-responsiv span {
    font-size: clamp(16px, 2.2vw, 18px);
    line-height: clamp(1.25, 2vw, 1.4);
    display: block;
  }

  .learn-text-responsiv img {
    width: clamp(120px, 20vw, 200px);
    height: auto;
  }

  .learn-title-responsiv {
    font-size: clamp(18px, 3vw, 28px);
    color: rgb(137, 188, 217);
    line-height: clamp(1.2, 2vw, 1.3);
    margin-bottom: clamp(12px, 3vw, 20px);
    display: block;
    text-align: center;
  }

  .to-learn-cta {
    display: block;
    padding: 12px 32px;
    background-color: rgb(36, 46, 52);
    color: rgb(137, 188, 217);
    border: 1px solid rgb(137, 188, 217);
    text-decoration: none;
    font-weight: bold;
    border-radius: 50px;
    align-self: center;
  }

  .projects {
    display: none;
  }

  .projects-mobile {
    display: block;
    width: 100%;
    padding: 40px 20px;
    background-color: rgb(45, 56, 63);
  }

  .mobile-title {
    display: block;
  }

  .projects-mobile-selector {
    display: flex;
    justify-content: flex-start;
    gap: 12px;
  }

  .projects-mobile-btn {
    background-color: rgb(38, 46, 52);
    color: rgb(137, 188, 217);
    border: none;
    padding: 10px 16px;
    border-radius: 8px;
    font-size: 16px;
    cursor: pointer;
  }

  .projects-mobile-btn.active {
    background-color: rgb(45, 56, 63);
    color: white;
  }

  .project-mobile-title {
    font-size: clamp(24px, 5vw, 36px);
    color: rgb(137, 188, 217);
    text-align: center;
    margin-bottom: 20px;
  }

  .project-mobile-tech-title {
    color: white;
    text-align: center;
    font-size: clamp(16px, 3vw, 22px);
    margin-bottom: 10px;
  }

  .project-mobile-tech {
    display: flex;
    justify-content: center;
    gap: 16px;
    color: white;
    font-size: clamp(16px, 3vw, 20px);
    margin-bottom: 30px;
  }

  .project-mobile-img {
    width: 100%;
    max-width: 500px;
    border-radius: 30px;
    display: block;
    margin: 0 auto 30px auto;
  }

  .project-mobile-content {
    display: flex;
    flex-direction: column;
    gap: 30px;
  }

  .project-section {
    display: flex;
    gap: 16px;
  }

  .project-bullet {
    width: 24px;
    height: 24px;
  }

  .project-heading {
    font-size: clamp(16px, 3vw, 22px);
  }

  .project-description {
    font-size: clamp(16px, 3vw, 18px);
    line-height: 1.5;
  }

  .project-mobile-links {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 40px;
  }

  .contact-content {
    flex-direction: column-reverse;
  }

  .contact-info {
    width: 100%;
  }

  .contact-description {
    width: 100%;
    display: flex;
    flex-direction: column;
  }

  .accent-text {
    display: block;
    align-self: center;
    font-size: 20px;
    padding-top: 20px;
  }

  .contact-form-row {
    flex-direction: column;
  }

  .input-group {
    width: 100%;
  }

  .checkbox-custom {
    flex-shrink: 0;
  }

  .mobile-arrow-up {
    display: flex;
    padding-top: 30px;
  }

  .arrow-img {
    content: url(./assets/img/icons/arrow-down-hover.png);
  }

  .arrow-up {
    display: none;
  }
}

@media (max-width: 960px) {
  .testimonials-heading {
    display: none;
  }

  .testimonials-heading-mobile {
    color: rgb(137, 188, 217);
    font-size: 28px;
    display: block;
  }
  .testimonials-description {
    color: white;
    font-size: 16px;
    display: block;
  }
}

@media (max-width: 900px) {
  .content,
  .content-contact,
  .projects-mobile {
    padding-left: 16px;
    padding-right: 16px;
  }

  section {
    margin: 0 auto 60px;
  }

  .hero {
    padding-top: 70px;
    height: auto;
  }

  .why-me-title {
    font-size: 48px;
    text-align: center;
  }

  .why-me-content {
    flex-direction: column;
    align-items: center;
    gap: 40px;
    text-align: center;
  }

  .why-me-location {
    gap: 10px;
    font-size: 24px;
  }

  .bg-location {
    width: 50px;
    height: 50px;
  }

  .why-me-text {
    max-width: 90%;
  }

  .why-me-cta {
    align-self: center;
  }

  .testimonials {
    display: block;
  }

  .testimonial-card {
    flex: 0 0 356px;
    width: auto;
    max-width: none;
    scroll-snap-align: center;
    background-size: clamp(90%, 50%, 140%);
    background-position: center;
  }

  .testimonials-wrapper {
    display: flex;
    gap: 20px;
    overflow-x: scroll;
    scroll-snap-type: x mandatory;
    -webkit-scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    -ms-overflow-style: none;
    padding: 0 40px;
    scroll-behavior: smooth;
  }

  .testimonials-wrapper::-webkit-scrollbar {
    display: none;
  }

  .testimonial-name {
    font-size: 18px;
  }

  .testimonial-project {
    font-size: 16px;
  }

  .testimonial-text {
    font-size: 16px;
    line-height: 1.5;
  }
}

@media (max-width: 600px) {
  .personal-photo-responsiv {
    max-width: 70%;
  }

  .hero-title-main {
    font-size: 36px;
  }

  .hero-subtitle {
    font-size: 18px;
    letter-spacing: 2px;
    padding-top: 10px;
  }

  .legal-notice h1 {
    font-size: 42px;
  }

  .legal-content h2 {
    font-size: 24px;
  }

  .legal-content h3 {
    font-size: 18px;
  }

  .legal-content p {
    font-size: 16px;
  }

  .arrow-img {
    width: 28px;
  }

  .why-me-title {
    font-size: 38px;
  }

  .why-me-location {
    font-size: 16px;
  }

  section {
    margin-bottom: 50px;
  }

  .bg-location {
    width: 40px;
    height: 40px;
  }

  .why-me-answer {
    font-size: 16px;
    line-height: 1.4;
  }
}

@media (max-width: 510px) {
  .skill-icons {
    gap: 12px;
    grid-template-columns: repeat(2, 1fr);
  }

  footer {
    height: auto;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .footer-container {
    flex-direction: column;
    align-items: center;
    gap: 30px;
    text-align: center;
  }

  .logo-name-mobile {
    order: 1;
  }

  .social-icons {
    order: 2;
  }

  .footer-legal {
    order: 3;
    flex-direction: row;
    gap: 10px;
    align-items: center;
    font-size: 16px;
    justify-content: space-between;
  }

  footer {
    height: auto;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .logo-name h2 {
    font-size: 32px;
  }

  .social-icons img {
    width: 35px;
  }

  .icon-github .github-img {
    content: url("./assets/img/icons/git-hover-footer.png");
  }

  .icon-mail .mail-img {
    content: url("./assets/img/icons/mail-hover-footer.png");
  }

  .icon-linkedin .linkedin-img {
    content: url("./assets/img/icons/linked-hover-footer.png");
  }

  .mobile-menu-shape {
    justify-content: center;
  }
}

@media (max-width: 400px) {
  .contact-heading {
    font-size: 32px;
  }
}
