.con-hero{height:100vh;display:flex;align-items:center}.con-hero .cursor{height:30px;width:30px;border-radius:50%;border:1px solid #fff;position:absolute;transition-duration:.2s;transition-timing-function:ease-out;animation:cursorAnim .5s infinite alternate;pointer-events:none}@media(max-width:767px){.con-hero .cursor{display:none}}@keyframes cursorAnim{0%{transform:scale(1.5)}to{transform:scale(.7)}}.con-hero .hero-holder{padding-left:80px}@media(max-width:767px){.con-hero .hero-holder{padding-left:0}}@media(min-width:768px)and (max-width:1024px){.con-hero .hero-holder{padding-left:40px}}.con-hero h1{overflow:hidden;font-size:160px;line-height:1}@media(max-width:767px){.con-hero h1{font-size:72px}}@media(min-width:768px)and (max-width:1024px){.con-hero h1{font-size:110px}}.con-hero h1 #hide{display:inline-block;transform:translateY(100%)}.con-hero .contact-dets p{font-size:14px}.con-hero p.socials a{text-decoration:underline;padding:2px}