
/*=============================
	06. Banner Post
===============================*/
.banner-post-item {
    position: relative;
}
.banner-post-thumb {
    overflow: hidden;
    position: relative;
}
.banner-post-thumb::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
    background: linear-gradient(360deg, rgba(0, 5, 11, 0.89) 0%, rgba(10, 23, 41, 0.00) 100%);
    pointer-events: none;
}
.banner-post-thumb img {
    height: 600px;
    width: 100%;
    object-fit: cover;
}
.banner-post-item:hover .banner-post-thumb img {
    transform: scale(1.1);
}
.banner-post-content {
    text-align: center;
    position: absolute;
    left: 100px;
    right: 100px;
    bottom: 50px;
}
.banner-post-content .post-title {
    color: var(--sjm-white);
    font-size: 28px;
    margin-bottom: 20px;
    line-height: 1.28;
}
.banner-post-content .post-title a {
    background-size: 0 2px;
}
.banner-post-content .post-title a:hover {
    color: var(--sjm-white);
}
.banner-post-item:hover .banner-post-content .post-title a {
    background-size: 100% 2px;
}
.blog-post-meta.white-blog-meta .list-wrap li {
    color: var(--sjm-gray-two);
}
.blog-post-meta.white-blog-meta .list-wrap li a {
    color: var(--sjm-gray-two);
}
.blog-post-meta.white-blog-meta .list-wrap li a:hover {
    color: var(--sjm-primary-color);
}

/* banner-post-two */
.banner-post-inner .row {
    --bs-gutter-x: 20px;
}
.banner-post-inner .row .col-70 {
    width: 69.7%;
    flex: 0 0 auto;
}
.banner-post-inner .row .col-30 {
    width: 30.3%;
    flex: 0 0 auto;
}
.banner-post-two {
    position: relative;
    margin-bottom: 20px;
}
.banner-post-two.big-post .banner-post-thumb-two img {
    width: 100%;
    height: 615px;
    object-fit: cover;
}
.banner-post-two:hover .banner-post-thumb-two img {
    transform: scale(1.1);
}
.banner-post-thumb-two {
    position: relative;
    border-radius: 5px;
    overflow: hidden;
}
.banner-post-thumb-two::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.68) 16.31%, rgba(10, 23, 41, 0.00) 108.6%);
    pointer-events: none;
}
.banner-post-content-two {
    position: absolute;
    left: 40px;
    bottom: 40px;
    right: 50px;
    z-index: 1;
}
.banner-post-content-two .post-title {
    font-size: 28px;
    color: var(--sjm-white);
    margin-bottom: 15px;
    line-height: 1.4;
}
.banner-post-content-two .post-title a:hover {
    color: var(--sjm-white);
}
.banner-post-content-two .blog-post-meta .list-wrap {
    justify-content: flex-start;
}
.banner-post-two.big-post:hover .banner-post-content-two .post-title a {
    background-size: 100% 2px;
}
.banner-post-two:hover .banner-post-content-two .post-title a {
    background-size: 100% 1px;
}
.banner-post-two.small-post .banner-post-content-two {
    left: 25px;
    right: 25px;
    bottom: 20px;
}
.banner-post-two.small-post .banner-post-content-two .post-title {
    font-size: 18px;
    margin-bottom: 12px;
    line-height: 1.3;
}
.banner-post-two.small-post .banner-post-thumb-two img {
    width: 100%;
    height: 192px;
    object-fit: cover;
}

/* banner-post-three */
.banner-post-three {
    position: relative;
}
.banner-post-thumb-three {
    position: relative;
    overflow: hidden;
}
.banner-post-thumb-three::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.89) 0%, rgba(0, 0, 0, 0.55) 0.01%,
    rgba(10, 23, 41, 0.00) 53.96%);
    pointer-events: none;
}
.banner-post-thumb-three img {
    width: 100%;
    height: 530px;
    object-fit: cover;
}
.banner-post-three:hover .banner-post-thumb-three img {
    transform: scale(1.1);
}
.banner-post-content-three {
    text-align: center;
    position: absolute;
    left: 40px;
    right: 40px;
    bottom: 60px;
}
.banner-post-content-three .post-title {
    color: var(--sjm-white);
    font-size: 28px;
    margin-bottom: 20px;
    line-height: 1.4;
}
.banner-post-content-three .post-title a:hover {
    color: var(--sjm-white);
}
.banner-post-three:hover .banner-post-content-three .post-title a {
    background-size: 100% 2px;
}

/* banner-post-four */
.banner-post-four {
    position: relative;
    margin-bottom: 30px;
}
.banner-post-thumb-four {
    position: relative;
    border-radius: 6px;
    overflow: hidden;
}
.banner-post-thumb-four::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(0, 5, 11, 0.89) 9.22%, rgba(10, 23, 41, 0.18) 100%);
    pointer-events: none;
    border-radius: 6px;
}
.banner-post-thumb-four img {
    width: 100%;
    height: 422px;
    object-fit: cover;
}
.banner-post-four:hover .banner-post-thumb-four img {
    transform: scale(1.1);
}
.banner-post-content-four {
    text-align: center;
    position: absolute;
    left: 30px;
    right: 30px;
    bottom: 55px;
}
.banner-post-content-four .post-title {
    color: var(--sjm-white);
    margin-bottom: 20px;
    font-size: 28px;
    line-height: 1.3;
}
.banner-post-content-four .post-title a:hover {
    color: var(--sjm-white);
}
.banner-post-four:hover .banner-post-content-four .post-title a {
    background-size: 100% 2px;
}

/* banner-post-five */
.news-banner-post-wrap .row .col-33 {
    width: 33.2%;
    flex: 0 0 auto;
}
.news-banner-post-wrap .row .col-67 {
    width: 66.8%;
    flex: 0 0 auto;
}
.news-banner-small-post {
    padding-right: 10px;
    position: relative;
}
.news-banner-small-post::before {
    content: "";
    position: absolute;
    right: -10px;
    top: 0;
    width: 1px;
    height: 100%;
    background: var(--sjm-border-color);
}
.banner-post-five {
    margin-bottom: 25px;
    border-bottom: none;
    padding-bottom: 25px;
}
.banner-post-five:last-child {
    padding: 0;
    border: none;
}
.banner-post-thumb-five {
    overflow: hidden;
    margin-bottom: 12px;
    position: relative;
}
.banner-post-thumb-five img {
    width: 100%;
    height: 180px;
    object-fit: cover;
}
.banner-post-five:hover .banner-post-thumb-five img {
    transform: scale(1.1);
}
.post-tag-four {
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    display: block;
    line-height: 1.4;
    color: var(--sjm-icon-color);
    margin-bottom: 12px;
}
.banner-post-content-five .post-title {
    font-size: 18px;
    margin-bottom: 10px;
    line-height: 1.4;
}
.banner-post-five:hover .banner-post-content-five .post-title a {
    background-size: 100% 1px;
}
.banner-post-content-five .blog-post-meta .list-wrap {
    justify-content: flex-start;
}
.banner-post-six {
    margin-bottom: 30px;
}
.banner-post-thumb-six {
    overflow: hidden;
    margin-bottom: 20px;
}
.banner-post-thumb-six img {
    width: 100%;
    height: 428px;
    object-fit: cover;
}
.banner-post-six:hover .banner-post-thumb-six img {
    transform: scale(1.1);
}
.banner-post-content-six {
    text-align: center;
}
.banner-post-content-six .post-title {
    margin-bottom: 20px;
    font-size: 28px;
    font-weight: 800;
}
.banner-post-six:hover .banner-post-content-six .post-title a {
    background-size: 100% 2px;
}
.banner-post-content-six .blog-post-meta {
    margin-bottom: 15px;
}
.banner-post-content-six p {
    margin-bottom: 0;
}
.banner-post-seven .banner-post-thumb-five img {
    height: 200px;
    width: 100%;
    object-fit: cover;
}
.banner-post-seven .banner-post-thumb-five .paly-btn {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--sjm-white);
    border-radius: 50%;
    font-size: 18px;
}
.banner-post-seven .banner-post-thumb-five .paly-btn:hover {
    background: var(--sjm-primary-color);
    color: var(--sjm-white);
}
.banner-post-seven {
    position: relative;
}
.banner-post-seven::before {
    content: "";
    position: absolute;
    top: 0px;
    right: -12px;
    width: 1px;
    height: 100%;
    background: var(--sjm-border-color);
}
.today-post-wrap .row [class*="col-"]:last-child .banner-post-seven::before {
    display: none;
}

/* banner-sidebar */
.sidebar-wrap-three {
    padding-left: 10px;
    position: sticky;
    top: 90px;
}
.sidebar-wrap-three::before {
    content: "";
    position: absolute;
    left: -10px;
    top: 0;
    width: 1px;
    height: 100%;
    background: var(--sjm-border-color);
}
.sidebar-widget-three {
    margin-bottom: 40px;
}
.sidebar-widget-three:last-child {
    margin-bottom: 0;
}
.widget-title-three .section-title-line {
    bottom: auto;
    top: 0;
}
.widget-title.widget-title-three  {
    padding-bottom: 0;
    padding-top: 20px;
}
.stories-post {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    gap: 15px;
    justify-content: space-between;
    padding-bottom: 25px;
    margin-bottom: 25px;
    border-bottom: 1px solid var(--sjm-border-color);
}
.stories-post:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
}
.stories-post-thumb {
    width: 90px;
    flex: 0 0 auto;
    border-radius: 50%;
    overflow: hidden;
}
.stories-post-thumb img {
    width: 100%;
    height: 90px;
    object-fit: cover;
}
.stories-post:hover .stories-post-thumb img {
    transform: scale(1.1);
}
.stories-post-content .post-title {
    margin-bottom: 10px;
    font-size: 17px;
    font-weight: 600;
    line-height: 1.4;
}
.stories-post:hover .stories-post-content .post-title a {
    background-size: 100% 1px;
}
.stories-post-content .blog-post-meta .list-wrap {
    justify-content: flex-start;
}
.stories-post-content .post-tag-four {
    margin-bottom: 5px;
}
.stories-post-two {
    background: var(--sjm-gray-three);
    padding: 15px 20px 20px;
    margin-bottom: 3px;
    display: flex;
    align-items: flex-start;
    gap: 15px;
}
.stories-post-two:last-child {
    margin-bottom: 0;
}
.stories-post-two .number {
    margin-bottom: 0;
    font-size: 26px;
    color: #C2C2C2;
    font-weight: 600;
}
.stories-post-two:hover .stories-post-content .post-title a {
    background-size: 100% 1px;
}
.sidebar-img-two {
    text-align: center;
}
