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

/* Carousel base class */
.carousel {
  margin-bottom: 4rem;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  bottom: 3rem;
  z-index: 10;
  padding: 4rem 0 2rem 4rem;
  display: block;
  font-family: Avenir Next Condensed;
  font-weight: 400;
  font-size: 24px;
  font-style: italic;
  background: url(../../img/sliderComntLftImg.png) bottom left no-repeat;
}

.carousel-caption div{
  padding: 4rem 1rem 2rem 0;
  background: #242424 url(../../img/sliderComntRtImg.png) top right no-repeat;
  text-align: left;
  vertical-align: middle;
}


/* Declare heights because of positioning of img element */
.carousel-item {
  height: 32rem;
}
.carousel-item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 32rem;
}
.textureCmntDivContnr{
  background:#fff;
  background-image: url(../../img/textureComntBg.jpg);
  background-position: bottom;
  background-repeat: no-repeat;
  padding-bottom: 3rem!important;
  padding-top: 0px;
}
.carousel-caption p.name{
  position: absolute;
  bottom: -32px;
  right: 0;
  display: block;
  background: #242424;
  padding:0 1rem;
  font-size: 32px;.
  font-family: Avenir Next Condensed;
  font-style: normal;
  font-weight: 400;
  color: #fff;
  text-align: left;
}

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

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

}

@media only screen and (max-width: 912px) and (min-width: 280px) {
  .carousel-item {
    height: 25rem;
}
.carousel-caption {
    position: absolute;
    right:0;
    bottom: 1.25rem;
    left: 0;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #fff;
    text-align: center;
}
.carousel-caption {
  bottom: 3rem;
  z-index: 10;
  padding: 4rem 0 2rem 4rem;
  display: block;
  font-family: Avenir Next Condensed;
  font-weight: 400;
  font-size: 1rem;
}
.carousel-caption p.name {
  position: absolute;
  bottom: -25px;
  right: 0;
  display: block;
  background: #242424;
  padding: 0 1rem;
  font-size: 0.8rem;
  font-style: normal;
  font-weight: 400;
  color: #fff;
  text-align: left;
}
.carousel-caption div{
  padding: 4rem 1rem 2rem 0;
  background: url(../../img/sliderComntRtImg.png) top right no-repeat;
  text-align: left;
  vertical-align: middle;
}

}

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


.carousel-indicators {
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  
}
.carousel-indicators [data-bs-target] {
  width: 9.4%;
  height: 8px;
  background-color: #d49e38;
}