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

/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
    background-position: top left;
    background-repeat: no-repeat;
    /* bottom: 15rem; */
    z-index: 10;
    background-size: 32%;
}

/* Declare heights because of positioning of img element */
.carousel-item {
  height: 44rem;
}
.carousel-item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height:auto;
}

.carousel-caption {
    position: absolute;
    right: 9%;
    bottom: 0 !important;
    left: auto;
    padding-top: 5.25rem;
    padding-bottom: 13.25rem;
    color: #fff;
    text-align: center;
    top: 117px !important;
    width: 50%;
}
.carousel-caption p {
    color: #fff;
    font-size: 20px;
    font-weight: 400;
}
.carousel-caption h1 {
    font-size: 84px;
    color: #ffb549;
    font-family: 'Rubik', sans-serif;
    font-weight: 800;
    text-transform: uppercase;
    text-shadow: 2px 3px 2px #2c2c2c;

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


.carousel-indicators {
    margin-bottom: 4rem;
  }

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

a.btn.slid-btn {
    z-index: 9999;
    position: absolute;
    background: #ffeda8;
    border: solid 2px #ffeda8;
    color:#1abcff;
    top: auto;
    bottom: 9em;
    right: 6em;
    border-radius: 100px;
    font-size: 19px;
    font-weight: 700;
    padding: 10px 26px;
}

a.btn.slid-btn:hover{
 background: none;
 color: #ffb549;
}
.carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 10px;
    height: 10px;
    border-radius: 100px;
    padding: 0;
    background-color: #fff;
    border: 0 !important;
    opacity: 1 !important;
    transition: opacity .6s ease;
}

.carousel-indicators .active{
  background: #ffeda8;
}
/* RESPONSIVE CSS
-------------------------------------------------- */
@media (max-width: 40em) {
  
   .carousel-caption {
    top: 80px !important;
}
}
@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;
  }
}

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