.posterOne {
  width: 100%;
  max-height: 650px;
  background-color: #fff;
  position: relative;
  display: block;
}

.posterOne-content {
  padding: 250px 0 150px;
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: scroll;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.posterOne-content__title {
  max-width: 1170px;
  width: 100%;
  z-index: 2;
  padding: 0 20px;
  transform: translateX(-80%);
  opacity: 0;
  transition: all 1s ease 0.2s;
}
.posterOne-content__title h1 {
  font-weight: 400;
  color: #fff;
}
.posterOne-content__title.active {
  transform: translateX(0);
  opacity: 1;
}
.posterOne-content_contactUs {
  background-image: url(https://nautilus220.com/wp-content/uploads/2020/03/rsw_1300h_800-12.jpeg);
}
.posterOne-content_gallery {
  background-image: url(https://nautilus220.com/wp-content/uploads/2021/11/N220_ext008_-2-scaled.jpg);
}
.posterOne-content::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(12, 34, 64, 0.51);
}

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