.TrendingApp-Master{background-image:url(/assets/Trendingapp-26b1ff11.webp);height:100vh;width:100%;background-repeat:no-repeat;background-size:cover;background-position:top;color:#fff;font-family:NeueMontreal;display:flex;align-items:flex-start}@media (max-width: 768px){.TrendingApp-Master{flex-direction:column;height:max-content}}.TrendingApp-Master .TrendingLeft{width:40%;display:flex;flex-direction:column;gap:1rem;margin:5rem 1.5rem 3rem}@media (max-width: 768px){.TrendingApp-Master .TrendingLeft{width:100%}}.TrendingApp-Master .TrendingLeftTitle{font-family:NeueMontreal;font-size:30px;font-weight:450;line-height:1.1}@media (max-width: 768px){.TrendingApp-Master .TrendingLeftTitle{font-size:8vw}}.TrendingApp-Master .FaArrowTrendUp{width:max-content;height:max-content;padding:1px 4px;background-color:#3afa00;color:#000;font-family:NeueMontreal;font-size:14px;font-weight:400;border-radius:4px;display:flex;align-items:center;gap:4px}.TrendingApp-Master .trendingAppsBTN{display:flex;align-items:center;gap:1rem;flex-wrap:wrap}@media (max-width: 768px){.TrendingApp-Master .trendingAppsBTN{padding-right:2rem}}.TrendingApp-Master .trendingAppsBTN button{width:max-content;height:max-content;border:none;background-color:#fff;color:#000;display:flex;align-items:center;gap:2px;padding:14px 22px;border-radius:50px;cursor:pointer;font-family:NeueMontreal;font-size:15px;font-weight:400;transition:all .3s ease}.TrendingApp-Master .trendingAppsBTN button:hover{background-color:#f0f0f0;transform:translateY(-2px);box-shadow:0 4px 12px #00000026}.TrendingApp-Master .trendingAppsBTN button:active{transform:translateY(0)}.TrendingApp-Master .TrendingRight{height:100%;width:60%;display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-end;padding-bottom:4rem}@media (max-width: 768px){.TrendingApp-Master .TrendingRight{width:100%;padding:2rem}}.TrendingApp-Master .TrendingRight p{font-family:NeueMontreal;line-height:1.1;font-size:5vw}@media (max-width: 768px){.TrendingApp-Master .TrendingRight p{font-size:8vw}}.TrendingApp-Master .Trending-btn{background:#ffffff;color:#000;border:none;border-radius:2rem;padding:6px 6px 6px 16px;font-weight:400;display:flex;align-items:center;cursor:pointer;transition:all .2s ease;font-family:NeueMontreal;font-size:16px;margin-top:2rem}.TrendingApp-Master .Trending-btn .icon-container{position:relative;background-color:#000;height:35px;width:35px;border-radius:50px;margin-left:2rem;overflow:hidden;display:flex;align-items:center;justify-content:center;transition:transform .4s cubic-bezier(.25,.46,.45,.94)}.TrendingApp-Master .Trending-btn:hover .icon-container{transform:scale(.9)}.TrendingApp-Master .Trending-btn .icon-main,.TrendingApp-Master .Trending-btn .icon-hover{position:absolute;color:#fff;font-size:16px;transition:transform .4s cubic-bezier(.25,.46,.45,.94)}.TrendingApp-Master .Trending-btn .icon-main{transform:translate(0)}.TrendingApp-Master .Trending-btn .icon-hover{transform:translate(-35px,35px)}.TrendingApp-Master .Trending-btn:hover .icon-main{transform:translate(35px,-35px)}.TrendingApp-Master .Trending-btn:hover .icon-hover{transform:translate(0)}