/* SHOWCASE CAROUSEL FULLSCREEN */

.carousel-fullscreen .carousel-inner .carousel-item {
  height: 100vh;
  min-height: 600px;
  /*background-attachment: fixed;*/
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.carousel-indicators li {
  width: 15px;
  height: 15px;
  border-radius: 50%;
}

.carousel-control-next,
.carousel-control-prev {
  width: 5%;
}

.carousel-control-next-icon {
  width: 50px;
  height: 50px;
}

.carousel-control-prev-icon {
  width: 50px;
  height: 50px;
}

.showcase-item {
  height: 100vh;
  display: grid;
  justify-items: center;
  align-content: center;
}

.carousel-caption {
  left: 90px;
  right: 90px;
  text-align: start;
}

.showcase-item h1 {
  font-family: "D-din-bold";
  font-size: 80px;
  text-align: center;
  color: #ffffff;
  padding: 0;
  margin: 0;
}

@media(max-width: 1000px) {
  .showcase-item h1 {
    font-size: 70px;
  }
}

@media(max-width: 800px) {
  .showcase-item h1 {
    font-size: 60px;
  }
}

@media(max-width: 600px) {
  .showcase-item h1 {
    font-size: 45px;
  }
}

@media(max-width:392px) {
  .showcase-item h1 {
    font-size: 35px;
  }
}