body {
    background-color: #f8f8f8 !important;
}

.card-row {
    /*justify-content: center;*/
    row-gap: 24px;
    margin-top: 100px !important;
}

.haber-body {
    border-radius: 0px 0px 12px 12px;
    padding: 20px;
    width: 100% !important;
    background: #FFFFFF;
    -webkit-border-radius: 0px 0px 12px 12px;
    -moz-border-radius: 0px 0px 12px 12px;
    -ms-border-radius: 0px 0px 12px 12px;
    -o-border-radius: 0px 0px 12px 12px;
}

.tarih {
    font-family: Poppins;
    font-size: 13px;
    font-weight: 500;
    line-height: 15.6px;
    text-align: left;
    display: flex;
    align-items: center;
    column-gap: 8px;
    color: #062F87;
}

.tarih img {
    width: 15px !important;
}

.haber-card {
    transition: .3s !important;
    -webkit-transition: .3s !important;
    -moz-transition: .3s !important;
    -ms-transition: .3s !important;
    -o-transition: .3s !important;
}

.haber-card:hover {
    transform: translate(0px, -16px);
    transition: .3s !important;
    -webkit-transition: .3s !important;
    -moz-transition: .3s !important;
    -ms-transition: .3s !important;
    -o-transition: .3s !important;
    box-shadow: 0px 32.03px 25.62px 0px #0000000D;
}

.card-img {
    height: 208.53px;
    object-fit: cover;
    border-radius: 12px 12px 0px 0px !important;
    -webkit-border-radius: 12px 12px 0px 0px !important;
    -moz-border-radius: 12px 12px 0px 0px !important;
    -ms-border-radius: 12px 12px 0px 0px !important;
    -o-border-radius: 12px 12px 0px 0px !important;
}

.haber-card:hover .incele {
    color: #062F87;
}

.haber-title {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-family: Poppins;
    font-size: 17px;
    font-weight: 500;
    margin-top: 18px;
    line-height: 23px;
    text-align: left;
    color: #14212B;
    min-height: 23px;
}

.haber-detay {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-top: 15px;
    font-family: Poppins;
    font-size: 15px;
    font-weight: 400;
    line-height: 23px;
    text-align: left;
    color: #434D55;
    min-height: 69px;
}

.incele {
    font-family: Poppins;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    text-align: left;
    color: #626A71;
    display: flex;
    align-items: center;
    column-gap: 5px;
    justify-content: end;
    margin-top: 2rem;
}

.fazla {
    display: flex !important;
    justify-content: center !important;
    margin: auto !important;
    margin-top: 4rem !important;
    padding: 12px 36px 12px 36px !important;
    border: 1px solid #062F87 !important;
    background-color: unset !important;
    font-family: Poppins !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    line-height: 34px !important;
    text-align: left !important;
    color: #062F87 !important;
    position: relative !important;
    transition: .3s !important;
    -webkit-transition: .3s !important;
    -moz-transition: .3s !important;
    -ms-transition: .3s !important;
    -o-transition: .3s !important;
}

.fazla::before {
    content: '' !important;
    position: absolute !important;
    left: 0 !important;
    bottom: 0 !important;
    width: 100% !important;
    height: 0 !important;
    background: #062F87 !important;
    z-index: -1 !important;
    transition: height .4s !important;
    -webkit-transition: height .4s !important;
    -moz-transition: height .4s !important;
    -ms-transition: height .4s !important;
    -o-transition: height .4s !important;
}

.fazla:hover::before {
    height: 100% !important;
}

.fazla:hover {
    color: white !important;
}


/*haber detay*/

.detay-title {
    font-family: Poppins;
    font-size: 32px;
    font-weight: 600;
    line-height: 48px;
    text-align: left;
    margin-bottom: 32px;
    color: rgba(42, 67, 59, 1);
}

.detay-detay {
    font-family: Poppins;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    text-align: left;
    color: rgba(85, 105, 98, 1);
}

.detays-img {
    object-fit: cover;
    border-radius: 12px !important;
    margin-top: 42px;
    margin-bottom: 42px;
    aspect-ratio: 2 / 1.25;
    -webkit-border-radius: 12px !important;
    -moz-border-radius: 12px !important;
    -ms-border-radius: 12px !important;
    -o-border-radius: 12px !important;
}

.sag-card {
    display: flex;
    flex-direction: column;
    row-gap: 2rem;
}

.mobile-carousel {
    display: none;
}

.carousel-wrap {
    position: relative;
}

.owl-stage {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
    padding-left: 0 !important;
}


/* fix blank or flashing items on carousel */

.owl-carousel .item {
    position: relative;
    z-index: 100;
    -webkit-backface-visibility: hidden;
}


/* end fix */

.owl-nav>div {
    margin-top: -26px;
    position: absolute;
    top: 50%;
    color: #cdcbcd;
}

.owl-nav i {
    font-size: 52px;
}

.owl-nav .owl-prev {
    left: -30px;
}

.owl-nav .owl-next {
    right: -30px;
}


@media only screen and (max-width: 991px)
{
    .sag-card
    {
        display: none;
    }
}