/* SUPER SLIDER */
.lazybg {background-image: none !important}

#slider-wrap{
  height: 100vh;
  position: relative;
}

#masterWrap {
  width: 100vw;
  height: 100vh;
  position: absolute;
  overflow: hidden;
}

#panelWrap {
  height: 100%;
  will-change: transform;
  display: flex;
}

#masterWrap section {
  height: 100vh;
  width: 100vw;
  min-width: 100vw;
  display: flex;
  align-content: center;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  position: relative;
  flex-shrink: 0;
  box-sizing: border-box;
  padding: 0 10vw;
  color:#fff;
}

#masterWrap section.black {
  align-items: center;
  gap: 1rem;
}

#masterWrap section .animateContent {
  opacity: 0;
  visibility: hidden;
  /*transform: translate(0px, 300px);*/
}

#masterWrap h1, #masterWrap h2 {
  font-size: 6rem;
  font-weight: 700;
  letter-spacing: 0.05rem;
  margin: 0.5rem 0;
  color: #fff;
  text-shadow: 5px 5px 10px #000;
}

#masterWrap section.black h2 {
  text-shadow: 0px 0px 10px #000;
  text-align: center;
}

#masterWrap section.black h2 span {
  font-size: 6.3rem;
  font-weight: 700;
  color: #000;
  text-shadow: 0px 0px 15px #ffc66e;
}

#masterWrap section div.top-text {
  max-width: 50vw;
  font-size: 3rem;
  font-weight: 400;
  line-height: 4rem;
  text-shadow: 5px 5px 10px #000;
}

#masterWrap section.black div.top-text {
  text-align: center;
}

#masterWrap section div.bottom-text {
  max-width: 50vw;
  font-size: 3rem;
  font-weight: 400;
  line-height: 4rem;
  text-shadow: 5px 5px 10px #000;
}

#masterWrap section.black div.bottom-text {
  text-align: center;
}

#masterWrap a {
  color: #fff;
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: 0.05rem;
  text-align: center;
  text-shadow: rgb(0, 0, 0) 0px 0px 14px;
  text-decoration: none;
  display: block;
  position: relative;
  padding: 0.1rem 0;
  overflow: hidden;
}

#masterWrap a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.1rem;
  background-color: #fff;
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition: opacity 300ms, transform 300ms;
}

#masterWrap a:hover::after,
#masterWrap a:focus::after {
  opacity: 1;
  transform: translate3d(-100%, 0, 0);
  box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
}


/*.hideMe {
  opacity: 0;
  height: 100vh;
  position: relative;
}*/



#counter {
  position: absolute;
  bottom: 2rem;
  left: 10vw;
  z-index: 100;
  color: #fff;
  font-size: 2em;
  text-shadow: rgb(0, 0, 0) 0px 0px 14px;
}

#counter span.counter-current {
  font-size: 5rem;
  margin-right: 0.1rem;
}

#counter span.counter-separator {
  display: inline;
}

#counter span.counter-all {
  font-size: 3.5rem;
  margin-left: 0.1rem;
}

.dot {
  width: 12px;
  height: 12px;
  border-radius: 100%;
  position: relative;
  background-color: #fff;
  margin: 12px 8px;
  cursor: pointer;
  float: left;
}

.dot.active {
  scale: 1.7;
}

.dots {
  position: absolute;
  z-index: 100;
  left: 50%;
  bottom: 2rem;
  transform: translateX(-50%);
}

#leftArrow {
  left: 1rem;
}

#rightArrow {
  right: 1rem;
}

.arrow {
  position: absolute;
  z-index: 100;
  top: 50vh;
  transform: translateY(-50%);
  cursor: pointer;
  opacity: 0.75;
  width: 40px;
  height: 40px;
  stroke-width: 2px;
  stroke: white;
  fill: transparent;
  transition: all 0.3s ease;
}

.arrow:hover {
  opacity: 1;
  transform: translateY(-50%) scale(1.1);
}

@media (min-width: 700px) {
  /*#masterWrap .iconWrap {
    width: 600px;
  }*/
}

#masterWrap .icon {
  text-align: center;
  width: 150px;
  float: left;
}

#masterWrap .icon svg {
  width: 50px;
  height: 50px;
  margin: 6px 0;
  overflow: visible;
}


@media (max-width: 768px) {
  #masterWrap section.black {
    background-position: center right !important;
    align-items: flex-start;
  }
  #masterWrap section h1, #masterWrap section h2, #masterWrap section.black h2 {
    font-size: 5rem;
  }
  #masterWrap section.black h2 span {
    font-size: 5.3rem;
  }
  #masterWrap section div.top-text, #masterWrap section div.bottom-text {
    font-size: 2rem;
    line-height: 3rem;
  }
  #masterWrap section.black h2, #masterWrap section.black div.top-text, #masterWrap section.black div.bottom-text {
    text-align: left;
    max-width: 100%;
  }
  #leftArrow {
    left: 0;
  }

  #rightArrow {
    right: 0;
  }

}

@media (max-width: 480px) {
  #masterWrap section h1, #masterWrap section h2, #masterWrap section.black h2 {
    font-size: 4rem;
  }
  #masterWrap section.black h2 span {
    font-size: 4.3rem;
  }
  #masterWrap section div.top-text, #masterWrap section div.bottom-text {
    font-size: 1.7rem;
    line-height: 2rem;
  }
  #counter {
    display: none;
  }
}
