.normal-section {
  position: relative;
  z-index: 1;
}

section.slider-section {
  position: fixed;
  z-index: 0;
}

.isotope-slider-wrapper {
  margin-top: 80px;
  width: 100vw;
  height: 800px;
}
.isotope-slider-wrapper .isotope-slide-content {
  height: 800px;
  max-height: 800px;
}

.isotope-grid-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  height: 800px;
  max-height: 800px;
}
.isotope-grid-wrapper.secondary-grid {
  left: 100px;
}
.isotope-grid-wrapper .isotope-grid {
  height: 800px;
  max-height: 800px;
}

.grid-item {
  display: flex;
  flex-direction: column;
  width: 500px;
  height: 500px;
  padding: 20px;
  justify-content: center;
  align-items: center;
}
.grid-item .title {
  font-size: 20px;
  color: black;
  opacity: 0;
  transition: all 0.3s;
}
.grid-item:hover .title {
  opacity: 1;
}

.isotope-control {
  display: flex;
  justify-content: center;
  align-items: center;
  transform: translateY(-60px);
  text-align: center;
}
.isotope-control i {
  margin-inline: 10px;
}
.isotope-control i.fa-th {
  font-size: 140%;
  opacity: 80%;
}
.isotope-control input {
  margin: 0;
  width: 250px;
  height: 2px;
}

/*# sourceMappingURL=style.css.map */
