body {
    /* font-family: "Poppins", sans-serif; */
      font-family: "General Sans", sans-serif;
}

.hero-swiper {
    width: 100%;
    height: 100%;
}

.hero-swiper .swiper-slide {
    background-size: cover;
    background-position: center;
}

.hero-overlay {
    background: linear-gradient(
        rgba(0,109,119,0.7),
        rgba(0,114,187,0.7)
    );
}

.nav-link {
    color: #2b2b2b;
    font-weight: 500;
}
.nav-link:hover {
    color: #006D77;
}

.mobile-link {
    color: #2b2b2b;
}

.admission-btn {
    background: #0072BB;
    color: white;
    padding: .6rem;
    border-radius: 6px;
}
/* image validation error styling */
.img-error {
  display:block;
  margin-top:6px;
  color:#ff6b6b;
  font-size:13px;
}
.img-valid {
  color:#0ea36e;
}
