.home-hero{background:linear-gradient(to right,#f5f5f5cc,#f5f5f5cc),url(common-bg.svg);background-position:center;height:100vh;min-height:80rem;max-height:120rem;position:relative}@media only screen and (max-width: 37.5em){.home-hero{height:unset;min-height:unset}}.home-hero__content{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);max-width:90rem;width:92%}@media (max-width: 37.5em){.home-hero__content{padding:19rem 0 13rem;margin:auto;position:static;transform:translate(0)}}.hero__name{color:#111;font-size:6rem;text-transform:uppercase;letter-spacing:3px;text-align:center}@media only screen and (max-width: 37.5em){.hero__name{font-size:4.5rem}}.hero__sub{font-size:2.2rem;color:#333;line-height:1.6;text-align:center;width:100%}@media only screen and (max-width: 37.5em){.hero__sub{font-size:2rem}}.hero__info{margin:3rem auto 0;max-width:80rem}.hero__cta{margin-top:5rem;text-align:center}.about{background-color:#fcfcfc}.sec-pad{padding:12rem 0}@media only screen and (max-width: 56.25em){.sec-pad{padding:8rem 0}}.about-section{width:92%;margin:auto;max-width:1200px}.heading-sec{text-align:center;margin-bottom:9rem}.heading-sec__main{font-size:4rem;text-transform:uppercase;font-weight:700;letter-spacing:2px;margin-bottom:3.5rem;position:relative}.heading-sec__main:before{content:"";position:absolute;height:5px;width:3rem;border-radius:2.5px;background-color:var(--THEME-COLOR);top:130%;left:50%;transform:translate(-50%)}.heading-sec__sub{font-size:2rem;line-height:1.6;max-width:80rem;margin:auto}.about-content{display:grid;grid-template-columns:1fr 1fr;grid-gap:10rem}@media (max-width: 52.1875rem){.about-content{grid-template-columns:1fr}}.about-content__heading{font-weight:700;font-size:2.8rem;margin-bottom:3rem}.about-content__sub{font-size:1.8rem;line-height:1.5;margin-bottom:1rem}.about-content__sub:last-child{margin-bottom:4rem}.about-content__skills{display:flex;flex-wrap:wrap}.about-content__skill{font-size:1.6rem;color:#666;background:#9993;font-weight:700;padding:1rem 2rem;margin-right:1.5rem;margin-bottom:1.5rem;border-radius:5px}.projects-sec{max-width:120rem;width:92%;margin:auto}.project-row{display:grid;grid-template-columns:1.5fr 1fr;grid-gap:5rem;margin-bottom:11rem}@media (max-width: 52.1875rem){.project-row{grid-template-columns:1fr}}.project__image-cont{overflow:hidden}.project__image{width:100%;display:block;object-fit:cover}.project__dis{padding:2rem 0;display:flex;justify-content:center;flex-direction:column;align-items:flex-start}@media (max-width: 52.1875rem){.project__dis{align-items:center}}.project__heading{font-weight:700;font-size:2.8rem;margin-bottom:2rem}.project__subject{font-size:1.8rem;color:gray;max-width:60rem;line-height:1.7;margin-bottom:3rem}.contact{background:linear-gradient(to right,#f5f5f5cc,#f5f5f5cc),url(common-bg.svg)}.contact-section{width:92%;margin:auto;max-width:1200px}.contact__cta{margin-top:4rem}.contact-form{box-shadow:0 0 20px #0000001a;padding:2rem 4rem;border-radius:1rem;max-width:750px;margin:0 auto;position:relative}.blur{filter:blur(5px)}.contact form{display:flex;flex-direction:column;max-width:60rem;margin:auto}.contact form input,.contact form textarea{font-size:1.6rem;padding:1.5rem 2rem;border:1px solid #ccc;border-radius:5px;margin-bottom:2rem;font-family:Poppins,sans-serif}.contact form label{font-size:1.8rem;margin-bottom:.5rem;font-weight:600}.contact form button{border:none;margin:0 auto;cursor:pointer}.contact form h3{font-size:3rem;margin:20px auto}.contact form .button{width:max-content;margin:0 auto;cursor:pointer}.alert{padding:15px 30px;background-color:#90ee90;display:flex;align-items:center;justify-content:space-between;position:absolute;top:10%;left:25%;right:25%;border-radius:.5rem}.alert-heading{font-size:1.5rem}.alert-close-button{background-color:transparent;height:30px;width:30px;border:1px solid transparent}.alert-close-button:hover{border:1px solid black}.alert-close{height:30px;width:30px}*,*:after,*:before{margin:0;padding:0;box-sizing:inherit;font-family:inherit}html{font-size:62.5%}@media only screen and (max-width: 75em){html{font-size:59%}}@media only screen and (max-width: 56.25em){html{font-size:56%}}@media only screen and (min-width: 112.5em){html{font-size:65%}}body{font-family:Source Sans Pro,sans-serif;line-height:1.5;box-sizing:border-box;position:relative}a{text-decoration:none}.p{color:#555}:root{--THEME-COLOR: #7843e9}.p_heighlight{font-weight:700}.underline{text-decoration:underline;font-weight:700}.header{position:fixed;top:0;width:100%;background-color:#fff;box-shadow:0 10px 100px #0000001a;z-index:1000}.header__content{display:flex;justify-content:space-between;align-items:center;padding:1rem 5rem}@media (max-width: 55rem){.header__content{padding:1rem 2.5rem}}.header__logo-container{display:flex;align-items:center;transition:.25s;color:#111}.header__logo-container:hover{color:var(--THEME-COLOR)}.header__logo{height:50px;width:50px;position:relative}.header__logo img{width:100%;border-radius:5px}@property --angle{syntax: "<angle>"; initial-value: 0deg; inherits: false;}.header__logo:after,header__logo:before{content:"";position:absolute;height:110%;width:110%;background-image:conic-gradient(from var(--angle),transparent 50%,var(--THEME-COLOR));top:50%;left:50%;transform:translate(-50%,-50%);animation:spin 3s linear infinite;border-radius:5px;z-index:-1}header__logo:before{filter:blur(100px)}@keyframes spin{0%{--angle: 0deg}to{--angle: 360deg}}.header__logo-name{text-transform:uppercase;font-weight:700;letter-spacing:1px;padding:1rem 2rem;font-size:1.8rem}.header__links{display:flex;list-style-type:none}@media (max-width: 43.75rem){.header__link-container{display:none}}.header__link{display:inline-block;color:#333;text-decoration:none;text-transform:uppercase;font-size:1.6rem;font-weight:700;letter-spacing:1px;padding:2.2rem 3rem;transition:.25s}.header__link:hover,.header__link:focus{color:var(--THEME-COLOR)}.hambarger{height:3rem;width:3rem;display:none}@media (max-width: 43.75rem){.hambarger{display:block}}.ham__links{list-style-type:none}.ham__link{border-top:1px solid lightgray;display:block;color:#333;text-decoration:none;text-transform:uppercase;font-size:1.6rem;font-weight:700;letter-spacing:1px;padding:2.2rem 3rem;transition:color .25s}.ham__link:hover{color:var(--THEME-COLOR)}.ham__link-container{position:fixed;top:7.5rem;right:0;left:0;background-color:#fff;transition:.25s}.show{left:0;opacity:1}.ham__link-container .ham__links{display:block;text-align:center}.ham__link-container{box-shadow:0 4px 2px #0000001a}.ham-menu{width:100%}#ham-open.display{display:none}#ham-close.display{display:block}.footer{background-color:#111;color:#fff}.footer-container{max-width:120rem;width:92%;margin:auto}.foot-info{display:flex;justify-content:space-between;padding:6rem 0px}@media (max-width: 52.1875rem){.foot-info{flex-direction:column}}.author{max-width:50rem}.author__heading{font-size:2.2rem;letter-spacing:1px}.author__sub{font-size:1.5rem;line-height:1.7;margin-top:2rem}.social{margin-bottom:5rem;order:1}@media (max-width: 52.1875rem){.social{order:-1}}.social__heading{font-size:2.2rem;letter-spacing:1px}.social__links{margin-top:2rem}.social__image{width:2.5rem;margin-right:1rem}.copywrite{text-align:center;font-size:1.2rem;border-top:1px solid #444;padding:4rem 0}.button{display:inline-block;color:#fff;background-color:var(--THEME-COLOR);text-transform:uppercase;font-size:2rem;font-weight:700;letter-spacing:2px;padding:1.5rem 8rem;border-radius:5px;transition:transform 1s}.button:hover{transform:translateY(-3px)}.button--med{font-size:1.6rem;padding:1.5rem 5rem}.button--theme-reverse{color:#111;background:#fff;border:2px solid var(--THEME-COLOR);box-shadow:none;padding:calc(1.5rem - 2px) calc(5rem - 2px);transition:color 1s,background-color 1s}.button--theme-reverse:hover{color:#fff;background-color:var(--THEME-COLOR)}.home-hero__mouse-scroll-cont{position:absolute;bottom:3%;left:50%;transform:translate(-50%)}.mouse{width:25px;height:40px;border:2px solid #111;border-radius:60px;position:relative;overflow:hidden}.mouse:before{content:"";width:5px;height:5px;position:absolute;top:7px;left:50%;transform:translate(-50%);background-color:#111;border-radius:50%;opacity:1;animation:wheel 1.3s infinite;-webkit-animation:wheel 1.3s infinite}@keyframes wheel{to{opacity:0;top:27px}}.project{background:linear-gradient(to right,#f5f5f5cc,#f5f5f5cc),url(common-bg.svg);background-position:center;height:100vh;min-height:80rem;max-height:120rem;position:relative}@media only screen and (max-width: 37.5em){.project{height:unset;min-height:unset}}.project__content{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);max-width:90rem;width:92%}@media (max-width: 37.5em){.project__content{padding:19rem 0 13rem;margin:auto;position:static;transform:translate(0)}}.project__name{color:#111;font-size:6rem;text-transform:uppercase;letter-spacing:3px;text-align:center;font-weight:800}@media only screen and (max-width: 37.5em){.project__name{font-size:4.5rem}}.project__sub{font-size:2.2rem;color:#333;line-height:1.6;text-align:center;width:100%}@media only screen and (max-width: 37.5em){.project__sub{font-size:2rem}}.project__info{margin:3rem auto 0;max-width:80rem}.project__cta{margin-top:5rem;text-align:center}.project-overview{position:relative}.project-overview__main{max-width:120rem;margin:auto;width:92%}.project-overview__content{padding:8rem 0;max-width:90rem;margin:auto}.project-overview__img{width:100%;margin-bottom:6rem}.project-overview__image{width:100%}.project-overview__description{width:100%;max-width:70rem;margin:auto}.project-overview__info{margin:0 0 7rem}.project-overview__heading{font-weight:700;font-size:2.8rem;margin-bottom:3rem}.project-overview__sub{font-size:1.8rem;line-height:1.7;color:#666;margin-bottom:2rem}.project-overview__sub:last-child{margin-bottom:4rem}.project-overview__myskills{margin:0 0 7rem}.project-overview__skills{display:flex;flex-wrap:wrap}.project-overview__skill{font-size:1.6rem;color:#666;background:#9993;font-weight:700;padding:1rem 2rem;margin-right:1.5rem;margin-bottom:1.5rem;border-radius:5px}.project-overview__link{display:inline-block;margin-right:2rem;margin-bottom:2rem}
