.sdi-carousel {
  border-radius: 6px;
  overflow: hidden;
  position: relative;
  height: 400px;
  margin: 30px auto;
  top: 30%;
  width: min(95%, 1664px);
  left: 0;
  right: 0;
}

.hot-promotions .sdi-carousel {
  position: absolute;
  margin: 0 auto;
}

.sdi-carousel .carousel-item {
  position: relative;
  height: 400px;
}

.sdi-carousel .carousel-item img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  border-radius: 6px;
}

.sdi-carousel .si-slide-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
}

.sdi-carousel .si-slide-txtbox {
  position: relative;
  z-index: 1;
  max-width: 90%;
  text-align: center;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.sdi-carousel .si-slide-txtbox h2,
.sdi-carousel .si-slide-txtbox p {
  text-shadow: 0 0 15px #000;
}

.sdi-carousel .si-slide-txtbox .promo-banner-header {
  font-family: bebas neue;
  font-size: 10rem;
  line-height: 8rem;
  font-weight: 400;
  color: #fff;
  margin-bottom: 2rem;
}

.sdi-carousel .si-slide-txtbox a {
  text-decoration: none;
}

.sdi-carousel .carousel-control-prev,
.sdi-carousel .carousel-control-next {
  cursor: pointer;
  background-color: hsla(0, 0%, 100%, .25);
  padding: 0;
  opacity: 1;
  border-radius: 100px;
  color: #fff;
  width: 50px;
  height: 50px;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  border: none;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sdi-carousel .carousel-control-prev {
  left: 16px;
}

.sdi-carousel .carousel-control-next {
  right: 16px;
}

.sdi-carousel .carousel-control-prev:hover,
.sdi-carousel .carousel-control-next:hover {
  background-color: hsla(0, 0%, 100%, .45);
}

.sdi-carousel .carousel-indicators {
  position: absolute;
  bottom: 12px;
  left: 10px;
  display: flex;
  gap: 4px;
  z-index: 2;
  margin: 0;
  padding: 0;
  list-style: none;
}

.sdi-carousel .carousel-indicators button {
  width: 60px;
  height: 4px;
  border: 0;
  border-radius: 6px;
  background: hsla(0, 0%, 100%, .5);
  cursor: pointer;
  padding: 0;
}

.sdi-carousel .carousel-indicators button.active {
  background: #fff;
}

.sdi-carousel .carousel-inner .banner-text {
  margin-bottom: 2rem;
  margin-top: 1rem;
}

@media only screen and (max-width: 767px) {
  .sdi-carousel {
    border-radius: 0;
    width: 100%;
  }

  .sdi-carousel .carousel-item img {
    border-radius: 0;
  }

  .sdi-carousel .si-slide-txtbox {
    max-width: 100%;
    width: min(95%, 1664px);
  }

  .sdi-carousel .si-slide-txtbox .promo-banner-header {
    font-size: 3rem;
    line-height: 3rem;
  }

  .sdi-carousel .carousel-control {
    display: none;
  }
}
