
#banner {
    background-color: #008fdbff;
    background-image: url(../images/blog/cluod-left.svg), url(../images/pro/pro-blog.png);
    background-position: 0px -100px, +25px -100px;
    background-repeat: no-repeat;
    height: auto;
    min-height: 370px;
}

@media (min-width: 250px) and (max-width: 576px) {
    #blogpage #banner {
        background-position: 50px -50px, +200px -100px;
    }

    #banner-last-text {
        padding-right: 70px
    }

    .banner-text .banner-title {
        font-size: 2.4rem;
        line-height: 2.6rem;
    }
    .banner-text .banner-caption {
        font-size: 1.2rem;
        line-height: 1.5rem;
    }
}

@media (min-width: 576px) and (max-width: 727px) {
    #blogpage #banner {
        background-position: 150px -50px, +320px -100px;
    }

    #banner-last-text {
        padding-right: 70px
    }

    .banner-text .banner-title {
        font-size: 2.4rem;
        line-height: 2.6rem;
    }

    .banner-text .banner-caption {
        font-size: 1.2rem;
        line-height: 1.6rem;
    }
}

@media (min-width: 728px) and (max-width: 991px) {
    #blogpage #banner {
        background-position: 300px -100px, +450px -100px;
    }

    .blog-footnote {
        font-size: 1rem
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    #blogpage #banner {
        background-position: 420px -100px, +445px -100px;
    }
}

@media (min-width: 1200px) and (max-width: 1499px) {
    #blogpage #banner {
        background-position: 550px -100px, 695px -100px;
    }
}

@media (min-width: 1500px) and (max-width: 1799px) {
    #blogpage #banner {
        background-position: 750px -100px, 895px -100px;
    }
}

@media (min-width: 1800px) {
    #blogpage #banner {
        background-position: 950px -100px, 1095px -100px;
    }
}

.banner-text a {
    text-decoration: underline
}


.btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(100, 67, 193, 0.4);
    color: white;
    background-color: #002447;
}


main {
    background-image: url(../images/demos/cards/shape-demo.png);
    background-position: top -150px left;
    background-repeat: no-repeat;
    background-size: auto 700px;
    padding-bottom: 4rem
}

.main {
    flex-direction: row
}

#demo-carousel {
    padding-left: 1rem;
    padding-right: 1rem;
    position: relative;
}

#demo-carousel-mob {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    position: relative;
}


#demo-carousel .demo-carousel-item-content-img {
    text-align: right;
}

#demo-carousel-mob .demo-carousel-item-content-img {
    text-align: center;
}

#demo-carousel-mob .demo-carousel-item-content {
    margin-top: 50px
}


.carousel-item-button {
    border: none;
    background: #E8F6FF;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    padding: 4px;
    color: #1B90FF;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.button-prev {
    margin-right: 8px;
}

.carousel-item-button:hover {
    color: #002447;
}

.demo-carousel-item-content {
    justify-content: center;
}

.demo-carousel-item-content-text {
    padding-left: 20px;
}

    .demo-carousel-item-content-text h2 {
        font-weight: 600;
        margin-bottom: 1rem;
        margin-top: 0;
        font-size: 1.9rem
    }

    .demo-carousel-item-content-text ul {
        margin-left: 0;
        padding-left: 1rem;
    }


    .demo-carousel-item-content-text li {
        margin-bottom: 3px;
    }

.demo-carousel-item-content-img {
    padding: 0 40px 0 0;
    margin: 0
}

    .demo-carousel-item-content-img img {
        max-height: 70vh;
        max-width: 98%;
        height: auto;
        border-radius: 0.375rem;
    }


.carousel-control-next {
    justify-content: end;
}

.carousel-control-prev {
    justify-content: start;
}




#blogpage .banner-text {
    color: white;
}

    #blogpage .banner-text a {
        color: white;
    }

.banner-text a {
    text-decoration: underline
}

.step-contence {
    background-color: transparent;
    color: #002447
}

.demo-carousel-item-number {
    color: #1B90FF;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 0.5rem;
    display: block;
}

.step-title-emph {
    color: #1B90FF
}

footer#footer {
    margin-top: 1rem;
    background-color: transparent;
}


@media  (min-width: 768px) and (max-width: 1200px) {
    .card-img-top {
        min-height: 35%;
    }
}