.home-hero{color:var(--white-txt);background:linear-gradient(to left,var(--primary)0%,var(--primary-rgb)100%),url(../img/triangle1.svg);background-position:center;background-size:cover;background-blend-mode:multiply;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__socials{position:fixed;top:50%;right:0;transform:translateY(-50%);padding:.5rem}.display-none{display:none!important}@media only screen and (max-width:56.25em){.home-hero__socials{display:none}}.home-hero__mouse-scroll-cont{position:absolute;bottom:3%;left:50%;transform:translateX(-50%)}.wave{animation-name:wave-animation;animation-duration:2.5s;animation-iteration-count:6;transform-origin:70% 70%;display:inline-block}@keyframes wave-animation{0%{transform:rotate(0)}10%{transform:rotate(14deg)}20%{transform:rotate(-8deg)}30%{transform:rotate(14deg)}40%{transform:rotate(-4deg)}50%{transform:rotate(10deg)}60%{transform:rotate(0)}100%{transform:rotate(0)}}@media only screen and (max-width:37.5em){.home-hero__mouse-scroll-cont{display:none}}.home-hero__social{width:5rem}.home-hero__social-icon{transition:transform .3s ease-in-out;transition:all .3s ease-in-out}.home-hero__social-icon:hover{color:var(--btn-hvr-color);animation:translateY .3s infinite alternate}.home-hero__social-icon-link{width:100%;display:block;padding:1rem}.home-hero__social-icon-link--bd-none{border-bottom:0}.home-hero__social-icon{width:100%}.home-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){.home-hero__content{padding:19rem 0 13rem 0;margin:auto;position:static;transform:translate(0,0)}}.home-hero__info{margin:3rem auto 0 auto;max-width:80rem}.home-hero__cta{margin-top:5rem;text-align:center}.mouse{width:25px;height:40px;border:2px solid #333;border-radius:60px;position:relative;overflow:hidden;transition:transform .3s ease-in-out;transition:all .3s ease-in-out}.mouse:hover{animation:translateY .3s infinite alternate;-webkit-animation:translateY .3s infinite alternate;border:2px solid #e9af43}.mouse::before{content:"";width:5px;height:5px;position:absolute;top:7px;left:50%;transform:translateX(-50%);background-color:#333;border-radius:50%;opacity:1;animation:wheel 1.3s infinite;-webkit-animation:wheel 1.3s infinite}@keyframes wheel{to{opacity:0;top:27px}}@-webkit-keyframes wheel{to{opacity:0;top:27px}}.code-font{font-family:'Source Code Pro',monospace;font-size:.8em;color:#555;display:inline-block;margin-bottom:10px}.highlight{color:#e9af43;font-weight:700}.heading-primary{line-height:1.2}.code-font::after{content:'|';animation:blink 1s infinite;margin-left:5px;color:#555}@keyframes blink{0%,100%{opacity:1}50%{opacity:0}}