:root {
    --mobile-background-image: url(../../assets/img/testing/carousel/mobile.png);
    --desktop-background-image: url(../../assets/img/testing/carousel/desktop.png);
}

.carousel-item-container {
    background: linear-gradient(0deg, rgba(43, 43, 43, 0.2), rgba(43, 43, 43, 0.2)), linear-gradient(0deg, rgba(255, 102, 0, 0.2), rgba(255, 102, 0, 0.2)), var(--mobile-background-image), #5000A0;
    background-image: var(--mobile-background-image) !important;
    background-repeat: no-repeat;
    min-height: 695px;
    max-height: 695px;
    border-bottom-right-radius: 40px;
    background-size: cover;
    background-position: center !important;
    background-blend-mode: normal, color, normal, normal;
}

.carousel-item-container.background-no-overlay {
    background: var(--mobile-background-image) !important;
    background-size: cover !important;
}

.carousel-item-container.background-contain {
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
}

.carousel-item-container .container {
    height: 695px;
    /* overflow: hidden; */
}

.carousel-item-container.purple-background {
    background-color: #452E81 !important;
}

.carousel-item-container-purple {
    background: linear-gradient(0deg, rgba(43, 43, 43, 0.2), rgba(43, 43, 43, 0.2)), linear-gradient(0deg, rgba(72, 18, 154, 0.2), rgba(72, 18, 154, 0.2)), var(--mobile-background-image) #5000A0;
    background-repeat: no-repeat;
    min-height: 695px;
    max-height: 695px;
    border-bottom-right-radius: 40px;
    background-size: cover;
    background-position: center;
    background-blend-mode: normal, color, normal, normal;
}

.carousel-item-heading p {
    font-family: 'Adieu-Regular';
    font-style: normal;
    font-weight: normal;
    font-size: 30px;
    line-height: 40px;
    /* or 133% */
    text-transform: uppercase;
    color: #FFFFFF;
    margin: 0px
}

.carousel-item-body p {
    font-family: 'AvenirNext LT Pro';
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 20px;
    color: #FFFFFF;
    margin: 0px;
}

.carousel-content {
    align-content: flex-end;
    margin-bottom: 60px;
}

.carousel-content-text,
.carousel-content-btn {
    margin-bottom: 45px;
}

.carousel-nav-dots {
    margin-bottom: 20px;
}

.carousel-heading-orange {
    color: var(--orange);
}

.carousel-item-body {
    padding-top: 10%;
}

.carousel-mobile .carousel-item-link {
    background-color: var(--orange);
    border-radius: 40px;
    padding: 20px;
    min-width: 100% !important;
    width: 100% !important;
    display: block;
    line-height: 1.5;
    text-decoration: none;
    color: #ffffff;
}

.carousel-mobile .carousel-item-link.purple-hover-state {
    background-color: var(--blue);
    color: #ffffff;
}

.carousel-item-link.transparent-button {
    background-color: transparent;
    border: solid 1px white;
}

.carousel-mobile .carousel-item-link .white-medium-arrow-mobile {
    height: auto;
    float: right;
}

.carousel-item-link a,
.carousel-item-link a:link,
.carousel-item-link a:visited {
    text-decoration: none;
    font-family: 'AvenirNext LT Pro';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    /* identical to box height */
    color: #FFFFFF;
}

.carousel-item-link.purple-hover-state a,
.carousel-item-link.purple-hover-state a:link,
.carousel-item-link.purple-hover-state a:visited {
    color: var(--blue);
}

.carousel-mobile .carousel-item-link {
    height: 60px;
}

/*.carousel-item-body {*/

/*    padding-top: 26px;*/

/*}*/

.carousel-indicators {
    position: inherit;
    margin-right: 0px;
    justify-content: start;
}

.carousel-indicators [data-bs-target] {
    /*background-color: var(--orange);*/
    background-color: transparent;
    border-radius: 40px;
    border-top: 0;
    border-bottom: 0;
    width: 11px;
    height: 11px;
    border: 1px solid #FFFFFF;
    opacity: 1;
}

.carousel-indicators .active {
    background-color: var(--orange);
    border: 1px solid var(--orange);
}

.carousel-mobile .carousel-indicators {
    margin-left: 10px;
}

.carousel-item-scroll-more p {
    font-family: 'AvenirNext LT Pro';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    /* identical to box height */
    text-align: right;
    color: #FFFFFF;
}

.carousel-indicators {
    margin-left: 0;
}

@media only screen and (min-width: 768px) {
    .carousel-item-container {
        background: linear-gradient(0deg, rgba(43, 43, 43, 0.2), rgba(43, 43, 43, 0.2)), linear-gradient(0deg, rgba(255, 102, 0, 0.2), rgba(255, 102, 0, 0.2)), var(--desktop-background-image), #5000A0;
        background-image: var(--desktop-background-image) !important;
        background-repeat: no-repeat;
        min-height: 800px;
        max-height: 800px;
        border-bottom-right-radius: 40px;
        background-size: cover;
        background-position: center;
        background-blend-mode: normal, color, normal, normal;
    }
    .carousel-item-container-purple {
        background: linear-gradient(0deg, rgba(43, 43, 43, 0.2), rgba(43, 43, 43, 0.2)), linear-gradient(0deg, rgba(72, 18, 154, 0.2), rgba(72, 18, 154, 0.2)), var(--desktop-background-image) #5000A0;
        background-repeat: no-repeat;
        min-height: 800px;
        max-height: 800px;
        border-bottom-right-radius: 40px;
        background-size: cover;
        background-position: center;
        background-blend-mode: normal, color, normal, normal;
    }
    .carousel-item-heading,
    .carousel-item-body {
        padding-top: 55vh;
        margin-bottom: 20px;
    }
    .carousel-item-container.background-no-overlay {
        background: var(--desktop-background-image) !important;
        background-repeat: no-repeat !important;
        background-position: center !important;
        background-size: cover !important;
    }
    .carousel-item-container.purple-background {
        background-color: #452E81 !important;
    }
}

/* ----------- iPad 3, 4 and Pro 9.7" ----------- */

/* Portrait and Landscape */

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
    .carousel-item-heading {
        padding-top: 30vh;
        margin-bottom: 20px;
    }
    .carousel-item-body {
        padding-top: 10%;
    }
}

@media only screen and (min-width: 992px) {
    .carousel-item-heading p {
        font-family: 'Adieu-Regular';
        font-style: normal;
        font-weight: normal;
        font-size: 60px;
        line-height: 70px;
        /* or 117% */
        text-transform: uppercase;
        color: #FFFFFF;
    }
    .carousel-item-body p {
        font-family: 'AvenirNext LT Pro';
        font-style: normal;
        font-weight: 600;
        font-size: 18px;
        line-height: 25px;
        color: #FFFFFF;
    }
    .carousel-item-heading,
    .carousel-item-body {
        padding-top: 280px;
    }
    /*.carousel-item-scroll-more {*/
    /*    margin-top: 30%;*/
    /*}*/
    .carousel-item-link a,
    .carousel-item-link a:link,
    .carousel-item-link a:visited {
        text-decoration: none;
        font-family: 'AvenirNext LT Pro';
        font-style: normal;
        font-weight: 600;
        font-size: 18px;
        line-height: 25px;
        /* identical to box height */
        color: #FFFFFF;
    }
    .carousel-item-link.purple-hover-state a,
    .carousel-item-link.purple-hover-state a:link,
    .carousel-item-link.purple-hover-state a:visited {
        color: var(--blue);
    }
    .carousel-item-link {
        width: 205px;
        padding-top: 3%;
    }
    /*body {*/
    /*    padding: 2em 5em;*/
    /*    font: normal 40px/50px Arial, sans-serif;*/
    /*    color: #999;*/
    /*}*/
    /*p {*/
    /*    height: 50px;*/
    /*    float: left;*/
    /*    margin-right: 0.3em;*/
    /*}*/
    /*b {*/
    /*    float: left;*/
    /*    overflow: hidden;*/
    /*    position: relative;*/
    /*    height: 50px;*/
    /*}*/
    .cubespinner .cube-item {
        display: none;
        opacity: 0;
    }
    .cubespinner .active-cube-item {
        display: block;
        opacity: 1;
    }
}