:root {
    --primary-linearcolor: #2b1555;
    --secondary-linearcolor: #864ff4;
}



.carousel-back-about {
    position: relative;
    margin-top: 5.5rem;
    height: 400px;
    /* Adjust height as needed */
    background-image: linear-gradient(to right, #9458bf 10%, #180738 90%) , url("banner.jpg");
    background-size: cover;
    background-position: center;
    background-blend-mode:hard-light;
}

.bg-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to right, var(--secondary-linearcolor), var(--primary-linearcolor));
    opacity: 0.3;
    /* Adjust the opacity of the overlay */
}

.carousel-index-about h1 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    /* Adjust text color */
    font-size: 3rem;
    /* Adjust font size */
    font-family: "Sora", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
    /* Optional text shadow for better readability */
}

.breadcrumb-manually {
    display: flex;
    justify-content: center;
    position: absolute;
    top: 70%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    /* Adjust text color */
    font-size: 15px;
    /* Adjust font size */
    font-family: "Sora", sans-serif;
    font-weight: 600;
}

.breadcrumb-manually a {
    text-decoration: none;
    color: white;
}

.breadcrumb-manually i {
    font-size: 1rem;
    padding-left: 0.4rem;
    padding-right: 0.4rem;
}

.breadcrumb-manually h4 {
    font-size: 19px;
}





@media screen and (max-width:600px) {

    .carousel-back-about {
        position: relative;
        margin-top: 5.5rem;
        height: 240px;
        /* Adjust height as needed */
        background-image: linear-gradient(to right, #9458bf 10%, #180738 90%) , url("banner.jpg");
        background-size: cover;
        background-position: center;
        background-blend-mode: hard-light;
    }

    .bg-overlay {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: linear-gradient(to right, var(--secondary-linearcolor), var(--primary-linearcolor));
        opacity: 0.3;
        /* Adjust the opacity of the overlay */
    }

    .carousel-index-about h1 {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        color: white;
        /* Adjust text color */
        font-size: 2rem;
        /* Adjust font size */
        font-family: "Sora", sans-serif;
        font-weight: 700;
        text-transform: uppercase;
        text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
        /* Optional text shadow for better readability */
    }

    .breadcrumb-manually {
        display: flex;
        justify-content: center;
        position: absolute;
        top: 68%;
        left: 50%;
        transform: translate(-50%, -50%);
        color: white;
        /* Adjust text color */
        font-family: "Sora", sans-serif;
        font-weight: 600;
    }

    .breadcrumb-manually a {
        text-decoration: none;
        color: white;
        font-size: 16px;
        /* Adjust font size */
    }

    .breadcrumb-manually i {
        font-size: 15px;
        /* Adjust font size */
        padding-left: 0.4rem;
        padding-right: 0.4rem;
    }

    .breadcrumb-manually h4 {
        font-size: 16px;
    }
}





@media screen and (min-width:601px) and (max-width:810px) {

    .carousel-back-about {
        position: relative;
        margin-top: 5.5rem;
        height: 250px;
        /* Adjust height as needed */
        background-image: linear-gradient(to right, #9458bf 10%, #180738 90%) , url("banner.jpg");
        background-size: cover;
        background-position: center;
        background-blend-mode: hard-light;
    }

    .bg-overlay {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: linear-gradient(to right, var(--secondary-linearcolor), var(--primary-linearcolor));
        opacity: 0.3;
        /* Adjust the opacity of the overlay */
    }

    .carousel-index-about h1 {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        color: white;
        /* Adjust text color */
        font-size: 2rem;
        /* Adjust font size */
        font-family: "Sora", sans-serif;
        font-weight: 700;
        text-transform: uppercase;
        text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
        /* Optional text shadow for better readability */
    }

    .breadcrumb-manually {
        display: flex;
        justify-content: center;
        position: absolute;
        top: 68%;
        left: 50%;
        transform: translate(-50%, -50%);
        color: white;
        /* Adjust text color */
        font-family: "Sora", sans-serif;
        font-weight: 600;
    }

    .breadcrumb-manually a {
        text-decoration: none;
        color: white;
        font-size: 16px;
        /* Adjust font size */
    }

    .breadcrumb-manually i {
        font-size: 15px;
        /* Adjust font size */
        padding-left: 0.4rem;
        padding-right: 0.4rem;
    }

    .breadcrumb-manually h4 {
        font-size: 16px;
    }
}







@media screen and (min-width:811px) and (max-width: 1005px) {
    .carousel-back-about {
        position: relative;
        margin-top: 5.5rem;
        height: 290px;
        /* Adjust height as needed */
        background-image: linear-gradient(to right, #9458bf 10%, #180738 90%) , url("banner.jpg");
        background-size: cover;
        background-position: center;
        background-blend-mode: hard-light;
    }

    .bg-overlay {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: linear-gradient(to right, var(--secondary-linearcolor), var(--primary-linearcolor));
        opacity: 0.3;
        /* Adjust the opacity of the overlay */
    }

    .carousel-index-about h1 {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        color: white;
        /* Adjust text color */
        font-size: 2.8rem;
        /* Adjust font size */
        font-family: "Sora", sans-serif;
        font-weight: 700;
        text-transform: uppercase;
        text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
        /* Optional text shadow for better readability */
    }

    .breadcrumb-manually {
        display: flex;
        justify-content: center;
        position: absolute;
        top: 68%;
        left: 50%;
        transform: translate(-50%, -50%);
        color: white;
        /* Adjust text color */
        font-family: "Sora", sans-serif;
        font-weight: 600;
    }

    .breadcrumb-manually a {
        text-decoration: none;
        color: white;
        font-size: 16px;
        /* Adjust font size */
    }

    .breadcrumb-manually i {
        font-size: 15px;
        /* Adjust font size */
        padding-left: 0.4rem;
        padding-right: 0.4rem;
    }

    .breadcrumb-manually h4 {
        font-size: 16px;
    }
}