.project-carousel {
  padding-bottom: 60px; }
  .project-carousel .container {
    position: relative; }
  .project-carousel .carousel-3d-wrapper {
    right: 80px;
    position: relative;
    perspective: 1500px;
    margin-bottom: 100px;
    height: 700px;
    display: flex;
    align-items: center;
    justify-content: center; }
  .project-carousel .carousel-3d {
    position: relative;
    width: 100%;
    height: 100%;
    transform-style: preserve-3d;
    transform: rotate(357deg); }
  .project-carousel .carousel-item {
    position: absolute;
    width: 400px;
    aspect-ratio: 400 / 500;
    left: 50%;
    top: 50%;
    margin-left: -150px;
    margin-top: -200px;
    opacity: 1;
    z-index: 1;
    display: block;
    transform: rotateY(240deg) translateZ(-800px) scale(0.6);
    transition: transform 0.8s cubic-bezier(0.68, -0.55, 0.265, 1.55), opacity 0.8s ease;
    cursor: pointer;
    backface-visibility: visible; }
    .project-carousel .carousel-item.leaving-active {
      transition: transform 0.6s ease-out, opacity 0.6s ease; }
    .project-carousel .carousel-item.active {
      opacity: 1;
      z-index: 10;
      pointer-events: auto; }
      .project-carousel .carousel-item.active .carousel-link {
        transform: rotateY(-180deg) translateZ(-800px) scale(1.4); }
        .project-carousel .carousel-item.active .carousel-link:hover .carousel-title {
          opacity: 1; }
        .project-carousel .carousel-item.active .carousel-link:hover .carousel-image::after {
          opacity: 1;
          transform: translate(-50%, -50%) scale(1);
          width: 168px;
          height: 168px; }
        .project-carousel .carousel-item.active .carousel-link .carousel-image::after {
          opacity: 0.5; }
  .project-carousel .carousel-link {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
    cursor: pointer;
    transform: rotateY(-180deg);
    transition: transform 0.8s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    user-select: none; }
  .project-carousel .carousel-card {
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
    display: flex;
    flex-direction: column;
    background: #1a1a1a; }
  .project-carousel .carousel-image {
    position: relative;
    flex: 1;
    overflow: hidden;
    background: #0a0a0a;
    pointer-events: none;
    user-select: none; }
    .project-carousel .carousel-image::after {
      content: '';
      position: absolute;
      top: 50%;
      left: 50%;
      width: 140px;
      height: 140px;
      background: url("/img/project-play.svg") center center no-repeat;
      background-size: contain;
      opacity: 0;
      transform: translate(-50%, -50%) scale(0.92);
      transition: 0.25s ease;
      pointer-events: none;
      z-index: 2; }
    .project-carousel .carousel-image img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
      pointer-events: none;
      user-select: none;
      -webkit-user-drag: none; }
  .project-carousel .carousel-title {
    padding: 20px;
    backdrop-filter: blur(3px);
    position: absolute;
    bottom: 0;
    width: 100%;
    opacity: 0.5;
    transition: opacity 0.3s ease;
    -webkit-transition: opacity 0.3s ease; }
    .project-carousel .carousel-title h3 {
      margin: 0;
      color: #fff;
      font-size: 18px;
      font-weight: 700;
      line-height: 1.4;
      text-overflow: ellipsis;
      overflow: hidden;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical; }
  .project-carousel .carousel-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    border: 2px solid rgba(255, 255, 255, 0.3);
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    cursor: pointer;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 20;
    transition: all 0.3s ease; }
    .project-carousel .carousel-nav:hover {
      background: rgba(255, 255, 255, 0.2);
      border-color: rgba(255, 255, 255, 0.6); }
    .project-carousel .carousel-nav span {
      display: block;
      width: 0;
      height: 0;
      border-style: solid; }
  .project-carousel .carousel-prev {
    left: 20px; }
    .project-carousel .carousel-prev span {
      border-width: 8px 12px 8px 0;
      border-color: transparent #fff transparent transparent; }
    .project-carousel .carousel-prev:hover span {
      border-color: transparent rgba(255, 255, 255, 0.8) transparent transparent; }
  .project-carousel .carousel-next {
    right: 20px; }
    .project-carousel .carousel-next span {
      border-width: 8px 0 8px 12px;
      border-color: transparent transparent transparent #fff; }
    .project-carousel .carousel-next:hover span {
      border-color: transparent transparent transparent rgba(255, 255, 255, 0.8); }
  .project-carousel .project-player {
    background: #000;
    border-radius: 12px;
    padding: 10px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    z-index: 1;
    position: relative;
    width: fit-content;
    -moz-width: fit-content;
    margin-left: auto;
    margin-right: auto; }
  .project-carousel .player-controls {
    display: flex;
    gap: 12px;
    flex-shrink: 0;
    align-items: center; }
  .project-carousel .player-controls .player-btn {
    width: 26px;
    height: 26px;
    border: none;
    background: transparent;
    border-radius: 0;
    padding: 0;
    color: rgba(255, 255, 255, 0.75); }
  .project-carousel .player-controls .player-btn:hover {
    background: transparent;
    border-color: transparent;
    color: #fff; }
  .project-carousel .player-controls .player-btn svg {
    width: 22px;
    height: 22px; }
  .project-carousel .player-btn {
    width: 40px;
    height: 40px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    background: rgba(255, 255, 255, 0.05);
    color: #fff;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    flex-shrink: 0; }
    .project-carousel .player-btn:hover {
      background: rgba(255, 255, 255, 0.15);
      border-color: rgba(255, 255, 255, 0.4); }
    .project-carousel .player-btn svg {
      width: 20px;
      height: 20px; }
  .project-carousel .player-progress {
    flex: 1;
    min-width: 200px; }
  .project-carousel .player-progress-row {
    display: flex;
    align-items: center;
    gap: 10px; }
  .project-carousel .progress-bar {
    position: relative;
    flex: 1;
    height: 4px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 2px;
    overflow: hidden;
    margin-bottom: 0;
    cursor: pointer; }
  .project-carousel .progress-fill {
    height: 100%;
    background: linear-gradient(90deg, #ff0080, #ff8c00);
    width: 0;
    border-radius: 2px;
    transition: width 0.1s linear; }
  .project-carousel .time-current,
  .project-carousel .time-duration {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.6);
    font-family: 'Courier New', monospace;
    line-height: 1;
    min-width: 34px; }
  .project-carousel .time-current {
    text-align: right; }
  .project-carousel .time-duration {
    text-align: left; }
  .project-carousel .player-volume {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-shrink: 0; }
  .project-carousel .player-volume-slider {
    width: 80px;
    height: 4px;
    -webkit-appearance: none;
    appearance: none;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 2px;
    outline: none;
    cursor: pointer; }
    .project-carousel .player-volume-slider::-webkit-slider-thumb {
      -webkit-appearance: none;
      appearance: none;
      width: 12px;
      height: 12px;
      background: linear-gradient(135deg, #ff0080, #ff8c00);
      border-radius: 50%;
      cursor: pointer;
      box-shadow: 0 0 8px rgba(255, 0, 128, 0.5); }
    .project-carousel .player-volume-slider::-moz-range-thumb {
      width: 12px;
      height: 12px;
      background: linear-gradient(135deg, #ff0080, #ff8c00);
      border: none;
      border-radius: 50%;
      cursor: pointer;
      box-shadow: 0 0 8px rgba(255, 0, 128, 0.5); }

#module-group-345 {
  margin-top: -255px;
  z-index: 2;
  position: relative; }

.newsy-carousel .news-carousel {
  right: -200px; }
.newsy-carousel .container {
  max-width: 1580px; }
.newsy-carousel .foto {
  position: relative;
  filter: grayscale(100%);
  transition: 0.3s; }
  .newsy-carousel .foto img {
    aspect-ratio: 1 / 1;
    height: auto;
    border-radius: 20px; }
  .newsy-carousel .foto:after {
    display: block;
    content: "";
    background-image: url("/img/arrow-news.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 36px;
    height: 36px;
    min-height: 36px;
    bottom: 30px;
    right: 30px;
    position: absolute;
    opacity: 0;
    pointer-events: none;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    z-index: 2; }
.newsy-carousel .text {
  width: 100%;
  padding-right: 15px; }
.newsy-carousel .text-inner {
  display: flex; }
  .newsy-carousel .text-inner:before {
    display: block;
    content: "";
    height: 52px;
    min-height: 52px;
    width: 3px;
    margin-right: 22px;
    margin-top: 5px;
    background-color: var(--transparent-color2); }
.newsy-carousel .date {
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-width: 85px;
  padding: 0 3px; }
  .newsy-carousel .date span {
    font-size: 20rem;
    letter-spacing: 3rem;
    color: var(--secondary-text);
    display: block;
    text-align: center; }
  .newsy-carousel .date strong {
    font-size: 25rem;
    letter-spacing: 0;
    padding-bottom: 10px;
    display: flex; }
.newsy-carousel h2 {
  font-weight: 700;
  font-size: 47rem;
  text-align: center;
  margin-bottom: 60px; }
.newsy-carousel h3 {
  color: var(--primary-title);
  font-size: 20rem;
  margin-bottom: 20px;
  margin-top: 30px; }
.newsy-carousel p {
  font-size: 18rem;
  color: var(--transparent-color2);
  letter-spacing: 1px;
  text-align: left; }
.newsy-carousel .one-news {
  text-decoration: none; }
  .newsy-carousel .one-news:hover .foto {
    filter: grayscale(0); }
    .newsy-carousel .one-news:hover .foto:after {
      opacity: 1; }
.newsy-carousel .owl-item {
  padding: 10px; }

@media (max-width: 575.5px) {
  .project-carousel .carousel-3d-wrapper {
    right: 50px;
    height: 350px; }
  .project-carousel .carousel-item.active .carousel-link {
    transform: rotateY(-180deg) translateZ(-500px) scale(0.75); }
  .project-carousel .project-player {
    flex-direction: column; }
    .project-carousel .project-player .player-progress {
      width: 100%; }

  #module-group-345 {
    margin-top: -215px; }

  .newsy-carousel .news-carousel {
    right: 0; }
  .newsy-carousel .container {
    max-width: 400px; }
  .newsy-carousel p {
    font-size: 17rem; }
  .newsy-carousel h3 {
    font-size: 18rem;
    margin-bottom: 15px;
    margin-top: 20px; }
  .newsy-carousel .text-inner:before {
    margin-right: 15px;
    margin-top: 3px; }
  .newsy-carousel .foto:after {
    width: 28px;
    height: 28px;
    min-height: 28px;
    bottom: 20px;
    right: 20px; } }
@media (min-width: 576px) and (max-width: 767.5px) {
  .project-carousel .carousel-3d-wrapper {
    right: 40px;
    height: 450px; }
  .project-carousel .carousel-item.active .carousel-link {
    transform: rotateY(-180deg) translateZ(-500px) scale(1); }

  .newsy-carousel .news-carousel {
    right: -50px; }
  .newsy-carousel .container {
    max-width: 100%; }
  .newsy-carousel p {
    font-size: 17rem; }
  .newsy-carousel h3 {
    font-size: 18rem;
    margin-bottom: 15px;
    margin-top: 20px; }
  .newsy-carousel .text-inner:before {
    margin-right: 15px;
    margin-top: 3px; }
  .newsy-carousel .foto:after {
    width: 28px;
    height: 28px;
    min-height: 28px;
    bottom: 20px;
    right: 20px; } }
@media (min-width: 768px) and (max-width: 991.5px) {
  .project-carousel .carousel-3d-wrapper {
    right: 40px;
    height: 500px; }
  .project-carousel .carousel-item.active .carousel-link {
    transform: rotateY(-180deg) translateZ(-500px) scale(1.1); }

  .newsy-carousel .news-carousel {
    right: -100px; }
  .newsy-carousel .container {
    max-width: 768px; }
  .newsy-carousel p {
    font-size: 16rem; }
  .newsy-carousel h3 {
    font-size: 17rem;
    margin-bottom: 15px;
    margin-top: 20px; }
  .newsy-carousel .text-inner:before {
    margin-right: 15px;
    margin-top: 3px; }
  .newsy-carousel .foto:after {
    width: 28px;
    height: 28px;
    min-height: 28px;
    bottom: 20px;
    right: 20px; } }
@media (min-width: 992px) and (max-width: 1199.5px) {
  .project-carousel .carousel-3d-wrapper {
    right: 40px;
    height: 500px; }
  .project-carousel .carousel-item.active .carousel-link {
    transform: rotateY(-180deg) translateZ(-500px) scale(1.1); }

  .newsy-carousel .news-carousel {
    right: -100px; }
  .newsy-carousel .container {
    max-width: 992px; }
  .newsy-carousel p {
    font-size: 16rem; }
  .newsy-carousel h3 {
    font-size: 17rem;
    margin-bottom: 15px;
    margin-top: 20px; }
  .newsy-carousel .text-inner:before {
    margin-right: 15px;
    margin-top: 3px; }
  .newsy-carousel .foto:after {
    width: 28px;
    height: 28px;
    min-height: 28px;
    bottom: 20px;
    right: 20px; } }
@media (min-width: 1200px) and (max-width: 1579.5px) {
  .project-carousel .carousel-3d-wrapper {
    right: 40px;
    height: 600px; }
  .project-carousel .carousel-item.active .carousel-link {
    transform: rotateY(-180deg) translateZ(-600px) scale(1.2); }

  .newsy-carousel .news-carousel {
    right: -150px; }
  .newsy-carousel .container {
    max-width: 1200px; }
  .newsy-carousel p {
    font-size: 16rem; }
  .newsy-carousel h3 {
    font-size: 17rem;
    margin-bottom: 15px;
    margin-top: 20px; }
  .newsy-carousel .text-inner:before {
    margin-right: 15px;
    margin-top: 3px; }
  .newsy-carousel .foto:after {
    width: 28px;
    height: 28px;
    min-height: 28px;
    bottom: 20px;
    right: 20px; } }
@media (min-width: 1920px) {
  .newsy-carousel .news-carousel {
    right: -400px; }
  .newsy-carousel .container {
    max-width: 1920px; } }

/*# sourceMappingURL=news_carousel.css.map */
