html,
body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100vh;
}

body {
  background: url(https://images.unsplash.com/photo-1429667947446-3c93a979b7e0?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=750&q=80)
    no-repeat 50% 50%;
  background-size: cover;
  font-family: Poppins;
}

h1 {
  position: absolute;
  top: 60%;
  left: 40%;
  transform: translate(-60%, -40%);
  color: rgb(8, 8, 8);
  font-size: 3rem;
  font-weight: bolder;
  text-align: center;
}

.menu-overlay {
  position: absolute;
  width: 100%;
  height: 100vh;
}

.block {
  position: absolute;
  width: 0%;
  height: 100vh;
  background: #101010;
}

.b1 {
  left: 0;
  background-image: url("https://images.unsplash.com/photo-1474623809196-26c1d33457cc?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=667&q=80");
  background-repeat: no-repeat;
  background-size: cover;
}

.b2 {
  left: 25%;
}

.b3 {
  left: 50%;
}

.b4 {
  left: 75%;
  background-image: url("https://images.unsplash.com/photo-1459231978203-b7d0c47a2cb7?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=500&q=60");
  background-repeat: no-repeat;
  background-size: cover;
}

.strip {
  position: absolute;
  width: 1px;
  height: 100vh;
  background: rgba(255, 255, 255, 0.46);
}

.one {
  left: 25%;
}

.two {
  left: 50%;
}

.three {
  left: 75%;
}

ul {
  margin: 0;
  padding: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: 1;
  list-style: none;
}

li {
  padding: 12px 0;
  font-size: 36px;
  font-weight: 500;
}

a {
  color: rgb(206, 203, 203);
  list-style: none;
  text-decoration: none;
}

.menu-btn {
  position: fixed;
  right: 0;
  margin: 1.2em;
  cursor: pointer;
}

.menu-btn:hover {
  opacity: 0.7;
}

.menu-btn i {
  padding: 1.2em;
  color: #000;
  background: rgb(206, 203, 203);
  border-radius: 50%;
}

@media (max-width: 1024px) {
  .b1 {
    left: 0;
    background-image: url("https://images.unsplash.com/photo-1485541653056-e688bdf8319e?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=500&q=60");
    background-repeat: no-repeat;
    background-size: cover;
  }
  .b4 {
    left: 75%;
    background-image: url("https://images.unsplash.com/photo-1485541653056-e688bdf8319e?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=500&q=60");
    background-repeat: no-repeat;
    background-size: cover;
  }
}
