@font-face {
    font-family: 'Ting Font';
    src: URL('../Fonts/ting.ttf') format('truetype');
}

@font-face {
    font-family: 'Proximo Light';
    src: URL('../Fonts/Rene Bieder  Milliard Light.woff') format('woff');
}

@font-face {
    font-family: 'Proximo Bold';
    src: URL('../Fonts/Rene Bieder  Milliard Bold.woff') format('woff');
}

/*BLOG PAGE CSS*/
.blog-container {
    width:100%;
    padding: 155px 0 78px 8%;
}

.blog-container__header {
    position: relative;
}

.blog-container__header__img {
    width: 100%;
}

.blog-container__header__text {
    position: absolute;
    left: 25px;
    bottom: 41px;
    font-size: 62px;
    color: #FFFFFF;
}

.blogs {
    width:100%;
    display: flex;
    margin-bottom: 76px;
    flex-direction: column;
}

.blogs__img img {
    width: 100%;
    height: 100%;
}

.blogs__img {
    width: 367px;
    height: 200px;
}

.blogs__text {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.blogs__title {
    font-size: 28px;
    font-weight: bold;
    font-family: 'Ting Font';
    letter-spacing: 3px;
}

.blogs__description {
    font-size: 18px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    letter-spacing: 1.91px;
    line-height: 30px;
    font-family: 'Proximo Light';
}

.blog-slider-items:hover,
.blog-slider-items {
    text-decoration: none !important;
    color: rgb(0, 0, 0);
    font-size: 28px;
    font-weight: bold;
}

.blogs__item {
    padding-bottom: 70px;
    text-decoration: none !important;
    color: #000000 !important;
}
.blogs__item:hover {
    color: #000000 !important;
}

.blog-products {
  margin-bottom: 130px;
}
.blog-products__item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left:0 !important;
}

.blog-products__item__img {
    width: 100%;
    padding-bottom: 23px;
}

.blog-products__item__subtitle {
    font-size: 28px;
    font-weight: bold;
}

.blog-products__title {
    margin-bottom: 30px;
    font-size: 32px;
    letter-spacing: 1.48px;
}

/*END BLOG PAGE CSS*/

/*BLOG DETAİL PAGE CSS*/
.blog-detail-header-container {
    width: 100%;
    padding: 155px 0 78px 20%;
}
.blog-detail-container {
    max-width: 750px;
    margin: auto;
    padding: 0 20px;
}
.blog-container__header__detail-text {
    position: absolute;
    left: 25px;
    bottom: 41px;
    width: 30%;
    font-size: 44px;
    color: #FFFFFF;
}

.blog-detail-item__img img {
    width: 100%;
    padding-top: 35px;
}

.blog-detail-item__title {
    padding: 15px 0;
}

.blog-detail-item {
    padding-bottom: 70px;
}

.blog-detail-products {
    padding: 150px 0;
}


.breadcrumb li:not(:first-of-type)::before {
    /*content: "\f105" !important;*/
    /*content: "\f001" !important;*/
    /*content: "\f004" !important;*/
    font-family: "Glyphicons Halflings";
    content: "\e080" !important;
    color: #E61F4C;
}

.breadcrumb li {
    color: #000000 !important;
    font-size: 14px;

}

    .breadcrumb li a {
        text-decoration: none;
        color: #000000;
    }

/*END BLOG DETAİL PAGE CSS*/
@media (max-width: 991px) {
    .blog-container__header__text {
        font-family: 'Ting Font' !important,;
        left: 10px;
        bottom: 0px;
        font-size: 36px;
    }

    .blog-container {
        padding-left: 3%;
    }

    .blogs__title {
        font-size: 21px;
        margin: 15px 0;
    }

    .blogs__description {
        font-size: 14px;
    }

    .blogs {
        margin-top: 0px;
    }

    .blog-products__title {
        margin-bottom: 30px;
        font-size: 21px;
        letter-spacing: 1.48px;
    }

    .blog-products__item__subtitle {
        font-size: 18px;
        margin-bottom: 50px;
    }

    .blog-products__item__img {
        padding-bottom: 15px;
    }

    .blog-products {
        margin-bottom: 90px;
    }

    /*BLOG DETAİL MOBİLE CSS*/
    .blog-detail-header-container {
        width: 100%;
        padding: 155px 0 50px 0;
    }

    .breadcrumb {
        padding: 15px 20px 0 20px;
    }
    .blog-container__header__detail-text {
        position: unset;
        color: #000000;
        font-size: 32px;
        width: 100%;
        padding: 15px 20px 0 20px;
    }

    .blog-detail-products {
        padding: 50px 0;
    }
    /*ENND BLOG DETAİL MOBİLE CSS*/
}