﻿/*sidebar style*/
.sidebar-slider {
    width: 100%;
    height: 100%;
    background-color: rgb(255, 255, 255);
    border-radius: 60px;
    position: relative;
    padding:50px 20px;
    margin: 0px;
    z-index: 0;
}

.bg-shape {
    position: absolute;
    top: 50px;
    left: 0;
    width: 80%;
    right: 0;
    z-index: -1;
    margin-left: auto;
    margin-right: auto;
}

    .bg-shape img {
        width: 100%;
    }

/*sidebar img style*/
.sidebar-slider .carousel-caption img {
    width: 100%;
    display: block;
    margin-right: auto;
    margin-left: auto;
}

/*sidebar text*/
.sidebar-slider .carousel-caption span {
    font-size: 18px;
    font-family: "Rubik", sans-serif;
    font-optical-sizing: auto;
    color: #000;
    text-transform: capitalize;
    margin-top: 50px;
    text-align: center;
}

/*sidebar main heading*/
.sidebar-slider .carousel-caption .main-heading {
    font-size: 23px;
    margin-top: 20px;
    margin-bottom: 20px;
    color: rgb(75 21 167) !important;
}

/*slider carousel-indicators*/
.carousel-indicators {
    margin: 0;
    position: static;
}

    .carousel-indicators [data-bs-target] {
        border-radius: 50%;
        height: 20px;
        transition: 0.3s ease;
        width: 20px;
        background-color: rgb(182, 206, 231);
    }

    .carousel-indicators .active {
        background-color: rgb(19, 61, 236);
    }

.carousel {
    position: static;
}

.carousel-caption {
    position: static;
}