:root{--base-color:#f5f5f5;--accent-dark:#108901;--accent-lite:#14a701;--accent-lite-transparent:rgba(20,167,1,0.05);--textColor-h:#000;--textColor-p:#969696;--fw-regular:500;--fw-bold:800}*,:after,:before{box-sizing:border-box;padding:0;margin:0}html{font-size:62.5%;scroll-behavior:smooth}body{background-color:#fff;font-family:Source sans pro,sans-serif}p{font-size:1.5rem;font-weight:var(--fw-regular);color:var(--textColor-p)}@media screen and (min-width:768px){p{font-size:1.8rem}}a{all:unset;font-family:Arial,Helvetica,sans-serif;cursor:pointer}.container{max-width:120rem;margin:auto;width:92%}.block{--padding-vertical:5rem;padding:var(--padding-vertical) 2rem}.grid{display:grid}@media screen and (min-width:768px){.grid--1x2{grid-template-columns:repeat(2,1fr)}}.nav--fixed{position:fixed;z-index:1;width:100vw}.nav{background:var(--base-color);display:flex;justify-content:space-between;flex-wrap:wrap;padding:0 2rem;align-items:center;text-transform:uppercase}.nav__list{width:100%;margin:0}.nav__list-item{border-bottom:1px solid var(--accent-lite);color:var(--accent-lite);padding:2vw}.nav__list-item>a{font-weight:var(--fw-bold);padding-right:100%;cursor:pointer}.nav__list-item:hover{color:var(--accent-dark)}.nav__list-item:active{color:#fff;background-color:var(--accent-lite)}@media screen and (min-width:768px){.nav__list-item{padding:0;margin-right:3vw}.nav__list-item:active{color:var(--accent-lite);background-color:rgba(20,167,1,0)}}.nav__toggler{opacity:.5;transition:box-shadow .15s;cursor:pointer}.nav.collapsible--expanded .nav__toggler{opacity:1;box-shadow:0 0 0 1px var(--accent-lite);border-radius:5px}@media screen and (min-width:768px){.nav__toggler{display:none}.nav .nav__list{width:auto;display:flex;font-size:1.6rem;max-height:100%;opacity:1}.nav__list-item{border:0;cursor:pointer}}.collapsible__header{display:flex;justify-content:space-between}.collapsible__heading{margin-top:0;font-size:3rem}.collapsible__chevron{transform:rotate(-90deg);transition:transform .3s}.collapsible__content{opacity:0;max-height:0;overflow:hidden;transition:all .3s}.collapsible--expanded .collapsible__chevron{transform:rotate(0deg)}.collapsible--expanded .collapsible__content{max-height:100vh;opacity:1}.icon{width:40px;height:40px}.icon--small{width:30px;height:30px}.icon--primary{fill:var(--color-primery)}.icon--accent{fill:var(--accent-lite)}.icon-container{background:#f3f9fa;width:64px;height:64px;border-radius:100%;display:inline-flex;justify-content:center;align-items:center}.icon-container--accent{background:var(--color-accent)}.list{list-style:none;padding-left:0}.list--inline .list__item{display:inline-block;margin-right:2rem}.list--tick{padding-left:3rem}.list--tick .list__item{padding-left:.5rem;margin-bottom:1rem}@media screen and (min-width:1024px){.list--tick .list__item{padding-left:0}}.hero{background-image:url(/subtle-prism.24bbe39e.svg);width:100%;min-height:100vh;display:flex;place-items:center;text-align:center;flex-direction:column;align-items:center;place-content:center;padding:0 1rem;gap:5rem;position:relative}.hero .profilePic{height:100px;width:100px;object-fit:scale-down;border-radius:50px;background-color:#c5c6cb;border:3px solid var(--accent-lite)}.hero .title{font-family:var(--ff-primary);font-weight:var(--fw-bold);font-size:2rem;text-transform:uppercase;margin-bottom:1rem}strong{color:var(--accent-lite)}p strong{font-weight:var(--fw-bold)}@keyframes blink{0%{opacity:0}50%{opacity:1}to{opacity:0}}.insertionPointer{animation:blink 1s infinite}@media screen and (min-width:768px){.hero-header{max-width:600px}.hero{flex-direction:row}.hero .title{font-size:5rem}.hero .profilePic{width:200px;height:200px;border-radius:100px}}.btn{border-radius:.5rem;border:0;cursor:pointer;font-size:1.3rem;letter-spacing:.3rem;font-weight:700;outline:0;padding:1rem 4vw;text-align:center;text-transform:Uppercase;white-space:nowrap;display:inline-block;margin:1rem}.btn-group{display:flex;flex-wrap:wrap;gap:10px;align-items:center}.hero-btn-group{justify-content:center}@media screen and (min-width:768px){.btn{font-size:1.8rem}}.btn-primary{color:#fff;background-color:var(--accent-lite)}.btn-primary:hover{background-color:var(--accent-dark)}@media screen and (min-width:768px){.mouse{width:100%;display:flex;justify-content:center}.scroll{width:2rem;height:3.5rem;border-radius:1rem;border:.2rem solid var(--accent-lite);position:relative;overflow:hidden;transform:translateY(-45px)}@keyframes wheel{to{opacity:0;top:27px}}@-webkit-keyframes wheel{to{opacity:0;top:27px}}.scroll:before{content:"";width:5px;height:5px;position:absolute;top:.5rem;left:50%;transform:translateX(-50%);background-color:var(--accent-lite);border-radius:50%;opacity:1;animation:wheel 1.3s infinite;-webkit-animation:wheel 1.3s infinite}}.split{position:absolute;bottom:0;left:0;width:100%;overflow:hidden;line-height:0;transform:rotate(180deg)}.split svg{position:relative;display:block;width:calc(167% + 1.3px);height:20rem}.split .shape-fill{fill:#14a701}.sec-pad{padding-top:7rem}.sec-header{text-align:center;padding:3rem 1rem}.sec-header,.sec-header .heading{display:flex;flex-direction:column;align-items:center}.sec-header .heading{font-size:3.5rem;text-transform:uppercase;letter-spacing:.5rem}.sec-header P{max-width:768px}.sec-header .heading:after{content:"";width:4rem;height:.5rem;border-radius:.5rem;background-color:var(--accent-lite);display:block;margin:1rem 0}@media screen and (min-width:768px){.sec-header .heading{font-size:4rem}}.sec-article{padding:2rem;text-align:justify}.sec-article .title{font-size:2.5rem;padding-bottom:1.5rem}.sec-article .btn{margin-top:5vh}.pera{margin:1rem 0;line-height:1.5}.sec-img{width:100%;object-fit:cover}.sec-pad article{padding-bottom:5rem}.tech-container{display:flex;flex-direction:row;flex-wrap:wrap}.badge{font-weight:600;font-size:2rem;background-color:var(--base-color);padding:.5rem 1.5rem;border-radius:.5rem;margin:1rem .5rem;display:flex;align-items:center;gap:.5rem}.badge .icon{width:1.6rem;height:1.6rem;background-color:var(--accent-lite)}.fa-square-js{background-color:#000}.techImg{height:2rem}.experience-list{font-size:1.5rem;margin-left:25px;margin-bottom:5px}.experience-list :first-child{font-weight:700}.experience-list p{display:inline}@media screen and (min-width:768px){.experience-list{font-size:1.8rem}}.form-container{width:100%;height:fit-content;display:flex;justify-content:center}form{width:100%;padding:3rem;background-color:#fff;box-shadow:0 0 50px rgba(0,0,0,.1);margin:1.5rem;border-radius:5px}@media screen and (min-width:768px){form{max-width:768px}}form input[type=text],input[type=email],textarea{width:100%;border:1px solid #ccc;outline:0;padding:1rem;border-radius:.5rem;font-size:1.8rem;background-color:var(--base-color);margin-top:.5rem;transition:box-shadow .2s ease-in;resize:none}form input[type=text]:focus,input[type=email]:focus,textarea:focus{outline:0;box-shadow:0 0 0 4px rgba(20,167,1,.25)}label{display:block;font-size:2rem;color:var(--accent-lite);text-transform:capitalize;font-weight:700;letter-spacing:1.5px}.input-group{margin-bottom:3rem}.form-btn{width:100%;display:flex;justify-content:flex-end}.form-btn .btn{margin-right:0}.footer{background-color:#000;color:#fff}.info_section{padding:2.5rem 0;display:flex;justify-content:space-between;flex-direction:column;gap:2rem}@media screen and (min-width:768px){.info_section{flex-direction:row-reverse}}.social-block{padding-bottom:1.5rem}.social-block .link-icon{font-size:2rem;margin-right:1rem;cursor:pointer}.info_section-block{padding-bottom:1.5rem;max-width:600px}.footer_heading{display:block;padding-bottom:1.5rem;font-size:2.5rem;font-weight:600}.copyright_section{text-align:center;padding:1rem 0;font-size:1.2rem}::-webkit-scrollbar{width:auto}::-webkit-scrollbar-track{background-color:var(--base-color)}::-webkit-scrollbar-thumb{background-color:rgba(20,167,1,.7);border-radius:100vw;border:.3rem solid var(--base-color)}::-webkit-scrollbar-thumb:hover{background-color:#14a701}@supports (scrollbar-color:red blue){*{scrollbar-color:rgba(20,167,1,.7) var(--base-color)}}
/*# sourceMappingURL=/style.67eef297.css.map */