@import url(https://ui.saurabhchirde.com/components/v1.0.0/components.css);@import url(https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;600&display=swap);body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}footer{color:var(--title-color);margin:1rem auto 2rem;max-width:100%;padding:1px 0;position:relative;text-align:center;z-index:1}footer h3{font-size:1.1rem}footer ul{display:block;font-size:1rem;padding:0}footer i{border-radius:50%;font-size:1.2rem;margin:0 5px;padding:.6rem}footer i:hover{background-color:var(--btn-hover);transition:.3s}nav{align-items:center;-webkit-backdrop-filter:blur(50px);backdrop-filter:blur(50px);border-radius:30px;box-shadow:-2px 0 2px #0003;display:flex;flex-direction:column-reverse;height:80%;justify-content:space-between;max-width:80rem;padding:1rem .4rem;position:fixed;right:1rem;top:50%;transform:translateY(-50%);width:60px;z-index:101}.logo-icon{width:2.5rem}nav .menu{display:flex;flex-direction:column;font-size:1.2rem;text-align:center}nav .menu a:hover{font-weight:700;transform:scale(1.3);transition:.2s}.toggler{align-items:center;border:none;color:var(--title-color);cursor:pointer;display:flex}.toggler button:hover{transform:scale(1.3);transition:.2s}.active-nav{border-radius:100%;font-weight:700;transition:.2s}@media screen and (max-width:940px){nav{bottom:1rem;box-shadow:0 -2px 2px #0003;height:50px;justify-content:space-between;left:50%;top:auto;transform:translate(-50%);width:90%}nav,nav .menu{flex-direction:row}.logo-icon{width:2rem}}.primary-button{color:var(--title-color);cursor:pointer}.primary-button,.secondary-button{border:none;border-radius:8px;font-size:1rem;padding:8px 15px;text-decoration:none}.secondary-button{color:#6f6f6f}.floating-btn-sm{box-shadow:none!important}.with-live,.without-live{-webkit-backdrop-filter:blur(50px);backdrop-filter:blur(50px);background-color:var(--card-bg);border-radius:20px;box-shadow:0 4px 10px rgba(0,0,0,.106);padding:.5rem;transition:all .3s cubic-bezier(0,0,.5,1);width:100%}.section-hide{opacity:0;transform:translateY(8rem)}.with-live{align-items:center;display:flex;flex-direction:column}.without-live img{border-radius:4px;max-height:15rem;width:25rem}.main-projects img{margin:.5rem 2.3rem}.other-projects img{border:1px solid var(--card-border)}.other-projects{flex-direction:column;max-width:23rem}.card-text-section{display:flex;flex-direction:column}.card-text-section p{margin-left:0;width:100%}.card-button-section{display:flex;flex-wrap:wrap;gap:2rem;justify-content:center;margin:.6rem 0 0;width:100%}.other-projects .tech{min-height:12rem;padding:1.5rem 0 0}.other-projects .card-button-section{justify-content:space-between}.width-9{width:9rem}.p-16{padding:16px}@media screen and (max-width:768px){.with-live,.without-live{align-items:center;flex-direction:column;margin:0 0 .6rem;width:100%}.without-live{box-shadow:none}.card-button-section{justify-content:space-between}}@media screen and (max-width:440px){.with-live img,.without-live img{width:19rem}}.home-page{width:100%}.home-projects-title{font-weight:500;padding:1rem;text-align:center}.home-page-header{align-items:center;box-sizing:border-box;font-size:24px;font-weight:700;height:100vh;justify-content:center;padding:3rem 2rem;width:80%}.home-page-header,.section-title{color:var(--title-color);margin:auto;text-align:center}.section-title{display:block;font-size:20px;font-weight:400;max-width:80%;padding-bottom:20px}.about-page{color:var(--title-color);margin:3rem auto 2rem;width:80%}.about-page img{border-radius:50%;margin-right:3.5rem;max-width:15rem;width:50%}.about-page p{font-size:1.2rem}.about-section{align-items:center;display:flex}.about-section,.skill-section{margin:4rem auto;width:100%}.section-header{width:100%}.section-header,.tech{display:flex;flex-direction:column}.tech{color:var(--title-color);justify-content:space-between;padding:.6rem 2rem}@media screen and (max-width:940px){.home-page-header{height:100%;margin:2rem auto 6rem;padding:1rem}.project-section{display:flex;flex-direction:row;margin:3rem auto;width:95%}.skill-section{width:90%}}@media screen and (max-width:768px){.about-section{align-items:center;display:flex;flex-direction:column;margin:auto}.about-page img{border-radius:50%;margin-right:0;max-width:12rem;width:50%}.project-section{gap:1rem;margin:2rem auto;width:90%}.tech{padding:.6rem 1rem}}@media screen and (max-width:440px){.home-page-header{box-sizing:border-box;color:var(--title-color);margin:2rem auto 6rem;padding:1rem 0;text-align:center;width:90%}.about-page{width:95}section .tech{align-items:center;padding:1.5rem 0 0}}:root{--primary-color:#192b52;--theme-background-color:#f2f2f24c;--theme-primary-color:#16284f;--theme-background-color:#181d29;--theme-primary-color:#e8e8e8}:root[data-theme=dark]{--theme-background-color:#141517!important;--theme-primary-color:#e8e8e8;--title-color:#f1f1f1;--subtitle-color:silver;--btn-hover:hsla(0,0%,95%,.148);--card-bg:#0a0a0a4b;--card-border:#4f4f4f;--nav-bar-shadow:rgba(45,45,45,.726)}:root[data-theme=light]{--theme-background-color:#f8f8f8;--theme-primary-color:#16284f;--title-color:#222;--subtitle-color:#5f5f5f;--btn-hover:rgba(29,29,29,.146);--card-bg:hsla(0,0%,100%,.144);--card-border:#d2d2d2;--nav-bar-shadow:hsla(0,0%,9%,.195)}*{font-family:Montserrat,sans-serif;margin:0;padding:0}html{scroll-behavior:smooth}body,html{background-color:#181d29;background-color:var(--theme-background-color)}body{margin:0;padding:0}.body{min-height:80vh}.row{margin:auto}a{color:var(--title-color);text-decoration:none}body.darkTheme{background-color:#181d29;background-color:var(--theme-background-color);color:#e8e8e8;color:var(--theme-primary-color)}hr{border-style:none;border-top:2px solid;color:var(--title-color);margin-top:-.5rem;width:3%}.blog-box{display:flex;gap:0}section p{color:#9a9a9a;font-size:1.1rem;padding:15px 0}small{font-size:.9rem}.practice{text-decoration:none}hr{max-width:80%}.cursor-icon{display:none;margin:auto;width:100%}.cursor-icon img{margin:1rem;width:48%}.row{display:flex}.box{background-color:#0479540f;border:0 solid gray;font-size:1.4rem;margin:1rem 6rem 1rem 1rem;padding:3rem 0;width:48%}::-webkit-scrollbar{color:#192b52;color:var(--primary-color);height:5px;width:5px}::-webkit-scrollbar-thumb{background-color:#192b52;background-color:var(--primary-color);height:5px;width:5px}::-webkit-scrollbar-track{background:#0000}@media screen and (max-width:768px){.section-dark{background-color:#001f60f3;border-radius:10px;color:#e3e3e3;display:block;max-width:80%;text-align:center}hr{width:8%}section{width:100%}.section-dark{max-width:90%}section p{color:#9a9a9a;font-size:1rem}hr{max-width:90%}.box{display:none}}
/*# sourceMappingURL=main.7deebbe4.css.map*/