
/* --Navbar Styles-- */

.navbar form .search-icon{
  color: #000000 !important;
}

/* page hero Styles */

.page-hero{
  background:linear-gradient(rgba(96, 57, 168, 0.8) ,rgba(96, 57, 168, 0.8)),url(../images/hero.webp);
  height: 400px;
  display: grid;
  place-content: center;
  margin-top:120px;
}
.page-hero h1{
  color: #fff !important;
  font-size: 4rem;
}