#carouselExampleIndicators {
  position: relative;
  height: 100vh;
  width: 100%;
}

#carouselExampleIndicators .carousel-inner {
  position: relative;
  height: 100%;
  width: 100%;
  background: white;
}

#carouselExampleIndicators .carousel-inner .carousel-item {
  position: relative;
  height: 100%;
  width: 100%;
  background-image: url("../homepage1/1.jpg");
  background-size: 100% 100%;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
}

#carouselExampleIndicators .carousel-inner .carousel-item:nth-child(2) {
  position: relative;
  height: 100%;
  width: 100%;
  background-image: url("../homepage1/2.jpg");
  background-size: 100% 100%;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
}

#carouselExampleIndicators .carousel-inner .carousel-item:nth-child(3) {
  position: relative;
  height: 100%;
  width: 100%;
  background-image: url("../homepage1/3.jpg");
  background-size: 100% 100%;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
}

#carouselExampleIndicators .carousel-inner .carousel-item:nth-child(4) {
  position: relative;
  height: 100%;
  width: 100%;
  background-image: url("../homepage1/4.jpg");
  background-size: 100% 100%;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
}

#carouselExampleIndicators .carousel-inner .carousel-item:nth-child(5) {
  position: relative;
  height: 100%;
  width: 100%;
  background-image: url("../homepage1/5.jpg");
  background-size: 100% 100%;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
}

#carouselExampleIndicators .carousel-inner .carousel-item:nth-child(6) {
  position: relative;
  height: 100%;
  width: 100%;
  background-image: url("../homepage1/6.jpg");
  background-size: 100% 100%;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
}

#carouselExampleIndicators .carousel-inner .carousel-item:nth-child(7) {
  position: relative;
  height: 100%;
  width: 100%;
  background-image: url("../homepage1/7.jpg");
  background-size: 100% 100%;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
}

#carouselExampleIndicators .carousel-inner .carousel-item:nth-child(8) {
  position: relative;
  height: 100%;
  width: 100%;
  background-image: url("../homepage1/8.jpg");
  background-size: 100% 100%;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
}

/*  */
/* CAROUSEL BUTTON*/

.carousel-btn button {
  border-radius: 50%;
  padding: 1rem 0rem !important;
  width: 2.5rem !important;
}

.carousel-indicators .active {
  background-color: rgb(3, 194, 183) !important;
}

/* TEST */
.slide-in-items {
  width: 29rem;
  height: 6.5rem;
  float: right;
  margin-bottom: 3.5rem;
}

.slide-img {
  height: 5.5rem;
  margin-left: 12rem !important;
}

/*  */

.slide-in-items {
  animation: slideMe 1.4s ease-in;
}

@keyframes slideMe {
  0% {
    transform: skewX(30deg) translateX(50rem);
    opacity: 0;
  }
  60% {
    transform: skewX(0px);
  }
  62% {
    transform: skewX(0deg) translateX(3rem);
  }
  70% {
    transform: skew(10deg);
    opacity: 1;
  }
  80% {
    transform: skew(0deg) translate(0);
  }
  90% {
    transform: skew(5);
  }
  100% {
    transform: skew(0deg);
  }
}
