/*
================================================================================
FONTFACE
================================================================================
*/
@font-face {
  font-family: "Noto Sans";
  src: local("Noto Sans"), local("NotoSans"), url("/wp-content/themes/bb-theme-child/assets/fonts/NotoSans/NotoSans-VariableFont_wdth,wght.woff2") format("woff2"), url("/wp-content/themes/bb-theme-child/assets/fonts/NotoSans/NotoSans-VariableFont_wdth,wght.ttf") format("truetype");
  font-weight: 300 700;
  font-style: normal;
  font-display: swap;
}
/*
================================================================================
FONT FAMILIES
================================================================================
*/
/*
================================================================================
MIXINS
================================================================================
*/
/*
================================================================================
FONTS
================================================================================
*/
h1,
.cd-h1 {
  font-size: 1.8125rem;
  font-weight: 650;
  line-height: 1.25;
  font-family: "Noto Sans", sans-serif;
}
@media (min-width: 992px) {
  h1,
  .cd-h1 {
    font-size: 2.25rem;
  }
}

h2,
.cd-h2 {
  font-size: 1.5rem;
  font-weight: 650;
  line-height: 1.25;
  font-family: "Noto Sans", sans-serif;
}
@media (min-width: 992px) {
  h2,
  .cd-h2 {
    font-size: 1.875rem;
  }
}

h3,
.cd-h3 {
  font-size: 1.25rem;
  font-weight: 650;
  line-height: 1.25;
  font-family: "Noto Sans", sans-serif;
}
@media (min-width: 992px) {
  h3,
  .cd-h3 {
    font-size: 1.5rem;
  }
}

h4,
.cd-h4 {
  font-size: 1.0625rem;
  font-weight: 650;
  line-height: 1.3;
  font-family: "Noto Sans", sans-serif;
}
@media (min-width: 992px) {
  h4,
  .cd-h4 {
    font-size: 1.375rem;
  }
}

p,
.cd-p {
  font-size: 0.875rem;
  font-weight: 350;
  line-height: 1.5;
  font-family: "Noto Sans", sans-serif;
}
@media (min-width: 992px) {
  p,
  .cd-p {
    font-size: 1rem;
  }
}
@media (min-width: 1400px) {
  p,
  .cd-p {
    font-size: 1.125rem;
  }
}
@media (min-width: 1680px) {
  p,
  .cd-p {
    font-size: 1.25rem;
  }
}

.cd-small {
  font-size: 0.75rem;
  font-weight: 350;
  line-height: 1.4;
  font-family: "Noto Sans", sans-serif;
}
@media (min-width: 992px) {
  .cd-small {
    font-size: 0.8125rem;
  }
}
@media (min-width: 1680px) {
  .cd-small {
    font-size: 0.875rem;
  }
}

.cd-extra-small {
  font-size: 0.625rem;
  font-weight: 600;
  line-height: 1.25;
  font-family: "Noto Sans", sans-serif;
}
@media (min-width: 992px) {
  .cd-extra-small {
    line-height: 1.3;
    font-size: 0.625rem;
  }
}

/*
================================================================================
CONTENT WIDTH
================================================================================
*/
:root {
  --cd-content-width: calc(100% - 48px);
}
@media (min-width: 768px) {
  :root {
    --cd-content-width: 720px;
  }
}
@media (min-width: 992px) {
  :root {
    --cd-content-width: 944px;
  }
}
@media (min-width: 1440px) {
  :root {
    --cd-content-width: 1320px;
  }
}
@media (min-width: 1680px) {
  :root {
    --cd-content-width: 1600px;
  }
}

/*
================================================================================
COLORS
================================================================================
*/
/*
================================================================================
LAYOUT
================================================================================
*/
.cd-section-productions {
  position: relative;
  overflow: hidden;
}
.cd-section-productions .cd-border-title h2 {
  color: #FFF;
  margin: 0;
}
.cd-section-productions .fl-clear {
  display: none;
}

.cd-productions-slider .slick-list {
  overflow: visible;
}
.cd-productions-slider .slick-list .slick-track {
  /* Force flex layout with no wrapping */
  display: flex !important;
  flex-wrap: nowrap !important;
  /* Fallback for inline-block mode, if needed:
  white-space: nowrap !important;
  */
}
.cd-productions-slider .slick-list .slick-track::before,
.cd-productions-slider .slick-list .slick-track::after {
  display: none;
}
.cd-productions-slider .slick-list .slick-slide {
  /* Prevent shrinking so width stays fixed */
  flex: 0 0 auto !important;
  /* Fallback if inline-block:
  display: inline-block !important;
  */
  line-height: 1;
  width: 300px !important;
  height: 350px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cd-productions-slider .slick-list .slick-slide > div {
  height: 100%;
}
.cd-productions-slider .slick-list .slick-slide .cd-productions {
  width: 100%;
  height: 100%;
}
.cd-productions-slider .cd-productions {
  --padding: .75rem;
  position: static;
  padding-left: 0;
  margin-inline: calc(var(--padding) * -1);
  margin-bottom: 0;
}
.cd-productions-slider .cd-productions .slick-arrow {
  position: absolute;
  top: calc(50% + (60px + 1.5rem) / 2);
  transform: translateY(-50%);
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  width: 3rem;
  height: 5rem;
  background: transparent;
  opacity: 1;
  transition: opacity 0.3s ease;
  backdrop-filter: blur(10px);
}
@media (min-width: 369px) {
  .cd-productions-slider .cd-productions .slick-arrow {
    top: calc(50% + (30px + 1rem) / 2);
  }
}
@media (min-width: 992px) {
  .cd-productions-slider .cd-productions .slick-arrow {
    top: calc(50% + (45px + 1.5rem) / 2);
  }
}
.cd-productions-slider .cd-productions .slick-arrow.slick-disabled {
  opacity: 0;
}
.cd-productions-slider .cd-productions .slick-arrow i::before {
  font-size: 1.5rem;
}
.cd-productions-slider .cd-productions .slick-prev {
  left: 0;
  background: linear-gradient(to left, rgba(234, 0, 42, 0.6), rgba(183, 13, 24, 0.6));
}
.cd-productions-slider .cd-productions .slick-prev i {
  margin-left: -0.25rem;
}
.cd-productions-slider .cd-productions .slick-next {
  right: 0;
  background: linear-gradient(to right, rgba(234, 0, 42, 0.6), rgba(183, 13, 24, 0.6));
}
.cd-productions-slider .cd-productions .slick-next i {
  margin-right: -0.25rem;
}
.cd-productions-slider .cd-productions .cd-production {
  /* show pointer and enable hover animation */
  cursor: pointer;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  width: 100%;
  height: 100%;
  padding-inline: var(--padding);
  position: relative;
}
.cd-productions-slider .cd-productions .cd-production::before {
  content: "";
  background: linear-gradient(to top, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.2) 49%, rgba(0, 0, 0, 0.05) 100%);
  position: absolute;
  inset: 0 var(--padding);
  z-index: 0;
  border-radius: 0.75rem;
  transition: background 0.3s ease;
}
.cd-productions-slider .cd-productions .cd-production .cd-production-image,
.cd-productions-slider .cd-productions .cd-production .cd-production-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  border-radius: 0.75rem;
  display: block;
}
.cd-productions-slider .cd-productions .cd-production .cd-production-badge {
  position: absolute;
  top: 0.75rem;
  left: calc(0.75rem + var(--padding));
  z-index: 2;
  background-color: #EA002A;
  padding: 0.25rem 0.75rem 0.375rem;
  border-radius: 0.125rem;
  color: #FFF;
  font-size: 0.875rem;
  font-weight: 700;
  text-transform: uppercase;
}
.cd-productions-slider .cd-productions .cd-production .cd-production-description {
  position: absolute;
  bottom: 0.75rem;
  left: calc(1rem + var(--padding));
  right: calc(1rem + var(--padding));
  z-index: 2;
  max-height: 80%;
}
.cd-productions-slider .cd-productions .cd-production .cd-production-description .cd-production-title {
  font-size: 1.25rem;
  font-weight: 650;
  line-height: 1.25;
  font-family: "Noto Sans", sans-serif;
  margin: 0 0 0.625rem;
}
@media (min-width: 992px) {
  .cd-productions-slider .cd-productions .cd-production .cd-production-description .cd-production-title {
    font-size: 1.5rem;
  }
}
.cd-productions-slider .cd-productions .cd-production .cd-production-description .cd-production-super-title,
.cd-productions-slider .cd-productions .cd-production .cd-production-description .cd-production-info {
  font-size: 0.875rem;
  font-weight: 350;
  line-height: 1.5;
  font-family: "Noto Sans", sans-serif;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cd-productions-slider .cd-productions .cd-production .cd-production-description .cd-production-super-title,
  .cd-productions-slider .cd-productions .cd-production .cd-production-description .cd-production-info {
    font-size: 1rem;
  }
}
@media (min-width: 1400px) {
  .cd-productions-slider .cd-productions .cd-production .cd-production-description .cd-production-super-title,
  .cd-productions-slider .cd-productions .cd-production .cd-production-description .cd-production-info {
    font-size: 1.125rem;
  }
}
@media (min-width: 1680px) {
  .cd-productions-slider .cd-productions .cd-production .cd-production-description .cd-production-super-title,
  .cd-productions-slider .cd-productions .cd-production .cd-production-description .cd-production-info {
    font-size: 1.25rem;
  }
}
.cd-productions-slider .cd-productions .cd-production .cd-production-description .cd-production-super-title,
.cd-productions-slider .cd-productions .cd-production .cd-production-description .cd-production-title,
.cd-productions-slider .cd-productions .cd-production .cd-production-description .cd-production-info {
  color: #FFF;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.75);
}

/* Hover effects only on pointer-capable devices */
@media (hover: hover) and (pointer: fine) {
  .cd-productions-slider .cd-productions .cd-production:hover {
    transform: scale(1.05);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
  }
  .cd-productions-slider .cd-productions .cd-production:hover::before {
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.1) 100%);
  }
}
.cd-productions-more .fl-module-content .fl-button {
  background-color: transparent;
  border: none;
  padding: 0;
  display: flex;
  align-items: baseline;
  gap: 0.5rem;
}
.cd-productions-more .fl-module-content .fl-button:hover, .cd-productions-more .fl-module-content .fl-button:focus, .cd-productions-more .fl-module-content .fl-button:active, .cd-productions-more .fl-module-content .fl-button:visited {
  background-color: transparent;
  border: none;
  padding: 0;
}
.cd-productions-more .fl-module-content .fl-button .fl-button-text {
  font-size: 0.875rem;
  font-weight: 350;
  line-height: 1.5;
  font-family: "Noto Sans", sans-serif;
  color: #FFF;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
@media (min-width: 992px) {
  .cd-productions-more .fl-module-content .fl-button .fl-button-text {
    font-size: 1rem;
  }
}
@media (min-width: 1400px) {
  .cd-productions-more .fl-module-content .fl-button .fl-button-text {
    font-size: 1.125rem;
  }
}
@media (min-width: 1680px) {
  .cd-productions-more .fl-module-content .fl-button .fl-button-text {
    font-size: 1.25rem;
  }
}
.cd-productions-more .fl-module-content .fl-button .fl-button-icon {
  margin-left: 0;
}
.cd-productions-more .fl-module-content .fl-button .fl-button-icon::before {
  color: #FFF;
  font-size: 1rem;
}
.cd-productions-more .fl-module-content .fl-button .fl-button-icon::before {
  font-size: 1.25rem;
}
