*{margin:0;box-sizing:border-box}:root{--mainBg:whitesmoke;--contentBg:white;--activeText:white;--activeBg:#bcbcbc;--inactiveBg:#eee;--text:gray;--tabText:#888;--shadow:lightgray}.light-mode{--mainBg:whitesmoke;--contentBg:white;--activeText:white;--activeBg:#bcbcbc;--inactiveBg:#eee;--text:gray;--tabText:#888;--shadow:lightgray}.dark-mode{--text:#dfdfdf;--mainBg:#1e1e1e;--contentBg:#151515;--activeBg:black;--inactiveBg:#0f0f0f;--activeText:#dfdfdf;--tabText:#ccc;--shadow:#0f0f0f}@font-face{font-family:"Raleway";src:url(../assets/fonts/Raleway-Regular.ttf),url(../assets/fonts/Raleway-Italic.ttf),url(../assets/fonts/Raleway-Bold.ttf)}body{font-family:"Raleway";background:var(--mainBg)}main{height:100vh;width:100%;display:flex;user-select:none;align-items:center;justify-content:center}.wrapper{display:flex;width:80%;box-shadow:30px 30px 20px var(--shadow)}aside{border-right:2px solid var(--shadow);width:40%;background:var(--contentBg);border-top-left-radius:16px;border-bottom-left-radius:16px;display:flex;flex-direction:column;align-items:center;justify-content:space-evenly;padding:10px;height:auto}aside>img{max-width:75%;border-radius:50%;padding:3%;box-shadow:4px 14px 10px var(--shadow)}.info{color:var(--text);cursor:default}.content-section{width:80%;display:flex;flex-direction:column;background:var(--contentBg);border-top-right-radius:16px;border-bottom-right-radius:16px;text-align:center;padding:10px;height:540px;box-shadow:30px 30px 20px var(--shadow)}.tabContent{justify-content:space-evenly;flex-direction:column}.tabContent>div{padding:10px}.tabContent{height:100%}.tabContent h1{color:var(--text)}.tab{margin-bottom:1em}.logo{display:flex;align-items:center}.logo input{margin-left:10px;height:28px;width:28px}.tabItem{padding:10px;width:80px;color:var(--tabText);background:var(--inactiveBg);font-weight:700;border:none;text-align:center;border-radius:16px;cursor:pointer;margin:10px}.active{background:var(--activeBg);color:var(--activeText)}.contentWrapper{display:flex}.info-header>p{font-size:14px;color:var(--text);margin-top:5%}.info-stats{object-fit:fill;overflow:auto;height:auto}.learnings{display:flex;padding:1%}.learnings img{border-radius:10px;margin:1%}.cards-wrapper{display:inline-flex}.card{margin:2%;width:30%;padding:13px;border-radius:20px}.card:hover{transform:scale(1.15)}.card img{height:100px;width:80%;object-fit:contain}.card h3{font-size:14px;color:var(--text);margin-top:6px}.card>a{text-decoration:none}.contact-wrapper{margin:11%;height:38vh;display:flex;justify-content:center}.contact-card{margin:30px}.contact-card>a>img{height:35px;border-radius:20px;box-shadow:4px 14px 10px var(--shadow)}.tabContent>a>img:hover{transform:scale(1.35)}.tabContent>a>img{padding:3px;height:40px;border-radius:10px}@media (min-height:660px) and (max-width:1140px),(min-height:1000px){body{background:var(--contentBg)}.wrapper{flex-direction:column;width:100%;box-shadow:none}main{height:max-content;border-radius:0}aside{width:100%;text-align:center;border-radius:0}aside>img{max-width:45%;box-shadow:2px 10px 2px var(--shadow);margin-bottom:16px}aside>div>h3{font-size:15px}aside>h2{display:none}.logo input{height:26px;width:26px}.info-header{margin-bottom:5%}.info-stats>img{width:100%;margin-top:4%}.content-section{width:100%;height:100%;box-shadow:none;background:var(--contentBg);border-radius:0}.learnings{display:contents}.contact-wrapper{flex-direction:column}}
