@import "./special_featured_card.css";

#specialFeatured,
#specialFeatured * {
    box-sizing: border-box;
}

#specialFeatured {
    padding: 100px 0px;
    position: relative;
}

#specialFeatured .background1 {
    width: 100%;
    height: 43%;
    background: #2A4171;
    position: absolute;
    bottom: 0px;
}

#specialFeatured .section-title,
#specialFeatured .list-container {
    margin-bottom: 20px;
}

#specialFeatured #listSpecialFeatured {
    position: relative;
}

#specialFeatured .list-container {
    position: relative;
}

#specialFeatured .section-title {
    text-align: start;
}

#specialFeatured .carousel-navigation {
    display: flex;
}

#specialFeatured .carousel-navigation .button {
    cursor: pointer;
    font-size: 10px;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0px;
    padding: 22px 25px;
    color: white;
    border: 1px solid white;
}

#specialFeatured .carousel-navigation .button.disabled {
    cursor: not-allowed !important;
    background: whitesmoke !important;
}

#specialFeatured .carousel-navigation .button:not(:last-child) {
    margin-right: 10px;
}

#specialFeatured .carousel-navigation-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
}

#specialFeatured .carousel-navigation-wrapper .carousel-navigation {
    position: absolute;
    right: 0px;
    top: 0px;
}

#specialFeatured .custom-carousel-dots.owl-dots {
    height: 58px;
    display: flex;
    margin: 0px -5px;
    align-items: center;
}

#specialFeatured .custom-carousel-dots.owl-dots>* {
    padding: 5px;
    background: transparent;
    border: none;
}

#specialFeatured .custom-carousel-dots.owl-dots>*>* {
    padding: 5px;
    background: #ffffff82;
    display: block;
    border-radius: 50%;
    cursor: pointer;
}

#specialFeatured .custom-carousel-dots.owl-dots>*.active>* {
    background: white !important;
}

@media screen and (max-width: 859px) {
    #specialFeatured {
        padding-top: 20px;
        padding-bottom: 1px;
    }

    #specialFeatured .list-container .carousel-navigation {
        display: none;
    }

    #specialFeatured .background1 {
        height: 38%;
    }

    #specialFeatured .carousel-navigation-wrapper {
        margin-top: 0;
    }
}
