@import "https://fonts.googleapis.com/css2?family=Noto+Sans:wght@300;500&family=Open+Sans&display=swap";*{box-sizing:border-box;margin:0;padding:0}:root{--background-color:#18181b;--little-black:#0a0a0a;--primary-text-color:#fff5bf;--accent-color:#f8caca;--nav-height:8vh;--footer-height:10vh}body{background-color:var(--background-color);color:var(--primary-text-color);font-family:Noto Sans,sans-serif;height:80vh!important}::selection{background-color:var(--primary-text-color);color:var(--background-color)}a{color:inherit;text-decoration:none;display:inline}nav ul{padding:10px;font-size:large;list-style:none}nav ul li{display:inline}.flex{align-items:center;display:flex}.grid{align-items:center;display:grid}.container{max-width:100vw;margin-inline:auto}.accent{color:var(--accent-color)}.accent::selection{background-color:var(--accent-color)}.block{display:block}.main-heading{padding-block:10px;font-size:48px;font-weight:bolder}.primary-btn{cursor:pointer;color:var(--accent-color);background-color:inherit;border-style:none;border:1px solid var(--accent-color);border-radius:10px;margin-top:2rem;padding:10px;font-family:inherit;font-size:medium}.primary-btn:hover{background-color:var(--primary-text-color);color:var(--little-black)}.underline{text-underline-offset:5px;text-decoration:underline}.sub-heading{text-align:center;margin:20px}.min-height{min-height:82vh}.margin-block{margin-block:1rem}.margin-right{margin-right:.5rem}.margin-right-big{margin-right:1rem}.icon-provider{gap:.1rem;display:flex}::-webkit-scrollbar{background-color:var(--background-color);width:5px;height:8px}::-webkit-scrollbar-thumb{background:var(--accent-color)}@media screen and (width<=1300px){.project-section{flex-wrap:wrap;justify-content:center;align-items:center;width:100vw;display:flex}}@media screen and (width<=991px){h1{font-size:25px}.social-links{width:100vw;justify-content:space-evenly!important}#copyText{display:none}.home-section{margin:1rem 2rem}.skill-section{grid-template-columns:repeat(2,.3fr);column-gap:0;display:grid}footer{position:static!important}.blog-home{margin:0 5rem!important}.blog-image{width:30rem}.blog-content{width:80%!important}}@media screen and (width<=767px){h1{font-size:20px}.main-heading{font-size:40px}.footer-text{justify-content:space-between;display:none}.home-section{flex-direction:column-reverse;justify-content:space-between}.my-image{width:22rem!important}.skill-section{flex-direction:column;height:max-content;margin-bottom:1rem;display:flex;align-items:center!important;padding-top:0%!important}.project-tech{font-size:15px}.blog-home{margin:0 1rem!important}.blog-card{border-radius:1rem;padding:1.5rem;margin:.1rem!important}.blog-card-footer{flex-direction:column;align-items:flex-start}.blog-image{width:25rem!important}.blog-content{width:90%!important}.no-internet-image{width:25%!important}}@media screen and (width<=479px){.my-image{width:20rem!important}.project-image{width:330px!important;height:180px!important}.project-card{width:350px;height:390px!important}.blog-card-left{flex-direction:column;align-items:baseline;gap:0!important}.blog-image{width:20rem!important}.no-internet-text{align-items:baseline}.no-internet-image{width:25%!important}}.navbar{height:var(--nav-height);background-color:var(--background-color);opacity:.9;-webkit-backdrop-filter:blur(10px);justify-content:center;position:sticky;top:0}.nav-links li{flex-direction:row;margin:20px}.nav-links li:hover{text-underline-offset:5px;text-decoration:underline}ul .active{color:var(--accent-color);text-underline-offset:5px;font-weight:700;text-decoration:underline}footer{background-color:var(--little-black);height:var(--footer-height);justify-content:space-around}.social-links{justify-content:space-evenly;gap:2rem;transition:all .7s}.social-links span :hover{color:var(--accent-color)}.home-section{justify-content:center;align-self:center}.home{flex-direction:column;align-items:flex-start;font-size:20px}.home-image{width:fit-content}.my-image{text-align:center;border-radius:300px;width:25rem}.home-section-buttons{gap:1rem}.no-match{flex-direction:column;justify-content:center}
