.carousel {
  width: 100%;
  margin: 0;
  padding: 0px;
  position: relative;
  height: 100vh;
  background: #000;
  overflow: hidden;
}
.carousel-inner,
.carousel-item {
  width: 100%;
  height: 100%;
}
.carousel-item::after {
  position: absolute;
  height: 100%;
  width: 100%;
  content: "";
  background: #091d0a99;
  top: 0;
  left: 0;
}
.carousel-inner img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
  top: 0;
  left: 0;
}
.carousel .text {
  position: absolute;
  z-index: 2;
  top: 35%;
  left: 10%;
}
.carousel-fade .carousel-control {
  z-index: 2;
}
.carousel-inner h3 {
  font-size: 20px;
  font-weight: 300;
  letter-spacing: 7px;
  text-transform: uppercase;
  color: #fff;
  -webkit-animation: h3 16s linear infinite 0s;
  -moz-animation: h3 16s linear infinite 0s;
  -o-animation: h3 16s linear infinite 0s;
  -ms-animation: h3 16s linear infinite 0s;
  animation: h3 16s linear infinite 0s;
  opacity: 0;
  position: relative;
}
.carousel li {
  opacity: 0.8;
  height: 9px;
}
.carousel .text h1 i {
  position: relative;
  opacity: 0;
  left: 30px;
  -webkit-animation: iii 16s linear 0s;
  -moz-animation: iii 16s linear 0s;
  -o-animation: iii 16s linear 0s;
  -ms-animation: iii 16s linear 0s;
  animation: iii 16s linear 0s;
}
.carousel-indicators {
  right: auto;
  left: 10%;
  justify-content: flex-start;
  margin: 0;
  bottom: 20%;
}
.carousel p.ss {
  color: #fff;
  position: absolute;
  z-index: 3;
  right: -80px;
  top: 45%;
  transform: rotate(90deg);
  letter-spacing: 20px;
  font-size: 11px;
  opacity: 0.5;
}
@-webkit-keyframes image {
  0% {
    opacity: 0.5;
    -webkit-animation-timing-function: ease-in;
  }
  8% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    -webkit-animation-timing-function: ease-out;
  }
  17% {
    opacity: 1;
    -webkit-transform: scale(1.1) rotate(1deg);
  }
  25% {
    opacity: 1;
    -webkit-transform: scale(1.1) rotate(1.07deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1.1) rotate(1.1deg);
  }
}

.carousel .bottom {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  bottom: 0;
  margin: auto;
}
.about-slide.carousel {
  height: 550px;
}
@media (max-width: 768px) {
  .carousel .bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    top: 20px;
  }
  .carousel li {
    opacity: 0.8;
    height: 5px;
  }
  .carousel-inner h1 {
    font-size: 45px;
    line-height: 50px;
    left: 0;
  }
  .carousel-inner h3 {
    font-size: 18px;
    letter-spacing: 3px;
    text-align: center;
    font-weight: 550;
  }
  .carousel {
    height: 550px;
    margin-top: 54px;
  }
  .carousel .text {
    top: 100px;
  }
  .carousel .bottom button {
    font-size: 9px;
    letter-spacing: 3px;
    margin: 4px;
  }
  .carousel p.ss {
    right: -35%;
    opacity: 0.3;
  }
}
