.pb-section-gallery-slider .splide__list {
  align-items: center;
}

.pb-section-gallery-slider .custom-pagination {
  position: relative;
  width: 100%;
  height: 2px;
  background-color: #1d252d;
  margin-top: 8rem;
}

.pb-section-gallery-slider .pagination-bar {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
}

.pb-section-gallery-slider .pagination-part {
  flex: 1;
  height: 100%;
  cursor: pointer;
}

.pb-section-gallery-slider .pagination-indicator {
  position: absolute;
  top: 0;
  left: 0;
  height: calc(100% + 4px);
  width: 0;
  margin-top: -2px;
  background-color: #ff4d00;
  transition: left 0.3s ease;
  pointer-events: none; 
}

.pb-section-gallery-slider .gallery-wrap {
  position: relative;
}

.pb-section-gallery-slider.arrow-location-bottom .splide__arrows {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 5rem;
  width: 10rem;
}

.pb-section-gallery-slider .gallery-splide > .splide__arrows {
  position: absolute;
  top: -9999px;
  left: -9999px;
}

.pb-section-gallery-slider .splide__list > li {
    margin: 0;
    text-align: center;
}

.pb-section-gallery-slider .splide__arrows .splide__arrow {
  background: none;
  opacity: 1;
  width: 3rem;
  height: 3rem;
}

.pb-section-gallery-slider .splide__arrows .splide__arrow img {
  width: 100%;    
  height: auto;
}

.pb-section-gallery-slider .splide__arrows .splide__arrow svg {
  width: 45px;
  height: 45px;
  fill: #fff !important;
}

.pb-section-gallery-slider .splide__arrows .splide__arrow--prev {
  left: 0;
}

.pb-section-gallery-slider .splide__arrows .splide__arrow--next {
  right: 0;
}

.pb-section-gallery-slider.arrow-location-sides .arrow-wrap {
    position: absolute;
    display: flex;
    top: 50%;
    left: 50%;
    align-items: center;
    width: 104%;
    transform: translateX(-50%);
}

.pb-section-gallery-slider.arrow-location-sides .arrow-wrap .splide__arrow {
  background: rgba(255,255,255,0.9);
  border-radius: 50%;
  width: 5.4rem;
  height: 5.4rem;
}

.pb-section-gallery-slider.arrow-location-sides .arrow-wrap .splide__arrow svg {
  fill: #000 !important;
  stroke: #000 !important;
  width: 2.5rem;
  height: 2.5rem;
}

.pb-section-gallery-slider .gallery-slide-link:hover {
  opacity: .8;
  transition: .2s linear all;
}

.pb-section-gallery-slider .gallery-slide-link strong {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  text-transform: uppercase;
  font-size: 4rem;
  font-weight: 700;
  letter-spacing: 0.3rem;
}

.pb-section-gallery-slider .gallery-slide-link img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

@media (min-width: 768px) {

  .pb-section-gallery-slider .gallery-slide-link strong {
    font-size: 6rem;
  }
}

@media (min-width: 1024px) {
  
  .pb-section-gallery-slider .gallery-slide-link strong {
    font-size: 4rem;
  }
}

.pb-section-gallery-slider img.is-fullwidth-image {
  width: 100%;
}