.offer-section .section-wrapper{
     position: relative;
}

/*.offer-item.bgc-1{*/
/*    background: #8d8b8b;*/
/*     !*background: url(../images/arkaafter.png)bottom right no-repeat #e31e24 !important;*!*/
/*    box-shadow: 2px 2px 7px 0px #8d8b8b;*/
/*     !* top: 11px; *!*/
/*     margin-top: 6px;*/
/* }*/
/*.offer-item.bgc-2{*/
/*     !*background: url(../images/arkaafter2.png)bottom right no-repeat #111 !important;*!*/
/*}*/
/*.offer-section .section-wrapper .offer-item.bgc-2 {*/

/*    background: #545454;*/
/*    box-shadow: 2px 2px 7px 0px #8d8b8b;*/
/*}*/
.offer-item:hover .offer-thumb img{
    transform: scale(1.2);
    transition: 300ms;
    overflow: hidden;
}
.home-page4 .offer-section .section-wrapper .offer-item .offer-inner .offer-content h3{
font-size: 27px;
font-weight: 700;
}

@media only screen and (max-width: 991px) {
    .slider-item{
        height: 300px !important;
    }
    .slider-item img{
        height: 200px !important;
        object-fit: cover;
        margin-bottom: 15px;
    }
    .logo{
        width:80% !important;
    }
}
table {
    border: 1px solid #ccc;
    border-collapse: collapse;
    margin: 0;
    padding: 0;
    width: 100%;
    table-layout: fixed;
}

table caption {
    font-size: 1.5em;
    margin: .5em 0 .75em;
}

table tr {
    background-color: #f8f8f8;
    border: 1px solid #ddd;
    padding: .35em;
}
table tr:nth-child(2n){
    background-color: #eee;
}
table th,
table td {
    padding: .625em;
    text-align: center;
    font-size: 13px;
}
table thead tr{
    background-color: #575757;
    color: #fff;
}
table th {
    font-size: .85em;
    letter-spacing: .1em;

}

@media screen and (max-width: 600px) {
    table {
        border: 0;
    }
    table caption {
        font-size: 1.3em;
    }
    table thead {
        border: none;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
    }
    table tr {
        border-bottom: 3px solid #ddd;
        /*display: block;*/
        margin-bottom: .625em;
    }
    table td {
        border-bottom: 1px solid #ddd;
        /*display: block;*/
        font-size: .8em;
        text-align: right;
    }
    table td::before {
        /*
    * aria-label has no advantage, it won't be read inside a table
    content: attr(aria-label);
    */
        content: attr(data-label);
        float: left;
        font-weight: bold;
    }
    table td:last-child {
        border-bottom: 0;
    }
}
h4.urundetaybaslik{
    padding: 10px;
    border-radius: 10px 10px 0 0;
    color: #393838;
    font-weight: 600;
    font-size: 27px;
    border-bottom: 2px solid #e31e24;
}
.sinirlama{
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 8;

}.offer-item .offer-inner {
     padding: 18px 20px !important;

 }
.offer-item .offer-inner .offer-thumb.mobil{
    display: none;
}
.offer-item .offer-inner .offer-thumb.dis-none{
    display: block;
}
@media only screen and (max-width: 991px) {

    .offer-item .offer-inner .offer-thumb.mobil{
        display: block;
    }
    .offer-item .offer-inner .offer-thumb.mobil img{
        width: 60%;
    }
    .offer-item .offer-inner .offer-thumb.dis-none{
        display: none;
    }
    .home-page4 .offer-section .section-wrapper {
        margin-bottom: 0;
        margin-top: -90px;}
}