

.number {
    position: absolute;
    z-index: 1111;
    font-size: 4vw;
    font-weight: bold;
    top: 44.2%;
    display: flex;
    width: 31%;
}
.num {
    position: absolute;
    left: 0;
}
.nall {
    
    position: absolute;
    right: 0;
    
}

.swiper-container {
    width: 100%;
    position: relative;
}
.swiper-container img {
    width: 100%;
    display: block;
}
.swiper-button-next, .swiper-button-prev {
    width: 23%;
    top: 76%;
}

.swiper-button-prev {
    left: 26%;
}

.swiper-button-next {
    right: 26%;
}
.swiper-slide-duplicate,
.swiper-slide {
  background-position: center center;
  background-size: cover;
  text-align: center;
  font-size: 18px;
  /* Center slide text vertically */
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  /* Slide content */
}
.swiper-slide-duplicate .description,
.swiper-slide-duplicate .title,
.swiper-slide .description,
.swiper-slide .title {
  display: block;
  opacity: 0;
  transition: 0.5s ease 0.5s;
}
.swiper-slide-duplicate-active .description,
.swiper-slide-duplicate-active .title,
.swiper-slide-active .description,
.swiper-slide-active .title {
  opacity: 1;
}
.swiper-slide-duplicate-active .title,
.swiper-slide-active .title {
  margin-bottom: 0.5rem;
  font-size: 24px;
  color: #000;
  transition: opacity 0.5s ease 0.5s;
}


.swiper-slide-duplicate-active .description,
.swiper-slide-active .description {
  font-size: 16px;
  color: #777;
  transition: opacity 0.5s ease 0.75s;
}

.swiper-progress-bar {
    width: 18%;
    display: block;
    z-index: 1;
    height: 0.5vw;
    position: absolute;
    top:45.5%;
    left: 40.5%;
    
}


.swiper-pagination-custom {
    display: none;
    
}

.swiper-progress-bar .slide_progress-bar {
  position: absolute;
  height: 0.6vw;
  background: #c9c9c9;
  width: auto;
  clear: both;
  opacity: 0;
  left: 0;
  right: 0;
}
.swiper-progress-bar .slide_progress-bar:after {
  position: absolute;
  top: 0;
  left: 0;
  background: #6dabca;
  height: 100%;
  width: 0;
  content: "";
}
.swiper-progress-bar.active .slide_progress-bar {
  opacity: 1;
}
.swiper-progress-bar.animate .slide_progress-bar:after {
  transition: width linear;
  transition-delay: unset;
  width: 100%;
  transition-duration: 2.5s;
}