/* Banka */

.overflow {
    overflow: hidden;
}

.banks {
    font-family: Helvetica, Arial, sans-serif;
}

.banks-field {
    border-bottom: 1px dotted #C7C7C7;
    margin: 7px 0;
}

.banks-field:hover {
    border-bottom: 1px dotted #3A3A3A;
    color: #3A3A3A;
    cursor: cell;
}

.banks-field-image {
    margin: 7px 0;
    cursor: help;
}

.banks-field b {
    font-weight: 700;
    font-size: 14px;
}

.banks img {
    width: 100%;
}

.dx-ny-top.dx-noani {
    margin-top: -50px;

    img {
        max-height: 262px;
    }
}

.bank-title {
    color: #FFF !important;
    text-shadow: 1px 1px 1px #6B6B6B !important;
    font-size: 32px !important;
    font-weight: 600 !important;
}


.about-us {
    font-family: Helvetica, Arial, sans-serif;
}

.about-us-title {
    color: #3F8DBF !important;
    text-shadow: 1px 1px 1px #E6E6E6 !important;
    font-size: 32px !important;
    font-weight: 600 !important;
}

.dx-seo--title {
    width: 100%;
    font-size: 25px;
    font-weight: bold;
    color: #BC171C;
    margin-top: 15px;
}

.dx-op-img {
    opacity: 0;
}

.about-us-doctrine h4 {
    text-transform: Capitalize !important;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-size: 18px !important;
}

.about-us-content {
    padding: 50px 0 10px 0;
    overflow: hidden;
}

.about-us-content h2 {
    font-family: Helvetica, Arial, sans-serif;
    padding: 20px 0 0 0;
    margin: 0 0 5px 0;
    font-size: 20px;
}

.about-us-content p {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 16px;
}

.wy-blury-glow {
    padding-top: 50px;

    .dx-seo-image-general {
        background: rgba(249, 250, 252, 0.91);
        padding: 0 1rem 0 2.75rem;
        justify-content: space-between;
        width: 100%;
        border: 2px solid #e2e2e2;
        border-radius: 12px;
        display: grid;
        grid-template-columns: 55% auto;
        gap: 5rem;
        margin-bottom: 1.5rem;
        align-items: center;

        .dx-seo-image {
            width: 100%;
            max-height: 300px;
            overflow: hidden;
            display: flex;
            align-items: center;
            justify-content: flex-end;
            transition: 450ms;

            img {
                max-width: 500px;
                width: 100%;
                height: 100%;
                transition: 450ms;
            }
        }

        .dx-seo-title {
            width: 100%;
            font-size: 40px;
            font-weight: bold;
            color: #BC171C;
            line-height: 55px;
        }
    }

    .dx-seo-image-general:hover img {
        transform: scale(1.1);
        transition: 450ms; /* resmi %20 büyütür */
    }

    .dx-desc-ticket-general {
        display: grid;
        grid-template-columns: 60% auto;
        gap: 5rem;
        margin-bottom: 1.5rem;

        .dx-desc-paragraph {
            font-size: 1.14rem;
            color: #4B4B4B;
            font-weight: 500;
            padding-top: 20px;
            line-height: 1.3;
        }

        .dx-desc-features-general {
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: 15px;
            margin: 1.5rem 0;

            .dx-desc-features-item {
                background: rgba(249, 250, 252, 0.91);
                padding: .9rem 1rem;
                display: flex;
                flex-direction: column;
                align-items: center;
                width: 100%;
                border: 2px solid #e2e2e2;
                border-radius: 12px;
                justify-content: space-between;

                .dx-desc-features-image {
                    width: 100%;
                    height: 100%;
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    margin-bottom: 15px;
                }
            }
        }

        .dx-desc-border-general {
            background: rgba(249, 250, 252, 0.91);
            padding: 1.3rem 1rem;
            display: flex;
            flex-direction: column;
            align-items: center;
            width: 100%;
            border: 2px solid #e2e2e2;
            border-radius: 12px;
            justify-content: space-between;
            font-size: 21px;
            font-weight: 600;
            margin: 25px 0;
        }

        .dx-desc-image-title-red {
            background: #C90000;
            padding: 10px;
            width: 100%;
            border: 2px solid #e2e2e2;
            border-radius: 12px;
            font-size: 21px;
            font-weight: bold;
            margin: 25px 0;
            display: grid;
            grid-template-columns: 30% auto;
            gap: 4rem;
            align-items: center;

            .dx-desc-image-buttons {
                position: relative;
                display: flex;
            }

            .dx-desc-title-red {
                font-size: 1.1rem;
                text-align: center;
                color: white;
                font-weight: 300;
                line-height: 1.2;
            }

            .more-image {
                width: 60px;
                height: 60px;
                display: flex;
                padding: 10px;
                background: rgba(249, 250, 252, 0.91);
                border-radius: 50%;
                align-items: center;
                justify-content: center;
                position: absolute;
                bottom: 0;
                right: -25px;

                img {
                    width: 100%;
                    height: 100%;
                    transform: rotate(270deg);
                }
            }

            .more-href {
                font-size: 11px;
                max-width: 95px;
                min-width: 95px;
                max-height: 95px;
                min-height: 95px;
                width: 100%;
                height: 100%;
                display: flex;
                border-radius: 50%;
                background: white;
                align-items: center;
                justify-content: center;
                text-align: center;
                padding: 5px;
                position: absolute;
                right: -20px;
                top: 10px;
                animation: circleBtnAnimation 1.5s infinite alternate;
                line-height: 1.4;

            }

            .dx-desc-image-red {
                display: inline-block;
                clip-path: polygon(0 0, calc(100% - 65px) 0, 100% 100%, 0 100%);
                border-radius: 12px;
                max-height: 140px;
                min-height: 140px;
                height: 100%;
                width: 100%;
                overflow: hidden;
                border: 3px solid white;

                img {
                    display: block;
                    width: 100%;
                    height: 100%;
                    object-fit: cover;
                }
            }

            .image-wrapper img {
                display: block;
                width: 100%;
                height: auto;
            }

        }
    }

    .dx-right_sidebar-general {
        display: flex;
        flex-direction: column;
        gap: 1rem;

        .dx-right-similar-products {
            background: rgba(249, 250, 252, 0.91);
            padding: 1.25rem 1rem 1.75rem;
            display: flex;
            width: 100%;
            border: 2px solid #e2e2e2;
            border-radius: 12px;
            flex-direction: column;

            .dx-right-similar-title-general {
                font-size: 18px;
                font-weight: bold;
                margin-bottom: .8rem;
                line-height: 01;
                display: flex;
                flex-direction: column;

                .dx-right-bottom-bar {
                    width: 100%;
                    min-height: 2px;
                    max-height: 2px;
                    height: 100%;
                    margin: .8rem 0;
                    background: #e0e0df;
                }

                .dx-right-bottom-bar:before {
                    content: '';
                    max-width: 90px;
                    width: 100%;
                    min-height: 2px;
                    height: 100%;
                    display: block;
                    background: #046989;
                }
            }

            .dx-right-similar-item {
                display: grid;
                grid-template-columns: 28% auto;
                gap: 15px;
                margin: 0 0 1.5rem 0;
                border-bottom: 2px solid #e2e2e2;
                padding: 0 0 1.5rem 0;
                align-items: center;

                .dx-right-image {
                    padding: .5rem;
                    background: rgba(249, 250, 252, 0.91);
                    border: 2px solid #e2e2e2;
                    border-radius: 12px;
                    min-height: 95px;
                    max-height: 95px;
                    height: 100%;
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    object-fit: contain;

                    img {
                        width: 100%;
                        max-height: 70px;
                        object-fit: contain;
                        aspect-ratio: 1 / 1;
                    }
                }

                .dx-right-title-desc {
                    display: flex;
                    flex-direction: column;
                    gap: 3px;

                    .dx-right-title {
                        font-size: .95rem;
                        color: #BC171C;
                    }

                    .dx-right-desc {
                        font-size: .8125rem;
                        color: #4b4b4b;
                    }
                }


            }

            .dx-right-similar-products-item-general .dx-right-similar-item:last-of-type {
                margin-bottom: 0 !important;
                padding-bottom: 0 !important;
                border-bottom: unset !important;
            }

            .dx-right-tags-item-general {
                display: flex;
                flex-wrap: wrap;
                gap: 10px;

                .dx-right-tags-item {
                    padding: .3rem .7rem;
                    background: #e6f2ff;
                    border-radius: 20px;
                    font-size: 16px;
                }
            }

        }
    }
}

.dx-desc-features-item img {
    transition: 450ms;
    max-width: 70px;
    aspect-ratio: 1 / 1;
    height: auto;
    object-fit: contain;
}

.dx-desc-features-item:hover img {
    transform: scale(1.1);
    transition: 450ms;
}

.dx-desc-image-red img {
    transition: 450ms;
}

.dx-desc-image-title-red:hover img {
    transform: scale(1.1);
    transition: 450ms;
}

.dx-maskot-image img {
    transition: 450ms;
}

.dx-maskot-image:hover img {
    transform: scale(1.1);
    transition: 450ms;
}

.dx-right-image img {
    transition: 450ms;
}

.dx-right-similar-item:hover img {
    transform: scale(1.1);
    transition: 450ms;
}

@keyframes circleBtnAnimation {
    0% {
        border-color: rgb(255, 255, 255);
        outline-color: rgb(255, 255, 255, 0.4);
        box-shadow: 0 0 0px 10px rgba(255, 255, 255, 0.3);
    }
    100% {
        border-color: rgba(255, 255, 255, 0.6);
        outline-color: rgba(255, 255, 255, 0.2);
        box-shadow: 0 0 0px 10px rgba(255, 255, 255, 0.1);
    }
}

@media (max-width: 768px) {
    .dx-maskot-plus-module {
        margin-top: 1rem;
    }

    .dx-seo-title {
        font-size: 15px !important;
        line-height: 1 !important;
        text-align: center;
        padding-bottom: 0;
    }

    .dx-seo-image-general {
        grid-template-columns: 50% auto !important;
        gap: 1rem !important;
        padding: .5rem !important;
        margin-bottom: 0 !important;
    }

    .wy-blury-glow {
        padding-top: 15px;
    }

    .wy-blury-glow {
        .container {
            padding: 0;
        }
    }

    .dx-desc-ticket-general {
        display: block !important;
    }

    .dx-desc-features-general {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 10px !important;
        margin: 1rem 0 0 !important;

    }

    .dx-desc-paragraph {
        padding-top: 1rem !important;
        font-size: 1rem !important;
    }

    .dx-desc-features-image {
        img {
            width: 45px;
            height: 45px;
        }
    }

    .dx-desc-border-general {
        font-size: 15px !important;
        margin: 1rem 0 !important;
        text-align: center !important;
    }

    .more-href {
        display: none !important;
    }

    .dx-desc-image-red {
        clip-path: unset !important;
    }

    .dx-desc-image-title-red {
        grid-template-columns: 1fr !important;
        gap: .5rem !important;
        padding: 0.6rem !important;
    }

    .more-image {
        top: 0 !important;
        right: 0 !important;
    }

    .dx-desc-title-red {
        font-size: .8rem !important;
    }

    .dx-right-similar-title-general {
        font-size: 16px !important;
    }

    .dx-right-similar-item {
        margin: 0 0 1rem 0 !important;
        padding: 0 0 1rem 0 !important;
    }

    .dx-right-tags-item {
        font-size: 14px !important;
    }

    .dx-maskot-image {
        height: 300px;

        img {
            width: 100%;
            height: 100%;
            object-fit: contain;
        }
    }
}

@media (min-width: 767px) and (max-width: 769px){
    .dx-desc-features-general {
        grid-template-columns: repeat(4, 1fr) !important;
        gap: 10px !important;
        margin: 1rem 0 0 !important;

    }
}

@media (min-width: 768px) and (max-width: 1280px) {
    .dx-desc-ticket-general {
        grid-template-columns: 1fr !important;
        gap: unset !important;
    }

    .wy-blury-glow .container {
        padding: 0;
    }

    .dx-seo-title {
        font-size: 21px !important;
        line-height: 30px !important;
        text-align: center !important;
    }


    .dx-seo-image-general {
        gap: 50px;
        padding: 0 1rem !important;
    }

    .wy-blury-glow {
        padding-top: 40px;
    }

    .dx-desc-title-red {
        font-size: 15px !important;
    }

    .dx-desc-image-title-red {
        grid-template-columns: 40% auto !important;
    }

    .dx-right-similar-products {
        height: fit-content;
    }

    .dx-right_sidebar-general {
        display: flex;
        flex-direction: unset !important;
        gap: 20px; /* soldaki ve sağdaki blok arası boşluk */
    }

    .dx-right-similar-products:first-of-type {
        flex: 1; /* soldaki blok geniş yer kaplasın */
    }

    .dx-right-sidebar-right {
        display: flex;
        flex-direction: column;
        gap: 20px; /* sağdaki iki blok arası boşluk */
        flex: 0 0 300px; /* sağ taraf genişliği */
    }

    .dx-right-tags-item-general {
        gap: 5px !important;
    }
}


/*Akıllı Eticaret*/

:root {
    --vw-unit: calc(100vw / 7);
    --blur-size: calc(100vw / 18);
    --blur-size-sm: calc(100vw / 10);
}

.layout-sidebar-large .main-header {
    box-shadow: 0 1px 20px rgba(44, 52, 66, 0.35) !important;
}

/*Top Banner Section*/
.dx-welcome-banner {
    display: grid;
    /*grid-template-columns: min(33%, 300px) auto min(33%, 300px);*/
    grid-template-columns: auto max(33%, 575px) auto;
    padding: 2rem 0 1rem;
    padding-top: 0;
}

.wy-blury-glow {
    position: relative;
    z-index: 1;
}

@media (min-width: 1366px) {
    .wy-blury-glow {
        overflow: hidden;
    }
}

.wy-blury-glow:not(.single)::after, .wy-blury-glow::before {
    content: '';
    position: absolute;
    width: var(--vw-unit);
    aspect-ratio: 1 / 1;
    background: rgba(99, 13, 16, 0.8);
    background: rgba(188, 23, 28, 0.8);
    filter: blur(var(--blur-size-sm));
    will-change: filter, transform;
    user-select: none;
    pointer-events: none;
    border-radius: 50%;
    animation: BluryGlow 3s infinite;
    z-index: -1;
}

.wy-blury-glow:not(.single):after {
    right: -5rem;
    top: calc(100vw / 11);
}

.wy-blury-glow:not(.single):before {
    top: calc(100vw / 3);
    left: 0;
    user-select: none;
    pointer-events: none;
}

@keyframes BluryGlow {
    0%, 100% {
        opacity: .6;
        transform: scale(1);
    }
    50% {
        opacity: 1;
        transform: scale(1.1);
    }
}

.dx-column-left,
.dx-column-right {
    padding: 5rem 0 0;
}

.dx-column-left,
.dx-column-right,
.dx-column-center {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 3rem;


    .section-box {
        display: flex;
        flex-direction: column;
        gap: 1rem;


        .dx-section-title {
            width: 100%;
            justify-content: flex-start;
            color: #434343;

            span:first-of-type {
                font-weight: 800;
            }
        }
    }

    .integration-collapser {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        width: 100%;
        gap: .625rem;
    }
}

.dx-column-left {


    .integration-collapser,
    .section-box {
        align-items: flex-end;
        justify-content: flex-end;
    }

    .integration-collapser {
        align-items: stretch;
        justify-content: flex-start;
    }
}

.dx-column-right {


    .integration-collapser,
    .section-box {
        align-items: flex-start;
        justify-content: flex-start;


        .dx-section-title {
            text-align: right;
            justify-content: flex-end;
        }
    }

    .integration-collapser {
        align-items: stretch;
        direction: rtl;
    }

}

.dx-column-center {
    display: flex;
    justify-content: center;
}

.dx-center-image {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;

    img {
        width: 100%;
        max-width: max-content;
        height: auto;
        object-fit: contain;

        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        min-width: max-content;
        pointer-events: none;
    }
}

.dx-section-title {
    font-weight: 500;
    font-size: 1.5rem;
    line-height: 1;
    margin-bottom: 0;
    white-space: normal;
    text-wrap: balance;
    display: flex;
    flex-direction: column;
    gap: .4rem;
    letter-spacing: 0;
}

/*.section-collection-green {*/

/*    .more-link,*/
/*    .dx-section-title {*/
/*        color: #34a753;*/
/*    }*/
/*}*/

/*.section-collection-blue {*/

/*    .more-link,*/
/*    .dx-section-title {*/
/*        color: #3374ea;*/
/*    }*/
/*}*/

/*.section-collection-yellow {*/

/*    .more-link,*/
/*    .dx-section-title {*/
/*        color: #f8c32a;*/
/*    }*/
/*}*/

/*.section-collection-red {*/

/*    .more-link,*/
/*    .dx-section-title {*/
/*        color: #e53225;*/
/*    }*/
/*}*/

.dx-welcome-banner .dx-section-title {
    transition: 300ms ease all;
}
.dx-welcome-banner .dx-section-title:hover {
    color: #BC171C;
}

.integration-item {
    background-color: #fff;
    padding: 5px 12px;
    border-radius: 5px;
    box-shadow: 0 0 6px 0px rgba(0, 0, 0, 0.15);
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    min-height: 35px;
    transition: 300ms ease all;

    img {
        width: 100%;
        max-width: max-content;
        height: auto;
        object-fit: contain;
        max-height: 30px;
    }
}

.integration-item:hover {
    box-shadow: 0 0 6px 0px rgba(0, 0, 0, 0.2);
    transform: scale(1.05);
    cursor: pointer;
}

.more-link:hover {
    color: #951418;
}
.more-link {
    font-size: 13px;
    color: #BC171C;
    font-weight: 600;
    letter-spacing: 0;
    direction: ltr;
}

/*Button Section*/

.dx-btn-section {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2rem;
    padding: 0 0 3.5rem;
}

.dx-review-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    /*background: linear-gradient(90deg, #BC171C , #6bbbf4);*/
    background: linear-gradient(90deg, #BC171C, #ff6f6f);
    background-size: 200% 100%;
    background-position: 0 0;
    border-radius: 11.33px;
    min-width: min(33%, 335px);
    max-width: max-content;
    width: auto;
    font-size: 1.5rem;
    font-weight: 500;
    color: #ffff;
    padding: .9rem 2.375rem;
    position: relative;
    transition: 300ms ease all;
    line-height: 1;
    letter-spacing: -.4px;
    gap: 0;

    .dx-review-text {
        padding-right: 4rem;
        margin-right: auto;
        flex: 1;
        max-width: 284px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
}

.dx-circle-btn {
    background: #fff;
    border-radius: 50%;
    padding: .25rem;
    border: 10px solid #FFBF00FF;
    outline: 8px solid rgba(255, 191, 0, 0.25);
    box-shadow: 0 0 0px 16px rgba(255, 191, 0, 0.2);
    aspect-ratio: 1 / 1;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    font-weight: 800;
    color: #434343;
    transition: 300ms ease all;
    will-change: border, outline, box-shadow;
    animation: circleBtnAnimation 1.5s infinite alternate;
    color: #eabb30;
}

.dx-circle-btn:focus,
.dx-circle-btn:hover {
    color: #eabb30;
    color: #434343;
    transform: scale(1.033);
}

@keyframes dxBtnAnimation {
    0% {
        border-color: rgba(188, 23, 28, 0.85);
        box-shadow: 0 0 0px 5px rgba(188, 23, 28, 0.25);
    }
    100% {
        border-color: rgba(188, 23, 28, 0.75);
        box-shadow: 0 0 0px 5px rgba(188, 23, 28, 0.05);
    }
}

@keyframes dxBtnAnimationAlt {
    0% {
        border-color: rgba(67, 67, 67, 0.85);
        box-shadow: 0 0 0px 5px rgba(67, 67, 67, 0.28);
    }
    100% {
        border-color: rgba(67, 67, 67, 0.75);
        box-shadow: 0 0 0px 7px rgba(67, 67, 67, 0.05);
    }
}

@keyframes circleBtnAnimation {
    0% {
        border-color: #FFBF00FF;
        outline-color: rgba(255, 191, 0, 0.25);
        box-shadow: 0 0 0px 16px rgba(255, 191, 0, 0.2);
    }
    100% {
        border-color: rgba(255, 191, 0, 0.9);
        outline-color: rgba(255, 191, 0, 0.2);
        box-shadow: 0 0 0px 18px rgba(255, 191, 0, 0.1);
    }
}

.dx-review-icon {
    background: #fff;
    border-radius: 50%;
    padding: .5rem;
    /*margin: -1rem;*/
    /*margin-right: 0;*/
    /*margin-left: .75rem;*/
    border: 5px solid rgba(188, 23, 28, 0.85);
    box-shadow: 0 0 0px 5px rgba(188, 23, 28, 0.25);
    transition: 300ms ease all;
    color: rgb(188, 23, 28);
    font-weight: 800;
    font-size: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    aspect-ratio: 1 / 1;
    will-change: border, outline, box-shadow;
    animation: dxBtnAnimation 1.5s infinite alternate;


    width: 100%;
    max-width: 70px;
    height: calc(100% + 2rem);
    max-height: 70px;

    position: absolute;
    right: 0;
    top: auto;
    bottom: auto;
    left: auto;
    margin: 0 20px 0 0;

    .dx-rew-text {
        font-size: 1.25rem;
    }

    .dx-rew-text-sm {
        font-size: .875rem;
    }

    img,
    svg {
        width: 100%;
        max-width: 30px;
        height: auto;
        aspect-ratio: unset;
        object-fit: contain;
    }

    .dx-const-icon {
        max-width: 39px;
    }

    svg path {
        fill: #317fdc;
        transition: 300ms ease all;
    }
}

.dx-review-btn:focus,
.dx-review-btn:hover {
    background-position: -5rem 0;
    /*background: #BC171C;*/
    color: black;

    .dx-review-icon {
        transform: scale(1.05);
    }
}

.dx-review-btn:focus {
    color: white;
}

.dx-review-btn.lft-iconed {
    flex-direction: row-reverse;
    gap: 0;

    .dx-review-icon {
        margin: 0 0 0 20px;
        left: 0;
        right: auto;
    }

    .dx-review-text {
        padding-right: 0;
        padding-left: 4rem;
    }
}

.dx-btn-section .dx-review-btn {
    width: 100%;
    justify-content: flex-end;
}

.dx-review-btn.alt-colored {
    background: #434343;

    .dx-review-icon {
        border: 5px solid rgba(67, 67, 67, 0.85);
        box-shadow: 0 0 0px 5px rgba(67, 67, 67, 0.28);
        color: #434343;
        will-change: border, outline, box-shadow;
        animation: dxBtnAnimationAlt 1.5s infinite alternate;

        svg path {
            fill: #434343;
        }
    }
}

.dx-review-btn.alt-colored:hover {
    background: #2b2828;
    color: white;
}

.dx-review-btn.dx-prom-btn {
    background: linear-gradient(90deg, #3baf5c, #5fdb82, #5fdb82);
    font-size: 1.25rem;
    background-position: 0 0;
    padding: 1rem 2.5rem;
    background-size: 200% 100%;
    width: 100%;
    max-width: 335px;
}

.dx-review-btn.dx-design-btn {
    background: linear-gradient(90deg, #f4ae1c, #f4c441, #f4c441);
    font-size: 1.25rem;
    padding: 1rem 2.5rem;
    background-position: 0 0;
    background-size: 200% 100%;
    width: 100%;
    max-width: 335px;
}

.dx-review-btn.dx-prom-btn:hover {
    background-position: -7rem 0;
}

.dx-whund {
    width: 100%;
}

.dx-review-btn.dx-design-btn:hover {
    background-position: -7rem 0;
}

.dx-design-col .dx-prom-inner-right {
    width: 100%;
    align-items: center;
    gap: 2rem;
}

.dx-prom-main-title {
    color: #BC171C;
    font-size: 2.5rem;
    font-weight: 700;
    text-align: center;
    letter-spacing: 0;
    padding-bottom: 2rem;
    line-height: 1;
    letter-spacing: -.7px;
}

.dx-prom-grid {
    display: grid;
    grid-template-columns: 66% auto;
    gap: 1.5rem;
    margin-bottom: 1.5rem;
}

.dx-prom-grid.dx-col-two {
    grid-template-columns: repeat(2, 1fr);

    .dx-prom-inner-right img {
        max-height: unset;
    }

    .dx-prom-title {
        min-height: unset;
    }
}

.dx-prom-inner-cont {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;

    .dx-prom-title {
        margin-bottom: 5px;
    }
}

.dx-prom-grid.dx-col-one {
    grid-template-columns: repeat(1, 1fr);

    .dx-prom-inner {
        padding-top: 0;
        padding-bottom: 0;
        overflow: hidden;
    }

    .dx-prom-inner-right {
        flex-direction: row;
        gap: 1rem;
    }

    .dx-prom-inner-right img {
        max-height: 155px;
    }

    .dx-prom-title {
        min-height: unset;
    }
}

.dx-prom-grid.dx-col-one-wrap {
    grid-template-columns: repeat(2, 1fr);

    .dx-prom-col:first-of-type .dx-prom-inner {
        padding-right: 10px;
    }

    .dx-prom-col:last-of-type .dx-prom-inner {
        padding-left: 0px;
    }
}

.dx-prom-inner-right img.dx-fld-top {
    max-height: calc(222px + 2.5rem);
}

.dx-prom-inner-right img.dx-fld-top,
.dx-prom-grid.dx-col-two .dx-prom-inner-right img {
    margin-top: -2.5rem;
}


.dx-prom-grid.dx-col-thr {
    grid-template-columns: repeat(3, 1fr);
}

.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-desc,
    .dx-prom-title {
        transition: 300ms ease all;
    }

    .dx-prom-inner:hover {
        border-color: #bdbdbd;

        .dx-prom-desc,
        .dx-prom-title {
            /*color: #BC171C;*/
        }

        img:not(.dx-noani) {
            /*margin-top: -.5rem;*/
            /*max-height: calc(222px + .5rem);*/
            transform: scale(1.025);
        }

        .dx-noani {
            transform: scale(1.025);
        }

        img.dx-noani-fld {
            margin: 0 !important;
            transform: scale(1);
        }

        img.dx-fld-top-xl {
            /*margin-top: -2.5rem;*/
            /*max-height: unset;*/
            transform: translateY(-5px) scale(1.025);
        }

        img.dx-fld-top {
            /*margin-top: -3rem;*/
            /*max-height: calc(222px + 3rem);*/
            transform: scale(1.025);
        }
    }
}

.hwto-build .dx-prom-inner {
    display: grid;
    grid-template-columns: 30% auto;
    align-items: center;
    gap: 3.5rem;
}

.dx-prom-inner-title {
    font-size: 41px;
    font-weight: 700;
    color: #BC171C;
    text-wrap: balance;
    line-height: 1.2;
    max-height: max-content;
    letter-spacing: -.7px;

}

.dx-prom-col.hwto-build {
    padding-left: min(25%, 10.3rem);


    .dx-prom-inner-right {
        align-items: center;
        justify-content: space-between;
    }
}

.dx-prom-inner-right .dx-hzroze {
    font-size: 1.25rem;
    color: #434343;
    font-weight: 600;
    text-align: center;
    letter-spacing: -.4px;
}

.dx-prom-col.hwto-build::before {
    content: "";
    background: url("/upload/images/woyio-anasayfa/akilli-eticaret-maskot.png");
    width: 100%;
    height: 100%;
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top left;
    z-index: -1;
    pointer-events: none;
    user-select: none;
    left: 0;
    top: 0;
    transform: translateY(-1rem);
}

.dx-prom-title {
    font-size: 1.4rem;
    color: #434343;
    font-weight: 600;
    padding-top: 5px;
    margin-bottom: auto;
    margin-bottom: 5px;
    min-height: 3.925rem;
    min-height: auto;
    margin-bottom: auto;
    line-height: 1.2;
    letter-spacing: -.2px;

    b, strong {
        font-weight: 800;
    }
}

.dx-prom-desc {
    font-size: 1.125rem;
    color: #4B4B4B;
    font-weight: 500;
    padding-top: 5px;
}

.dx-prom-inner-right {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: stretch;
    height: 100%;

    .dx-prom-text-cont {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: space-between;
        justify-content: flex-start;
        flex: 1;
    }

    img {
        width: 100%;
        max-width: max-content;
        height: auto;
        object-fit: contain;
        max-height: 222px;
        margin: 0 auto;
        flex-grow: 1;
    }
}

.shine {
    position: relative;
    overflow: hidden
}

.shine:after {
    position: absolute;
    top: 0;
    left: -90%;
    z-index: 2;
    display: block;
    content: "";
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
    pointer-events: none
}

.shine:hover::after {
    -webkit-animation: shine .75s;
    animation: shine .75s
}

.dx-desc-paragraph {
    ul {
        margin-top: 20px;

        li {
            display: grid;
            grid-template-columns: 5% auto;
            gap: 5px;
            margin-top: 20px;
        }
    }
}

@-webkit-keyframes shine {
    100% {
        left: 125%
    }
}

@keyframes shine {
    100% {
        left: 125%
    }
}

/*Akıllı son*/


/*Akıllı Mobil*/

.dx-banner-img {

    img {
        width: 100%;
        height: auto;
        object-fit: contain;
    }
}

@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;
    }

    .dx-prom-grid-section-one.dx-prom-horz {
        & .dx-prom-col-mbl {
            .dx-prom-title-mbl {
                font-size: 11px !important;
            }
        }
    }

    .dx-prom-grid-section-one {
        & .dx-prom-col-mbl {
            .shine {
                margin-bottom: 8px !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;
        position: relative;
    }

    .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-hwto-section .dx-prom-main-title {
        font-size: 1.25rem;
        padding-bottom: 2rem;
    }


    /*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;

                flex: 1;
                min-width: 40%;

                img {
                    max-height: 150px;
                }
            }

            .dx-prom-title-mbl {
                font-size: 12px;
                padding-top: 8px;
                text-align: center;
                width: 100%;
                display: block;
            }
        }
    }

    .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;

                flex: 1;
                min-width: 40%;

                margin-bottom: 0 !important;

                img {
                    max-height: 63px;
                }
            }
        }
    }

    .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;

                flex: 1;
                min-width: 40%;

                transition: 300ms ease all;
            }

            .dx-prom-title-mbl {
                font-size: 12px;
                padding-top: 8px;
                display: flex;
                flex-direction: column;
            }
        }
    }

    .dx-prom-col-mbl {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-between;
        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: #BC171C;
        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: 414px) {
    .dx-prom-title-mbl {
        font-size: 14px !important;
    }
    .dx-prom-grid-section-two {
        & .dx-prom-col-mbl {
            justify-content: flex-start;
            
            .shine {
                flex: unset;
            }

            .dx-prom-title-mbl {
                display: block;

                b {
                    /*display: inline-flex;*/
                    align-items: center;
                    justify-content: center;
                    flex-wrap: wrap;
                }
            }
        }
    }
}

@media (max-width: 1365px) {
    .wy-blury-glow:not(.single):before,
    .wy-blury-glow:not(.single):after {
        display: none;
    }
}

.dx-prom-grid.dx-col-one.finish  {
    .dx-prom-inner {
        background: linear-gradient(180deg, #72baf8, #3c7fb4);
        border-color: #d8ebf7;
    }

    .dx-prom-title {
        color: #fff;
    }

    .dx-prom-desc  {
        color: #fff;
    }
}








/*slick css*/
.dx-sector-slide {
    opacity: 0;
    visibility: hidden;
}

.dx-sector-slide.dx-loaded {
    opacity: 1;
    visibility: visible;
}

.slick-arrow {
    background: #e7e7e7;
    color: white;
    padding: 0;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    margin: 0 auto;
    width: 33px;
    aspect-ratio: 1 / 1;
    transition: 600ms ease all;
}

.slick-arrow:hover {
    background: #BC171C;
}

.dx-slide-item .dx-slide-item-inner {
    background: white;
    color: #434343;
    margin: 5px 0;
    padding: 8px 10px;
    position: relative;
    text-align: center;
    box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    cursor: pointer;
    cursor: grab;
    text-transform: uppercase;
    font-size: 19px;
    font-weight: 600;
    transition: 500ms ease all;
    will-change: transform, opacity;
}

.dx-slide-item .dx-slide-item-inner:active {
    cursor: grabbing;
}

.slick-current + .slick-active .dx-slide-item-inner,
.slick-current + .slick-active + .slick-active + .slick-active .dx-slide-item-inner,
.dx-slide-item:not(.slick-center) .dx-slide-item-inner {
    margin: 3px 0;
    transform: scale(.85);
}

.slick-current .dx-slide-item-inner,
.slick-current + .slick-active + .slick-active + .slick-active + .slick-active .dx-slide-item-inner {
    margin: 1px 0;
    transform: scale(.75) !important;
}
.slick-list {
    mask-image: linear-gradient(
            to bottom,
            transparent 0%,
            black 30%,
            black 70%,
            transparent 100%
    );
    overflow: hidden;
}

@media (min-width: 835px) {
    .slick-current + .slick-active + .slick-active .dx-slide-item-inner,
    .slick-center .dx-slide-item-inner {
        transform: scale(1);
        background: #BC171C;
        color: white;
    }
}

@media (max-width: 834px) {
    .slick-current + .slick-active .dx-slide-item-inner {
        transform: scale(1);
        background: #BC171C !important;
        color: white !important;
    }
}

.dx-column-center {
    position: relative;
}

.dx-column-right {
    color: #416eb3;
    text-align: center;
    padding-left: 30px;
    padding-top: 2rem;
    padding-top: 1rem;
}

.dx-welcome-banner {
    grid-template-columns: 33% auto min(33%, 280px) !important;
}



/*kutucuk css*/
.dx-prom-inner-right {
    width: 100%;
}

.dx-prom-visible .dx-prom-inner-right {
    justify-content: space-between;
}

.dx-prom-inner-right img.dx-noht {
    margin-left: 0;
    margin-right: 0;
    max-height: unset;
    max-width: 650px;
}

.dx-prom-inner-right img:not(.dx-noht),
.dx-prom-inner-right img.dx-fld-top, .dx-prom-grid.dx-col-two .dx-prom-inner-right img {
    margin-top: 0;
    min-height: 222px;
    max-height: 222px;
}

.dx-first-border-general {
    border: 1px solid #d0e0ef;
    border-radius: 12px;
    padding: 20px;
    margin-bottom: 2.5rem;

    .dx-prom-grid.dx-col-thr {
        margin-bottom: 0 !important;
    }

    .dx-prom-inner {
        background: transparent;
        padding: 0;
        display: flex;
        align-items: stretch;
        justify-content: stretch;
        width: 100%;
        border: none;
        border-radius: 0;
        transition: 450ms ease all;
    }

    .dx-prom-title {
        display: block;
    }

    .dx-prom-inner-right {
        .dx-prom-text-cont {
            padding: .5rem 0 0;
        }
    }

    .dx-prom-col {
        .dx-prom-inner {
            padding: 0;
            overflow: inherit;
        }
    }
}

.dx-prom-inner-right {
    img {
        margin: 0 !important;
        border-radius: 12px;
        max-height: max-content !important;
    }
}

.dx-prom-col {
    .dx-prom-inner {
        padding: 0;
        overflow: hidden;
    }
}

.dx-prom-inner-right {
    .dx-prom-text-cont {
        padding: .5rem 1rem;
    }
}

.dx-prom-inner-cont {
    padding: .5rem 1rem;
}

.dx-prom-inner-right img.inner-right-top-xl {
    width: 100% !important;
    max-width: max-content;
    max-height: unset !important;
    min-height: unset !important;
}

.dx-prom-grid.dx-col-one.finish {
    .dx-prom-inner {
        overflow: inherit;
    }
}

.dx-prom-image-flow {
    overflow: hidden;
    border-radius: 12px;
}

.dx-free-badge {
    position: absolute;
    z-index: 3;
    right: 0;
    transform: translate(-35%, 0%);
    width: 100%;
    max-width: 175px;
    aspect-ratio: 1 / 1;
    background: rgba(188, 23, 28, 0.85);
    outline: 15px solid rgba(188, 23, 28, 0.35);
    box-shadow: 0 0 0px 16px rgba(188, 23, 28, 0.15);
    border-radius: 50%;
    padding: .25rem;
    display: inline-block;
    font-size: 1.5rem;
    font-weight: 400;
    line-height: normal;
    color: #fff;
    transition: 300ms ease all;
    animation: circleBtnAnimationTry 1.5s infinite alternate;
    row-gap: 0;
    text-wrap: balance;
    text-align: center;
    align-content: center;
}

.dx-free-badge:hover {
    transform: translate(-35%, 0%) scale(1.033);
}

.dx-free-badge span {
    font-size: 25px;
}

.dx-free-badge b {
    font-weight: 800;
}

@keyframes circleBtnAnimationTry {
    0% {
        border-color: rgba(188, 23, 28, 0.85);
        outline: 40px solid rgba(188, 23, 28, 0.35) !important;
        box-shadow: 0 0 0px 25px rgba(188, 23, 28, 0.15);
    }
    100% {
        border-color: rgba(188, 23, 28, 0.7);
        outline: 50px solid rgba(188, 23, 28, 0.25) !important;
        box-shadow: 0 0 0px 30px rgba(188, 23, 28, 0.1);
    }
}


/*new css*/
.dx-col-horz {

    .dx-prom-col span.dx-prom-inner-right {
        flex-direction: row-reverse;
    }

    .dx-prom-col:last-of-type span.dx-prom-inner-right {
        flex-direction: row;
    }

    span.dx-prom-inner-right img {
        max-width: 200px;
        object-fit: cover;
        height: 100%;
        min-height: 160px !important;
        transform: none !important;
    }

    .dx-prom-col:hover span.dx-prom-inner-right img {
        transform: scale(1.05) !important;
    }

    .dx-prom-inner-right .dx-prom-text-cont {
        padding: 1.5rem 1rem;
        justify-content: space-between;
    }
}

@media (max-width: 1024px) {
    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;
    }

    .dx-review-btn:focus, .dx-review-btn:hover {
        background-position: -2rem 0;
        color: white;
    }

    /* hwto section*/
    .dx-hwto-section .dx-prom-main-title {
        font-size: 1.25rem;
        padding-bottom: 2rem;
    }


    /*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;
                transition: 300ms ease all;

                img {
                    max-height: 140px;
                }
            }

            .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;
                transition: 300ms ease all;
            }

            .dx-prom-title-mbl {
                font-size: 12px;
                padding-top: 8px;
                display: flex;
                flex-direction: column;
                padding-inline: 2px;
            }
        }
    }

    .dx-prom-col-mbl {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-between;
        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: #BC171C;
        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: 320px) and (max-width: 1024px) {

    .dx-circle-btn,
    .dx-review-btn,
    .dx-prom-title-mbl {
        font-size: 16px !important;
        min-height: auto !important;
        width: 100% !important;
    }

    .dx-review-btn {
        font-size: 13px !important;
    }

    .dx-prom-title-mbl {
        font-size: 15px !important;
    }

    .dx-sector-slide-cont {
        .dx-sector-slide {
            position: absolute;
            max-width: 125px;
            right: 0;
            top: 50%;
            transform: translateY(-50%);
        }

        .dx-slide-item .dx-slide-item-inner {
            background: white;
            color: #434343;
            margin: 5px 0;
            padding: 0 10px;
            position: relative;
            text-align: center;
            box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.1);
            border-radius: 5px;
            cursor: pointer;
            cursor: grab;
            text-transform: uppercase;
            font-size: 11px;
            font-weight: 600;
            transition: 500ms ease all;
            will-change: transform, opacity;
        }

        .slick-arrow  {
            background: #e7e7e7;
            color: white;
            padding: 0;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            line-height: 1;
            margin: 0 auto;
            width: 25px;
            aspect-ratio: 1 / 1;
            transition: 600ms ease all;
        }
    }
}

@media (max-width: 1365px) {
    .dx-prom-col-mbl {
        padding: 0 0 5px 0 !important;
    }

    .dx-prom-col-mbl .shine {
        min-height: 100px;

        img {
            max-height: unset !important;
            border-radius: 10px 10px 0 0;
        }
    }

    .dx-prom-horz .dx-prom-title-mbl {
        max-width: 175px;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .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: 160px;
        }
    }

    .dx-prom-grid-section-one {
        & .dx-prom-col-mbl {
            & .shine {
                img {
                    max-height: 200px;
                }
            }
        }
    }

    .dx-sector-slide-cont {
        .dx-sector-slide {
            position: absolute;
            max-width: 225px;
            right: 0;
            top: 50%;
            transform: translateY(-50%);
        }

        .dx-slide-item .dx-slide-item-inner {
            background: white;
            color: #434343;
            margin: 5px 0;
            padding: 6px 10px;
            position: relative;
            text-align: center;
            box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.1);
            border-radius: 5px;
            cursor: pointer;
            cursor: grab;
            text-transform: uppercase;
            font-size: 15px;
            font-weight: 600;
            transition: 500ms ease all;
            will-change: transform, opacity;
        }

        .slick-arrow  {
            background: #e7e7e7;
            color: white;
            padding: 0;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            line-height: 1;
            margin: 0 auto;
            width: 35px;
            aspect-ratio: 1 / 1;
            transition: 600ms ease all;
        }
    }

}
