/* page_view.php'den cikarildi.  Kullanan sayfa(lar): woyio-akilli-e-ticaret  */

.dx-column-center {
    position: relative;
}

.dx-free-badge {
    position: absolute;
    z-index: 3;
    left: 95px;
    transform: translateX(-50%);
    transform: translate(-30%, 15%);
    width: 100%;
    max-width: 155px;
    aspect-ratio: 1 / 1;
    background: #4a9bb1;
    border-radius: 50%;
    padding: .25rem;
    outline: 15px solid #9cc8d5;
    box-shadow: 0 0 0px 16px #dcecf0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    font-weight: 800;
    color: #fff;
    transition: 300ms ease all;
    animation: circleBtnAnimationTry 1.5s infinite alternate;
    flex-direction: column;
    top: 60px;
}

.dx-free-badge:hover {
    transform: translate(-30%, 15%) scale(1.033);
}

.dx-free-badge b {
    font-size: clamp(22px, 2vw, 25px);
    font-weight: 400;
    line-height: 1.5;
}

.dx-free-badge .big {
    font-size: clamp(24px, 2.8vw, 25px);
    line-height: 1;
    font-weight: 400;
}

.dx-free-badge .small {
    font-size: 26px;
    margin-top: 2px;
    font-weight: 800;
}


@keyframes circleBtnAnimationTry {
    0% {
        border-color: rgba(0, 110, 185, 0.85);
        outline: 40px solid rgba(0, 110, 185, 0.35) !important;
        box-shadow: 0 0 0px 25px rgba(0, 110, 185, 0.15);
    }
    100% {
        border-color: rgba(0, 110, 185, 0.7);
        outline: 50px solid rgba(0, 110, 185, 0.25) !important;
        box-shadow: 0 0 0px 30px rgba(0, 110, 185, 0.1);
    }
}
