﻿:root {
    --mobile-background-image: url(../images/mobile_1.png);
    --desktop-background-image: url(../images/desktop_1.png);
}

.b2b-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);*/
    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;
}

.b2b-carousel-item-container .container {
    height: 695px;
}

.b2b-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;
}

.b2b-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
}

.b2b-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;
}

.b2b-carousel-item-heading {
    padding-top: 100%;
}

.b2b-carousel-heading-orange {
    color: var(--orange);
}

.b2b-carousel-item-body {
    padding-top: 10%;
}

.b2b-carousel-mobile .b2b-carousel-item-link {
    background-color: var(--orange);
    border-radius: 40px;
}

.b2b-carousel-item-link a,
.b2b-carousel-item-link a:link,
.b2b-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;
}

.b2b-carousel-mobile .b2b-carousel-item-link {
    height: 60px;
}

.b2b-no-background {
    background: none!important;
}

.b2b-carousel-item-container video {
    min-width: 100%;
    min-height: 100%;
    position: absolute;
    z-index: -9999;
}

.b2b-carousel-item {
    border-bottom-right-radius: 40px;
}

/*.b2b-carousel-item-body {*/


/*    padding-top: 26px;*/


/*}*/

@media only screen and (min-width: 992px) {
    .b2b-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);*/
        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;
    }
    .b2b-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;
    }
    .b2b-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;
    }
    .b2b-carousel-item-body p {
        font-family: 'AvenirNext LT Pro';
        font-style: normal;
        font-weight: 600;
        font-size: 18px;
        line-height: 25px;
        color: #FFFFFF;
    }
    .b2b-carousel-item-heading {
        padding-top: 45%;
    }
    .b2b-carousel-item-body {
        padding-top: 3%;
    }
    /*.b2b-carousel-item-scroll-more {*/
    /*    margin-top: 30%;*/
    /*}*/
    .b2b-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;
    }
    .b2b-carousel-item-link a,
    .b2b-carousel-item-link a:link,
    .b2b-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;
    }
    .b2b-carousel-item-link {
        width: 300px;
        padding-top: 5%;
    }
    .b2b-more-container {
        padding-top: 2%;
    }
    .b2b-carousel-item-container video {
        min-width: 100%;
        min-height: 100%;
        position: absolute;
        z-index: -9999;
    }
}