* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html,
body {
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  font-family: "Neue Montreal", sans-serif;
}

.carousel-items {
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  gap: 5px;
}

.carousel-item {
  width: 60px;
  height: 80px;
}

.active-item {
  position: fixed;
  left: 30px;
  bottom: 36px;
  width: 450px;
  height: 550px;
}

img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

footer {
  position: fixed;
  left: 30px;
  bottom: 12px;
  width: 100%;
  z-index: 2;
  display: flex;
}

.footer-item {
  display: flex;
  flex: 1;
  gap: 100px;
}

p {
  text-transform: uppercase;
  line-height: 100%;
  font-size: 12px;
}
