/* header css */
#header-area {
    background-color: #141f36;
    height: 550px;
}

.header-all-area {
    padding: 20px 80px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 15px;
    z-index: 15;
    background: #141f36;
    position: relative;
}


.header-language-area {
    background: #fff;
    width: 300px;
    position: absolute;
    right: 68px;
    top: 78px;
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    border: 1px solid #fff;
    border-radius: 0px;
}
.flag img {
    width:50px;
}
.flag a {
    display: flex;
    width: 100%;
    padding: 10px;
    align-items: center;
    gap: 15px;
    border-bottom: 1px solid #141f36;
    text-decoration: inherit;
    transition: .1s all;
}
    .flag a:hover p {
        color: #fff;
        font-weight:500;
        transition:.1s all;
    }

    .flag a:hover {
       background: #141f36;
    border-bottom: 1px solid #fff;
}



.flag p {
    font-size: 17px;
    color: #131313;
    font-weight:300;
    margin:0;
}
.flag:last-child a {
    border-bottom: none;
}
.header-language-area ul {
    margin:0;
}

.logo-menu-area {
    display: flex;
    align-items: center;
}

    .logo-menu-area a {
        margin-bottom: 0;
        color: #fff;
        text-decoration: inherit;
        font-size: 16px;
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        font-weight: 400;
    }

.solution-services-area {
    margin-right: 20px;
}

.products-area {
    margin-right: 20px;
}

.sectors-area {
    margin-right: 20px;
}

.logo {
    margin-right: 31px;
}
    .logo img {
        width: 165px;
        max-width: 190px;
        filter: brightness(0) invert(1);
    }

.search-area {
    height: 45px;
}
    .search-area .language-dropdowns {
        margin-top: 8px;
    }


        .search-area .language-dropdowns .dropdown-menu {
           top:0 !important;
        }

    .search-logo {
        margin-right: 20px;
    }

.d-project-area {
    margin-left: 35px;
}

    .d-project-area a {
        font-size: 16px;
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        font-weight: 400;
        color: #fff;
        text-decoration: inherit;
        opacity: 0.5;
    }

.details-title-all-area {
    padding: 122px 215px 0px 193px;
    width: fit-content;
}

    .details-title-all-area p {
        font-size: 31px;
        color: #fff;
        font-weight: 600;
        width: 395px;
        max-width: 395px;
        margin-bottom: 35px;
    }

    .details-title-all-area a {
        width: 190px;
        height: 60px;
        border-radius: 5px;
        background: #131313;
        display: flex;
        justify-content: center;
        align-items: center;
        color: #fff;
        font-size: 25px;
        font-weight: 400;
        text-decoration: inherit;
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    }
 /*       .details-title-all-area a:hover {
            background: #fff;
            color: #141f36;
            transition:.1s all;
            border:1px solid #fff;
            font-size:30px;
            font-weight:600;
        } */
.skils-border-area {
    width: 481px;
    height: 477px;
    border-radius: 10px;
    background: #fff;
    position: absolute;
    right: 80px;
    top: 13px;
}

.top-all-area {
    display: flex;
    position: relative;
}

.list-item {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #e5e5e5;
    padding-top: 18px;
    padding-bottom: 21px;
}

    .list-item:nth-last-child(1) {
        border-bottom: inherit;
        margin-bottom: 30px;
    }

.list-line {
    background: #e5e5e5;
    width: 6px;
    height: 47px;
    border-radius: 3px;
    margin-right: 12px;
}

.top-border-title-area {
    margin-top: 47px;
    margin-bottom: 46px;
    padding: 0 30px;
}

    .top-border-title-area p {
        font-size: 25px;
        color: #131313;
        font-weight: 600;
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    }

.list-item p {
    color: #131313;
    font-size: 23px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: 400;
    margin-bottom: 0;
}

.top-list-span {
    color: #141f36 !important;
    font-weight: bold !important;
}

.top-border-footer {
    background-color: #f2f4f8;
    display: flex;
    align-items: center;
    height: 57px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    position: relative;
}

.top-border-list-area {
    padding: 0 30px;
}

.top-border-footer a {
    padding: 0 47px;
    color: #646464;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    text-decoration: inherit;
}

.top-border-arrow {
    position: absolute;
    right: 0;
}

/* header css */



/* body css */
.references-all-area {
    margin-top: 105px;
    position: relative;
}

.references-body-area {
    display: grid;
    grid-template-columns: auto auto auto auto auto auto;
    align-items: center;
    gap: 20px;
    position: relative;
    padding: 0 80px;
}

.reference-button-title-all-area {
    display: flex;
    justify-content: space-between;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    background: #fff;
    z-index: 1;
    padding: 0;
    width: 100%;
    margin-bottom: 44px;
    align-items: center;
    height: 55px;
    max-height: 55px;
}

.more-button-area {
    display: block !important;
    cursor: pointer;
    margin-right: 80px;
    outline: inherit;
}

.references-title-area {
    margin-left: 80px;
}


.more-button-area button {
    border: 0;
    background: inherit;
}

.references-item img {
    width: 105px;
    max-width: 105px;
}

.references-item {
    background: #cfcbcb;
    width: 100%;
    height: 110px;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    max-width: 100%;
    align-items: center;
    max-height: 110px;
}


    /*.references-body-area .references-item:nth-child(odd) {
    display: block !important;
}*/

    /*  .references-item {
        display: none;
    }*/


    .references-item a {
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        filter: grayscale(1);
        transition: .2s all;
    }

    .references-item:hover a {
        filter: inherit;
        transition: .2s all;
    }




.references-title-area p {
    margin-bottom: 0;
    font-size: 25px;
    font-weight: 400;
    color: #131313;
}



.references-item .more-button-references {
    color: #727272;
    font-size: 18px;
    font-weight: 400;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    text-decoration: inherit;
}

.solutions-for-everyone-area {
    margin-top: 120px;
    padding-left: 80px;
}

.solutions-for-everyone-title {
    color: #131313 !important;
    font-size: 40px !important;
    font-weight: 600 !important;
    margin-bottom: 25px !important;
}

.solutions-for-everyone-title-area p {
    color: #131313;
    font-size: 25px;
    font-weight: 400;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    margin: 0;
}

.solutions-for-everyone-body {
    display: flex;
    gap: 120px;
    margin-top: 70px;
}

.tab-card {
    width: 192px;
    height: 243px;
    border-radius: 5px;
    border: 1px solid #141f36;
    background-color: #fff;
    cursor: pointer;
    transition: .2s all;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 0 19px;
}

    .tab-card:hover {
        width: 192px;
        height: 243px;
        border-radius: 5px;
        background-color: #141f36;
        transition: .2s all;
    }

.tab-items-card-area {
    display: grid;
    grid-template-columns: auto auto auto auto;
    gap: 11px;
    width: max-content;
}

.tab-card-img {
    border: 1px solid #e5e5e5;
    background: #e5e5e5;
    width: 97px;
    height: 97px;
    max-width: 97px;
    max-height: 97px;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: .2s all;
    margin-bottom: 20px;
}

    .tab-card-img img {
        width: 80px;
        max-width: 80px;
        filter: brightness(0) invert(1);
    }

.tab-card:hover .tab-card-img {
    border: 1px solid #fff;
    background: #141f36;
    width: 97px;
    height: 97px;
    max-width: 97px;
    max-height: 97px;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: .2s all;
}

.tab-card-title p {
    color: #131313;
    font-size: 16px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: 600;
    transition: .2s all;
}

.tab-card:hover .tab-card-title p {
    color: #fff;
    font-size: 16px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: 600;
    transition: .2s all;
}

.tab-card-take-action a {
    color: #727272;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 15px;
    font-weight: 400;
    text-decoration: inherit;
    transition: .2s all;
}

.tab-card:hover .tab-card-take-action a {
    color: #fff;
    transition: .2s all;
}

.tab-items-title {
    font-size: 30px !important;
    font-weight: 600 !important;
    color: #131313;
    margin-bottom: 50px !important;
}

.tab-items-title-area p {
    margin-bottom: 47px;
    color: #131313;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 18px;
    font-weight: 400;
    width: 721px;
    max-width: 721px;
}

.solutions-for-everyone-tab-menu {
    width: 290px;
    max-width: 290px;
    position: relative;
    height: fit-content;
}

    .solutions-for-everyone-tab-menu .nav-pills .nav-link.active,
    .nav-pills .show > .nav-link {
        color: #141f36;
        background-color: inherit !important;
        font-size: 21px;
        font-weight: 600 !important;
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        white-space: nowrap;
        height: 58px;
        display: flex;
        align-items: center;
        border-left: 1px solid #141f36;
        padding: 0 28px;
        z-index: 3;
        margin: 0;
    }

    .solutions-for-everyone-tab-menu .nav-pills .nav-link {
        border-radius: inherit !important;
        color: #727272;
        background-color: inherit !important;
        font-size: 21px;
        font-weight: 400;
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        padding: 0;
        margin-left: 30px;
        height: 58px;
        display: flex;
        align-items: center;
        white-space: nowrap;
    }

.default-border {
    position: absolute;
    border: 1px solid #e5e5e5;
    width: 2px;
    height: 100%;
}


.approach-body-area {
    margin-top: 80px;
}

.approach-title-areas h6 {
    font-size: 24px;
    color: #ff2d2b;
    font-weight: 600;
}

.approach-title-areas p {
    font-size: 16px;
    color: #131313;
    font-weight: 400;
}

.box-item {
    padding: 40px 40px;
    background: #fff;
    border-radius: 4px;
}

.approach-information-box-area {
    display: grid;
    grid-template-columns: auto auto;
    gap: 10px;
}

.approach-img-area span {
    width: 58px;
    height: 58px;
    display: block;
    background: #f2f4f8;
    border-radius: 50px;
    margin-bottom: 30px;
}

.approach-box-title p {
    font-size: 27px;
    color: #131313;
    font-weight: 600;
    margin-bottom: 30px;
}

.approach-box-text p {
    font-size: 16px;
    color: #131313;
    font-weight: 400;
}

.approach-title-area p {
    font-size: 40px;
    color: #131313;
    font-weight: 600;
}

.approach-all-area {
    padding: 65px 80px;
    background: #f2f4f8;
    margin-top: 100px;
}

.approach-body-area {
    margin-top: 80px;
}

.approach-title-areas h6 {
    font-size: 24px;
    color: #141f36;
    font-weight: 600;
}

.approach-title-areas p {
    font-size: 16px;
    color: #131313;
    font-weight: 400;
}

.box-item {
    padding: 40px 40px;
    background: #fff;
    border-radius: 4px;
}

.approach-information-box-area {
    display: grid;
    grid-template-columns: auto auto;
    gap: 10px;
}

.approach-img-area span {
    width: 58px;
    height: 58px;
    display: block;
    background: #f2f4f8;
    border-radius: 50px;
    margin-bottom: 30px;
}

.approach-box-title p {
    font-size: 27px;
    color: #131313;
    font-weight: 600;
    margin-bottom: 30px;
}

.approach-box-text p {
    font-size: 16px;
    color: #131313;
    font-weight: 400;
}


.connect-all-area {
    background: #131313;
    padding: 50px 80px;
}

.connect-title-area h6 {
    color: #fff;
    font-size: 35px;
    font-weight: 600;
    margin-bottom: 20px;
}

.connect-title-area p {
    color: #fff;
    font-size: 25px;
    font-weight: 400;
}

.connect-all-body {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.connect-button-area {
    width: 396px;
    height: 66px;
    border-radius: 4px;
    background: #cfcbcb;
}

    .connect-button-area a {
        color: #fff;
        display: flex;
        align-items: center;
        height: 100%;
        width: 100%;
        justify-content: center;
        position: relative;
        font-size: 25px;
        text-decoration: inherit;
        font-weight: 400;
    }

    .connect-button-area span {
        position: absolute;
        right: 30px;
        filter: invert(1);
    }

    .connect-button-area img {
        width: 25px;
        filter: brightness(0);
    }

.footer-items-area {
    display: grid;
    grid-template-columns: auto auto auto auto;
    border-bottom: 1px solid #d9d9d9;
    padding-bottom: 45px;
}

.footer-body {
    padding: 0px 80px;
    padding-top: 106px;
}

.footer-items-area p {
    color: #141f36;
    font-size: 24px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: 600;
    margin-bottom: 44px;
}

.footer-items-area li > a {
    color: #727272;
    font-size: 16px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: 400;
    text-decoration: inherit;
}

.footer-items-area li {
    margin-bottom: 20px;
}

.language-img-area {
    display: grid;
    grid-template-columns: auto auto auto auto;
    width: max-content;
    gap: 20px;
    margin: 0 auto;
    width: 100%;
    justify-content: center;
}

.language-items {
    width: 45px;
    height: 45px;
    background: #f2f4f8;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .language-items i {
        color: #141f36 !important;
        font-size: 25px !important;
    }

    .language-items a {
        color: #ff2d2b !important;
        font-size: 25px !important;
    }

    .language-items img {
        width: 35px;
        max-width: 35px;
        filter: brightness(0.5);
    }

.language-dropdowns {
    margin-top: 32px;
}

    .language-dropdowns .dropdown-buttons {
        width: 233px;
        background: #fff;
        color: #727272;
        border: 1px solid #727272;
        outline: inherit;
        height: 45px;
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
        border-radius: 5px;
        margin: 0 auto;
        font-size: 16px;
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        font-weight: 400
    }

        .language-dropdowns .dropdown-buttons:focus {
            border: 1px solid #727272;
            outline: inherit;
            box-shadow: inherit !important;
            background: #fff;
        }

    .language-dropdowns .btn-secondary:not(:disabled):not(.disabled).active,
    .btn-secondary:not(:disabled):not(.disabled):active,
    .show > .btn-secondary.dropdown-toggle {
        background: #fff !important;
        color: #727272;
    }

.dropdown-buttons span {
    position: absolute;
    right: 10px;
}

.language-dropdowns .dropdown-menu {
    position: absolute !important;
    transform: translate3d(0px, 45px, 0px);
    top: 10px !important;
    left: 0px;
    will-change: transform;
    width: 233px !important;
    border: 1px solid #727272;
}

.language-dropdowns .dropdown-item {
    color: #727272;
    font-size: 16px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: 400;
    padding: 10px 0;
    display: flex;
    justify-content: center;
    border-bottom: 1px solid #727272;
}

    .language-dropdowns .dropdown-item:nth-last-child(1) {
        border-bottom: none;
    }

.under-footer-agreement-area {
    padding: 30px 0;
}

    .under-footer-agreement-area a {
        color: #727272;
        font-size: 16px;
        font-weight: 400;
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        text-decoration: inherit;
        margin-right: 30px;
    }

.solutions-for-everyone-tab-items {
    width: 100%;
    display: flex;
    justify-content: center;
}

.tab-card-take-action img {
    width: 15px;
    transition: .2s all;
    filter: inherit;
}

.tab-card-take-action span {
    margin-left: 5px;
    transition: .2s all;
}

.tab-card:hover .tab-card-take-action img {
    transition: .2s all;
    filter: brightness(100);
}

/* body css */









/* açılır menü alanı */
.menu-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); 
    z-index: 7; 
    transition: opacity 0.3s ease; 
}

.menu-item {
    display: block;
    position: absolute;
    top: 100%; 
    width: 100%;
    background-color: white; 
    z-index: 1001; 
    transform-origin: top; 
    transform: scaleY(0); 
    opacity: 0; 
    transition: transform 0.5s ease, opacity 0.5s ease; 
}

    .menu-item.active {
        transform: scaleY(1); 
        opacity: 1; 
    }


.menu-overlay.active {
    display: block;
    opacity: 1;
}

.solution-services-menu {
    height: max-content;
    background: #fff;
    width: 100%;
    position: absolute;
    right: 0;
    left: 0;
    z-index: 9;
    top: 80px;
    padding-top: 50px;
    max-height: 941px;
}

/*.backBlackFiler {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #00000082;
    z-index: 2;
    top: 0px;
}
*/

.solution-services-menu-titles a {
    color: #727272;
    font-size: 20px;
    font-weight: 400;
    border-radius: 0 !important;
    height: 36px;
    display: flex;
    align-items: center;
}

.solution-services-menu-titles {
    border-right: 1px solid #e5e5e5;
}

    .solution-services-menu-titles .nav-pills .nav-link.active,
    .nav-pills .show > .nav-link {
        color: #131313;
        font-size: 20px;
        font-weight: 600;
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        border: 0;
        border-left: 4px solid #ff2d2b;
        background: #fff;
        border-top-left-radius: 2px;
        border-bottom-left-radius: 2px;
        height: 36px;
        display: flex;
        align-items: center;
    }

.menu-border {
    border-bottom: 1px solid #e5e5e5;
    margin-top: 20px;
    margin-bottom: 20px;
}

.solution-menu-list a {
    color: #131313;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 17px;
    font-weight: 400;
}

.solution-menu-list li {
    margin-bottom: 30px;
}

.solution-menu-list p {
    font-size: 19px;
    font-weight: 600;
    color: #131313;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    margin-bottom: 30px;
    padding-right: 15px;
}

.first-menu-area {
    display: grid;
    grid-template-columns: auto auto auto auto;
    padding-left: 50px;
    padding-top: 26px;
}

.solution-menu-area {
    margin-top: 40px;
}

.menu-close-button p {
    color: #131313;
    font-weight: 600;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 23px;
    position: absolute;
    right: 20px;
    margin: 0;
    top: 0px;
    cursor: pointer;
}

.more-menu {
    width: 294px;
    background: #fff;
    position: absolute;
    top: 54px;
    max-width: 294px;
}

.more-area {
    position: relative;
}

.more-menu-items a {
    color: #131313;
    font-size: 17px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: 400;
}

.more-menu-items p {
    color: #131313;
    font-size: 19px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: 600;
}

.more-menu-items {
    margin-top: 17px;
    margin-left: 32px;
}

    .more-menu-items li {
        margin-bottom: 33px;
    }

/* açılır menü alanı */


/* search input alanı */
.search input {
    position: absolute;
    width: 67%;
    right: 0;
    left: 0;
    top: 13px;
    margin: 0 auto;
    height: 52px;
    border-radius: 5px;
    outline: inherit;
    border: 1px solid #fff;
    padding: 15px;
    font-size: 18px;
    color: #131313;
}

.search span {
    position: absolute;
    right: 226px;
    top: 14px;
    background: #131313;
    width: 59px;
    height: 50px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

/* search input alanı */


@media (min-width:1024px) and (max-width:1366px) {
    .solution-menu-area {
        margin-top: 30px;
    }

    .first-menu-area {
        grid-template-columns: auto auto auto;
    }

    .menu-close-button p {
        top: -20px;
    }
}























/* laptop tarafı  */
@media (min-width:921px) and (max-width:1024px) {
    .details-title-all-area {
        padding: 122px 215px 0px 75px;
    }

        .details-title-all-area p {
            font-size: 25px;
        }

    .references-body-area {
        grid-template-columns: auto auto auto auto auto;
        gap: 10px;
    }

    .tab-items-title-area p {
        width: 500px;
        max-width: 500px;
    }

    .tab-card {
        width: 243px;
        height: 243px;
    }

    .tab-items-card-area {
        grid-template-columns: auto auto;
        gap: 10px;
    }

    .search input {
        width: 56%;
    }
}

/* laptop tarafı  */


@media (min-width:1650px) {
    .search span {
        right: 223px;
    }

    .search input {
        width: 76%;
    }
}


/*ürünler js css alanı*/




.products-menu-items a {
    color: #131313;
    font-size: 17px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: 400;
}



.products-menu-items p {
    color: #131313;
    font-size: 19px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: 600;
}



.products-menu-items {
    margin-top: 17px;
    margin-left: 32px;
}


    .products-menu-items li {
        margin-bottom: 33px;
    }

.products-menu {
    width: 294px;
    background: #fff;
    position: absolute;
    max-width: 294px;
}


/*ürünler js css alanı*/
/*çerez polikası alanı*/
.cookie-policy-all-area {
    position: fixed;
    bottom: 10px;
    left: 10px;
    width: 100%;
    border: 1px solid #022d6247;
    border-radius: 10px;
    padding: 14px 17px;
    background: #ffffffe0;
    z-index: 99999;
    box-shadow: inset 0px 0px 7px -2px #022d626b;
    background: #141f36;
    display: flex;
}


    .cookie-policy-all-area p {
        line-height: 1.4;
        font-size: 13px;
        letter-spacing: .2px;
        word-spacing: 0.5px;
        margin-bottom: 0;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        color: #fff;
        max-width: 69%;
    }


    .cookie-policy-all-area a {
        color: #fff;
        font-size: 17px;
        text-decoration: inherit;
        border: 1px solid #fff;
        width: 200px;
        height: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 5px;
        margin-right: 10px;
    }
        .cookie-policy-all-area a:hover {
            color: #141f36;
            border: 1px solid #fff;
            background:#fff;
            transition:.2s all;
        }

.close-button-area {
    position: relative;
}

    .close-button-area i {
        position: absolute;
        right: 0;
        cursor: pointer;
    }


/*çerez polikası alanı*/





.close-button img {
    width: 16px;
    filter: invert(1);
    margin-right: 20px;
    max-width: 13px;
    max-width: 13px;
}




































/*.more-area {
    position: relative;
    display: inline-block;
}

.more-title-area a {
    text-decoration: none;
    display: inline-flex;
    gap: 7px;
    height: 50px;
    justify-content: center;
    align-items: center;
}

.more-menu {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 45.5px;
    left: 0;
    background-color: #fff;
    border: 1px solid #ccc;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    z-index: 100;
    height: 0;
    overflow: hidden;
    transition: visibility 0s, opacity 0.3s ease, height 0.3s ease;
    border-radius: 5px;
}

.more-area:hover .more-menu {
    visibility: visible;
    opacity: 1;
    height: 250px;
    max-width: 160px;
    min-width: 160px;
}
.products-title-area > a:hover img {
    transform:rotate(180deg);
    transition:.2s all;
}
.more-title-area > a:hover img {
    transform: rotate(180deg);
    transition: .2s all;
}




















.products-area {
    position: relative;
    display: inline-block;
}

.products-title-area a {
    text-decoration: none;
    display: inline-flex;
    gap: 7px;
    height: 50px;
    justify-content: center;
    align-items: center;
}

.products-menu {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 45.5px;
    left: 0px;
    background-color: #fff;
    border: 1px solid #ccc;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    z-index: 100;
    height: 0;
    overflow: hidden;
    transition: visibility 0s, opacity 0.3s ease, height 0.3s ease;
    width: 294px;
    background: #fff;
    max-width: 294px;
    border-radius: 5px;
}

.products-area:hover .products-menu {
    visibility: visible;
    opacity: 1;
    height: 365px;
    max-height: 365px;
}

.products-menu-items ul {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    gap: 0px;
    height: 365px;
}
.products-menu-items li {
    height: 50px;
    display: flex;
    justify-content: space-around;
    margin: 0;
}

    .products-menu-items li > a {
        display: flex;
        align-items: center;
        width: -webkit-fill-available;
        padding-left: 20px;
    }

    .products-menu-items li > a:hover {
        color:#fff;
        background:#141f36;
        font-size:20px;
        transition:.2s all;
    }

















.more-menu-items ul {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    gap: 0px;
    height: 240px;
}

.more-menu-items li {
    height: 50px;
    display: flex;
    justify-content: space-around;
    margin: 0;
}

    .more-menu-items li > a {
        display: flex;
        align-items: center;
        width: -webkit-fill-available;
        padding-left: 20px;
    }

        .more-menu-items li > a:hover {
            color: #fff;
            background: #141f36;
            font-size: 20px;
            transition: .2s all;
        }


.products-menu, .more-menu {
    pointer-events: auto;
}











.solution-services-area {
    display: inline-block;
}

.solution-services-title a {
    text-decoration: none;
}

.solution-services-menu {
    height: 0;
    opacity: 0; 
    visibility: hidden; 
    position: absolute;
    top: 61.5px;
    left: 0px;
    background-color: #fff;
    border: 1px solid #ccc;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    z-index: 100;
    background: #fff;
    border-radius: 5px;
    overflow: hidden; 
    transition: height 0.3s ease, opacity 0.3s ease, visibility 0.3s ease; 
    padding:0;
}

.solution-services-area:hover .solution-services-menu {*/
    /*min-height: 748px;*/
    /*height: 555px;
    opacity: 1;
    visibility: visible;*/
    /*max-height: max-content;*/
/*}


.solution-services-menu .solution-menu-list ul {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    gap: 0px;
}

.solution-services-menu .solution-menu-list li {
    height: 50px;
    display: flex;
    justify-content: start;
    margin: 0;
}

    .solution-services-menu .solution-menu-list li > a {
        display: flex;
        align-items: center;
        width: fit-content;
        padding-left: 15px;
        padding-right: 15px;
    }

        .solution-services-menu .solution-menu-list li > a:hover {
            color: #fff;
            background: #141f36;
            transition: 0.2s all;
        }




.solution-services-title {
    height: 50px;
    display: flex;
    align-items: center;
    max-height: 50px;
}
    .solution-services-title:hover a img {
    transform:rotate(180deg);
    transition:.2s all;
    }*/