@charset "UTF-8";
.productions {
  padding: 40px 108px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.16);
}
.productions .slider-viewport {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.productions .slider-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 522px;
  gap: 30px;
  -webkit-transition: -webkit-transform 0.25s ease-out;
  transition: -webkit-transform 0.25s ease-out;
  transition: transform 0.25s ease-out;
  transition: transform 0.25s ease-out, -webkit-transform 0.25s ease-out;
  will-change: transform;
}
.productions .slider-track .slider-slide {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.productions .slider-slide-content {
  background-size: cover;
  background-position: -82.5px;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  padding: 24px;
  border-radius: 12px;
  overflow: hidden;
  gap: 24px;
  z-index: 1;
  min-height: 400px;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  opacity: 1;
  -webkit-transform-origin: 50% 50%;
      -ms-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  position: relative;
}
.productions .slider-slide-content::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 12px;
  backdrop-filter: blur(196px);
  -webkit-backdrop-filter: blur(196px);
  background-color: rgba(0, 0, 0, 0.16);
  z-index: 1;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  opacity: 1;
  pointer-events: none;
  will-change: opacity, transform;
}
.productions .slider-slide-content::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 12px;
  background-image: var(--bg-image);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-out;
  transition: opacity 0.25s ease-out;
  z-index: 0;
  pointer-events: none;
  will-change: opacity;
}
.productions .slider-slide-content .slider-slide-left {
  z-index: 2;
}
.productions .slider-slide-content .slider-slide-left img {
  max-width: 470px;
  border-radius: 8px;
}
.productions .slider-slide-content .slider-slide-right {
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 24px 0;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-out, visibility 0.25s ease-out;
  transition: opacity 0.25s ease-out, visibility 0.25s ease-out;
  visibility: hidden;
}
.productions .slider-slide-content .slider-slide-right .slider-slide-right-header {
  margin-bottom: 16px;
}
.productions .slider-slide-content .slider-slide-right .slider-slide-right-header h3 {
  font-weight: 400;
  font-style: Bold;
  font-size: 2.4rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 16px;
}
.productions .slider-slide-content .slider-slide-right .slider-slide-right-header p {
  font-weight: 300;
  font-style: Regular;
  font-size: 1.4rem;
  letter-spacing: 1px;
  line-height: 18px;
  color: #fff;
}
.productions .slider-slide-content .slider-slide-right .slider-slide-right-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.productions .slider-slide-content .slider-slide-right .slider-slide-right-content .slider-slide-right-content-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 16px;
  border-radius: 8px;
  gap: 16px;
  background: rgba(0, 0, 0, 0.16);
  margin-bottom: 16px;
}
.productions .slider-slide-content .slider-slide-right .slider-slide-right-content .slider-slide-right-content-item .slider-slide-right-content-item-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.productions .slider-slide-content .slider-slide-right .slider-slide-right-content .slider-slide-right-content-item .slider-slide-right-content-item-left img {
  width: 24px;
  height: 24px;
}
.productions .slider-slide-content .slider-slide-right .slider-slide-right-content .slider-slide-right-content-item .slider-slide-right-content-item-right .slider-slide-right-content-item-header {
  font-weight: 100;
  font-size: 1rem;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.64);
  margin-bottom: 4px;
}
.productions .slider-slide-content .slider-slide-right .slider-slide-right-content .slider-slide-right-content-item .slider-slide-right-content-item-right .slider-slide-right-content-item-content {
  font-weight: 300;
  font-size: 1.4rem;
  color: #fff;
}
.productions .slider-slide-content .slider-slide-right .slider-slide-right-content-item-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
.productions .slider-slide-content .slider-slide-right .slider-slide-right-content-item-flex-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  background: rgba(0, 0, 0, 0.16);
  font-weight: 300;
  font-style: Book;
  font-size: 1.4rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 8px;
  border-radius: 8px;
  color: #fff;
}
.productions .slider-slide-content .slider-slide-right .slider-slide-right-content-item-flex-item img {
  width: 16px;
  height: 16px;
}

/* Aktif/pasif durumlar */
.productions .slider-track .slider-slide.is-active .slider-slide-content {
  padding: 24px;
  min-height: 400px;
  max-width: 810px;
  width: 100%;
}
.productions .slider-track .slider-slide.is-active .slider-slide-content::after {
  opacity: 1;
}
.productions .slider-track .slider-slide.is-active .slider-slide-right {
  opacity: 1;
  visibility: visible;
}
.productions .slider-track .slider-slide:not(.is-active) .slider-slide-content {
  min-height: 413px;
  padding: 0;
  background: none !important;
}
.productions .slider-track .slider-slide:not(.is-active) .slider-slide-content::before {
  -webkit-transform: scale(0.8);
      -ms-transform: scale(0.8);
          transform: scale(0.8);
  opacity: 0;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.productions .slider-track .slider-slide:not(.is-active) .slider-slide-content::after {
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-out;
  transition: opacity 0.25s ease-out;
}
.productions .slider-track .slider-slide:not(.is-active) .slider-slide-right {
  display: none;
}
.productions .slider-track .slider-slide:not(.is-active) .slider-slide-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.productions .slider-track .slider-slide:not(.is-active) .slider-slide-left img {
  width: 328px;
  height: 470px;
  -o-object-fit: cover;
     object-fit: cover;
}

.productions-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 32px;
}
.productions-header .productions-header-left {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.productions-header .productions-header-left h2 {
  font-weight: 400;
  font-style: Medium;
  font-size: 2.4rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #ffbc00;
  margin-bottom: 8px;
}
.productions-header .productions-header-left p {
  font-weight: 325;
  font-style: Book;
  font-size: 1.2rem;
  letter-spacing: 0%;
  color: #fff;
  opacity: 0.64;
}
.productions-header .productions-header-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
}

/* Metrics strip - use company-stats layout */
.about-section {
  padding: 40px 108px;
}

.company-stats .stats-row {
  display: grid;
  grid-template-columns: 1fr 4fr;
  gap: 32px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.company-stats .brand-block h3 {
  color: #ffbc00;
  font-weight: 400;
  font-style: Medium;
  font-size: 2.4rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 16px;
}
.company-stats .brand-block p {
  color: #fff;
  opacity: 0.64;
  font-weight: 325;
  font-style: Book;
  font-size: 1.2rem;
  letter-spacing: 0;
  max-width: 200px;
}
.company-stats .stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  padding: 0 89px;
}
.company-stats .counter {
  display: grid;
  grid-template-rows: auto auto auto;
  justify-items: center;
  background: rgba(0, 0, 0, 0.16);
  padding: 24px;
  border-radius: 8px;
  color: #fff;
  gap: 24px;
}
.company-stats .counter .icon img {
  width: 24px;
  height: 24px;
}
.company-stats .counter .value {
  font-weight: 700;
  font-size: 4.8rem;
  color: #fff;
}
.company-stats .counter .name {
  font-weight: 300;
  font-style: Medium;
  font-size: 1rem;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.64);
}

/* Series Swiper styles (PD related eşleşmesi) */
.swiper-swiper {
  overflow: hidden;
}

.swiper-card {
  text-decoration: none;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}

.swiper-card img {
  width: 284px;
  height: 426px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
  -webkit-box-shadow: 0px 8px 24px 0px rgba(0, 0, 0, 0.24);
          box-shadow: 0px 8px 24px 0px rgba(0, 0, 0, 0.24);
}

.swiper-card .swiper-caption {
  font-weight: 400;
  font-size: 1.6rem;
  text-transform: uppercase;
  color: #fff;
}

.swiper-pagination {
  margin-top: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}

.swiper-pagination-bullet {
  width: 12px;
  height: 4px;
  background: rgba(255, 255, 255, 0.2);
  opacity: 1;
  position: relative;
  margin: 0 !important;
  border-radius: 0;
}

.swiper-pagination-bullet-active {
  width: 24px;
}

.swiper-pagination-bullet .fill {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 0%;
  background: #ffbc00;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.see-all {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-decoration: none;
  padding: 8px 0;
  font-weight: 400;
  font-size: 1.2rem;
  text-transform: uppercase;
}

/* Who We Are */
.features-section {
  padding: 40px 0 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.16);
}
.features-section .feature-row {
  padding: 0 108px 40px 108px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.features-section .feature-row.reverse {
  grid-auto-flow: dense;
  padding-top: 40px;
}
.features-section .feature-row.reverse .feature-text {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.features-section .feature-row.reverse .feature-media {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.features-section .feature-row .feature-media {
  -webkit-box-shadow: 0px 8px 24px 0px rgba(0, 0, 0, 0.2392156863);
          box-shadow: 0px 8px 24px 0px rgba(0, 0, 0, 0.2392156863);
}
.features-section .feature-row .feature-media img {
  width: 100%;
  max-height: 335px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
  display: block;
}
.features-section .feature-row .feature-text h3 {
  color: #ffbc00;
  font-weight: 400;
  font-style: Medium;
  font-size: 2.4rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 16px;
}
.features-section .feature-row .feature-text p {
  color: #fff;
  opacity: 0.64;
  font-weight: 300;
  font-size: 1.4rem;
  line-height: 1.5;
  letter-spacing: 0.08em;
}

/* Home hero-specific (slider) styles */
.hero .hero-content {
  height: 342;
  opacity: 1;
  padding-top: 56px;
  padding-right: 108px;
  padding-bottom: 56px;
  padding-left: 108px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(29, 29, 29, 0)), to(#1d1d1d));
  background: linear-gradient(180deg, rgba(29, 29, 29, 0) 0%, #1d1d1d 100%);
}
.hero .hero-content h1 {
  font-weight: 600;
  font-size: 6.6rem;
  text-transform: uppercase;
}
.hero .hero-swiper {
  position: relative;
  width: 100%;
  height: 810px;
}
.hero .hero-prev,
.hero .hero-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 5;
  width: 24px;
  height: 24px;
  background: transparent;
  border: none;
  cursor: pointer;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  padding: 8px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
.hero .hero-prev img,
.hero .hero-next img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.hero .hero-prev {
  left: 0;
  -webkit-transform: translateY(-50%) rotate(180deg);
      -ms-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}
.hero .hero-next {
  right: 0;
}
.hero .hero-pagination {
  z-index: 6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 12px;
  bottom: 32px;
}
.hero .hero-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 4px;
  background: rgba(255, 255, 255, 0.2);
  opacity: 1;
  position: relative;
  margin: 0 !important;
  border-radius: 0;
}
.hero .hero-pagination .swiper-pagination-bullet-active {
  width: 24px;
}
.hero .hero-pagination .swiper-pagination-bullet .fill {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 0%;
  background: #ffbc00;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.swiper-wrapper {
  padding-bottom: 32px;
}

.see-details {
  margin-top: 24px;
}
.see-details a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  font-weight: 350;
  font-size: 1.2rem;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none !important;
  padding: 9px 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-weight: 400;
  font-size: 1.2rem;
  text-transform: uppercase;
}

/* Mobile specific rules */
@media (max-width: 768px) {
  .hero .hero-swiper {
    height: 520px;
  }
  .hero .hero-content {
    padding: 24px 16px 56px 16px;
  }
  .hero .hero-content h1 {
    max-width: none;
    font-weight: 600;
    font-size: 3.2rem;
    text-align: center;
    max-width: 80%;
    margin: 0 auto;
  }
  .hero .hero-prev,
  .hero .hero-next {
    display: none;
  }
  .hero .hero-pagination {
    bottom: 16px;
  }
  .about-section {
    padding: 24px 16px;
  }
  .company-stats .stats-row {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .company-stats .brand-block {
    text-align: center;
  }
  .company-stats .brand-block h3 {
    font-size: 2.4rem;
  }
  .company-stats .brand-block p {
    max-width: none;
    text-align: center;
  }
  .company-stats .stats {
    padding: 0;
    gap: 12px;
    grid-template-columns: repeat(3, 1fr);
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .company-stats .counter {
    background: none;
    padding: 12px;
    gap: 12px;
  }
  .company-stats .counter .value {
    font-size: 2.4rem;
  }
  .company-stats .counter .name {
    text-align: center;
    font-size: 0.8rem;
  }
  .productions {
    padding: 24px 16px;
  }
  .productions-header {
    margin-bottom: 16px;
  }
  .productions-header .productions-header-left h2 {
    font-size: 1.8rem;
  }
  .productions-header .productions-header-left p {
    font-size: 1rem;
  }
  .see-all {
    font-size: 1.2rem;
  }
  .swiper-card .swiper-caption {
    margin-top: 16px;
    font-size: 1.6rem;
  }
  .features-section {
    padding-top: 24px;
  }
  .features-section .feature-row {
    padding: 0 16px 24px 16px;
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .features-section .feature-row .feature-text h3 {
    font-size: 2.4rem;
  }
  .features-section .feature-row .feature-text p {
    font-size: 1.4rem;
  }
  .features-section .feature-row .feature-media img {
    max-height: none;
  }
  .features-section .feature-row .see-details a {
    font-size: 1.2rem;
    gap: 12px;
  }
}
.hero-cta {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
}

.swiperHasArrow {
  position: relative;
}
.swiperHasArrow-box .swiper-button-next {
  margin-right: 32px;
}
.swiperHasArrow-box .swiper-button-next::after {
  display: none;
}
.swiperHasArrow-box .swiper-button-prev {
  margin-left: 32px;
}
.swiperHasArrow-box .swiper-button-prev img {
  -webkit-transform: translateY(0) rotate(180deg);
      -ms-transform: translateY(0) rotate(180deg);
          transform: translateY(0) rotate(180deg);
}
.swiperHasArrow-box .swiper-button-prev::after {
  display: none;
}