/* technology */
.instagram-swiper {
  overflow: visible !important;
}
@media (max-width: 1280px) {
  .instagram-swiper {
    overflow: hidden !important;
  }
}
.instagram-progress-container {
  width: 100% !important;
  margin-top: 32px;
  display: flex;
  justify-content: flex-end;
}
.instagram-progress-bar-group {
  display: flex;
  gap: 8px;
  width: 50%;
}
@media (max-width: 767px) {
  .instagram-progress-bar-group {
    width: 70%;
  }
}
.instagram-progress-bar {
  flex: 1;
  height: 2px;
  background: #ffffff33;
  overflow: hidden;
}
.instagram-progress-fill {
  height: 100%;
  width: 0%;
  background-color: #ffffff;
  transition: width 0.3s ease-out;
}
.swiper-slide.is-playing .instagram-overlay,
.swiper-slide.is-playing .instagram-play-icon {
  opacity: 0;
  pointer-events: none;
}

.instagram-overlay,
.instagram-play-icon {
  transition: opacity 0.3s ease;
}
