﻿
header {
    width: 100%;
}

.header-top {
    position: absolute;
    width: 100%;
    height: 60px;
}

    .header-top > div > div {
        display: flex;
        justify-content: flex-end;
        align-items: center;
    }

    .header-top .navBarT {
        display: inline;
        line-height: 60px;
        margin: 0;
        font-size: 12px;
        font-weight: 500;
    }

        .header-top .navBarT li {
            display: inline;
            margin: 0px 8px;
            position: relative;
        }

    .header-top .social {
        display: inline;
        line-height: 60px;
        margin: 0;
        font-size: 12px;
        font-weight: 500;
        padding-left: 10px;
    }

        .header-top .social li {
            display: inline;
            margin: 0px 5px;
        }

            .header-top .social li a i {
                width: 28px;
                height: 28px;
                line-height: 26px;
                text-align: center;
                border: 2px solid #417588;
                border-radius: 50%;
                font-size: 14px;
                opacity: 0.8;
                transition: all 0.3s;
            }

    .header-top ul li a {
        color: #fff;
        opacity: .7;
        font-size: 13px;
        text-decoration: none;
        font-weight: 400;
    }

        .header-top ul li a:hover i {
            opacity: 1;
        }

.h-border {
    border-right: 1px solid #fff;
    width: 1px;
    opacity: .4;
    height: 25px;
    margin: 0px 20px;
}

.headerTitle:before {
    content: "";
    position: absolute;
    right: 0;
    bottom: -5px;
    left: 0;
    background: #417588;
    width: 0;
    height: 1px;
    -webkit-transition: width 0.3s;
    transition: width 0.3s;
}

.headerTitle:hover:before {
    width: 100%;
}

.headerAlt {
    top: 35px;
    width: 100%;
    height: 130px;
    position: absolute;
    z-index: 50;
}

    .headerAlt .logo {
        position: absolute;
        margin-top: 0;
        width: 100%;
        max-width: 70%;
        z-index: 0;
        /* justify-items: center; */
        align-self: anchor-center;
    
    }

@media (max-width:490px) {
    .headerAlt .logo {
        position: relative;
        top: 20px;
        right: 0;
        left: 30%;
        max-width: 40%;
        /* max-width: 150px; */
        /* visibility: visible; */
        display: flex;
        justify-content: center;
        align-items: center;
    }
}

.headerAlt .kurumIcon {
    height: 130px;
}

.headerAlt .navBarT {
    display: flex;
    justify-content: space-between;
    margin: 45px 0px;
    padding: 0;
    font-size: 18px;
    font-weight: 500;
    line-height: 60px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}

    .headerAlt .navBarT li {
        display: inline;
        position: relative;
    }

        .headerAlt .navBarT li:first-child {
            margin-left: 0;
        }

        .headerAlt .navBarT li:last-child {
            margin-right: 0;
            margin-bottom: 0;
        }

        .headerAlt .navBarT li a {
            color: #fff;
            text-decoration: none;
            position: relative;
            line-height: 60px;
            display: flex;
            justify-content: center;
            align-items: center;
            font-weight: 600;
            font-size: 16px;
        }

.baslikT {
    position: static !important;
}

    .baslikT .baslikDetay {
        border-bottom: 1px solid #fff;
        border-bottom-left-radius: 15px;
        border-bottom-right-radius: 15px;
        position: absolute;
        visibility: hidden;
        opacity: 0;
        width: 100%;
        left: 0;
        transition: unset;
        overflow: hidden;
        height: 0px;
        box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
    }

    .baslikT:hover > .baslikDetay {
        visibility: visible;
        opacity: 1;
        transition: all 0.3s;
        height: auto;
    }

.baslikDetay .icerikGor {
    background: #ffffff00;
    width: 100%;
    height: 100%;
    box-shadow: 0px 0px 30px 4px rgba(0, 0, 0, 0.2);
    transition: all 0.3s;
    padding: 25px 35px;
    color: #fff;
    border-radius: 15px;
}

    .baslikDetay .icerikGor:hover {
        box-shadow: 0px 0px 30px 4px rgba(0, 0, 0, 0.2);
        transform: scale(1.1);
    }

    .baslikDetay .icerikGor a {
        text-align: center;
        padding: 10px 0px;
        text-decoration: none;
        color: #ffffff !important;
        display: block;
        width: 100%;
        height: 100%;
        line-height: 25px !important;
        transition: all 0.3s;
    }


.baslikT2:hover > .baslikDetay-small {
    visibility: visible;
    opacity: 1;
}

.baslikDetay-small {
    visibility: hidden;
    opacity: 0;
    padding: 0;
    position: absolute;
    top: 60px;
    left: 0;
    width: max-content;
    transition: all 0.3s;
}

    .baslikDetay-small li a {
        color: black;
        text-decoration: none;
        line-height: 25px !important;
        padding: 10px !important;
        justify-content: flex-start !important;
        transition: all 0.3s;
    }

        .baslikDetay-small li a:hover {
            background: #fff;
        }

.golgeAlan {
    box-shadow: 9px 0px 5px -7px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.modalBaslikSekmesi {
    float: right;
    list-style: none;
    color: #fff;
}

.baslikDetay .modalPaneli.active {
    display: block;
}

.baslikDetay .modalPaneli {
    display: none;
    max-width: 962px;
    padding: 20px;
    width: 100%;
}

    .baslikDetay .modalPaneli .projeDurum {
        margin-top: 0 !important;
    }

.side-box {
    display: flex;
    /* flex-grow: 1; */
    /* flex-basis: 0; */
    border-radius: 16px;
    /* width: 18%; */
    height: 120px;
    position: relative;
    box-shadow: 0px 0px 10px 3px rgb(0 0 0 / 28%);
    justify-content: center;
    align-items: center;
    background-color: #0000001c;
}

    .side-box a {
        display: block;
        text-align: center;
        padding: 5px 0px 0px 0px;
        color: #727272;
        letter-spacing: -0.5px;
        font-size: 13px;
        transition: all 0.2s ease-out;
        height: 5rem;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

        .side-box a i {
            margin-bottom: 5px;
            transition: all 0.2s ease-out;
            font-size: 18px;
            color: #fff;
        }

        .side-box a .title {
            font-size: 18px;
            font-weight: 600;
            color: #fff;
        }

.modalBaslikSekmesi li {
    display: list-item !important;
    cursor: pointer;
    padding: 10px 100px 10px 20px;
    line-height: 0px;
    transition: all 0.3s;
    color: #fff;
    font-weight: 500;
}

    .modalBaslikSekmesi li:hover,
    .modalBaslikSekmesi li.active {
        background: #1d77b1;
        color: #fff;
    }

.baslikDetay .full {
    max-width: 100% !important;
}

.baslikDetay .modalPaneli {
    display: none;
    max-width: 962px;
    padding: 20px;
    width: 100%;
}

    .baslikDetay .modalPaneli .projeDurum {
        margin-top: 0 !important;
    }

.tumProjelerGit {
    font-size: 14px;
    line-height: 47px !important;
    text-decoration: none;
    color: #fff !important;
    text-decoration: underline;
    float: right;
    transition: all 0.3s;
}

    .tumProjelerGit:hover {
        color: #fff !important;
    }

}

.tumProjelerGit.headerTitle:hover:after {
    width: 100%;
}

.projeDetay img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.projeDetay {
    box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.2);
    transition: all 0.3s;
}

    .projeDetay a {
        display: block;
        width: 100%;
        height: 100%;
    }

    .projeDetay:hover {
        box-shadow: 0px 0px 6px 4px rgba(0, 0, 0, 0.2);
    }

    .projeDetay .detayIcerik {
        background: white;
        padding: 20px 20px 20px 10px !important;
        display: flex;
        align-items: center;
    }

    .projeDetay h4 {
        font-size: 14px;
        margin: 0;
        color: black;
    }

    .projeDetay p {
        color: grey;
        font-size: 12px;
        line-height: 12px;
        margin: 10px 0px 0px 0px;
    }

.baslikDetay .modalPaneli.active {
    display: block;
}

.baslikDetay .icerikGor:hover a {
    color: #fff !important;
}

.tumunu-gor.icerikGor a {
    color: white !important;
}

.tumunu-gor.icerikGor {
    background: #fff;
}

    .tumunu-gor.icerikGor:hover a {
        color: white !important;
    }

.modalFoto {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
}

.headerAlt .headerTitle:before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.4);
    width: 0;
    height: 1px;
    -webkit-transition: width 0.3s;
    transition: width 0.3s;
}

.headerAlt .headerTitle:hover:before {
    width: 100%;
}

.headerAlt .search-box {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    height: 100%;
}

    .headerAlt .search-box a {
        color: white;
        text-decoration: none;
        font-size: 35px;
        opacity: 0.8;
        transition: 0.3s;
    }

        .headerAlt .search-box a:hover {
            opacity: 1;
        }


.detayT {
    background: #162f80e3;
    backdrop-filter: saturate(1.8) blur(20px);
    -webkit-backdrop-filter: saturate(1.8) blur(20px);
}


.mobilBaslik {
    display: none;
}

    .mobilBaslik .logo {
        height: 80px;
        margin: 0px auto;
    }

    .mobilBaslik .kurumIcon {
        display: flex;
        align-items: center;
    }

        .mobilBaslik .kurumIcon a {
            display: contents;
        }

    .mobilBaslik .search-box {
        display: flex;
        justify-content: flex-end;
        align-items: center;
        height: 100%;
    }

        .mobilBaslik .search-box a {
            color: white;
            text-decoration: none;
            font-size: 35px;
            opacity: 0.8;
            transition: 0.3s;
        }

            .mobilBaslik .search-box a:hover {
                opacity: 1;
            }

.mobilButton .icon {
    position: absolute;
    top: 50%;
    left: 20%;
    transform: translate(-50%, -50%);
    width: 30px;
    height: 25px;
    cursor: pointer;
}

    .mobilButton .icon .mobilAlan {
        position: absolute;
        top: 50%;
        left: 0;
        transform: translate(0, -50%);
        transition: 0.5s;
        width: 100%;
        height: 20%;
        background: #fff;
        box-shadow: 0px 2px 5px rgb(0, 0, 0, 0.2);
    }

        .mobilButton .icon .mobilAlan:before,
        .mobilButton .icon .mobilAlan:after {
            content: "";
            position: absolute;
            transition: 0.5s;
            left: 0;
            width: 100%;
            height: 100%;
            background: #fff;
            box-shadow: 0px 2px 5px rgb(0, 0, 0, 0.2);
        }

        .mobilButton .icon .mobilAlan:before {
            top: -200%;
        }

        .mobilButton .icon .mobilAlan:after {
            top: 200%;
        }

    .mobilButton .icon.active .mobilAlan {
        background: rgb(0, 0, 0, 0);
        box-shadow: 0px 2px 5px rgb(0, 0, 0, 0);
    }

        .mobilButton .icon.active .mobilAlan:before {
            transform: rotate(45deg);
            top: 0;
        }

        .mobilButton .icon.active .mobilAlan:after {
            transform: rotate(-45deg);
            top: 0;
        }

#mobile-mean {
    width: 350px;
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    z-index: 999;
    background: #417588;
    color: #fff;
    transition: all 0.3s;
    overflow-y: scroll;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
    transform: translateX(-105%);
}

    #mobile-mean.active {
        transform: translateX(0);
    }

.drp-mobile li a {
    padding: 0 !important;
    height: 0;
    overflow: hidden;
}

.drp-mobile.active li a {
    padding: 10px !important;
    height: 46px;
}


.overlay {
    display: none;
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.7);
    z-index: 998;
    opacity: 0;
    transition: all 0.5s ease-in-out;
}

    .overlay.active {
        display: block;
        opacity: 1;
    }

#mobile-mean .sidebar-header {
    padding: 20px;
    background: #4389A2;
}

#mobile-mean ul.components {
    padding: 20px 0;
}

#mobile-mean ul p {
    color: #fff;
    padding: 10px;
}

#mobile-mean ul li a {
    padding: 10px;
    font-size: 1.1em;
    display: block;
    transition: all 0.3s;
    text-decoration: none;
    color: #ffffff;
}

    #mobile-mean ul li a:hover {
        color: #417588;
        background: #fff;
    }

    #mobile-mean ul li a i {
        line-height: 26px;
    }

#mobile-mean ul li.active > a,
a[aria-expanded="true"] {
    color: #fff;
    background: #4389A2;
}

a[data-toggle="collapse"] {
    position: relative;
}

.dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

h3.projeDurum {
    margin-top: 5px;
    margin-bottom: 20px;
    font-size: 25px;
    color: #fff;
    font-weight: bold;
}

h4.projeDurum {
    margin-top: 5px;
    margin-bottom: 20px;
    font-size: 25px;
    color: #fff;
    font-family: inherit;
    font-weight: 500;
}

.icerik-alan img {
    width: 100%;
    height: 240px;
    object-fit: cover;
    border-radius: 0;
    -webkit-transition: all 1s cubic-bezier(0, 0, 0.2, 1);
    transition: all 1s cubic-bezier(0, 0, 0.2, 1);
}

.icerik-kutu {
    -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.60);
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 30px;
}

.cards-photo {
    overflow: hidden;
    height: 175px;
}

.icerik-kutu a:hover img {
    -webkit-transform: scale3d(1.15, 1.15, 1.15);
    transform: scale3d(1.15, 1.15, 1.15);
    text-decoration: none;
}

.icerik-kutu .icerik {
    padding: 10px 20px;
}

    .icerik-kutu .icerik a:hover {
        text-decoration: none;
    }

.icerik-kutu h4 {
    font-size: 13px;
    font-weight: bold;
    color: #fff;
}

    .icerik-kutu h4.title {
        font-size: 14px;
        font-weight: 700;
        line-height: 1.4;
        overflow: hidden;
        min-height: 45px;
    }

.icerik-kutu p {
    font-size: 12px;
    color: #c1c1c1;
}



.mobilBaslik {
    display: block;
    position: static;
    padding: 10px;
    background: #4389A2;
    z-index: 9;
    width: 100%;
    height: 100px;
}

.header-top,
.headerAlt {
    top: 2%;
}

.kurumIconAlan {
    z-index: 9;
}

.col-kolaymenu {
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    background: none;
    border: none;
    float: right;
}

    .col-kolaymenu:focus {
        outline: none;
    }
