/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Swiper Carousel Styles */
.hero-carousel {
  margin-bottom: 4rem;
  height: 32rem;
  position: relative;
}

.hero-carousel .swiper-slide {
  position: relative;
  height: 100%;
  overflow: hidden;
}

.hero-carousel .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Carousel caption positioning */
.hero-carousel .carousel-caption {
  position: absolute;
  bottom: 3rem;
  left: 0;
  right: 0;
  z-index: 10;
  color: white;
}

.hero-carousel .carousel-caption.text-start {
  text-align: center;
}

.hero-carousel .carousel-caption.text-end {
  text-align: center;
}

.hero-carousel .carousel-caption h1 {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 1rem;
  color: white;
}

.hero-carousel .carousel-caption p {
  font-size: 1.25rem;
  margin-bottom: 1.25rem;
}

/* Swiper navigation buttons styling */
.hero-carousel .swiper-button-prev,
.hero-carousel .swiper-button-next {
  color: white;
  background: rgba(0, 0, 0, 0.5);
  width: 50px;
  height: 50px;
  border-radius: 50%;
}

.hero-carousel .swiper-button-prev:after,
.hero-carousel .swiper-button-next:after {
  font-size: 20px;
}

.hero-carousel .swiper-button-prev:hover,
.hero-carousel .swiper-button-next:hover {
  background: rgba(0, 0, 0, 0.7);
}

/* Swiper pagination styling */
.hero-carousel .swiper-pagination-bullet {
  background: white;
  opacity: 0.5;
  width: 12px;
  height: 12px;
}

.hero-carousel .swiper-pagination-bullet-active {
  opacity: 1;
  background: white;
}

/* Custom carousel text styles */
.typeset1 {
  font-family: "Metamorphous", serif;
  font-weight: 400;
  font-style: normal;
}

.titlebkg1 {
  color: white;
  text-shadow: 1px 1px 2px black, 0 0 1em gray, 0 0 0.2em gray;
}

/* Inner banner title styling */
.inner-banner__content h2 {
  color: white;
  font-size: 48px;
  text-align: center;
  margin: 0;
}

.inner-banner__content h2 .titlebkg1 {
  display: inline-block;
}


/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
  margin-bottom: 1.5rem;
  text-align: center;
}
/* rtl:begin:ignore */
.marketing .col-lg-4 p {
  margin-right: .75rem;
  margin-left: .75rem;
}
/* rtl:end:ignore */


/* Featurettes
------------------------- */

.featurette-divider {
  margin: 5rem 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
/* rtl:begin:remove */
.featurette-heading {
  letter-spacing: -.05rem;
}

/* rtl:end:remove */

/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 40em) {
  /* Bump up size of carousel content */
  .hero-carousel .carousel-caption p {
    margin-bottom: 1.25rem;
    font-size: 1.25rem;
    line-height: 1.4;
  }

  .hero-carousel .carousel-caption h1 {
    font-size: 3rem;
  }

  .featurette-heading {
    font-size: 50px;
  }
}

@media (min-width: 62em) {
  .featurette-heading {
    margin-top: 7rem;
  }
}
