/* Override for index.html */
.project-detail-parallax-item {
  pointer-events: visible;
}
.project-detail-parallax-item .detail-parallax-item-footer {
  background-color: #C5A028;
}
.project-detail-parallax-item .detail-parallax-item-footer .detail-parallax-item-footer-subtitle {
  font-weight: 600;
}

body.index-page {
  --houdek-gold: #C5A028;
}

body.index-page .prague-header,
body.index-page .prague-header.simple.sticky-menu.light,
body.index-page .prague-header.simple.sticky-menu.light.static,
body.index-page .prague-header.simple.sticky-menu.light.scroll {
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 1px 0 rgba(17, 17, 17, 0.08);
}

body.index-page .prague-header .main-menu > li > a,
body.index-page .prague-header .main-menu li a,
body.index-page .prague-header .prague-navigation .main-menu > li > a,
body.index-page .prague-header.light .main-menu li a,
body.index-page .prague-header.light .prague-navigation .main-menu > li > a,
body.index-page .prague-header.simple.sticky-menu.light.static .main-menu li a,
body.index-page .prague-header.simple.sticky-menu.light.scroll .main-menu li a,
body.index-page .prague-header .prague-social-nav a,
body.index-page .prague-header .prague-nav-menu-icon a {
  color: #111 !important;
  opacity: 1 !important;
}

body.index-page .prague-header .prague-logo,
body.index-page .prague-header .prague-logo a {
  display: block !important;
  opacity: 1 !important;
  visibility: visible !important;
  position: relative;
  z-index: 20;
  width: 160px;
}

body.index-page .prague-header .prague-logo img,
body.index-page .prague-header .prague-logo .image_logo,
body.index-page .prague-header.light .prague-logo img,
body.index-page .prague-header.simple.sticky-menu.light.static .prague-logo img,
body.index-page .prague-header.simple.sticky-menu.light.scroll .prague-logo img {
  display: block !important;
  opacity: 1 !important;
  visibility: visible !important;
  height: 42px;
  width: 160px;
  max-width: 160px;
  object-fit: contain;
  filter: none !important;
}

body.index-page .prague-header .prague-nav-menu-icon a i,
body.index-page .prague-header .prague-nav-menu-icon a i:before,
body.index-page .prague-header .prague-nav-menu-icon a i:after {
  background-color: #111 !important;
}

body.index-page .prague-header .main-menu li:hover > a,
body.index-page .prague-header .main-menu li.active > a,
body.index-page .prague-header .main-menu li.current-menu-item > a,
body.index-page .prague-header .main-menu li.current-menu-ancestor > a {
  color: #111 !important;
  opacity: 1 !important;
}

body.index-page .margin-top {
  margin-top: 96px;
}

body.index-page .static-showcase {
  padding: 0;
}

body.index-page .showcase-category-item {
  position: relative;
  display: block;
  min-height: auto;
  color: #111;
  overflow: hidden;
  background: #fff;
  cursor: pointer;
}

body.index-page .showcase-category-item:hover,
body.index-page .showcase-category-item:focus {
  color: #111;
}

body.index-page .showcase-category-item .slide-image,
body.index-page .showcase-category-item .images-slider-wrapper,
body.index-page .showcase-category-item img {
  width: 100%;
  height: 100%;
}

body.index-page .static-showcase .showcase-category-item .slide-image,
body.index-page .static-showcase .showcase-category-item .slide-image.full-height-window-hard {
  position: relative;
  height: 80vh !important;
  min-height: 520px;
  max-height: 900px;
  overflow: hidden;
}

body.index-page .showcase-category-item .images-slider-wrapper {
  display: block;
  position: relative;
  overflow: hidden;
  transform: translateZ(0);
  transition: transform 1800ms cubic-bezier(0.16, 1, 0.3, 1);
}

body.index-page .showcase-category-item img {
  display: block;
  object-fit: cover;
  transform: scale(1) translate3d(0, 0, 0);
  filter: saturate(1) contrast(1);
  will-change: transform, filter;
  transform-origin: center center;
  backface-visibility: hidden;
  transition: transform 1800ms cubic-bezier(0.16, 1, 0.3, 1), filter 1800ms cubic-bezier(0.16, 1, 0.3, 1);
}

body.index-page .showcase-category-item:hover .images-slider-wrapper,
body.index-page .showcase-category-item:focus .images-slider-wrapper {
  transform: scale(1.025);
}

body.index-page .showcase-category-item:hover .slide-image img,
body.index-page .showcase-category-item:focus .slide-image img {
  transform: scale(1.14) translate3d(0, 0, 0);
  filter: saturate(1.12) contrast(1.03);
}

body.index-page .showcase-category-item .content-showcase-wrapper {
  position: relative;
  padding: 18px 24px 22px;
  background: #fff;
  transition: background-color 650ms cubic-bezier(0.16, 1, 0.3, 1), color 650ms cubic-bezier(0.16, 1, 0.3, 1), transform 650ms cubic-bezier(0.16, 1, 0.3, 1), box-shadow 650ms cubic-bezier(0.16, 1, 0.3, 1);
}

body.index-page .showcase-category-item .slide-title {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.05;
  text-transform: uppercase;
  color: #111;
  transition: color 300ms ease;
}

body.index-page .showcase-category-item .slide-category {
  margin-top: 8px;
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #777;
  opacity: 1;
  transition: color 300ms ease, opacity 300ms ease;
}

body.index-page .showcase-category-item:hover .content-showcase-wrapper,
body.index-page .showcase-category-item:focus .content-showcase-wrapper {
  background: linear-gradient(135deg, #B08A1A 0%, #C5A028 28%, #DDBA3C 54%, #C5A028 76%, #A07818 100%);
  transform: translateY(-2px);
  box-shadow: 0 18px 36px rgba(0, 0, 0, 0.18);
}

body.index-page .showcase-category-item:hover .slide-title,
body.index-page .showcase-category-item:focus .slide-title,
body.index-page .showcase-category-item:hover .slide-category,
body.index-page .showcase-category-item:focus .slide-category {
  color: #fff;
}

body.index-page .showcase-category-item:hover .slide-category,
body.index-page .showcase-category-item:focus .slide-category {
  opacity: 0.92;
}

body.index-page .prague-footer.default .footer-info-block-content p,
body.index-page .prague-footer.default .footer-info-block-content a,
body.index-page .prague-footer.default .footer-copyright p,
body.index-page .prague-footer.default .footer-info-block-title {
  color: #fff;
}

body.index-page .prague-footer.default .prague-logo img {
  display: block;
  max-width: 180px;
  width: auto;
  height: auto;
}

body.index-page .prague-footer.default .social-content a {
  border-color: rgba(255,255,255,0.3);
  color: #fff;
}

body.index-page .prague-footer.default .social-content a:hover {
  border-color: #fff;
  background: #fff;
  color: #111;
}

@media screen and (max-width: 991px) {
  body.index-page .margin-top {
    margin-top: 86px;
  }

  body.index-page .static-showcase .showcase-category-item .slide-image,
  body.index-page .static-showcase .showcase-category-item .slide-image.full-height-window-hard {
    height: 52vh !important;
    min-height: 360px;
    max-height: 520px;
  }

  body.index-page .showcase-category-item .slide-title {
    font-size: 28px;
  }
}

/* Exhibition strip */
body.index-page .exhibition-strip {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: 18px 24px;
  background: #111;
  text-decoration: none;
  transition: background 300ms ease;
}

body.index-page .exhibition-strip:hover {
  background: #1a1a1a;
}

body.index-page .exhibition-strip-label {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #C5A028;
}

body.index-page .exhibition-strip-sep {
  color: rgba(255, 255, 255, 0.25);
  font-size: 14px;
}

body.index-page .exhibition-strip-title {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #fff;
}

body.index-page .exhibition-strip-venue {
  font-size: 12px;
  letter-spacing: 0.06em;
  color: rgba(255, 255, 255, 0.55);
}

body.index-page .exhibition-strip-countdown {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.1em;
  color: rgba(255, 255, 255, 0.7);
}

body.index-page .exhibition-strip-arrow {
  font-size: 14px;
  color: #C5A028;
  transition: transform 250ms ease;
}

body.index-page .exhibition-strip:hover .exhibition-strip-arrow {
  transform: translateX(4px);
}

@media screen and (max-width: 600px) {
  body.index-page .exhibition-strip {
    flex-wrap: wrap;
    gap: 8px 12px;
    padding: 14px 16px;
    text-align: center;
  }
  body.index-page .exhibition-strip-venue,
  body.index-page .exhibition-strip-sep--countdown {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  body.index-page .margin-top {
    margin-top: 76px;
  }

  body.index-page .static-showcase .showcase-category-item .slide-image,
  body.index-page .static-showcase .showcase-category-item .slide-image.full-height-window-hard {
    height: 34vh !important;
    min-height: 220px;
    max-height: 320px;
  }

  body.index-page .showcase-category-item .content-showcase-wrapper {
    padding: 18px 18px 22px;
  }

  body.index-page .showcase-category-item .slide-title {
    font-size: 22px;
  }

  body.index-page .showcase-category-item .slide-category {
    font-size: 11px;
    letter-spacing: 0.14em;
  }
}
