.wy-blury-glow:not(.single)::after, .wy-blury-glow::before {
    background: rgba(25, 116, 252, 0.8);
}

.pc-license-buy-btn {
    font-size: 16px;

    img {
        max-width: 24px;
    }
}

.pc-hire-banks-cont {
    width: 100%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;

    .owl-carousel {

        .owl-dots {
            text-align: center;
            margin-top: 15px;
        }

        .owl-dots .owl-dot span {
            display: block;
            width: 12px;
            height: 12px;
            margin: 5px 7px;
            background: #ccc;
            border-radius: 50%;
            transition: all 0.3s ease;
        }

        .owl-dots .owl-dot:hover span {
            background: #999;
        }

        .owl-dots .owl-dot.active span {
            background: #4a9bb2;
        }

    }

    .item {
        padding: 5px;
        width: 100%;
        border: 1px solid #ddd;
        border-radius: 11px;
        min-height: 57px;
        display: flex;
        align-items: center;
        justify-content: center;

        img {
            width: 100%;
            height: auto;
            object-fit: contain;
            max-width: max-content;
            max-height: 45px;
        }
    }
}

.pc-left-img-cont {
    position: relative;
    margin-left: -70px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pc-license-login {
    font-size: 33px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -.3px;
    color: #434343;
    border: 1px solid #434343;
    padding: 10px 30px;
    border-radius: 11px;
    background: white;
    margin-bottom: 70px;
    transition: 300ms ease all;
    display: flex;
    align-items: center;
    justify-content: center;
    row-gap: 10px;
    flex-direction: column;

    max-width: 80%;
    margin-left: auto;
    margin-right: auto;

    font-size: 28px;
    font-weight: 600;
    max-width: 100%;
    background: #fbe24c;
    color: black;
    border: 0;
    flex-direction: row;
    gap: 5px;

    img {
        display: none;
    }

    span {
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        gap: 15px;
    }

    span:last-of-type {
        font-weight: 600;
    }
}

.pc-license-login:hover {

    background: #434343;
    color: black;
    color: white;
}

.pc-hire-cont {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-bottom: 40px;
}

.pc-hire-title {
    font-size: 23px;
    font-weight: 800;
    color: #434343;
    letter-spacing: -.35px;
    line-height: 1;
}

.pc-hire-count {
    font-size: 55px;
    color: #1974fc;
    font-weight: 900;
    text-wrap: nowrap;
}

.pc-hire-banks {
    display: grid;
    grid-template-columns: repeat(7, auto);
    justify-content: flex-end;
    align-items: center;
    gap: 10px;
}

.pc-hire-banks img {
    width: 100%;
    max-height: 19px;
    height: auto;
    object-fit: contain;
    max-width: fit-content;
}

.pc-page-inner {
    display: grid;
    grid-template-columns: max(38%, 484px) auto;
    gap: 70px;
    padding: 0px 0px 30px 0px;
}

.wy-blury-glow {
    padding: 0;
}

.pc-left-cont {
    position: relative;
}

.dx-free-badge {
    position: absolute;
    z-index: 3;
    bottom: 0;
    right: 0;
    transform: translateX(-50%);
    transform: translate(15%, -25%);
    width: 100%;
    max-width: 225px;
    max-width: max-content;
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    padding: 1rem;
    background: rgba(25, 116, 252, 0.85);
    outline: 15px solid rgba(25, 116, 252, 0.3);
    box-shadow: 0 0 0px 16px rgba(25, 116, 252, 0.15);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    font-weight: 400;
    line-height: 1.14;
    color: #fff;
    transition: 300ms ease all;
    animation: circleBtnAnimationTry 1.5s infinite alternate;
    flex-direction: column;
}

.dx-free-badge .dx-small {
    margin-top: 2px;
    font-weight: 800;
}

@keyframes circleBtnAnimationTry {
    0% {
        border-color: rgba(25, 116, 252, 0.85);
        outline: 40px solid rgba(25, 116, 252, 0.35) !important;
        box-shadow: 0 0 0px 25px rgba(25, 116, 252, 0.15);
    }
    100% {
        border-color: rgba(25, 116, 252, 0.7);
        outline: 50px solid rgba(25, 116, 252, 0.25) !important;
        box-shadow: 0 0 0px 30px rgba(25, 116, 252, 0.1);
    }
}

.pc-license-title {
    font-size: 25px;
    color: #434343;
    font-weight: 600;
    line-height: 1;
}

.pc-license-price {
    font-size: 60px;
    font-weight: bold;
    color: #434343;
    line-height: 1;

    .pc-license-symbol {
        font-family: inherit;
        font-weight: 400;
        font-size: 77.5%;
    }
}

.pc-license-blured {
    color: transparent;
    text-shadow: #37a95169 0px 0px 15px;
}

.pc-license-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
    border: 1px solid #434343;
    border-radius: 11px;
    padding: 45px 35px 35px;
    position: relative;
    transition: 500ms ease all;
    box-shadow: 0 20px 20px rgba(55, 169, 81, 0);
    background: white;
    position: relative;
    z-index: 2;
    overflow: hidden;

    padding: 40px 30px 25px;
}

.pc-license-inner .pc_license-pop {
    position: absolute;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    font-size: 31px;
    color: #434343;
    color: white;
    font-weight: 600;
    background: rgba(255, 255, 255, 0.7);
    background: rgba(25, 116, 252, 0.85);
    backdrop-filter: blur(5px);
    border-radius: 11px;
    z-index: 5;
    gap: 10px;
    pointer-events: none;

    opacity: 0;
    transition: 450ms ease all;

    svg {
        width: 100%;
        height: auto;
        aspect-ratio: 1 / 1;
        max-width: 50px;

        path {
            transition: 450ms ease all;
            fill: #434343;
            fill: white;
        }
    }
}

.pc-license-inner.pc-license-forever .pc_license-pop {
    color: rgba(25, 116, 252, 0.85);
    color: white;

    svg path {
        fill: rgba(25, 116, 252, 0.85);
        fill: white;
    }
}

.pc-license-inner:hover .pc_license-pop {
    opacity: 1;
    transform: translateY(0px);
}

.pc-license-inner:hover {
    box-shadow: 0 20px 20px rgba(55, 169, 81, .1);
    box-shadow: 0 20px 20px rgba(67, 67, 67, 0.2);
    border-color: rgba(25, 116, 252, 0.85);
}

.pc-license-forever:hover {
    box-shadow: 0 20px 20px rgba(231, 50, 37, 0.1);
    box-shadow: 0 20px 20px rgba(67, 67, 67, 0.2);
}

.pc-license-forever {
    border-color: rgba(25, 116, 252, 0.85);
}

.pc-license-forever::before {
    content: "✨ En Çok Tercih Edilen";
    position: absolute;
    top: 0;
    width: 100%;
    max-width: max-content;
    height: auto;
    font-size: 20px;
    line-height: 1;
    font-weight: 500;
    color: white;
    border-radius: 0 0 11px 11px;
    padding: 6px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(25, 116, 252, 0.85);
}

.pc-right-cont {
    z-index: 5;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pc-left-img {
    width: 100%;
    max-height: 600px;
    object-fit: contain;
}

.pc-license-buy-btn {
    font-size: 30px;
    font-weight: 600;
    line-height: 1;
    color: #434343;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.pc-license-cont {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    margin-bottom: 40px;
    position: relative;
}

@media (max-width: 1024px) {
    .pc-license-buy-btn {
        font-size: 16px;

        img {
            max-width: 13px;
        }
    }

    .pc-hire-banks-cont {
        .owl-carousel {
            .owl-dots {
                scale: .7;
                margin-top: 5px;
                margin-bottom: 10px;
            }
        }
    }

    .pcm-hire-cont {
        display: flex;
        align-items: center;
        justify-content: center;
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .pcm-center-cont {
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        margin-bottom: 20px;

        img {
            max-height: 200px;
            scale: 1.25;
        }

        .dx-free-badge {
            zoom: .7;
            transform: translate(-20%, -60%);
        }
    }

    .dx-try-badge {
        display: flex;
        flex-direction: column;
        padding: 8px 15px;
        position: absolute;
        left: 0;
        background: #d7f1ff;

        border: 1px solid #1974fc6b;
        background: white;
        transition: 300ms ease all;

        border-radius: 11px;
        font-weight: 800;
        font-size: 13px;
        color: #1974fc;
        max-width: 200px;
        text-align: center;
        line-height: 1.2;
        gap: 2px;
        z-index: 2;

        .dx-try-later {
            font-size: 8px;
            color: #434343;
            font-weight: 600;
            display: none;
        }
    }

    .dx-try-badge:hover {
        color: #1974fc;
        border-color: rgba(30, 130, 154, 0.77);
    }

    .pcm-hire-title {
        font-size: 17px;
        font-weight: 800;
        color: #434343;
        text-wrap: balance;
        line-height: 1.2;
        text-align: right;
        padding-right: 10px;
    }

    .pcm-hire-count {
        font-size: 34px;
        font-weight: 900;
        color: #fbc523;
        white-space: nowrap;
    }

    .container,
    .container-fluid {
        padding-left: 10px;
        padding-right: 10px;
    }

    .pc-hire-banks-cont .item {
        box-shadow: rgba(215, 241, 255, 0.28) 0px 0px 30px;
        background: rgba(25, 116, 252, 0.05);
        border: none;
        min-height: 40px;

        img {
            max-height: 20px;
        }
    }

    .pcm-price-cont {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 15px;
        margin-top: -45px;

        .pc-license-inner {
            padding: 23.5px 5px 13px;
            gap: 8px;
        }

        .pc-license-price {
            font-size: 27px;
        }

        .pc-license-title {
            font-size: 15.5px;
            text-align: center;
            letter-spacing: -.1px;
            font-weight: 600;
        }
    }

    .pcm-price-cont.tk-one {
        grid-template-columns: 1fr;
    }

    .pc-license-forever::before {
        font-size: 10px;
        padding: 3px 8px;
    }
}

@media (max-width: 1024px) and (min-width: 767px) {
    .pc-license-forever::before {
        font-size: 18px;
    }

    .pc-license-buy-btn {
        font-size: 20px;
    }

    .pcm-price-cont .pc-license-title {
        font-size: 22px;
        margin-top: 10px;
    }

    .pcm-center-cont .dx-free-badge {
        scale: .75;
    }

    .pcm-price-cont .pc-license-price {
        font-size: 40px;
    }

    .dx-try-badge {
        left: 120px;
        max-width: 250px;
    }
}

@media (min-width: 361px) {
    .pcm-center-cont {
        img {
            scale: 1.6;
            margin-top: 10vh;
            margin-bottom: 40px;
            transform: translateX(7%);
        }
    }

    .dx-try-badge {
        bottom: 25%;
        scale: 1.2;
        left: 10px;
    }
}

@media (max-width: 360px) {
    .pcm-center-cont {
        img {
            margin-top: 35px;
            transform: translateX(7%);
        }

        .dx-free-badge {
            zoom: .5;
            transform: translate(-10%, -110%);
        }
    }

    .pc-license-inner .pc_license-pop {
        font-size: 19px;
        gap: 5px;

        svg {
            max-width: 27.5px;
        }
    }

    .pcm-hire-cont {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .pcm-price-cont {
        .pc-license-price {
            font-size: 24px;
        }
    }

    .pc-license-forever::before {
        font-size: 9px;
        padding: 3px 6px;
    }

    .pcm-hire-title {
        font-size: 14px;
    }
}

@media (min-width: 767px) {
    .dx-try-badge {
        scale: 2;
        left: 60px;
    }

    .pcm-center-cont .dx-free-badge {
        zoom: 1;
        transform: translate(-20%, -60%);
    }

    .pcm-center-cont img {
        scale: 2.5;
        margin-top: 18vh;
        margin-bottom: 15vh;
    }

    .pc-hire-banks-cont .item img {
        max-height: 20px;
        scale: 1.2;
    }

    .pcm-hire-title {
        font-size: 28px;
    }

    .pcm-hire-count {
        font-size: 45px;
    }

    .pcm-hire-cont {
        margin: 15px 0;
    }

    .pc-license-login {
        font-size: 28px;
    }
}

@media (max-width: 440px) {
    .dx-try-badge {
        max-width: 120px;
    }
}

@media (width: 1024px) {
    .dx-try-badge {
        left: 150px;
        max-width: 250px;
    }
}

@media (width: 768px) {
    .dx-try-badge {
        left: 120px;
        max-width: 200px;
    }
}

.cm-sa-sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    white-space: nowrap;
    border: 0;
}

.pc-hire-inner {
    max-width: 445px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.pc-hire-banks-cont .item {
    min-height: 34px;
    padding: 4px 8px;
    border: none;
    border-radius: 9px;
    background: rgba(25, 116, 252, .06);
    box-shadow: none;
}

.pc-hire-banks-cont .item img {
    width: auto;
    max-width: 100%;
    max-height: 17px;
    scale: 1;
    object-fit: contain;
}

.dx-free-badge {
    max-width: 200px;
    font-size: 20px;
    padding: 12px;
    text-align: center;
    box-shadow: 0 0 0 16px rgba(25, 116, 252, .12);
    transform: translate(10%, -14%);
}

.dx-free-badge .dx-big {
    font-size: 20px;
}

.dx-free-badge .dx-small {
    font-size: 17px;
}

@keyframes circleBtnAnimationTry {
    0% {
        border-color: rgba(25, 116, 252, 0.85);
        outline: 13px solid rgba(25, 116, 252, 0.30) !important;
        box-shadow: 0 0 0 9px rgba(25, 116, 252, 0.14);
    }
    100% {
        border-color: rgba(25, 116, 252, 0.7);
        outline: 19px solid rgba(25, 116, 252, 0.20) !important;
        box-shadow: 0 0 0 13px rgba(25, 116, 252, 0.09);
    }
}
