﻿/* advert filtring*/
.advertfiltre {
    margin-bottom: 50px;
}

    .advertfiltre .bolge {
        margin-bottom: 10px;
    }

    .advertfiltre .nav.nav-tabs button {
        font-size: 16px;
    }

    .advertfiltre .tab-content {
        padding: 10px;
    }

    .advertfiltre .col-md-12,
    .advertfiltre .col-md-6,
    .advertfiltre .col-md-4 {
        padding: 2px !important;
    }

    .advertfiltre input[type="text"] {
        padding-top: 7px;
        padding-bottom: 7px;
    }

/* lastadded */
.lastadded {
    margin-bottom: 50px;
}

    .lastadded h3 {
        text-align: center;
        color: var(--primary);
        font-size: 20px;
    }

.lastadded {
    /*margin-top: 100px;*/
    text-align: center;
}

    .lastadded p {
        font-size: 12px;
        color: var(--primary);
        font-weight: 600;
    }

    .lastadded h3 {
        font-size: 28px;
        font-weight: 600;
        margin-bottom: 80px;
    }

    .lastadded .etiket {
        width: 100%;
        text-align: center;
        box-shadow: 0 2px 6px rgba(136, 136, 136, 0.4);
        border-radius: 5px;
        padding-bottom: 20px;
        transition:0.5s;
    }
    .lastadded .etiket:hover{
        transform: scale(0.9);
    }

        .lastadded .etiket .img {
            width: 100%;
            height: 200px;
            position: relative;
            background-size: cover !important;
            background-position: center center !important;
            margin-bottom: 20px;
        }

    .lastadded .fiyat {
        background: var(--white);
    }

    .lastadded .tutar {
        font-size: 20px;
        font-weight: 600;
        padding: 10px;
        color: var(--primary);
    }

    .lastadded .etiket table th {
        color: var(--primary);
        font-size: 14px;
    }

    .lastadded .etiket table td {
        font-size: 12px;
        font-weight: 600;
    }

    .lastadded .col-md-6.col-lg-3 {
        margin-bottom: 20px;
    }

/* popularsearch */
.popularsearch {
    margin-bottom: 100px;
}

    .popularsearch .row {
    }

    .popularsearch h3 {
        text-align: center;
        color: var(--primary);
        font-size: 28px;
        font-weight: 600;
        margin-bottom: 50px;
    }

    .popularsearch .post {
        width: 100%;
        height: 250px;
        position: relative;
        cursor: pointer;
    }

.post:hover .post-s {
    width: 100%;
    border-radius: 5px;
}

.popularsearch .post img {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    object-fit: fill
}

.post-s {
    width: 0px;
    height: 250px;
    background: rgba(54, 54, 54, 0.7);
    position: absolute;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    transition: 0.7s ease;
}

    .post-s h2 {
        color: var(--primary);
        font-size: 36px;
        padding: 10px 30px;
    }

@media (max-width: 57.98px) {
    .lastadded p {
        font-size: 12px;
        color: var(--primary);
        font-weight: 600;
    }

    .lastadded .col-md-6,
    .lastadded .col-lg-3 {
        margin-left: 15px;
    }

    .lastadded .etiket {
        width: 90%;
    }

        .lastadded .etiket .img {
            width: 100%;
            height: 200px;
            position: relative;
            margin-bottom: 20px;
        }

    .lastadded {
        margin-bottom: 20px;
        margin-top: 0;
    }

        .lastadded h3 {
            margin-bottom: 50px;
        }

    .popularsearch {
    }

        .popularsearch .post {
            width: 80%;
            height: 180px;
            margin: 0 auto 5px auto;
        }

    .post-s {
        height: 180px;
    }
}

@media only screen and (max-width: 767.98px) {
    .lastadded {
        margin-bottom: 20px;
        margin-top: 0;
    }

        .lastadded .col-md-6,
        .lastadded .col-lg-3 {
            margin-left: 15px;
        }

        .lastadded .etiket {
            width: 90%;
        }

        .lastadded h3 {
            margin-bottom: 50px;
        }

    .popularsearch {
    }

        .popularsearch .post {
            width: 80%;
            height: 180px;
            margin: 0 auto 5px auto;
        }

    .post-s {
        height: 180px;
    }

}

@media (max-width: 991.98px) {
    .lastadded {
        margin-bottom: 20px;
        margin-top: 0;
    }
}

@media (max-width: 1199.98px) {
    .lastadded {
        margin-bottom: 20px;
        margin-top: 0;
    }
}
