@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&family=Prata&display=swap');
html,body {
    font-family: 'Montserrat', sans-serif;
}
.blog-banner{
    background-image: url('../../img/blogs/banner.webp');
    background-size: cover;
    margin-top: 9rem;
    padding: 3rem 0;
    text-align: center;
}
.blog-banner h1{
    color: #000000;
    font-size: 42px;
    margin: 0;
    font-family: 'Prata', serif;
}
.blog-banner p{
    font-size: 18px;
    font-weight: 500;
    color: #000;
    margin-bottom: 0;
}
.blog-category ul{
    list-style: none;
    display: flex;
    justify-content: space-between;
    padding: 3rem 0;
}
.blog-category ul li{
    width: 19%;
    border-radius: 5px;
}
.blog-category ul li a{
    border: 1px solid #d9d9d9;
    border-radius: 5px;
    text-align: center;
    padding: 4px 0 2px;
    font-size: 18px;
    color: #aaa;
    font-weight: 500;
    display: inline-block;
    width: 100%;
}
.blog-category ul li a:hover{
    background-color:#fbb11c;
}
.blog-category ul li:hover a, .blog-category ul li.active a{
    color: #000000;
    font-weight: 600;
}
.blog-category ul li.active{
    background-color:#fbb11c;
}
.blog-category ul li a:hover{
    text-decoration: none;
    color: #000000;
}
.blogs-list .each-blog img{
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.blogs-list .each-blog .blog-title{
    color: #000000;
    font-size: 24px;
    margin: 10px 0 8px;
    font-family: 'Prata', serif;
}
.blogs-list .each-blog .blog-description{
    font-size: 14px;
    font-weight: 500;
    color: #6a3732;
    margin-bottom: 15px;
}
.blogs-list .each-blog .blog-read{
    display: flex;
    align-items: center;
    color: #000000;
    justify-content: space-between;
}
/* .blogs-list .each-blog .time{
    margin-left: 65px;
} */
.blogs-list a:hover{
    text-decoration: none;
}
/* .trending-blog{
    display: flex;
    align-items: center;
} */
/* .trending-blog .trend-img img{
    max-width: 100%;
    height: auto;
} */
.blogs-list h2{
    margin-top: 0;
    color: #000000;
    font-family: 'Prata', serif;
    font-size: 26px;
}
.blog-content-title{
    font-size: 22px;
    margin-bottom: 5px;
    margin-top: 0;
    font-family: 'Prata', serif;
    color: #000000;
    line-height: 1.2;
}
.blog-list-two .blog-content-title{
    font-size: 21px;
    margin-top: 17px;
    min-height: 75.56px;
}
.blog-content a:hover{
    text-decoration: none;
}
.trending-blog .trending-description{
    margin-bottom: 9px;
    color: #6a3732;
    font-size: 14px;
    font-weight: 500;
}
.trending-blog .trending-read{
    display: flex;
    justify-content: space-between;
}
.trending-blog .trend-content{
    margin-left: 17px;
}
.trending-blog .author, .trending-blog .time{
    margin-bottom: 0;
}
.trending-blog {
    margin-top: 3rem;
}
.subscribe-blog{
    background-color: #fbb11c;
    background-size: cover;
    text-align: center;
    padding: 7rem 0 7rem;
    margin: 3.5rem 0 3.5rem;
}
.subscribe-blog h2{
    text-align: center;
    color: #000000;
    margin: 0 0 5px;
    font-size: 26px;
    font-family: 'Prata', serif;
}
.subscribe-blog p{
    color: #6a3732;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 20px;
}
.blog-list-two .blog-title{
    color: #000000;
    font-size: 16px;
    margin: 12px 0 5px;
    font-family: 'Prata', serif;
}
.blog-list-two .blog-description{
    color: #6a3732;
    font-size: 14px;
}
.blog-list-two .blog-read{
    display: flex;
    justify-content: space-between;
}
.blog-list-two .row{
    margin-top: 3rem;
}
.blog-list-two img{
    max-width: 100%;
    height: auto;
}
.blogs-list a:focus, .blogs-list a:focus-visible, .blogs-list a:focus-within, .blogs-list a:hover{
    text-decoration: none;
}
.subscribe-blog input{
    width: 25%;
    border-radius: 2px;
    background-color: #fff;
    border: none;
    padding: 8px 10px;
}
.subscribe-blog input:focus, .subscribe-blog input:focus-visible, .subscribe-blog input:focus-within{
    outline: none;
}
.subscribe-blog button{
    padding: 8px 12px;
    margin-left: -3px;
    width: 18%;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    background-color: #6a3732;
    border: none;
}
.blogs-list .blog-read .time span img, .trend-content .trending-read .time span img, .blog-list-two .blog-read .time span img{
    width: auto !important;
    margin: -2px 3px 0 0;
}
.pagination{
    display: flex;
    justify-content: center;
    margin-top: 50px;
}
.pagination ul{
    display: flex;
    list-style: none;
    padding-left: 0;
}
.pagination ul li.active{
    background-color: #fbb11c;
    color: #ffffff;
    font-size: 18px;
}
.pagination ul li.active a{
    color: #ffffff;
}
.pagination ul li{
    border: 1px solid #d9d9d9;
    background-color: #d9d9d9;
    padding: 3px 10px 0;
    margin: 4px;
}
.pagination ul li a{
    font-size: 18px;
    font-weight: bold;
    color: #aaa;
}
.pagination ul li a:hover{
    text-decoration: none;
}
.pagination .right-arrow{
    margin-top: 0px;
    margin-left: -2px;
}
.pagination .left-arrow{
    margin-top: 0px;
    margin-right: -2px;
}
.author-img {
    width: 30px;
    height: 30px;
    border-radius: 50px;
    background-color: #e5e5e5;
    border: 1px solid #e5e5e5;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.author-box {
    display: flex;
    gap: 5px;
    position: relative;
    align-items: center;
}
.author-time {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 3px;
    margin-top: 18px
}
.author a{
    color: #565656;
}
.content-para{
    margin-top: 10px;
}
.author-time-desktop{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 3px;
    margin-top: 12px;
}
.author-time-mobile{
    display: none;
}
.blog-featured-img img{
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.blog-list-two .blog-featured-img img{
    min-height: 292px;
}
.trending-blog .row .col-5{
    padding-right: 5px;
}
.trending-blog .row .col-7{
    padding-left: 10px;
}
.blogs-list .each-blog{
    margin-top: 1.5rem;
}
.blogs-list .trending-blog-row-one .trending-blog:first-child{
    margin-top: 15px;
}
.blogs-list .trending-blog-row-one .trending-blog:nth-child(3){
    margin-top: 3rem;
}
.blogs-list .trending-blog-row-one .trending-blog:nth-child(4){
    margin-top: 2.1rem;
}
.pagination .page-item .page-link{
    background-color: #d9d9d9;
    font-size: 18px;
    font-weight: bold;
    border: none;
    margin: 0 6px;
    padding: 6px 12px 2px;
    color: #aaa;
}
.pagination .page-item.active .page-link{
    background-color: #fbb11c;
    color: #ffffff;
}
.blog-list-two .blog-item-inner{
    margin-bottom: 40px;
    min-height: 477px;
}
.blog-list-two .blog-item-inner a:focus, .blog-list-two .blog-item-inner a:focus-within, .blog-list-two .blog-item-inner a:focus-visible{
    text-decoration: none;
}
.blogs-category .links a{
    color: #6a3732;
    font-size: 20px;
    font-weight: 500;
}
.blogs-category .links{
    margin-top: 10px;
}
.blogs-category h2{
    margin-top: 12px;
    font-size: 36px;
    color: #000000;
    font-family: 'Prata', serif;
    margin-bottom: 18px;
}
.blogs-category{
    margin-top: 1.5rem;
}
.blogs-category .blog-category{
    border-top: 1px solid #000;
}
.author-time-desktop .blog-time{
    margin-top: 2px;
}
.author-time-mobile .blog-time{
    margin-top: 3px;
}
.cat-for-mobile{
    display: none;
}
.cat-for-desktop{
    display: block;
}
@media only screen and (min-width:1400px){
    .blog-banner {
        padding: 4rem 0;
    }
}
@media only screen and (max-width:768px){
    .blog-banner{
        background-image: url('../../img/blogs/mob-banner.png');
        padding: 5.5rem 0;
    }
    .blog-banner h1 {
        font-size: 24px;
        margin-left: 0;
    }
    body .blog-banner div.container.text-left{
        text-align: left;
        width: 50%;
        margin: 0 2rem;
    }
    .blog-banner p {
        font-size: 12px;
    }
    .blog-banner .row .col-md-6{
        width: 50%;
    }
    .blog-category ul li a {
        font-size: 12px;
        padding: 4px 18px 2px;
    }
    .blog-category ul{
        overflow-x: scroll;
        padding: 3rem 0 1.5rem;
        margin-bottom: 2rem;
    }
    .blog-category ul li {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-grow: 1;
        flex-shrink: 0;
        width: auto;
        margin-right: 10px;
    }
    .blogs-list .each-blog .blog-title {
        font-size: 22px;
    }
    .trending-blog-row-one{
        margin-top: 1.5rem;
    }
    .trending-blog .trending-description {
        margin-bottom: 12px;
        font-size: 11px;
    }
    .trending-blog .trending-title {
        font-size: 12px;
        margin-bottom: 4px;
    }
    .trending-blog .trend-content {
        margin-left: 8px;
    }
    .trending-blog .trending-description {
        margin-bottom: 6px;
    }
    .blogs-list h2 {
        font-size: 24px;
    }
    .subscribe-blog input {
        width: 46%;
    }
    .subscribe-blog button {
        margin-left: -5px;
        width: 25%;
    }
    .blog-list-two .each-blog{
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .blog-list-two .blog-title {
        font-size: 12px;
    }
    .blog-list-two .blog-description {
        font-size: 11px;
    }
    .blog-list-two .each-blog .blog-read{
        font-size: 10px;
    }
    .blog-list-two .row {
        margin-top: 0rem;
    }
    .blog-list-two .blog-c{
        margin-left: 10px;
    }
    .subscribe-blog {
        margin:3.5rem 0 2rem;
    }
    .author-time-desktop{
        display: none;
    }
    .author-time-mobile{
        display: flex;
        display: flex;
        width: 100%;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 3px;
        margin-top: 14px;
    }
    .col-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }
    .col-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }
    .col-12 {
        flex: 0 0 auto;
        width: 100%;
    }
    .trending-blog-row-one .row{
        display: flex;
    }
    /* .blog-featured {
        padding-right: 5px;
    } */
    /* .blog-content{
        padding-left: 5px;
        padding-right: 5px;
    } */
    .blog-featured-img img{
        max-width: 100%;
        height: auto;
    }
    .blog-content-title {
        font-size: 16px;
        min-height: 76.75px;
    }
    .blog-list-two .blog-content-title {
        font-size: 16px;
        margin-top: 0;
    }
    .blog-item-inner{
        display: flex;
    }
    .content-para {
        margin-top: 5px;
    }
    .blog-list-two .blog-item-inner .blog-featured {
        flex: 0 0 auto;
        width: 41.66666667%;
        order: 2;
    }
    .trending-blog .blog-featured {
        order: 2;
    }
    .trending-blog, .row .col-12 {
        margin-top: 2.5rem;
    }
    .trending-blog .row .col-7 {
        padding-left: 15px;
        padding-right: 5px;
    }
    .trending-blog .row .col-5 {
        padding-right: 15px;
        padding-left: 5px;
    }
    .blog-list-two .blog-content{
        padding-right: 10px;
    }
    .blog-list-two .blog-item-inner{
        margin-bottom: 0px;
        min-height: auto;
    }
    .cat-for-mobile{
        display: block;
    }
    .cat-for-desktop{
        display: none;
    }
    .blog-list-two .blog-featured-img img{
        min-height: auto;
    }
}