/* ================================
   HABERLER PAGE CSS
   ================================ */

/* ================================
   Banner Styles
   ================================ */
.bannerp {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 267px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 !important;
}

.banner-text {
    color: white;
    font-size: 36px;
    font-weight: 500;
    text-align: center;
    font-family: 'Catamaran';
    line-height: 100%;
    letter-spacing: 0%;
}

/* ================================
   Container Styles
   ================================ */
.container-fluid.h {
    padding-left: 200px;
    padding-right: 200px;
    padding-top: 111px;
}

/* ================================
   Breadcrumb Styles
   ================================ */
.subtext {
    padding-top: 24px;
}

span.redt {
    color: red;
}

/* ================================
   Link Styles
   ================================ */
.card-link {
    text-decoration: none;
    color: inherit;
    display: block;
}

.container-fluid.en {
    padding-left: 200px;
    padding-right: 200px;
}

/* ================================
   Container Styles
   ================================ */
.container-fluid.ehizmet {
    padding-left: 200px;
    padding-right: 200px;
    padding-bottom: 50px !important;
}

/* ================================
   Card Styles
   ================================ */
.card {
    display: flex;
    flex-direction: row;
    max-width: 1500px;
    height: auto;
    border: 1px solid #ffffff;
    border-radius: 5px;
    color: #ffffff;
    overflow: hidden;
}

.card-front {
    display: flex;
}

.card-image-left {
    width: 45%;
}

    .card-image-left img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
        padding: 22px;
    }

.card-content {
    width: 55%;
    padding: 25px 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.card-meta {
    font-size: 14px;
    color: #777;
    margin-bottom: 15px;
}

.cardtext {
    margin-top: 29px;
}

    .cardtext h3 {
        font-size: 22px;
        font-weight: 600;
        color: #333333;
        margin-bottom: 12px;
        line-height: 1.4;
    }

    .cardtext p {
        font-size: 16px;
        color: #555;
    }

.card-footer {
    padding: none;
    color: none;
    background-color: transparent;
    border-top: none;
}

.custom-page-container > .container {
    width: 1500px;
    max-width: 100%;
}

.page-content-padding {
    padding: 60px 0;
}

.news-card {
    padding: 21px;
}

.news-card-text-and-button {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 20px 0;
    row-gap: 20px;
}

.news-card-text {
    display: flex;
    flex-direction: column;
    row-gap: 54px;
}

.news-card-date {
    display: flex;
    align-items: center;
}

.news-card-ct-date {
    font-family: Noto Sans;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    text-transform: capitalize;
    padding-right: 42px;
    margin-right: 42px;
    border-right: 1px solid #999999;
    display: flex;
    align-items: center;
    column-gap: 8px;
    color: #555555;
}

.news-card-time-ago {
    font-family: Noto Sans;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    text-transform: capitalize;
    color: #777777;
    display: flex;
    align-items: center;
    column-gap: 8px;
}

.news-card-link {
    text-decoration: none;
}

.news-card-title-and-description {
    display: flex;
    flex-direction: column;
    row-gap: 18px;
    width: 600px;
    max-width: 100%;
}

.news-card-title {
    font-family: Catamaran;
    font-weight: 500;
    font-size: 31px;
    line-height: 41px;
    color: #333333;
}

.news-card-description {
    font-family: Catamaran;
    font-weight: 500;
    font-size: 20px;
    line-height: 42px;
    color: #333333;
    word-break: break-word;
}

.news-card-button {
    font-family: Catamaran;
    font-weight: 500;
    font-size: 23.31px;
    line-height: 100%;
    color: #333333;
    display: flex;
    align-items: center;
    column-gap: 12px;
    padding-bottom: 4px;
    border-bottom: 1px solid #C92127;
    width: max-content;
    max-width: 100%;
}

/* ================================
   Responsive Card Styles
   ================================ */

@media only screen and (max-width: 1280px)
{
    .container-fluid.h {
        padding-left: 24px!important;
        padding-right: 24px!important;
    }

    .container-fluid.ehizmet {
        padding-left: 24px!important;
        padding-right: 24px!important;
    }
}

@media only screen and (max-width: 1199px)
{
    .page-content-padding {
        padding: 40px 0;
    }

    .news-card-text {
        row-gap: 20px;
    }

    .news-card-ct-date {
        font-size: 14px;
        line-height: 22px;
        padding-right: 24px;
        margin-right: 24px;
    }

    .news-card-time-ago {
        font-size: 14px;
        line-height: 22px;
    }

    .news-card-title {
        font-size: 20px;
        line-height: 28px;
    }

    .news-card-description {
        font-size: 15px;
        line-height: 23px;
    }

    .news-card-button {
        font-size: 15px;
        line-height: 23px;
    }

        .news-card-button svg {
            width: 20px;
            height: 20px;
        }
}

@media (max-width: 768px) {
    .card {
        flex-direction: column;
    }

    .card-front {
        display: block;
    }

    .card-image-left {
        width: 100%;
        height: 250px;
    }

    .card-content {
        width: 100%;
        padding: 25px 12px;
    }

   

    .container-fluid.ehizmet {
        padding-left: 0;
        padding-right: 0;
        padding-top: 0;
        padding-bottom: 0;
    }

    .container-fluid.en {
        display: flex;
        justify-content: revert;
        padding-left: 0;
        padding-right: 0;
    }

    .container-fluid.h {
        padding-left: 0;
        padding-right: 0;
        padding-top: 0;
    }
}

/* ================================
   Responsive Styles
   ================================ */


@media only screen and (max-width: 767px)
{
    .subtext {
        padding-left: 15px;
    }

    .news-card-text-and-button {
        padding: 24px 0;
        padding-bottom: 0;
    }

    .news-card-text {
        row-gap: 20px;
    }


    .news-card-title-and-description {
        row-gap: 12px;
    }

}