/* .navbar .navbar-brand {
    display: flex;
    align-items: center;
}

    .navbar .navbar-brand img {
        margin-right: 10px;
    }
    @media(max-width: 576px) {
        .navbar .navbar-brand .company-name {
            display: none;
        }
    } */

.bd-placeholder-img {
    position: relative;
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

    .bd-placeholder-img .bg-overlay {
        position: absolute;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.7);
    }

.album .bd-placeholder-img {
    height: 225px;
    overflow: hidden;
}

    .album .bd-placeholder-img .bg-overlay {
        display: flex;
        justify-content: center;
        align-items: center;
    }

[data-bs-theme=dark] .carousel .carousel-caption, [data-bs-theme=dark].carousel .carousel-caption {
    color: #fff !important;
}

[data-bs-theme=dark] .carousel .carousel-control-next-icon, [data-bs-theme=dark] .carousel .carousel-control-prev-icon, [data-bs-theme=dark].carousel .carousel-control-next-icon, [data-bs-theme=dark].carousel .carousel-control-prev-icon {
    filter: invert(0) grayscale(0);
}

.slogan-container {
    width: 100%;
    height: 140px;
    display: flex;
    align-items: center;
}

    .slogan-container .text-area {
        width: 100%;
        height: auto;
    }

        .slogan-container .text-area .top {
            width: 100%;
            text-align: center;
            font-size: 22px;
            line-height: 26px;
        }

        .slogan-container .text-area .bottom {
            width: 100%;
            text-align: center;
            font-size: 34px;
            line-height: 38px;
        }