.carousel {
  width: 100%;
}
.carousel-inner {
  position: relative;
  height: 100dvh !important;
  overflow: hidden;
  text-align: center;
}
.carousel-item {
  position: absolute;
  height: 100dvh !important;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.carousel-item.slider-1 {
  background-image: url("../img/slide/slide1.jpeg");
}
.carousel-item.slider-2 {
  background-image: url("../img/slide/slide2.jpg");
}
.carousel-item.slider-3 {
  background-image: url("../img/slide/slide3.jpg");
}
.carousel-item img {
  height: 100dvh !important;
}
.carousel-caption h1 {
  text-shadow: 1px 1px 4px black;
  font-size: 2.5rem;
}
.carousel-caption p {
  text-shadow: 1px 1px 1px black;
  font-size: 1.25rem;
}

.parallax2 {
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.e5cards-container {
  display: flex;
  width: 90vw;
}
@media (max-width: 768px) {
  .e5cards-container {
    flex-direction: column;
    height: 90dvh;
  }
}
.e5cards-panel {
  background: #171717 center/cover no-repeat;
  border-radius: 15px;
  cursor: pointer;
  position: relative;
  flex: 0.5;
  height: 80dvh;
  margin: 10px;
  padding: 0.5dvh;
  transition: flex 0.7s ease-in;
  box-shadow: 0 4px 8px rgb(0, 0, 0);
}
.e5cards-panel h3 {
  font-size: 24px;
  margin: 0;
  position: absolute;
  left: 20px;
  white-space: nowrap;
  display: inline-block;
  transform: rotateZ(90deg);
  transform-origin: left center;
  opacity: 0.7;
  transition: transform 0.75s ease-in, text-shadow 1.5s ease, opacity 0.75s ease;
}
.e5cards-panel.active {
  flex: 5;
}
.e5cards-panel.active h3 {
  opacity: 1;
  text-shadow: 0 0 2px white;
  transform: rotateZ(0);
}
@media (max-width: 768px) {
  .e5cards-panel {
    height: 2dvh;
    flex: 0.75;
    margin: 0.5dvh 0;
    border-radius: 10px;
    display: flex;
    align-items: center;
    padding-bottom: 0.5dvh;
    transition: flex 0.5s ease;
  }
  .e5cards-panel h3 {
    opacity: 0.5;
    transform: none;
  }
  .e5cards-panel.active {
    flex: 5;
    align-items: flex-end;
  }
  .e5cards-panel.active h3 {
    opacity: 1;
  }
}

.concept-one {
  display: flex;
  padding-top: 0;
  background-color: black;
  justify-content: center;
  align-items: center;
  background: linear-gradient(#383838, #1F1F1F, #3D3D3D);
}

.concept-two {
  display: flex;
  background-image: url(../img/svg/komba-background_2.svg);
  background-color: #171717;
  background-repeat: no-repeat;
  background-attachment: local;
  background-size: 175%;
  background-position: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

@media (min-width: 768px) {
  .concept-two {
    flex-direction: row;
  }
}
.concept-three {
  justify-content: start;
  align-items: end;
  background-image: url("../img/tests/ilumagear/20200107_ILLUMAGEAR-0566-BG-Edit.jpg");
}

.concept-four {
  color: #000000;
  background-color: #FFFFFF;
  background-image: url(../img/svg/komba-background_1.svg);
  background-repeat: no-repeat;
  background-attachment: local;
  background-size: 175%;
  background-position: center;
}

.concept-five {
  background-image: url("../img/tests/adalit/ADALIT-INDUSTRIAL.jpg");
}

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