.carousel-item::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    filter:brightness(0.9) blur(6px);
}

.item-1-bg::before {
    background: url('../img/suti_1.png') center/cover;
}

.item-2-bg::before {
    background: url('../img/suti_2.png') center/cover;
}

.item-3-bg::before {
    background: url('../img/suti_3.png') center/cover;
}

.item-4-bg::before {
    background: url('../img/suti_4.png') center/cover;
}

.text-pink {
    color: #E47297 !important;
}

.bg-pink {
    background-color: #E47297 !important;
}

.nav-item {
    border-radius: 20px;
    transition: all 0.3s;
}

.nav-item:hover {
    background-color: rgba(231, 231, 231, 0.65);
}

.carousel-control-next-icon {
    background-color: pink;
    border-radius: 30px;
    padding: 25px;
    box-shadow: 0px 0px 10px white;
    background-size: 40px;
}

.carousel-control-prev-icon {
    background-color: pink;
    border-radius: 30px;
    padding: 25px;
    box-shadow: 0px 0px 10px white;
    background-size: 40px;
}

.carousel-control-next, .carousel-control-prev {
    opacity: 1;
}

.navbar-nav {
    gap: 0.6rem
}

.carousel-caption h1 {
    background: rgba(255, 255, 255, 0.86);
    border-radius: 30px;
    color: #E47297;
}

.carousel-indicators .active {
    background-color: #E47297 !important;
}

.carousel-indicators button {
    height: 10px !important;
    opacity: 1 !important;
    border-radius: 10px !important;
    border: none !important;
}

@media (max-width: 992px) {
    .carousel-item img {
        height: 100vw !important;
    }
}