html{height:100%}body{margin:0;cursor:url(/cursor.png),auto}.bg{animation:slide 3s ease-in-out infinite alternate;background-image:linear-gradient(-60deg,#00c062 50%,#262721 50%);bottom:0;left:-50%;opacity:.5;position:fixed;right:-50%;top:0;z-index:-1}.bg2{animation-direction:alternate-reverse;animation-duration:4s}.bg3{animation-duration:5s}.content{background-color:#fffc;border-radius:.25em;box-shadow:0 0 .25em #00000040;box-sizing:border-box;left:50%;padding:10vmin;position:fixed;text-align:center;top:50%;transform:translate(-50%,-50%)}h1{font-family:monospace}@keyframes slide{0%{transform:translate(-25%)}to{transform:translate(25%)}}.fade-in-out{width:200px;opacity:0;animation:fade-in 1s ease-in forwards,fade-out 1.2s 1s ease-out forwards}@keyframes fade-in{to{opacity:1}}@keyframes fade-out{0%{opacity:1}to{opacity:0}}.logoTop{height:50px;width:50px}.glyphicon{width:80px!important;-webkit-transition:.6s ease-out;-moz-transition:.6s ease-out;transition:.6s ease-out}.glyphicon:hover{-webkit-transform:rotateZ(720deg);-moz-transform:rotateZ(720deg);transform:rotate(720deg)}.heading-with-line{position:relative;overflow:hidden}.hover-line{position:absolute;bottom:0;left:50%;width:0%;height:2px;background-color:#00c062;transition:width .3s ease-in-out,left .3s ease-in-out}.heading-with-line:hover .hover-line{left:0;width:100%}.spanTxt{color:#c9c7c7}.linearTxt{background:-webkit-linear-gradient(#dcdbdb,#525252);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.horizontal-scroll-container{display:flex;flex-direction:row;overflow-x:auto;overflow-y:hidden;height:100vh}
