.Nav-bg:hover {
  background-position: 40%!important;
  transition: 1s;
}

.Nav-bg {
  transition: 0.5s;
}

h1 {
  font-family: 'Roboto';
  font-weight: 200;
  color: white;
}

a {
  text-decoration: none;
}

.nav-heading {
  margin-bottom: 20%;
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
  padding: 0px 16px 0px 8px;
}

h2 {
  font-family: inherit;
  /*font-weight: 200;*/
}

.swiper-button-next {
  color: black;
}

.swiper-wrapper {
  /*height: 800px;*/
}

.swiper-button-prev {
  color: black;
}

.swiper-pagination-bullet-active {
  background: white !important;
}

.Nav-bg {
  /*height: 100% !important;*/
  /*object-fit: cover;*/
}

