

ul {
  margin: 0;
  padding: 0;
  list-style: none;
 
}

.banner {
  width: 100%;
  height: 40vh;
  position: relative;
}
.banner__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.banner__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner__content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  transform: translateY(-15px);
  opacity: 0;
  transition: 0.6s cubic-bezier(0.33, 1, 0.68, 1);
  transition-duration: 3000ms;
}
.banner__content h1 {
  color: white;
  text-align: center;
  font-size: 5rem;
  line-height: 1;
  margin: 0;
  font-weight: 700;
  font-style: italic;
}
.banner__content span {
  color: white;
  display: block;
  font-size: 1.75rem;
  margin-bottom: 20px;
}

.owl-stage {
  height: 100%;
}

.owl-item {
  height: 100%;
}

.owl-dot {
 
}

.owl-dots .active {
  background: white !important;
}

.owl-dots {
  position: absolute;
  bottom: 10%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}

.owl-nav {
  width: 82%;
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: space-between;
  padding: 0 20px;
  pointer-events: none;
}
.owl-nav button {
  position: relative;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: scale(1) !important;
  transition: 0.6s cubic-bezier(0.33, 1, 0.68, 1);
  transition-duration: 3000ms;
  pointer-events: visible;
}
.owl-nav button:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  border: 1px solid white;
  border-radius: 50%;
}
.owl-nav button:active {
  transform: scale(0.8) !important;
}
.owl-nav span {
  color: white;
  text-transform: uppercase;
}

.owl-stage-outer {
  height: 100%;
}

.owl-stage-outer .active .banner__content {
  transform: translateY(0);
  opacity: 1;
}
.kuang
{
  width:640px;
}