Pen Settings

HTML

CSS

CSS Base

Vendor Prefixing

Add External Stylesheets/Pens

Any URLs added here will be added as <link>s in order, and before the CSS in the editor. You can use the CSS from another Pen by using its URL and the proper URL extension.

+ add another resource

JavaScript

Babel includes JSX processing.

Add External Scripts/Pens

Any URL's added here will be added as <script>s in order, and run before the JavaScript in the editor. You can use the URL of any other Pen and it will include the JavaScript from that Pen.

+ add another resource

Packages

Add Packages

Search for and use JavaScript packages from npm here. By selecting a package, an import statement will be added to the top of the JavaScript editor for this package.

Behavior

Auto Save

If active, Pens will autosave every 30 seconds after being saved once.

Auto-Updating Preview

If enabled, the preview panel updates automatically as you code. If disabled, use the "Run" button to update.

Format on Save

If enabled, your code will be formatted when you actively save your Pen. Note: your code becomes un-folded during formatting.

Editor Settings

Code Indentation

Want to change your Syntax Highlighting theme, Fonts and more?

Visit your global Editor Settings.

HTML

              
                <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 -10 920.32 455.73">
  <style>
html {
  background: rgb(60,16,83);
    background: linear-gradient(141deg, rgba(60,16,83,1) 25%, rgba(35,97,146,1) 100%);
  background-repeat: no-repeat;
    }

   svg{
      padding: 80px 0;
      width: 100%;
      display: block;
      margin: 0 auto;
      // border: 2px solid #fff;
	  }

      #first_4 path:nth-child(n), #second_4 path:nth-child(n){
        fill: #fff;
        stroke: #fff;
        stroke-width: 1.6px;
        stroke-alignment: outer;
      }
      #first_4 path:nth-child(n){
           -webkit-animation: slide2 2s ease-out both;
        -moz-animation:  slide2 2s ease-out both;
        -o-animation:  slide2 2s ease-out both;
        animation: slide 2s  ease-out both;
      }
      #second_4 path:nth-child(n){
         -webkit-animation: slide2 2.01s ease-out both;
        -moz-animation:  slide2 2.01s ease-out both;
        -o-animation:  slide2 2.01s ease-out both;
        animation: slide2 2.01s ease-out both;
      }
      #first_4 path:nth-child(14), #second_4 path:nth-child(14){
        animation-delay: 2.1s;
      }
      #first_4 path:nth-child(13), #second_4 path:nth-child(13){
        animation-delay: 2s;
      }
      #first_4 path:nth-child(12), #second_4 path:nth-child(12){
        animation-delay: 1.9s;
      }
      #first_4 path:nth-child(11), #second_4 path:nth-child(11){
        animation-delay: 1.5s;
      }
      #first_4 path:nth-child(10), #second_4 path:nth-child(10){
        animation-delay: 1.2s;
      }
      #first_4 path:nth-child(9), #second_4 path:nth-child(9){
        animation-delay: .9s;
      }
      #first_4 path:nth-child(8), #second_4 path:nth-child(8){
        animation-delay: .5s;
      }
      #first_4 path:nth-child(7), #second_4 path:nth-child(7){
        animation-delay: .3s;
      }
      #first_4 path:nth-child(6), #second_4 path:nth-child(6){
        animation-delay: .3s;
      }
      #first_4 path:nth-child(5), #second_4 path:nth-child(5){
        animation-delay: .9s;
      }
      #first_4 path:nth-child(4), #second_4 path:nth-child(4){
        animation-delay: 1.2s;
      }
      #first_4 path:nth-child(3), #second_4 path:nth-child(3){
        animation-delay: 1.5s;
      }
      #first_4 path:nth-child(2), #second_4 path:nth-child(2){
        animation-delay: 1.9s;
      }
      #first_4 path:nth-child(1), #second_4 path:nth-child(1){
        animation-delay: 2s;
      }
      @-webkit-keyframes  slide{
        0%{
          opacity:0;
          transform:translateX(-480px);
        }
        100%{
          opacity: 1;
          transform:translateX(0px,);
        }
      }
      @-moz-keyframes  slide{
        0%{
          opacity:0;
          transform:translateX(-480px);
        }
        100%{
          opacity: 1;
          transform:translateX(0px,);
        }
      }
      @-o-keyframes  slide{
        0%{
          opacity:0;
          transform:translateX(-480px);
        }
        100%{
          opacity: 1;
          transform:translateX(0px,);
        }
      }
      @keyframes slide{
        0%{
          opacity:0;
          transform:translateX(-480px);
        }
        100%{
          opacity: 1;
          transform:translateX(0px,);
        }
      }
      @-webkit-keyframes  slide2{
        0%{
          opacity:0;
          transform:translateX(-530px);
        }
        50%{
          opacity: .4;    
        }
        100%{
          opacity: 1;
          transform:translateX(0px);
        }
      }
      @-moz-keyframes  slide2{
        0%{
          opacity:0;
          transform:translateX(-530px);
        }
        50%{
          opacity: .4;    
        }
        100%{
          opacity: 1;
          transform:translateX(0px);
        }
      }
      @-o-keyframes  slide2{
        0%{
          opacity:0;
          transform:translateX(-530px);
        }
        50%{
          opacity: .4;    
        }
        100%{
          opacity: 1;
          transform:translateX(0px);
        }
      }
      @keyframes slide2{
        0%{
          opacity:0;
          transform:translateX(-530px);
        }
        50%{
          opacity: .4;    
        }
        100%{
          opacity: 1;
          transform:translateX(0px);
        }
      }

      /*0 Animation*/
      #o-path{
        fill: none;
        stroke: #fff;
        stroke-width: 24px;
        stroke-alignment: inner;
        opacity: 0.7;
        stroke-dasharray: 4700;
        stroke-dashoffset: 4700;
        opacity: 0;
        -webkit-animation: draw-oval 6s forwards;
        -moz-animation:  draw-oval 6s forwards;
        -o-animation:  draw-oval 6s forwards;
        animation: draw-oval 6s forwards;
        animation-delay: 3s;
      } 
      @-webkit-keyframes draw-oval{
        from {
          stroke-dashoffset: 4700;
          opacity: 0;
        }
        to {
          stroke-dashoffset: 0;
          opacity: 1;
        }
      }
      @-moz-keyframes draw-oval{
        from {
          stroke-dashoffset: 4700;
          opacity: 0;
        }
        to {
          stroke-dashoffset: 0;
          opacity: 1;
        }
      }
      @-o-keyframes draw-oval{
        from {
          stroke-dashoffset: 4700;
          opacity: 0;
        }
        to {
          stroke-dashoffset: 0;
          opacity: 1;
        }
      }
      @keyframes draw-oval{
        from {
          stroke-dashoffset: 4700;
          opacity: 0;
        }
        to {
          stroke-dashoffset: 0;
          opacity: 1;
        }
      }
      #circle .circle-inside{
        opacity: 0;
        fill: #84bd00;
        -webkit-animation: 5s fill-in 1 ease-in-out forwards;
        -moz-animation:  5s fill-in 1 ease-in-out forwards;
        -o-animation:  5s fill-in 1 ease-in-out forwards;
        animation: 5s fill-in 1 ease-in-out forwards;
      }
      #circle{
        opacity: 0;
        fill: #84bd00;
        -webkit-animation: 3s fill-in-circles 1 ease-in-out forwards;
        -moz-animation:  3s fill-in-circles 1 ease-in-out forwards;
        -o-animation:  3s fill-in-circles 1 ease-in-out forwards;
        animation: 3s fill-in-circles 1 ease-in-out forwards;
        animation-delay: 3.9s;
      }
      @keyframes fill-in-circles {
        0% {
          opacity: 0;
        }
        100%{
          opacity: .45;    
        }
      }
      #circle .circle-inside:nth-child(n) {
        animation-delay: 4s;
      }
        #circle .circle-inside:nth-child(1){
          animation-delay: 4s;
      }
      @-webkit-keyframes fill-in {
        from {
          opacity: 0;
        }
        to{
          opacity: 0.22;    
        }
      }
      @-moz-keyframes fill-in {
        from {
          opacity: 0;
        }
        to{
          opacity: 0.22;    
        }
      }
      @-o-keyframes fill-in {
        from {
          opacity: 0;
        }
        to{
          opacity: 0.22;    
        }
      }
      @keyframes fill-in {
        from {
          opacity: 0;
        }
        to{
          opacity: 0.22;    
        }
      }
      #logo, #small_text{
        opacity: 0;
        fill: #84bd00; 
      }
      #logo{
        -webkit-animation: 2s fill-in-logo 1 ease-in-out forwards;
        -moz-animation:  2s fill-in-logo 1 ease-in-out forwards;
        -o-animation:  2s fill-in-logo 1 ease-in-out forwards;
        animation: 2s fill-in-logo 1 ease-in-out forwards;
        animation-delay: 5.5s;
      }
      @-webkit-keyframes fill-in-logo {
        0% {
          opacity: 0;
        }
        60%{
          opacity: .5;    
        }
        100%{
          opacity: 1;    
        }
      }
      @-moz-keyframes fill-in-logo {
        0% {
          opacity: 0;
        }
        60%{
          opacity: .2;    
        }
        100%{
          opacity: 1;    
        }
      }
      @-o-keyframes fill-in-logo {
        0% {
          opacity: 0;
        }
        60%{
          opacity: .2;    
        }
        100%{
          opacity: 1;    
        }
      }
      @keyframes fill-in-logo {
        0% {
          opacity: 0;
        }
        60%{
          opacity: .2;    
        }
        100%{
          opacity: 1;    
        }
      }
      /*TEXT ANIMATION*/
      #small_text{
        -webkit-animation: 3s fill-in-text 1 ease-in-out forwards;
        -moz-animation:  3s fill-in-text 1 ease-in-out forwards;
        -o-animation:  3s fill-in-text 1 ease-in-out forwards;
        animation: 3s fill-in-text 1 ease-in-out forwards;
        animation-delay: 5s;
      }
      @-webkit-keyframes fill-in-text {
        0% {
          opacity: 0;
        }
        60%{
          opacity: .5;    
        }
        100%{
          opacity: 1;    
        }
      }
      @-moz-keyframes fill-in-text {
        0% {
          opacity: 0;
        }
        60%{
          opacity: .5;    
        }
        100%{
          opacity: 1;    
        }
      }
      @-o-keyframes fill-in-text {
        0% {
          opacity: 0;
        }
        60%{
          opacity: .5;    
        }
        100%{
          opacity: 1;    
        }
      }
      @keyframes fill-in-text {
        0% {
          opacity: 0;
        }
        60%{
          opacity: .5;    
        }
        100%{
          opacity: 1;    
        }
      }
     #circle .circle-ripple{
        stroke-alignment: outer;
        transform-origin: 50% 35%;
        animation-delay: 3s;
      }
      .circle-ripple:nth-child(1){
        stroke-width: 14px;
        animation: ripple2 2s  infinite alternate;
        -webkit-animation: ripple2 2s  infinite alternate;
        -moz-animation:  ripple2 2s  infinite alternate;
        -o-animation:  ripple2 2s  infinite alternate;
        animation: ripple2 2s  infinite alternate;
        animation-delay: 4.3s;
      }
        .circle-ripple:nth-child(2){
        stroke-width: 11px;
        }
       .circle-ripple:nth-child(3){
        stroke-width: 12px;
        }
      .circle-ripple:nth-child(2), .circle-ripple:nth-child(3){
        -webkit-animation: ripple 2s  infinite alternate;
        -moz-animation:  ripple 2s  infinite alternate;
        -o-animation:  ripple 2s  infinite alternate;
        animation: ripple 2s  infinite alternate;
        animation-delay: 4.2s;
      }
      .circle-ripple:nth-child(4) {
        stroke-width: 8px;
        -webkit-animation: ripple3 2s  infinite alternate;
        -moz-animation:  ripple3 2s  infinite alternate;
        -o-animation:  ripple3 2s  infinite alternate;
        animation: ripple3 2s  infinite alternate;
        animation-delay: 4s;
      }
      @-webkit-keyframes ripple {
        from {
          transform: scale(1);
          opacity: 0.1;
        }
        to {
          transform: scale(1.3);
          opacity: 0.22;
        }
      }
      @-moz-keyframes ripple {
        from {
          transform: scale(1);
          opacity: 0.1;
        }
        to {
          transform: scale(1.3);
          opacity: 0.22;
        }
      }
      @-o-keyframes ripple {
        from {
          transform: scale(1);
          opacity: 0.1;
        }
        to {
          transform: scale(1.3);
          opacity: 0.22;
        }
      }
      @keyframes ripple {
        from {
          transform: scale(1);
          opacity: 0.1;
        }
        to {
          transform: scale(1.3);
          opacity: 0.22;
        }
      }
      @-webkit-keyframes ripple2 {
        from {
          transform: scale(1);
          opacity: 0.1;
        }
        to {
          transform: scale(1.5);
          opacity: 0.2;
        }
      }
      @-moz-keyframes ripple2 {
        from {
          transform: scale(1);
          opacity: 0.1;
        }
        to {
          transform: scale(1.5);
          opacity: 0.2;
        }
      }
      @-o-keyframes ripple2 {
        from {
          transform: scale(1);
          opacity: 0.1;
        }
        to {
          transform: scale(1.5);
          opacity: 0.2;
        }
      }
      @keyframes ripple2 {
        from {
          transform: scale(1);
          opacity: 0.1;
        }
        to {
          transform: scale(1.5);
          opacity: 0.2;
        }
      }
       @-webkit-keyframes ripple3 {
        from {
          transform: scale(1);
          opacity: 0.1;
        }
        to {
          transform: scale(1.2);
          opacity: 0.29;
        }
      }
      @-moz-keyframes ripple3 {
        from {
          transform: scale(1);
          opacity: 0.1;
        }
        to {
          transform: scale(1.2);
          opacity: 0.29;
        }
      }
      @-o-keyframes ripple3 {
        from {
          transform: scale(1);
          opacity: 0.1;
        }
        to {
          transform: scale(1.2);
          opacity: 0.29;
        }
      }
      @keyframes ripple3 {
        from {
          transform: scale(1);
          opacity: 0.1;
        }
        to {
          transform: scale(1.2);
          opacity: 0.29;
        }
      }
      /*Slide a side*/
      #_4-4 .slide-left path:nth-child(2n+1){
        opacity:0;
         -webkit-animation: 5s slide-left 6s forwards;
        -moz-animation:    5s slide-left 6s forwards;
        -o-animation:      5s slide-left 6s forwards;
        animation: 5s slide-left 6s forwards;
      }
      @-webkit-keyframes slide-left{
        0%{
          opacity:0;
          transform:translateX(-6px);
        }
        100%{
          opacity: 1;
          transform:translateX(0px);
        }
      }
      @-moz-keyframes slide-left{
        0%{
          opacity:0;
          transform:translateX(-6px);
        }
        100%{
          opacity: 1;
          transform:translateX(0px);
        }
      }
      @-o-keyframes slide-left{
        0%{
          opacity:0;
          transform:translateX(-6px);
        }
        100%{
          opacity: 1;
          transform:translateX(0px);
        }
      }
      @keyframes slide-left{
        0%{
          opacity:0;
          transform:translateX(-6px);
        }
        100%{
          opacity: 1;
          transform:translateX(0px);
        }
      }
      /*Slide a side*/
      #_4-4 .slide-right path:nth-child(2n+2){
        opacity:0;
        -webkit-animation: 5s slide-left 6s forwards;
        -moz-animation:   5s slide-left 6s forwards;
        -o-animation:      5s slide-left 6s forwards;
        animation: 5s slide-left 6s forwards;
      }
      @-webkit-keyframes slide-right{
        0%{
          opacity:0;
          transform:translateX(-6px);
        }
        100%{
          opacity: 1;
          transform:translateX(0px);
        }
      }
      @-moz-keyframes slide-right{
        0%{
          opacity:0;
          transform:translateX(-6px);
        }
        100%{
          opacity: 1;
          transform:translateX(0px);
        }
      }
      @-o-keyframes slide-right{
        0%{
          opacity:0;
          transform:translateX(-6px);
        }
        100%{
          opacity: 1;
          transform:translateX(0px);
        }
      }
      @keyframes slide-right{
        0%{
          opacity:0;
          transform:translateX(-6px);
        }
        100%{
          opacity: 1;
          transform:translateX(0px);
        }
      }
  </style>
<g id="404-animation">
  <g id="small_text" data-name="small text">
    <g>
      <path d="M61.28,403.33q4.95,4.13,5,11.45t-5,11.39q-5,4.13-13.66,4.12H34.42V445.4H31.05V399.2H47.62Q56.34,399.2,61.28,403.33ZM58.9,424c2.6-2.15,3.9-5.24,3.9-9.24s-1.3-7.09-3.9-9.27-6.35-3.27-11.28-3.27H34.42v25h13.2Q55,427.25,58.9,424Z" style="fill: #fff"/>
      <path d="M123.65,432.4H96.85L91,445.4H87.35l21.25-46.2H112l21.25,46.2h-3.63Zm-1.25-2.84L110.25,402.9,98.17,429.56Z" style="fill: #fff"/>
      <path d="M193.74,422.5H197v17.29a20.14,20.14,0,0,1-7.36,4.43,27.47,27.47,0,0,1-9.14,1.51,25.25,25.25,0,0,1-12.38-3,22.41,22.41,0,0,1-8.65-8.38,24.63,24.63,0,0,1,0-24,22.34,22.34,0,0,1,8.65-8.38,25.38,25.38,0,0,1,12.44-3,26.06,26.06,0,0,1,9.34,1.62,19.93,19.93,0,0,1,7.29,4.72l-2.11,2.24a17.49,17.49,0,0,0-6.5-4.19,23.67,23.67,0,0,0-7.95-1.28,21.85,21.85,0,0,0-10.73,2.64,19.3,19.3,0,0,0-7.49,7.29,20.33,20.33,0,0,0-2.7,10.39,20,20,0,0,0,2.73,10.33,19.77,19.77,0,0,0,7.5,7.33,21.42,21.42,0,0,0,10.69,2.67q7.92,0,13.13-4.22Z" style="fill: #fff"/>
      <path d="M263.44,442.37v3H231.56V399.2h30.89v3H234.92v18.22h24.62v3H234.92v18.94Z" style="fill: #fff"/>
      <path d="M369.89,399.2v46.2h-2.77l-31.48-40.12V445.4h-3.37V399.2h2.84l31.42,40.13V399.2Z" style="fill: #fff"/>
      <path d="M413.12,442.67a22.68,22.68,0,0,1-8.61-8.42,24.36,24.36,0,0,1,0-23.89,22.61,22.61,0,0,1,8.61-8.42,26.19,26.19,0,0,1,24.55,0,22.32,22.32,0,0,1,8.62,8.38,24.63,24.63,0,0,1,0,24,22.39,22.39,0,0,1-8.62,8.38,26.26,26.26,0,0,1-24.55,0ZM435.89,440a19.47,19.47,0,0,0,7.4-7.29,21.36,21.36,0,0,0,0-20.79,19.47,19.47,0,0,0-7.4-7.29A21,21,0,0,0,425.4,402a21.22,21.22,0,0,0-10.53,2.64,19.39,19.39,0,0,0-7.42,7.29,21.29,21.29,0,0,0,0,20.79,19.39,19.39,0,0,0,7.42,7.29,21.22,21.22,0,0,0,10.53,2.64A21,21,0,0,0,435.89,440Z" style="fill: #fff"/>
      <path d="M489.09,402.24H472.46v-3h36.63v3H492.46V445.4h-3.37Z" style="fill: #fff"/>
      <path d="M577.33,402.24V422H602v3H577.33V445.4H574V399.2h30.89v3Z" style="fill: #fff"/>
      <path d="M642.14,442.67a22.68,22.68,0,0,1-8.61-8.42,24.36,24.36,0,0,1,0-23.89,22.61,22.61,0,0,1,8.61-8.42,26.19,26.19,0,0,1,24.55,0,22.32,22.32,0,0,1,8.62,8.38,24.63,24.63,0,0,1,0,24,22.39,22.39,0,0,1-8.62,8.38,26.26,26.26,0,0,1-24.55,0ZM664.91,440a19.47,19.47,0,0,0,7.4-7.29,21.36,21.36,0,0,0,0-20.79,19.47,19.47,0,0,0-7.4-7.29A21,21,0,0,0,654.42,402a21.22,21.22,0,0,0-10.53,2.64,19.32,19.32,0,0,0-7.42,7.29,21.29,21.29,0,0,0,0,20.79,19.32,19.32,0,0,0,7.42,7.29,21.22,21.22,0,0,0,10.53,2.64A21,21,0,0,0,664.91,440Z" style="fill: #fff"/>
      <path d="M714.38,440.65q-4.85-5.08-4.85-14.85V399.2h3.37v26.47q0,8.52,3.89,12.74c2.59,2.81,6.36,4.22,11.28,4.22s8.63-1.41,11.22-4.22,3.9-7.06,3.9-12.74V399.2h3.36v26.6q0,9.76-4.88,14.85T728,445.73Q719.22,445.73,714.38,440.65Z" style="fill: #fff"/>
      <path d="M819.68,399.2v46.2h-2.77l-31.48-40.12V445.4h-3.37V399.2h2.84l31.42,40.13V399.2Z" style="fill: #fff"/>
      <path d="M855.59,399.2h18.28a26.77,26.77,0,0,1,12.77,3,21.7,21.7,0,0,1,8.68,8.22,24.45,24.45,0,0,1,0,23.83,21.75,21.75,0,0,1-8.68,8.21,26.77,26.77,0,0,1-12.77,3H855.59Zm18,43.17a24.18,24.18,0,0,0,11.29-2.54,18.16,18.16,0,0,0,7.52-7.1,21.9,21.9,0,0,0,0-20.85,18.16,18.16,0,0,0-7.52-7.1,24.18,24.18,0,0,0-11.29-2.54H859v40.13Z" style="fill: #fff"/>
    </g>
  </g>
  <g>
    <g>
      <g id="circle">
        <ellipse class="circle-inside"  cx="460.74" cy="163.15" rx="155.83" ry="154.15" style="fill: #84bd00;opacity: 0.27"/>
        <ellipse class="circle-inside" cx="460.74" cy="163.15" rx="80.13" ry="79.15" style="fill: #84bd00;opacity: 0.24"/>
        <ellipse class=" circle-ripple" cx="460.63" cy="163.15" rx="98.33" ry="96.98" style="fill: #84bd00;stroke: #84bd00;stroke-miterlimit: 10;stroke-width: 18px;opacity: 0.2"/>
        <ellipse class=" circle-ripple" cx="460.74" cy="163.15" rx="90.13" ry="89.15" style="fill: #84bd00;opacity: 0.25"/>               
        <ellipse class=" circle-ripple" cx="460.63" cy="163.15" rx="88.33" ry="86.98" style="fill: #84bd00;stroke: #84bd00;stroke-miterlimit: 10;stroke-width: 18px;opacity: 0.2"/>
        <ellipse class="circle-ripple" cx="460.74" cy="163.15" rx="80.13" ry="79.15" style="fill: #84bd00;opacity: 0.3"/>
      </g>
      <g id="logo">
        <path d="M491.36,151.72a32.26,32.26,0,0,0-60.26,0Z" style="fill: #84bd00"/>
        <path d="M461.17,84a78.83,78.83,0,0,0-30.3,6l7.3,17.67a59.37,59.37,0,0,1,23-4.58,60,60,0,0,1,60,60,62.67,62.67,0,0,1-1.1,11.48H431.05a32.29,32.29,0,0,0,53.59,10.66H517a60.22,60.22,0,0,1-32.86,33.31l7.31,17.67A79.15,79.15,0,0,0,461.17,84Z" style="fill: #84bd00"/>
      </g>
    </g>
  </g>
  <g id="_404" data-name="4-4">
    <g>
      <ellipse id="o-path" cx="460.74" cy="163.15" rx="155.83" ry="154.15" style="fill: none;stroke: #fff;stroke-miterlimit: 10;stroke-width: 22px"/>
    </g>
    <g id="_4-4" data-name="4-4">
      <g id="first_4" class="slide-left" data-name="first 4">
        <path d="M234.3,165.3v28.92h-67V165.3Z" style="fill: #fff"/>
        <path d="M234.3,136.87V165.3h-67V136.87Z" style="fill: #fff"/>
        <path d="M165.1,309.87h69.2v6.56H165.1Z" style="fill: #fff"/>
        <path d="M234.3,281v28.92H165.1V281Z" style="fill: #fff"/>
        <path d="M165.1,252.05h69.2V281H165.1Z" style="fill: #fff"/>
        <path d="M0,223.13v28.92H284.23V223.13Z" style="fill: #fff"/>
        <path d="M284.23,223.13H0V204.31l7.5-10.09H85l0,0h82.33v0h67v0h49.93Z" style="fill: #fff"/>
        <path d="M85,194.22H7.5L29,165.3h77Z" style="fill: #fff"/>
        <path d="M106,165.3H29l21.14-28.43h76.53Z" style="fill: #fff"/>
        <path d="M126.66,136.87H50.13l21.13-28.43h76.07Z" style="fill: #fff"/>
        <path d="M147.33,108.44H71.26L92.39,80H168Z" style="fill: #fff"/>
        <path d="M168,80H92.39l21.14-28.43h75.13Z" style="fill: #fff"/>
        <path d="M188.66,51.57H113.53l21.13-28.43h74.67Z" style="fill: #fff"/>
        <path d="M209.33,23.14H134.66l9.86-13.27H219Z" style="fill: #fff"/>
      </g>
      <g id="second_4" class="slide-right" data-name="second 4">
        <path d="M803.39,194.22V165.54h67v28.68Z" style="fill: #fff"/>
        <path d="M870.4,136.87h-67v28.67h67Z" style="fill: #fff"/>
        <path d="M801.2,316.43h69.2v-6.56H801.2Z" style="fill: #fff"/>
        <path d="M801.2,309.87h69.2V281H801.2Z" style="fill: #fff"/>
        <path d="M801.2,281h69.2v-28.9H801.2Z" style="fill: #fff"/>
        <path d="M636.1,252H920.32V223.13H636.1Z" style="fill: #fff"/>
        <path d="M803.39,194.22H643.6l-7.5,10.09v18.82H920.32V194.24l-49.92,0Z" style="fill: #fff"/>
        <path d="M741.92,165.54h-77L643.6,194.22h77.48Z" style="fill: #fff"/>
        <path d="M762.76,136.87H686.23L665.09,165.3h77Z" style="fill: #fff"/>
        <path d="M783.43,108.44H707.36l-21.13,28.43h76.53Z" style="fill: #fff"/>
        <path d="M783.43,108.44,804.09,80h-75.6l-21.13,28.44h76.07Z" style="fill: #fff"/>
        <path d="M804.09,80l20.67-28.43H749.63L728.49,80h75.6Z" style="fill: #fff"/>
        <path d="M824.76,51.57l20.67-28.43H770.76L749.63,51.57h75.13Z" style="fill: #fff"/>
        <path d="M855.07,9.87H780.62l-9.86,13.27h74.67Z" style="fill: #fff"/>
      </g>
    </g>
  </g>
</g>
</svg>

              
            
!

CSS

              
                //     // html {
//     // background: rgb(60,16,83);
//     // background: linear-gradient(141deg, rgba(60,16,83,1) 25%, rgba(35,97,146,1) 100%);
//     // background-repeat: no-repeat;
//     // }

//    svg{
//       padding: 80px 0;
//       width: 100%;
//       display: block;
//       margin: 0 auto;
//       // border: 2px solid #fff;
// 	  }

//       #first_4 path:nth-child(n), #second_4 path:nth-child(n){
//         fill: #fff;
//         stroke: #fff;
//         stroke-width: 1.6px;
//         stroke-alignment: outer;
//       }
//       #first_4 path:nth-child(n){
//            -webkit-animation: slide2 2s ease-out both;
//         -moz-animation:  slide2 2s ease-out both;
//         -o-animation:  slide2 2s ease-out both;
//         animation: slide 2s  ease-out both;
//       }
//       #second_4 path:nth-child(n){
//          -webkit-animation: slide2 2.01s ease-out both;
//         -moz-animation:  slide2 2.01s ease-out both;
//         -o-animation:  slide2 2.01s ease-out both;
//         animation: slide2 2.01s ease-out both;
//       }
//       #first_4 path:nth-child(14), #second_4 path:nth-child(14){
//         animation-delay: 2.1s;
//       }
//       #first_4 path:nth-child(13), #second_4 path:nth-child(13){
//         animation-delay: 2s;
//       }
//       #first_4 path:nth-child(12), #second_4 path:nth-child(12){
//         animation-delay: 1.9s;
//       }
//       #first_4 path:nth-child(11), #second_4 path:nth-child(11){
//         animation-delay: 1.5s;
//       }
//       #first_4 path:nth-child(10), #second_4 path:nth-child(10){
//         animation-delay: 1.2s;
//       }
//       #first_4 path:nth-child(9), #second_4 path:nth-child(9){
//         animation-delay: .9s;
//       }
//       #first_4 path:nth-child(8), #second_4 path:nth-child(8){
//         animation-delay: .5s;
//       }
//       #first_4 path:nth-child(7), #second_4 path:nth-child(7){
//         animation-delay: .3s;
//       }
//       #first_4 path:nth-child(6), #second_4 path:nth-child(6){
//         animation-delay: .3s;
//       }
//       #first_4 path:nth-child(5), #second_4 path:nth-child(5){
//         animation-delay: .9s;
//       }
//       #first_4 path:nth-child(4), #second_4 path:nth-child(4){
//         animation-delay: 1.2s;
//       }
//       #first_4 path:nth-child(3), #second_4 path:nth-child(3){
//         animation-delay: 1.5s;
//       }
//       #first_4 path:nth-child(2), #second_4 path:nth-child(2){
//         animation-delay: 1.9s;
//       }
//       #first_4 path:nth-child(1), #second_4 path:nth-child(1){
//         animation-delay: 2s;
//       }
//       @-webkit-keyframes  slide{
//         0%{
//           opacity:0;
//           transform:translateX(-480px);
//         }
//         100%{
//           opacity: 1;
//           transform:translateX(0px,);
//         }
//       }
//       @-moz-keyframes  slide{
//         0%{
//           opacity:0;
//           transform:translateX(-480px);
//         }
//         100%{
//           opacity: 1;
//           transform:translateX(0px,);
//         }
//       }
//       @-o-keyframes  slide{
//         0%{
//           opacity:0;
//           transform:translateX(-480px);
//         }
//         100%{
//           opacity: 1;
//           transform:translateX(0px,);
//         }
//       }
//       @keyframes slide{
//         0%{
//           opacity:0;
//           transform:translateX(-480px);
//         }
//         100%{
//           opacity: 1;
//           transform:translateX(0px,);
//         }
//       }
//       @-webkit-keyframes  slide2{
//         0%{
//           opacity:0;
//           transform:translateX(-530px);
//         }
//         50%{
//           opacity: .4;    
//         }
//         100%{
//           opacity: 1;
//           transform:translateX(0px);
//         }
//       }
//       @-moz-keyframes  slide2{
//         0%{
//           opacity:0;
//           transform:translateX(-530px);
//         }
//         50%{
//           opacity: .4;    
//         }
//         100%{
//           opacity: 1;
//           transform:translateX(0px);
//         }
//       }
//       @-o-keyframes  slide2{
//         0%{
//           opacity:0;
//           transform:translateX(-530px);
//         }
//         50%{
//           opacity: .4;    
//         }
//         100%{
//           opacity: 1;
//           transform:translateX(0px);
//         }
//       }
//       @keyframes slide2{
//         0%{
//           opacity:0;
//           transform:translateX(-530px);
//         }
//         50%{
//           opacity: .4;    
//         }
//         100%{
//           opacity: 1;
//           transform:translateX(0px);
//         }
//       }

//       /*0 Animation*/
//       #o-path{
//         fill: none;
//         stroke: #fff;
//         stroke-width: 24px;
//         stroke-alignment: inner;
//         opacity: 0.7;
//         stroke-dasharray: 4700;
//         stroke-dashoffset: 4700;
//         opacity: 0;
//         -webkit-animation: draw-oval 6s forwards;
//         -moz-animation:  draw-oval 6s forwards;
//         -o-animation:  draw-oval 6s forwards;
//         animation: draw-oval 6s forwards;
//         animation-delay: 3s;
//       } 
//       @-webkit-keyframes draw-oval{
//         from {
//           stroke-dashoffset: 4700;
//           opacity: 0;
//         }
//         to {
//           stroke-dashoffset: 0;
//           opacity: 1;
//         }
//       }
//       @-moz-keyframes draw-oval{
//         from {
//           stroke-dashoffset: 4700;
//           opacity: 0;
//         }
//         to {
//           stroke-dashoffset: 0;
//           opacity: 1;
//         }
//       }
//       @-o-keyframes draw-oval{
//         from {
//           stroke-dashoffset: 4700;
//           opacity: 0;
//         }
//         to {
//           stroke-dashoffset: 0;
//           opacity: 1;
//         }
//       }
//       @keyframes draw-oval{
//         from {
//           stroke-dashoffset: 4700;
//           opacity: 0;
//         }
//         to {
//           stroke-dashoffset: 0;
//           opacity: 1;
//         }
//       }
//       #circle .circle-inside{
//         opacity: 0;
//         fill: #84bd00;
//         -webkit-animation: 5s fill-in 1 ease-in-out forwards;
//         -moz-animation:  5s fill-in 1 ease-in-out forwards;
//         -o-animation:  5s fill-in 1 ease-in-out forwards;
//         animation: 5s fill-in 1 ease-in-out forwards;
//       }
//       #circle{
//         opacity: 0;
//         fill: #84bd00;
//         -webkit-animation: 3s fill-in-circles 1 ease-in-out forwards;
//         -moz-animation:  3s fill-in-circles 1 ease-in-out forwards;
//         -o-animation:  3s fill-in-circles 1 ease-in-out forwards;
//         animation: 3s fill-in-circles 1 ease-in-out forwards;
//         animation-delay: 3.9s;
//       }
//       @keyframes fill-in-circles {
//         0% {
//           opacity: 0;
//         }
//         100%{
//           opacity: .45;    
//         }
//       }
//       #circle .circle-inside:nth-child(n) {
//         animation-delay: 4s;
//       }
//         #circle .circle-inside:nth-child(1){
//           animation-delay: 4s;
//       }
//       @-webkit-keyframes fill-in {
//         from {
//           opacity: 0;
//         }
//         to{
//           opacity: 0.22;    
//         }
//       }
//       @-moz-keyframes fill-in {
//         from {
//           opacity: 0;
//         }
//         to{
//           opacity: 0.22;    
//         }
//       }
//       @-o-keyframes fill-in {
//         from {
//           opacity: 0;
//         }
//         to{
//           opacity: 0.22;    
//         }
//       }
//       @keyframes fill-in {
//         from {
//           opacity: 0;
//         }
//         to{
//           opacity: 0.22;    
//         }
//       }
//       #logo, #small_text{
//         opacity: 0;
//         fill: #84bd00; 
//       }
//       #logo{
//         -webkit-animation: 2s fill-in-logo 1 ease-in-out forwards;
//         -moz-animation:  2s fill-in-logo 1 ease-in-out forwards;
//         -o-animation:  2s fill-in-logo 1 ease-in-out forwards;
//         animation: 2s fill-in-logo 1 ease-in-out forwards;
//         animation-delay: 5.5s;
//       }
//       @-webkit-keyframes fill-in-logo {
//         0% {
//           opacity: 0;
//         }
//         60%{
//           opacity: .5;    
//         }
//         100%{
//           opacity: 1;    
//         }
//       }
//       @-moz-keyframes fill-in-logo {
//         0% {
//           opacity: 0;
//         }
//         60%{
//           opacity: .2;    
//         }
//         100%{
//           opacity: 1;    
//         }
//       }
//       @-o-keyframes fill-in-logo {
//         0% {
//           opacity: 0;
//         }
//         60%{
//           opacity: .2;    
//         }
//         100%{
//           opacity: 1;    
//         }
//       }
//       @keyframes fill-in-logo {
//         0% {
//           opacity: 0;
//         }
//         60%{
//           opacity: .2;    
//         }
//         100%{
//           opacity: 1;    
//         }
//       }
//       /*TEXT ANIMATION*/
//       #small_text{
//         -webkit-animation: 3s fill-in-text 1 ease-in-out forwards;
//         -moz-animation:  3s fill-in-text 1 ease-in-out forwards;
//         -o-animation:  3s fill-in-text 1 ease-in-out forwards;
//         animation: 3s fill-in-text 1 ease-in-out forwards;
//         animation-delay: 5s;
//       }
//       @-webkit-keyframes fill-in-text {
//         0% {
//           opacity: 0;
//         }
//         60%{
//           opacity: .5;    
//         }
//         100%{
//           opacity: 1;    
//         }
//       }
//       @-moz-keyframes fill-in-text {
//         0% {
//           opacity: 0;
//         }
//         60%{
//           opacity: .5;    
//         }
//         100%{
//           opacity: 1;    
//         }
//       }
//       @-o-keyframes fill-in-text {
//         0% {
//           opacity: 0;
//         }
//         60%{
//           opacity: .5;    
//         }
//         100%{
//           opacity: 1;    
//         }
//       }
//       @keyframes fill-in-text {
//         0% {
//           opacity: 0;
//         }
//         60%{
//           opacity: .5;    
//         }
//         100%{
//           opacity: 1;    
//         }
//       }
//      #circle .circle-ripple{
//         stroke-alignment: outer;
//         transform-origin: 50% 35%;
//         animation-delay: 3s;
//       }
//       .circle-ripple:nth-child(1){
//         stroke-width: 14px;
//         animation: ripple2 2s  infinite alternate;
//         -webkit-animation: ripple2 2s  infinite alternate;
//         -moz-animation:  ripple2 2s  infinite alternate;
//         -o-animation:  ripple2 2s  infinite alternate;
//         animation: ripple2 2s  infinite alternate;
//         animation-delay: 4.3s;
//       }
//         .circle-ripple:nth-child(2){
//         stroke-width: 11px;
//         }
//        .circle-ripple:nth-child(3){
//         stroke-width: 12px;
//         }
//       .circle-ripple:nth-child(2), .circle-ripple:nth-child(3){
//         -webkit-animation: ripple 2s  infinite alternate;
//         -moz-animation:  ripple 2s  infinite alternate;
//         -o-animation:  ripple 2s  infinite alternate;
//         animation: ripple 2s  infinite alternate;
//         animation-delay: 4.2s;
//       }
//       .circle-ripple:nth-child(4) {
//         stroke-width: 8px;
//         -webkit-animation: ripple3 2s  infinite alternate;
//         -moz-animation:  ripple3 2s  infinite alternate;
//         -o-animation:  ripple3 2s  infinite alternate;
//         animation: ripple3 2s  infinite alternate;
//         animation-delay: 4s;
//       }
//       @-webkit-keyframes ripple {
//         from {
//           transform: scale(1);
//           opacity: 0.1;
//         }
//         to {
//           transform: scale(1.3);
//           opacity: 0.22;
//         }
//       }
//       @-moz-keyframes ripple {
//         from {
//           transform: scale(1);
//           opacity: 0.1;
//         }
//         to {
//           transform: scale(1.3);
//           opacity: 0.22;
//         }
//       }
//       @-o-keyframes ripple {
//         from {
//           transform: scale(1);
//           opacity: 0.1;
//         }
//         to {
//           transform: scale(1.3);
//           opacity: 0.22;
//         }
//       }
//       @keyframes ripple {
//         from {
//           transform: scale(1);
//           opacity: 0.1;
//         }
//         to {
//           transform: scale(1.3);
//           opacity: 0.22;
//         }
//       }
//       @-webkit-keyframes ripple2 {
//         from {
//           transform: scale(1);
//           opacity: 0.1;
//         }
//         to {
//           transform: scale(1.5);
//           opacity: 0.2;
//         }
//       }
//       @-moz-keyframes ripple2 {
//         from {
//           transform: scale(1);
//           opacity: 0.1;
//         }
//         to {
//           transform: scale(1.5);
//           opacity: 0.2;
//         }
//       }
//       @-o-keyframes ripple2 {
//         from {
//           transform: scale(1);
//           opacity: 0.1;
//         }
//         to {
//           transform: scale(1.5);
//           opacity: 0.2;
//         }
//       }
//       @keyframes ripple2 {
//         from {
//           transform: scale(1);
//           opacity: 0.1;
//         }
//         to {
//           transform: scale(1.5);
//           opacity: 0.2;
//         }
//       }
//        @-webkit-keyframes ripple3 {
//         from {
//           transform: scale(1);
//           opacity: 0.1;
//         }
//         to {
//           transform: scale(1.2);
//           opacity: 0.29;
//         }
//       }
//       @-moz-keyframes ripple3 {
//         from {
//           transform: scale(1);
//           opacity: 0.1;
//         }
//         to {
//           transform: scale(1.2);
//           opacity: 0.29;
//         }
//       }
//       @-o-keyframes ripple3 {
//         from {
//           transform: scale(1);
//           opacity: 0.1;
//         }
//         to {
//           transform: scale(1.2);
//           opacity: 0.29;
//         }
//       }
//       @keyframes ripple3 {
//         from {
//           transform: scale(1);
//           opacity: 0.1;
//         }
//         to {
//           transform: scale(1.2);
//           opacity: 0.29;
//         }
//       }
//       /*Slide a side*/
//       #_4-4 .slide-left path:nth-child(2n+1){
//         opacity:0;
//          -webkit-animation: 5s slide-left 6s forwards;
//         -moz-animation:    5s slide-left 6s forwards;
//         -o-animation:      5s slide-left 6s forwards;
//         animation: 5s slide-left 6s forwards;
//       }
//       @-webkit-keyframes slide-left{
//         0%{
//           opacity:0;
//           transform:translateX(-6px);
//         }
//         100%{
//           opacity: 1;
//           transform:translateX(0px);
//         }
//       }
//       @-moz-keyframes slide-left{
//         0%{
//           opacity:0;
//           transform:translateX(-6px);
//         }
//         100%{
//           opacity: 1;
//           transform:translateX(0px);
//         }
//       }
//       @-o-keyframes slide-left{
//         0%{
//           opacity:0;
//           transform:translateX(-6px);
//         }
//         100%{
//           opacity: 1;
//           transform:translateX(0px);
//         }
//       }
//       @keyframes slide-left{
//         0%{
//           opacity:0;
//           transform:translateX(-6px);
//         }
//         100%{
//           opacity: 1;
//           transform:translateX(0px);
//         }
//       }
//       /*Slide a side*/
//       #_4-4 .slide-right path:nth-child(2n+2){
//         opacity:0;
//         -webkit-animation: 5s slide-left 6s forwards;
//         -moz-animation:   5s slide-left 6s forwards;
//         -o-animation:      5s slide-left 6s forwards;
//         animation: 5s slide-left 6s forwards;
//       }
//       @-webkit-keyframes slide-right{
//         0%{
//           opacity:0;
//           transform:translateX(-6px);
//         }
//         100%{
//           opacity: 1;
//           transform:translateX(0px);
//         }
//       }
//       @-moz-keyframes slide-right{
//         0%{
//           opacity:0;
//           transform:translateX(-6px);
//         }
//         100%{
//           opacity: 1;
//           transform:translateX(0px);
//         }
//       }
//       @-o-keyframes slide-right{
//         0%{
//           opacity:0;
//           transform:translateX(-6px);
//         }
//         100%{
//           opacity: 1;
//           transform:translateX(0px);
//         }
//       }
//       @keyframes slide-right{
//         0%{
//           opacity:0;
//           transform:translateX(-6px);
//         }
//         100%{
//           opacity: 1;
//           transform:translateX(0px);
//         }
//       }
              
            
!

JS

              
                
              
            
!
999px

Console