/* MuQuest — bloco Classes (style.css) + paths Warfield assets + escopo #quest-bigSlider */
#quest-bigSlider {
  position: relative;
  overflow-x: clip;
  /* Texto: menor = mais à esquerda */
  --class-pad-left: 160px;
}
#quest-bigSlider .slider-for {
  width: 100%;
  background: url(../big-slider-bg.jpg) center top 50px no-repeat;
  z-index: 2;
  position: relative;
}
#quest-bigSlider .slider-for:before {
  content: "";
  position: absolute;
  background: url(../line.png) no-repeat;
  width: 1148px;
  height: 86px;
  left: 50%;
  margin-left: -574px;
  top: 10px;
}
#quest-bigSlider .tabs-content {
  display: none;
  opacity: 0;
}
#quest-bigSlider .tabs-content.active {
  display: block;
  opacity: 1;
  animation: 1s opas linear;
}
#quest-bigSlider .slideTabs {
  position: relative;
}
#quest-bigSlider .slideContent {
  position: relative;
  padding: 120px 120px 70px var(--class-pad-left);
  height: 700px;
  box-sizing: border-box;
}
#quest-bigSlider .slide-hero {
  position: absolute;
  left: auto; 
  right: 20px;
  top: 0;
  z-index: 1;
}
#quest-bigSlider .slide-tabs-caption {
  position: absolute;
  display: flex;
  z-index: 3;
  transform: rotate(-90deg);
  top: 280px;
  left: -10px;
  list-style: none;
  padding: 0;
  margin: 0;
}
#quest-bigSlider .slide-tabs-caption li {
  position: relative;
  top: 360px;
  margin: 0 15px;
  cursor: pointer;
}
#quest-bigSlider .slide-tabs-caption .active {
  color: #fff;
}
#quest-bigSlider .slideInfo {
  position: relative;
  z-index: 2;
}
#quest-bigSlider .slideInfo-name {
  color: #fff;
  font-size: 60px;
  display: block;
  font-family: "Philosopher", sans-serif;
  letter-spacing: 5px;
  margin-bottom: 14px;
  text-transform: uppercase;
}
#quest-bigSlider .slideInfo-text {
  width: 100%;
  max-width: 500px;
  font-size: 12px;
  font-style: italic;
  line-height: 1.4;
  margin-bottom: 28px;
}
#quest-bigSlider .slideInfo-stats {
  max-width: 580px;
}
#quest-bigSlider .slideInfo-stats_title {
  color: #cc7954;
  font-size: 18px;
  font-family: "Philosopher", sans-serif;
  text-transform: uppercase;
  margin-bottom: 10px;
  display: block;
}
#quest-bigSlider .stats {
  padding: 10px 0;
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  margin-right: 20px;
}
#quest-bigSlider .stats span {
  display: block;
}
#quest-bigSlider .stats-name {
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  width: 80px;
}
#quest-bigSlider .stats-bar {
  width: 140px;
  background: rgba(255, 255, 255, 0.1);
  height: 3px;
  margin-right: 15px;
}
#quest-bigSlider .stats-bar span {
  width: 0%;
  height: 3px;
  position: relative;
  transition: 3s;
}
#quest-bigSlider .stats-bar span:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 8px;
  height: 3px;
}
#quest-bigSlider .stats-number {
  font-size: 12px;
  width: 30px;
}
#quest-bigSlider .stat-green {
  color: #46c022;
}
#quest-bigSlider .stat-green span {
  background: linear-gradient(to right, #1e3621, #4fee20);
}
#quest-bigSlider .stat-green span:after {
  box-shadow: 0 0 10px 1px #4fee20;
}
#quest-bigSlider .stat-red {
  color: #cf4721;
}
#quest-bigSlider .stat-red span {
  background: linear-gradient(to right, #451b15, #cf3e14);
}
#quest-bigSlider .stat-red span:after {
  box-shadow: 0 0 10px 1px #cf3e14;
}
#quest-bigSlider .stat-yellow {
  color: #cd8c21;
}
#quest-bigSlider .stat-yellow span {
  background: linear-gradient(to right, #332615, #cf8914);
}
#quest-bigSlider .stat-yellow span:after {
  box-shadow: 0 0 10px 1px #cf8914;
}
@keyframes opas {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
#quest-bigSlider .slick-active .slideFor .stats-bar span {
  width: 100%;
}
#quest-bigSlider .hero_3 {
  right: 0;
}
#quest-bigSlider .slideNav {
  cursor: pointer;
  transition: 0.3s;
}
#quest-bigSlider .slideNav-img {
  background: url(../hero-slider-mini-bg.png) center no-repeat;
  width: 120px;
  height: 120px;
  position: relative;
  margin: 0 auto;
  transition: 0.3s;
}
#quest-bigSlider .slideNav-img img {
  position: absolute;
  bottom: 0;
  transition: 0.3s;
}
#quest-bigSlider .slideNav-text {
  text-align: center;
  color: #fcedc0;
  font-size: 16px;
  font-family: "Philosopher", sans-serif;
  position: relative;
  top: -10px;
  transition: 0.3s;
}
#quest-bigSlider .slider-nav {
  width: 100%;
  max-width: min(1050px, 100%);
  margin: 0 auto;
  margin-top: -180px;
  z-index: 5;
  position: relative;
  padding: 0 12px;
  box-sizing: border-box;
}
#quest-bigSlider .slider-nav .slick-list {
  overflow: hidden;
  margin: 0 auto;
}
#quest-bigSlider .slider-nav:before {
  content: "";
  position: absolute;
  background: url(../hero-border.png) no-repeat;
  width: 1000px;
  height: 257px;
  left: 50%;
  margin-left: -489px;
  top: -100px;
  pointer-events: none;
}
#quest-bigSlider .slick-center .slideNav-img,
#quest-bigSlider .slick-current .slideNav-img {
  background: url(../hero-slider-mini-hover-bg.png) center no-repeat;
  filter: drop-shadow(0 0 25px rgba(74, 159, 224, 0.65));
}
#quest-bigSlider .slick-center .slideNav-img img,
#quest-bigSlider .slick-current .slideNav-img img {
  transform: scale(1.3);
}
#quest-bigSlider .slick-center .slideNav-text,
#quest-bigSlider .slick-current .slideNav-text {
  font-size: 20px;
  top: 5px;
}
#quest-bigSlider .slider-nav .slick-track {
  height: 180px;
  padding-top: 30px;
}

@media (max-width: 900px) {
  #quest-bigSlider .slideContent {
    padding: 90px 24px 50px 24px;
    height: auto;
    min-height: 520px;
  }
  #quest-bigSlider .slide-hero {
    right: 0;
    max-width: 85%;
  }
  #quest-bigSlider .slider-nav {
    margin-top: -120px;
  }
  #quest-bigSlider .slider-nav:before {
    display: none;
  }
}
