.portfolio-stack .stack-item {
  pointer-events: none;
}

.item.image video {
pointer-eventes: none !important;
}

.video-container {
  position: relative;
}

.bgvid {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: blur(20px); /* Adjust blur strength */
  opacity: 0.25;
}

.fade-overlay {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 150px;
}

.pulseSlowly {
  animation: pulseSlowly 2s infinite;
}

@keyframes pulseSlowly {
  0% {
    transform: scale(1);
  }
  80% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}

.fade-overlay.light {
  background: linear-gradient(to bottom, rgba(186, 190, 200, 0) 0%, rgba(186, 190, 200, 1) 100%);
}

.fade-overlay.dark {
  background: linear-gradient(to bottom, rgba(20, 20, 20, 0) 0%, rgba(20, 20, 20, 1) 100%);
}

.logoImg {
  width: 75px;
}

.ph-fill.ph-star {
  display: none;
}

@media only screen and (max-width: 900px) {
  .logoImg {
    width: 70px;
  }
  .portfolio-item-1 {
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 70%, rgb(255 255 255) 100%), url(../img/portfolio/komunikacia.jpg) no-repeat bottom center / cover;
  }
  .portfolio-item-2 {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 70%, rgb(0 0 0) 100%), url(../img/portfolio/strategia.jpg) no-repeat bottom center / cover;
  }
  .portfolio-item-3 {
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 70%, rgb(255 255 255) 100%), url(../img/portfolio/nastroje.jpg) no-repeat bottom center / cover;
  }

  .bgvid {
    filter: blur(3px);
    opacity: 0.5;
  }
}

.testimonials-card {
  margin-right: 1px;
}



.timage__inner img {
  object-position: left top;
}

.customTestemonial {
  display: flex;
  justify-content: space-between;
  justify-content: center;
  justify-items: center;
}

.customTestemonial img {
 width: auto;
  height: 100%;
  min-height: 100%;
  min-width: 50px;
  max-height: 80vh;
  border-radius: var(--_radius);
}