﻿
/*Tümünü görüntüle*/

.itemCardG {
    position: relative;
    display: flex;
    align-items: center;
    padding: 0px;
    margin-bottom: 40px;
    background-color: #fff;
}
.itemCardG:nth-child(even) {
    flex-direction: row-reverse;
}
.itemCardC {
    position: relative;
    display: flex;
    align-items: center;
    gap: 60px;
    padding: 16px 16px 16px 60px;
    margin-bottom: 16px;
}
    .itemCardC::before {
        content: '';
        z-index: -1;
        top: 56px;
        bottom: 56px;
        left: 0;
        right: 0;
        display: inline-block;
        position: absolute;
        background-color: #fff;
    }
    .itemCardC:nth-child(even){
        flex-direction:row-reverse;
    }
.itemImgWrapper {
    max-width: 320px;
    min-width: 320px;
    height: 280px;
}
    .itemImgWrapper img {
        height: 100%;
        width: 100%;
        object-fit: cover;
    }
.itemVentureImgWrapper { 
    height: 200px;
}
    .itemVentureImgWrapper img {
        height: 100%;
        width: 100%;
        object-fit: cover;
    }
.itemTitle {
    color: #0D47A1;
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    margin:0;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
}
.itemInfoWrapper {
    width: 100%;
    height: 100%;
}
.itemVenture {
    padding: 36px;
}


    .itemInfoWrapper p {
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        display: -webkit-box;
        overflow: hidden;
        text-overflow: ellipsis;
        color: #616161;
    }
   

.titleCard {
    color: #337ab7;
    font-weight: 600;
    margin-bottom: 10px;
    margin-top: 10px;
}


.contentWrapper {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
}


.readMore {
    display: flex;
    margin-right: 48px;
}

    .readMore a {
        display: flex;
        align-items: center;
        text-decoration: none;
        color: #0D47A1;
        font-weight: 600;
        line-height:16px;
    }
    .readMore img {
        margin-left: 12px;
    }

    .readMore span {
        margin-top: 1px;
        margin-left: 4px;
        color: #337ab7;
    }

.dateC {
    color: #808080;
    font-size: 16px;
    margin-top: 8px;
    margin-left: 10px;
}

    .dateC span {
        color: #084298;
    }

.ActivityDateC {
    color: #808080;
    margin-top: 15px;
    font-size: 24px;
    background: #f0f8ffb0;
    padding: 10px;
    border-radius: 5px;
}

    .ActivityDateC span {
        color: #084298;
        font-weight: bold;
    }

.dateInfoHeader {
    background-color: #337ab7;
    color: white;
    padding: 2px 5px;
    display: inline;
    float: right;
    margin: 0;
    border-radius: 15px;
}
@media screen and (max-width:1060px) {
    .itemVentureImgWrapper {
        max-width: 400px;
        min-width: 400px;
        height: 300px;
    }
    
}
@media screen and (max-width:980px) {
    .itemImgWrapper {
        max-width: 280px;
        min-width: 280px;
        height: 240px;
    }
    .itemInfoWrapper  p {
        margin: 8px 0;
        line-height:30px;
    }
    .itemCardC::before {
        top: 40px;
        bottom: 40px;
    }
    
}
@media screen and (max-width:768px) {
    .itemCardG {
        margin-bottom: 32px;
    }
    .itemVentureImgWrapper {
        max-width: 250px;
        min-width: 250px;
        height: 200px;
    }
    .itemImgWrapper {
        max-width: 240px;
        min-width: 240px;
        height: 205px;
    }

    .itemInfoWrapper p {
        font-size:16px;
        line-height:24px;
    }

    .itemCardC::before {
        top: 36px;
        bottom: 36px;
    }
    .itemTitle{
        font-size:18px;
    }
    .readMore a{
        font-size:16px;
    }
    .itemCardC {
        gap: 36px;
        padding: 16px 16px 16px 30px;
    }
    .readMore img {
        width: 22px;
    }
}
@media screen and (max-width:590px) {
    .itemVentureImgWrapper {
        max-width: 170px;
        min-width: 170px;
        height: 120px;
    }
    .itemVenture {
        padding: 16px;
    }
    .itemTitle {
        line-height: 15px;
        font-size: 14px;
    }
    .itemInfoWrapper p {
        -webkit-line-clamp: 2;
        font-size: 14px;
        line-height: 20px;
        margin: 8px 0;
    }
    .itemCardC {
        gap: 24px;
        padding: 16px 16px 16px 16px;
    }
        .itemCardC::before {
            top: 25px;
            bottom: 25px;
        }
    .itemImgWrapper {
        max-width: 170px;
        min-width: 170px;
        height: 135px;
    }
    .readMore a {
        font-size: 14px;
        line-height: 15px;
    }
    .readMore img {
        width: 15px;
        margin-left:8px;
    }
    
}

@media screen and (max-width:475px) {
    .itemCardG{
        margin-bottom:16px;
    }
    .itemTitle {
        font-size: 12px;
    }
   
    .itemInfoWrapper p {
        font-size: 12px;
        line-height: 15px;
        -webkit-line-clamp: 2;
        margin:4px 0;
    }

    .itemCardC {
        gap: 12px;
        padding: 8px;
    }
    .itemVentureImgWrapper {
        max-width: 120px;
        min-width: 120px;
        height: 100px;
    }
    .itemImgWrapper {
        max-width: 116px;
        min-width: 116px;
        height: 100px;
    }

    .readMore a {
        font-size: 12px;
    }
    .readMore img {
        width: 15px;
        margin-left:4px;
    }
    .itemCardC::before {
        top: 18px;
        bottom: 18px;
    }
    
}