.heading-primary{font-size:6rem;text-transform:uppercase;letter-spacing:3px;text-align:center}@media only screen and (max-width:37.5em){.heading-primary{font-size:4.5rem}}.sec--mb-bg{margin-bottom:11rem}@media only screen and (max-width:56.25em){.sec--mb-bg{margin-bottom:8rem}}.sec--mb-med{margin-bottom:9rem}@media only screen and (max-width:56.25em){.sec--mb-med{margin-bottom:8rem}}.sec--main{display:block;font-size:4rem;text-transform:uppercase;letter-spacing:1px;letter-spacing:3px;text-align:center;margin-bottom:3.5rem;position:relative}.sec--main::after{content:'';position:absolute;top:calc(100%+1.5rem);height:5px;width:3rem;background:#00c0c5;left:50%;transform:translateX(-50%);border-radius:10px}@media only screen and (max-width:37.5em){.sec--main::after{top:calc(100%+1.2rem)}}.sec--sub{display:block;text-align:center;color:#777;font-size:2rem;font-weight:500;max-width:80rem;margin:auto;line-height:1.6}@media only screen and (max-width:37.5em){.sec--sub{font-size:1.8rem}}.main-container{max-width:120rem;margin:auto;width:92%}.btn{background:white;color:#333;text-transform:uppercase;letter-spacing:2px;display:inline-block;font-weight:700;border-radius:10px;box-shadow:0 5px 15px 0 rgba(0,0,0,0.15);transition:transform .3s}.btn:hover{transform:translateY(-3px)}.btn--bg{padding:1.5rem 8rem;font-size:2rem}.btn--med{padding:1.5rem 5rem;font-size:1.6rem}.btn--theme{background:#00c0c5;color:white}.sec-pad{padding:12rem 0}@media only screen and (max-width:56.25em){.sec-pad{padding:8rem 0}}.text-primary{color:white;font-size:2.2rem;text-align:center;width:100%;line-height:1.6}@media only screen and (max-width:37.5em){.text-primary{font-size:2rem}}*,*::after,*::before{margin:0;padding:0;box-sizing:inherit;font-family:inherit}html{font-size:62.5%;scroll-behavior:smooth}@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{box-sizing:border-box;position:relative;line-height:1.5;font-family:sans-serif;overflow-x:hidden;overflow-y:scroll;font-family:'Source Sans Pro',sans-serif}a{text-decoration:none;color:inherit}li{list-style:none}input:focus,button:focus,a:focus{outline:0}button{border:0;cursor:pointer}.hero{color:white;background:linear-gradient(to right,rgba(0,192,197,0.8),rgba(0,192,197,0.8)),url("/assets/imgs/boring/hero-pattern.svg");background-position:center;height:100vh;min-height:80rem;max-height:120rem;position:relative}@media only screen and (max-width:37.5em){.hero{height:unset;min-height:unset}}.hero--socials{position:absolute;top:50%;border:2px solid #eee;border-left:2px solid #eee;transform:translateY(-50%)}@media only screen and (max-width:56.25em){.hero--socials{display:none}}.hero--mouse-scroll-cont{position:absolute;bottom:3%;left:50%;transform:translateX(-50%)}@media only screen and (max-width:37.5em){.hero--mouse-scroll-cont{display:none}}.hero--social{width:5rem}.hero--social-icon-link{width:100%;display:block;padding:1.2rem;border-bottom:2px solid #eee;transition:background .3s}.hero--social-icon-link:hover{background:rgba(255,255,255,0.1)}.hero--social-icon-link--bd-none{border-bottom:0}.hero--social-icon{width:100%}.hero--content{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);max-width:90rem;width:92%}@media only screen and (max-width:37.5em){.hero--content{padding:19rem 0 13rem 0;margin:auto;position:static;transform:translate(0,0)}}.hero--info{margin:3rem auto 0 auto;max-width:80rem}.hero--cta{margin-top:5rem;text-align:center}.about{background:#fafafa}.about--content{display:grid;grid-template-columns:1fr 1fr;grid-gap:10rem}@media only screen and (max-width:56.25em){.about--content{grid-template-columns:1fr;grid-gap:8rem}}.about--content-title{font-weight:700;font-size:2.8rem;margin-bottom:3rem}@media only screen and (max-width:37.5em){.about--content-title{font-size:2.4rem}}.about--content-details-para{font-size:1.8rem;color:grey;max-width:60rem;line-height:1.7;margin-bottom:1rem}.about--content-details-para:last-child{margin-bottom:4rem}.projects--row{display:grid;grid-template-columns:1.5fr 1fr;grid-gap:5rem;margin-bottom:11rem}@media only screen and (max-width:56.25em){.projects--row{grid-template-columns:1fr;grid-gap:2rem;margin-bottom:8rem}}@media only screen and (max-width:56.25em){.projects--row{text-align:center}}.projects--row:last-child{margin-bottom:0}.projects--row-img-cont{overflow:hidden}.projects--row-img{width:100%;display:block;-o-object-fit:cover;object-fit:cover}.projects--row-content{padding:2rem 0;display:flex;justify-content:center;flex-direction:column;align-items:flex-start}@media only screen and (max-width:56.25em){.projects--row-content{align-items:center}}.projects--row-content-title{font-weight:700;font-size:2.8rem;margin-bottom:2rem}@media only screen and (max-width:37.5em){.projects--row-content-title{font-size:2.4rem}}.projects--row-content-desc{font-size:1.8rem;color:grey;max-width:60rem;line-height:1.7;margin-bottom:3rem}
@media only screen and (max-width:37.5em){.projects--row-content-desc{font-size:1.7rem}}.header{position:fixed;width:100%;z-index:1000;background:black;background:white;box-shadow:0 10px 100px rgba(0,0,0,0.1)}.header--content{display:flex;align-items:center;justify-content:space-between;padding:1rem 5rem}@media only screen and (max-width:56.25em){.header--content{padding:0 2rem}}.header--logo-container{display:flex;align-items:center;cursor:pointer;color:#333;transition:color .3s}.header--logo-container:hover{color:#00c0c5}.header--logo-img-cont{width:5rem;height:5rem;border-radius:50px;overflow:hidden;margin-right:1.5rem;background:#00c0c5}@media only screen and (max-width:56.25em){.header--logo-img-cont{width:4.5rem;height:4.5rem;margin-right:1.2rem}}.header--logo-img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;display:block}.header--logo-sub{font-size:1.8rem;text-transform:uppercase;font-weight:700;letter-spacing:1px}.header--links{display:flex}@media only screen and (max-width:37.5em){.header--links{display:none}}.header--link{padding:2.2rem 3rem;display:inline-block;font-size:1.6rem;color:#333;text-transform:uppercase;letter-spacing:1px;font-weight:700;transition:color .3s}.header--link:hover{color:#00c0c5}@media only screen and (max-width:56.25em){.header--link{padding:3rem 1.8rem;font-size:1.5rem}}.footer{background:black;color:white}.footer--lower{padding:4rem 0;border-top:1px solid #444;color:#eee;font-size:1.2rem;text-align:left;text-align:center}.footer--lower a{text-decoration:underline;font-weight:bold;margin-left:2px}@media only screen and (max-width:56.25em){.footer--lower{padding:3.5rem 0}}.skills{display:flex;flex-wrap:wrap}.skills--item{padding:1rem 2rem;margin-bottom:1.5rem;margin-right:1.5rem;font-size:1.6rem;background:rgba(153,153,153,0.2);border-radius:10px;font-weight:600;color:#777}.mouse{width:25px;height:40px;border:2px solid #eee;border-radius:60px;position:relative;overflow:hidden}.mouse::before{content:'';width:5px;height:5px;position:absolute;top:7px;left:50%;transform:translateX(-50%);background-color:#eee;border-radius:50%;opacity:1;animation:wheel 1.3s infinite;-webkit-animation:wheel 1.3s infinite}@keyframes wheel{to{opacity:0;top:27px}}