/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

body {
  /* padding-top: 0rem;
  padding-bottom: 3rem; */
  /* color: #5a5a5a; */
}

body, html {
  height: 100%;
  margin: 0;
}


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

/* Carousel base class */
.carousel {
  margin-bottom: 4rem;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  /* top: 40%; */
  top: 30%;
  z-index: 10;
  text-align: left;
  /* width: 50%; */
}

.carousel-caption-left {
  text-align: center!important;
  /* left: 0; */
}

.carousel-caption-right {
  text-align: center!important;
  /* right: 0;
  float: right; */
}

/* Declare heights because of positioning of img element */
/* .carousel-item {
  height: 23rem;
  background-size: cover;
  background-position: center;
}
.carousel-item img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 32rem;
} */

.carousel-item {
height: 35rem!important;
/* min-height: 350px; */
background: no-repeat center center scroll;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
background-blend-mode: overlay;
/* background: linear-gradient(to bottom right, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.76) 100%); */
z-index: 1;
background-position: 50% 50%;
}

/* 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;
}

.carousel-control-next-icon, .carousel-control-prev-icon {
  width: 1.5rem;
  height: 1.5rem;
}

.carousel {
    margin-bottom: 20px!important;
}

.carousel-product .carousel-item {
  height: auto!important;
  /* background-size: cover; */
}

.carousel-product .carousel-indicators{
  margin-bottom: -40px;
}

.carousel-product .carousel-indicators [data-bs-target]{
  height: 10px;
  width: 10px;
  opacity: 1!important;
  border: 1px solid #fff;
  padding: 2px;
}

.carousel-product .carousel-indicators {
  justify-content: flex-start!important;
  padding-left: 0;
}


/* Vertical carousel
---------------------------------------------------*/



/* 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;
  }

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

  .carousel-product .carousel-item {
    height: auto!important;
    /* background-size: cover; */
  }

  .carousel-product .carousel-indicators{
    margin-bottom: -40px;
  }

  .carousel-product .carousel-indicators [data-bs-target]{
    height: 10px;
    width: 10px;
    opacity: 1!important;
    border: 1px solid #fff;
    padding: 2px;
  }
}

@media (min-width: 62em) {
  .carousel {
    margin-bottom: -0px;
  }

  .carousel-item {
    /* height: 43rem!important; */
    height: 30vh!important;
    background-size: cover;
  }

  .carousel-product .carousel-item {
    height: auto!important;
    /* background-size: cover; */
  }

  .carousel-product .carousel-indicators{
    margin-bottom: -40px;
    padding-left: 10px!important;
  }

  .carousel-product .carousel-indicators [data-bs-target]{
    height: 10px;
    width: 10px;
    opacity: 1!important;
    border: 1px solid #fff;
    padding: 2px;
  }

  .carousel-product .carousel-indicators .active{
    border: 2px solid #DCD9D9;
    padding: 2px;
    /* margin-bottom: -25px; */
  }

  .carousel-indicators{
    justify-content: left;
    margin-left: 0;
  }

  .featurette-heading {
    margin-top: 7rem;
  }

  .carousel-control-next{
    /* position: relative;
    display: inline-block;
    width: 0;
    top: -50px; */
    /* margin-right: -3%; */
    /* float: right;
    opacity: 1; */
  }

  .carousel-control-prev{
    /* position: relative;
    display: inline-block;
    width: 0;
    top: -50px; */
    /* margin-right: 30px; */
    /* float: right;
    opacity: 1; */
  }

  .carousel-control-next-icon, .carousel-control-prev-icon {
    width: 2rem;
    height: 2rem;
  }

  .carousel-caption h5{
    line-height: 35px;
    letter-spacing: normal;
    font-weight: 400;
    font-size: 26px;
    border-color: rgb(17, 17, 17);
    color: #000;
  }
  .carousel-caption, 
  .carousel-caption h1{
    color: #FFFFFF !important;
  }
  .carousel-caption h2{
    line-height: 50px;
    letter-spacing: 2px;
    font-weight: 400;
    font-size: 50px;
    color: #000;
  }
}
