#header-area {
    background-color: #ff2d2b;
    height: 550px;
}

.body-area {
    margin-top: 82px;
}

.header-all-area {
    padding: 20px 80px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 15px;
    z-index: 15;
    background: #fff;
    position: relative;
    height: 80px;
    max-height: 80px;
    min-height: 80px;
}

.logo-menu-area {
    display: flex;
    align-items: center;
}

    .logo-menu-area img {
        filter: invert(1);
    }

.logo img {
    filter: inherit;
    width: 165px;
    max-width: 190px;
}

.search-area .language-dropdowns {
    margin-top: 8px;
}

.logo-menu-area a {
    margin-bottom: 0;
    color: #131313 !important;
    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;
}

.search-area {
    display: flex;
    align-items: center;
}

.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;
        text-decoration: inherit;
        color: #727272;
    }

.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;
    }

.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 47px;
}

    .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: #ff2d2b !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 47px;
}

.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;
}



/* 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 #d9d9d9;
    padding: 15px;
    font-size: 18px;
    color: #131313;
}

.search span {
    position: absolute;
    right: 226px;
    top: 14px;
    background: #ff2d2b;
    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;
    z-index: 3;
}


.d-project-area img {
    opacity: 0.5;
    filter: invert(100%);
}

/* search input alanı */



/* açılır menü alanı */
.solution-services-menu {
    height: max-content;
    background: #fff;
    width: 100%;
    position: absolute;
    right: 0;
    left: 0;
    z-index: 9;
    top: 68px;
    padding-top: 50px;
    max-height: 941px;
}

.backBlackFiler {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #00000082;
    z-index: 1;
    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;
}

.first-menu-area {
    display: grid;
    grid-template-columns: auto auto auto auto;
    padding-left: 50px;
    padding-top: 26px;
}

.solution-menu-area {
    margin-top: 30px;
    /*border-top: 1px solid #e5e5e5;*/
}

.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: 54.5px;
    max-width: 294px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.more-menu-items ul {
    margin-top: 15px !important;
}

.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;
    }

@media (min-width:921px) and (max-width:1024px) {
    .search input {
        width: 56%;
    }
}

/* açılır menü alanı */


.backBlackFiler {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #00000082;
    z-index: 1;
    top: 0px;
}




/* footer alanı */
.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: #5c5c5c;
    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 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;
    }

/* footer alanı */


@media (min-width:1650px) {
    .search span {
        right: 223px;
    }

    .search input {
        width: 76%;
    }
}



/*ürünler js css alanı*/
.products-menu {
    width: 294px;
    background: #fff;
    position: absolute;
    top: 58px;
    max-width: 294px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    top: 54.5px;
}


.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;
}
/*.more-menu-items {
    margin-top: 17px;
    margin-left: 32px;
}
*/

    .products-menu-items li {
        margin-bottom: 33px;
    }

.products-area {
    position: relative;
}

/*ürünler js css 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;
    }
}



.language-items i {
    color: #141f36 !important;
    font-size: 25px !important;
}
.language-items a {
    color: #141f36 !important;
    font-size: 25px !important;
}



/*çerez polikası alanı*/
.cookie-policy-all-area {
    position: fixed;
    bottom: 10px;
    left: 10px;
    width: 364px;
    border: 1px solid #022d6247;
    border-radius: 10px;
    padding: 14px 17px;
    background: #ffffffe0;
    z-index: 99999;
    box-shadow: inset 0px 0px 7px -2px #022d626b;
}


    .cookie-policy-all-area p {
        line-height: 1.4;
        font-size: 13px;
        letter-spacing: .2px;
        word-spacing: 1.5px;
        margin-bottom: 0;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }


    .cookie-policy-all-area a {
        color: #ff2d2b;
        font-size: 15px;
        text-decoration: inherit;
    }

    .cookie-policy-all-area i {
        position: absolute;
        right: 10px;
        top: 10px;
        font-size: 15px;
        font-weight: 100;
        color: #ff2d2b;
        cursor: pointer;
    }


/*çerez polikası alanı*/

.close-button img {
    width: 16px;
    filter: inherit;
    margin-right: 20px;
    max-width: 13px;
    max-width:13px;
}



.Send-cv-area {
    border: 2px solid #e1e3e6;
    margin-top: 20px;
    padding: 15px 15px;
    background: #fff;
    border-radius: 5px;
}


    .more-menu-items li > a {
        display: flex;
        align-items: center;
        width: -webkit-fill-available;
        padding-left: 20px;
    }

.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;
    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;
}


.grecaptcha-badge {
    bottom: 0px !important;
    left: 0px !important;
    right: auto !important;
    z-index: 9999 !important;
    opacity: 0.6;
    transition: opacity 0.3s ease;
    pointer-events: auto !important;
}

    .grecaptcha-badge:hover {
        opacity: 1;
    }

    .grecaptcha-badge iframe {
        box-shadow: none !important;
        outline: none !important;
        transition: none !important;
    }



.interested-us-input-area .contact-us-input-area {
padding:0 !important;
}