@import url("https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&display=swap");:root{--theme-color:#ff353a;--theme-secondary-color:#2c80ff;--light-gray:#e3e3e3}a{text-decoration:none}body,html{max-width:100vw;overflow-x:hidden;font-family:Roboto Condensed,serif}.text-theme{color:var(--theme-color)!important}.bg-theme{background-color:var(--theme-color)!important}.bg-img{background-size:cover;background-position:50%}.bg-glazz{background:linear-gradient(295deg,#90bbf3,#cea6fb)}.navbar-fixed{position:fixed;width:100%;left:0;top:0;z-index:10000}.home-slider-box{position:relative}.home-slider-overlay{position:absolute;width:100%;left:0;z-index:5}.home-slider-overlay:first-child{top:0}.home-slider-overlay:nth-child(2){bottom:0}.news-home-box{aspect-ratio:16/10;width:100%;position:relative;display:flex;flex-direction:column;justify-content:center;align-items:center;background-size:cover!important;background-position:50%!important;color:#fff;border-radius:1rem}.news-home-box .news-box{padding:1.2rem}.news-home-box .news-box h3{font-size:1.7rem}.news-box-label{display:inline-block;background:var(--theme-color);color:#fff;padding:2px 18px;text-align:center;border-radius:2rem;margin-bottom:.8rem}.category-flex{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:center;gap:1rem;max-width:800px;margin:auto}.category-btn-item{padding:.5rem 2rem;background:#000;border-radius:.8rem;color:#fff;font-size:1.5rem;cursor:pointer}.category-home-box{height:100px;width:100px;border-radius:200px;background:#1e1e1e;color:#fff;margin:auto}.category-home-box,.feature-box{display:flex;flex-direction:column;align-items:center;justify-content:center}.feature-box{width:100%;aspect-ratio:4/4;background:var(--light-gray);border-radius:1rem;padding:1rem}.mobile-wrapper-home{position:relative;width:auto;height:70vh;margin:auto;aspect-ratio:8/16;border:14px solid #000;border-radius:1.5rem;z-index:5}.mobile-wrapper-home:before{height:8px;width:8px;top:0;border-radius:80px;background:#fff;z-index:6;opacity:.6;overflow:hidden}.mobile-wrapper-home:after,.mobile-wrapper-home:before{content:"";position:absolute;left:0;right:0;margin:auto}.mobile-wrapper-home:after{top:-2%;background:#000;border-radius:8px;z-index:5;height:5%;width:50%}.mobile-slides{position:absolute;top:0;left:0;height:100%;width:100%;z-index:2;border-radius:.6rem;overflow:hidden}.mobile-slide{height:100%;width:100%;background:#fff;padding:1.2rem;display:flex;flex-direction:column;align-items:center;justify-content:center}.slide-anim{transition:all .3s ease}.news-cartd-section{height:100vh;width:100%;display:flex;align-items:center}.news-cartd-section .card{min-height:80vh}.content-news-elm{font-size:14px}.news-card{box-shadow:-1px 9px 20px 1px #dfdfdf;height:80%;border-radius:24px;display:flex;flex-direction:column;padding:.9rem .9rem 1.5rem;justify-content:space-between}.news-card-img{width:100%;border-radius:.9rem;overflow:hidden}.news-provider{display:inline-block;margin-right:8px;padding:2px 10px;background:var(--theme-color);border-radius:8px;color:#fff;font-weight:600;font-size:14px}.news-wrapper{max-height:97svh;overflow:hidden;align-items:center}.news-wrapper,.news-wrapper .arrows-wrapper{position:absolute;width:100%;left:0;right:0;display:flex;flex-direction:column;justify-content:center}.news-wrapper .arrows-wrapper{max-width:calc(580px + 4vw);top:0;margin:auto;height:100svh;gap:4px;align-items:flex-end;cursor:pointer}.news-wrapper .arrows-wrapper .arrows{height:40px;width:40px;background-color:#a9a9a9;border-radius:4rem;color:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center;transition:all .5s ease}.news-wrapper .arrows-wrapper .arrows:hover{background-color:#7d7d7d}@media screen and (max-width:850px){.news-wrapper .arrows-wrapper{display:none!important}}.news-card-body{padding:1rem}.masonry-section{column-count:2;gap:10px}.masonry-section img{margin-bottom:10px;max-width:800px;width:100%;page-break-inside:avoid;break-inside:avoid;background:#ededed}.shimmer-card{position:relative;width:100%;z-index:1;border-radius:1rem;background-color:#f1f1f1;border:1px solid #d1d1d1;overflow:hidden}.shimmer-card:before{content:"";position:absolute;top:0;left:-80%;right:0;margin:auto;width:300%;height:60%;background-color:#e1e1e1;transform-origin:left;filter:blur(15px);transform:rotate(-15deg) translateY(-100%);animation:shimmer 1s ease infinite}@keyframes shimmer{0%{transform:rotate(-30deg) translateY(-100%)}to{transform:rotate(-30deg) translateY(250%)}}.footer-banner{z-index:1000;padding:.6rem 2rem;background:var(--theme-secondary-color)}.footer-banner,.footer-theme{position:fixed;width:100%;bottom:0;left:0;text-align:center}.footer-theme{background:#fff;display:flex;justify-content:center;align-items:center;height:40px}@media screen and (max-width:992px){.masonry-section{column-count:1}}