#news {
    margin-top: 100px;
}

#news .menu-bar a.nav-link{
    color: #afafaf;
    font-weight: bold;
    background: transparent;
    font-size: 20px;
    padding: 0;
    margin-right: 15px;
}

#news .menu-bar a.nav-link:hover{
    color: #4b4b4b;
    text-decoration: underline;
}

#news .menu-bar a.nav-link.active{
    color: #4b4b4b;
    text-decoration: underline;
}



.search input{
    background: linear-gradient(#fff, #fff) padding-box, linear-gradient(180deg, #ebebeb, #b3b3b3, #393939) border-box;
    border: 2px solid transparent;
    border-radius: 40px;
}
.search button{
    position: absolute;
    right: 14px;
    font-size: 25px;
    top: 2px;
    height: 34px;
    border: none;
    border-radius: 50px;
}
.search i{
    transform: translateY(-35%);
}

.search button:hover{
    background: #e4e4e4;
}

#news .card .tag{
    color: #b09451;
    font-weight: bold;
    font-size: 12px;
    border: 2px solid #b09451;
    border-radius: 30px;
    padding: 2px 5px;
    margin-bottom: 5px;
    display: inline;
}

#news .card {
    border: none;
    border-radius: 10px;
    overflow: hidden;
    transition: transform 0.3s ease;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

#news .card:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 20px rgba(0,0,0,0.15);
}

#news .card a {
    text-decoration: none;
    color: inherit;
}

#news .card a:hover {
    text-decoration: none;
    color: inherit;
}

#news .card .card-body {
    padding: 15px;
}

#news .card .card-text {
    font-size: 14px;
    line-height: 1.4;
    margin-bottom: 10px;
}

.pagination{
    font-weight: 500;
}

.pagination .page-item.active span{
    background-color: transparent;
    border-color: #454545;
    font-weight: 500;
    color: #454545;
}

.pagination .page-link{
    color: #9f9f9f;

    border-radius: 5px;
    background-color: transparent;
}
.pagination .page-link:hover{
    border-color: #454545;
    font-weight: 500;
    color: #454545;
}
.pagination li{
    margin: 0 5px;

}

.pagination .space{
    margin: 0 15px;
}

