/* Blog mai page  */
.Blog-contain {}

/* Blog Section Stat */
.blog-contant-section {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex: 0 0 100%;
    width: 100%;
    flex-wrap: wrap;
    /* padding-top: 4%;
    padding-bottom: 4%; */
}

.blog-60-sec {
    flex: 0 0 60%;
    width: 60%;
    overflow: hidden;
}

.blog-40-sec {
    flex: 0 0 40%;
    width: 40%;
    overflow: hidden;
    padding-top: 4%;
    padding-bottom: 4%;
    padding-left: 10px;
}

/* Blog Start ===================== */
.blog-sec {
    border-bottom: 1px solid var(--text-50);
    padding-top: 7%;
    padding-bottom: 7%;
    padding-right: 10px;
}

.blog-img {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.blog-img img {
    width: 100%;
    height: 100%;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.date-comment {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 25px 0px 10px 30px;
    flex-wrap: wrap;
}

.date-comment .fa-solid {
    color: #9EBCBE;
    padding-right: 5px;
}

.date-comment p {
    margin-right: 15px;
    font-family: sans-serif;
    letter-spacing: 0.7px;
    color: var(--text-a-700);
}

.blog-title {
    letter-spacing: 1px;
    font-size: 30px;
    padding: 10px 0px 10px 30px;

}

.blog-desc {
    padding: 10px 0px 10px 30px;
    line-height: 25px;
}

.btn-shere {
    padding: 15px 0px 0 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex: 0 0 100%;
    width: 100%;
    flex-wrap: wrap;
}

.read-btn {}

/* .read-btn a{

} */
.more-btn {
    padding: 10px 20px;
    text-transform: uppercase;
    font-family: 'Roboto-900';
    letter-spacing: 1px;
    font-size: 17px;
    background: #9EBCBE;
    border: none;
    border-radius: 25px;
    color: #fff;
    cursor: pointer;
    transition: all 0.5s;
}

.blog-shere {
    flex: 0 0 50%;
    width: 50%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-wrap: wrap;

}

.blog-shere p {
    letter-spacing: 0.7px;
    font-weight: 600;
    margin-right: 20px;
}

.blog-shere .fa-brands {
    margin-right: 15px;
    transition: all 0.5s;
}

.blog-shere .fa-brands:hover {
    /* background: #1D6DE0; */
    transform: scale(1.2);
    color: var(--text-a-700);
}

/* Blog Side */

/* Search */
.blog-search {
    margin-bottom: 40%;
}

.blog-40-sec .title {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 22px;
    font-weight: 900;
}

.blog-40-sec .fa-solid {
    color: #9EBCBE;
    font-size: 14px;
}

.blog-search-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.blog-search-bar input {
    flex: 0 0 90%;
    width: 90%;
    font-size: 16px;
    padding: 10px 15px;
    border-radius: 25px;
    border: 1px solid var(--text-50);
}

.blog-search-btn {
    flex: 0 0 10%;
    width: 10%;
    text-align: center;
}

.blog-search-bar .fas {
    color: #9EBCBE;
    transition: all 0.5s;
}

.blog-search-bar .fas:hover {
    color: var(--text-a-700);
    transform: scale(1.2);
}

/* Recent Post */
.recent-post {
    margin-bottom: 40%;
}

.recent-box {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    flex: 0 0 100%;
    width: 100%;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.post-img {
    flex: 0 0 29%;
    width: 30%;
    overflow: hidden;
    height: 100px;
}

.post-img img {
    width: 100%;
    height: 100%;
    border-radius: 5px;
}

.post-details {
    flex: 0 0 68%;
    width: 68%;
}

.post-details h4 {
    color: #9EBCBE;
    letter-spacing: 0.7px;
    line-height: 21px;
    margin-bottom: 5px;
}

.post-details h3 {
    font-family: 'Raleway-700';
    letter-spacing: 0.7px;
    line-height: 22px;
}

.post-details p {
    font-family: sans-serif;
    letter-spacing: 0.7px;
    color: #9EBCBE;
    line-height: 21px;
    margin-top: 5px;
}

/* Category */
.blog-category {
    margin-bottom: 40%;
}

.blog-cate {
    font-family: 'Raleway-700';
    letter-spacing: 1px;
    word-spacing: 1px;
    padding: 20px 0;
    border-bottom: 1px solid var(--text-50);
    font-size: 18px;
}

.blog-cate:nth-child(2) {
    padding-top: 0;
}

.blog-cate:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.category-count {
    letter-spacing: 1px;
    margin-left: 8px;
    color: var(--text-small-h-100);
}

/* Tags */
.blog-tags {
    margin-bottom: 40%;
}

.tag-btn {
    padding: 10px 20px;
    border-radius: 30px;
    color: var(--text-small-h-100);
    transition: .5s;
    letter-spacing: 1px;
    border: 1px solid #9EBCBE;
    cursor: pointer;
    margin-bottom: 10px;
    margin-right: 5px;
    font-size: 16px;
}

.tag-active,
.tag-btn:hover {
    background: #9EBCBE;
    color: var(--bg-color-900);
}

/* Gallery */
.blog-gallery {
    margin-bottom: 40%;
}

.gallery-img {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex: 0 0 100%;
    width: 100%;
    overflow: hidden;
    flex-wrap: wrap;

}

.gallery-img img {
    width: 32%;
    height: 150px;
    margin-bottom: 10px;
    border-radius: 10px;
}

/* Follow Us */
.blog-follow {}

.follow-icon {}

.follow-icon i {
    padding: 15px;
    border-radius: 50%;
    font-size: 20px;
    margin-right: 5px;
    color: #fff;
    transition: all 0.5s;
}

.follow-icon .fa-facebook-f {
    padding: 15px 18px;
    background: #1878F3;
}

.follow-icon .fa-facebook-f:hover {
    color: #1878F3;
    background: var(--text-50);
    transform: scale(1.1);
}

.follow-icon .fa-twitter {
    background: #1DA1F3;
}

.follow-icon .fa-twitter:hover {
    color: #1DA1F3;
    background: var(--text-50);
    transform: scale(1.1);
}

.follow-icon .fa-linkedin-in {
    padding: 15px 17px;
    background: #0077B4;
}

.follow-icon .fa-linkedin-in:hover {
    color: #0077B4;
    background: var(--text-50);
    transform: scale(1.1);
}

.follow-icon .fa-youtube {
    background: #FE0000;
}

.follow-icon .fa-youtube:hover {
    color: #FE0000;
    background: var(--text-50);
    transform: scale(1.1);
}


/* Media */
@media (max-width: 1030px) {
    .gallery-img img {
        width: 48%;
        height: 200px;
    }
}

@media (max-width: 750px) {
    .blog-sec {
        padding-right: 0;
    }
    .gallery-img img {
        width: 32%;
        height: 200px;
    }
    .blog-60-sec {
        flex: 0 0 100%;
        width: 100%;
    }

    .blog-40-sec {
        flex: 0 0 100%;
        width: 100%;
    }

    .blog-search {
        margin-bottom: 8%;
    }

    .recent-post {
        margin-bottom: 8%;
    }

    .blog-category {
        margin-bottom: 8%;
    }

    .blog-tags {
        margin-bottom: 8%;
    }

    .blog-gallery {
        margin-bottom: 8%;
    }

    .follow-icon {
        text-align: center;
    }
}

@media (max-width: 450px) {
    .gallery-img img {
        width: 48%;
        height: 200px;
    }
    .date-comment p {
        margin-right: 5px;
        letter-spacing: 0.4px;
    }
}

@media (max-width: 395px) {
    .date-comment p {
        margin-right: 5px;
        letter-spacing: 0.4px;
    }

    .read-btn {
        flex: 0 0 100%;
        text-align: center;
        width: 100%;
        margin-bottom: 20px;
    }

    .blog-shere {
        flex: 0 0 100%;
        width: 100%;
        justify-content: center;
        align-items: center;
    }

    .date-comment p {
        margin-bottom: 5px;
    }

    .blog-title {
        font-size: 25px;
    }
}