﻿ html, body {
     max-width: 100%;
     overflow-x: hidden;
 }
.button {
    display: inline-block;
    border-radius: 4px;
    background-color: #0288D1;
    border: none;
    color: #FFFFFF;
    text-align: center;
    font-size: 28px;
    padding: 20px;
    width: 200px;
    transition: all 0.5s;
    cursor: pointer;
    margin: 5px;
}

.button span {
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: 0.5s;
}

.button span:after {
    content: '\00bb';
    position: absolute;
    opacity: 0;
    top: 0;
    right: -20px;
    transition: 0.5s;
}

.button:hover span {
    padding-right: 25px;
}

.button:hover span:after {
    opacity: 1;
    right: 0;
}

.carddd {
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    transition: 0.3s;
    width: 14%;
    max-width: 14% !important;
    border-radius: 5px;
    position: relative;
    padding-right: 0px !important;
    margin-right: 1% !important;
    margin-top: 2% !important;
    margin-bottom: 2% !important;
    margin-left: 1% !important;
}

    .carddd:hover {
        box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
    }

img {
    border-radius: 2px 2px 0 0;

}


.cardddd {
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    transition: 0.3s;
    width: 23%;
    max-width: 23% !important;
    border-radius: 5px;
    position: relative;
    padding-right: 0px !important;
    margin-right: 1% !important;
    margin-top: 2% !important;
    margin-bottom: 2% !important;
    margin-left: 1% !important;
}

.cardddd:hover {
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
}

img {
    border-radius: 2px 2px 0 0;
    
}

.tasanyazi {
    width: 22%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.tasanyazifooter {
    width: 100px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.tasanyazihaber {
    width: 22px !important;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.tasanyaziust {
    width: 230px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.tasanyazialt {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.carddddd {
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    transition: 0.3s;
    width: 100%;
    height: 300px;
    max-width: 14% !important;
    max-height: 300px !important;
    border-radius: 5px;
    position: relative;
    padding-right: 0px !important;
    margin-right: 1% !important;
    margin-top: 2% !important;
    margin-bottom: 2% !important;
    margin-left: 1% !important;
}

.carddddd:hover {
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
}

img {
    border-radius: 2px 2px 0 0;

}
.buyukharf {
    text-transform: uppercase;
}

.center {
    width: 100%;
    display: flex;
    justify-content: center;
}


.IcerikAlani{
    position: absolute;
    top: 50%;
    display: table-cell;
    vertical-align: middle;
}
 .tasanyazii {
     width: 360px;
     overflow: hidden;
     white-space: nowrap;
     text-overflow: ellipsis;
 }



@media (max-width:360px) {
    .tasanyazii {
        width: 300px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
}
