.sha-hero-title {
    font-size: 3rem;
    font-weight: 700;
    line-height: 1.15;
}

@media (min-width: 360px) {
    .sha-hero-title {
        font-size: 2.1rem;
    }
}

@media (min-width: 412px) {
    .sha-hero-title {
        font-size: 2.5rem;
    }
}

@media (min-width: 992px) {
    .sha-hero-title {
        font-size: 2.5rem;
    }
}

@media (min-width: 1200px) {
    .sha-hero-title {
        font-size: 3.5rem;
    }
}

.nav-shad {
  height: fit-content;
  list-style: none;
  margin: 0;
  padding: 0;
}

@keyframes floatA {
0%, 100% { transform: translateY(0px) scale(1); }
50% { transform: translateY(-40px) scale(1.05); }
}
@keyframes floatB {
0%, 100% { transform: translateY(0px) scale(1); }
50% { transform: translateY(-30px) scale(1.08); }
}
@keyframes floatC {
0%, 100% { transform: translateY(-50%) scale(1); }
50% { transform: translateY(-70%) scale(1.1); }
}



