
.blog-title{
    font-size: 40px;
    font-weight: 700;
    line-height: 48px;
    color: #222222;
    margin-bottom: 2rem;
    margin-top: 1.5rem;

}
.blog-title span{
    color: #F07020;
}

.latest-blog h6{
    font-size: 32px;
    font-weight: 700;
    line-height: 32px;
    color: #222222;
    margin-bottom: 3.5rem;

}
.latest-blog h6 span{
    color: #F07020;
}

.div-blog-main-cards{
    display: flex;
    justify-content: center;
    gap: 1.5rem;
    flex-wrap: wrap;
    margin-top: 4rem;
}

.blog-main-cards{
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;

}

.blog-main-cards img{
    width: 630px;
}

.blog-main-cards span{
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #757575;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.blog-main-cards span svg{
    display: none;
}

.blog-main-cards p{
    font-size: 24px;
    font-weight: 700;
    line-height: 48px;
    color: #222222;
}
.blog-main-cards:hover img{
    opacity: 0.75;
}

.blog-main-cards:hover p{
    color: #F07020;
    text-decoration: underline;
}
.blog-main-cards:hover svg{
    display: block;
}

.text-blog-main-cards{
    background: #FFFFFF;
    position: absolute;
    width: 420px;
    padding: 2rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.tags-blog ,
.tags-blog ul{
    flex-wrap: wrap;
}

.tags-blog{
    padding-left: 0.8rem;
}



.swiper-container-blog-res{
    display: none;
}

.div-swiper-container-blog{
    position: relative;
}

.swiper-container-blog {
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 2rem;
}

.swiper-slide-blog {
    background: transparent;
    text-align: center;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: end;
    position: relative;


}
.swiper-slide-blog p{
    position: absolute;
    bottom: 32px;
    left: 19%;
    color: #FFFFFF;
    font-size: 32px;
    font-weight: 700;
    line-height: 48px;
    display: flex;
    text-align: left;
    flex-direction: column;
}
.swiper-slide-blog p span{
    color: #CBCBCB;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
}

.swiper-backface-hidden .swiper-slide img {
    width: 100%;
    height: 480px;
    object-fit: cover;
    object-position: center;
    border-radius: 24px;
    display: block;
}

.arrows-slider-blog{
    position: absolute;
    bottom: 0;
    display: flex;
    gap: 1rem;
    z-index: 2;
    background: #f9f9f9;
}

.swiper-container-blog .swiper-button-next, .swiper-button-prev{
    position: static;
    top: var(--swiper-navigation-top-offset, 83%);
    left: 128px;
    -webkit-tap-highlight-color: transparent;
}

.swiper-container-blog .swiper-button-next,
.swiper-container-blog .swiper-rtl .swiper-button-prev {
    position: static;
    right: auto;
    left: 230px;
    -webkit-tap-highlight-color: transparent;
}

.Vector-slider-blog{
    position: absolute;
    bottom: 0;
    left: 11px;
    z-index: 1;
    width: 18%;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.swiper-pagination{
    display: none;
}