/* BANNER */
.rotating-text {
  position: relative; 
  font-size: 2rem;
	text-shadow: 0 0 10px rgba(0,0,0,0.3);
  font-weight: bold;
  color: #F5D76E;
  line-height: 1.4em;
  min-height: 3em;
	font-family: "Barlow Semi Condensed", sans-serif;
}

.rotating-text .text-item {
  opacity: 0;
	color: #CFAE5E;
  position: absolute;
	transition: opacity 0.3s ease-in-out;
  width: 100%;
  left: 0;
	visibility: hidden;
	font-weight: bold;
	font-family: "Barlow Semi Condensed", sans-serif;
}

.rotating-text .text-item small {
  display: block;
  font-size: 0.6em;
  font-weight: normal;
  margin-top: 0.3em;
	color: #F0EEDB !important
}

.rotating-text .text-item.active {
  opacity: 1;
  position: relative;
	visibility: visible;
}

/* SLIDER ELEMENTS */
.elementor-background-slideshow .swiper-slide {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

.elementor-background-slideshow.swiper-fade .swiper-slide {
  pointer-events: none;
}

.elementor-background-slideshow.swiper-fade .swiper-slide-active {
  pointer-events: auto;
}

.elementor-background-slideshow .swiper-slide-active {
  z-index: 2;
}


/* Responsive */
@media (max-width: 768px) {
  .main-title {
	font-size: 32px;
  }

  .subtitle {
	font-size: 16px;
  }
}
