ul{
    margin: 0;
    list-style: none;
    padding: 0;
}
body{
    background: linear-gradient(180deg, #f0f1f1 0%, #f0f1f1 32.52%, #E6F4FF 66%);
}
.blog-banner h2{
     
    font-weight: 500;
    text-align: center;
    font-size: 3.2vw;
    padding-top: 11.6vw;
    padding-bottom: 10vw;
}
.news_updates{
    display: flex;
    padding: 1vw 1.8vw;
    gap: 1.5vw;
    background: rgba(229, 236, 240, 1);
    border-radius: .5vw;
}
.news_updates ul {
    white-space: nowrap;
    animation: marquee 10s linear infinite;
}
.news_updates ul:hover {
    animation-play-state: paused;
}
.marquee-style{
    overflow: hidden;
}
@keyframes marquee {
    0% {
        transform: translateX(100%);
    }
    100% {
        transform: translateX(-100%);
    }
}
.news_updates ul a::before {
    content: "";
    display: inline-block;
    width: 0.6vw;
    height: .6vw;
    background-color: rgba(30, 22, 20, 1);
    border-radius: 50%;
    margin-right: .9vw;
    vertical-align: inherit;
  }
.news_updates p{
    color: rgba(238, 131, 51, 1);
    font-weight: 500;
    font-size: 1.12vw;
    white-space: nowrap;
}
.news_updates ul a{
    text-decoration: unset;
    display: inline-block;
    margin-right: .7vw;
    font-weight: 500;
    font-size: 1.12vw;
    color: rgba(43, 43, 43, 1);
}
.blog-banner{
    background-color: rgba(226, 226, 226, 1);
    background-size: cover; 
    background-position: center; 
    background-repeat: no-repeat;
    height: 30vw;
}
.news-highlights{
    display: flex;
    gap: 2vw;
    margin-top: 2.5vw;
}
.news-highlights .col1 a:hover{
    transform: scale(1.02);
}
.news-highlights .col1 a{
    display: block;
    text-decoration: unset;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    transition-duration: .3s;
    transition-property: all;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    transition-duration: .15s;
}
.news-highlights .col2 a:hover{
    transform: scale(1.02);
}
.news-highlights .col2 a{
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    transition-duration: .3s;
    transition-property: all;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    transition-duration: .15s;
    text-decoration: unset;
    color: unset;
}
.news-highlights .col1{
    width: 37vw;
}
.news-highlights .col1 img{
    width: 100%;
    height: 16vw;
    object-fit: cover;
    border-radius: .8vw;
}
.news-highlights .col1 h5{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    color: rgba(0, 0, 0, 1);
    font-weight: 600;
    margin: 0vw 1.8vw .6vw 0vw;
    font-size: 1.76vw;
}
.news-highlights .col1 p{
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0vw 1.8vw .6vw 0vw;
    font-weight: 400;
    color: rgba(43, 43, 43, 1);
    font-size: 1.03vw;
    width: 26vw;
}
.logo_gallery img{
    width: 2vw !important;
    height: auto !important;
}
.author_date{
    display: flex;
    gap: 1vw;
}
.news-highlights .author_date{
    display: flex;
    gap: 1vw;
    padding: 1vw 1.8vw 1.6vw 0vw;
    color: rgba(43, 43, 43, 1);
    font-size: .84vw;
}
.news-highlights .col2{
    width: 30.5vw;
    border-left: 1px solid rgba(204, 219, 232, 1);
}
.news-highlights .col2 .highlights-card{
    justify-content: space-between;
    display: flex;
    overflow: hidden;
    padding-bottom: 1.9vw;
    border-bottom: 1px solid rgba(204, 219, 232, 1);
}
.news-highlights .col2 img{
    width: 10.2vw;
    height: 7vw;
    object-fit: cover;
    border-radius: .8vw;
}
.news-highlights .col2 .highlights-card-content{
    width: 19vw;
}
.news-highlights .col2 .highlights-card-content h5{
    margin: 0vw 1.6vw 0vw 1.6vw;
    font-weight: 600;
    font-size: 0.938vw;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.news-highlights .col2 .highlights-card-content p{
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: .2vw 1.6vw 0vw 1.6vw;
    color: rgba(43, 43, 43, 1);
    font-size: .72vw;
    line-height: 1.4;
}
.news-highlights .col2 .highlights-card-content .author_date{
    padding: 1vw 1vw 0vw 1.8vw;
    color: rgba(43, 43, 43, 1);
    font-size: .84vw;
}
.news-highlights .col2 .highlights-card:nth-child(2){
    padding-top: 1.7vw;
}
.news-highlights .col2 .highlights-card:nth-child(3){
    padding-top: 1.7vw;
    border-bottom: unset;
    padding-bottom: unset;
}
.blog-banner ul{
    display: flex;
    justify-content: center;
    gap: .9vw;
    font-size: .87vw;
    font-weight: 500;
    padding-bottom: 12vw;
}
.blog-banner ul li.active{
    border-bottom: 1px solid rgba(0, 0, 0, 1);
    color: rgba(0, 0, 0, 1);
}
.blog-banner ul li{
    cursor: pointer;
    padding: .3vw .45vw;
    color: rgba(43, 43, 43, 1);
}
.blog_container{
    margin-left: 14.7vw;
    margin-right: 14.7vw;
    margin-top: -11.3vw;
}
.featured_blog{
    background: rgba(237, 224, 239, 1);
    display: flex;
    border-radius: 1.8vw;
    overflow: hidden;
}
.featured_blog img{
    width: 31.6vw;
    height: 28.3vw;
    object-fit: cover;
}
.featured_content{
    width: 38vw;
    padding: 4.7vw 7.8vw 4.5vw 3.8vw;
}
.featured_content h3{
    -webkit-line-clamp: 3;
    font-size: 1.78vw;
    font-weight: 700;
}
.featured_content p{
     
    font-size: 1.33vw;
    color: rgba(17, 16, 17, 1);
    font-weight: 400;
    margin-top: .7vw;
}
.featured_content a{
     
    text-decoration: unset;
    display: inline-block;
    padding: .5vw 1.1vw;
    background: rgba(30, 22, 20, 1);
    border-radius: .4vw;
    color: rgba(255, 255, 255, 1);
    margin-top: 5.7vw;
    font-size: 1vw;
}
.showing_results{
     
    text-align: right;
    margin-top: 4.4vw;
    font-size: .8vw;
    color: rgba(22, 21, 25, 1);
    font-weight: 400;
}
.blog_grid{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1vw;
    margin-top: 1.2vw;
}
.blog_card{

    transition-timing-function: cubic-bezier(.4,0,.2,1);
    transition-duration: .3s;
    transition-property: all;
    overflow: hidden;
    text-decoration: unset;
    background: rgba(228, 236, 241, 1);
    border-radius: 1.2vw;
}
.blog_card:hover {
    scale: 1.02;
}
.blog_card:hover img {
    scale: 1.05;
}
.blog_card img{
    transition-duration: .3s;
    width: 100%;
    height: 11vw;
    object-fit: cover;
}
.blog_card_content{
    padding: .7vw 1.9vw;
}
.blog_card_content h5{
    font-weight: 600;
    /* -webkit-line-clamp: 3; */
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 1.2vw;
    color: rgba(0, 0, 0, 1);
}
.blog_card_content p{
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    color: rgba(43, 43, 43, 1);
    font-size: .82vw;
    margin: .5vw 0 1vw 0;
}
.blog_card_content .author_date{
    color: rgba(43, 43, 43, 1);
    font-size: .82vw;
    padding: 0vw 0 1vw 0;
}
.blog_pagination{
    margin-top: 5.4vw;
    margin-bottom: 12vw;
}
.blog_pagination .next img{
    width: .3vw;
}
.blog_pagination .previous img{
    width: .3vw;
}
.blog_pagination ul{
    display: flex;
    gap: .9vw;
    justify-content: center;
}
.blog_pagination ul li{
    background: rgba(228, 236, 241, 1);
    border-radius: .5vw;
    padding: .7vw .9vw;
    color: rgba(17, 17, 17, 1);
    font-size: .8vw;
    line-height: 0;
    cursor: pointer;
    display: flex;
    vertical-align: middle;
    align-items: center;
}
.blog_pagination ul li.active{
    background: rgba(30, 22, 20, 1);
    color: rgba(215, 239, 255, 1);
}
.blog_pagination ul li.previous:hover img{
    filter: invert(1);
}
.blog_pagination ul li.next:hover img{
    filter: invert(1);
}
.blog_pagination ul li:hover{
    background: rgba(30, 22, 20, 1);
    color: rgba(215, 239, 255, 1);
}
.subscribe_block{
    padding-top: 12.6vw;
    margin-bottom: 12vw;
}
.subscribe_block h5{
     
    text-align: center;
    font-size: 4.8vw;
    font-weight: 400;
    line-height: 1;
}
.subscribe_block h5 span{
    display: block;
}
.subscribe_block p{
     
    text-align: center;
    color: rgba(0, 0, 0, 1);
    font-size: 1.2vw;
    margin-top: 1.5vw;
}
.subscribe_form{
        margin-top: 2vw;
        text-align: center;
}
.subscribe_form input{
    background: rgba(0, 0, 0, 0.05);
    border: unset;
    border-radius: .4vw;
    height: 3.2vw;
    width: 15vw;
    padding: 0 1.7vw;
    font-size: .7vw;
}
.subscribe_form button{
    font-size: .7vw;
    margin-left: .1vw;
    background: rgba(30, 22, 20, 1);
    border-radius: .4vw;
    color: rgba(255, 255, 255, 1);
    font-weight: 700;
    font-family: Satoshi;
    width: 10.3vw;
    height: 3.2vw;
    border: unset;
    cursor: pointer;
}
@media(max-width:500px){
    .news-highlights .col2{
        border-left: unset;
    }
    .blog-banner{
        height: unset;
    }
    .blog-banner h2{
        font-size: 8.6vw;
        padding-top: 34.6vw;
    }
    .blog_container{
        margin-left: 9vw;
        margin-right: 9vw;
    }
    .news_updates{
        display: none;
    }
    .news-highlights{
        display: block;
        margin-top: 23.5vw;
    }
    .news-highlights .col1{
        width: unset;
        border-radius: 3vw;
        height: unset;
    }
    .news-highlights .col1 img{
        height: 55vw;
    }
    .news-highlights .col1 h5{
        margin: 3vw 7.8vw 2.6vw 7.8vw;
        font-size: 5.9vw;
    }
    .news-highlights .col1 p{
        margin: 0vw 7.8vw 2.6vw 7.8vw;
        width: unset;
        font-size: 4vw;
    }
    .news-highlights .author_date{
        padding: 1vw 7.8vw 7.6vw 7.8vw;
        font-size: 4vw;
    }
    .news-highlights .col2 {
        width: unset;
        margin-top: 6vw;
    }
    .news-highlights .col2 .highlights-card{
        display: block;
        border-radius: 3vw;
        margin-top: 6vw;
        border-bottom:unset;
    }
    .news-highlights .col2 img{
        width: 100%;
        height: 55vw;
    }
    .news-highlights .col2 .highlights-card-content {
        width: unset;
    }
    .news-highlights .col2 .highlights-card-content h5{
        margin: 3vw 7.8vw 2.6vw 7.8vw;
        font-size: 5.9vw;
    }
    .news-highlights .col2 .highlights-card-content p{
        margin: 0vw 7.8vw 2.6vw 7.8vw;
        width: unset;
        font-size: 4vw;
    }
    .news-highlights .col2 .highlights-card-content .author_date{
        padding: 1vw 7.8vw 7.6vw 7.8vw;
        font-size: 4vw;
    }
    .showing_results{
        display: none;
    }
    .blog_grid{
        grid-template-columns: repeat(1, 1fr);
        gap: 6vw;
        margin-top: 6vw;
    }
    .blog_card{
        border-radius: 3vw;
    }
    .blog_card img{
        height: 55vw;
    }
    .blog_card_content{
        padding: 3vw 7.8vw 2.6vw 7.8vw;
    }
    .blog_card_content h5{
        font-size: 5.9vw;
        margin-bottom: 3vw;
    }
    .blog_card_content p{
        font-size: 4vw;
    }
    .blog_card_content .author_date{
        padding: 2vw 0 5vw 0;
        font-size: 4vw;
    }
    .blog_pagination {
        margin-top: 24.4vw;
    }
    .blog_pagination ul li{
        padding: 3.7vw 4.2vw;
        font-size: 4vw;
        border-radius: 2vw;
    }
    .blog_pagination ul{
        gap: 3vw;
    }
    .blog_pagination .previous img {
        width: 1.2vw;
    }
    .blog_pagination .next img {
        width: 1.2vw;
    }
    .subscribe_block{
        padding-top: 30.6vw;
        margin-bottom: 36vw;
    }
    .subscribe_block h5{
        font-size: 8vw;
    }
    .subscribe_block p{
        font-size: 3.5vw;
        margin-top: 1.5vw;
        padding: 2vw;
    }
    .subscribe_form{
        text-align:unset;
        margin-top: 4vw;
    }
    .subscribe_form input {
        border-radius: .8vw;
        height: 9.2vw;
        width: 44vw;
        padding: 0 3vw;
        font-size: 2.1vw;
    }
    .subscribe_form button{
        border-radius: .8vw;
        font-size: 2.1vw;
        width: 30vw;
        height: 9.2vw;
    }
   
}