* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.nav-item {
  padding: 16px;
}

.nav-item a {
  color: black;
  padding: 8px;
  border-radius: 5px;
}

.nav-item a:hover {
  background-color: #0880ff;
  transition: 0.5s;
  transform: none;
}

.cards {
  height: 315px;
  width: 320px;
  background-color: white;
  border-radius: 10px;
}

.icon {
  background-color: #0880ff;
  font-size: 20px;
  clip-path: circle();
  padding: 5px;
  color: white;
}

.color {
  background-color: #002147;
  color: white;
}

.footer-link {
  list-style-type: none;
  margin-top: 20px;
}

.footer-link li a {
  text-decoration: none;
  color: white;
}

.inner-image img {
  height: 767px;
}

.footer-link li a:hover {
  text-decoration: underline;
}

.cards:hover {
  transform: matrix(1, 0, 0, 1, 0, -9.54434);
  transition: transform 0.5s, box-shadow 0.5s;
}

.photos img:hover {
  transform: matrix(1, 0, 0, 1, 0, -9.54434);
  transition: transform 0.5s, box-shadow 0.5s;
}
