





/* feature Blog css start */

.ft-blog-card {
    background: linear-gradient(90deg, #101111 0%, rgba(16, 17, 17, 0) 100%);
    padding: 63px 87px;
    border-radius: 14px;
}

.blog-ft-title {
    font-size: 21px;
    line-height: 36px;
    color: #F7F8F8;
    font-weight: 600;
    padding-bottom: 8px;
}

.blog-ft-desc {
    line-height: 26px;
    margin-bottom: 16px;
}

.blog-ft-list li {
    font-size: 14px;
    line-height: 26px;
    color: #8A8F98;
    list-style-type: none;
    position: relative;
}

.blog-ft-list li::before {
    content: "";
    position: absolute;
    left: -30px;
    width: 16px;
    height: 14px;
    background-image: url(../img/blog/check.svg);
    background-size: 18px;
    background-repeat: no-repeat;
    background-position: center;
    margin-top: 6px;
}

.auther-details-div {
    display: flex;
    align-items: center;
}

.auther-details-div .auther-name,
.auther-details-div .blog-puslish-date {
    font-size: 13px;
    font-weight: 400;
    color: #8A8F98;
}

.blog-puslish-date {
    padding-left: 30px;
    position: relative;
}

.latest-blog-publish-date {
    position: relative;
}

.blog-puslish-date::before,
.latest-blog-publish-date::before {
    position: absolute;
    width: 5px;
    height: 5px;
    background-color: #8A8F98;
    border-radius: 50px;
    content: "";
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
}

/* feature Blog css end */




/* main blogs card listing start */
#filterSelect {
    display: none;
}

.filters {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 30px;
    flex-wrap: wrap;
}

.filters button {
    background: transparent;
    border: none;
    color: #8A8F98;
    font-size: 15px;
    cursor: pointer;
    transition: 0.3s;
    line-height: 24px;
}

.filters button.active,
.filters button:hover {
    color: #F7F8F8;
    font-weight: 500;
}

.search-box {
    margin-left: auto;
    background: #141516;
    border-radius: 50px;
    padding: 8px 16px;
    display: flex;
    align-items: center;
    border: 1px solid #23252A;
    color: #8A898F;
}

.search-box input {
    background: transparent;
    border: none;
    outline: none;
    color: #8A898F;
    font-size: 15px;
    width: 180px;
    padding: 0 6px;
    font-weight: 500;
}

.blog-container {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 78px;
    row-gap: 70px;
}



.blog-card img {
    width: 100%;
    height: 180px;
    object-fit: cover;
}

#blogContainer .blog-content {
    padding-right: 0;
}

.blog-content .auther-details-div {
    margin-bottom: 8px;
}

.blog-title {
    color: #F7F8F8;
    font-size: 15px;
    line-height: 24px;
    font-weight: 500;
    margin-bottom: 8px;
}

.blog-desc {
    font-size: 15px;
    color: #8A8F98;
    line-height: 24px;
}

/* main blogs card listing end */



/* Latest Blog css start */

.latest-blog-section {
    background: linear-gradient(179deg, #131415 0%, #08090A 28%);
    padding: 150px 0 75px;
    margin-top: 75px;
}

.latest-blog-section hr {
    margin: 52px 0;
    color: #686868;
    border: 0;
    border-top: var(--bs-border-width) solid;
    opacity: .25;
}

.mb-80 {
    margin-bottom: 80px;
}

.latest-blog-flex {
    display: flex;
}

.latest-blog-left-card {
    width: 330px;
}


.latest-blog-section .latest-blog-right-card {
    width: calc(90% - 330px);
    padding-left: 16px;
}

.author-name,
.latest-blog-publish-date {
    font-size: 13px;
    line-height: 20px;
    font-weight: 400;
    color: #8A8F98;
}

.latest-blog-publish-date {
    padding-left: 30px;
}

.latest-blog-title {
    margin: 8px 0;
    color: #F7F8F8;
    font-size: 15px;
    line-height: 24px;
    font-weight: 500;
}

.latest-blog-desc {
    font-size: 15px;
    line-height: 24px;
    color: #8A8F98;
    font-weight: 400;
}

/* Latest Blog css end */


/* join cars css add pending */



@media screen and (max-width: 1199px) {
    .blog-container {
        gap: 45px;
        row-gap: 40px;
    }

    .latest-blog-section {
        margin-top: 60px;
        padding: 120px 0 60px;
    }
}

@media screen and (max-width: 991px) {
.filter-buttons{
    display: none;
}
#filterSelect {
    font-size: 16px;
    padding: 9px;
    border-radius: 10px;
    background: #141516;
    color: #fff;
    border: 1px solid #23252A;
     display: block;
}
    .latest-blog-left-card {
        width: 250px;
    }

    .ft-blog-card {
        padding: 40px 40px;
    }

    .latest-blog-section .latest-blog-right-card {
        width: calc(100% - 250px);
    }

    .latest-blog-section hr {
        margin: 25px 0;
    }

    .mb-80 {
        margin-bottom: 40px;
    }
}

@media screen and (max-width: 767px) {
    .blog-hero-section p br {
        display: none;
    }

    .ft-blog-card {
        padding: 25px 25px;
    }

    .ft-blog-card img {
        width: 100%;
    }

    .ft-img-card {
        margin-bottom: 25px;
    }

    .latest-blog-flex {
        flex-direction: column;
    }

    .latest-blog-left-card {
        width: 100%;
    }

    .latest-blog-left-card img {
        width: 100%;
    }

    .latest-blog-section .latest-blog-right-card {
        width: 100%;
        padding-top: 20px;
        padding-left: 0;
    }

    .latest-blog-section hr {
        margin: 35px 0;
    }

    .latest-blog-section {
        margin-top: 40px;
        padding: 80px 0 40px;
    }
}

@media screen and (max-width: 575px) {

    .latest-blog-section {
        margin-top: 30px;
        padding: 60px 0 30px;
    }
     #filterSelect {
        width: 100%;
    }
    .search-box {
    width: 100%;
}
}