﻿.card-slider-items .carousel-item {
    margin-right: 0;
    flex: 0 0 33.333333%;
    display: block;
}
.card-slider-items .carousel-inner {
    display: flex;
}

.card-slider-heading p {
    font-family: 'Adieu-Regular';
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 74px;
    /* identical to box height, or 370% */
    text-transform: uppercase;
    color: #5000A0;
}

.rewards-slider-block-desktop {
    display: none;
}

.rewards-slider-block-mobile {
    display: block;
}

.rewards-slider-block-mobile .rewards-content-block{
    background-color: var(--blue);

}


/* Rewards Slider */

.rewards-content-block {
    min-height: 436px;
    height: 436px;
    border-radius: 20px;
    border-top-left-radius: 0px;
    padding: 20px;
}

.rewards-image-block {
    min-height: 436px;
    border-radius: 20px;
    border-top-left-radius: 0px;
    margin-top: -40%;
    z-index: -999;
    position: relative;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.rewards-image-block.contain-image-block {
    min-height: 436px;
    border-radius: 20px;
    border-top-left-radius: 0px;
    z-index: -999;
    position: relative;
    background-repeat: no-repeat;
    background-size: contain;
    margin-top: -10%;
}


.rewards-slider-content-header p {
    font-family: 'Adieu-Regular';
    font-style: normal;
    font-weight: 400;
    font-size: 30px;
    line-height: 40px;
    /* or 125% */
    text-transform: uppercase;
    color: #FFFFFF;
    margin-bottom: 0;
}

.rewards-slider-content-header {
    padding-bottom: 32px;
}

.rewards-slider-content-body p {
    font-family: 'AvenirNext LT Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #FFFFFF;
}
.rewards-slider-heading-small p {
    font-family: 'Adieu-Regular';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    /* identical to box height, or 133% */
    text-transform: uppercase;
    color: #5000A0;
}

.rewards-slider-heading h2 {
    font-family: 'Adieu-Regular';
    font-style: normal;
    font-weight: 400;
    font-size: 40px;
    line-height: 46px;
    /* or 110% */
    text-transform: uppercase;
    color: #5000A0;
    margin-bottom: 0;
    overflow-wrap: initial;
}

@media only screen and (min-width: 992px) {
    .rewards-slider-block-mobile {
        display: none;
    }
    .rewards-slider-block-desktop {
        display: block;
    }
    .content-more-div{
        min-height: 710px;
    }
    .content-more-div .content-more{
        padding-top: 200%;
    }
    .rewards-slider-heading h2 {
        font-family: 'Adieu-Regular';
        font-style: normal;
        font-weight: 400;
        font-size: 100px;
        line-height: 110px;
        /* or 110% */
        text-transform: uppercase;
        color: #5000A0;
        margin-bottom: 0;
    }
    .content-overlay {
        min-height: 710px;
        background-repeat: no-repeat;
        background-size: cover;
        border-radius: 20px;
    }
    .rewards-slider-block {
        min-height: 710px;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        border-radius: 20px;
    }
    .rewards-slider-content {
        padding-top: 50%;
    }
    .rewards-slider-content-header p {
        font-family: 'Adieu-Regular';
        font-style: normal;
        font-weight: 400;
        font-size: 40px;
        line-height: 50px;
        /* or 125% */
        text-transform: uppercase;
        color: #FFFFFF;
        margin-bottom: 0;
    }
    .rewards-slider-content-body p {
        font-family: 'AvenirNext LT Pro';
        font-style: normal;
        font-weight: 400;
        font-size: 18px;
        line-height: 25px;
        color: #FFFFFF;
    }
    .rewards-slider-heading-small p {
        font-family: 'Adieu-Regular';
        font-style: normal;
        font-weight: 400;
        font-size: 30px;
        line-height: 40px;
        /* identical to box height, or 133% */
        text-transform: uppercase;
        color: #5000A0;
    }
}