

/* Carousel base class */
.carousel {
  margin-top: 4.5rem;
  margin-bottom: 4rem;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  top: 50%;
  bottom: 50%;
  z-index: 10;
  padding: 0;
  left: 14%;
  right: 10%;
  width: 80%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.carousel-caption h1{
font-family: 'BBC Reith Sans Lt';
font-style: normal;
font-weight: 300;
font-size: 1.5rem;
line-height: 2rem;
color: #fff;
margin-bottom: 0;
}
.carousel-caption h1.strong{
  font-family: 'BBC Reith Sans';
  font-weight: bold;
}
/* Declare heights because of positioning of img element */
.carousel-item {
  height: 18.75rem;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
}
.carousel-item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 32rem;
}
.hero-bg-color{
  background: linear-gradient(274.82deg, rgba(59, 23, 89, 0) 3.88%, rgba(0, 0, 0, 0.15) 48.61%, #000000 104.24%);
  position: relative;
  width: 100%;
  height: 100%;
}

/* Carousel indicators */
.carousel-indicators{margin-bottom: 2rem;}
.carousel-indicators [data-bs-target]{
  width: .5rem;
  height: .5rem;
  opacity: 0.5;
  border-radius: 50%;
  border: 0.25rem solid transparent;
}
.carousel-indicators .active{
  opacity: 1 !important;
  width: 0.625rem;
  height: 0.625rem;
  background-color: #FF5D4A;
  border-radius: 50%;
  border: 0.25rem solid rgba(255, 255, 255, 0.5);
}
.carousel-control-next-icon, .carousel-control-prev-icon{
  width: 3rem;
  height: 3rem;
}

/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
  margin-bottom: 1.5rem;
  text-align: center;
}
.marketing h2 {
  font-weight: 400;
}
/* 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 */
.featurette-heading {
  font-weight: 300;
  line-height: 1;
  /* rtl:remove */
  letter-spacing: -.05rem;
}


/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 40em) {
  /* Bump up size of carousel content */
  .carousel-item{height: 28.125rem;}
  .carousel-caption h1{
    font-size: 2.75rem;
    line-height: 3.5rem;
    }
  .carousel-caption {
    left: 15%;
    right: 15%;
    top: 50%;
    bottom: 50%;
    width: 65%;
  }
  .carousel-caption p {
    margin-bottom: 1.25rem;
    font-size: 1.25rem;
    line-height: 1.4;
  }

  .featurette-heading {
    font-size: 50px;
  }
}

@media (min-width: 62em) {
  .carousel-item{height: 33.438rem;}
  .carousel-caption h1{
    font-size: 3rem;
    line-height: 3.75rem;
    }
  .carousel-caption {
    left: 15%;
    right: 15%;
    bottom: 50%;
    width: 50%;
    top: 50%;
  }
  .featurette-heading {
    margin-top: 7rem;
  }

}
