.atf-slider.atf-style1 {
  position: relative;
  aspect-ratio: 12 / 5;
  overflow: hidden;
}

.atf-slider.atf-style1 .slick-container a:before {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 1;
    background: rgb(0 0 0 / 1.1%);
}

.atf-slider.atf-style1 .slick-slide {
  padding: 0;
}

.atf-slider .swipe-arrow.atf-hidden,
.atf-slider .pagination.atf-hidden {
  display: none;
}
.atf-slider .pagination.atf-style2 {
  position: absolute;
  bottom: 17px;
  left: 50%;
  transform: translate(-50%);
}
.atf-slider .pagination.atf-style2 ul {
  padding: 0;
  margin: 0;
  display: flex !important;
  list-style: none;
}
.atf-slider .pagination.atf-style2 li {
  height: 12px;
  width: 12px;
  border-radius: 6px;
  background-color: #fff;
  margin-right: 8px;
  cursor: pointer;
  transition: all 0.4s ease;
}
.atf-slider .pagination.atf-style2 li.slick-active {
  width: 15px;
  height: 15px;
  background: var(--color-primary);
}
.atf-slider .pagination.atf-style2 button {
  display: none;
}

.atf-slider.atf-style1 .swipe-arrow.atf-style2 .slick-arrow {
  position: absolute;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
  background: var(--color-primary);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  opacity: 0;
  color: #fff;
  cursor: pointer;
  transition: all 0.3s ease;
}
.atf-slider.atf-style1 .swipe-arrow.atf-style2 .slick-arrow:hover {
  background: var(--btn-hover, --color-second);
  color: #fff;
}
.atf-slider.atf-style1 .swipe-arrow.atf-style2 .slick-arrow.slick-arrow-right {
  right: 30px;
  padding-left: 2px;
}
.atf-slider.atf-style1 .swipe-arrow.atf-style2 .slick-arrow.slick-arrow-left {
  left: 30px;
  padding-right: 2px;
}
.atf-slider.atf-style1 .swipe-arrow.atf-style2 .slick-arrow i {
  font-size: 20px;
}
.atf-slider:hover .swipe-arrow.atf-style2 .slick-arrow {
  opacity: 1;
}



@media screen and (max-width: 991px) {
  .atf-slider .pagination.atf-hidden {
    display: block;
    margin-top: 20px;
  }
  .atf-slider .pagination.atf-style2 ul {
    justify-content: center;
    align-items: center;
  }

  .atf-slider.atf-style1 .atf-hidden.atf-hidden-md,
  .atf-slider.atf-style1 .swipe-arrow.atf-style2 {
    display: none !important;
  }

  .atf-slider.atf-style1 {
    margin-top: 115px;
  }
}