@import"https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap";*{padding:0;margin:0;box-sizing:border-box;font-family:Montserrat,sans-serif;scroll-behavior:smooth}html,body{height:100%;scroll-behavior:smooth}#root{height:100vh;display:flex;flex-direction:column}.App{flex:1;width:100%;margin:auto;display:flex;flex-direction:column;background:#f9f5e6}.App{background:#fff;color:#000}.news-component{display:flex;flex-direction:column;gap:1rem;padding:30px 40px}.news-header1{display:flex;flex-direction:row;font-weight:500;font-size:13px;gap:.6rem;color:#696969}.news-header1 .news-business{font-weight:500;color:#000}.news-header2 h1{font-weight:800;font-size:36px;letter-spacing:.1rem;max-width:90%}.news-header3 p{display:flex;color:#696969;letter-spacing:.1rem;font-size:15px}.news-header4{display:flex;flex-direction:row;gap:.5rem;font-size:14px}.news-header4 img{width:30px;height:30px;border-radius:100%;object-fit:cover}.news-header4 p{font-weight:700;color:#161642fa}.by{font-size:13px;font-weight:400;color:#696969}@media (max-width: 1080px){.news-header2 h1{font-weight:700;font-size:32px}.news-header4 p{font-weight:700}}@media (max-width: 810px){.news-component{gap:.6rem;padding:30px 20px}.news-header1{gap:.5rem}.news-header2 h1{font-weight:800;font-size:25px;max-width:100%}.news-header3 p{letter-spacing:0;font-size:14px}.news-header4{gap:.5rem;font-size:13px}.news-header4 img{width:30px;height:30px;border-radius:100%;object-fit:cover}.news-header4 p{font-weight:600}}.news-container{display:flex;flex-direction:column;overflow:hidden}.news-card{display:flex;flex-direction:column;padding:1rem 2rem}.news-img{display:flex;flex-direction:column;gap:10px;justify-content:center;align-items:center;max-width:90%}.news-img img{width:550px;height:450px;object-fit:cover;border-radius:15px}.news-img p{font-size:14px;color:#696969;width:51%;font-weight:400;line-height:1.4}.news-content{padding:3rem 2rem;max-width:95%;display:flex;flex-direction:column;gap:25px}.news-details{display:flex;flex-direction:column;gap:5px}.news-details .news-title{text-transform:uppercase;text-decoration:underline;font-size:20px;font-weight:600;color:#042a5bf2;cursor:pointer;transition:.3s all ease}.news-details .news-title:hover{scale:1.03}.news-details .news-description{font-size:16px;line-height:1.6;letter-spacing:.6px}@media (max-width: 1080px){.news-container{display:flex;flex-direction:column}.news-card{display:flex;flex-direction:column;padding:1rem 2rem}.news-img{display:flex;flex-direction:column;gap:10px;max-width:100%}.news-img img{width:500px;height:400px}.news-img p{padding-left:15px}.news-content{padding:3rem .5rem;max-width:100%;gap:25px}.news-details .news-title{font-size:19px;font-weight:600}.news-details .news-description{font-size:16px;letter-spacing:.5px}}@media (max-width: 640px){.news-card{padding:15px 0}.news-img{gap:10px;max-width:100%}.news-img img{width:340px;height:240px;object-fit:cover;border-radius:8px}.news-img p{font-size:13px;color:#696969;width:90%;font-weight:400;line-height:1.3}.news-content{padding:2rem 1.5rem;max-width:100%;display:flex;flex-direction:column;gap:25px}.news-details{display:flex;flex-direction:column;gap:5px}.news-details .news-title{font-size:16px;font-weight:550}.news-details .news-description{font-size:16px;line-height:1.4;letter-spacing:0}}.otherNews-container{display:flex;flex-direction:row;padding:4rem;gap:2rem;overflow:hidden}.otherNews-left{display:flex;flex-direction:column;gap:15px;width:80%}.otherNews-item-content{display:grid;grid-template-columns:repeat(2,1fr);gap:5px}.otherNews-item{display:flex;flex-direction:column;height:260px}.otherNews-item img{width:290px;height:170px;border-radius:10px}.otherNews-item img:hover{opacity:.7;cursor:pointer}.otherNews-item a{font-weight:600;font-size:16px;width:290px;cursor:pointer;text-decoration:none;color:#000}.otherNews-item a:hover{text-decoration:underline}.otherNews-right{display:flex;flex-direction:column;gap:25px;width:55%}.otherNews-right .otherNews-item2 ul{display:flex;flex-direction:column}.otherNews-right .otherNews-item2 li{list-style:none;display:flex;flex-direction:row;gap:10px}.otherNews-right .otherNews-item2 p{font-weight:700}.otherNews-right .otherNews-item2 .items-content{font-weight:500;cursor:pointer;text-decoration:none;color:#000}.otherNews-right .otherNews-item2 .items-content:hover{text-decoration:underline}@media (max-width: 810px){.otherNews-container{padding:2.5rem 2rem;gap:2rem}.otherNews-left{gap:10px;width:70%}.otherNews-item-content{display:grid;grid-template-columns:repeat(2,1fr);gap:5px}.otherNews-item{height:230px}.otherNews-item img{width:180px;height:130px;border-radius:8px}.otherNews-item a{font-weight:500;font-size:14px;width:200px}.otherNews-right{gap:15px;width:55%}.otherNews-right .otherNews-item2 li{list-style:none;display:flex;flex-direction:row;gap:10px}.otherNews-right .otherNews-item2 p{font-weight:700}.otherNews-right .otherNews-item2 .items-content{font-weight:400;cursor:pointer;font-size:15px}}@media (max-width: 640px){.otherNews-container{display:flex;flex-direction:column;padding:2.5rem 1.5rem;gap:2rem}.otherNews-item-content{display:grid;grid-template-columns:repeat(2,1fr);justify-content:space-between;gap:25px}.otherNews-item{height:210px}.otherNews-item img{width:170px;height:100px;border-radius:10px}.otherNews-item a{font-weight:500;font-size:14px;width:150px}.otherNews-right{gap:15px;width:100%}.otherNews-right .otherNews-item2 li{gap:10px}.otherNews-right .otherNews-item2 p{font-weight:700}.otherNews-right .otherNews-item2 .items-content{font-weight:400}}@media (max-width: 400px){.otherNews-container{display:flex;flex-direction:column;padding:2.5rem 1.5rem;gap:2rem}.otherNews-item-content{gap:20px}.otherNews-item{height:210px}.otherNews-item img{width:155px}}@media (max-width: 360px){.otherNews-container{display:flex;flex-direction:column;padding:2.5rem 1rem;gap:2rem}.otherNews-item-content{gap:15px}.otherNews-item{height:210px}.otherNews-item img{width:155px}}.MobileNav{display:none}.nav-content{display:flex;justify-content:space-between;align-items:center;background:#fff;padding:15px}.nav-logo{height:60px;width:70px}.nav-logo img{width:70px;height:60px;cursor:pointer;border-radius:5px}.link{display:flex;flex-direction:row;justify-content:center;align-items:center;list-style:none;gap:2rem;color:#000;margin-right:50px;cursor:pointer}.links .menulink,.business,.more,.politics,.world,.entertainment,.sports{font-weight:600;text-decoration:none;color:inherit}.links .more{display:flex}.more p{font-size:17px}.nav-log{display:flex;gap:1.5rem;align-items:center;justify-content:center;list-style:none;color:#000;cursor:pointer;font-weight:700;margin-right:10px}.nav-log .login{background:#042a5b;color:#ead49e;padding:7px;border-radius:5px;transition:.3s all ease-in-out;margin-top:-1px}.nav-log .login:hover{background:#8daad0;scale:1.05}.nav-log .watch{background:#042a5b;color:#ead49e;padding:7px;border-radius:5px;transition:.3s all ease-in-out;margin-top:-1px}.nav-log .watch:hover{background:#8daad0;scale:1.05}.nav-log .search{transition:.3s all ease-in-out}.nav-log .search:hover{scale:1.05}@media (max-width: 1080px){.MobileNav{display:none}.nav-content{padding:12px}.nav-logo{height:70px;width:60px}.nav-logo img{width:70px;height:60px}.links{display:flex;justify-content:center;align-items:center;list-style:none;gap:1.5rem;color:#000;margin-right:10px;cursor:pointer}.nav-log{display:flex;gap:1.2rem;align-items:center;justify-content:center;list-style:none;color:#000;cursor:pointer;font-weight:700;margin-right:10px}.nav-log .login,.nav-log .watch{background:#042a5b;color:#ead49e;padding:6px;border-radius:4px;transition:.3s all ease-in-out;margin-top:-1px}}.MobileNav{display:flex;flex-direction:column;width:100%;padding:1rem;position:relative;z-index:999}.MobileNavHeader{display:flex;justify-content:space-between;align-items:center}.navlogo{display:flex;width:70px;height:60px}.navlogo img{width:70px;height:60px;border-radius:5px}.nav-right{justify-content:center;align-items:center;display:flex;gap:1rem;font-weight:700}.nav-right .login{background:#042a5b;color:#ead49e;padding:7px;border-radius:5px;transition:.3s all ease-in-out;margin-top:-1px}.nav-right .login:hover{background:#8daad0;scale:1.05}.nav-right .hamburger{border:none;background:inherit;cursor:pointer}.mobile-link{display:flex;flex-direction:column;list-style:none;padding:1rem;margin-top:10px;gap:1.2rem;color:#000;margin-right:50px;cursor:pointer}.mobile-link .news,.business,.more,.politics,.world,.entertainment,.sports{font-weight:600;text-decoration:none;color:#000!important}.search .search-form{display:flex;flex-direction:row;width:250px;border:1px black solid;border-radius:15px;outline:none;padding:3px}.search .search-form input{width:215px;padding:0 5px;border:none;outline:none;background:none;color:inherit}.more-options .more{display:flex}.watchtv .watch{background:#042a5b;color:#ead49e;padding:7px;text-align:center;border-radius:5px;transition:.3s all ease-in-out;width:215px;font-weight:700}.watchtv .watch:hover{background:#8daad0;scale:1.05}.logos{display:flex;flex-direction:column;font-weight:500;gap:10px;width:220px}.logos .logo-icon{display:flex;padding-left:10px;gap:33px;font-size:24px}.footer{background:#042a5b;color:#ead49e;padding:1.5rem;width:100%;overflow:hidden}.footer-container{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem}.footer-card1 ul li{list-style:none}.footer-card1 ul li:hover{text-decoration:underline;cursor:pointer}.footer-hr{margin-top:1rem;margin-bottom:1rem;font-size:1px;color:#eedcb25e}.footer-close1{display:flex;justify-content:space-between}.footer-logo{display:flex;flex-direction:row;gap:20px}.footer-logo p:hover{text-decoration:underline;cursor:pointer}.footer-icons{display:flex;flex-direction:row;gap:30px}.logo-icon{display:flex;flex-direction:row;gap:20px;font-size:20px}.logo-icon span{transition:.3s ease-in-out}.logo-icon span:hover{cursor:pointer;scale:1.1}@media (max-width:810px){.footer-card1 h2{font-size:20px}.footer-logo{display:grid;grid-template-columns:repeat(3,1fr);gap:5px}.footer-logo .logo-dets{font-size:15px}.footer-icons,.logo-icon{gap:10px}}@media (max-width:640px){.footer-card1 h2{font-size:18px}.footer-card1 li{font-size:14px}.footer-container{display:grid;grid-template-columns:repeat(2,1fr);gap:15px}.footer-close1{display:flex;flex-direction:row}.footer-logo{display:flex;flex-direction:column;font-size:15px}.footer-icons{display:flex;flex-direction:column}.footer-icons p{font-size:14px}.logo-icon{gap:10px}}
