.hero-swiper {
  width: 100%;
  height: 500px;
}

.hero-swiper .swiper-slide {
  width: 100%;
  height: 100%;
}

.hero-slide-image img {
  width: 100%;
  height: 500px;
  object-fit: cover;
  display: block;
}

.hero-slide {
  position: relative;
  height: 500px;
  overflow: hidden;
}

.hero-slide-image {
  position: absolute;
  width: 100%;
  height: 100%;
}

.hero-slide-image img {
  width: 100%;
  height: 500px;
  object-fit: cover;
}


.hero-slide-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.45);
  z-index: 1;
}

.hero-slide-content {
    position: absolute;
    top: 50%;
    left: 60px;
    transform: translateY(-50%);
    padding-bottom: 50px;
    z-index: 2;
}

.hero-slide-content h2 {
  font-size: 48px;
  margin-bottom: 15px;
  color: #ffffff;
}


.hero-slide-subtitle {
  font-size: 26px;
  margin-bottom: 15px;
  color: #ffffff;
}


.hero-slide-description {
  font-size: 18px;
  margin-bottom: 25px;
  color: #ffffff;
}


.hero-slide-buttons {
  display: flex;
  gap: 15px;
}


.hero-primary-button,
.hero-secondary-button {
  padding: 12px 28px;
  border-radius: 5px;
  text-decoration: none;
  display: inline-block;
  font-weight: 600;
}


.hero-primary-button {
  background: #ffffff;
  color: #000000;
}


.hero-secondary-button {
  border: 2px solid #ffffff;
  color: #ffffff;
}


.hero-primary-button:hover,
.hero-secondary-button:hover {
  opacity: 0.85;
}

.swiper-button-next,
.swiper-button-prev {
    color: #fff;
}

.swiper-pagination-bullet-active {
    background: #fff;
}

.hero-title{

    font-family:var(--font-heading);

    font-size:82px;

    line-height:.9;

    letter-spacing:2px;

    text-transform:uppercase;

}
