.blog__category ul
{
    list-style: none;
    padding: 0;
    margin: 0;
    gap: 15px;
}
.event-content img
{
    margin-bottom: 15px;
}
.event-social .date a
{
    color: var(--colorThird);
}
.blog__featured
{
    padding: 0 20px;
}
.blog__featured--title
{
    margin-bottom: 10px;
    display: block;
    font-size: var(--fontSize-l);
    font-weight: 600;
    color: var(--colorThird);
}
.blog__featured--item
{
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
    padding-top: 10px;
}
.blog__featured{
    position: sticky;
    top: 90px;
}
.blog__featured--item img
{
    width: 120px;
    height: 120px;
    object-fit: cover;
    border-radius: 5px;
}
.current-number
{
    position: absolute;
    left: 0;
    top: 10px;
    background-color: var(--colorThird);
    color: white;
    font-weight: 600;
    padding: 5px 10px;
    border-top-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.blog__featured--content
{
    padding-left: 15px;
}
.blog__featured--content a
{
    font-weight: 600;
    font-size: var(--fontSize-l);
}
.blog__featured--content .category
{
    font-size: var(--fontSize);
    color: var(--colorThird);
}
.blog__featured--content span
{
    font-weight: 600;
    color: #ccc;
}
.blog__pagination
{
    transition: all .5s ease-in-out;
}
.blog__pagination img
{
    border-radius: 5px;
    object-fit: cover;
}
.blog__content--shadow
{
    background: black;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    z-index: 2;
    opacity: .4;
    touch-action: none;
}
.blog__content
{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
    text-align: center;
    display: inline-flex;
    flex-direction: column;
    gap: 36px;
    width: 61%;
}
.blog__content span
{
    color: #ccc;
}
.blog__content h5
{
    color: white;
    font-weight: 600;
}
.transform-rotate
{
    display: inline-block;
    transform: rotate(-180deg);
    margin-right: 10px;
}
.blog__pagination:hover .blog__content--shadow
{
    opacity: .7;
    background: var(--gradient-r);
    transition: all .5s ease-in-out;
}
.blog__pagination:hover .button-1
{
    background: transparent;
    border: 1px solid white;
}
.blog__card p
{
    max-height: 100%!important;
    color: #333!important;
}
.blog__card .category
{
    color: var(--colorThird);
}
.blog__card:hover p 
{
    color: white!important;
}
.blog__card:hover .category
{
    background: transparent!important;
    color: white!important;
}

@media screen and (max-width: 991px) {
   .blog__category ul
   {
       overflow-x: scroll;
   }
   .blog__category ul li a
   {
       white-space: nowrap;
   }
   .blog__pagination
   {
       margin-bottom: 15px;
   }
   .blog__featured
   {
       padding: 0;
   }
   .blog__featured--title
   {
       background: var(--colorThird);
       color: white;
       border-radius: 4px;
       padding: 10px;
   }
   .blog__featured--content a
   {
       max-width: 100%;
   }
}
.prew-buttonn{
    position: absolute !important;
    /* top: 50%; */
    left: 13%;
    /* transform: translate(-50%, -50%); */
    z-index: 3;
    /* text-align: center; */
    display: flex;
    /* flex-direction: column; */
    /* gap: 36px; */
    width: 74%;
    bottom: -95px;
}