
.sticky{
    position: sticky;
    top: 0;
}
h2,
h3,
h3,
h4,
h5,
h6,
p {
    color: #000;
}

.banner-heading {
    position: absolute;
   left: 20px;
   bottom: 20px;
    font-size: 3rem;
    color: #fff;
    font-weight: bold;
}

.blog-post img {
    width: 100%;
}

.blog-post .meta {
    font-size: 18px;
    color: #000;
}

.blog-post p {
    font-size: 15px;
}

.popular-post .meta {
    font-size: 16px;
    margin: 0;
}

.popular-post h6 {
    font-size: 22px;
}

.popular-post img {
    width: 105px;
    height: 105px;
    object-fit: cover;
}

.popular-section h4,
.category-section h4 {
    position: relative;
}

.popular-section h4::after {
    content: '';
    position: absolute;
    width: 54%;
    height: 1px;
    background-color: #8B4513;
    right: 0;
    top: 50%;
}
.category-section h4::after {
    content: '';
    position: absolute;
    width: 70%;
    height: 1px;
    background-color: #8B4513;
    right: 0;
    top: 50%;
}

.blog-btn {
    display: inline-block;
    background: #8B4513;
    color: white;
    padding: 6px 20px;
    font-size: 15px;
    border: 1px solid transparent;
    text-decoration: none;
    transition: 0.5s;
}

.blog-btn:hover {
    background-color: transparent;
    border: 1px solid #8B4513;
    color: #8B4513;

}
.category-section ul {
    padding: 0;
}
.category-section li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #f5f5f5;
    padding: 7px 15px;
    margin-bottom: 5px;
    font-size: 16px;
    transition: 0.5s;
    cursor: pointer;
}
.category-section li span {
    background: white;
    padding: 5px 10px;
    font-weight: bold;
}
.category-section li:hover {
    color: #fff;
    background-color: #8B4513;
}
.category-section li:hover span {
    color: #000;
}


h2,
h3,
h3,
h4,
h5,
h6,
p {
    color: #000;
}
.banner {
    position: relative;
    width: 100%;
    z-index: -1;
    height: 75vh;
     background: url('../images/blog/blog-banner.webp') no-repeat center center/cover;
   
}
.banner-heading {
    position: absolute;
   left: 20px;
   bottom: 20px;
    font-size: 3rem;
    color: #fff;
    font-weight: bold;
}

.blog-post img {
    width: 100%;
}

.blog-post .meta {
    font-size: 18px;
    color: #000;
}

.blog-post p {
    font-size: 15px;
}

.popular-post .meta {
    font-size: 16px;
    margin: 0;
}

.popular-post h6 {
    font-size: 22px;
}

.popular-post img {
    width: 105px;
    height: 105px;
    object-fit: cover;
}

.popular-section h4,
.category-section h4 {
    position: relative;
}

.popular-section h4::after {
    content: '';
    position: absolute;
    width: 54%;
    height: 1px;
    background-color: #8B4513;
    right: 0;
    top: 50%;
}
.category-section h4::after {
    content: '';
    position: absolute;
    width: 70%;
    height: 1px;
    background-color: #8B4513;
    right: 0;
    top: 50%;
}

.blog-btn {
    display: inline-block;
    background: #8B4513;
    color: white;
    padding: 6px 20px;
    font-size: 15px;
    border: 1px solid transparent;
    text-decoration: none;
    transition: 0.5s;
}

.blog-btn:hover {
    background-color: transparent;
    border: 1px solid #8B4513;
    color: #8B4513;

}
.category-section ul {
    padding: 0;
}
.category-section li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #f5f5f5;
    padding: 7px 15px;
    margin-bottom: 5px;
    font-size: 16px;
    transition: 0.5s;
    cursor: pointer;
}
.category-section li span {
    background: white;
    padding: 5px 10px;
    font-weight: bold;
}
.category-section li:hover {
    color: #fff;
    background-color: #8B4513;
}
.category-section li:hover span {
    color: #000;
}
 





.pagination {
    display: flex;
    width: 100%;
    max-width: 1100px;
    height: 80px;
    font-family: 'Inter', sans-serif;
    color: #6b7280;
    justify-content: space-between;
    border-top: 1px solid #e5e7eb;
}

.pagination > a:last-of-type {
    text-align: right;
}

.pagination a, .pagination .dots {
    color: #000;
    display: block;
    padding: 16px 16px 0;
    text-decoration: none;
    margin-top: -1px;
    border-top: 2px solid transparent;
}

.pagination .dots {
    color: #000;
    font-weight: 500;
}

.pagination a:hover {
    border-color: #abacad;
    color: #374151;
}

.pagination a:active,
.pagination a.current {
    border-color: #8B4513;
    color: #374151;
}

.pagination > a {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.pagination > a:first-of-type {
    padding: 16px 4px 0 0;
}

.pagination > a:last-of-type {
    padding: 16px 0 0 4px;
}

.pagination > a > svg {
    width: 1.25rem;
    height: 1.25rem;
}

.pagination > a:first-of-type > svg {
    margin-right: 20px;
}

.pagination > a:last-of-type > svg {
    margin-left: 20px;
}

.pagination > a.next > svg {
    transform: scaleX(-1);
}

.pagination .pages {
    display: flex;
    width: 50%;
    max-width: 300px;
    margin: 0;
    padding: 0;
    list-style-type: none;
    justify-content: space-evenly;
}

@media (max-width: 735px) {
    .pagination .pages {
        display: none;
    }
}
@media (max-width:768px) {
    .banner {
        height: 27vh;
    }
    .banner-heading {
    position: absolute;
    left: 20px;
    bottom: 20px;
    font-size: 1.8rem;
    color: #fff;
    font-weight: bold;
}
}
