*
{
    margin: 0;
    padding: 0;
}

html,
body
{
    overflow: hidden;
}

.webgl
{
    position: fixed;
    top: 0;
    left: 0;
    outline: none;
}

.hero
{
width: 100%;
height: 100vh;
}
.content{
    color: #fbfcfd;
    position:absolute;
    top:45%;
    left:45%;
    transform: translateY(-50%);
    z-index: 2;

}


h1{
    font-size:60px;
    margin: 10px 0 30px;
    line-height: 80px;
    font-family: 'Inter', sans-serif; 
    
}

h1::before {  
  transform: scaleX(0);
  transform-origin: bottom right;
}

h1:hover::before {
  transform: scaleX(1);
  transform:scaleY(0.1);
  transform-origin: bottom left;
}

h1::before {
  content: " ";
  display: block;
  position: absolute;
  top: 0; right: 0; bottom: 0; left: 0;
  inset: 0 0 0 0;
  background: rgb(187, 136, 255);
  z-index: -1;
  transition: transform .6s ease;
}
small{
    font-size: 30px;
    font-family: 'Inter', sans-serif;
    font-weight: 600;
}
body {
  background: #1b1b1b;
  margin: 0;
  display: -ms-grid;
  display: grid;
  place-content: center;
  height: 100vh;
  font-family: 'Poppins';
  color: white;
}

.container {
  position: relative;
  width: 60%;
  margin: 0 auto;
  padding: 2em;
}

.container h1 {
  margin: 0;
}

.container p {
  color: gray;
}

button {
  background: #343434;
  border: none;
  padding: 1em;
  color: white;
  font-family:'Inter', sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: .2em;
  outline: 0;
  cursor: pointer;
}

button:hover {
  background: #424242;
}

button:active {
  background: orange;
}

.svg {
  width: 2000px;
  position: absolute;
  margin-top: -700px;
  margin-left: -900px;
  margin-bottom: 300px;
  margin-right: 0px;
  pointer-events: none;
}

.hide {
  display: none;
}
/*# sourceMappingURL=main.css.map */

/*# sourceMappingURL=main.css.map*/