/* 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: 45rem;
    /*height: 37rem;*/
}

.carousel-item>img {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    height: 100%;
}

.carousel-caption {
    position: absolute;
    right: 9%;
    bottom: 0 !important;
    left: auto;
    padding-top: 5.25rem;
    padding-bottom: 0;
    color: #fff;
    text-align: center;
    top: 0px !important;
    width: 38%;
}

.carousel-caption p {
    color: #003060;
    font-size: 16px;
    font-weight: 400;
    line-height: 3;
}

.carousel-caption h1 {
    font-size: 63px;
    color: #0080ff;
    /* font-family: 'Rubik', sans-serif; */
    font-weight: 800;
    text-transform: uppercase;
    text-shadow: 3px -1px 0px #ffffff;
}

/* 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: #ffb549;
    border: solid 2px #ffeda8;
    color: #003060;
    top: auto;
    bottom: 5em;
    right: 7em;
    border-radius: 100px;
    font-size: 18px;
    font-weight: 400;
    padding: 16px 44px;
}

a.btn.slid-btn:hover {
    background: none;
    color: #003060;
    border: 3px solid #003060;
}

.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;
    }
}