@charset "UTF-8";
.main-content {
  padding-top: 60px;
  color: rgb(244, 245, 208);
}
.main-content .about {
  font-size: 56px;
}

.text-content-about {
  width: 100%;
  max-width: 700px;
  margin-inline: auto;
  box-shadow: 0 0 10px;
  border: 2px solid rgb(223, 217, 180);
  border-radius: 15px;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  padding: 20px;
}

.image-content img {
  width: clamp(240px, 35vw, 380px);
  height: auto;
  max-width: 100%;
}

/* quando sei in modalità "desktop" (da lg in su) */
@media (min-width: 1200px) {
  .main-content {
    justify-content: center;
    align-items: center;
    gap: 3rem;
  }
  .text-content {
    flex: 0 0 680px;
    max-width: 680px;
    margin-inline: 0;
  }
  .image-content {
    flex: 0 0 420px;
    display: flex;
    justify-content: center;
  }
  .image-content img {
    width: 420px;
    height: auto;
    max-width: 100%;
    display: block;
  }
}
.ability #skill-title {
  color: rgb(244, 245, 208);
  font-size: 56px;
  margin-bottom: 80px;
  margin-top: 150px;
}
.ability li {
  text-align: start;
  list-style-position: inside;
}

.ability #skill-container {
  padding-top: 50px;
}

.my-progress h2 {
  color: rgb(244, 245, 208);
  padding: 10px;
  font-size: 56px;
  margin-top: 200px;
  margin-bottom: 0;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.progress-book img {
  padding: 10px;
  width: 1000px;
  height: 800px;
  overflow: hidden;
}

.funfact h2 {
  color: rgb(244, 245, 208);
  font-size: 56px;
  margin-top: 50px;
  margin-bottom: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.funfact-comments {
  display: flex;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 50px;
}

.fact-card {
  width: 200px;
  margin: 10px;
  border: 3px solid rgb(212, 156, 133);
  text-align: center;
  border-radius: 4px;
}

.fact-card p {
  color: rgb(244, 245, 208);
  margin-bottom: 0;
  font-size: 1rem;
}

@media (max-width: 768px) {
  .main-content {
    padding: 20px 10px !important;
  }
  .main-content .about {
    font-size: 44px;
  }
  .main-content .text-content {
    margin: 20px !important;
    width: 100% !important;
    padding: 0px 15px;
  }
  .main-content .text-content p {
    max-width: 100%;
  }
  .image-content img {
    width: 280px;
    height: 380px;
  }
}
@media (max-width: 768px) {
  .ability #skill-title {
    font-size: 44px;
  }
}
@media (max-width: 768px) {
  .my-progress h2 {
    font-size: 44px;
    text-align: center;
  }
}
@media (max-width: 768px) {
  .progress-book img {
    width: 700px;
    height: 500px;
    overflow: hidden;
  }
}
@media (max-width: 768px) {
  .funfact h2 {
    text-align: center;
    font-size: 44px;
  }
}
@media (max-width: 768px) {
  .fact-card {
    width: 300px;
  }
}
.contact-form {
  margin-left: 100px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
}

.img-lettera {
  margin-top: 200px;
  margin-bottom: 50px;
}

.title-contacts {
  margin-bottom: 50px;
  color: rgb(244, 245, 208);
  font-size: 56px;
  font-weight: 300;
}

.field {
  margin-bottom: 50px;
}

.all-field label, input, textarea {
  display: flex;
  flex-direction: column;
}

label {
  color: rgb(244, 245, 208);
  font-size: 28px;
}

input {
  width: 500px;
  height: 40px;
}

textarea {
  width: 700px;
  height: auto;
}

.btn-send {
  margin-bottom: 100px;
  background: rgb(212, 156, 133);
  color: rgb(15, 33, 37);
  border: 2px solid rgb(212, 156, 133);
  font-size: 16px;
  font-weight: 600;
  border-radius: 10px;
  padding: 10px 25px;
}
.btn-send:hover {
  color: rgb(212, 156, 133);
  background-color: rgb(15, 33, 37);
}

@media (max-width: 768px) {
  .contact-form {
    margin: 0 50px 0 50px;
  }
  .title-contacts {
    font-size: 31px;
  }
  label {
    font-size: 18px;
  }
  input {
    width: 300px;
    height: 40px;
  }
  textarea {
    width: 300px;
    height: auto;
  }
  .btn-send {
    padding: 5px 25px;
  }
}
.prt-title {
  margin-top: 200px;
  margin-bottom: 100px;
  color: rgb(244, 245, 208);
  text-align: center;
  font-size: 84px;
}
@media (max-width: 768px) {
  .prt-title {
    font-size: 54px;
  }
}

.school-proj {
  color: rgb(244, 245, 208);
  text-align: center;
  padding-bottom: 50px;
  font-size: 56px;
}
@media (max-width: 767px) {
  .school-proj {
    font-size: 31px;
    padding-bottom: 0;
    padding-top: 30px;
  }
}

/* --- DESKTOP --- */
.prt-cards {
  display: flex;
  align-items: center;
  justify-content: center;
}

[class^=prt-card-] {
  position: relative;
  transition: transform 0.3s ease;
  width: 220px;
  height: 370px;
}
[class^=prt-card-]::after {
  content: attr(data-tooltip);
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: rgb(28, 45, 49);
  color: rgb(244, 245, 208);
  padding: 10px 15px;
  border-radius: 6px;
  font-size: 0.8rem;
  z-index: 999;
  white-space: normal;
  width: 220px;
  text-align: center;
  line-height: 1.4;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
  pointer-events: none;
}
[class^=prt-card-]:hover {
  transform: scale(1.05);
}
[class^=prt-card-]:hover::after {
  opacity: 1;
  visibility: visible;
  bottom: -110px;
}

.prt-card-1 {
  margin-left: 50px;
  margin-right: 30px;
}

.prt-card-2 {
  margin-right: 30px;
}

.prt-card-3 {
  margin-right: 50px;
}

/* --- SEZIONE MOBILE (Carosello) --- */
@media (max-width: 767px) {
  .mobile-card-container {
    padding: 40px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .mobile-card-container img {
    width: 200px;
    height: auto;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  }
  .mobile-card-info {
    margin-top: 25px;
    width: 200px;
    height: auto;
    padding: 15px;
    background-color: rgb(28, 45, 49);
    border-radius: 8px;
    color: rgb(244, 245, 208) !important;
    text-align: center;
    overflow: visible;
  }
  .mobile-card-info h3 {
    font-size: 1.4rem;
    margin-bottom: 10px;
    font-family: "Montserrat Alternates", sans-serif;
    font-weight: bold;
  }
  .mobile-card-info p {
    font-size: 0.95rem;
    line-height: 1.5;
    opacity: 1;
  }
  .carousel-control-prev, .carousel-control-next {
    width: 15%;
  }
  .carousel-control-prev-icon,
  .carousel-control-next-icon {
    background-image: none;
    border-style: solid;
    border-width: 3px 3px 0 0;
    width: 20px;
    height: 20px;
    color: rgb(244, 245, 208);
    display: inline-block;
  }
  .carousel-control-prev-icon {
    transform: rotate(-135deg);
  }
  .carousel-control-next-icon {
    transform: rotate(45deg);
  }
}
.curriculum {
  color: rgb(223, 217, 180);
  padding: 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 50px;
}

.curriculum h1 {
  margin-top: 100px;
  margin-bottom: 50px;
}

.text-content-cv {
  padding: 20px 30px;
  margin: 30px auto;
  width: min(720px, 100%);
  box-shadow: 0 0 10px;
  border: 2px solid rgb(223, 217, 180);
  border-radius: 15px;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  color: rgb(223, 217, 180);
}

@media (max-width: 768px) {
  .text-content {
    margin: 50px 50px;
  }
}
.footer-container {
  position: relative;
  margin-top: 20rem;
}

/*stile footer:*/
.custom-footer {
  background-color: rgb(28, 45, 49);
  padding-top: 30px;
  color: rgb(244, 245, 208);
}

/*posiione pulsante*/
.footer-toggler {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 999;
}

/*stile pulsante*/
.btn-custom-mimic {
  --bs-btn-bg: rgb(28, 45, 49);
  --bs-btn-border-color: rgb(28, 45, 49);
  --bs-btn-hover-color: rgb(244, 245, 208);
  --bs-btn-hover-bg: rgb(28, 45, 49);
  --bs-btn-hover-border-color: rgb(28, 45, 49);
  --bs-btn-active-bg: rgb(28, 45, 49);
  --bs-btn-active-border-color: rgb(28, 45, 49);
  border-radius: 50px;
  padding: 0.5rem 1rem;
}

/*stile icona*/
.collapse-toggle-icon {
  color: rgb(244, 245, 208);
  transition: transform 0.3s ease;
}

/*stile icona aperta*/
.footer-toggler button[aria-expanded=true] .collapse-toggle-icon {
  transform: rotate(180deg);
  color: rgb(244, 245, 208);
}

.project-intro {
  margin-top: 100px;
  margin-bottom: 100px;
  text-align: center;
  color: rgb(244, 245, 208);
}
.project-intro h1 {
  font-size: 56px;
  margin-bottom: 20px;
  color: rgb(244, 245, 208);
}
.project-intro p {
  font-size: 28px;
  line-height: 1.6;
}

.choose-adventure {
  color: rgb(244, 245, 208) !important;
  font-size: 28px;
  margin-top: 50px !important;
  text-align: center !important;
  opacity: 1;
}

.funfact-comments-buddy {
  display: flex;
  justify-content: center;
  gap: 0;
  padding: 0 20px;
  max-width: 1200px;
  margin: 0 auto;
}

.fact-card-buddy {
  flex: 1;
  border: 2px solid rgb(180, 129, 115);
  padding: 20px;
  text-align: left;
}
.fact-card-buddy h3 {
  font-size: 24px;
  margin-bottom: 15px;
  color: rgb(244, 245, 208);
}
.fact-card-buddy p {
  font-size: 16px;
  line-height: 1.5;
  color: rgba(244, 245, 208, 0.8);
}

.btn-proto {
  margin: 20px auto;
  padding: 10px 20px;
  font-size: 18px;
  font-weight: 600;
  color: rgb(15, 33, 37);
  border: 2px solid rgb(15, 33, 37);
  border-radius: 10px;
  background-color: rgb(212, 156, 133);
  text-decoration: none;
}
.btn-proto:hover {
  color: rgb(212, 156, 133);
  background-color: rgb(15, 33, 37);
  border: 2px solid rgb(212, 156, 133);
}
.btn-proto.desktop-link {
  display: inline-block;
}
.btn-proto.mobile-link {
  display: none;
}

.road-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: rgb(15, 33, 37);
  padding-bottom: 0;
  color: rgb(244, 245, 208);
}
.road-wrapper .journey-title {
  font-size: 84px;
  font-weight: 300;
  margin: 40px 0 20px 0;
  padding-bottom: 100px;
}
.road-wrapper .journey-subtitle {
  padding-bottom: 100px;
  font-size: 28px;
  text-align: center;
}
.road-wrapper .lead {
  font-size: 28px;
}

.road-container {
  position: relative;
  /* IMPORTANTE: Questo limita quanto la strada può diventare grande */
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  padding-top: 80px;
}
.road-container .road-image {
  width: 100%;
  height: auto;
  display: block;
}

.road-step {
  position: absolute;
  width: 450px;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: rgb(244, 245, 208);
}
.road-step .step-icon img {
  width: 80px;
  height: 80px;
}
.road-step .step-content {
  display: flex;
  align-items: flex-start;
  text-align: left;
}
.road-step .step-num {
  font-family: "Zen Antique Soft", serif;
  font-size: 70px;
  font-weight: 100;
  line-height: 0.8;
  padding-right: 15px;
  padding-top: 10px;
}
.road-step .step-description {
  border-left: 2px solid rgba(244, 245, 208, 0.5);
  padding-left: 15px;
}
.road-step .step-description h3 {
  font-family: "Montserrat", sans-serif;
  font-size: 28px;
  font-weight: 400;
  margin-bottom: 5px;
}
.road-step .step-description p {
  font-size: 14px;
  line-height: 1.4;
  opacity: 0.9;
  margin: 0;
}

.open-proto {
  top: 30px;
  left: -80px;
  position: relative;
}
.open-proto a {
  font-size: 28px;
  font-weight: 600;
  color: rgb(244, 245, 208) !important;
}
.open-proto .mobile-link {
  display: none;
}
.open-proto .desktop-link {
  display: inline-block;
}

/* POSIZIONAMENTO MANUALE */
.step-1 {
  top: 10px; /* Regola l'altezza */
  right: -100px; /* Sposta a destra della strada */
  text-align: left;
}

.step-2 {
  top: 120px;
  left: -200px;
  text-align: right;
}

.step-3 {
  top: 250px;
  right: -175px;
  text-align: left;
}

.step-4 {
  top: 380px;
  left: -350px;
  text-align: right;
}

.step-5 {
  top: 520px;
  right: -280px;
  text-align: right;
}

.step-6 {
  top: 720px;
  left: -350px;
  text-align: right;
}

.step-7 {
  top: 930px;
  right: -280px;
  text-align: right;
}

.step-8 {
  top: 1130px;
  left: -370px;
  text-align: right;
}

.step-9 {
  top: 1400px;
  right: -287px;
  text-align: right;
}

.step-10 {
  top: 1730px;
  left: -330px;
  text-align: right;
}

/* Stile per i modal */
.custom-modal-style {
  background-color: rgb(15, 33, 37) !important;
  border: 1px solid rgba(244, 245, 208, 0.2) !important;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
  position: relative;
}
.custom-modal-style .modal-body {
  overflow: hidden;
}

.horizontal-scroll-wrapper {
  display: flex;
  overflow-x: auto;
  scroll-behavior: smooth;
  scroll-snap-type: x proximity;
  scrollbar-width: none;
}
.horizontal-scroll-wrapper::-webkit-scrollbar {
  display: none;
}

.modal-dialog.modal-xl {
  max-width: 865px;
  margin: 1.75rem auto;
}
@media (max-width: 992px) {
  .modal-dialog.modal-xl {
    max-width: 90%;
  }
}

.long-slide-img {
  height: 70vh;
  width: auto;
  display: block;
  flex-shrink: 0;
  -o-object-fit: cover;
     object-fit: cover;
  scroll-snap-align: start;
}

.btn-close-custom {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 9999;
  background: rgba(15, 33, 37, 0.8);
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgb(244, 245, 208);
  border: none;
  cursor: pointer;
  transition: transform 0.2s ease;
}
.btn-close-custom:hover {
  transform: scale(1.2);
}

.nav-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1050;
  background: rgba(15, 33, 37, 0.4);
  border: 2px solid rgb(244, 245, 208);
  color: rgb(244, 245, 208);
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
}
.nav-arrow:hover {
  background: rgb(244, 245, 208);
  color: rgb(15, 33, 37);
}
.nav-arrow.prev {
  left: 20px;
}
.nav-arrow.next {
  right: 20px;
}

.step-icon {
  transition: transform 0.3s ease, filter 0.3s ease;
  cursor: pointer;
}
.step-icon:hover {
  transform: scale(1.15);
  filter: brightness(1.2);
}

@media (max-width: 768px) {
  .project-intro h1 {
    font-size: 44px;
    text-align: center;
  }
  .project-intro h1 .lead {
    font-size: 22px;
    text-align: center;
  }
  .road-wrapper .journey-title {
    font-size: 66px;
    text-align: center;
  }
  .road-wrapper .journey-subtitle {
    font-size: 22px;
  }
}
@media (max-width: 768px) {
  .funfact-comments-buddy {
    display: flex;
    justify-content: center;
    flex-direction: column;
  }
  .choose-adventure {
    font-size: 22px;
  }
}
@media (max-width: 768px) {
  .btn-proto.desktop-link {
    display: none;
  }
  .btn-proto.mobile-link {
    display: inline-block;
  }
}
@media (max-width: 768px) {
  .road-container {
    background-image: url(../img/sentiero-mobile.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    width: 100%;
    min-height: auto;
    display: flex;
    flex-direction: column;
    padding: 40px 10px 100px 10px;
    overflow: hidden;
  }
  .road-container .road-image {
    display: none;
  }
}
@media (max-width: 768px) {
  .road-step {
    position: relative !important;
    top: auto !important;
    left: 0 !important;
    right: 0 !important;
    width: -moz-fit-content;
    width: fit-content;
    max-width: 80%;
    min-width: 200px;
    margin: 10px auto;
    background: rgba(15, 33, 37, 0.9);
    border: 2px solid rgba(244, 245, 208, 0.3);
    border-radius: 15px;
    padding: 10px 10px;
    display: flex;
    flex-direction: row !important;
    align-items: center;
  }
  .road-step:nth-child(even) {
    margin-left: auto;
    margin-right: 5%;
  }
  .road-step:nth-child(odd) {
    margin-right: auto;
    margin-left: 5%;
  }
  .road-step .step-num {
    display: none;
  }
  .road-step .step-description {
    border-left: 1px solid rgba(244, 245, 208, 0.5);
  }
  .road-step .step-description h3 {
    font-size: 22px;
  }
  .road-step .step-description p {
    font-size: 11px;
  }
}
@media (max-width: 768px) {
  .step-icon {
    width: 50px !important;
    height: 50px !important;
    flex-shrink: 0;
    padding-right: 5px;
  }
  .step-icon img {
    width: 100% !important;
    height: 100% !important;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
@media (max-width: 768px) {
  .open-proto {
    position: relative !important;
    top: 0 !important;
    left: 0 !important;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  .open-proto a {
    font-size: 24px;
    text-decoration: underline;
  }
  .open-proto .desktop-link {
    display: none;
  }
  .open-proto .mobile-link {
    display: inline-block !important;
  }
}
@media (max-width: 768px) {
  .nav-arrow {
    display: none !important;
  }
  .custom-modal-style {
    margin: 5px;
    border-radius: 15px;
  }
  .long-slide-img {
    height: 60vh !important;
    width: auto;
  }
  .horizontal-scroll-wrapper {
    -webkit-overflow-scrolling: touch;
    padding: 0;
  }
}
html {
  height: 100%;
}

body {
  background-color: rgb(15, 33, 37);
  font-family: "Montserrat Alternates", sans-serif;
  font-size: 14px;
}

body h1 {
  font-family: "Zen Antique Soft", serif;
  font-size: 58px;
}

body h2 {
  font-family: "Zen Antique Soft", serif;
  font-size: 35px;
}

body h3 {
  font-family: "Zen Antique Soft", serif;
  font-size: 22px;
}

.navbar {
  background-color: rgba(15, 33, 37, 0.8);
  color: white;
  border-bottom: 2px solid rgba(244, 245, 208, 0.85);
}

.navbar-brand {
  color: rgb(244, 245, 208);
}

.navbar-toggler {
  border: none !important;
  box-shadow: none !important;
  background-color: transparent !important;
  padding: 0.25rem;
}

.navbar-toggler:focus {
  box-shadow: none !important;
}

.navbar-toggler-icon {
  background-image: url(../img/menu.hamburgher.chiuso.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 1.8rem;
  height: 1.8rem;
}

.btn-close {
  background-image: url(../img/menu.hamburgher.x.svg);
  background-size: 70%;
  width: 2rem;
  height: 2rem;
  padding-right: 1rem;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 1;
}

#offcanvasNavbar {
  height: 70vh;
  background-color: rgba(28, 45, 49, 0.75);
}
@media (max-width: 768px) {
  #offcanvasNavbar {
    height: 100%;
  }
}

.desktop-nav .nav-link {
  color: rgb(244, 245, 208);
  font-weight: 500;
  position: relative;
}

.desktop-nav .nav-link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 0;
  height: 2px;
  background-color: rgb(180, 129, 115);
  transition: width 0.3s ease;
}

.desktop-nav .nav-link:hover::after {
  width: 100%;
}

.nav-link {
  color: rgb(244, 245, 208);
}

.landing-page-btns {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 30px;
  margin-top: 30px;
  font-size: 14px;
  padding: 10px 0;
  /* STILE DEI BOTTONI - Sostituisce la parte che avevi commentato */
}
@media (min-width: 768px) {
  .landing-page-btns {
    justify-content: flex-start;
  }
}
.landing-page-btns .landing-page-btn-1 {
  font-size: 16px;
  padding: 10px 15px;
  background-color: rgb(15, 33, 37) !important;
  color: rgb(180, 129, 115) !important;
  border-radius: 10px;
  border: 3px solid rgb(180, 129, 115);
  text-decoration: none;
  font-weight: 600;
  display: inline-block;
  transition: transform 0.2s;
}
.landing-page-btns .landing-page-btn-1:hover {
  transform: scale(1.05);
  filter: brightness(1.1);
}
.landing-page-btns .landing-page-btn-2 {
  font-size: 16px;
  padding: 10px 15px;
  background-color: rgb(212, 156, 133) !important;
  color: rgb(15, 33, 37) !important;
  border-radius: 10px;
  border: none;
  text-decoration: none;
  font-weight: 600;
  display: inline-block;
  transition: transform 0.2s;
}
.landing-page-btns .landing-page-btn-2:hover {
  transform: scale(1.05);
  filter: brightness(1.1);
}

.hero {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  min-height: 100vh;
  padding: 100px 20px 40px 20px;
  gap: 30px;
  color: rgb(244, 245, 208);
  /* MEDIA QUERY DESKTOP CORRETTA */
}
.hero .hero-text-content {
  order: 2;
  justify-content: flex-start;
  align-items: center;
  margin: 0 10px;
  flex: 1;
}
.hero .hero-text-content h1 {
  margin-top: 0 !important;
  font-size: 54px !important;
  line-height: 1.1;
  margin-bottom: 15px;
}
.hero .hero-text-content .hero-subtitle {
  font-size: 31px !important;
  margin-bottom: 20px;
}
.hero .hero-text-content h3 {
  font-size: 18px !important;
}
.hero .hero-text-content .hero-description {
  font-size: 11px !important;
  max-width: 500px;
}
.hero .hero-image-container {
  order: 1;
  flex: 1;
  width: 100%;
  margin: 0 10px;
}
.hero .hero-image-container .img-fluid-mobile {
  align-items: center;
  justify-content: center;
}
.hero .hero-image-container .img-fluid-desktop {
  display: none;
}
@media (min-width: 768px) {
  .hero {
    flex-direction: row !important;
    justify-content: flex-start;
    align-items: center;
    gap: 0;
  }
  .hero .hero-text-content {
    order: 1;
    flex: 0 0 35%;
    text-align: left;
    z-index: 2;
    padding-left: 70px;
  }
  .hero .hero-text-content h1 {
    font-size: 84px;
  }
  .hero .hero-text-content .hero-subtitle {
    font-size: 56px;
  }
  .hero .hero-text-content h3 {
    font-size: 28px;
  }
  .hero .hero-text-content .hero-description {
    font-size: 14px;
  }
  .hero .hero-image-container {
    order: 2;
    flex: 0 0 65%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .hero .hero-image-container .img-fluid-desktop {
    display: block !important;
    width: 100% !important;
    max-width: 1300px;
    height: auto;
    margin-right: 50px;
    -o-object-fit: contain;
       object-fit: contain;
    transform: scale(1.2);
    transform-origin: left center;
  }
  .hero .hero-image-container .img-fluid-mobile {
    display: none !important;
  }
}

.ability {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
}

.ability::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(15, 33, 37);
  z-index: 1;
}

.ability-card-container {
  width: 100%;
  background-color: rgb(223, 217, 180);
  z-index: 3;
  padding-top: 100px;
  padding-bottom: 50px;
}

.ability h2 {
  position: relative;
  z-index: 3;
  margin-top: 20vh;
  color: rgb(244, 245, 208);
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .ability h2 {
    margin-bottom: 20px;
  }
}

.ability .ability-card {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 2rem;
  justify-items: center;
  align-items: start;
}

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

.ability-item img {
  width: 100%;
  max-width: 160px;
  height: auto;
  display: block;
  margin-inline: auto;
}

.ability-item p, ul {
  color: rgb(15, 33, 37);
  margin-top: 0.5rem;
}

.more-card {
  color: rgb(223, 217, 180);
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 50px 20px;
}
.more-card .cards-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  margin-top: 50px;
  gap: 50px;
  margin-bottom: 50px;
  width: 100%;
  max-width: 1200px;
}
.more-card .text-content-home {
  flex: 1 1 0;
  padding: 20px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-shadow: 0 0 10px;
  border-color: 2px solid rgb(223, 217, 180);
  border-radius: 15px;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}
.more-card h2 {
  font-size: 28px;
  margin-bottom: 20px;
}
.more-card p {
  font-size: 14px;
  margin: 0;
  line-height: 1.4;
}
.more-card .know-more {
  font-size: 28px;
}
.more-card .know-more a {
  color: rgb(223, 217, 180);
  font-weight: 600;
}
.more-card .appr {
  font-size: 56px;
  margin-bottom: 0;
  margin-top: 150px;
}
@media (max-width: 768px) {
  .more-card .cards-wrapper {
    flex-direction: column;
    align-items: center;
  }
  .more-card .text-content-home {
    width: 100%;
    max-width: 400px;
    flex: none;
  }
  .more-card h2 {
    font-size: 22px;
  }
  .more-card p {
    font-size: 11px;
  }
  .more-card .know-more {
    font-size: 22px;
  }
  .more-card .appr {
    font-size: 31px;
    padding-bottom: 0;
    margin-bottom: 0;
  }
}

.last-project-container h2 {
  position: relative;
  color: rgb(244, 245, 208);
  text-align: center;
  margin-top: 200px;
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .last-project-container h2 {
    margin-bottom: 20px;
  }
}

.last-project img {
  margin-bottom: 50px;
  height: 400px;
  width: 300px;
}

.future-prj h2 {
  position: relative;
  color: rgb(244, 245, 208);
  text-align: center;
  margin-top: 200px;
  margin-bottom: 50px;
}

.future-collab img {
  width: 100%;
  max-width: 160px;
  height: auto;
  display: block;
  margin-left: 50px;
}

@media (max-width: 768px) {
  .last-project img {
    height: 350px;
    width: 300px;
  }
}
@media (max-width: 768px) {
  .future-collab img {
    max-width: 130px;
    display: block;
    margin-inline: auto;
  }
}/*# sourceMappingURL=style.css.map */