
.pagination li{
    margin:0px !important;
    :;
}
.pagination{
    margin: 6px auto !important;
    width: 100%;
}

.pagination ul{
    display:flex ;
    width:100%;
    justify-content:center !important; 
    margin:  auto !important;

}
nav{
    z-index: 3;
    position: fixed;
    color:white;
    top:0;
    left:0  ;
    width:100%;
    display: flex;
    justify-content: space-evenly;
    align-items: center ;
    padding:10px;
    background: rgba(0,0,0,.8) ;
}
ul{
    display:flex;
    list-style: none;
    margin:0px !important;
    font-size:13px;
}
li{
    color:white !important;
    text-decoration:none !important;
    margin-left:10px;
    margin-right:10px;
}
a{
    text-decoration:none !important;
}
nav h4{
    font-size:18px;
}
.new{
    position: relative;
    height:200px;
    overflow:hidden;
    width:350px;
    border-radius: 8px;
}
.new::before{
    content:'';
    background: rgba(0,0,0,.4);
   
    width:100%;
    height:100%;
    position:absolute;
    top:0;
    left:0;
}
.new img{
    height:100%;
    width:100%;
}
.new .text{
    position: absolute;
    color:white;
    z-index: 99;
    bottom:0;
    right:15px;
}
