.carousel-inner {
    border-radius: 20px !important;
}

.news-caption {
    font-weight: normal;
}

.date {
    font-size: 11px;
    font-weight: 200;
}

.overlay-news {
    background: linear-gradient(180deg, rgba(48, 45, 75, 0) 23.22%, rgba(48, 45, 75, 0.74) 56.46%, #302D4B 100%);
}

.carousel-indicators button {
    border-radius: 50% !important;
    width: 8px !important;
    height: 8px !important;
    opacity: 1 !important;
    border: 1px solid red !important;
    background-color: transparent !important;
}

.carousel-indicators button.active {
    width: 24px !important;
    border-radius: 6px !important;
    background-color: red !important;
    border: 0;
}

.carousel-caption h5 {
    font-size: clamp(1rem, 2.5vw, 0.5rem);
}

.carousel-caption p.news-caption {
    font-size: clamp(0.7rem, 0.4vw, 1rem);
}

.head-tail {
    position: relative;
}

.head-tail::before {
    content: "";
    position: absolute;
    top: 0px;
    left: 101%;
    width: 10px;
    height: 100%;
    background-color: #063a89;
    border-radius: 0% 17% 17% 0%;
}


.backdrop {
    mix-blend-mode: exclusion;
    opacity: 0.1;
}

.news {
    padding-top: 30px;
    padding-bottom: 65px;
}

.carousel-item {
    cursor: pointer !important;
}

.carousel-item img {
    transition: 0.3s !important;
}

.carousel:hover img {
    transform: scale(1.2);
    filter: blur(1px) brightness(0.6); /* Combine filters into one line */
}