﻿/*ANASAYFA MEDIA 767.98PX BURADA BAŞLIYOR*/
@media(max-width:767.98px) {
    /*hero slider responsive CSS buradan başlıyor*/
    .account-information-box-first > span {
        font-size: 16px !important;
    }

    .sepet-detail-summary-item-box > div {
        font-size: 14px !important;
    }

    .desktop-footer-head {
        display: none !important;
    }

    .mobil-footer-head {
        display: block !important;
    }

    .discount-box-one-image > div {
        position: absolute;
        width: 100%;
        height: 100%;
        align-items: center;
        left: 176px;
        top: -60px;
        margin: 0 auto;
        transform: translateX(-18%)
    }

    .sepet-item-information-box {
        display: flex !important;
        padding: 12px 24px 12px 12px;
        justify-content: space-between;
        align-items: center;
        border-radius: 8px;
        border: 1px solid #B2B2B2;
        width: 100%;
    }

    .desktop-tracking {
        display: none !important;
    }

    .mobil-tracking {
        display: block !important;
    }



    .hero-container {
        padding: 194px 18px;
    }

    .hero-wrapper {
        grid-template-columns: repeat(1,1fr)
    }

    .hero-text-area {
        display: flex;
        flex-direction: column;
        row-gap: 56px;
        padding: 194px 0px 54px 0 !important;
    }

        .hero-text-area h1 {
            color: var(--Neutrals-White, #FFF);
            font-size: 32px;
            font-style: normal;
            font-weight: 500;
            line-height: 36px; /* 107.692% */
            padding-right: 0px !important;
        }

        .hero-text-area h5 {
            padding-right: 0px !important;
        }
    /*hero slider responsive CSS burada bitiyor*/
    /*quadruple-banner responsive CSS buradan başlıyor*/
    .quadruple-banner {
        background: #F6F6F6;
        padding: 80px 18px;
    }

    .quadruple-banner-body {
        grid-template-columns: repeat(1, 1fr); /* 7 sütun oluşturur */
        gap: 24px;
    }

    .quadruple-banner-video {
        grid-column-start: 1;
        grid-column-end: 1;
        display: flex;
        flex-direction: column-reverse; /* To reverse the order on mobile */
        width: auto;
        height: auto;
        padding: 0px;
    }

    .index-video {
        height: 400px;
        width: 100%;
    }

    .quadruple-banner-header-title-video {
        display: block;
        color: var(--Core-Colours-02, #1C0047);
        font-size: 32px;
        font-style: normal;
        font-weight: 500;
        line-height: 36px;
        display: flex;
        margin-bottom: 24px;
    }

    .quadruple-banner-texts-area {
        grid-column-start: 1;
        grid-column-end: 1;
        display: flex;
        flex-direction: column;
        padding: 0px 18px !important;
    }

    .quadruple-banner-certificate-box {
        width: 140px;
        height: 84.798px;
    }

        .quadruple-banner-certificate-box > img {
            height: 80px !important;
        }

    .quadruple-banner-header-title {
        display: none;
    }

    .quadruple-banner-texts-mobil {
        display: block;
        color: var(--Core-Colours-02, #1C0047);
        /* Heading 05 */
        font-size: 32px;
        font-style: normal;
        font-weight: 500;
        line-height: 36px; /* 112.5% */
        margin-top: 24px;
    }

    .quadruple-banner-highlight-text {
        display: none;
    }

    .quadruple-banner-privacy {
        margin-top: 80px;
    }

    .quadruple-banner-privacy-wrapper {
        grid-template-columns: repeat(1,1fr);
        display: flex;
        flex-direction: column-reverse
    }

    .quadruple-banner-privacy-left {
        flex-direction: column;
        gap: 24px;
        display: flex;
        padding: 0px 24px 48px;
    }

        .quadruple-banner-privacy-left > h1 {
            font-size: 32px;
            line-height: 40px; /* 107.692% */
        }

    .quadruple-banner-privacy-right {
        padding: 48px 24px;
    }

        .quadruple-banner-privacy-right > img {
            width: 121.154px;
            height: 142px;
            margin-top: 64px;
            flex-shrink: 0;
        }

    .quadruple-banner-privacy-cark {
        right: 24px;
        top: -40px;
        width: 460px;
        height: 460px;
    }

    /*quadruple-banner responsive CSS burada bitiyor*/


    /*index-materials-container responsive CSS buradan başlıyor*/
    .index-materials-container {
        padding: 9px 0px 18px 0px;
    }

    .index-materials-wrapper {
        grid-template-columns: repeat(1,1fr);
    }

    .index-materials-left {
        grid-column-start: 1;
        grid-column-end: 1;
        width: 100%;
        padding: 12px 18px;
    }

        .index-materials-left > img {
            width: 100%;
            height: 300px;
            object-fit: contain;
        }

    .index-materials-container > .index-materials-responsive-heading {
        display: block !important;
        padding: 16px 18px;
    }

    .index-materials-right {
        grid-column-start: 1;
        grid-column-end: 1;
        padding: 0 18px;
    }

        .index-materials-right > .index-materials-right-heading {
            display: none
        }

    .accordion {
        margin: 32px 0 64px 0;
    }

    .accordion-body__contents {
        padding: 16px;
    }




    .accordion__item.active > .accordion-header:after {
        transform: rotate(-180deg);
    }

    .accordion__item.active .accordion-header {
        background: #ffffff;
        color: var(--Core-Colours-02, #1C0047);
    }


    .accordion__item .accordion__item .accordion-header {
        background: #f1f1f1;
        color: #353535;
    }

    /*index-materials-container responsive CSS burada bitiyor*/

    /*index-quick-solution-banner-responsive CSS burada başlıyor*/

    .quick-solution-banner {
        padding: 80px 18px;
    }

    .quick-solution-banner-header {
        flex-direction: column;
    }

    .quick-solution-banner-header-t1 {
        width: fit-content;
        padding-right: 0px;
    }

    .cad-slider {
        gap: 32px;
    }

    .mobil-deneme {
        display: block !important;
    }

    .quick-solution-banner-header-t1 > h1 {
        font-size: 32px;
        line-height: 36px; /* 114.286% */
    }

    .quick-solution-banner-header-t1 > p {
        padding-right: 0px;
    }

    .quick-solution-banner-header-t2 > a {
        width: fit-content;
        margin-top: 32px;
    }

    .quick-solution-banner-body {
        display: grid;
        grid-template-columns: repeat(1,1fr);
        margin-top: 0px;
    }

    .quick-solution-banner-body-left {
        grid-column-start: 1;
        grid-column-end: 1;
    }

    .quick-solution-banner-body-list {
        display: flex;
        flex-direction: column;
        overflow: hidden;
    }

    .quick-solution-banner-body-list-item {
        display: block;
        margin-bottom: 16px; /* Her öğe arasına boşluk ekleyin */
    }

        .quick-solution-banner-body-list-item .progress-circle {
            display: none;
        }

        .quick-solution-banner-body-list-item.active .progress-circle {
            display: block;
        }

    .quick-solution-banner-body-right img {
        display: none;
        width: 100%; /* Gerekirse resimlerin genişliğini ayarlayın */
    }

        .quick-solution-banner-body-right img.active {
            display: block;
        }


    .quick-solution-banner-body-list-item > span {
        padding-left: 24px !important;
    }

    .progress-circle {
        position: absolute;
        left: 0px;
        top: 11%;
        transform: translateY(-50%);
        width: 24px;
        height: 24px;
    }

    /* .quick-solution-banner-body-list-item.active {
        display: block;
    }*/
    .quick-solution-banner-body-nav-mobil {
        height: 80px !important;
        padding: 16px 18px;
    }

    .quick-solution-banner-body-list-alt {
        display: flex !important;
        overflow: hidden !important;
        width: 100% !important;
        height: 60px !important;
        padding: 16px 18px;
        white-space: nowrap; /* Yan yana sıralama */
    }

    .quick-solution-banner-body-left-alt {
        grid-area: 1 / 1 !important;
        display: grid !important;
    }

    .quick-solution-banner-body-right-alt {
        grid-area: 1 / 1 !important;
        display: grid !important;
        margin-top: 120px !important;
    }


    .material-quick-solution-container-text-all {
        padding-bottom: 120px;
    }


    .material-quick-solution-container-image-alt {
        height: 300px !important;
    }

    .quick-solution-banner-body-list-item-alt {
        flex: 0 0 100% !important;
        padding: 0px !important;
        border-bottom: none !important;
        display: none; /* İlk başta görünmeyecek */
    }

        .quick-solution-banner-body-list-item-alt.active {
            display: block; /* Aktif olan öğe görünür */
        }


    .quick-solution-banner-body-right-alt img {
        display: block !important;
    }

    .progress-circle-materyal-mobile {
        display: none !important;
    }

    /*index-quick-solution-banner-responsive CSS burada bitiyor*/
    /*index-discount-container responsive CSS burada başlıyor*/
    .index-discount-container {
        padding: 24px 18px !important;
    }

    .discount-box-item {
        padding: 28px 24px !important;
    }

    .discount-box {
        border-radius: 24px;
        display: grid;
        grid-template-columns: repeat(1,1fr) !important;
        width: 100%;
    }

    .discount-box-text {
        padding-right: 80px;
    }

        .discount-box-text > h1 {
            font-size: 26px;
            font-style: normal;
            font-weight: 500;
            line-height: 32px; /* 112.5% */
            /*padding-right:40px;*/
        }

        .discount-box-text > p {
            color: var(--Neutrals-White, #FFF);
            font-size: 18px;
            font-style: normal;
            font-weight: 400;
            line-height: 24px; /* 150% */
            padding-right: 12px;
        }

    .discount-box-two-text {
        padding-right: 0px !important;
    }

    .industries-scroll {
        display: none !important;
    }

    .pagination-industries {
        display: block !important;
    }

    .discount-box-one {
        overflow: hidden;
        height: 400px !important;
    }

    .discount-box-one-image {
        width: 500px !important;
        display: flex !important;
        justify-content: center !important;
        align-items: center !important;
    }

        .discount-box-one-image > img {
            transform: rotate(90deg) !important;
            right: 60px;
            /* left: 10px; */
            height: 280px;
            width: 600px;
            object-fit: contain;
            top: -80px;
            z-index: -1;
        }


        .discount-box-one-image div > img {
            height: 120px;
            bottom: -20px;
        }

    .discount-box-two {
        display: flex;
        flex-direction: column-reverse;
        height: 400px !important;
    }

    .mobil-triangle {
        display: block !important;
    }

    .discount-box-two-image {
        /*height: 280px !important;*/
        position: relative;
    }

        .discount-box-two-image > svg {
            /* height: 100% !important; */
            position: absolute !important;
            bottom: 0px;
            left: 0px !important;
            width: 500px !important;
            height: 270px;
            left: -2px;
        }
    /*index-discount-container responsive CSS burada bitiyor*/


    /* Index industries slider responsive css buradan başlıyor */
    .index-industries-slider-container {
        padding: 48px 18px 80px 18px;
    }

        .index-industries-slider-container > h1 {
            font-size: 26px;
        }


    .industries-slider-items {
        display: flex;
        gap: 8px;
        width: calc(23% * 4 + 8px * 3);
        transition: transform 0.5s ease-in-out;
    }

    .industries-slider-item-box {
        flex: 0 0 100%;
        box-sizing: border-box;
    }
    /* Index industries slider responsive css burada bitiyor*/


    /*Index Brand responsive css buradan başlıyor*/
    .index-brand-container {
        padding: 80px 18px;
    }

    .index-brand-wrapper {
        grid-template-columns: repeat(2,1fr) !important;
    }

    .brand-item-box {
        padding: 0px 18px;
    }

    .index-brand-container > h1 {
        font-size: 24px;
    }
    /*Index Brand responsive css burada bitiyor*/

    /*Index Blog Responsive Css Buradan Başlıyor*/
    .prodigma-blog-image {
        height: 240px !important;
    }

    .pprodigma-plus {
        padding: 80px 18px;
    }

    .pprodigma-plus-wrapper {
        display: flex;
        flex-direction: column;
        gap: 120px;
    }

    .prodigma-plus-container-heading {
        display: flex;
        flex-direction: column;
        gap: 32px;
    }

    .blog-navbar-list {
        gap: 8px !important;
        display: flex;
        flex-wrap: wrap;
    }

    .custom-select-content {
        width: 100% !important;
    }

    .blog-navbar-list-item.active {
        display: flex;
        padding: 2px 12px 4px 12px;
        justify-content: center;
        align-items: center;
        gap: 4px;
        border-radius: 99999px;
        background: #80C776;
        width: fit-content !important;
    }

    .blog-navbar-list-item {
        padding: 2px 12px 4px 12px;
        justify-content: center;
        align-items: center;
        display: flex;
        gap: 4px;
        border-radius: 99999px;
        border: 1px solid #D9D9D9;
        background: #F6F6F6;
    }

        .blog-navbar-list-item:first-child {
            width: fit-content !important;
        }


        .blog-navbar-list-item > a {
            font-size: 14px !important;
        }
    /*    .aboutustab.defaultOpen{
        display:none !important;
    }*/
    .custom-select-content-blog-trigger {
        width: 100% !important;
    }

    .custom-select-blog {
        padding: 0px !important;
    }

    .prodigma-blog-detail-items {
        flex-direction: column;
    }

    .prodigma-plus-container-heading-mobil {
        display: flex !important;
        flex-direction: column !important;
    }

    .custom-select-blog {
        width: 100% !important;
    }

    .blog-container-cd {
        display: flex;
        flex-direction: column;
        row-gap: 40px;
        padding: 0px 18px;
    }

    .pprodigma-plus-body-left-mobil {
        display: flex;
        overflow: hidden;
        width: 100%;
        position: relative;
        height: auto;
        gap: 0px !important;
    }

    .prodigma-blog-image.first-child {
        width: auto !important;
    }

    .prodigma-blog-image img.first-child {
        height: auto !important;
        object-fit: cover !important;
    }

    .pprodigma-plus-body-left-item:first-child {
        width: 100% !important;
        height: auto !important;
    }



    .pprodigma-plus-body-left-item {
        min-width: 100%;
        flex: 0 0 100%;
        display: flex;
        gap: 16px;
        transition: transform 0.5s ease-in-out; /* Animasyon ekleme */
    }

    .prodigma-blog-topic-date {
        display: flex;
        justify-content: space-between;
    }
    /*Index Blog Responsive Css Burada Bitiyor*/
    /* Prodigma SSS Responsive Css Buradan Başlıyor */
    .page-home-sss {
        display: none;
    }

    .blog-right-items-wrapper .zoom-container {
        height: fit-content !important;
    }
    /* Prodigma SSS Responsive Css Burada Bitiyor */


}
/* ANASAYFA MEDIA 767.98PX BURADA BİTİYOR*/
@media(min-width:768px) and (max-width:1024px) {
    .prodigma-blog-image {
        height: 400px !important;
    }

    .blog-right-items-wrapper .zoom-container {
        height: fit-content !important;
    }
}

/* ANASAYFA MEDIA 768 - 1199.98 PX BURADAN BAŞLIYOR*/
@media(min-width:768px) and (max-width:1199.98px) {
    .blog-width-image-left {
        height: 400px !important;
    }

    .blog-right-items-wrapper .zoom-container {
        height: 400px;
    }

    .prodigma-blog-image {
        height: 400px !important;
    }

    .custom-select-trigger {
        width: 100%;
    }

    .prodigma-plus-container-heading-mobil {
        display: flex !important;
        flex-direction: column !important;
    }

    .blog-navbar-list {
        gap: 8px !important;
        display: flex;
        flex-wrap: wrap;
    }

    .custom-select-container {
        position: relative;
        display: flex !important;
        flex-direction: column !important;
        width: 100%;
        gap: 8px;
    }

    .custom-select-container-blog {
        display: flex !important;
        align-items: start !important;
    }

    .blog-nw-wrapper:last-child .blog-left-item-wrapper {
        width: 100% !important;
    }

    .blog-left-item-wrapper {
        height: auto !important;
    }

    .blog-width-image-left {
        width: auto !important;
        height: 364px !important;
    }

    .blog-nw-wrapper {
        flex-direction: column !important;
        gap: 32px !important;
    }

    .custom-select-blog {
        width: 100% !important;
    }

    .blog-right-items-wrapper {
        display: flex;
        flex-direction: column;
    }

    .blog-nw-wrapper .blog-right-items-wrapper {
        width: 100%;
    }

    .pprodigma-plus-body-left-mobil {
        display: flex;
        overflow: hidden;
        width: 100%;
        position: relative;
        height: auto;
        margin-top: 34px;
        gap: 0px !important;
        margin-bottom: 40px;
    }

    .prodigma-blog-image.first-child {
        width: auto !important;
    }

    .prodigma-blog-image img.first-child {
        height: auto !important;
        object-fit: cover !important;
    }

    .pprodigma-plus-body-left-item:first-child {
        width: 100% !important;
        height: auto !important;
    }


    .pprodigma-plus-body-left-item {
        min-width: 100%;
        flex: 0 0 100%;
        display: flex;
        gap: 16px;
        transition: transform 0.5s ease-in-out; /* Animasyon ekleme */
    }

    .prodigma-blog-topic-date {
        display: flex;
        justify-content: space-between;
        width: 100%;
    }

    .index-blog-arrow {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        transform: translateY(-50%);
        pointer-events: none;
    }

    .index-arrow {
        pointer-events: auto;
        cursor: pointer;
        padding: 12px;
        border-radius: 99999px;
        border: 1px solid #B2B2B2;
    }

    .industries-arrow-mobil {
        pointer-events: auto !important;
        cursor: pointer !important;
        padding: 12px !important;
        border-radius: 99999px !important;
        border: 1px solid #B2B2B2 !important;
    }

    .pagination {
        pointer-events: none;
    }

    .services-description-left-text-baski {
        padding-right: 12px !important;
    }

    .site-footer-top > div > span {
        margin-bottom: 0px;
        color: var(--Neutrals-White, #FFF);
        font-size: 15px;
        font-style: normal;
        font-family: Aeonik;
        font-weight: 400;
        line-height: 24px; /* 160% */
        letter-spacing: 0.2px;
        text-transform: capitalize !important;
    }

    .desktop-footer-head {
        display: none !important;
    }

    .mobil-footer-head {
        display: block !important;
    }

    .quick-solution-banner-body-list-item {
        flex-direction: column;
        align-items: start;
    }



    .progress-circle {
        position: absolute;
        left: 24px;
        top: 6%;
        transform: translateY(-50%);
        width: 24px;
        height: 24px;
    }

    .hero-container {
        padding: 194px 24px;
    }

    .hero-wrapper {
        grid-template-columns: repeat(1,1fr)
    }

    .hero-text-area {
        padding: 194px 12px 54px 24px;
    }

        .hero-text-area h1 {
            color: var(--Neutrals-White, #FFF);
            font-size: 32px;
        }
    /*hero slider responsive CSS burada bitiyor*/
    /*quadruple-banner responsive CSS buradan başlıyor*/
    .quadruple-banner {
        background: #fff !important;
        padding: 80px 18px;
    }

    .quadruple-banner-body {
        grid-template-columns: repeat(1, 1fr); /* 7 sütun oluşturur */
        gap: 24px;
    }

    .quadruple-banner-video {
        grid-column-start: 1;
        grid-column-end: 1;
        display: flex;
        flex-direction: column-reverse; /* To reverse the order on mobile */
    }

    .index-video {
        height: auto;
    }

    .quadruple-banner-header-title-video {
        display: flex;
        margin-bottom: 24px;
        font-weight: 500;
        line-height: 36px; /* 112.5% */
        font-size: 32px;
    }

    .quadruple-banner-texts-area {
        grid-column-start: 1;
        grid-column-end: 1;
        display: flex;
        flex-direction: column;
    }

    .quadruple-banner-header-title {
        display: none;
    }

    .quadruple-banner-texts-mobil {
        display: block;
        color: var(--Core-Colours-02, #1C0047);
        /* Heading 05 */
        font-size: 32px;
        font-style: normal;
        font-weight: 500;
        line-height: 36px; /* 112.5% */
        margin-top: 24px;
    }

    .quadruple-banner-highlight-text {
        display: none;
    }

    .quadruple-banner-privacy {
        margin-top: 80px;
    }

    .quadruple-banner-privacy-wrapper {
        grid-template-columns: repeat(1,1fr);
        display: flex;
        flex-direction: column-reverse
    }

    .quadruple-banner-privacy-left {
        flex-direction: column;
        gap: 24px;
        display: flex;
        padding: 0px 24px 48px;
    }

        .quadruple-banner-privacy-left > h1 {
            font-size: 32px;
            line-height: 40px; /* 107.692% */
        }

    .quadruple-banner-privacy-right {
        padding: 48px 24px;
    }

        .quadruple-banner-privacy-right > img {
            width: 141.154px;
            height: 162px;
            flex-shrink: 0;
        }

    .quadruple-banner-privacy-cark {
        right: 230px;
        top: -40px;
        width: 615.758px;
        height: 415.758px;
    }

    /*quadruple-banner responsive CSS burada bitiyor*/
    /*index-materials-container responsive CSS buradan başlıyor*/
    .index-materials-container {
        padding: 9px 0px 24px 0px;
    }

    .index-materials-wrapper {
        grid-template-columns: repeat(1,1fr);
    }

    .index-materials-left {
        grid-column-start: 1;
        grid-column-end: 1;
        width: 100%;
        padding: 12px 0;
    }

    .index-materials-container > .index-materials-responsive-heading {
        display: block !important;
        padding: 16px 18px;
    }

    .index-materials-right {
        grid-column-start: 1;
        grid-column-end: 1;
        padding: 0 18px;
    }

        .index-materials-right > .index-materials-right-heading {
            display: none
        }

    .accordion {
        margin: 32px 0 64px 0;
    }

    .accordion-body__contents {
        padding: 16px;
    }

    .accordion__item.active > .accordion-header:after {
        transform: rotate(-180deg);
    }

    .accordion__item.active .accordion-header {
        background: #ffffff;
        color: var(--Core-Colours-02, #1C0047);
    }

    .accordion__item .accordion__item .accordion-header {
        background: #f1f1f1;
        color: #353535;
    }

    /*index-materials-container responsive CSS burada bitiyor*/

    /*index-quick-solution-banner-responsive CSS burada başlıyor*/

    .quick-solution-banner {
        padding: 80px 24px;
    }

    .quick-solution-banner-header {
        flex-direction: column;
        gap: 24px;
    }





    .quick-solution-banner-body {
        display: grid;
        grid-template-columns: repeat(1,1fr);
        margin-top: 0px;
    }

    .quick-solution-banner-body-left {
        grid-column-start: 1;
        grid-column-end: 1;
    }

    .quick-solution-banner-body-right {
        grid-column-start: 1;
        grid-column-end: 1;
    }
    /*index-quick-solution-banner-responsive CSS burada bitiyor*/

    /*index-discount-container responsive CSS burada başlıyor*/
    .index-discount-container {
        padding: 24px 24px !important;
    }

    .discount-box-item {
        padding: 28px 24px !important;
    }

    .discount-box {
        border-radius: 24px;
        display: grid;
        grid-template-columns: repeat(2,1fr) !important;
        width: 100%;
    }
    /*index-discount-container responsive CSS burada bitiyor*/
    /* Index industries slider responsive css buradan başlıyor */
    .index-industries-slider-container {
        padding: 48px 18px 80px 18px;
    }

        .index-industries-slider-container > h1 {
            font-size: 26px;
        }

    .industries-slider-items {
        display: flex;
        gap: 8px;
        width: calc(24% * 4 + 8px * 3);
        transition: transform 0.5s ease-in-out;
    }

    .industries-slider-item-box {
        flex: 0 0 50%;
        box-sizing: border-box;
    }
    /* Index industries slider responsive css burada bitiyor*/
    /*Index Brand responsive css buradan başlıyor*/
    .index-brand-container {
        padding: 80px 24px;
    }

    .index-brand-wrapper {
        grid-template-columns: repeat(3,1fr) !important;
    }
    /*Index Brand responsive css burada bitiyor*/

    /*Index Blog Responsive Css Buradan Başlıyor*/
    .pprodigma-plus {
        padding: 80px 24px;
    }
    /*Index Blog Responsive Css Burada Bitiyor*/

    /*Index SSS Responsive Buradan Başlıyor*/
    .page-home-sss {
        flex-direction: column;
    }

    .page-home-sss-right {
        width: 100%;
    }
}
/*Index SSS Responsive Burada Bitiyor*/
/* ANASAYFA MEDIA 768 - 1199.98 PX BURADA BİTİYOR*/
@media(min-width:1441px) and (max-width:1470px) {
    .hero-text-area {
        display: flex;
        flex-direction: column;
        row-gap: 56px;
        padding: 230px 50px 0px 0px !important;
    }

    .services-desciption-wrapper {
        gap: 20px !important;
    }

  
    .services-description-left-text-baski {
        padding-right: 185px;
    }

    .services-description-left-text {
        padding-right: 145px;
    }
}

@media(min-width:1201px) and (max-width:1439px) {

    .hero-text-area {
        display: flex;
        flex-direction: column;
        row-gap: 56px;
        padding: 230px 40px 0px 0px !important;
    }

    .services-desciption-wrapper {
        gap: 20px !important;
    }



    .quadruple-banner-privacy-cark {
        position: absolute;
        right: -20px;
        stroke-width: 1px;
    }

    .discount-box-one-image > div {
        position: absolute;
        width: 100%;
        height: 100%;
        /* margin: 200px; */
        /* display: flex; */
        /* justify-content: center; */
        align-items: center;
        left: 100px;
        top: 46px;
    }

    .discount-box-one-image > img {
        position: absolute;
        width: 100%;
        height: 100%;
    }

    .discount-box-one-image div > img {
        bottom: -20px;
        left: 0px;
        width: auto;
    }

    .quadruple-banner-privacy-right > img {
        right: 220px;
        position: absolute;
    }

    .services-description-left-text {
        padding-right: 120px;
    }

    .services-description-left-text-baski {
        padding-right: 140px !important;
    }
    .header-nw-box-left > nav > ul > li {
        font-size:32px !important;
    }
    .lt-menu {
        font-size: 20px !important;
    }
   
    .header-opened-menu-button > a, .header-opened-menu-button > svg {
        font-size: 11px;
    }

}


@media(min-width:1700px) and (max-width:1919.98px) {
    .quadruple-banner-privacy-right > img {
        right: 220px;
        position: absolute;
    }

    .services-description-left-text-baski {
        padding-right: 240px !important;
    }

    .quadruple-banner-video {
        padding: 19px 21px 19px 160px !important;
    }

    .quadruple-banner-body {
        gap: 0px !important;
    }
}


@media(min-width:1920px) {
    .quadruple-banner-body {
        gap: 0px !important;
    }

    .services-description-left-text-baski {
        padding-right: 340px !important;
    }

    .quadruple-banner-texts-area {
        padding-right: 180px
    }

    .hero-text-area {
        padding: 280px 90px 0px 0px !important;
    }

        .hero-text-area h1 {
            padding-right: 180px !important;
        }

        .hero-text-area h5 {
            padding-right: 200px !important;
        }

    .quadruple-banner-video {
        padding: 19px 21px 19px 136px !important;
    }

    .discount-box-one-image div > img {
        height: 200px;
        bottom: 30px;
        left: 100px;
        width: auto;
        height: 280px;
    }
    /*  .quadruple-banner-privacy-cark {
        position: absolute;
        right: -20px;
        stroke-width: 1px;
    }*/
    .quadruple-banner-privacy-right > img {
        right: 220px;
        position: absolute;
    }
}


@media(min-width:2400px) {
    .quadruple-banner-body {
        gap: 0px !important;
    }

    .services-description-left-text {
        padding-right: 520px !important;
    }

   
    .hero-text-area {
        padding: 280px 90px 0px 0px !important;
    }

    .quadruple-banner-video {
        padding: 19px 21px 19px 160px !important;
    }

    .discount-box-one-image div > img {
        bottom: 30px;
        left: 0px;
        width: auto;
        height: 250px;
    }

    .quadruple-banner-privacy-cark {
        position: absolute;
        right: -20px;
        stroke-width: 1px;
    }

    .quadruple-banner-privacy-right > img {
        right: 220px;
        position: absolute;
    }
}







@media(min-width:1024px) and (max-width:1199px){
    .site-header {
        padding-left: 24px;
        padding-right: 24px;
    }
}













/*İletişim Sayfası BREAKPOINTLER  Responsive CSS Buradan Başlıyor*/
@media (max-width:767.98px) {
    .pcontact {
        padding: 80px 18px 64px 18px;
    }

    .pcontact-body-form {
        grid-template-columns: repeat(1,1fr);
    }

    .pcontact-maps-container {
        padding: 48px 18px 120px 18px;
    }

    .contact-banner-right {
        padding: 0px;
    }

    .contact-banner-map-item {
        display: grid;
        grid-template-columns: repeat(1,1fr);
        gap: 32px;
        grid-auto-flow: dense;
    }

        .contact-banner-map-item > :nth-child(1) {
            order: 2;
        }

        .contact-banner-map-item > :nth-child(2) {
            order: 1;
        }

        .contact-banner-map-item > .map-banner {
            height: 350px;
        }

    .map-banner {
        display: flex;
        gap: 24px;
        flex-direction: column;
    }

    .contact-mobil-button {
        display: flex;
        gap: 12px;
    }

    .map-banner > a {
        color: var(--Core-Colours-02, #1C0047);
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 24px; /* 150% */
        stroke: var(--Core-Colours-02, #1C0047);
        width: auto;
    }

    .map-banner > svg {
        color: var(--Core-Colours-02, #1C0047);
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 24px; /* 150% */
        stroke: var(--Core-Colours-02, #1C0047);
        width: auto;
    }

    .map-banner > a:hover {
        background: #1C0047;
        color: var(--Neutrals-White, #FFF);
    }

    .map-banner > svg:hover {
        stroke: var(--Neutrals-White, #FFF);
        color: var(--Neutrals-White, #FFF);
    }


    .map-banner > iframe {
        width: auto;
    }

    .contact-banner-right > a {
        display: none;
    }

    .map-banner > a {
        display: block;
        font-size: 16px;
        display: flex;
    }
}


@media(min-width:768px) and (max-width:1199.98px) {
    .pcontact {
        padding: 80px 18px 64px 18px;
    }

    .pcontact-body-form {
        grid-template-columns: repeat(1,1fr);
    }

    .pcontact-maps-container {
        padding: 48px 18px 120px 18px;
    }

    .contact-banner-right {
        padding: 0px;
    }

    .contact-banner-map-item {
        display: grid;
        grid-template-columns: repeat(1,1fr);
        gap: 32px;
        grid-auto-flow: dense;
    }

        .contact-banner-map-item > :nth-child(1) {
            order: 2;
        }

        .contact-banner-map-item > :nth-child(2) {
            order: 1;
        }

        .contact-banner-map-item > .map-banner {
            height: 350px;
        }

    .map-banner {
        display: flex;
        gap: 24px;
        flex-direction: column;
    }

    .contact-mobil-button {
        display: flex;
        gap: 12px;
    }



    .map-banner > iframe {
        width: auto;
    }

    .contact-banner-right > a {
        display: none;
    }

    .map-banner > a {
        display: block;
        font-size: 16px;
        display: flex;
    }
}
/*İletişim Sayfası BREAKPOINTLER Responsive CSS Burada Bitiyor*/
/*Hizmetler Sayfası BREAKPOINTLER Responsive CSS Buradan Başlıyor*/
@media(max-width:767.98px) {
    .services-banner-container {
        padding: 244px 18px;
    }

    .blog-width-image-left {
        width: auto !important;
        height: 264px !important;
    }

    .blog-left-item-wrapper {
        height: auto !important;
    }

    .services-banner-heading {
        font-size: 42px;
        line-height: 48px; /* 106.25% */
        padding-right: 52px;
    }

    .blog-detail-content > img {
        max-width: 100% !important;
        height: auto !important;
    }

    .services-description-container {
        padding: 80px 18px;
    }

    .services-desciption-wrapper {
        grid-template-columns: repeat(1,1fr);
        gap: 32px;
    }

    .services-description-left-text {
        padding-right: 0px;
    }

        .services-description-left-text > h1 {
            font-size: 32px;
            line-height: 36px; /* 112.5% */
        }

    .services-description-right-text {
        display: flex;
        flex-direction: column;
        gap: 24px;
    }

        .services-description-right-text > p {
            font-size: 22px;
            line-height: 32px; /* 145.455% */
        }

    .services-item-container {
        padding: 24px 32px;
    }

    .services-item-printing-service {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
    }

    .services-item-printing-service-box {
        padding: 48px 0px;
        row-gap: 90px;
    }

        .services-item-printing-service-box::after {
            content: "";
            position: absolute;
            bottom: 0;
            left: 0;
            width: calc(100% - 24px);
            height: 1px;
            background-color: #D9D9D9; /* Yatay çizgi rengi */
        }

    .cad-slider {
        padding: 80px 18px;
    }

    .quick-solution-banner-wrapper {
        margin: auto 0px;
    }

    .services-item-container.scanning-container {
        padding: 48px 32px;
    }

    .services-item-container > h1 {
        margin-bottom: 32px !important;
    }


    .services-item-scanning-service {
        grid-template-columns: repeat(1, 1fr);
    }
}

@media(min-width:767.98px) and (max-width:1198.98px) {
    .services-banner-container {
        padding: 244px 24px;
    }

    .services-banner-heading {
        font-size: 42px;
        line-height: 48px; /* 106.25% */
        padding-right: 52px;
    }

    .services-description-container {
        padding: 80px 24px;
    }

    .services-desciption-wrapper {
        grid-template-columns: repeat(1,1fr);
        gap: 32px;
    }

    .services-description-left-text {
        padding-right: 0px;
    }

        .services-description-left-text > h1 {
            font-size: 32px;
            line-height: 36px; /* 112.5% */
        }



    .services-description-right-text {
        display: flex;
        flex-direction: column;
        gap: 24px;
    }

        .services-description-right-text > p {
            font-size: 22px;
            line-height: 32px; /* 145.455% */
        }

    .services-item-container {
        padding: 24px 32px;
    }

    .services-item-printing-service {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
    }

    .services-item-printing-service-box {
        padding: 48px 0px;
        row-gap: 90px;
    }

        .services-item-printing-service-box::after {
            content: "";
            position: absolute;
            bottom: 0;
            left: 0;
            width: calc(100% - 24px);
            height: 1px;
            background-color: #D9D9D9; /* Yatay çizgi rengi */
        }

    .cad-slider {
        padding: 80px 24px;
    }

    .quick-solution-banner-wrapper {
        margin: auto 0px;
    }
}
/*Hizmetler Sayfası BREAKPOINTLER Responsive CSS Burada Bitiyor*/













/*Hakkımızda Sayfası BREAKPOINTLER Responsive CSS Burada Başlıyor*/
@media (max-width:1024px) {
    .hakkimizda-banner-container {
        padding: 100px 18px
    }

    .hakkimizda-banner-heading > h1 {
        font-size: 42px;
        line-height: 48px;
    }

    .hakkimizda-banner-svg-left {
        left: -90px !important;
        width: 270px;
        height: 270px;
    }

    .hakkimizda-banner-svg-right {
        right: -94px !important;
        width: 270px;
        height: 270px;
    }

    .aboutus-tab-container {
        padding: 0px;
    }

    .about-us-goal-container {
        padding: 56px 18px;
    }

    .about-us-goal-wrapper > p {
        font-size: 26px;
        line-height: 32px;
        padding: 0px;
    }



    .aboutus-tab-wrapper {
        display: flex;
        flex-direction: column;
    }




    .aboutus-tab-menu {
        order: 1;
        flex-wrap: wrap;
    }

    .aboutus-tab-content {
        order: 2;
    }



    .aboutus-template {
        display: grid;
        grid-template-columns: repeat(1,1fr);
        padding: 0px 18px;
        gap: 48px;
    }






    .about-us-image {
        width: 100%;
        margin-bottom: 48px;
        text-align: center;
        height: 350px !important;
    }

        .about-us-image img {
            max-width: 100%;
            object-fit: cover !important;
        }




    .aboutus-tab-menu > button {
        border-bottom: 1px solid var(--Core-Colours-01, #4F00C1) !important;
        color: var(--Neutrals-White, #FFF);
        display: block;
        width: 100%;
        text-align: left;
        margin-bottom: 10px;
        display: flex;
        align-items: center;
    }



    .aboutustablinks {
        justify-content: space-between;
        display: flex;
    }

    .about-us-icon {
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        width: 24px;
        height: 24px;
    }

    .about-us-plus-icon, .about-us-minus-icon {
        position: absolute;
        top: 0;
        left: 0;
        display: flex !important;
        transition: opacity 0.3s ease, transform 0.3s ease;
    }

    .about-us-plus-icon {
        opacity: 1;
        transform: rotate(0deg);
    }

    .about-us-minus-icon {
        opacity: 0;
        transform: rotate(-90deg);
    }

    .aboutustablinks.active .about-us-plus-icon {
        opacity: 0;
        transform: rotate(90deg);
    }

    .aboutustablinks.active .about-us-minus-icon {
        opacity: 1;
        transform: rotate(0deg);
    }


    .aboutus-tab-content {
        padding: 56px 18px;
    }




    .quadruple-banner.about-us-privacy {
        padding: 0px 18px
    }

    .about-us-career-wrapper {
        grid-template-columns: repeat(1, 1fr);
    }

    .about-career-image {
        grid-column-start: 1;
        grid-column-end: 1;
        display: flex;
        padding: 0 0;
        order: 1;
        height: 440px;
        object-fit: cover;
    }

        .about-career-image > img {
            object-fit: cover;
        }

    .about-career-text {
        grid-column-start: 1;
        grid-column-end: 1;
        display: flex;
        flex-direction: column;
        padding: 24px 18px;
        order: 2;
    }


    .careerModal-content {
        padding: 18px;
    }

    .careerModalBody-form {
        grid-template-columns: repeat(1,1fr);
    }

    .input-row-full {
        grid-column-start: 1;
        grid-column-end: 1;
    }

    .desktop-tab {
        display: none;
    }

    .mobile-tab {
        display: block;
    }
}





/*Hakkımızda Sayfası BREAKPOINTLER Responsive CSS Burada Bitiyor*/

/*Blog Sayfası BREAKPOINTLER Responsive CSS Buradan Başlıyor*/
@media(max-width:767.98px) {
    .blog-navbar-select-item {
        width: 100% !important;
    }

    /*       .pprodigma-plus-body-left {
            flex-direction: column !important;
        }*/


}
/*Blog Detay Breakpoint*/
@media(max-width:767.98px) {
    .blog-detail-container {
        padding: 160px 18px 40px 18px;
    }

    .blog-featured-container {
        padding: 40px 18px;
    }

    .pprodigma-plus-body {
        gap: 32px;
    }

    .blog-featured-items {
        display: flex;
        overflow: hidden;
        width: 100%;
        position: relative;
        column-gap: 0px;
    }

    .blog-featured-list-item-box {
        min-width: 100%;
        width: 340px !important;
        flex-shrink: 0;
        transition: transform 0.5s ease-in-out; /* Animasyon ekleme */
    }

    .prodigma-blog-topic-date {
        width: 100% !important;
    }

    .index-blog-arrow {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        transform: translateY(-50%);
        pointer-events: none;
    }

    .index-arrow {
        pointer-events: auto;
        cursor: pointer;
        padding: 12px;
        border-radius: 99999px;
        border: 1px solid #B2B2B2;
    }

    .industries-arrow-mobil {
        pointer-events: auto !important;
        cursor: pointer !important;
        padding: 12px !important;
        border-radius: 99999px !important;
        border: 1px solid #B2B2B2 !important;
    }

    .pagination {
        pointer-events: none;
    }
}

@media (min-width:768px) and (max-width:1199.98px) {
    .blog-detail-container {
        padding: 40px 24px;
    }

    .pagination {
        pointer-events: none;
    }

    .blog-featured-container {
        padding: 0 24px 56px;
    }

    .blog-featured-items {
        display: flex;
        overflow: hidden;
        width: 100%;
        position: relative;
        column-gap: 0px;
    }

    .blog-featured-list-item-box {
        min-width: 100%;
        width: 340px !important;
        flex-shrink: 0;
        transition: transform 0.5s ease-in-out; /* Animasyon ekleme */
    }

    .index-blog-arrow {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        transform: translateY(-50%);
        pointer-events: none;
    }

    .index-arrow {
        pointer-events: auto;
        cursor: pointer;
        padding: 12px;
        border-radius: 99999px;
        border: 1px solid #B2B2B2;
    }

    .industries-arrow-mobil {
        pointer-events: auto !important;
        cursor: pointer !important;
        padding: 12px !important;
        border-radius: 99999px !important;
        border: 1px solid #B2B2B2 !important;
    }
}



/*Blog Detay Breakpoint*/
/*Blog Sayfası BREAKPOINTLER Responsive CSS Burada Bitiyor*/


/*Terms Sayfası BREAKPOINTLER Responsive CSS Burada Başlıyor*/
@media(max-width:767.98px) {
    .policy-page {
        display: grid;
        grid-template-columns: repeat(1,1fr);
        padding: 40px 18px;
        gap: 56px;
    }

    .policy-page-aside-menu {
        grid-column-start: span 1;
    }

    .policy-page-content {
        grid-column-start: 1;
        grid-column-end: 1;
    }
}

@media (min-width:768px) and (max-width:1199.98px) {
    .policy-page {
        display: grid;
        grid-template-columns: repeat(1,1fr);
        padding: 40px 24px;
        gap: 56px;
    }

    .policy-page-aside-menu {
        grid-column-start: span 1;
    }

    .policy-page-content {
        grid-column-start: 4;
        grid-column-end: 1;
    }

    .hakkimizda-banner-container {
        padding: 100px 18px
    }

    .hakkimizda-banner-heading > h1 {
        font-size: 42px;
        line-height: 48px;
    }

    .hakkimizda-banner-svg-left {
        left: -20px !important;
        width: 270px;
        height: 270px;
    }

    .hakkimizda-banner-svg-right {
        right: -30px !important;
        width: 400px;
        height: 400px;
    }
}
/*Terms Sayfası BREAKPOINTLER Responsive CSS Burada Bitiyor*/






/*FOOTER BREAKPOINTLER BURADAN BAŞLIYOR*/
@media(max-width:767.98px) {
    .site-footer {
        padding: 40px 18px;
    }

    .site-footer-top {
        display: grid;
        grid-template-areas:
            "right right right right right right right right"
            "a a a a a a a a"
            "b b b b b b b b"
            "c c c c c c c c"
            "d d d d d d d d"
            "e e e e e e e e";
        gap: 32px;
    }

    .site-footer-top-one {
        grid-area: right;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        gap: 24px;
    }


    /*site-footer*/
    .site-footer-top-two {
        grid-area: a;
    }

    .site-footer-top > div > span {
        text-transform: capitalize;
        color: var(--Neutrals-White, #FFF);
        /* Body Medium 02 */
        font-family: Aeonik;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        margin-bottom: 0px !important;
        line-height: 24px; /* 150% */
    }


    .site-footer-top > div > ul > li > a {
        text-transform: capitalize;
        color: var(--Neutrals-White, #FFF);
        /* Body Medium 02 */
        font-family: Aeonik;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px; /* 150% */
    }

    .site-footer-top-tree {
        grid-area: b;
    }

    .site-footer-top-four {
        grid-area: c;
    }

    .site-footer-top-five {
        grid-area: d;
    }

    .site-footer-top-six {
        grid-area: e;
    }


    .footer-social-box-wrapper {
        justify-content: start;
        height: auto !important;
        margin-top: 48px !important
    }

    .site-footer-bottom {
        flex-direction: column;
        gap: 24px;
    }




    .footer-arrow {
        display: block
    }



    .site-footer-mobil-dropdown ul.dropdown {
        display: none;
    }

        .site-footer-mobil-dropdown ul.dropdown.visible {
            display: flex;
        }
}

@media(min-width:767.98px) and (max-width:1198.98px) {
    .site-footer {
        padding: 80px 18px;
    }

    .site-footer-top {
        display: grid;
        grid-template-areas:
            "right right right right right right right right"
            "a a a a a a a a"
            "b b b b b b b b"
            "c c c c c c c c"
            "d d d d d d d d"
            "e e e e e e e e";
        gap: 32px;
    }

    .site-footer-top-one {
        grid-area: right;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        gap: 24px;
    }

    .desktop-tracking {
        display: block !important;
    }

    .mobil-tracking {
        display: none !important;
    }


    /*site-footer*/
    .site-footer-top-two {
        grid-area: a;
    }

    .site-footer-top-tree {
        grid-area: b;
    }

    .site-footer-top-four {
        grid-area: c;
    }

    .site-footer-top-five {
        grid-area: d;
    }

    .site-footer-top-six {
        grid-area: e;
    }


    .footer-social-box-wrapper {
        justify-content: start;
    }

    .site-footer-bottom {
        flex-direction: column;
        gap: 24px;
    }




    .footer-arrow {
        display: block
    }



    .site-footer-mobil-dropdown ul.dropdown {
        display: none;
    }

        .site-footer-mobil-dropdown ul.dropdown.visible {
            display: flex;
        }
}
/*FOOTER BREAKPOINTLER BURADA BİTİYOR*/



/*MOBİLE HEADER BREAKPOINT CSS KODLARI BURADAN BAŞLIYOR*/

@media(max-width:1023.98px) {
    .site-header {
        display: none !important;
    }



    .site-mobile-header {
        position: fixed;
        top: 0px;
        left: 0px;
        z-index: 10;
        display: flex;
        width: 100%;
        align-items: center;
        justify-content: flex-start;
        gap: 1.25rem;
        --tw-bg-opacity: 1;
        padding-left: 1.25rem;
        padding-right: 1.25rem;
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
        background-color: transparent;
        transition: background-color 0.3s;
    }

        .site-mobile-header.scrolled {
            background-color: #fff;
        }

            .site-mobile-header.scrolled .site-mobile-header-hamburger {
                border: 1px solid #4F00C1;
            }

                .site-mobile-header.scrolled .site-mobile-header-hamburger svg path {
                    stroke: #4F00C1;
                }

            .site-mobile-header.scrolled .site-mobile-header-logo > a {
                background-color: #4F00C1; /* Mor renk */
            }
    /* Arka planlı header */
    .mobil-colorful-header {
        background: var(--Core-Colours-01, #4F00C1);
        color: #fff;
    }

    .site-mobile-header.scrolled-colorful {
        background-color: #4F00C1;
    }

        .site-mobile-header.scrolled-colorful .site-mobile-header-hamburger svg path {
            stroke: #fff;
        }

        .site-mobile-header.scrolled-colorful .site-mobile-header-hamburger {
            border: 1px solid #fff;
        }

        .site-mobile-header.scrolled-colorful .site-mobile-header-logo > a {
            background-color: #fff;
        }

    .site-mobile-header-list-navbar-box ul.dropdown {
        opacity: 0;
        max-height: 0;
        overflow: hidden;
    }
    .mobil-menu-ds{
        display:flex; 
        align-items:center;
        gap:12px;
    }
    .site-mobile-header-hamburger {
        display: flex;
        width: 44px;
        height: 44px;
        padding: 16px 12px;
        justify-content: center;
        align-items: center;
        gap: 4px;
        flex-shrink: 0;
        border-radius: 99999px;
        border: 1px solid var(--Neutrals-White, #FFF);
    }

    .logdin-icon {
        width: 44px;
        height: 44px;
    }


    .site-mobile-header-list-navbar-box ul.dropdown.visible {
        display: flex;
        flex-direction: column;
        font-size: 18px;
        margin-top: 16px;
        gap: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px; /* 133.333% */
        letter-spacing: -0.036px;
        color: var(--Core-Colours-02, #1C0047);
        opacity: 1;
        max-height: 500px; /* Bu değeri içerik miktarınıza göre ayarlayın */
        overflow: hidden;
        transition: opacity 0.3s ease-in, max-height 0.3s ease-in;
    }

    .footer-arrow-mobil {
        transition: transform 0.3s ease;
    }

        .footer-arrow-mobil.rotated {
            transform: rotate(180deg);
        }


    .mobile-menu-plus-open {
        display: none;
    }

    .mobile-menu-plus-close {
        display: block;
    }


    .site-mobile-header-list {
        color: var(--Core-Colours-02, #1C0047);
        font-size: 24px;
        font-style: normal;
        font-weight: 500;
        line-height: 32px; /* 133.333% */
        display: flex;
        flex-direction: column;
        gap: 16px;
    }


    .site-mobile-header-list-navbar-box > span {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }




    .site-mobile-header-logo-icon {
        justify-content: space-between;
        display: flex;
        width: 100%;
        align-items: center;
    }







    .site-mobile-header-logo img {
        margin-left: auto;
        margin-right: auto;
    }

    .site-mobile-header-logo > a {
        background-color: #fff;
        mask: url(/src/assets/img/logo.svg) no-repeat center/contain;
        -webkit-mask: url(/src/assets/img/logo.svg) no-repeat center/contain;
        display: block;
        height: 92px;
        width: 130px;
    }

    .site-mobile-header-auth {
        display: flex;
        height: 2rem;
        width: 2rem;
        align-items: center;
        justify-content: center;
    }

        .site-mobile-header-auth .icon {
            display: flex;
            height: 2rem;
            width: 2rem;
            align-items: center;
            justify-content: center;
            border-radius: 9999px;
            --tw-bg-opacity: 1;
            background-color: rgb(242 242 242 / var(--tw-bg-opacity));
            font-size: 1.5rem;
            line-height: 2rem;
            --tw-text-opacity: 1;
            color: rgb(70 0 196 / var(--tw-text-opacity));
        }




    .site-mobile-header-wrapper {
        visibility: hidden;
        position: fixed;
        top: 0px;
        left: -100%;
        z-index: 20;
        height: 100%;
        width: 100%;
        --tw-bg-opacity: 1;
        background-color: #fff;
        ;
        transition-property: all;
        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
        transition-delay: 200ms;
        transition-duration: 300ms;
        transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
    }

    .site-mobile-header-wrapper-top {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 0.75rem;
        --tw-bg-opacity: 1;
        background: var(--Background-Colours-Neutral, #F6F6F6);
        padding: 1.25rem;
    }

    .site-mobile-header-wrapper-top-close {
        display: flex;
        width: 44px;
        height: 44px;
        padding: 16px 12px;
        justify-content: center;
        align-items: center;
        gap: 4px;
        flex-shrink: 0;
        border-radius: 99999px;
        border: 1px solid var(--Core-Colours-01, #4F00C1);
    }



        .site-mobile-header-wrapper-top-close .icon {
            font-size: 40px;
            line-height: 40px;
            --tw-text-opacity: 1;
            color: rgb(40 41 40 / var(--tw-text-opacity));
        }

    .site-mobile-header-wrapper-top-title {
        flex: 1 1 auto;
        font-family: Montserrat, sans-serif;
        font-size: 1rem;
        line-height: 1.5rem;
        font-weight: 600;
        --tw-text-opacity: 1;
        color: rgb(40 41 40 / var(--tw-text-opacity));
    }

    .language-box {
        color: #000;
    }

    .site-mobile-header-wrapper-top-member .mmbr {
        display: flex;
        height: 2rem;
        width: 2rem;
        align-items: center;
        justify-content: center;
        border-radius: 9999px;
        --tw-bg-opacity: 1;
        background-color: rgb(62 23 188 / var(--tw-bg-opacity));
        font-family: Montserrat, sans-serif;
        font-size: 0.75rem;
        line-height: 1rem;
        font-weight: 600;
        --tw-text-opacity: 1;
        color: rgb(255 255 255 / var(--tw-text-opacity));
    }

    .site-mobile-header-wrapper-top-member .icon {
        display: flex;
        height: 2rem;
        width: 2rem;
        align-items: center;
        justify-content: center;
        border-radius: 9999px;
        --tw-bg-opacity: 1;
        background-color: rgb(242 242 242 / var(--tw-bg-opacity));
        font-size: 1.5rem;
        line-height: 2rem;
        --tw-text-opacity: 1;
        color: rgb(70 0 196 / var(--tw-text-opacity));
    }

    .site-mobile-header-nav {
        width: 100%;
        overflow-y: scroll;
        --tw-bg-opacity: 1;
        background-color: #fff;
        padding-left: 1.25rem;
        padding-right: 1.25rem;
        padding-top: 1rem;
        padding-bottom: 1.75rem;
    }

    .site-mobil-header-footer {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-direction: column;
        gap: 56px;
    }

    .site-mobile-header-lang-social {
        display: flex;
        justify-content: space-between;
        width: 100%;
        align-items: center;
        padding: 0 18px;
    }

    .site-mobile-header-start-project {
        background-color: #fff;
        padding: 0 18px;
        width: 100%;
    }

    .site-mobile-header-social {
        background-color: #fff;
        display: flex;
        justify-content: end;
    }



        .site-mobile-header-social ul {
            display: flex;
            align-items: center;
            gap: 16px;
        }

            .site-mobile-header-social ul li a {
                display: flex;
            }

                .site-mobile-header-social ul li a .icon {
                    border-radius: 9999px;
                    background: var(--Core-Colours-02, #1C0047);
                    display: flex;
                    width: 32px;
                    height: 32px;
                    padding: 7px;
                    justify-content: center;
                    align-items: center;
                    color: #fff;
                }

    .site-mobile-header-menu-open .site-mobile-header-wrapper {
        visibility: visible;
        left: 0px;
        transition-duration: 300ms;
        overflow: scroll;
    }
}




/*MOBİLE HEADER BREAKPOINT CSS KODLARI BURADA BİTİYOR*/

/*MATERYAL SAYFASI BREAKPOINT CSS KODLARI BURADAN BAŞLIYOR*/
@media(max-width:767.98px) {
    .material-banner-container {
        display: none;
    }

    .material-tab-container {
        padding: 48px 0px;
    }

    .material-tab-content {
        padding: 32px 18px;
    }


    .material-quick-solution-container-image {
        padding: 0px;
    }

    .quick-solution-banner-wrapper {
        padding: 0px
    }

    .quick-solution-banner-body {
        gap: 0px;
    }

    .quick-solution-banner-body-list-item {
        padding: 16px 18px;
    }

    .quick-solution-banner-body-nav {
        justify-content: space-between;
        width: 100%;
        background-color: #F6F6F6;
        display: flex;
        padding: 16px 18px;
        align-items: center;
    }

    .nav-btn-material-mobil {
        display: block;
        padding: 12px;
        justify-content: center;
        align-items: center;
        border-radius: 99999px;
        border: 1px solid #B2B2B2;
    }

    /*    .progress-circle {
        display: none !important;
    }
*/
    .desktop-pagination-materyal {
        display: block;
    }

    .material-text-content {
        padding: 0px;
    }

    .material-container {
        padding: 0px;
    }

    .quick-solution-banner.material-container {
        padding: 32px 16px !important;
    }
}





@media(min-width:768px) and (max-width:1199.98px) {

    .material-tab-container {
        padding: 80px 24px;
    }

    .material-tab-content {
        padding: 32px 18px;
    }

    .material-text-content {
        padding: 0px 120px;
    }
}
/*MATERYAL SAYFASI BREAKPOINT CSS KODLARI BURADA BİTİYOR*/

/*PROJE BASLAT BREAKPOINT CSS KODLARI BURADAN BASLIYOR*/


}

/*ENTER RESPONSİVE CSS KOD BURADAN BAŞLIYOR */
@media(max-width:767.98px) {

    .projeBaslatContainer {
        margin: 0;
        padding: 24px 30px;
        display: grid;
        grid-template-columns: repeat(1, 1fr)
    }

    .project-start-page-icon > svg {
        display: none;
    }

    .projeBaslatContainer .projeBaslatBanner {
        grid-column-start: 1;
        grid-column-end: 1;
    }

    .proje-baslat-right-side-container {
        grid-column-start: 1;
        grid-column-end: 1;
        padding: 0px;
    }

    .proje-baslatright-side-button-group > h4 {
        font-size: 22px;
        font-weight: 400;
        line-height: 32px;
    }

    .proje-baslar-right-side-wrapper {
        padding: 24px 0;
    }

    .login-signup-select-form-wrapper {
        padding-top: 76px;
    }
}

@media(min-width:768px) and (max-width:1023.98px) {
    .projeBaslatContainer {
        margin: 0;
        padding: 24px 30px;
        display: grid;
        grid-template-columns: repeat(1, 1fr)
    }

    .project-start-page-icon > svg {
        display: none;
    }

    .projeBaslatContainer .projeBaslatBanner {
        grid-column-start: 1;
        grid-column-end: 1;
    }

    .proje-baslat-right-side-container {
        grid-column-start: 1;
        grid-column-end: 1;
        padding: 0px;
    }

    .proje-baslatright-side-button-group > h4 {
        font-size: 22px;
        font-weight: 400;
        line-height: 32px;
    }

    .proje-baslar-right-side-wrapper {
        padding: 24px 0;
    }

    .login-signup-select-form-wrapper {
        padding-top: 76px;
    }
}

/*ENTER RESPONSİVE CSS KOD BURADA BİTİYOR */




/*PROJE BASLAT  RESPONSIVE CSS KOD BURADAN BAŞLIYOR*/
@media(max-width:1024px) {
    .prodigmaContainer {
        padding: 96px 18px !important;
        position: relative !important;
        display: flex !important;
        flex-direction: column !important;
        justify-content: center !important;
        margin: 0px 0px 120px 0px !important;
    }
    /*    .site-footer-copyright{
        display:none;
    }*/
    .siparisOlusturBannerContainer {
        padding: 100px 0px !important;
    }

    .proje-baslat-site-footer-mobil {
        padding: 18px 18px !important;
        bottom: -370px !important;
        position: absolute !important;
    }

    .site-footer-copyright {
        justify-content: space-between !important;
    }

    .start-proje-input-file-container {
        padding: 34px 41.5px;
        height: auto !important;
    }

    .footer-text-tt {
        color: var(--Neutrals-White, #FFF);
        /* Body Small */
        font-family: Aeonik !important;
        font-size: 14px !important;
        font-style: normal !important;
        font-weight: 400 !important;
        line-height: 20px !important; /* 142.857% */
    }



    .userNavbarContainer {
        display: none !important;
    }

    .user-navbar-mobil {
        display: block !important;
        position: absolute !important;
        bottom: 0px;
        width: 100%
    }

    .dropdown-mobil {
        display: flex !important;
        bottom: -40px;
        position: absolute;
        width: 100% !important;
        justify-content: center !important;
        align-items: center !important;
        right: 0px;
    }

    .dropbtn-mobil {
        background-color: #8DC63F;
        color: #311C6B;
        padding: 10px 20px;
        border: none;
        cursor: pointer;
        font-size: 16px;
        border-radius: 25px;
        display: flex;
        gap: 8px;
        align-items: center;
    }

    .dropdown-content-mobil {
        display: none;
        position: absolute;
        background-color: #8DC63F;
        min-width: 160px;
        box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
        z-index: 1;
        border-radius: 25px;
        padding: 10px 0;
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.3s ease-out;
    }

        .dropdown-content-mobil.show {
            display: block;
            max-height: 500px; /* max-height, menüdeki öğelerin toplam yüksekliği kadar ayarlanabilir */
        }

        .dropdown-content-mobil a {
            color: #311C6B;
            padding: 10px 20px;
            text-decoration: none;
            display: block;
        }

            .dropdown-content-mobil a:hover {
                background-color: #ddd;
                border-radius: 25px;
            }

    .dropdown-mobil:hover .dropbtn-mobil {
        background-color: #7BB137;
    }

    .hide {
        display: none;
    }

    #menu-toggle-button {
        background: none;
        border: none;
        font-size: 24px;
        cursor: pointer;
    }


    .siparisOlusturContainer {
        padding-top: 40px !important;
    }

    .siparisOlusturPart2 {
        margin-top: 16px;
    }

    .order-review-container {
        display: none !important;
    }

    .basket-complete-mobil {
        display: block !important;
    }

    .siparisOlusturSiparisPartBody {
        grid-template-columns: 1fr !important;
        gap: 16px;
    }

    .siparisOlusturSiparisPartBodyLeft,
    .siparisOlusturSiparisPartBodyRight {
        grid-column: 1 / span 1 !important; /* Her iki bölüm de tam genişlikte olacak */
    }

    .thickness-resulution-wrapper {
        flex-direction: column !important;
    }

    .altToplamDiv {
        flex-direction: column !important
    }


    .siparisOlusturSiparisPart {
        padding: 0px !important;
    }

    .siparisOlusturSiparisPartProductInformation {
        display: flex !important;
        flex-direction: row !important;
        gap: 100px !important;
    }

        .siparisOlusturSiparisPartProductInformation > .file-upload {
            width: 0px !important;
        }


            .siparisOlusturSiparisPartProductInformation > .file-upload > .file-info {
                height: 65px;
                width: 92px;
                padding: 6px 0px 5px 0px;
                justify-content: center;
                align-items: center;
                display: flex;
            }

    .start-project-specification-image > canvas {
        width: 60px;
        height: 80px !important;
    }

    .file-name-especification > span:first-child {
        font-size: 16px;
    }

    .file-name-especification > span:last-child {
        font-size: 12px !important;
    }
}
/*PROJE BASLAT RESPONSIVE CSS KOD BURADA BİTİYOR*/



/*PROJELERIM RESPONSİVE CSS KODLARI BURADAN BAŞLIYOR*/
@media(max-width:767.98px) {


    .my-order-heading-wrapper {
        display: none !important;
    }

    .my-order-heading-wrapper-mobil {
        display: flex !important;
        justify-content: space-between;
        color: white;
        width: 100%;
    }

    .proje-order-contain {
        display: flex !important;
        flex-direction: column !important;
        gap: 4px !important;
    }

        .proje-order-contain > div:nth-child(2) {
            display: none !important;
        }

        .proje-order-contain > div {
            display: flex;
            width: 100%;
            justify-content: space-between;
        }

    .proje-order-status {
        display: flex;
        padding: 0px !important;
    }

        .proje-order-status > span:first-child {
            display: block !important;
            font-weight: 500;
            color: #000;
        }

    .proje-order-contain > div > span:first-child {
        display: block !important;
    }

    .proje-order-status > span:last-child {
        width: fit-content;
        border-radius: 16px;
        display: flex !important;
        padding: 2px 12px;
        justify-content: center;
        align-items: center;
    }

    .proje-order-contain > div:last-child {
        margin-top: 16px;
        width: 100%;
        > a

{
    width: 100%;
}

}
}

@media(min-width:768px) and (max-width:820px) {
    .proje-order-contain > div:last-child {
        > a

{
    padding: 12px;
}

}
}
/*PROJELERIM RESPONSİVE CSS KODLARI BURADA BİTİYOR*/

/*SİPARISLERIM (SEPETIM) RESPONSİVE CSS KODLARI BURADAN BAŞLIYOR*/
@media(max-width:1023.98px) {

    .siparislerim-heading {
        flex-wrap: wrap !important;
        gap: 24px;
    }

        .siparislerim-heading > h1 {
            color: #1D1D1D;
            font-size: 26px;
            font-style: normal;
            font-weight: 500;
            line-height: 32px; /* 123.077% */
        }

    .siparislerim-search {
        display: none !important;
    }

    .siparislerim-search-mobil {
        display: block !important;
    }

        .siparislerim-search-mobil > button {
            position: relative;
            padding: 12px;
            display: flex;
            padding: 12px;
            align-items: flex-start;
            gap: 8px;
            border-radius: 99999px;
            border: 1px solid var(--Border-Colour-Neutral, #D9D9D9);
        }

        .siparislerim-search-mobil > svg {
            position: absolute;
            right: 120px;
        }

    .siparislerim-search-mobil-input {
        display: none;
        transition: max-height 0.2s ease-in;
        overflow: hidden;
        max-height: 0;
        width: 100%;
        position: relative;
    }

        .siparislerim-search-mobil-input > input {
            display: flex;
            width: 100%;
            padding: 12px 24px 12px 48px;
            align-items: flex-start;
            gap: 8px;
            border-radius: 99999px;
            border: 1px solid var(--Border-Colour-Neutral, #D9D9D9);
        }

        .siparislerim-search-mobil-input > svg {
            position: absolute;
            left: 16px;
            top: 24px;
            transform: translateY(-50%);
            z-index: 1;
        }

        .siparislerim-search-mobil-input.active {
            display: block;
            max-height: 200px;
        }


    .siparislerimProductHeadingContainer {
        background: #1C0047 !important;
        color: white;
    }

    .siparislerimProductHeadingRight > span:first-child {
        display: none;
    }

    .siparislerimProductHeadingRight span:last-child {
        display: block !important;
    }

    .siparislerimProductHeadingRight > span:last-child > svg {
        width: 24px !important;
        height: 24px !important
    }

        .siparislerimProductHeadingRight > span:last-child > svg .icon-path {
            stroke: white !important;
        }

    .siparislerimProductHeadingLeft > button > svg {
        display: none !important;
    }

    .siparislerim-order-header {
        display: none !important;
    }

    .siparislerim-box {
        display: flex !important;
        flex-direction: column !important;
        justify-items: center;
        align-items: center;
    }

        .siparislerim-box > div {
            display: flex !important;
            width: 100%;
            justify-content: space-between;
            gap: 8px !important;
        }

            .siparislerim-box > div > span:first-child {
                display: block !important;
            }

    .siparislerim-box-image {
        flex-direction: row !important;
        justify-content: space-between !important;
        width: 100% !important;
        margin-bottom: 12px;
    }

    .siparislerim-box-btn-edit {
        display: block !important;
    }

        .siparislerim-box-btn-edit > button {
            display: flex !important;
            padding: 12px 24px;
            justify-content: center;
            align-items: center;
            margin-top: 12px;
            border-radius: 99999px;
            border: 1px solid var(--Border-Colour-Neutral, #D9D9D9);
            background: #FFF;
            width: 100%;
        }

    .siparislerim-line {
        display: none !important;
    }


    .siparislerim-line-mobil {
        position: relative;
        height: 1px;
        background: #D9D9D9;
        margin: 20px 0; /* İhtiyaca göre ayarlayabilirsiniz */
        display: block !important;
    }

        .siparislerim-line-mobil .line-number {
            position: absolute;
            top: -12px;
            left: 50%;
            transform: translateX(-50%);
            border-radius: 999px;
            background-color: var(--Core-Colours-02, #1C0047) !important;
            display: block !important;
            width: 24px;
            height: 24px;
            color: var(--Neutrals-White, #FFF);
            text-align: center;
        }

    .siparislerim-detail-information-second {
        grid-template-columns: repeat(1, 1fr) !important;
    }

    .siparislerim-detail-information-second-right {
        grid-column-start: 1 !important;
        grid-column-end: 1 !important;
    }

    .siparislerim-payment-button {
        > a

{
    margin: auto !important;
}

}
}

/*SİPARISLERIM (SEPETIM) RESPONSİVE CSS KODLARI BURADA BİTİYOR*/




/*ORDER DETAIL RESPONSIVE CSS KODLARI BURADAN BAŞLIYOR*/

@media (max-width:1023.98px) {
    .siparis-detay-container {
        padding: 0px 0px !important;
    }

    .siparis-detay-product-order-heading {
        display: flex;
        justify-content: space-between;
        padding: 12px 16px !important;
        border-radius: 32px;
        border: 1px solid #D9D9D9;
        background: var(--Neutrals-White, #FFF);
        align-items: center;
        gap: 24px !important;
    }

        .siparis-detay-product-order-heading > div {
            display: flex !important;
            flex-wrap: wrap !important;
        }

            .siparis-detay-product-order-heading > div:last-child {
                font-size: 14px;
            }

    .order-detail-information-wrapper {
        grid-template-columns: repeat(1, 1fr) !important;
        grid-template-rows: repeat(1, 1fr) !important;
    }

    .order-detail-information-first {
        grid-column-start: 1 !important;
        grid-column-end: 1 !important;
    }

    .order-detail-information-second {
        grid-template-columns: repeat(1, 1fr) !important;
        grid-column-start: 1 !important;
        grid-column-end: 1 !important;
    }

    .order-detail-information-second-left {
        grid-column-start: 1 !important;
        grid-column-end: 1 !important;
    }

    .order-detail-information-second-right {
        grid-column-start: 1 !important;
        grid-column-end: 1 !important;
    }

    .order-detail-information-box {
        flex-direction: column !important;
        gap: 16px !important;
        display: flex !important;
        justify-content: space-between;
        align-items: center;
    }

    .order-detail-images-text {
        display: flex;
        align-items: flex-start;
        gap: 4px;
        border-radius: 8px;
    }

    .order-detail-text {
        background: #F9F5FF;
        padding: 8px 16px;
    }

    .my-order-image {
        width: 92px !important;
    }

    .order-detail-information-box > div {
        display: flex !important;
        width: 100% !important;
        justify-content: space-between !important;
    }

        .order-detail-information-box > div:last-child > span {
            display: block !important;
        }

    .account-information-box-line {
        display: none !important;
    }
}

/*ORDER DETAIL RESPONSIVE CSS KODLARI BURADA BİTİYOR*/



/*HESABIM RESPONSİVE CSS KODLARI BURADAN BAŞLIYOR*/
@media(max-width:767.98px) {
    .hesabimContainer {
        padding: 28px 0px !important;
    }

    .my-account-heading {
        color: #1D1D1D;
        font-size: 26px !important;
        font-style: normal;
        font-weight: 400;
        line-height: 52px; /* 144.444% */
        letter-spacing: -0.36px;
    }

    .account-information-box-mobil {
        display: block !important;
    }

    .account-information-box-first > span {
        font-size: 16px !important;
        width: 120px !important;
    }

    .account-information-box-text-span {
        display: none !important;
    }

    .passwordEye {
        right: -200px !important;
    }

    .account-information-box {
        display: flex !important;
        justify-content: space-between !important;
    }

    .account-information-box-first {
        display: flex !important;
        flex-direction: column !important;
        gap: 4px !important;
        grid-column: 1 / span 2;
    }

    .account-information-box-third {
        display: none !important;
    }

    .account-information-box-second {
        align-content: center !important;
        justify-self: end !important;
    }

    .account-information-info {
        display: block !important;
    }

    .account-input-area-mobil {
        display: block !important;
        width: 0px !important;
    }

        .account-input-area-mobil > input:not([disabled]) {
            background-color: #fff;
            border: 1px solid #000;
            width: fit-content !important;
            color: #000;
            /*     margin-top: 80px;*/
            margin-right: 120px;
        }

    /*.account-information-info > input[disabled] {
            background-color: #fff;
            color: #000;
        }

        .account-information-info > input:not([disabled]) {
            background-color: #fff;
            border: 1px solid #000;
            width: 350px;
            color: #000;
            margin-top: 80px;
            margin-right: 120px;
        }*/





    .account-information-items {
        display: flex !important;
        flex-direction: column !important;
        gap: 16px !important;
    }

    .account-information-items-forms {
        display: flex;
        flex-direction: column;
        gap: 16px !important;
    }

    .account-edit-btn > span:first-child {
        display: none !important;
    }

    .account-edit-btn {
        padding: 12px !important;
    }

    .account-input-area > input:not([disabled]) {
        margin-top: 80px !important;
    }

    .account-input-area-mobil {
        display: flex !important;
    }

    .modal-container-address {
        margin: 0px !important;
        padding-top: 80px !important;
    }

    .modal-wrapper {
        border-radius: 0px !important;
        width: 100% !important;
    }

    @keyframes slideDown {
        from {
            max-height: 0;
            opacity: 0;
        }

        to {
            max-height: 1400px;
            opacity: 1;
        }
    }

    .account-address-information-filling-box {
        max-height: 0px;
        overflow: hidden;
        opacity: 0;
        transition: max-height 0.5s ease-in-out, opacity 0.5s ease-in-out;
    }

        .account-address-information-filling-box.show {
            animation: slideDown 0.5s forwards;
            padding: 0px 18px !important;
        }

        .account-address-information-filling-box.hide {
            max-height: 0;
            opacity: 0;
        }

    .account-address-information-filling-containerForm {
        display: flex;
        flex-direction: column;
        gap: 16px;
        margin-bottom: 60px;
    }

    .account-address-form-dual {
        display: flex;
        flex-direction: column !important;
        width: 100%;
        gap: 16px;
        > div

{
    width: 100% !important;
    flex-direction: column;
    display: flex;
    gap: 12px;
}

}

.account-address-form-single {
    display: flex;
    flex-direction: column;
    gap: 12px;
    > textarea

{
    resize: none;
    display: flex;
    height: 120px;
    padding: 16px 24px;
    flex-direction: column;
    align-items: flex-start;
    gap: 133px;
    border-radius: 16px;
    background: #F6F6F6;
}

}
}




/*HESABIM RESPONSİVE CSS KODLARI BURADA BİTİYOR*/



/*SEPET TAMAMLA RESPONSİVE CSS KODLARI BURADAN BAŞLIYOR*/
@media(max-width:1024px) {
    .sepet-container {
        padding-top: 60px !important;
    }

    .siparis-detay-top {
        gap: 16px !important;
        margin-top: 36px !important;
    }

    .sepet-wrapper {
        grid-template-columns: repeat(1, 1fr) !important;
    }

    .sepet-wrapper-left {
        grid-column-start: 1 !important;
        grid-column-end: 1 !important;
    }

    .sepet-wrapper-right {
        grid-column-start: 1 !important;
        grid-column-end: 1 !important;
    }

    .order-review-items {
        display: none !important;
    }

    .order-detail-information-items-mobil {
        display: flex !important;
        flex-direction: column;
        gap: 24px !important;
    }

    .siparislerim-box-image-mobil {
        width: 0px !important;
    }

    .pcontact-body-form > h1 {
        padding-right: 20px !important;
        color: var(--Core-Colours-02, #1C0047);
        /* Heading 05 */
        font-family: Aeonik;
        font-size: 32px;
        font-style: normal;
        font-weight: 500;
        line-height: 36px; /* 112.5% */
    }
}
/*SEPET TAMAMLA RESPONSİVE CSS KODLARI BURADA BİTİYOR*/




/*PROJE BASLAT BREAKPOINT CSS KODLARI BURADA BİTİYOR*/
.account-input-area > input[disabled] {
    background-color: #fff;
    color: #000;
    width: fit-content !important;
}

.account-input-area {
    width: 0%;
}

@media (max-width:1500px) {
    .material-tab-menu {
        margin-top: 60px !important;
    }

        .material-tab-menu > button {
            font-size: 14px;
            padding: 16px 8px !important;
        }

    .services-description-left-text > h1 {
        font-size: 26px !important;
    }
  
  
}

@media (min-width:1501px) and (max-width:1599.98px) {


    .services-description-left-text-baski {
        padding-right: 100px !important;
    }

    .quadruple-banner-texts-area {
        padding-right: 80px;
    }

    .quick-solution-banner-header-t1 > p {
        padding-right: 200px
    }

}



@media (min-width:1600px) and (max-width:1919.98px) {

    .services-description-left-text-baski {
        padding-right: 100px !important;
    }

    .services-description-left-text {
        padding-right: 25px
    }

    .hero-text-area > div {
        display: flex;
        flex-direction: column;
        row-gap: 24px;
        padding-right: 36px;
    }
    .hero-text-area > div > h1 {
        font-weight: 500;
    }

    .quadruple-banner-texts-area {
        padding-right: 100px;
    }

    .quick-solution-banner-header-t1 > p {
        padding-right: 260px
    }
}

@media(min-width:1920px) and (max-width:2499.98px) {
    .pcontact-body-form > h1 {
        padding-right: 300px !important;
    }

    .services-description-left-text-baski {
        padding-right: 340px !important;
    }

    
    .quadruple-banner-privacy-left {
        padding-right: 260px;
    }

    .quadruple-banner-privacy-cark {
        width: 1340px !important;
        height: 590px !important;
    }

    .quadruple-banner-privacy-right > img {
        right: 430px;
        width: 300px;
        bottom: 90px;
    }

    .discount-box-text {
        padding-right: 180px;
    }

    .discount-box-one-image > div {
        left: 150px;
    }

    .quick-solution-banner-header-t1 > p {
        padding-right: 200px
    }

    .material-text-content {
        padding: 0 209.5px;
    }

    .services-description-left-text {
        padding-right: 240px;
    }

    .services-desciption-wrapper {
        display: grid;
        grid-template-columns: repeat(2,1fr);
        gap: 40px;
    }

    .plus-shape {
        position: absolute;
        top: 164px;
        width: 529.82px; /* Adjust as needed */
        height: 571px; /* Adjust as needed */
        overflow: hidden;
        clip-path: polygon( 25% 0%, 75% 0%, 75% 25%, 100% 25%, 100% 75%, 75% 75%, 75% 100%, 25% 100%, 25% 75%, 0% 75%, 0% 25%, 25% 25% );
        z-index: -1;
        left: 40px;
    }

        .plus-shape img {
            position: absolute;
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

    .projeBaslatContainer .projeBaslatBanner .text-group {
        padding-right: 120px;
    }

    .blog-height-image-left {
        height: 590px !important;
        object-fit: cover !important;
    }

    .prodigma-blog-image.first-child {
        width: max-content !important;
    }
    .prodigma-blog-image.prodigma-blog-image-main-page.first-child{
        width:760px !important;
    }

    .prodigma-blog-image img.first-child {
        height: 564px !important;
        object-fit: cover !important;
    }

    .blog-featured-list-item-box > .prodigma-blog-image {
        height: 300px !important; /* Görsel bölümünün yüksekliği */
        flex-shrink: 0; /* Görselin yüksekliğini sabit tutar */
    }

    .pprodigma-plus-body-left-item:nth-last-child(-n+2) .prodigma-blog-image {
        height: 290px !important;
    }
}


@media(min-width:2501px) and (max-width:3000px) {
    .pprodigma-plus-body-left-item:nth-last-child(-n+2) .prodigma-blog-image {
        height: 400px !important;
    }

    .pcontact-body-form > h1 {
        padding-right: 600px !important;
    }

    .services-description-left-text-baski {
        padding-right: 640px !important;
    }

    .blog-left-item-wrapper {
        /*height:1250px !important;*/
    }

    .blog-featured-list-item-box > .prodigma-blog-image {
        height: 340px !important; /* Görsel bölümünün yüksekliği */
        flex-shrink: 0; /* Görselin yüksekliğini sabit tutar */
    }

   
    .quadruple-banner-texts-area {
        padding-right: 530px;
    }

    .quadruple-banner-privacy-left {
        padding-right: 580px;
    }

    .hero-text-area > div {
        display: flex;
        flex-direction: column;
        row-gap: 24px;
        padding-right: 320px;
    }

        .hero-text-area > div > h1 {
            font-weight: 500;
        }

    .discount-box-text {
        padding-right: 500px;
    }

    .discount-box-one-image > div {
        left: 420px;
    }

    .quick-solution-banner-header-t1 > p {
        padding-right: 860px
    }

    .material-text-content {
        padding: 0 700px;
    }

    .services-description-left-text {
        padding-right: 665px;
    }

    .plus-shape {
        position: absolute;
        top: 164px;
        width: 529.82px; /* Adjust as needed */
        height: 571px; /* Adjust as needed */
        overflow: hidden;
        clip-path: polygon( 25% 0%, 75% 0%, 75% 25%, 100% 25%, 100% 75%, 75% 75%, 75% 100%, 25% 100%, 25% 75%, 0% 75%, 0% 25%, 25% 25% );
        z-index: -1;
        left: 90px;
    }

        .plus-shape img {
            position: absolute;
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

    .projeBaslatContainer .projeBaslatBanner .text-group {
        padding: 80px 280px 80px 96px;
    }

    .quadruple-banner-privacy-cark {
        width: 1340px !important;
        height: 590px !important;
    }

    .quadruple-banner-privacy-right > img {
        right: 430px;
        width: 300px;
        bottom: 90px;
    }

    .prodigma-blog-image.first-child {
        width: max-content !important;
    }

    .prodigma-blog-image img.first-child {
        height: 660px;
        object-fit: cover !important;
    }

    .blog-height-image-left {
        height: 764px !important;
        object-fit: cover !important;
    }

    .blog-width-image-left {
        width: 990px !important
    }
}

@media(min-width:3001px) {
   
    .services-description-left-text-baski {
        padding-right: 840px !important;
    }
    

    .services-description-left-text {
        padding-right: 775px;
    }

    .pcontact-body-form > h1 {
        padding-right: 900px !important;
    }
}

/* ---------------------------------------------------
   1. TEMEL YAPI (0px - 1023px) - Mobil & Tablet
--------------------------------------------------- */
.header-container-nw {
    position: fixed;
    top: 0;
    left: -100%;
    height: 100vh;
    width: 100vw;
    background-color: #fff;
    z-index: 1;
    box-sizing: border-box;
    padding: 60px 30px;
    display: none;
    transition: all 0.3s ease;
}

.header-wrapper-nw {
    display: flex;
    flex-direction: column; /* Mobilde alt alta */
    height: 100%;
    position: relative;
    gap: 20px;
}

.header-nw-box-left {
    flex: 0 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: auto;
}

.header-container-nw-line {
    display: none; /* Mobilde dikey çizgi yok */
}

/* ---------------------------------------------------
   2. KÜÇÜK LAPTOPLAR (min-width: 1024px - 1279px)
--------------------------------------------------- */
@media (min-width: 1024px) {
    .header-container-nw {
        padding: 110px 24px;
        width: 55vw;
    }

        .header-container-nw.lang-en {
            padding: 110px 24px;
            width: 59vw;
        }
    .header-nw-box-left {
        flex: 0 0 260px;
        height: 100%;
    }
    .header-wrapper-nw {
        flex-direction: row;
        gap: 30px;
    }
    .header-container-nw-line {
        display: block;
        position: absolute;
        top: 0;
        left: 290px;
        width: 1px;
        height: 100%;
        background: #D9D9D9;
        border: none;
    }
    .header-opened-menu-button > a, .header-opened-menu-button > svg { 
        font-size: 12px;
    }
}

@media (min-width: 1200px) {
    .header-container-nw {
        padding: 110px 50px;
        width: 59vw;
    }
        .header-container-nw.lang-en {
            padding: 110px 50px;
            width: 63vw;
        }
  
    .header-nw-box-left {
        flex: 0 0 300px;
    }

    .header-container-nw-line {
        left: 330px;
    }

    .site-header {
        padding: 4px 48px !important;
    }
    .hero-container {
        padding: 0px 46px;
    }
    .header-opened-menu-button > a, .header-opened-menu-button > svg {
        font-size: 16px;
    }
}

/* ---------------------------------------------------
   3. STANDART LAPTOPLAR (min-width: 1280px)
--------------------------------------------------- */
@media (min-width: 1280px) {
    .header-container-nw {
        padding: 110px 50px;
        width: 61.5vw;
    }

        .header-container-nw.lang-en {
            padding: 110px 50px;
            width: 65vw;
        }

    .header-nw-box-left {
        flex: 0 0 300px;
    }

    .header-container-nw-line {
        left: 330px;
    }

    .site-header {
        padding: 4px 46px !important;
    }

    .hero-container {
        padding: 0px 46px;
    }
}
/* ---------------------------------------------------
   4. WINDOWS & AIR (min-width: 1366px - 1440px)
--------------------------------------------------- */
@media (min-width: 1366px) {
    .header-container-nw {
        padding: 120px 3.25%;
        width: 64vw;
    }
        .header-container-nw.lang-en {
            width: 67.7vw;
        }

    .header-nw-box-left {
        flex: 0 0 420px;
    }

    .header-container-nw-line {
        left: 420px;
    }
}

    @media (min-width: 1440px) {
        .header-container-nw {
            padding: 120px 6.5%;
            width: 62.5vw;
        }

            .header-container-nw.lang-en {
                width: 66vw;
                padding: 120px 6.5%;
            }

        .header-nw-box-left {
            flex: 0 0 420px;
        }

        .header-container-nw-line {
            left: 480px;
        }
        .site-header {
            padding: 4px 96px !important;
        }
        .hero-container {
            padding: 0px 96px;
        }
    }

/* ---------------------------------------------------
   5. MACBOOK PRO 14" (min-width: 1512px)
--------------------------------------------------- */
@media (min-width: 1512px) {
    .header-container-nw {
        padding: 130px 6.3% 60px;
        width: 64.5vw;
    }
        .header-container-nw.lang-en {
            padding: 120px 6.3% 60px;
            width: 67.5vw;
        }
    .header-nw-box-left {
        flex: 0 0 440px;
    }

    .header-container-nw-line {
        left: 480px;
    }
    .site-header {
        padding: 4px 96px !important;
    }
    .hero-container {
        padding: 0px 96px;
    }
}

/* ---------------------------------------------------
   6. BÜYÜK EKRANLAR (min-width: 1600px - 1700px)
--------------------------------------------------- */
@media (min-width: 1600px) {
    .header-container-nw {
        padding: 140px 6% 60px;
        width: 66.5vw;
    }
        .header-container-nw.lang-en {
            padding: 140px 6% 60px;
            width: 69vw;
        }
    .header-nw-box-left {
        flex: 0 0 440px;
    }

    .header-container-nw-line {
        left: 480px;
    }
    .site-header {
        padding: 4px 96px !important;
    }
    .hero-container {
        padding: 0px 96px;
    }
}

    @media (min-width: 1700px) {
        .header-container-nw {
            padding: 140px 5.7% 60px;
            width: 68.3vw;
        }

            .header-container-nw.lang-en {
                padding: 140px 5.7% 60px;
                width: 71.2vw;
            }

        .header-nw-box-left {
            flex: 0 0 440px;
        }

        .header-container-nw-line {
            left: 480px;
        }

        .site-header {
            padding: 4px 96px !important;
        }

        .hero-container {
            padding: 0px 96px;
        }
    }

/* ---------------------------------------------------
   7. FULL HD - SENİN İDEAL ÖLÇÜN (min-width: 1920px)
--------------------------------------------------- */
@media (min-width: 1800px) {
    .header-container-nw {
        padding: 140px 5.2% 50px;
        width: 70.4vw;
    }

        .header-container-nw.lang-en {
            padding: 140px 5% 60px;
            width: 72.5vw;
        }

    .header-nw-box-left {
        flex: 0 0 475px;
    }

    .header-container-nw-line {
        left: 540px;
    }
}

@media (min-width: 1920px) {
    .header-container-nw {
        padding: 140px 5.2% 50px;
        width: 71.2vw;
    }

        .header-container-nw.lang-en {
            padding: 140px 5% 60px;
            width: 73.5vw;
        }

    .header-nw-box-left {
        flex: 0 0 475px;
    }

    .header-container-nw-line {
        left: 540px;
    }
}

/* ---------------------------------------------------
   8. 2K & 4K EKRANLAR (min-width: 2500px)
--------------------------------------------------- */
@media (min-width: 2500px) {
 
    .header-container-nw {
        padding: 140px 3.7% 50px;
        width: 78.3vw;
    }

        .header-container-nw.lang-en {
            padding: 140px 3.7% 60px;
            width: 80vw;
        }

    .header-nw-box-left {
        flex: 0 0 650px;
    }

    .header-container-nw-line {
        left: 720px;
    }
}

/* ---------------------------------------------------
   ANIMASYONLAR (DURUM KONTROLLERİ)
--------------------------------------------------- */
.header-container-nw.open {
    display: block !important;
    left: 0px;
    animation: slideMenuIn 0.5s ease-in-out forwards;
}

.header-container-nw.closing {
    animation: slideMenuOut 0.5s ease-in-out forwards;
}































































































/**/
/*.header-container-nw-line {
    right: 2060px !important;
}

.header-container-nw-line {
    left: 600px !important;
}

.header-container-nw-line {
    left: 600px !important;
}

.header-container-nw-line {
    right: 790px !important;
}

.header-nw-box-left {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 56px;
    position: relative;*/
    /*flex-grow: 1;*/
    /*width: 440px !important;
}

.header-container-nw-line {
    right: 680px;
}

.header-nw-box-left {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 56px;
    position: relative;*/
    /* flex-grow: 1; */
    /*width: 340px !important;
}

.header-container-nw-line {
    left: 380px;
}

.header-container-nw {
    width: 73.5vw !important;
}



   



.header-container-nw {
    display: none;
    left: -100%;
    top: 0;
    height: 100%;
    background-color: #fff;
}

.header-wrapper-nw {
    display: flex;
    grid-template-columns: repeat(2, 1fr);*/
    /*justify-content: space-between;*/
    /*height: 100%;*/
    /*align-items: stretch;*/
    /*position: relative;
}


.header-container-nw-line {
    position: absolute;
    top: 0;
    left: 500px;
    width: 1px;
    height: 100%;
    background: #D9D9D9;
}
.header-container-nw {
    width: 88vw;
}

.lang-tr {
    max-width: 201dvh;
}

.lang-en {
    max-width: 221dvh;
    width: 89.2vw !important;
}
.header-container-nw {
    width: 80vw;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 133px 96px 71px 96px;
    height: 100vh;
    background-color: #fff;
    z-index: 6;
    position: fixed;
}

.lang-tr {
    max-width: 167dvh;
}

.lang-en {
    max-width: 170dvh;
}
.header-container-nw {*/
    /* Default width for other viewports */
    /* Use dvh to ensure it adapts to viewport height */
    /*margin: 0 auto;*/ /* Center the header */
    /*box-sizing: border-box;
    padding: 133px 96px 71px 96px;
    height: 100vh;
    background-color: #fff;
    z-index: 6;
    position: fixed;
}*/

/*    .lang-tr {
        max-width: 238dvh;
        width: 77vw
    }*/
/*.lang-tr {
    max-width: 118dvh;
    width: 77vw;
}*/

/*    .lang-en {
        max-width: 256dvh;
        width: 78vw
    }*/
/*.lang-en {*/
    /*max-width: 103dvh;*/
    /*max-width: 123dvh;
    width: 78vw;
}
.header-container-nw {*/
    /* Default width for other viewports */
    /* Use dvh to ensure it adapts to viewport height */
    /*margin: 0 auto;*/ /* Center the header */
    /*box-sizing: border-box;
    padding: 133px 96px 71px 96px;
    height: 100vh;
    background-color: #fff;
    z-index: 6;
    position: fixed;
}*/

/*    .lang-tr {
        max-width: 238dvh;
        width: 77.5vw
    }
*/
/*.lang-tr {
    max-width: 108.5dvh;
    width: 77.5vw;
}*/
/*    .lang-en {
        max-width: 256dvh;
        width: 79.6vw
    }*/
/*.lang-en {
    max-width: 112dvh;
    width: 79.6vw;
}
@media (min-width: 1800px) and (max-width: 1919.98px) {
    .header-container-nw {*/
        /* Default width for other viewports */
        /* Use dvh to ensure it adapts to viewport height */
        /*margin: 0 auto;*/ /* Center the header */
        /*box-sizing: border-box;
        padding: 133px 96px 71px 96px;
        height: 100vh;
        background-color: #fff;
        z-index: 6;
        position: fixed;
    }*/

    /*    .lang-tr {
        max-width: 261dvh;
        width: 79vw
    }*/
    /*.lang-tr {
        max-width: 117.5dvh;
        width: 79vw;
    }*/

    /*    .lang-en {
        max-width: 256dvh;
        width: 81vw
    }*/
    /*.lang-en {
        max-width: 121.5dvh;
        width: 81vw;
    }
}
@media (min-width: 1920px) and (max-width: 2399.98px) {
    .header-container-nw {
        margin: 0 auto;
        box-sizing: border-box;
        padding: 133px 96px 71px 96px;
        height: 100vh;
        background-color: #fff;
        z-index: 6;
        position: fixed;
    }

    .lang-tr {
        width: 79.3vw;
        max-width: 144dvh;
    }


    .lang-en {
        max-width: 149.5dvh;
        width: 81.5vw;
    }
}
@media (min-width: 2500px) and (max-width: 2560px) {
    .header-container-nw {
        width: 90vw;*/ /* Default width for other viewports */
        /* Use dvh to ensure it adapts to viewport height */
        /*margin: 0 auto;*/ /* Center the header */
        /*box-sizing: border-box;
        padding: 133px 96px 71px 96px;
        height: 100vh;
        background-color: #fff;
        z-index: 6;
        position: fixed;
    }*/

    /*    .lang-tr {
        max-width: 168.6dvh;
    }*/
    /* .lang-tr {
       max-width: 156.6dvh;
    }
    .lang-en {
        max-width: 160dvh !important;
    }*/
    /*.lang-tr {
        max-width: 153dvh;
    }

    .lang-en {
        max-width: 157dvh !important;
    }
}

.header-container-nw {
    width: 73.5vw !important;
}


.lang-tr {*/
    /*max-width: 141dvh !important;*/
    /*max-width: 89.5dvh !important;
}

.lang-en {*/
    /*max-width: 93.2dvh !important;*/
    /*max-width: 123.2dvh !important;
    width: 76.2vw !important;
}
@media(min-width:1200px) {
    .lang-tr {
        max-width: 93dvh !important;
    }

    .lang-en {
        max-width: 98dvh !important;
        width: 76vw !important;
    }
}

@media(min-width:1366px) {
    .lang-tr {
        max-width: 93dvh !important;
    }

    .lang-en {
        max-width: 114dvh !important;
        width: 76vw !important;
    }
}
@media (min-width:1441px) and (max-width:1499px) {
    .lang-tr {
        max-width: 180dvh;
        width: 74.2vw !important;
    }

    .lang-en {
        max-width: 221dvh;
        width: 76.5vw !important;
    }

    .header-nw-box-left {
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        gap: 56px;
        position: relative;*/
        /*flex-grow: 1;*/
        /*width: 480px !important;
    }

    .lang-tr {*/
        /*max-width: 141dvh;*/
        /*max-width: 128dvh;
    }*/

    /*    .lang-en {
        max-width: 167dvh;
    }*/
    /*.lang-en {*/
        /*max-width: 147dvh;*/
        /*max-width: 133dvh;
    }

    .header-container-nw {
        width: 76vw;
    }

    .header-nw-box-left {
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        gap: 56px;
        position: relative;*/
        /*flex-grow: 1;*/
        /*width: 490px !important;
    }
}*/
