* {
  margin: 0;
  padding: 0;
}

.item {
  padding-top: 230px;
  padding-bottom: 150px;
  background: url("../images/abstract-website-banner-with-modern-shapes_1361-1738.webp")
    no-repeat center;
  background-size: cover;
}
.item2 {
  background: url("../images/realistic-christmas-sale-banner-with-red-page_1361-3133.webp");
}

.banner-container {
  position: relative;
  width: 100%;
}
.slick-arrow {
  color: #fff;
}
.next {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
.prev {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
.slick-dots {
  text-align: center;
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
}
.slick-dots li {
  display: inline-block;
  font-size: 0;
  list-style: none;
  margin: 0 7px;
}
.slick-dots .slick-active button {
  background: #f67322;
}
.slick-dots li button {
  font-size: 0;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #8c8c8c;
  border: 0;
}
