img.dx-nt-pll {
    margin-top: 0 !important;
}

.dx-prom-inner-right {
    width: 100%;
}

.dx-op-img {
    opacity: 0;
}

.dx-prom-text-cont {
    padding-top: 10px;
}

span.dx-prom-title {
    text-align: center;
    text-wrap: balance;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;

    display: block;


    font-size: 1.875rem;
    color: #3074f2;
    color: #1b7e97;
    letter-spacing: -.15px;
    line-height: 1;

    flex-direction: column;

    > span {
        font: inherit;
        color: inherit;
    }


    > div {
        display: inline-flex;
        gap: 3px;
    }

    > b {
        font-weight: 800;
    }
}

.dx-new-specs-cont .dx-prom-grid.dx-col-two {
    .dx-prom-inner-right img {
        max-height: 330px;
    }
}

.dx-prom-inner-right img {
    max-height: 244px;
    height: 100%;
}

.dx-prom-inner {
    min-height: 400px;
}

.dx-col-two .dx-prom-title {
    max-width: 90%;
}

.dx-prom-main-title {
    padding-top: 2rem;
}

.dx-col-two-sks .dx-prom-col .dx-prom-inner {
    padding-left: 4.5rem;
    padding-right: 4.5rem;
}

.dx-prom-grid.dx-col-two.dx-col-two-lmtd {
    .dx-prom-inner-right img {
        max-height: 325px;
    }
}

.dx-prom-col {
    display: flex;
    align-items: stretch;
    justify-content: stretch;
    position: relative;
    z-index: 1;

    .dx-prom-inner {
        background: rgba(249, 250, 252, 0.91);
        padding: 1.5rem;
        display: flex;
        align-items: stretch;
        justify-content: stretch;
        width: 100%;
        border: 2px solid #e5e5e5;
        border-radius: 12px;
        transition: 450ms ease all;

        .dx-noani,
        img {
            transition: 450ms ease all;
        }
    }


    .dx-prom-inner:hover {
        border-color: #bdbdbd;


        img:not(.dx-noani) {
            /*margin-top: -.5rem;*/
            /*max-height: calc(222px + .5rem);*/

            transform: translateY(-5px) scale(1.035);
        }

        .dx-noani {
            transform: scale(1.025);
        }

        img.dx-noani-fld {
            margin: 0 !important;
            transform: scale(1);
        }

    }
}

@media (min-width: 320px) and (max-width: 360px){
    .dx-seo-title{
        font-size: 13px !important;
    }

    .dx-desc-paragraph{
        font-size: .8rem !important;
    }

    .dx-desc-border-general{
        font-size: 13px !important;
    }
}

@media (min-width: 360px) and (max-width: 1114px) {

    .dx-circle-btn,
    .dx-review-btn,
    .dx-prom-title-mbl {
        font-size: 16px !important;

    }

    .dx-review-btn {
        font-size: 13px !important;
    }

    .dx-prom-title-mbl {
        font-size: 15px !important;
    }
}

@media (max-width: 1114px) {
    html {
        font-size: 14px;
    }

    .dx-mbl-px {
        padding: 0 10px;
    }

    /* mbl banner */
    .dx-banner-cont {
        margin-top: .75rem;
    }

    .dx-prom-main-title {
        font-size: 1.5rem;
        padding-bottom: .5rem;
        line-height: 1;
        letter-spacing: -.7px;
    }

    /*btn section */
    .dx-btn-section {
        padding: 1rem 0 1.25rem;
        gap: .75rem;
        display: grid;
        grid-template-columns: 1fr auto 1fr;
    }

    .dx-review-btn {
        font-size: 11px;
        padding: 7px 11px;
        border-radius: 3px;
        max-width: unset;
    }

    .dx-circle-btn {
        font-size: 12px;
        border-width: 2px;
        outline-width: 2px;
        box-shadow: 0 0 0px 4px rgba(255, 191, 0, 0.2);
        will-change: border, outline, box-shadow;
        animation: circleBtnAnimationMbl 1.5s infinite alternate;
    }

    .dx-review-text {
        padding: 0 !important;
        margin: 0 auto;
    }

    .dx-review-btn:focus, .dx-review-btn:hover {
        background-position: -2rem 0;
        color: white;
    }

    /* hwto section*/
    .dx-prom-main-title {
        font-size: 1.4rem;
        padding-bottom: 2rem;
        padding-top: 1rem;
    }


    /*prom grid section*/
    .dx-prom-grid-section {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
        margin-bottom: 16.22px;
    }

    .dx-prom-grid-section-one {
        grid-template-columns: repeat(1, 1fr);

        .dx-prom-col-mbl {
            padding-left: 5px;
            padding-right: 5px;

            .shine {
                border-bottom: 1px solid #e5e5e5;
                margin-bottom: 15px;
                transition: 300ms ease all;

                border-bottom: 0;
                padding-bottom: 0;
                margin-bottom: 0;

                img {
                    max-height: 150px;
                }
            }

            .dx-prom-title-mbl {
                font-size: 12px;
                padding-top: 8px;
            }
        }
    }

    .dx-prom-nlt .dx-prom-col-mbl .shine {
        min-height: unset;
    }

    .dx-prom-horz {
        grid-template-columns: repeat(1, 1fr);

        .dx-prom-col-mbl {
            flex-direction: row;
            padding-top: 0;
            padding-bottom: 0;

            .shine {
                border-bottom: 0;
                min-height: unset;
                padding-bottom: 0;
            }
        }
    }

    .dx-prom-grid-section-two {
        grid-template-columns: repeat(2, 1fr);

        .dx-prom-col-mbl {
            padding-left: 5px;
            padding-right: 5px;

            .shine {
                border-bottom: 1px solid #e5e5e5;

                border-bottom: 0;
                padding-bottom: 0;
                margin-bottom: 0;

                transition: 300ms ease all;
            }

            .dx-prom-title-mbl {
                font-size: 12px;
                padding-top: 8px;
                display: flex;
                flex-direction: column;

                display: block;

                b {
                    display: inline-flex;
                    align-items: center;
                    justify-content: center;
                    flex-wrap: wrap;
                }
            }
        }
    }

    .dx-prom-col-mbl {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
        padding: 6px 11px 11px;
        box-shadow: 0 0 0px 1.22px #e5e5e5;
        border-radius: 9px;
        transition: 300ms ease all;
    }

    .dx-prom-col-mbl:focus,
    .dx-prom-col-mbl:hover {
        box-shadow: 0 0 0px 1.22px #bdbdbd;

        .shine {
            border-bottom-color: #bdbdbd;
        }
    }

    .dx-prom-title-mbl {
        font-size: 11px;
        color: #1b7e97;
        font-weight: 600;
        letter-spacing: -.5px;
        text-align: center;
        text-wrap: balance;
        line-height: 1.3;
    }

    .dx-prom-col-mbl .shine {
        min-height: 134px;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        padding-bottom: 10px;

        img {
            width: 100%;
            height: auto;
            object-fit: contain;
            max-width: max-content;
            display: block;
            margin: 0 auto;
            max-height: 124px;
        }
    }

}

@media (min-width: 768px) and (max-width: 1114px) {
    .dx-circle-btn, .dx-review-btn, .dx-prom-title-mbl {
        font-size: 22px !important;
    }

    .dx-prom-main-title {
        padding-top: 1.5rem;
        font-size: 2.5rem;
    }

    .dx-hwto-section .dx-prom-main-title {
        font-size: 2rem;
    }

    .dx-btn-section {
        gap: 1.5rem;
    }

    .dx-review-btn {
        padding: 11px 11px;
    }

    .dx-mbl-px {
        padding: 0 20px;
    }

    .dx-prom-col-mbl .shine {
        img {
            max-height: 180px;
        }
    }

    .dx-prom-grid-section-one {
        & .dx-prom-col-mbl {
            & .shine {
                img {
                    max-height: 220px;
                }
            }
        }
    }
}

@keyframes circleBtnAnimationMbl {
    0% {
        border-color: #FFBF00FF;
        outline-color: rgba(255, 191, 0, 0.25);
        box-shadow: 0 0 0px 4px rgba(255, 191, 0, 0.2);
    }
    100% {
        border-color: rgba(255, 191, 0, 0.9);
        outline-color: rgba(255, 191, 0, 0.3);
        box-shadow: 0 0 0px 5px rgba(255, 191, 0, 0.1);
    }
}

/*Akıllı Mobil son*/


@media (max-width: 1114px) and (min-width: 912px) {
    .dx-circle-btn, .dx-review-btn, .dx-prom-title-mbl {
        font-size: 26px !important;
    }
}

@media (max-width: 1366px) and (min-width: 1025px) {
    .more-link {
        font-size: 12px;
    }
}

@media (max-width: 1365px) {
    .wy-blury-glow:not(.single):before,
    .wy-blury-glow:not(.single):after {
        display: none;
    }
}