@font-face{font-family:MyFont;src:url(/assets/Satoshi-Variable-CFg-z2ne.woff2) format("woff2");font-weight:auto;font-style:normal;font-display:swap}@font-face{font-family:MyFontItalic;src:url(/assets/Satoshi-VariableItalic-DjwFspxr.woff2) format("woff2");font-weight:400;font-style:normal;font-display:swap}:root{--PrimaryColor:#1c1c1c;--SecondaryColor:#6E00B3}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html,body{height:100%;width:100%;font-family:MyFont,system-ui,sans-serif}.navbar{position:sticky;top:0;width:100%;z-index:10;background-color:#fff}.navbar nav{display:flex;justify-content:space-between;color:var(--PrimaryColor);padding:1rem 2rem}.navbar nav .logo{display:flex;align-items:center}.navbar nav .logo img{height:2.5rem;width:auto}.navbar nav .logo h1 a{text-decoration:none;color:var(--PrimaryColor)}.navbar nav .logo h1{cursor:pointer}.navbar nav ol{display:flex;gap:2rem;align-items:center;list-style:none;cursor:pointer}.navbar nav ol .searchBtn{height:1.5rem;cursor:pointer}.navbar nav ol .homeIcon{height:1.5rem;width:auto;cursor:pointer}.navbar nav ol li{display:flex;gap:.5rem;align-items:center}.navbar nav ol li a{text-decoration:none;display:flex;align-items:center;color:var(--PrimaryColor);transition:all .2s ease}.navbar nav ol li a:active{transform:scale(.95)}.navbar nav .menuIcon{cursor:pointer;display:none}.navbar .responsive{background-color:#fff;position:absolute;top:0;left:0;width:100%;display:none;flex-direction:column;padding:5rem 2rem}.navbar .responsive .closeBtn{width:30px;align-self:flex-end}.navbar .responsive nav{display:flex}.navbar .responsive nav ul{list-style-type:none}.navbar .responsive nav ul li{text-decoration:none;color:var(--PrimaryColor);padding-bottom:1rem}.navbar .responsive nav ul li a{text-decoration:none;color:var(--PrimaryColor)}@media(max-width:768px){.navbar nav ol{display:none}.navbar nav .menuIcon{display:block;width:auto;height:1.5rem;align-self:center}}.heroSection{height:calc(100vh - 100px);width:100%;padding:0 1rem;max-width:1600px;margin:0 auto}.heroSection .content{height:100%;width:100%;overflow:hidden;position:relative;display:flex}.heroSection .content img{position:absolute;width:100%;height:100%;object-fit:cover;border-radius:20px;z-index:-1}.heroSection .content .heading{margin-top:2rem;width:100%;display:flex;flex-direction:column;color:var(--PrimaryColor)}.heroSection .content .heading h1{font-size:clamp(2rem,5vw,4rem);line-height:.9;text-align:center;font-weight:700}.heroSection .content .heading p{font-size:clamp(1rem,2.5vw,1.25rem);line-height:1.5;text-align:center}@media(max-width:768px){.heroSection .content .heading{margin-top:5rem}.heroSection .content .heading h1{line-height:1;margin-bottom:1rem}}.trendingStockContainer{width:100%;color:var(--PrimaryColor);padding:1rem;max-width:1600px;margin:0 auto}.trendingStockContainer .title{display:flex;align-items:center;gap:.1rem}.trendingStockContainer .title svg{height:2rem;width:auto;color:var(--SecondaryColor)}.trendingStockContainer .trendingStockList{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1rem;padding:1rem}.trendingStockContainer .showMoreBtn{margin:1rem auto;display:block;padding:.5rem 1rem;background-color:var(--PrimaryColor);color:#fff;border:none;border-radius:4px;cursor:pointer}.stock{background-color:#1c1c1c;width:max-content;padding:1rem;color:#fff;border-radius:20px;display:flex;flex-direction:column;width:100%;gap:1rem}.stock .top{display:flex;gap:5rem;justify-content:space-between}.stock .top svg{height:1.5rem;width:auto}.stockNews{width:100%;padding:0rem 2rem;max-width:1600px;margin:0 auto 5%}.stockNews .heading h4{font-weight:700;color:var(--PrimaryColor);font-size:clamp(1.5rem,5vw,5rem);text-align:center}.stockNews .newsHeading{width:100%;padding:1rem 0;display:grid;border-width:2px 0;border-color:var(--PrimaryColor);border-style:solid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1rem}.stockNews>*:nth-child(1){border-left:none}.news{display:flex;flex-direction:column;gap:2rem;border-left:1px solid rgba(28,28,28,.2745098039);padding:0rem 1rem}.news .description,.news .headline{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.news img{width:100%;height:150px;object-fit:cover}.news .date{display:flex;justify-content:space-between}.news .readMore a{color:var(--SecondaryColor);text-decoration:none;cursor:pointer}.footer{overflow-x:hidden;width:100%}.footer .footerTop{display:flex;gap:10%;padding:2rem;max-width:1600px;margin:0 auto}.footer .footerTop .col{display:flex;flex-direction:column;gap:1rem}.footer .footerTop .col .link{display:flex;flex-direction:column;gap:.1rem}.footer .footerTop .col .link a{text-decoration:none;color:var(--PrimaryColor)}.footer .footerMiddle{display:flex;justify-content:space-between;padding:2rem;border-top:1px dotted rgba(28,28,28,.3568627451);margin:0 2rem}.footer .footerMiddle .followLinks{display:flex;align-items:center;gap:1rem}.footer .footerMiddle .followLinks svg{height:1.5rem;width:auto;color:var(--PrimaryColor)}.footer .footerMiddle h4{font-weight:200;color:var(--PrimaryColor)}.footer .footerMiddle h4 span{color:var(--SecondaryColor);font-family:MyFontItalic}.footer .footerBottom h5{color:#fff;font-size:clamp(4rem,18vw,16rem);text-align:center;text-shadow:2px 0px 2px rgba(28,28,28,.7176470588)}.footer .footerBottom p{font-family:MyFontItalic}@media(max-width:768px){.footer .footerTop{flex-direction:column;gap:2rem}.footer .footerMiddle{gap:0rem;text-align:center;flex-direction:column}.footer .footerMiddle .followLinks{justify-content:center}}.chatBot{position:fixed;bottom:5%;right:5%;z-index:10}.chatBot .aiBtn{background-color:var(--PrimaryColor);cursor:pointer;border-radius:15px;border:2px solid white;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 0 5px #f5f5f5;height:60px;width:60px;display:flex;justify-content:center;align-items:center}.chatBot .aiBtn img{width:40px;object-fit:cover}.chatBot .chatWindow{height:400px;width:300px;background-color:#fff;border-radius:15px;box-shadow:0 0 20px #f1f0f2;padding:1rem;display:none;flex-direction:column;justify-content:space-between}.chatBot .chatWindow svg{align-self:flex-end;cursor:pointer}.chatBot .chatWindow .top{display:flex;flex-direction:column;align-items:center;flex-wrap:nowrap;overflow-y:auto}.chatBot .chatWindow .top img{width:100px}.chatBot .chatWindow .top p{text-align:center;color:var(--PrimaryColor)}.chatBot .chatWindow .top .chat{color:var(--PrimaryColor);margin-top:.2rem}.chatBot .chatWindow .top .chat .aiIcon{width:20px}.chatBot .chatWindow .top .chat .message-wrapper{display:flex;flex-direction:column}.chatBot .chatWindow .top .chat .message-wrapper .message{margin:1rem 0rem}.chatBot .chatWindow .top .chat .message-wrapper .user{align-self:flex-end;text-align:right}.chatBot .chatWindow .top .chat .message-wrapper .user p{text-align:right}.chatBot .chatWindow .top .chat .message-wrapper .AI{align-self:flex-start;text-align:left;background-color:#e66ce66b;padding:.2rem;border-radius:10px}.chatBot .chatWindow .top .chat .message-wrapper .AI p{text-align:left}.chatBot .chatWindow .bottom{padding:1rem;box-shadow:0 0 10px #a176e6;border-radius:10px}.chatBot .chatWindow .bottom .chatInput{display:flex;justify-content:space-between}.chatBot .chatWindow .bottom .chatInput input{border:none;outline:none}.chatBot .chatWindow .bottom .chatInput button{border:none;padding:.1rem;background-color:transparent;cursor:pointer}.stockChartPage{width:100%;height:calc(100vh - 4rem)}.stockChartPage .stockChart{height:100%;width:100%;overflow:hidden}.portfolio{display:flex;height:90vh;font-size:2rem;justify-content:center;align-items:center}
