.section-special {
    position: relative;
    z-index: 1;
    padding-top: 4rem;
}

.section-special::before {
    content: '';
    position: absolute;
    z-index: -1;
    height: 20rem;
    width: 100%;
    background-color: #002D50;
    left: 0;
    top: 0;
    right: 0;
    ;
}

.section-special .section-heading-t2 {
    background: linear-gradient(90deg, #D6E3ED 0%, rgba(214, 227, 237, 0) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.countdown-timer {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    flex-direction: row-reverse;
}

.countdown-timer>div {
    display: flex;
    width: 25%;
    max-width: 25%;
    height: 40px;
    background-color: #002D50;
    color: #fff;
    justify-content: center;
    align-items: center;
    gap: 5px;
    border-radius: 8px;
    font-size: 14px;
}

@media (min-width:991.98px) {
    .section-special .section-header .sw-nav .sw-nav-btn {
        color: #F5F6F7;
        border-color: #F5F6F7;
    }

    .section-special .section-header_action {
        color: #F5F6F7;
    }

    .section-special .sw-nav-btn:not(.swiper-button-disabled):hover {
        background-color: #fff;
        color: var(--c2);
    }


}

.section-special .section-heading-t1 {
    color: #D6E3ED;
}


@media (max-width:767.98px) {
    .section-special {
        padding-top: 1rem;
    }
}