*{
    margin: 0;
    padding: 0;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}
body{
  overflow: hidden;
}

.DNA{
  z-index: 800;
  width: 50%;
  height: 450px;
  position: absolute;
  bottom: 0px;
  left: 0px;
  background-size: 300px;
  background-repeat: no-repeat;
  display: flex;
  align-content: end;  
  align-items: end;
  padding-left: 0px;
  color: #f8f9fa;

}

::-webkit-scrollbar {
  width: 5px;
  background:white;
}
::-webkit-scrollbar-thumb {
  background: #262626;
}
html{
  scroll-behavior: smooth;
  height: 100vh;
  overflow: hidden;
}
@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}
#particles-js{
    height: 100vh;
    width: 100%;
}
.hero{
    width: 100%;
    height: 100vh;
    background: linear-gradient(136deg, rgb(68, 132, 206), rgb(26, 215, 192), rgb(255, 155, 17), rgb(155, 89, 182), rgb(255, 127, 127), rgb(236, 240, 241)) 0% 0% / 1200% 1200%;
	  background-size: 1200% 1200%;
	  animation: BackgroundAnimation 70s ease infinite;
    z-index: 1000;

}
.hero h1{
    position: absolute;
    top: 20%;
    left: 50%;
    transform: translate(-50%,-50%);
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size:  3vw;
    font-weight: lighter;
    color: #f8f9fa;
    transition: .8s;
    white-space: nowrap;
    /* padding-bottom: 10vh; */
    animation-name: rise;
    animation-duration: 3s;
}
.hero #mm{
  color: #f9f9fa;
  text-shadow: 0 0 20px white;
}
.hero h2{
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%,-50%);
    font-size:  2.6vw;
    color: #f8f9fa;
    width: fit-content;
    overflow: hidden;
    font-weight: lighter;
    animation-name: left;
    animation-duration: 6s;
}
}

@keyframes rise2{
  0%{
    position: absolute;
    top: 100%;
    left: 100%;
    transform: translate(-50%,-50%);
    opacity: 0;
  }
  100%{
    position:normal;
  }
}
@keyframes left{
  0%{
    position: absolute;
    top: 100%;
    left: 0%;
    transform: translate(-50%,-50%);
    opacity: 0;
  }
  100%{
    position:normal;
  }
} 
@-webkit-keyframes BackgroundAnimation {
    0% {
      background-position: 0% 7%;
    }
    50% {
      background-position: 100% 94%;
    }
    100% {
      background-position: 0% 7%;
    }
}

@-moz-keyframes BackgroundAnimation {
  0% {
    background-position: 0% 7%;
  }
  50% {
    background-position: 100% 94%;
  }
  100% {
    background-position: 0% 7%;
  }
}

@-o-keyframes BackgroundAnimation {
  0% {
    background-position: 0% 7%;
  }
  50% {
    background-position: 100% 94%;
  }
  100% {
    background-position: 0% 7%;
  }
}

@keyframes BackgroundAnimation {
  0% {
    background-position: 0% 7%;
  }
  50% {
    background-position: 100% 94%;
  }
  100% {
    background-position: 0% 7%;
  }
}
@media(max-width:1020px){
    .hero h1{
        font-size: 4vw;
        position: absolute;
    top: 30%;
    left: 50%;
    transform: translate(-50%,-50%);
    }
    .hero h2{
      font-size: 3vw;
      position: absolute;
      top: 45%;
      left: 50%;
      transform: translate(-50%,-50%);
    }
}
@media(max-width:800px){
    .hero h1{
        font-size:   8vw;
        white-space: nowrap;
        left: 2%;
        position: absolute;
        top: 20%;
        left: 45%;
        transform: translate(-50%,-50%);
    }
    .hero h2{
      font-size:   5vw;
      position: absolute;
      top: 35%;
      left: 45%;
      transform: translate(-50%,-50%);
      text-align: center;
        
    }
    .hero span{
      top: 50%;
    }
}

  .hero h1{
    font-size: 9vw;
  }
  .hero h2{
    font-size: 6vw;
    white-space: nowrap;
  }
}