@import"https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap";*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}body{margin:0;font-family:Roboto,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden}html{scroll-behavior:smooth}h1,h2,h3,h4,h5,p{line-height:1.6em}*,*:before,*:after{box-sizing:inherit}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}:root{--large-title-size: 3.4em;--subtitle-font: 1.3em;--section-heading-font: 1.9em;--content-heading-size: 1.4em;--para-font: 1em;--small-para-font: .9em}:root{--accent-blue: #2563eb;--primary-bg: #ffffff;--secondary-bg: #ffffff;--primary-text: #111827;--secondary-text: #4b5563;--background-color-main: #ffffff;--content-color-main-opacity: rgba(0, 0, 0, .6);--content-color-main: #111827;--border-color-main: rgba(0, 0, 0, .1);--panel-bg: #ffffff;--timeline-line: rgba(37, 99, 235, .2);--timeline-dot: var(--accent-blue)}body.dark{--accent-blue: #60a5fa;--primary-bg: #111827;--secondary-bg: #1f2937;--primary-text: #ffffff;--secondary-text: #9ca3af;--background-color-main: #243447;--content-color-main-opacity: rgba(255, 255, 255, .8);--content-color-main: white;--border-color-main: rgba(255, 255, 255, .4);--panel-bg: rgba(31, 41, 55, .5);--timeline-line: rgba(96, 165, 250, .3);--timeline-dot: var(--accent-blue)}@media screen and (max-width: 768px){:root{--large-title-size: 1.9em;--subtitle-font: 1em;--para-font: .8em;--section-heading-font: 1.4em;--content-heading-size: 1.2em}}@media screen and (min-width: 1900px){:root{--large-title-size: 3.9em;--subtitle-font: 1.8em;--para-font: 1.4em;--section-heading-font: 2.4em;--content-heading-size: 1.8em}}body{background-color:var(--background-color-main);transition:all .2s linear}a{text-decoration:none;color:var(--content-color-main)}::-webkit-scrollbar{width:0px!important}::-webkit-scrollbar-thumb{background-color:#1f2937!important;border-radius:4px!important}::-webkit-scrollbar-track{background-color:#f1f1f1!important}::-webkit-scrollbar{width:5px}::-webkit-scrollbar-track{background:#f1f1f1}::-webkit-scrollbar-thumb{background:#888}::-webkit-scrollbar-thumb:hover{background:#555}.Main-banner{display:flex;width:100%;max-width:960px;margin:0 auto;height:100vh;flex-direction:column;align-items:center;text-align:center;justify-content:center;padding:0 2rem}.banner-title{font-size:var(--large-title-size);font-weight:800;line-height:1.25;background:linear-gradient(to right,#60a5fa,#a78bfa);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.banner-name{font-size:.8em;font-weight:700;display:block;margin-top:1rem;color:var(--primary-text);-webkit-text-fill-color:initial}.banner-subtitle{margin-top:1.5rem;max-width:720px;font-size:var(--subtitle-font);color:var(--secondary-text);line-height:1.6}@media screen and (max-width: 769px){.Main-banner{height:auto;min-height:80vh;padding:4rem 1.5rem;text-align:center;align-items:center}}a.hero-cta{display:inline-block;margin-top:2rem;padding:.8rem 2.2rem;font-size:1rem;font-weight:600;text-decoration:none;border-radius:.5rem;transition:all .2s ease-in-out;color:#fff!important;background:linear-gradient(135deg,#2563eb,#3b82f6);box-shadow:0 4px 6px -1px #2563eb33,0 2px 4px -1px #2563eb1a}a.hero-cta:hover{color:#fff!important;transform:translateY(-2px);box-shadow:0 10px 15px -3px #2563eb4d,0 4px 6px -2px #2563eb33;background:linear-gradient(135deg,#1d4ed8,#2563eb)}body.dark a.hero-cta{color:#fff!important;background:linear-gradient(135deg,#3b82f6,#7c3aed);box-shadow:0 4px 6px -1px #3b82f633}body.dark a.hero-cta:hover{color:#fff!important;background:linear-gradient(135deg,#2563eb,#6d28d9);box-shadow:0 10px 15px -3px #3b82f64d}.bubbles{width:100vw!important;box-sizing:unset}.about-section{display:flex;flex:1;align-items:center;min-height:100vh;height:auto;padding:20px 0;width:100vw;background-color:#7d89a2;box-sizing:unset}.about-section-para{font-size:var(--para-font);line-height:1.7em;font-style:oblique;z-index:9;color:var(--primary-text)}.box-large{position:absolute;border:solid;border-width:20px;border-color:#fff3;left:0;right:0;top:0;bottom:0;margin:auto auto auto -50px;z-index:6;width:350px;height:350px;transition:transform 1s linear}.about-section:focus .box-large,.about-section:hover .box-large{transform:rotate(-45deg)}@media (max-width: 500px){.box-large{height:100%;transform:rotate(0)}}.project-section{display:flex;height:auto;min-height:100vh;align-items:center;flex-wrap:wrap;flex-direction:row;justify-content:space-around}.project-data{background-color:var(--panel-bg);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);border-radius:.5rem;box-shadow:0 4px 6px #0000001a;transition:transform .3s ease;margin:20px 20px 0 0;flex:45%}.project-data:nth-child(3),.project-data:nth-child(6){flex:100%}@media (max-width: 760px){.project-section{flex-direction:column}.project-data{margin:20px 0 0;width:100%}}.project-screenshot{height:auto;background-color:transparent}.project-screenshot>img{width:100%;height:auto;border-radius:15px 15px 0 0}.project-details{padding:15px;box-sizing:content-box;color:var(--content-color-main)}.project-title{font-size:var(--content-heading-size);color:inherit}.project-description{font-size:var(--para-font);margin:15px 0;color:inherit}.technologies{display:flex;flex-flow:row wrap;gap:4px}.technologies-used{background:#60a5fa1a;color:var(--primary-text);padding:.25rem .75rem;border-radius:9999px;font-size:.875rem}.project-link{display:flex;align-items:center;justify-content:flex-end;margin-top:10px;font-size:var(--small-para-font);text-decoration:none;color:var(--content-color-main)}.project-link svg{margin-left:10px;width:15px;height:15px;fill:var(--content-color-main)}.section-header{display:flex;flex-flow:column nowrap;justify-content:center;align-items:center;margin:80px 0}.section-header h1{font-size:var(--section-heading-font);color:var(--content-color-main);margin:0}.section-header p{font-size:var(--subtitle-font);color:var(--content-color-main);text-align:center}.navigate-btn{margin-top:20px;width:auto;padding:15px 25px;font-size:1em;border:solid 1px var(--content-color-main);transition:all .25s;cursor:pointer;color:var(--content-color-main);display:flex;align-items:center;justify-content:center}.section-nav-btn{width:35px;height:35px;fill:var(--content-color-main);margin-right:10px}.navigate-btn:hover{border-radius:35px}@media screen and (max-width: 768px){.section-header{margin:30px 0}}.blog-panel{display:flex;width:100%;justify-content:space-between;margin:0 0 25px;padding:0;align-items:center;background-color:var(--panel-bg);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);border-radius:.5rem;box-shadow:0 4px 6px #0000001a;transition:transform .3s ease}.blog-details-panel{display:flex;flex-flow:column nowrap;color:var(--content-color-main);flex:40%;height:100%;padding:40px;align-items:center;justify-content:flex-start}.blog-details-panel h1{font-size:var(--content-heading-size);font-weight:400;align-self:flex-start}.blog-details-panel p{font-size:var(--para-font);line-height:1.4em;margin:15px 0}.blog-link{display:flex;align-items:center;font-size:var(--small-para-font);text-align:left;align-self:flex-start;color:var(--content-color-main)}.blog-link svg{margin-left:10px;width:15px;height:15px;fill:var(--content-color-main)}.blog-img-panel{flex:60%;padding:10px;margin:0}.blog-img-panel img{width:100%;object-fit:cover;border-radius:15px;height:100%}@media screen and (max-width: 768px){.blog-panel{display:flex;flex-flow:column nowrap}}.footer-app{display:flex;flex-flow:column nowrap;width:100%;padding:40px 10px;height:auto;align-items:center;color:var(--content-color-main);justify-content:center;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);border-top:1px solid rgba(255,255,255,.12);transition:transform .3s ease;margin-top:40px;background-color:var(--panel-bg)}.footer-title{color:inherit;font-size:var(--section-heading-font);text-align:center}.footer-subheading{color:inherit;font-size:var(--para-font);margin:10px 0 20px;text-align:center}.footer-email{font-size:1.2rem;font-weight:600;color:var(--accent-blue)!important;text-decoration:none;margin-bottom:2rem;transition:opacity .2s ease,transform .2s ease;display:inline-block}.footer-email:hover{opacity:.8;transform:scale(1.02)}.social-media-icons{display:flex;flex-flow:row nowrap;justify-content:center;color:inherit}.social-media-icons svg{margin-left:20px;width:30px;height:30px;transition:transform 1s;fill:var(--content-color-main)}.social-media-icons svg:hover{transform:scale(1.3)}@media screen and (max-width: 768px){.social-media-icons svg{width:25px;height:25px}.footer-email{font-size:1.1rem;margin-bottom:1.5rem}}.experience-timeline{position:relative;width:auto;max-width:1100px;margin:0 auto;padding:2rem 0}.experience-timeline:before{content:"";position:absolute;top:0;left:50%;transform:translate(-50%);width:2px;height:100%;background:var(--timeline-line)}.timeline-item{position:relative;margin-bottom:4rem;width:100%;opacity:0;transform:translate(-50px);transition:all .6s ease-out}.timeline-item:last-child{margin-bottom:0}.timeline-item.visible{opacity:1;transform:translate(0)}.timeline-item:nth-child(2n){transform:translate(50px)}.timeline-item:nth-child(2n).visible{transform:translate(0)}.timeline-content{position:relative;width:calc(50% - 30px);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);padding:1.5rem;border-radius:.5rem;box-shadow:0 4px 6px #0000001a;transition:transform .3s ease;background-color:var(--panel-bg)}.timeline-item:nth-child(2n) .timeline-content{margin-left:calc(50% + 30px)}.timeline-item:nth-child(odd) .timeline-content{margin-left:calc(0% - 50px)}.timeline-content:hover{transform:translateY(-5px)}.timeline-dot{position:absolute;top:20px;left:calc(50% - 6px);width:12px;height:12px;background:var(--timeline-dot);border-radius:50%;transition:transform .3s ease}.timeline-item:hover .timeline-dot{transform:scale(1.5)}.timeline-role{color:var(--primary-text);font-size:1.25rem;font-weight:600;margin-bottom:.5rem}.timeline-company{color:var(--secondary-text);margin-bottom:.5rem}.timeline-period{color:var(--secondary-text);font-size:.875rem;margin-bottom:1rem}.timeline-description-list{color:var(--primary-text);margin-bottom:1rem;line-height:1.6;font-size:.9rem;padding-left:1.2rem}.timeline-description-item{margin-bottom:.5rem}.timeline-description-item:last-child{margin-bottom:0}.tech-tags{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:1rem}.tech-tag{background:#60a5fa1a;color:var(--primary-text);padding:.25rem .75rem;border-radius:9999px;font-size:.875rem}@media (max-width: 768px){.experience-timeline:before{left:20px}.timeline-content{width:calc(100% - 100px);margin-left:40px!important}.timeline-dot{left:14px}.timeline-item,.timeline-item:nth-child(2n){transform:translate(-30px)}.timeline-item.visible,.timeline-item:nth-child(2n).visible{transform:translate(0)}}.scroll-indicator{position:absolute;bottom:2rem;animation:bounce 2s infinite}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}.skills-section{padding:3rem 0;display:flex;justify-content:center}.skills-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;width:100%;max-width:1100px;margin:0 auto}.skills-card{background-color:var(--panel-bg);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);padding:2rem;border-radius:.75rem;box-shadow:0 4px 6px #0000000d;transition:transform .3s ease,box-shadow .3s ease;border:1px solid var(--border-color-main)}.skills-card:hover{transform:translateY(-5px);box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}.skills-category-title{color:var(--primary-text);font-size:1.2rem;font-weight:600;margin-bottom:1.25rem;border-left:3px solid var(--accent-blue);padding-left:.75rem}.skills-tags-container{display:flex;flex-wrap:wrap;gap:.6rem}.skill-tag{background:#60a5fa14;color:var(--primary-text);padding:.4rem .8rem;border-radius:6px;font-size:.875rem;font-weight:500;border:1px solid rgba(96,165,250,.15);transition:all .2s ease}.skill-tag:hover{background:var(--accent-blue);color:#fff;transform:scale(1.05);border-color:var(--accent-blue)}body.dark .skills-card{border:1px solid rgba(255,255,255,.05)}body.dark .skill-tag{background:#60a5fa1a;border:1px solid rgba(96,165,250,.2)}body.dark .skill-tag:hover{background:var(--accent-blue);color:#111827;border-color:var(--accent-blue)}@media (max-width: 768px){.skills-grid{grid-template-columns:1fr;padding:0 1rem}}.sticky{position:fixed;left:0;right:0;top:0;z-index:99999;display:flex;justify-content:center;margin-top:15px}.navbar{display:flex;justify-content:center;width:90%;color:var(--content-color-main);background-color:transparent;border-radius:15px}.navbar-container{display:flex;justify-content:space-between;flex-direction:row;padding:5px 25px;width:95%;align-items:center}.portfolio-logo{width:60px;height:60px;fill:var(--content-color-main)}.navigation{display:flex;flex:1;flex-direction:row;justify-content:flex-end}.navigation ul{list-style:none;display:flex;gap:20px;flex-flow:row nowrap;align-items:center;justify-content:space-between}.navigation ul li{font-size:1.2em;padding-bottom:5px;color:var(--content-color-main-opacity);transition:all .25s;cursor:pointer}.navigation ul li:nth-child(4){color:var(--content-color-main)}.navigation ul li:hover{color:var(--content-color-main)}.active-nav>li{border-bottom:2px solid var(--content-color-main);color:var(--content-color-main)!important}.option-icon{width:30px;height:30px;fill:var(--content-color-main);margin-top:5px;display:none;transition:transform 1s}.navbar-svg{width:34px;height:34px;fill:var(--content-color-main);transition:transform .5s}.navbar-svg:hover{transform:scale(1.5)}.option-icon:hover,.option-icon:focus{transform:rotate(180deg)}@media screen and (max-width: 768px){.navbar-container{padding:0 5px}.navigation ul li{font-size:1.1em;margin-left:25px}}.container{padding-right:5px;padding-left:5px;margin-right:auto;margin-left:auto}.container-fluid{margin-left:auto;margin-right:auto}@media (min-width: 768px){.container,.container-fluid{width:750px}}@media (min-width: 992px){.container,.container-fluid{width:970px}}@media (min-width: 1200px){.container,.container-fluid{width:1170px}}.row{display:flex;flex-direction:column;justify-content:center;padding:0 30px}img{height:auto;object-fit:contain}section{min-height:90vh;height:auto;display:flex;justify-content:center;align-items:center;scroll-snap-align:start}.position-relation{position:relative}
