@import"https://fonts.googleapis.com/css2?family=Poppins&display=swap";.my-cursor{transition:50ms ease-in;position:fixed;top:0;left:0;z-index:999;width:28px;border-radius:50%;aspect-ratio:1/1;display:flex;align-items:center;justify-content:center;border:2px solid #094067;pointer-events:none}.my-cursor>div{position:relative;width:6px;border-radius:50%;aspect-ratio:1/1;background-color:#ef4565;pointer-events:none}.nav-bar{position:sticky;z-index:100;top:0;background-color:#d8eefe99;-webkit-backdrop-filter:blur(10px) saturate(100%);backdrop-filter:blur(10px) saturate(100%);opacity:1;box-shadow:#00000005 0 1px 3px,#1b1f2326 0 0 0 1px}.nav-bar>ul{padding:.5rem;margin:0;list-style:none;display:flex;justify-content:center;gap:.5rem}.nav-bar>ul>a>li{padding:.5rem;font-size:1.3rem;letter-spacing:1px;cursor:pointer;color:#094067;font-weight:700;box-sizing:border-box!important;border-bottom:2px solid transparent;position:relative}.nav-bar>ul>a>li:before{content:"";position:absolute;width:0%;height:2px;background-color:#3da9fc;bottom:2px;transition:.1s ease-in}.nav-bar>ul>a>li:hover:before{background-color:#3da9fc;width:100%}.nav-bar>ul>a>li.clicked:before{background-color:#3da9fc;width:100%}.about-page{padding:1rem 9rem;height:70vh;display:flex;cursor:default}.about-page>.about-description{box-sizing:border-box;flex:11;display:flex;flex-direction:column;justify-content:center;align-items:start;gap:5px}.about-page>.about-description>#intro{font-size:1.3rem;color:#5f6c7b}.about-page>.about-description>#name{font-size:4.5rem;color:#094067}.about-page>.about-description>#description{color:#5f6c7b;font-size:1.6rem}.about-page>.about-description>#description>span{font-weight:700;color:#3da9fc}.about-page>.about-description>#resume-button{padding:0;cursor:pointer;font-weight:700;border:none;border-radius:.5rem;background-color:#094067}.about-page>.about-description>#resume-button>span{display:block;border-radius:.5rem;padding:.5rem;border:2px solid #094067;background-color:#3da9fc;color:#fffffe;transition:transform .1s ease;display:flex!important;align-items:center;gap:.2rem}.about-page>.about-description>#resume-button>span>img{width:25px;height:25px}.about-page>.about-description>#resume-button>span:hover{transform:translate(-.15rem,-.15rem)}.about-page>.about-description>#social-links{display:flex;gap:1rem}.about-page>.about-description>#social-links button{padding:0;cursor:pointer;font-weight:700;border:none;border-radius:.5rem;background-color:#094067}.about-page>.about-description>#social-links button>span{display:flex!important;align-items:center;gap:.2rem;display:block;border-radius:.5rem;padding:.5rem;border:2px solid #094067;background-color:#3da9fc;color:#fffffe;transition:transform .1s ease}.about-page>.about-description>#social-links button>span>img{width:25px}.about-page>.about-description>#social-links button>span:hover{transform:translate(-.15rem,-.15rem)}.about-page>.about-card{flex:9;display:flex;justify-content:center;align-items:center}.about-page>.about-card>#card{width:55%;aspect-ratio:1/1;position:relative}.about-page>.about-card>#card>#card-overlay{width:100%;aspect-ratio:1/1;background-color:#90b4ce;display:flex;align-items:center;justify-content:center;border-radius:3px}.about-page>.about-card>#card>#card-overlay>img{height:100%;width:100%;object-fit:contain}.about-page>.about-card>#card>#card-outline{top:0;z-index:-1;position:absolute;width:100%;aspect-ratio:1/1;border:2px solid #094067;transform:translate(15%,15%);border-radius:3px}.contact-page{letter-spacing:1px;padding:1rem 9rem;display:flex;flex-direction:column}.contact-page>h1{padding:.6rem 0rem;font-size:2.2rem;color:#094067}.contact-page>p{padding:.5rem 0rem;border-bottom:2px solid #094067;font-size:1.1rem;color:#5f6c7b}.contact-page>p a{color:#094067;text-decoration:underline}.contact-page>.copyright{padding:1rem 1rem 0rem;align-self:center;color:#094067}.education-card-start{align-items:flex-end;border-right:4px solid #3da9fc;display:flex;justify-content:end}.education-card-start:after{top:30%;right:-17px}.education-card-end{align-self:flex-end;border-left:4px solid #3da9fc;display:flex}.education-card-end:after{top:30%;left:-17px}.education-section{letter-spacing:1px;padding:1rem;padding:1rem 9rem;box-shadow:#00000005 0 1px 3px,#1b1f2326 0 0 0 1px;border:1px solid #094067;background-color:#d8eefe}.education-section>h1{color:#094067;font-size:2.2rem}.education-section>.education{display:flex;flex-direction:column}.education-section>.education>.education-card{cursor:default;width:calc(50% + 2px);position:relative;padding:1rem 2rem}.education-section>.education>.education-card:after{content:"";width:30px;border-radius:100%;aspect-ratio:1/1;background-color:#094067;position:absolute}.education-section>.education>.education-card:hover:after{background-color:#ef4565}.education-section>.education>.education-card>div{padding:.5rem;border:2px solid #094067;background-color:#fffffe;border-radius:5px;display:flex;flex-direction:column;gap:3px}.education-section>.education>.education-card>div>#university{color:#094067;font-weight:700}.education-section>.education>.education-card>div>#degree,.education-section>.education>.education-card>div #address{color:#5f6c7b}.education-section>.education>.education-card>div>p{display:flex;align-items:center;gap:.5rem}.education-section>.education>.education-card>div>p>img{aspect-ratio:1/1;width:25px}.project-card{height:65vh;display:flex}.project-card>img{object-fit:contain;width:55%;padding:1rem 0rem}.project-card>.project-info{width:45%;padding:1rem;display:flex;flex-direction:column;justify-content:center;gap:1rem}.project-card>.project-info>h1{font-size:2.5rem;color:#094067}.project-card>.project-info>P{color:#5f6c7b;font-size:1.1rem}.project-card>.project-info>ul{padding:0;display:grid;grid-template-columns:repeat(2,1fr);align-content:center;color:#094067;gap:10px;font-size:.8rem}.project-card>.project-info>.tech-stack{display:flex;gap:.5rem}.project-card>.project-info>.tech-stack>.card{display:flex;align-items:center;gap:5px;padding:.3rem;height:35px;color:#094067;border:2px solid #094067;border-radius:3px}.project-card>.project-info>.tech-stack>.card>*{flex:1}.project-card>.project-info>.tech-stack>.card>img{height:100%}.project-card>.project-info>.project-actions{display:flex;gap:.5rem}.project-card>.project-info>.project-actions>a>button{padding:0;cursor:pointer;font-weight:700;border:none;border-radius:.5rem;background-color:#094067}.project-card>.project-info>.project-actions>a>button>span{display:block;border-radius:.5rem;padding:.5rem;border:2px solid #094067;background-color:#3da9fc;color:#fffffe;transition:transform .1s ease;display:flex!important;align-items:center}.project-card>.project-info>.project-actions>a>button>span:hover{transform:translate(-.15rem,-.15rem)}.project-section{letter-spacing:1px;padding:1rem 9rem;cursor:default}.project-section>h1{padding-bottom:.5rem;color:#094067;font-size:2.2rem;border-bottom:2px solid #094067}.skills-page{padding:1rem 9rem;box-shadow:#00000005 0 1px 3px,#1b1f2326 0 0 0 1px;cursor:default;letter-spacing:1px;display:flex;flex-direction:column;gap:5px;background-color:#d8eefe;border:1px solid #094067}.skills-page>h2{border-bottom:2px solid #094067;color:#094067;padding-bottom:.5rem;font-size:2.2rem}.skills-page>.tech-section{flex:1}.skills-page>.tech-section>h3{padding:.3rem 0 1rem;color:#094067}.skills-page>.tech-section>.cards{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem}.skills-page>.tech-section>.cards>div{height:60px;background-color:#094067;border-radius:.4rem}.skills-page>.tech-section>.cards>div>.card{border:1px solid #094067;background-color:#fffffe;box-shadow:#00000005 0 1px 3px,#1b1f2326 0 0 0 1px;border-radius:.4rem;transform:translate(-1.5%,-6%);height:100%;padding:.4rem;display:flex;align-items:center;gap:10px;font-size:1.1rem;font-weight:500;color:#094067}.skills-page>.tech-section>.cards>div>.card>.image-container{height:85%;width:20%;border-radius:.2rem;padding:.4rem;background-color:#90b4ce1a!important;box-shadow:#09406705 0 1px 3px,#09406726 0 0 0 1px}.skills-page>.tech-section>.cards>div>.card>.image-container>img{height:100%;width:100%;object-fit:contain}.test{background-color:beige;height:100dvh}.test-two{background-color:#006400;height:100dvh}h1,h2,h3,h4,h5,h6,p{margin:0!important}*,:before,:after{box-sizing:border-box!important}a{text-decoration:none;color:#fff}/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}*{font-family:Poppins,sans-serif}
