/* categories nav */
.page-blog .default-banner .default-content {
    max-width: 1176px;
}
.page-blog #load-more::after,
.category #load-more::after {
    transform: translateY(-50%) rotate(90deg);
    top: 50%;
    margin-left: 8px;
}
.page-blog .default-banner,
.category .default-banner {
    padding: 128px 0 65px;
    @media(max-width: 991px) {
        padding: 80px 0 65px;
    }
}
.page-blog .categories-nav ul {
   list-style: none;
   display: flex;
   flex-wrap: wrap;
   margin-left: 0;
}

.page-blog .categories-nav  {
    margin-top: 56px;   
    margin-bottom: 7px;
    @media (max-width: 991px) {
        margin-top: 24px;
    }
}

.page-blog .categories-nav li {
    width: 32.3%;
    border-radius: 100px;
    border: 1px solid rgba(255, 255, 255, 0.40);
    background: rgba(255, 255, 255, 0.16);
    margin-right: 12px;
    margin-top: 6px;
    position: relative;
    transition: all 0.3s ease-in-out;
    @media (max-width: 991px) {
        width: 100%;
    }
}

.page-blog .categories-nav li a {
    color: #FFF;
    font-family: "Sora", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 140%; /* 22.4px */
    transition: all 0.3s ease-in-out;
    display: inline-block;
    width: 100%;
    padding: 15px 28px;
}

.page-blog .categories-nav li .arrow-icon {
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);   
    width: 36px;
    height: 36px;
    background-color: transparent;  
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease-in-out;
}

.page-blog .categories-nav li:hover {
    cursor: pointer;
    background-color: #002A95;
    border: 1px solid rgba(255, 255, 255, 0.40);
    transition: all 0.3s ease-in-out;
}

.page-blog .categories-nav li:hover .arrow-icon svg path {
    stroke: #002A95;
    transition: all 0.3s ease-in-out;
}

.page-blog .categories-nav li:hover .arrow-icon {
    background-color: #E6FF7B;
    transition: all 0.3s ease-in-out;
}

.page-blog .categories-nav li:hover .arrow-icon svg {
    transform: rotate(-45deg);
    transition: all 0.3s ease-in-out;
}



/* featured post */
.page-blog .featured-post-section {
    @media(max-width: 991px) {
        margin-bottom: 56px;    
    }
}

.page-blog .featured-post-holder {
    display: flex;
    align-items: flex-start;
    padding-top: 46px;
    @media (max-width: 991px) {
        flex-direction: column;
        padding-top: 0;
    }
}
.page-blog .featured-post-holder h4 {
    width: 30%;
    display: inline-block;
    margin-right: 120px;
    line-height: 54px; /* 112.5% */
    letter-spacing: -1.44px;
    color: #000;
    @media (max-width: 991px) {
        width: 100%;
        margin-right: 0;
        line-height: 40px;
        
    }
}
.page-blog .featured-post-holder h4 span {
    max-width: 250px;
    display: block;
}
.page-blog .featured-post-holder h4 span:first-child {
   color: #A3A3A3;
}
.page-blog .featured-post-holder a {
    z-index: 2;
    position: absolute;
    display: flex;
    justify-content: center;
    border-radius: 32px;
    background-color: #2D62F7;
    padding: 8px;
    transform: scale(1) translateY(0);
    transition: all 800ms  cubic-bezier(.03,.2,.65,.89);
}

@media (max-width: 440px) {
    .page-blog .featured-post-holder a {
        flex-direction: column;
    }
}
@media (min-width: 441px) and (max-width: 1023px) {
    .page-blog .featured-post-holder a {
        width: 100%;
    }
}

.page-blog .featured-post-holder .featured-post:hover  a {
    transform: scale(0.6) translateY(-100px);
    transition: all 800ms  cubic-bezier(.03,.2,.65,.89);
    @media(max-width: 991px) {
        transform: scale(1) translateY(0);
    }
}
.page-blog .featured-post-holder .featured-post {
    position: relative;
    width: 100%;
    height: 440px;
    @media(max-width: 991px) {
        width: 100%;
        height: 420px;
    }
  
}
.page-blog .featured-post .left-side {
   width: 47%;
   @media(max-width: 991px) {
        width: 100%;
    }
}

.page-blog .featured-post-holder .featured-post .right-side {
    margin-left: 24px;
    margin-right: 24px;
}
.page-blog .featured-post-holder .featured-post img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 32px;
    min-height: 420px;
    @media(max-width: 991px) {
        min-height: 320px;
    }
}   

.page-blog .featured-post-holder .featured-post h5  {
    color: #FFF;   
    
}
.page-blog .featured-post-holder .featured-post h5 {
    margin: 56px 0 155px 0px;
    @media(max-width: 991px) {
        margin: 24px 0 24px 0px;
    }
}
.category .custom-page-content .container {
    @media(max-width: 991px) {
        padding: 0px;
    }
}
.page-blog .top-indicators-holder,
.category .top-indicators-holder {
    display: flex;
    justify-content: space-between;
    padding-top: 16px;
    align-items: flex-start;
    border-radius: 32px;
}
.page-blog .top-indicators-holder span,
.category .top-indicators-holder span {
    display: block;
}
.page-blog .top-indicators-holder .btn-link::after,
.category .top-indicators-holder .btn-link::after {
    width: 16px;
    height: 16px;
    padding: 12px;
}
.page-blog .label-info.not-behind {
    color: #fff;
    font-family: "Sora", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 140%; /* 19.6px */
    border-radius: 100px;
    border: 1px solid #fff;
    max-width: max-content;
    padding: 8px 16px;
    opacity: 1;
    transform: scale(1);
    transition: all 0.5s cubic-bezier(.03,.2,.65,.89);
}
.page-blog .featured-post-holder .featured-post-behind {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 32px;
    border: 1px solid  #D4D4D4;
    background-color: #F5F5F5;
    padding: 24px;
    z-index: 1;
    opacity: 1;
    visibility: visible;
    cursor: pointer;
    @media(max-width: 991px) {
        display: none;
    }
}
.page-blog .featured-post-holder .featured-post-behind .content-holder {
    position: absolute;
    bottom: 30px;   
}
.page-blog .featured-post-holder .featured-post-behind .content-holder .top-items {
    display: flex;
    align-items: flex-start;
}
.page-blog .post-date {
    color: #737373;
    font-family: "Sora", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 160%; /* 25.6px */
    margin-right: 12px;
    margin-left: 0;
}
.page-blog .featured-post-holder .featured-post-behind .label-info {
    color: #000;
    border: 1px solid #000;
    padding: 4px 20px;
    /* max-width: 150px; */
    border-radius: 100px;
}
.page-blog .featured-post-holder .featured-post-behind .content-holder h5 {
    color: #000;
    margin-top: 16px;
    margin-bottom: 0;
    font-size: 24px;
    font-weight: 400;
    line-height: 180%; /* 43.2px */
}

.page-blog .featured-post-holder .featured-post:hover .label-info.not-behind {
    opacity: 0;
    transform: scale(0.8);
    transition: all 0.5s cubic-bezier(.03,.2,.65,.89);
}

/* Most popular posts */
.page-blog .most-popular-posts,
.category .most-popular-posts {
    border-radius: 40px;
    background: #000;
    padding: 80px 56px;
   
}
@media (max-width: 440px) {
    .page-blog .most-popular-posts,
    .category .most-popular-posts {
        margin-top: 50px;
        padding: 40px 16px;
    }
}
@media (min-width: 441px) and (max-width: 1023px) {
    .page-blog .most-popular-posts,
    .category .most-popular-posts {
        margin-top: 100px;
        padding: 40px 16px;
    }
}
.page-blog .most-popular-posts h6,
.category .most-popular-posts h6 {
    color: #E6FF7B;
}
.page-blog .most-popular-posts #popular-posts-container,
.category .most-popular-posts #popular-posts-container {
    display: flex;
    @media (max-width: 991px) {
        flex-direction: column;
    }
}
.page-blog .most-popular-posts .popular-post,
.category .most-popular-posts .popular-post {
    width: 33.3%;
    margin-right: 40px;
    margin-top: 20px;
    @media (max-width: 991px) {
        width: 100%;
        margin-right: 0;
    }
}
.page-blog .most-popular-posts .popular-post:last-child,
.category .most-popular-posts .popular-post:last-child {
    margin-right: 0;
}
.page-blog .most-popular-posts .popular-post img,
.category .most-popular-posts .popular-post img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 24px;
    min-height: 220px;
    margin-bottom: 16px;
}
.page-blog .most-popular-posts .popular-post h5,
.category .most-popular-posts .popular-post h5 {
    color: #FFF;
    font-family: "Sora", sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 32px; /* 160% */
    letter-spacing: -0.6px;
    margin-top: 12px;
    text-decoration: none;
}
.page-blog .most-popular-posts .popular-post:hover h5,
.category .most-popular-posts .popular-post:hover h5 {
    text-decoration: underline;
}

/* Recent posts */
.category .container.most-recent-posts-container {
    @media(max-width: 991px) {
        padding: 0px;
    }
}
.page-blog .most-recent-posts,
.category .most-recent-posts {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}
@media (min-width: 441px) and (max-width: 1023px) {
    .page-blog .most-recent-posts,
    .category .most-recent-posts {
        align-items: center;
    }
}
.category .most-recent-posts {
    padding-bottom: 80px;
}
.page-blog .most-recent-posts button,
.category .most-recent-posts button {
    align-self: center;
    margin-top: 80px;
}
.page-blog .most-recent-posts-holder,
.category .most-recent-posts-holder {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 16px;
    @media(max-width: 991px) {
        grid-template-columns: 1fr;
    }
}
.page-blog .no-more-posts {
   position: absolute;
   bottom: -100px;
   left: 50%;
   transform: translateX(-50%);
}
.category .no-more-posts {
    bottom: -40px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
.page-blog .recent-post,
.category .recent-post {
   position: relative;
}
.page-blog .recent-post a,
.category .recent-post a {
    position: relative;
    z-index: 2;
    display: flex;
    background-color: #E5E5E5;
    border-radius: 32px;
    padding: 8px;
    transform: scale(1) translateY(0px);
    transition: all 800ms  cubic-bezier(.03,.2,.65,.89);
    height: 100%;
    /* @media(max-width: 991px) {
        flex-direction: column;
        padding-bottom: 56px;
    } */
}
@media (max-width: 440px) {
    .page-blog .recent-post a,
    .category .recent-post a {
        flex-direction: column;
        padding-bottom: 56px;
    }
}


.page-blog .recent-post img,
.category .recent-post img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 24px;
    min-height: 477px;
}
.page-blog .recent-post .recent-post-image,
.category .recent-post .recent-post-image {
    width: 50%;
    @media(max-width: 991px) {
        width: 100%;
    }
}
.page-blog .recent-post .recent-post-content,
.category .recent-post .recent-post-content {
    width: 50%;
    padding: 0 24px;
    @media(max-width: 991px) {
        width: 100%;
        padding: 24px 24px 0 24px;
    }
}
.page-blog .recent-post .top-indicators-holder,
.category .recent-post .top-indicators-holder {
    padding-right: 0;
}
.page-blog .recent-post .top-indicators-holder svg path,
.category .recent-post .top-indicators-holder svg path {
    fill: #2D62F7;
}
.page-blog .recent-post .top-indicators-holder .btn-link::after,
.category .recent-post .top-indicators-holder .btn-link::after {
    background-color: #2D62F7;
    background-image: url(../images/link-white-icon.svg);
}
.page-blog .recent-post h6,
.category .recent-post h6 {
    margin-top: 72px;
    margin-bottom: 72px;
    @media(max-width: 991px) {
        margin-top: 24px;
        margin-bottom: 24px;
    }
}
.page-blog .recent-post .label-info.not-behind,
.category .recent-post .label-info.not-behind {
    position: absolute;
    bottom: 16px;
    border: 1px solid #525252;
    color: #525252;
    border-radius: 100px;
    padding: 10px 16px;
    opacity: 1;
    transform: scale(1);
    transition: all 0.5s cubic-bezier(.03,.2,.65,.89);
}
/* recent post blue card case */
.page-blog .recent-post.blue-card a,
.category .recent-post.blue-card a {
    background-color: #002A95;
}
.page-blog .recent-post.blue-card a .top-indicators-holder svg path,
.category .recent-post.blue-card a .top-indicators-holder svg path {
    fill: #fff;
}
.page-blog .recent-post.blue-card a .top-indicators-holder .btn-link::after,
.category .recent-post.blue-card a .top-indicators-holder .btn-link::after {
    background-color: #E6FF7B;
    background-image: url(../images/link-black-icon.svg);
}
.page-blog .recent-post.blue-card a h6,
.category .recent-post.blue-card a h6 {
    color: #fff;
}
.page-blog .recent-post.blue-card a .label-info,
.category .recent-post.blue-card a .label-info {
    color: #fff;
    border: 1px solid #fff;
}
/* recent post black card case */
.page-blog .recent-post.black-card a,
.category .recent-post.black-card a {
    background-color: #171717;
}
.page-blog .recent-post.black-card a .top-indicators-holder svg path,
.category .recent-post.black-card a .top-indicators-holder svg path {
    fill: #fff;
}
.page-blog .recent-post.black-card a .top-indicators-holder .btn-link::after,
.category .recent-post.black-card a .top-indicators-holder .btn-link::after {
    background-color: #E6FF7B;
    background-image: url(../images/link-black-icon.svg);
}
.page-blog .recent-post.black-card a h6,
.category .recent-post.black-card a h6 {
    color: #fff;
}
.page-blog .recent-post.black-card a .label-info,
.category .recent-post.black-card a .label-info {
    color: #fff;
    border: 1px solid #fff;
}

.category .default-content,
.single .default-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.single .default-content {
    align-items: flex-start;
}
.category .default-content p,
.single .default-content p {
    color: rgba(255, 255, 255, 0.80);
    max-width: 684px;
    margin: 0 auto;
    text-align: center;
}
.category .btn-wrap.category,
.single .btn-wrap.category {
    position: relative;
    border-radius: 100px;
    border: 1px solid rgba(255, 255, 255, 0.40);
    background: rgba(255, 255, 255, 0.16);
    margin-bottom: 40px;
}

.category .btn-wrap.category::after,
.single .btn-wrap.category::after {
    content: "";
    position: absolute;
    width: 24px;
    height: 24px;
    background-image: url(../images/arrow-left.svg);
    background-size: cover;
    left: 16px;
    top: 50%;
    transform: translateY(-50%);
    
    
}
.category .btn-wrap.category .btn, 
.single .btn-wrap.category .btn {
    color: #FFF;
    padding: 8px 28px 8px 32px;
    margin-left: 16px;
} 
.category .btn-wrap.category:hover,
.single .btn-wrap.category:hover {
    background-color: #002A95;
}
/* recent post hover */

.page-blog  .recent-post-behind,
.category  .recent-post-behind {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 32px;
    border: 1px solid  #D4D4D4;
    background-color: #F5F5F5;
    padding: 16px;
    z-index: 1;
    opacity: 1;
    visibility: visible;
    cursor: pointer;
}
.page-blog  .recent-post-behind h6,
.category  .recent-post-behind h6 {
    margin: 0 8px 8px 8px;
    
}
.page-blog  .recent-post-behind .post-date,
.category  .recent-post-behind .post-date {
   margin-left: 0;
   margin-right: 16px;
}
.page-blog  .recent-post-behind .label-info,
.category  .recent-post-behind .label-info {
    position: static;
    border-radius: 100px;
    border: 1px solid var(--600, #525252);
    padding: 8px 16px;
}
.page-blog .recent-post-behind .content-holder,
.category .recent-post-behind .content-holder {
    position: absolute;
    bottom: 0;   
}
.page-blog .recent-post-behind .content-holder .top-items,
.category .recent-post-behind .content-holder .top-items {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    @media(max-width: 991px) {
        align-items: flex-start;
        
    }
}
.page-blog .recent-post:hover a,
.category .recent-post:hover a {
    transform: scale(0.6) translateY(-130px);
    transition: all 800ms  cubic-bezier(.03,.2,.65,.89);
}
.page-blog .recent-post:hover .label-info.not-behind,
.category .recent-post:hover .label-info.not-behind {
    opacity: 0;
    transform: scale(0.8);
    transition: all 0.5s cubic-bezier(.03,.2,.65,.89);
}