.video-3er-portrait .video-wrapper {
  position: relative;
  transition: transform 0.3s ease;
}
.video-3er-portrait .video-wrapper:hover {
  transform: scale(1.02);
}
.video-3er-portrait .video-wrapper video {
  border-radius: 0px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}
.video-3er-portrait .video-info h3 {
  color: var(--color-dark);
  margin-bottom: 0.5rem;
}
.video-3er-portrait .video-info p {
  color: var(--color-text-light);
  font-size: 0.875rem;
}
@media (min-width: 768px) {
  .video-3er-portrait .content-inner {
    display: flex !important;
    flex-wrap: nowrap !important;
    justify-content: center !important;
    gap: 40px;
  }
  .video-3er-portrait .item {
    flex: 0 0 auto !important;
    width: auto !important;
    max-width: 350px;
  }
}
@media (max-width: 767px) {
  .video-3er-portrait .owl-carousel .owl-stage-outer {
    padding: 20px 0;
  }
  .video-3er-portrait .owl-carousel .owl-item {
    opacity: 0.5;
    transition: opacity 0.3s ease;
  }
  .video-3er-portrait .owl-carousel .owl-item.center {
    opacity: 1;
  }
}
.video-3er-portrait .custom-carousel-nav {
  margin-top: 20px;
}
.video-3er-portrait .custom-carousel-nav .custom-prev-btn,
.video-3er-portrait .custom-carousel-nav .custom-next-btn {
  background: none;
  border: none;
  padding: 8px;
  cursor: pointer;
  transition: opacity 0.3s ease;
}
.video-3er-portrait .custom-carousel-nav .custom-prev-btn:hover,
.video-3er-portrait .custom-carousel-nav .custom-next-btn:hover {
  opacity: 0.6;
}
.video-3er-portrait .custom-carousel-nav .custom-prev-btn:active,
.video-3er-portrait .custom-carousel-nav .custom-next-btn:active {
  opacity: 0.4;
}
.video-3er-portrait .custom-carousel-nav .custom-prev-btn svg,
.video-3er-portrait .custom-carousel-nav .custom-next-btn svg {
  display: block;
}
.video-3er-portrait .custom-carousel-nav .custom-dots-container {
  display: flex;
  gap: 8px;
  align-items: center;
}
.video-3er-portrait .custom-carousel-nav .custom-dots-container button {
  background: none;
  border: none;
  padding: 5px 10px;
  cursor: pointer;
  font-size: 18px;
  transition: all 0.3s ease;
}
.video-3er-portrait .custom-carousel-nav .custom-dots-container button:hover:not(.active) {
  opacity: 0.7;
}
.video-3er-portrait .custom-carousel-nav .custom-dots-container button.active {
  color: var(--color-main);
  font-weight: bold;
  text-decoration: underline;
}
.video-3er-portrait .custom-carousel-nav .custom-dots-container span {
  user-select: none;
  pointer-events: none;
}

.linguise_switcher_wrapper {
  display: none;
}

/*# sourceMappingURL=def.css.map */
