.topSectionBlog{
    width: var(--rn-width1);
    margin: auto;
    padding: 80px 0 70px 0;
    display: flex;
    flex-direction: column;
    gap: 80px;
    }
    .titleTopSectionBlog, .titleTopSectionDBlog{
    font-size: 56px;
    font-family: 'PoppinsSemiBold';
    text-transform: uppercase;
    line-height: 65px;
    }
    .titleTopSectionBlog span, .titleTopSectionDBlog span{
    color: var(--red);
    }
    .underTitleBlog{
    font-family: 'PoppinsRegular';
    font-size: 25px;
    width: 60%;
    }
    .topSectionBlog .call{
    background-color: white;
    color: black;
    display: flex;
    justify-content: space-between;
    padding: 28px;
    align-items: center;
    }
    .callTitleAndUnderTitle{
    width: 75%;
    }
    .callTitle{
    font-family: 'PoppinsSemiBold';
    font-size: 25px;
    }
    .callUnderTitle{
    font-family: 'PoppinsRegular';
    font-size: 20px;
    }
    .thm-btn.red.bgw.blog{
    width: 200px;
    display: flex;
    align-items: center;
    justify-content: center
    }
    .searchZone{
    display: flex;
    position: relative;
    margin-top: 90px;
    }
    .searchZone input{
    width: 100%;
    border: none;
    background: black;
    border-bottom: 4px solid white;
    font-size: 27px;
    color: white;
    font-family: 'PoppinsRegular';
    }
    .searchBTN{
    cursor: pointer;
    border: none;
    width: 24px;
    height: 24px;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 0;
    line-height: 0;
    background: 0 0;
    color: #fff;
    margin: 0;
    padding: 0;
    text-align: center;
    }
    .search:hover, .search:focus, .search:focus-within, .search:focus-visible, input:focus-visible{
    outline: 0px;
    }
    .searchBTN svg{
    width: 100%;
    }

    /*
    listBlogs */
    .listBlogs{
    width: var(--rn-width1);
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
    }
    .blogCard{
    flex: 0 0 calc(34% - 22px);
    box-sizing: border-box;
    background-color: #f8f8f8;
    overflow: hidden;
    border: 3px solid black;
    cursor: pointer;
    transition: all 0.5s ease;
    padding-bottom: 155px;
    }
    .blogCard:hover{
    border: 3px solid white;
    background-color: #000000;
    }
    .blogCard .imageZone img{
    width: 100%;
    transition: transform 0.5s ease;
    }
    .blogCard .imageZone{
    overflow: hidden;
    }
    .blogCard:hover .imageZone img{
    transform: scale(1.1);
    }
    .blogCard .blogInfo{
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 25px;
    position: relative;
    }
    .blogCard .blogInfo .title{
    font-size: 23px;
    line-height: 25px;
    font-family: 'PoppinsBold';
    margin: 0;
    color: black;
    position: absolute;
    top: 67px;
    }
    .blogCard:hover .blogInfo .title{
    color: white;
    }
    .blogCard .blogInfo time{
    text-transform: uppercase;
    font-family: 'PoppinsBold';
    margin-bottom: 8px;
    font-size: 17px;
    margin: 0;
    color: #898989;
    }
    .arrow-circle-inhover {
    font-family: 'PoppinsSemiBold';
    font-size: var(--linksSize);
    position: absolute;
    top: 195px;
    color: black;
    }
    .blogCard:hover .arrow-circle-inhover{
    color: white;
    }
    .arrow-circle-inhover::after {
    content: "";
    position: absolute;
    z-index: 2;
    left: 134%;
    top: 46%;
    margin: -7px 0 0 -14px;
    width: 28px;
    height: 20px;
    transform: rotate(0deg);
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0nNDEnIGhlaWdodD0nMTcnIHZpZXdCb3g9JzAgMCA0MSAxNycgZmlsbD0nbm9uZScgeG1sbnM9J2h0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnJz48cGF0aCBkPSdNMS4zOTk4NSA4LjI4OTk5SDM5LjQyMDJNMzkuNDIwMiA4LjI4OTk5TDMyLjIzODEgMS4wMjg4MU0zOS40MjAyIDguMjg5OTlMMzIuMjM4MSAxNS40OTk4JyBzdHJva2U9JyMwMDc3QjUnIHN0cm9rZS13aWR0aD0nMS41JyBzdHJva2UtbGluZWNhcD0ncm91bmQnIHN0cm9rZS1saW5lam9pbj0ncm91bmQnLz48L3N2Zz4K) 100% 50% no-repeat;
    transition: width 0.7s ease;
    }

    /***
    =============================================
    case Studies page
    =============================================
    ***/
    .containerB.caseStudies{
    margin-bottom: 0;
    }
    .listBlogs.caseStudie{
    margin-top: 50px;
    }
    .blogInfo .tags{
    display: flex;
    gap: 13px;
    }
    .blogInfo .tags .tag{
    background-color: black;
    width: fit-content;
    padding: 6px 8px;
    border-radius: 5px;
    font-family: 'PoppinsRegular';
    color: white;
    }

    /***
    =============================================
    blog Details page
    =============================================
    ***/
    .blogContent{
    width: var(--rn-width1);
    margin: auto;
    display: flex;
    }
    .blogContent .share{
    width: 15%;
    display: flex;
    flex-direction: column;
    gap: 20px;
    position: sticky;
    top: 10px;
    z-index: 100;
    height: 100px;
    }
    .blogContent .share .socialShare{
    display: flex;
    gap: 10px;
    }
    .blogContent .share .svgZone{
    background-color: black;
    border-radius: 5px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    }
    .blogContent .share p{
    font-family: 'PoppinsSemiBold';
    font-size: 20px;
    }
    .blogContent .article{
    width: 85%;
    }
    .blogContent .article .title{
    font-family: 'PoppinsSemiBold';
    font-size: 35px;
    }
    .blogContent .article .normaletext{
    font-family: 'PoppinsRegular';
    font-size: 20px;
    margin-bottom: 25px;
    }
    .blogContent .article .normaletext .liBlog{
    list-style: unset;
    }

/* Large screens (1440px and above) */
@media(min-width: 1440px){
    .titleTopSectionBlog, .titleTopSectionDBlog{
        font-size: 64px;
        line-height: 75px;
    }

    .underTitleBlog{
        font-size: 28px;
        width: 55%;
    }

    .callTitle{
        font-size: 28px;
    }

    .callUnderTitle{
        font-size: 22px;
    }

    .topSectionBlog .call{
        padding: 35px;
    }

    .searchZone input{
        font-size: 30px;
        border-bottom: 5px solid white;
    }

    .searchBTN{
        width: 28px;
        height: 28px;
    }

    .blogCard{
        flex: 0 0 calc(32% - 20px);
        padding-bottom: 160px;
        min-height: 450px;
    }

    .blogCard .blogInfo .title{
        font-size: 26px;
        line-height: 30px;
    }

    .blogContent .article .title{
        font-size: 42px;
    }

    .blogContent .article .normaletext{
        font-size: 22px;
        margin-bottom: 30px;
    }

    .blogContent .share .svgZone{
        width: 45px;
        height: 45px;
    }

    .blogContent .share p{
        font-size: 22px;
    }
}

/* Extra large screens (1920px and above) */
@media(min-width: 1920px){
    .titleTopSectionBlog, .titleTopSectionDBlog{
        font-size: 72px;
        line-height: 85px;
    }

    .underTitleBlog{
        font-size: 32px;
        width: 50%;
    }

    .callTitle{
        font-size: 32px;
    }

    .callUnderTitle{
        font-size: 26px;
    }

    .topSectionBlog .call{
        padding: 40px;
    }

    .searchZone input{
        font-size: 34px;
        border-bottom: 6px solid white;
    }

    .searchBTN{
        width: 32px;
        height: 32px;
    }

    .blogCard{
        flex: 0 0 calc(31% - 20px);
        padding-bottom: 180px;
        min-height: 500px;
    }

    .blogCard .blogInfo .title{
        font-size: 28px;
        line-height: 32px;
    }

    .blogContent .article .title{
        font-size: 48px;
    }

    .blogContent .article .normaletext{
        font-size: 24px;
        margin-bottom: 35px;
    }

    .blogContent .share .svgZone{
        width: 50px;
        height: 50px;
    }

    .blogContent .share p{
        font-size: 24px;
    }
}

/* Ultra-wide screens (2560px and above) */
@media(min-width: 2560px){
    .titleTopSectionBlog, .titleTopSectionDBlog{
        font-size: 80px;
        line-height: 95px;
    }

    .underTitleBlog{
        font-size: 36px;
        width: 45%;
    }

    .callTitle{
        font-size: 36px;
    }

    .callUnderTitle{
        font-size: 30px;
    }

    .topSectionBlog{
        padding: 100px 0 90px 0;
        gap: 100px;
    }

    .topSectionBlog .call{
        padding: 45px;
    }

    .searchZone{
        margin-top: 110px;
    }

    .searchZone input{
        font-size: 38px;
        border-bottom: 7px solid white;
    }

    .searchBTN{
        width: 36px;
        height: 36px;
    }

    .listBlogs{
        gap: 30px;
    }

    .blogCard{
        flex: 0 0 calc(30% - 25px);
        padding-bottom: 200px;
        min-height: 550px;
    }

    .blogCard .blogInfo{
        padding: 25px;
        gap: 30px;
    }

    .blogCard .blogInfo .title{
        font-size: 30px;
        line-height: 35px;
        top: 75px;
    }

    .arrow-circle-inhover{
        top: 180px;
    }

    .blogContent .article .title{
        font-size: 52px;
    }

    .blogContent .article .normaletext{
        font-size: 26px;
        margin-bottom: 40px;
    }

    .blogContent .share{
        gap: 25px;
        height: 120px;
    }

    .blogContent .share .svgZone{
        width: 55px;
        height: 55px;
    }

    .blogContent .share p{
        font-size: 26px;
    }
}

@media(max-width: 1300px){
/*+++++++++++++++++++++++++++++++++++++++++++
Blogs page
++++++++++++++++++++++++++++++++++++++++++++*/
.topSectionBlog .call {
padding: 15px;
}
.callTitleAndUnderTitle {
width: 70%;
}
.callTitle {
font-size: 18px;
}
.callUnderTitle {
font-size: 16px;
}
.searchZone {
margin-top: 50px;
}
.searchZone input {
border-bottom: 3px solid white;
font-size: 18px;
}
.blogCard {
flex: 0 0 calc(34% - 16px);
}
.listBlogs {
gap: 12px;
}
.blogCard .blogInfo .title {
font-size: 18px;
line-height: 24px;
}
/*+++++++++++++++++++++++++++++++++++++++++++
Details Blogs page
++++++++++++++++++++++++++++++++++++++++++++*/
.blogContent .article .normaletext {
font-size: 15px;
margin-bottom: 20px;
}
.blogContent .article .title {
font-size: 25px;
}
.blogContent .share .svgZone #fb{
width: 11px;
}
.blogContent .share .svgZone #linked{
width: 20px;
}
.blogContent .share .svgZone #inst{
width: 20px;
}
.blogContent .share {
gap: 12px;
}
.blogContent .share .svgZone {
width: 30px;
height: 30px;
}
.titleTopSectionBlog, .titleTopSectionDBlog {
font-size: 40px;
line-height: 50px;
}
.titleTopSectionDBlog {
font-size: 32px;
line-height: 45px;
}
.underTitleBlog {
font-size: 19px;
}
.blogContent .share p {
font-family: 'PoppinsSemiBold';
font-size: 16px;
}
}
@media(max-width: 900px){
/*+++++++++++++++++++++++++++++++++++++++++++
Blogs page
++++++++++++++++++++++++++++++++++++++++++++*/
.underTitleBlog {
font-size: 18px;
width: 78%;
}
.callTitleAndUnderTitle {
width: 100%;
}
.callTitle {
font-size: 16px;
width: 95%;
}
.topSectionBlog {
padding: 93px 0 40px 0;
gap: 45px;
}
.searchZone {
margin-top: 40px;
}
.blogCard {
flex: 0 0 calc(50% - 15px);
margin: 15px 0;
}
/*+++++++++++++++++++++++++++++++++++++++++++
Details Blogs page
++++++++++++++++++++++++++++++++++++++++++++*/
.blogContent .share {
width: 20%;
}
.blogContent .article .normaletext {
font-size: 13px;
margin-bottom: 10px;
}
.blogContent .share {
top: 70px;
height: 70px;
}
}
@media(max-width: 700px){
/*+++++++++++++++++++++++++++++++++++++++++++
Blogs page
++++++++++++++++++++++++++++++++++++++++++++*/
.topSectionBlog .call {
flex-direction: column;
}
.callUnderTitle {
margin-bottom: 20px;
}
.blogCard {
flex: 100%;
}
.arrow-circle-inhover {
top: 128px;
}
/*+++++++++++++++++++++++++++++++++++++++++++
Details Blogs page
++++++++++++++++++++++++++++++++++++++++++++*/
.blogContent {
flex-direction: column;
}
.blogContent .share {
width: 100%;
flex-direction: row;
align-items: center;
position: static;
}
.blogContent .article{
width: 100%;
}
}
@media(max-width: 490px){
/*+++++++++++++++++++++++++++++++++++++++++++
Blogs page
++++++++++++++++++++++++++++++++++++++++++++*/
.arrow-circle-inhover {
top: 150px;
}
/*+++++++++++++++++++++++++++++++++++++++++++
Details Blogs page
++++++++++++++++++++++++++++++++++++++++++++*/
.titleTopSectionDBlog {
font-size: 28px;
line-height: 41px;
}
.underTitleBlog {
font-size: 15px;
width: 90%;
}
.blogContent .article .title {
font-size: 26px;
line-height: 36px;
}
}
