.swiper-pagination-bullet-active {
    opacity: 1;
    background: #6772e5 !important
}

.swiper-pagination-bullet {
    opacity: 1;
    background: #818181
}

.accordion-button:not(.collapsed) {
    font-weight: 600
}

.reseller-solutinos .feature-card {
    height: 100%;
    border: none;
    color: #121212;
    transition: 0.4s all ease-in-out;
    background-color: #ffffff !important
}

.reseller-solutinos .feature-card .number {
    top: -20px;
    left: -20px;
    width: 50px;
    height: 50px;
    display: flex;
    color: #fff;
    border-radius: 50%;
    position: absolute;
    align-items: center;
    justify-content: center;
    background-color: #121212;
    transition: 0.4s all ease-in-out
}


.reseller-solutinos .feature-card svg {
    margin-bottom: 1.4rem
}

.dark-mode .reseller-solutinos svg {
    stroke: #121212 !important
}

.reseller-solutinos .card-icon {
    width: 48px;
    height: 48px
}

@media (min-width:768px) {
    .reseller-solutinos .items {
        max-width: 1000px;
        margin: 0 auto
    }

    .reseller-solutinos .feature-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 10px 20px rgb(0 0 0 / .1)
    }

    .reseller-solutinos .feature-card:hover .number {
        transform: translateY(4px)
    }
}

@media (max-width:767px) {
    .reseller-solutinos .items {
        margin-bottom: 50px
    }

    .reseller-solutinos .feature-card .number {
        top: -15px;
        left: -5px;
        width: 40px;
        height: 40px
    }
}

.youtube-lazy {
    cursor: pointer;
    overflow: hidden;
    background: #fff0
}

.youtube-lazy img {
    display: block;
    width: 100%;
    height: auto
}

.youtube-play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 68px;
    height: 48px;
    background-color: red;
    border-radius: 14%;
    transform: translate(-50%, -50%);
    display: flex;
    justify-content: center;
    align-items: center
}

.youtube-play-btn::before {
    content: '';
    display: block;
    margin-left: 5px;
    border-style: solid;
    border-width: 10px 0 10px 16px;
    border-color: #fff0 #fff0 #fff0 #fff
}
