
.blog-section{
    width: 100%;
    height: 100%;
    font-family: 'Rubik';
}

.news-title{
    font-size: 36px;
    line-height: 1.15em;
    color: #222222;
    font-weight: 700;
}

.subtitle{
    font-weight: 200;
    color: #292929;
    font-size: 17px;
}

.blog-section-content{
    width: 100%;
    height: 100%;
    /* border: 1px solid red; */
    padding-left: 50px;
    padding-right: 50px;
}

.blog-content{
    padding: 0px!important;
    margin: 0px!important;

}

.blog-content{
    /* border: 1px solid red; */
    position: relative;
    height: 50vh;
}

.blog-image{
    overflow:hidden;
}
.blog-image img{
    width: 100%;
    position: relative;
    height: 280px;
    background-position: center;
    background-size: contain;
    background-origin: border-box;
    background-repeat: no-repeat;
    transform-origin: 50% 65%;
    transition: transform 3s, filter 1s ease-in-out;
    filter: brightness(150%);

    /* transition: transform 1s, filter 2s ease-in-out;
  filter: blur(2px);
  transform: scale(1); */
/* 
  transition: transform .5s, filter 1.5s ease-in-out;
  filter: grayscale(100%); */

  /* transition: transform .5s ease-in-out;
  transform: scale(1);
  transform-origin: 100% 0; */
}

.blog-main-content:hover .blog-image img{
    /* animation: zoomeffect 0.1s ease ;
    transition: all 0.3s; */
    filter: brightness(100%);
    transform: scale(1.1);

    /* border-radius: 10px; */
    /* transition: all 0.3s ease-in-out; */

    /* filter: blur(0);
    transform: scale(1.1); */

    /* filter: grayscale(0);
    transform: scale(1.1); */

    /* transform: scale(1.1) rotateY(360deg); */
}
.link-box a:hover{
    text-decoration: none;
    cursor: pointer;
}

.blog-title a:hover{
    text-decoration: none;
    color: #d22b4b;
    transition: all 0.3s ease;
}

.blog-title{
    position: relative;
}

.blog-title::before{
    content: '';
    position: absolute;
    left: 26px;
    bottom: -14px;
    width: 40px;
    border-bottom: 3px solid #b28e33;
}

.blog-title a{
    font-weight: 700;
    font-size: 16px;
    color: #222222;
    padding: 25px 13px 17px;
}

.link-box{
    /* padding-bottom: 80px; */
    /* position: absolute;
    visibility: hidden; */
}

.link-box{
    padding-top: 14px;
}

.link-box a{
    padding: 22px 23px 17px;
    color:#222222;
    font-size: 16px;
}
/* .link-box a:hover{
    color: #d22b4b;
    transition: all 0.3s ease;
    text-decoration: underline;
} */

.blog-main-content{
    height: 62vh;
    transition: all 0.3s ease-in-out;
}

.blog-main-content:hover{
    bottom: 0px;
    background: #ffffff;
    box-shadow: 0px 0px 25px 0px rgb(0 0 0 / 12%);
}
.blog-main-content:hover .link-box a,.blog-main-content:hover .blog-title a{
    color: #b28e33;
    transition: all 0.3s ease;
    /* text-decoration: underline; */
}

.blog-content:hover .link-box{
    transition: all 3s ease;
    visibility: visible;
}

.link-box a span{
    font-size: 15px;
    padding-left: 7px;

}


@keyframes zoomeffect{
    0%{
        transform: scale(1);
    }
    100%{
        transform: scale(1.2);
        
    }
}

.publish-date{
    position: absolute;
    right: 23px;
    bottom: 75px;
    width: 72px;
    height: 72px;
    line-height: 24px;
    text-align: center;
    padding: 12px 5px;
    background: #ffffff;
    border-radius: 50%;
    z-index: 1;
}

.publish-date p{
    color: #b28e33;
    font-size:20px;
    top: 2%;
    font-weight: 900;
}

.publish-date p span{
    color: #000;
    font-size: 13px;
    font-weight: 100;
}

.publish-date{
    display: block;
    font-size: 32px;
    /* color: #d22b4b; */
    font-weight: 700;
    line-height: 1.1em;
}

.publish-date .month{
    display: block;
    font-size: 14px;
    color:#000;
    font-weight: 400;
    line-height: 1.1em;
    text-transform: uppercase;
}
.publish-date .day{
    display: block;
    font-size: 32px;
    color: #b28e33;
    font-weight: 700;
    line-height: 1.1em;
}