.carousel-news-section .filters-news{padding:0;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;list-style-type:none}.carousel-news-section .filters-news li{padding:7px 25px;cursor:pointer;border-radius:25px;color:#fafafa}.carousel-news-section .filters-news li.active{background-color:#ffec18;color:#0f0f0f;font-weight:600}.carousel-news-section .box{position:relative;background-color:#191919;color:#fafafa;border-radius:20px;overflow:hidden;border:1px solid #1f1f1f}.carousel-news-section .box .img-box{background:#2e2e2e;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin:-1px;overflow:hidden;height:233px}.carousel-news-section .box .img-box img{width:100%;height:261px;object-fit:cover;-webkit-transition:.5s;transition:.7s}@media (min-width:767px){.carousel-news-section .box .img-box img{height:100%}}.carousel-news-section .box .detail-box{padding:25px;display:flex;flex-direction:column;gap:15px}.carousel-news-section .box .detail-box .pill{background-color:#2e2e2e;color:#ffec18;font-weight:600;width:fit-content;display:flex;justify-content:center;flex-wrap:nowrap;align-items:center;padding:.375rem 1.875rem;font-size:.875rem;line-height:1.375rem}.carousel-news-section .box .detail-box h5{color:#fafafa;font-weight:600;font-size:1.25rem}.carousel-news-section .box .detail-box p{font-size:16px}.carousel-news-section .box .detail-box h6{color:#fafafa;font-size:14px;margin-top:10px}.carousel-news-section .box .options{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;align-items:center;color:#fafafa;border-top:1px solid #1f1f1f;padding:25px}.carousel-news-section .box .options span{font-size:14px;color:#fafafa}.carousel-news-section .box .options .avatar-card{width:38px;height:38px;background-color:#2e2e2e;border-radius:50%;margin-right:5px;object-fit:cover}.carousel-news-section .box .options .avatar-card .avatar{width:100%;height:100%;object-fit:cover;border-radius:50%}.carousel-news-section .box:hover .img-box img{-webkit-transform:scale(1.1) rotate(10deg);transform:scale(1.3) rotate(10deg)}.carousel-news-section .btn-box{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-top:45px}.carousel-news-section .btn-box a{display:inline-block;padding:10px 55px;background-color:#ffbe33;color:#fafafa;border-radius:45px;-webkit-transition:.3s;transition:.3s;border:none}.carousel-news-section .btn-box a:hover{background-color:#e69c00}@keyframes fly-in{0%{opacity:0;transform:translateY(30px) scale(.95)}100%{opacity:1;transform:translateY(0) scale(1)}}.newsAnimation{opacity:0;animation:.4s ease-out forwards fly-in}