.vr-center-slick .slick-slide {
  opacity: 0.5;
  transform: scale(0.9);
  transition: all 0.5s ease;
  display: flex !important;
  justify-content: center;
  align-items: center;
  height: 300px;
  margin: 0;
}
.vr-center-slick .slick-slide.slick-current.slick-center {
  opacity: 1;
  transform: scale(1);
  height: 350px;
  width: 650px;
  margin-top: 50px;
}
.vr-center-slick img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 24px;
}
.vr-center-slick {
  max-width: 100vw;
  overflow: visible;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
}
.play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  font-size: 20px;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.vr-center-slick .slick-dots {
  display: flex !important;
  justify-content: center;
  margin-bottom: -30px;
  z-index: 10;
}
.icon-container {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 20px;
}
.icon {
  width: 48px;
  height: 48px;
  padding: 0;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background-color 0.3s;
}
.icon-left {
  background-color: #f0f0f0;
}
.icon-right {
  background-color: #343a40;
  color: white;
}
.icon:hover {
  background-color: #e0e0e0;
}
.icon-right:hover {
  background-color: #495057;
}
.card img {
  border-radius: 24px;
  width: 100%;
  height: 280px;
  object-fit: cover;
}
.card {
  border: none;
}
.fade-target {
  transition: opacity 0.4s ease;
  opacity: 1;
}
.fade-out {
  opacity: 0;
}
