

/** Ekibimiz **/
.ekibimiz-box {
    position: relative;
    color: #fff;
    overflow: hidden;
    border-radius: 12px;
}


.ekibimiz-box:hover .ekibimiz-box-photo {
    filter: grayscale(0);
}

.ekibimiz-box-photo img{
    width: 100%;
    height: 100%
}

.ekibimiz-box-photo {
    position: relative;
    filter: grayscale(1);
}

.ekibimiz-box .ekibimiz-box-photo img {
    transition: all 600ms;
}

.ekibimiz-box:hover .ekibimiz-box-photo img {
    transform: scale(1.03) rotate(1deg);
}


.ekibimiz-box:hover.ekibimiz-box::before {
    visibility: visible;
}


.ekibimiz-box::before {

    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(31deg, #023e8a 0%, transparent 50%);
    z-index: 1;
    visibility: hidden;
}

.ekibimiz-box::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(0, 0, 0, .714706) 0%, transparent 88%);
}

.ekibimiz-box-content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 12px 24px;
    z-index: 1;
}

.ekibimiz-box-title {
    font-size: 18px;
    font-weight: 500;
    margin: 0!important;
}

.ekibimiz-box-mevki {
    font-size: 13px;
    font-weight: 300;
}


.ekip-detay-profile-content p{
    margin-bottom: 0px;
}
.ekip-detay-profile-photo img{
    width: 100%;
    height: auto;
}
.ekip-detay-content h3 {
    font-weight: 500;
    font-size: 18px;
}

.ekip-detay-content p::after {
    display: block;
    content: '';
    width: 32px;
    height: 2px;
    background-color: #023E8A;
    margin-top: 1rem;
}

.ekip-detay-profile-content {
    padding: 24px 0;
}

.ekip-detay-title {
    font-size: 16px;
    margin: 0;
    font-weight: 500
}

.ekip-detay-pozisyon {
    font-size: 14px;
    color: #555;
    font-weight: 400
}
