.btn{--btn-color:var(--main-color);--btn-text-color:var(--primary-text-color);color:#fff;z-index:0;border:.2rem solid var(--btn-color);text-align:center;width:clamp(150px, fit-content, 200px);cursor:pointer;background:0 0;border-radius:.5rem;outline-color:#0000;margin-top:1rem;padding:.9rem 3.5rem;font-size:2rem;display:inline-block;position:relative;overflow:hidden;box-shadow:0 .5rem 1rem #0000001a}.btn:before{content:"";background:var(--btn-color);z-index:-1;border-radius:.5rem;width:95%;height:85%;transition:all .2s linear;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.btn:is(button):disabled{--btn-color:grey;opacity:.75;pointer-events:none;cursor:default}.btn:hover:is(a):before,.btn:focus:is(a):before{top:100%;transform:translate(-50%,100%)}.btn:hover:is(a),.btn:focus:is(a){color:var(--primary-text-color)}.btn:hover:is(button):enabled:before,.btn:focus:is(button):enabled:before{top:100%;transform:translate(-50%,100%)}.btn:hover:is(button):enabled,.btn:focus:is(button):enabled{color:var(--primary-text-color)}
section{min-height:100svh;padding:1% 8% 4%}section:not(#home){margin-block:3rem}section.home{margin-bottom:3rem}.heading{color:var(--primary-text-color);text-align:center;text-transform:uppercase;padding:1rem;font-size:5rem}h2.sub-heading,button.sub-heading{width:100%;color:var(--primary-text-color);text-align:center;text-transform:uppercase;border-bottom:1px solid var(--primary-text-color);margin-top:2rem;padding:1rem;font-size:3rem}.heading span{color:var(--main-color);text-transform:uppercase}.portfolio .download,.about .download,.skills .download,.blog .download{flex-wrap:wrap;justify-content:space-around;gap:1rem;margin:auto 0;display:flex}.skills .download,.blog .download,.portfolio .download,.about .download{background:var(--primary-bg-color);text-align:center;border-radius:.5rem;margin:1rem;padding:2rem 2rem 3rem;box-shadow:0 .5rem 1rem #0000001a}
*{box-sizing:border-box;text-transform:capitalize;border:none;outline:none;margin:0;padding:0;font-family:Roboto,sans-serif;text-decoration:none;transition:all .3s cubic-bezier(.38,1.15,.7,1.12)}*>a:not(.btn,.navbar>a):active,*>a:not(.btn,.navbar>a):focus{outline:1px solid var(--primary-text-color)}::selection{background-color:var(--main-color);color:#fff}html{scroll-behavior:smooth;font-size:52.5%;overflow-x:hidden}html::-webkit-scrollbar{width:1.3rem}html::-webkit-scrollbar-track{background-color:var(--secondary-bg-color)}html::-webkit-scrollbar-thumb{background-color:var(--main-color)}html.dark::-webkit-scrollbar-thumb{background-color:#2ecc71}html.dark::-webkit-scrollbar-track{background-color:#171c32}.about,.home,.portfolio,.blog{margin-bottom:30px}body{background:var(--secondary-bg-color)}body.dark-theme{--main-color:#2ecc71;--primary-bg-color:#252c48;--secondary-bg-color:#171c32;--primary-text-color:#fff;--secondary-text-color:#eee}
#menu{background:var(--main-color);color:#fff;text-align:center;z-index:1000;cursor:pointer;border-radius:5rem;width:5rem;height:5rem;font-size:2rem;line-height:5rem;position:fixed;top:1rem;right:2rem}#menu.fa-times{transform:rotate(-180deg)}.navbar{z-index:999;border:.2rem solid var(--main-color);background:var(--primary-bg-color);opacity:0;transform-origin:100% 0;border-radius:1rem;padding:1.1rem 4rem 1.1rem 2rem;position:fixed;top:2.4rem;right:2.5rem;transform:scale(0)}.navbar.nav-toggle{opacity:1;transform:scale(1)}.navbar a{color:var(--primary-text-color);padding:1rem 7rem 1rem 1rem;font-size:2rem;display:block}.navbar a:hover,.navbar a:focus{color:var(--main-color);transform:translate(1rem)}#theme-toggler{z-index:998;text-align:center;background:var(--main-color);color:#fff;cursor:pointer;border-radius:5rem;width:5rem;height:5rem;font-size:2rem;line-height:5rem;position:fixed;top:7.5rem;right:2rem}#theme-toggler.fa-sun{transform:rotate(-180deg)}#theme-toggler:focus-within{outline:1px solid var(--primary-text-color);outline-offset:2px}#buy-coffee{z-index:998;text-align:center;background:var(--main-color);color:#fff;cursor:pointer;border-radius:5rem;width:5rem;height:5rem;font-size:2.5rem;line-height:5rem;position:fixed;bottom:7.5rem;right:2rem}#scroll-to-top{z-index:998;text-align:center;background:var(--main-color);color:#fff;cursor:pointer;border-radius:5rem;width:5rem;height:5rem;font-size:3rem;line-height:5rem;position:fixed;bottom:1rem;right:2rem}@media (min-width:756px){#scroll-to-top{top:1rem;left:2rem}}#contact-me-icon{z-index:999;text-align:center;background:var(--main-color);color:#fff;cursor:pointer;border-radius:5rem;width:5rem;height:5rem;font-size:3rem;line-height:5rem;position:fixed;bottom:1rem;right:2rem}@media (max-width:756px){#contact-me-icon{bottom:7.5rem;right:2rem}}
.scroll_watcher{z-index:1000;background-color:var(--main-color);transform-origin:0;width:105%;height:5px;animation:linear scrollWatcherAnimation;animation-timeline:scroll(y);position:fixed;top:0;scale:0 1}@keyframes scrollWatcherAnimation{to{scale:1}}

.home{z-index:0;flex-wrap:wrap;justify-content:center;align-items:center;display:flex;position:relative}.home .image{text-align:center;flex:40rem;padding:1rem}.home .image img{object-fit:cover;object-position:top center;border-top:3rem solid var(--primary-bg-color);border-right:3rem solid var(--primary-bg-color);border-bottom:3rem solid var(--main-color);border-left:3rem solid var(--main-color);border-radius:.5rem;max-height:50rem;box-shadow:0 .5rem 1rem #0000004d}@media (max-width:560px){.home .image img{object-position:top 200px;max-height:40rem}}.home .content{flex:40rem;padding:1rem;font-family:Poppins}.home .content .hello{text-transform:none;color:var(--secondary-text-color);padding:1rem 0;font-size:3rem;display:inline-block}.home .content .hello>*{text-transform:none}.home .content h3{color:var(--primary-text-color);font-size:4.5rem}.home .hello span,.home .content h3 span,.home .hello.designation{color:var(--main-color)}.home .greet-img{width:12em}.home .content p{color:var(--secondary-text-color);padding:1rem 0;font-size:2rem}.home .cp-links{color:var(--secondary-text-color);cursor:pointer;flex-direction:row;place-content:center space-between;align-items:stretch;margin:20px 0;font-size:5rem;text-decoration:none;display:flex}.home .cp-links a{color:var(--secondary-text-color);width:60px;height:60px;text-decoration:none}.home .cp-links a img{width:60px;height:60px}.home .content .btn-container{flex-flow:wrap;justify-content:center;gap:1em;width:fit-content;display:flex}.scroll-indicator{width:50px;height:50px;color:var(--secondary-text-color);fill:var(--secondary-text-color);animation:2s linear infinite moveDownUp;display:none;position:absolute;bottom:10px;left:auto}.scroll-indicator a,.scroll-indicator a img{width:inherit;height:inherit}@keyframes moveDownUp{0%{transform:translateY(-50px)}90%{transform:translateY(0)}}@media (min-width:1088px){.home .scroll-indicator{display:block}.home .content .btn-container{justify-content:flex-start}}
.about .row{flex-wrap:wrap;flex-grow:1;justify-content:center;align-items:center;width:100%;display:flex}.about .row .about-lead{color:var(--secondary-text-color);text-align:justify;text-transform:none;margin:1.5rem;padding:2rem 0;font-size:1.8rem}.about .row .about-lead>p{text-transform:none;transition:all .3s cubic-bezier(.38,1.15,.7,1.12)}.about .row .about-lead>p.collapsible{display:none}.about .row .box{background-color:var(--primary-bg-color);border-radius:.5rem;flex-grow:1;min-width:300px;margin:1.5rem;padding:.5rem 1.5rem;box-shadow:0 .5rem 1rem #0000001a}.about .row .box .title{color:var(--primary-text-color);padding:1rem 0;font-size:2.5rem}.about .row .box .progress{padding:1rem 0}.about .row .box .progress h3{color:var(--secondary-text-color);justify-content:space-between;font-size:1.7rem;display:flex}.about .row .box .progress .bar{border:.2rem solid var(--main-color);border-radius:.5rem;height:2.5rem;margin:1rem 0;padding:.5rem}.about .row .box .progress .bar span{background-color:var(--main-color);border-radius:.3rem;height:100%;display:block}.about .row .box:nth-child(2) .progress:nth-child(2) .bar span{width:85%}.about .row .box:nth-child(2) .progress:nth-child(3) .bar span{width:65%}.about .row .box:nth-child(2) .progress:nth-child(4) .bar span{width:70%}.about .row .box:nth-child(2) .progress:nth-child(5) .bar span{width:65%}.about .row .box:nth-child(2) .progress:nth-child(6) .bar span{width:90%}.about .row .box{height:auto}.about .row .box .exp-box{border-left:.2rem solid var(--main-color);margin-top:1rem;margin-bottom:2rem;padding:0 1.8rem;position:relative}.about .row .box .exp-box h3{color:var(--main-color);font-size:2rem}.about .row .box .exp-box p{color:var(--secondary-text-color);padding:1rem 0;font-size:1.5rem}.about .row .box .exp-box:before{content:"";background:var(--main-color);border-radius:50%;width:2rem;height:2rem;position:absolute;top:0;left:-1rem}
.skills .box-container{flex-wrap:wrap;justify-content:center;align-items:stretch;display:flex}.skills .box-container .box{background:var(--primary-bg-color);text-align:center;z-index:0;border-radius:.5rem;flex-flow:column wrap;place-content:center space-evenly;align-items:center;width:35rem;margin:1rem;padding:1rem;display:flex;position:relative;box-shadow:0 .5rem 1rem #0000001a}.skills .box-container .box .certificate-link{z-index:99;color:var(--main-color);background-color:var(--secondary-bg-color);border-radius:20%;padding:.08em;font-size:3em;position:absolute;bottom:55px;right:35px}.skills .box-container .box .number{color:var(--primary-text-color);font-size:2.5rem;position:absolute;top:1.5rem;left:2rem}.skills .box-container .box img{width:90%;margin:1rem;position:relative}.skills .box-container .box img.icon.image-contain{object-fit:contain}.skills .box-container .box img.icon{width:25rem;height:20rem}.skills .box-container .box h3{color:var(--main-color);font-size:2rem}.skills .box-container .box p{color:var(--secondary-text-color);padding:1rem;font-size:1.5rem}.skills .box-container .box:before{content:"";background:var(--main-color);z-index:-1;clip-path:circle(25% at 0 0);opacity:.1;width:100%;height:100%;transition:all .3s;position:absolute;top:0;left:0}.skills .box-container .box:hover:before,.skills .box-container .box:focus:before,.skills .box-container .box:focus-visible:before,.skills .box-container .box:focus-within:before{clip-path:circle(100%)}
