.slider-quote {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 3vw;
  font-family: 'Figtree', sans-serif;
  font-weight: bold;
  text-shadow: 2px 2px 8px rgba(0,0,0,0.7);
  z-index: 2;
  pointer-events: none;
  white-space: nowrap;
}
.hero1-section-area {
  position: relative;
}
.hero1-section-area img {
  display: block;
  width: 100vw;
  height: auto;
}
