body {
  background: #ffffff;
  background-image: radial-gradient(circle closest-side at center, rgba(255, 0, 0, 1) 15%, rgba(0, 255, 238, 1) 35%, rgba(0, 31, 184, 1) 50%, rgb(255, 0, 0) 85%);

  font-family: "BradfordMono";
}


* {
  box-sizing: border-box;
}


@font-face {
  font-style: normal;
  font-weight: normal;
  font-family: 'BradfordMono';
  src: url(../fonts/BradfordMonoLL-Regular.otf) format('opentype');
}


/* PAGE INTRODUCTION
----------------------*/
.intro {
  position: fixed;
  width: 100vw;
  background-image: radial-gradient(circle closest-side at center, rgb(0, 0, 0) 15%, rgba(0, 255, 238, 1) 35%, rgba(0, 31, 184, 1) 50%, rgb(11, 3, 3) 85%);
  background-color: blue;
  height: 100%;
  z-index: 300;
  clip-path: circle(100%);
  transition: clip-path 0.5s;
}

.intro.switch-on {
  clip-path: circle(0%);
}

.intro_display {
  position: absolute;
  width: 100%;
  height: 100vh;
  top: 0;
  right: 0%;
  z-index: 100;
}

.image2 {
  position: absolute;
  top: 35%;
  left: 50%;
  width: 40%;
  height: 30%;
  animation-name: animateRotation2;
  animation-duration: 20s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-play-state: running;
  background-color: rgb(18, 80, 41);
}

.box_intro {
  position: relative;
  width: 100%;
  height: 100vh;
  padding: 10px;
  display: flex;
  justify-content: center;
}
.child1 {
  position: absolute;
  width: 24vw;
  height: auto;

  margin: 0;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);

  border-radius: 50%;
  box-shadow: inset 000px 0px 100px #1ff9f9, 000px 0px 200px #1ff9f9, inset 000px 0px 300px #1ff9f9, 000px 0px 400px #1ff9f9;
  transition: border-radius 1s ease-in;
}

.child1:hover {
  border-radius: 25%;
  transition: border-radius 0.8s ease-in-out;
  box-shadow: inset 000px 0px 100px #1ff9f9, 000px 0px 200px #1ff9f9, inset 000px 0px 300px #76f91f, 000px 0px 400px #1ff9f9;
  cursor: help;
}

.child2 {
  position: absolute;
  width: 45vw;
  height: auto;
  margin: 0;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  margin: 1px;
  padding: 10px;
}


.child3 {
  box-shadow: inset 000px 0px 100px #000000, 000px 0px 50px #1ff9f9, inset 000px 0px 100px #000000, 000px 0px 200px #1ff9f9;
z-index: 10;
transition: background-image 2s;

}

.child3:hover {
  cursor: no-drop;
  transition: background-image 2s;
  background-image: radial-gradient(circle farthest-corner at center, rgb(17, 255, 0) 10%, rgba(21, 62, 25, 1) 20%, rgb(221, 0, 0) 30%, rgba(69, 111, 70, 1) 40%, rgb(0, 255, 4) 50%, rgb(151, 0, 0) 60%, rgba(145, 190, 144, 1) 70%, rgba(172, 218, 171, 1) 80%, rgb(192, 12, 12) 90%, rgb(0, 229, 23) 100%);


}

#img1 {
  animation-name: animateRotation2;
  animation-duration: 20s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-play-state: running;
  animation-delay: 1s;
}

#img2 {
  animation-name: animateRotation2;
  animation-duration: 20s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-play-state: running;
  animation-direction: reverse;
}

#img3 {
  animation-name: animateRotation2;
  animation-duration: 20s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-play-state: running;
  animation-direction: reverse;
  min-height: 25vh;

}




.but-intro {
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 5vh;
  background-color: rgb(149, 149, 149);
  text-align: center;
  z-index: 6000;
  padding: 5px;
  opacity: 1;
}



/* MAIN
----------------------*/
.left {
  position: fixed;
  width: 70%;
  height: 100%;
}

.left.switch-on {
  mix-blend-mode:exclusion;
  border-radius: 50%;
}

p {
  font-size: 9pt;
  color: rgba(0, 230, 4, 1);
  font-family: "BradfordMono";
  -webkit-user-select: none; /* Safari */        
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* IE10+/Edge */
  user-select: none;
}

h1 {
  color: rgb(0, 0, 0);
  font-family: "BradfordMono";
  -webkit-user-select: none; /* Safari */        
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* IE10+/Edge */
  user-select: none;
    font-size: 18px;
}

img {
  max-width: 100%;
  height: auto;
  -webkit-user-select: none; /* Safari */        
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* IE10+/Edge */
  user-select: none;
  object-fit: cover;
}

.image {
  width: 20%;
  height: 30%;
  background-color: #730aa2;
}

.night {
  opacity: 0;
  transition: opacity 1s ease-in;
}

.night.switch-on {
  opacity: 1;
  transition: opacity 1s ease-in;
}

/* BG COLOR BIOLUMINESCENCE
----------------------*/
.left_BG1 {
  position: fixed;
  width: 70%;
  background-image: radial-gradient(circle farthest-corner at center, rgba(0, 107, 2, 1) 5%, rgba(0, 128, 0, 0.15) 20%, rgba(5, 3, 104, 1) 50%, rgba(16, 26, 16, 1) 20%, rgba(122, 0, 245, 0.4) 70%, rgba(27, 8, 150, 1) 85%);
  height: 100%;
  animation-name: animateBG_1;
  animation-duration: 20s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-play-state: running;
  background-blend-mode: difference;
}

.left_BG2 {
  position: fixed;
  width: 70%;
  background-image: radial-gradient(circle farthest-corner at center, rgba(0, 40, 0, 0.2) 10%, rgba(187, 0, 255, 1) 20%, rgba(45, 86, 47, 1) 30%, rgba(69, 111, 70, 1) 40%, rgba(0, 16, 240, 0.6) 20%, rgba(0, 51, 255, 0.85) 80%, rgba(200, 246, 198, 0.05) 90%);
  height: 100%;
  animation-name: animateBG_2;
  animation-duration: 20s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-play-state: running;
}

.left_BG3 {
  position: fixed;
  width: 70%;
  height: 100%;
  background-image: radial-gradient(circle closest-side at center, rgba(30, 255, 0, 1) 5%, rgba(24, 66, 236, 1) 30%, rgba(14, 0, 51, 0) 40%, rgba(53, 46, 142, 1) 50%, rgba(0, 0, 0, 1) 60%, rgba(0, 0, 255, 1) 70%, rgba(5, 0, 92, 0.05) 80%, rgba(4, 0, 219, 1) 0%, );
  animation-name: animateBG_3;
  animation-duration: 20s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-play-state: running;
}

.left_BG4 {
  position: fixed;
  width: 70%;
  height: 100%;
  background-image: radial-gradient(circle farthest-corner at center, rgba(0, 107, 2, 1) 5%, rgba(0, 128, 0, 0.15) 20%, rgba(5, 3, 104, 1) 50%, rgba(16, 26, 16, 1) 20%, rgba(122, 0, 245, 0.4) 70%, rgba(27, 8, 150, 1) 85%);
  animation-name: animateBG_4;
  animation-duration: 20s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-play-state: running;
}

.left_BG5 {
  position: fixed;
  width: 70%;
  height: 100%;
  background-image: radial-gradient(circle closest-side at center, rgba(46, 32, 151, 1) 5%, rgba(14, 0, 51, 0) 40%, rgba(53, 46, 142, 0.25) 50%, rgba(0, 0, 0, 0.55) 95%, rgba(0, 0, 255, 0.15) 70%, rgba(3, 0, 189, 0.3) 80%);
  animation-name: animateBG_3;
  animation-duration: 25s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-play-state: running;
}

#display {
  position: absolute;
  margin: 0;
  padding: 0;
  height: 100%;
  height: 100%;
  width: 100%;
  background: #0A0032;
  transition: background 100ms;
}

.display {
  margin: 0;
  padding: 0;
}



.toggle-panel:hover {
  box-shadow: 0px 2px 20px red;
  cursor: crosshair;
}

.node {
  position: absolute;
  left: 50%;
  width: 20px;
  max-width: 28px;
  height: 400px;
  background-image: radial-gradient(circle farthest-corner at center, rgba(0, 40, 0, 1) 10%, rgba(21, 62, 25, 1) 20%, rgba(45, 86, 47, 1) 30%, rgba(69, 111, 70, 1) 40%, rgba(93, 136, 94, 1) 50%, rgba(119, 163, 118, 1) 60%, rgba(145, 190, 144, 1) 70%, rgba(172, 218, 171, 1) 80%, rgb(144, 0, 255) 100%);
  transition: max-width 0.4s 2s ease-out;
  max-height: 370px;
}

.node.switch-on {
  max-width: 60px;
  transition: max-width 1s ease-in;
}






.nodeA {
  bottom: 50%;
  height: 0px;
  width: 0;
}

.node1 {
  bottom: 0;
  left: 50%;


}

.node2 {
  top: 0;
  height: 0px;
  width: 0;
  
}





.node3 {
  top: 0;
  height: 0px;
  width: 0;
  animation-name: animateRotation1;
  animation-duration: 10s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-direction: reverse;
}



.node4 {
  top: 0;
  height: 0px;
  width: 0;
  animation-name: animateRotation3;
  animation-duration: 8s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-direction: reverse;
}


.node5 {
  top: 0;
  height: 0px;
  width: 0;
  animation-name: animateRotation4;
  animation-duration: 15s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-direction: reverse;
}


.node6 {
  top: 0;
  height: 0px;
  width: 0;
  animation-name: animateRotation5;
  animation-duration: 30s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-direction: normal;
}






.branch {
  position: absolute;
  width: 20px;
  height: 200px;
  transform-origin: 50% 100%;
}


.branch.switch-on {
  background-blend-mode: difference;
}






.branch1 {
  background-color: rgb(6, 6, 235);
  transform: translate3d(-50%, -100%, 0) rotate(30deg);
  transition: max-height 2s ease-out;

  max-height: 114px;
}
.branch1.switch {
  box-shadow: inset 0px 10px 5px rgb(0, 255, 128);
  transition: box-shadow 1s ease;
}




.branch1.switch-on {
  transition: max-height 2s ease-out;
  max-height: 415px;
}




.branch2 {
  background-image: radial-gradient(circle farthest-corner at center, rgba(0, 40, 0, 1) 10%, rgba(21, 62, 25, 1) 20%, rgba(45, 86, 47, 1) 30%, rgba(69, 111, 70, 1) 40%, rgba(93, 136, 94, 1) 50%, rgba(119, 163, 118, 1) 60%, rgba(145, 190, 144, 1) 70%, rgba(172, 218, 171, 1) 80%, rgb(144, 0, 255) 100%);
  transform: translate3d(-50%, -100%, 0) rotate(-30deg);
  transition: max-height 2s ease-out;
  max-height: 115px;

}

.branch2.switch-on {
  max-height: 120px;
  transition: max-height 0.8s  ease-in;
}



.branch3 {
  background-image: radial-gradient(circle farthest-corner at center, rgb(37, 9, 195) 10%, rgba(21, 62, 25, 1) 20%, rgba(45, 86, 47, 1) 30%, rgba(69, 111, 70, 1) 40%, rgba(93, 136, 94, 1) 50%, rgba(119, 163, 118, 1) 60%, rgba(145, 190, 144, 1) 70%, rgba(172, 218, 171, 1) 80%, rgba(200, 246, 198, 1) 90%, rgba(228, 255, 226, 1) 100%);
  transform: translate3d(-50%, -100%, 0) rotate(25deg);
  max-height: 115px;
}


.branch4 {
  background-image: radial-gradient(circle farthest-corner at center, rgb(37, 9, 195) 10%, rgba(21, 62, 25, 1) 20%, rgba(45, 86, 47, 1) 30%, rgba(69, 111, 70, 1) 40%, rgba(93, 136, 94, 1) 50%, rgba(119, 163, 118, 1) 60%, rgba(145, 190, 144, 1) 70%, rgba(172, 218, 171, 1) 80%, rgba(200, 246, 198, 1) 90%, rgba(228, 255, 226, 1) 100%);
  transform: translate3d(-50%, -100%, 0) rotate(-20deg);
  max-height: 115px;
}

.branch5 {
  background-image: radial-gradient(circle farthest-corner at center, rgb(37, 9, 195) 10%, rgba(21, 62, 25, 1) 20%, rgba(45, 86, 47, 1) 30%, rgba(69, 111, 70, 1) 40%, rgba(93, 136, 94, 1) 50%, rgba(119, 163, 118, 1) 60%, rgba(145, 190, 144, 1) 70%, rgba(172, 218, 171, 1) 80%, rgba(200, 246, 198, 1) 90%, rgba(228, 255, 226, 1) 100%);
  transform: translate3d(-50%, -100%, 0) rotate(35deg);
  max-height: 115px;
}


.branch6 {
  background-image: radial-gradient(circle farthest-corner at center, rgb(37, 9, 195) 10%, rgba(21, 62, 25, 1) 20%, rgba(45, 86, 47, 1) 30%, rgba(69, 111, 70, 1) 40%, rgba(93, 136, 94, 1) 50%, rgba(119, 163, 118, 1) 60%, rgba(145, 190, 144, 1) 70%, rgba(172, 218, 171, 1) 80%, rgba(200, 246, 198, 1) 90%, rgba(228, 255, 226, 1) 100%);
  transform: translate3d(-50%, -100%, 0) rotate(-45deg);
  max-height: 115px;
}




















.seed {
  position: absolute;
  left: 50%;
  width: 5px;
  height: 100px;
  background-color: black;
}

.seed1 {
  bottom: 0;
  left: 50%;
}

.seed2 {
  top: 0;
  height: 0px;
  width: 0;

}

.seed3 {
  top: 50%;
  height: 0px;
  width: 0;

}

.seed4 {
  top: 65%;
  height: 0px;
  width: 0;
}



.seed000A {
  position: absolute;
  width: 5px;
  height: 100px;
  background-color: rgb(64, 64, 64);
  left: 75%;
  flex-shrink: 1;
  max-height: 50px;
  transition: max-height 0.15s ease-out;
}

.seed000A.switch-on {
  max-height: 250px;
  transition: max-height 1s ease-in
}

.seed000B {
  position: absolute;
  width: 5px;
  height: 330px;
  background-color: rgb(64, 64, 64);
  left: 10%;
  max-height: 30px;
  transition: max-height 0.15s ease-out;

}


.seed000B.switch-on {
  max-height: 450px;
  transition: max-height 1s ease-in
}

.seed000D {
  position: absolute;
  width: 5px;
  height: 130px;
  background-color: rgb(64, 64, 64);
  left: 15%;
  max-height: 25px;
  transition: max-height 0.15s ease-out;
}

.seed000D.switch-on {
  max-height: 250px;
  transition: max-height 1s ease-in
}

.seed000E {
  position: absolute;
  width: 5px;
  height: 120px;
  background-color: rgb(64, 64, 64);
  left: 20%;
  max-height: 34px;
  transition: max-height 0.15s ease-out;
}

.seed000E.switch-on {
  max-height: 250px;
  transition: max-height 1.5s 1s ease-in
}


.seed000F {
  position: absolute;
  width: 5px;
  height: 90px;
  background-color: rgb(64, 64, 64);
  left: 35%;
  max-height: 0;
  transition: max-height 1.15s ease-out;
}

.seed000F.switch-on {
  max-height: 250px;
  transition: max-height 1s 1s ease-in
}



.seed000G {
  position: absolute;
  width: 5px;
  height: 150px;
  background-color: rgb(64, 64, 64);
  left: 45%;
  max-height: 0;
  transition: max-height 1s ease-out;
}

.seed000G.switch-on {
  max-height: 150px;
  transition: max-height 1.5s ease-in
}





.seed000H {
  position: absolute;
  width: 5px;
  height: 430px;
  background-color: rgb(64, 64, 64);
  left: 60%;
  max-height: 0;
  transition: max-height 0.15s ease-out;
}

.seed000H.switch-on {
  max-height: 250px;
  transition: max-height 1s ease-in
}



.seed000I {
  position: absolute;
  width: 5px;
  height: 10px;
  background-color: rgb(64, 64, 64);
  left: 73%;
}

.seed000J {
  position: absolute;
  width: 5px;
  height: 100px;
  background-color: rgb(64, 64, 64);
  left: 90%;
}






.twig000 {
  position: absolute;
  width: 5px;
  height: 80px;
  transform-origin: 50% 100%;
  max-height: 50px;
  transition: max-height 1.15s ease-out;
  border-radius: 35%;
}









.twig001 {
  background-image: radial-gradient(circle farthest-corner at center, rgba(0, 0, 40, 1) 10%, rgba(21, 27, 62, 1) 20%, rgba(0, 10, 153, 1) 30%, rgba(0, 4, 82, 1) 40%, rgba(93, 94, 135, 1) 50%, rgba(118, 119, 162, 1) 60%, rgba(144, 144, 189, 1) 70%, rgba(171, 171, 216, 1) 80%);
  transform: translate3d(-50%, -100%, 0) rotate(15deg);
  animation-name: animateRotation1;
  animation-duration: 10s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-direction: reverse;
  max-height: 50px;
  transition: max-height 1.85s ease-out;
}

.twig001.switch-1 {
  animation-name: animateRotation1;
  animation-duration: 0.5s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-direction: reverse;
}



.twig002 {
  background-image: linear-gradient(0deg, rgba(0, 230, 4, 1) 15%, rgba(0, 128, 0, 1) 35%, rgba(5, 3, 104, 1) 50%, rgba(16, 26, 16, 1) 65%, rgba(255, 0, 247, 1) 85%, rgba(27, 8, 150, 1) 100%);
  transform: translate3d(-50%, -100%, 0) rotate(30deg);
  max-height: 0;
  transition: max-height 0.15s ease-out;
}



.twig002.switch-on {
  max-height: 500px;
  transition: max-height 2s ease-in
}

.twig003 {
  background-image: radial-gradient(circle farthest-corner at center, rgba(0, 230, 4, 1) 15%, rgba(0, 128, 0, 1) 35%, rgba(5, 3, 104, 1) 50%, rgba(16, 26, 16, 1) 65%, rgba(255, 0, 247, 1) 85%, rgba(27, 8, 150, 1) 100%);
  transform: translate3d(-50%, -100%, 0) rotate(45deg);
  max-height: 0;
  transition: max-height 0.15s ease-out;
}

.twig003.switch-on {
  max-height: 650px;
  transition: max-height 5s ease-in
}

.twig004 {
  background-image: radial-gradient(circle farthest-corner at center, rgb(37, 9, 195) 10%, rgba(21, 62, 25, 1) 20%, rgba(45, 86, 47, 1) 30%, rgba(69, 111, 70, 1) 40%, rgba(93, 136, 94, 1) 50%, rgba(119, 163, 118, 1) 60%, rgba(145, 190, 144, 1) 70%, rgba(172, 218, 171, 1) 80%, rgba(200, 246, 198, 1) 90%, rgba(228, 255, 226, 1) 100%);
  transform: translate3d(-50%, -100%, 0) rotate(60deg);
  max-height: 0;
  transition: max-height 0.15s ease-out;
}

.twig004.switch-on {
  max-height: 350px;
  transition: max-height 1s ease-in
}

.twig005 {
  background-color: rgb(164, 5, 5);
  transform: translate3d(-50%, -100%, 0) rotate(85deg);
  max-height: 0;
  transition: max-height 0.15s ease-out;
}

.twig005.switch-on {
  max-height: 350px;
  transition: max-height 1s ease-in
}

.twig006 {
  background-image: radial-gradient(circle farthest-corner at center, rgb(37, 9, 195) 10%, rgba(21, 62, 25, 1) 20%, rgba(45, 86, 47, 1) 30%, rgba(69, 111, 70, 1) 40%, rgba(93, 136, 94, 1) 50%, rgba(119, 163, 118, 1) 60%, rgba(145, 190, 144, 1) 70%, rgba(172, 218, 171, 1) 80%, rgba(200, 246, 198, 1) 90%, rgba(228, 255, 226, 1) 100%);
  transform: translate3d(-50%, -100%, 0) rotate(100deg);
  max-height: 0;
  transition: max-height 0.15s ease-out;
}

.twig006.switch-on {
  max-height: 350px;
  transition: max-height 1s ease-in
}

.twig007 {
  background-color: rgb(164, 5, 5);
  transform: translate3d(-50%, -100%, 0) rotate(-15deg);

}

.twig008 {
  background-image: radial-gradient(circle farthest-corner at center, rgb(37, 9, 195) 10%, rgba(21, 62, 25, 1) 20%, rgba(45, 86, 47, 1) 30%, rgba(69, 111, 70, 1) 40%, rgba(93, 136, 94, 1) 50%, rgba(119, 163, 118, 1) 60%, rgba(145, 190, 144, 1) 70%, rgba(172, 218, 171, 1) 80%, rgba(200, 246, 198, 1) 90%, rgba(228, 255, 226, 1) 100%);
  transform: translate3d(-50%, -100%, 0) rotate(-30deg);
}

.twig009 {
  background-color: rgb(164, 5, 5);
  transform: translate3d(-50%, -100%, 0) rotate(-45deg);
}

.twig010 {
  background-color: rgb(68, 106, 212);
  transform: translate3d(-50%, -100%, 0) rotate(-60deg);
}

.twig011 {
  background-color: rgb(164, 5, 5);
  transform: translate3d(-50%, -100%, 0) rotate(-85deg);
}

.twig012 {
  background-color: rgb(68, 106, 212);
  transform: translate3d(-50%, -100%, 0) rotate(-100deg);
}

.twig013 {
  background-color: rgb(68, 106, 212);
  transform: translate3d(-50%, -100%, 0) rotate(320deg);
}




.Fruit {
  height: 10px;
  width: 10px;
}



.Fbush {
  background-color: red;
  border-radius: 50%;
  transform-origin: 10% 20%;
}



.Fbush2 {
  height: 20px;
  width: 20px;
  background-image: radial-gradient(circle farthest-corner at center, rgba(0, 40, 0, 1) 15%, rgba(36, 51, 36, 1) 35%, rgba(40, 40, 0, 1) 50%, rgba(16, 26, 16, 1) 65%, rgba(153, 153, 153, 1) 85%, rgba(26, 26, 26, 1) 100%);
  border-radius: 50%;
  transform-origin: 10% 20%;

}





.Fbush3 {
  background-image: radial-gradient(circle farthest-corner at center, rgb(0, 255, 0) 25%, rgba(0, 41, 66, 1) 50%, rgba(52, 19, 59, 1) 75%, rgba(61, 21, 0, 1) 100%);
  border-radius: 50%;
  height: 30px;
  width: 30px;
}


.Fbush3:hover {
  box-shadow: 0px 0px 10px red;
  cursor: help;


}

.Fbush3.switch-1 {
  background-image: radial-gradient(circle farthest-corner at center, rgb(17, 0, 255) 25%, rgba(0, 41, 66, 1) 50%, rgba(52, 19, 59, 1) 75%, rgb(60, 192, 253) 100%);
}

.Fbush3.switch-2 {
  background-image: radial-gradient(circle farthest-corner at center, rgb(24, 103, 24) 25%, rgb(214, 17, 187) 50%, rgba(52, 19, 59, 1) 75%, rgba(61, 21, 0, 1) 100%);
}

.Fbush3.switch-3 {
  background-image: radial-gradient(circle farthest-corner at center, rgb(0, 255, 0) 25%, rgb(180, 180, 180) 50%, rgba(52, 19, 59, 1) 75%, rgba(61, 21, 0, 1) 100%);
  height: 30px;
  width: 30x;
}



/*------------------*/





.seedbush {
  position: absolute;
  left: 50%;
  width: 5px;
  height: 100px;
  background-color: black;
}

.seedbush1 {
  bottom: 0;
  left: 50%;
  top: 10%;
  transform: translate3d(-50%, -100%, 0) rotate(180deg);
}

.seedbush2 {
  top: 0;
  height: 0px;
  width: 0;

}

.seedbush3 {
  top: 50%;
  height: 0px;
  width: 0;
}

.seedbush4 {
  top: 65%;
  height: 0px;
  width: 0;
}



/*UP*/

.seedbushA {
  position: absolute;
  left: 30%;
  width: 5px;
  height: 100px;
  background-color: black;
  top: 8%;
  transform: translate3d(-50%, -100%, 0) rotate(180deg);
}


.seedbushB {
  position: absolute;
  left: 10%;
  width: 5px;
  height: 100px;
  background-color: black;
  top: 6%;
  transform: translate3d(-50%, -100%, 0) rotate(180deg);
}


.seedbushC {
  position: absolute;
  left: 70%;
  width: 5px;
  height: 100px;
  background-color: black;
  top: 6%;
  transform: translate3d(-50%, -100%, 0) rotate(180deg);
}


.seedbushD {
  position: absolute;
  left: 90%;
  width: 5px;
  height: 100px;
  background-color: black;
  top: 6%;
  transform: translate3d(-50%, -100%, 0) rotate(180deg);
}



.seedbush000A {
  position: relative;
  width: 1px;
  height: 130px;
  background-color: rgb(64, 64, 64);
  flex-shrink: 1;
  top: 6%;
  transform: translate3d(-50%, -100%, 0) rotate(180deg);


}





.twigbush {
  position: absolute;
  width: 8px;
  height: 15px;
  transform-origin: 50% 100%;

  box-shadow: 0px 10px 10px red;



}

.twigbush1 {
  background-image: radial-gradient(ellipse farthest-side at top, rgba(8, 4, 37, 1) 10%, rgba(43, 0, 255, 1) 20%, rgba(52, 11, 147, 1) 30%, rgba(143, 133, 224, 1) 40%, rgba(17, 0, 255, 1) 50%, rgba(83, 90, 48, 1) 60%, rgba(41, 56, 0, 1) 70%, rgba(115, 0, 255, 1) 80%, rgba(255, 0, 0, 1) 90%, rgba(0, 0, 0, 1) 100%);
  transform: translate3d(-50%, -100%, 0) rotate(30deg);
}

.twigbush2 {
  background-image: radial-gradient(circle farthest-corner at center, rgb(24, 103, 24) 25%, rgb(214, 17, 187) 50%, rgba(52, 19, 59, 1) 75%, rgba(61, 21, 0, 1) 100%);
  transform: translate3d(-50%, -100%, 0) rotate(-30deg);
}

.twigbush3 {
  background-image: radial-gradient(circle farthest-corner at center, rgb(17, 0, 255) 25%, rgba(0, 41, 66, 1) 50%, rgba(52, 19, 59, 1) 75%, rgb(60, 192, 253) 100%);
  transform: translate3d(-50%, -100%, 0) rotate(-60deg);
}


.twigbush000 {
  position: absolute;
  width: 2px;
  height: 50px;
  transform-origin: 50% 100%;
  transition: box-shadow 1s ease;

}

.twigbush000.switch-on {
  box-shadow: 0px 10px 5px rgb(255, 8, 8), 10px 50px 10px rgb(0, 255, 128);
  transition: box-shadow 1s ease;

}






.twigbush001 {
  background-image: radial-gradient(ellipse farthest-side at top, rgba(8, 4, 37, 1) 10%, rgba(43, 0, 255, 1) 20%, rgba(52, 11, 147, 1) 30%, rgba(143, 133, 224, 1) 40%, rgba(17, 0, 255, 1) 50%, rgba(83, 90, 48, 1) 60%, rgba(41, 56, 0, 1) 70%, rgba(115, 0, 255, 1) 80%, rgba(255, 0, 0, 1) 90%, rgba(0, 0, 0, 1) 100%);
  transform: translate3d(-50%, -100%, 0) rotate(15deg);
}

.twigbush002 {
  background-image: radial-gradient(circle farthest-corner at center, rgb(37, 9, 195) 10%, rgba(21, 62, 25, 1) 20%, rgba(45, 86, 47, 1) 30%, rgba(69, 111, 70, 1) 40%, rgba(93, 136, 94, 1) 50%, rgba(119, 163, 118, 1) 60%, rgba(145, 190, 144, 1) 70%, rgba(172, 218, 171, 1) 80%, rgba(200, 246, 198, 1) 90%, rgba(228, 255, 226, 1) 100%);
  transform: translate3d(-50%, -100%, 0) rotate(30deg);
}

.twigbush003 {
  background-image: radial-gradient(ellipse farthest-side at top, rgba(8, 4, 37, 1) 10%, rgba(43, 0, 255, 1) 20%, rgba(52, 11, 147, 1) 30%, rgba(143, 133, 224, 1) 40%, rgba(17, 0, 255, 1) 50%, rgba(83, 90, 48, 1) 60%, rgba(41, 56, 0, 1) 70%, rgba(115, 0, 255, 1) 80%, rgba(255, 0, 0, 1) 90%, rgba(0, 0, 0, 1) 100%);
  transform: translate3d(-50%, -100%, 0) rotate(45deg);
}

.twigbush004 {
  background-image: radial-gradient(circle farthest-corner at center, rgb(37, 9, 195) 10%, rgba(21, 62, 25, 1) 20%, rgba(45, 86, 47, 1) 30%, rgba(69, 111, 70, 1) 40%, rgba(93, 136, 94, 1) 50%, rgba(119, 163, 118, 1) 60%, rgba(145, 190, 144, 1) 70%, rgba(172, 218, 171, 1) 80%, rgba(200, 246, 198, 1) 90%, rgba(228, 255, 226, 1) 100%);
  transform: translate3d(-50%, -100%, 0) rotate(60deg);
}

.twigbush005 {
  background-image: radial-gradient(ellipse farthest-side at top, rgba(8, 4, 37, 1) 10%, rgba(43, 0, 255, 1) 20%, rgba(52, 11, 147, 1) 30%, rgba(143, 133, 224, 1) 40%, rgba(17, 0, 255, 1) 50%, rgba(83, 90, 48, 1) 60%, rgba(41, 56, 0, 1) 70%, rgba(115, 0, 255, 1) 80%, rgba(255, 0, 0, 1) 90%, rgba(0, 0, 0, 1) 100%);
  transform: translate3d(-50%, -100%, 0) rotate(85deg);
}

.twigbush006 {
  background-image: radial-gradient(circle farthest-corner at center, rgb(37, 9, 195) 10%, rgba(21, 62, 25, 1) 20%, rgba(45, 86, 47, 1) 30%, rgba(69, 111, 70, 1) 40%, rgba(93, 136, 94, 1) 50%, rgba(119, 163, 118, 1) 60%, rgba(145, 190, 144, 1) 70%, rgba(172, 218, 171, 1) 80%, rgba(200, 246, 198, 1) 90%, rgba(228, 255, 226, 1) 100%);
  transform: translate3d(-50%, -100%, 0) rotate(100deg);
}

.twigbush007 {
  background-image: radial-gradient(ellipse farthest-side at top, rgba(8, 4, 37, 1) 10%, rgba(43, 0, 255, 1) 20%, rgba(52, 11, 147, 1) 30%, rgba(143, 133, 224, 1) 40%, rgba(17, 0, 255, 1) 50%, rgba(83, 90, 48, 1) 60%, rgba(41, 56, 0, 1) 70%, rgba(115, 0, 255, 1) 80%, rgba(255, 0, 0, 1) 90%, rgba(0, 0, 0, 1) 100%);
  transform: translate3d(-50%, -100%, 0) rotate(-15deg);
}

.twigbush008 {
  background-image: radial-gradient(circle farthest-corner at center, rgb(37, 9, 195) 10%, rgba(21, 62, 25, 1) 20%, rgba(45, 86, 47, 1) 30%, rgba(69, 111, 70, 1) 40%, rgba(93, 136, 94, 1) 50%, rgba(119, 163, 118, 1) 60%, rgba(145, 190, 144, 1) 70%, rgba(172, 218, 171, 1) 80%, rgba(200, 246, 198, 1) 90%, rgba(228, 255, 226, 1) 100%);
  transform: translate3d(-50%, -100%, 0) rotate(-30deg);
}

.twigbush009 {
  background-image: radial-gradient(ellipse farthest-side at top, rgba(8, 4, 37, 1) 10%, rgba(43, 0, 255, 1) 20%, rgba(52, 11, 147, 1) 30%, rgba(143, 133, 224, 1) 40%, rgba(17, 0, 255, 1) 50%, rgba(83, 90, 48, 1) 60%, rgba(41, 56, 0, 1) 70%, rgba(115, 0, 255, 1) 80%, rgba(255, 0, 0, 1) 90%, rgba(0, 0, 0, 1) 100%);
  transform: translate3d(-50%, -100%, 0) rotate(-45deg);
}

.twigbush010 {
  background-image: radial-gradient(ellipse farthest-side at top, rgba(8, 4, 37, 1) 10%, rgba(43, 0, 255, 1) 20%, rgba(52, 11, 147, 1) 30%, rgba(143, 133, 224, 1) 40%, rgba(17, 0, 255, 1) 50%, rgba(83, 90, 48, 1) 60%, rgba(41, 56, 0, 1) 70%, rgba(115, 0, 255, 1) 80%, rgba(255, 0, 0, 1) 90%, rgba(0, 0, 0, 1) 100%);
  transform: translate3d(-50%, -100%, 0) rotate(-60deg);
}

.twigbush011 {
  background-image: radial-gradient(ellipse farthest-side at top, rgba(8, 4, 37, 1) 10%, rgba(43, 0, 255, 1) 20%, rgba(52, 11, 147, 1) 30%, rgba(143, 133, 224, 1) 40%, rgba(17, 0, 255, 1) 50%, rgba(83, 90, 48, 1) 60%, rgba(41, 56, 0, 1) 70%, rgba(115, 0, 255, 1) 80%, rgba(255, 0, 0, 1) 90%, rgba(0, 0, 0, 1) 100%);
  transform: translate3d(-50%, -100%, 0) rotate(-90deg);
}

.twigbush012 {
  background-image: radial-gradient(ellipse farthest-side at top, rgba(8, 4, 37, 1) 10%, rgba(43, 0, 255, 1) 20%, rgba(52, 11, 147, 1) 30%, rgba(143, 133, 224, 1) 40%, rgba(17, 0, 255, 1) 50%, rgba(83, 90, 48, 1) 60%, rgba(41, 56, 0, 1) 70%, rgba(115, 0, 255, 1) 80%, rgba(255, 0, 0, 1) 90%, rgba(0, 0, 0, 1) 100%);
  transform: translate3d(-50%, -100%, 0) rotate(-100deg);
}








/*------------------*/





/*------------------*/


.square:hover {
  box-shadow: inset 0px 0px 20px rgb(0, 0, 1), 0px 0px 100px red;
  animation-name: animateRotation2;
  animation-direction: reverse;
}







.square {
  box-sizing: border-box;
  position: fixed;
  top: 60%;
  left: 50%;
  width: 20vmin;
  height: 20vmin;
  color: white;
  font-family: sans-serif;
  line-height: 1.2;
  padding: 0.2em;
  z-index: 10000;
  border-radius: 50%;
  animation-name: animateRotation2;
  animation-duration: 20s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-play-state: running;
  opacity: 0;
}

.square.switch-on {
  opacity: 1;
}





/*------------------*/





/*------------------*/








.right {
  float: right;
  width: 30%;
  background-color: grey;
  padding-bottom: 52vh;
}







td,
th {
  text-align: left;
  padding: 2px;
}



.accordion {
  cursor: ns-resize	;
  background-color: gray;
  padding: 16px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 14pt;
  color: black;
  font-family: "BradfordMono";
  transition: 0.4s;
}


.accordion.active {
  background-color: rgb(0, 0, 0);
  box-shadow: inset 0px -50px 10px rgba(17, 0, 255, 1);
  color: rgba(0, 230, 4, 1);
  transition: .2s;
}

.accordion:hover {
  background-color: black;
  color: black;
  box-shadow: inset 0px -50px 10px rgba(17, 0, 255, 1);
}


.accordion_panel {
  display: none;
  overflow: hidden;
  background-color: rgba(0, 230, 4, 1);
  box-shadow: inset 0px 15px 10px -15px #111;

}

.box {
  border: 10px solid;
  border-image: linear-gradient(0deg, rgba(0, 230, 4, 1) 15%, rgba(0, 128, 0, 1) 35%, rgba(5, 3, 104, 1) 50%, rgba(16, 26, 16, 1) 65%, rgba(255, 0, 247, 1) 85%, rgba(27, 8, 150, 1) 100%) 10% round;
  padding: 10px;
  background-color: rgba(17, 0, 255, 1);
  font-family: "BradfordMono";
  color: rgba(0, 230, 4, 1);

}

.box_P {
  border: 10px solid;
  border-image: linear-gradient(0deg, rgba(0, 230, 4, 1) 15%, rgba(0, 128, 0, 1) 35%, rgba(5, 3, 104, 1) 50%, rgba(16, 26, 16, 1) 65%, rgba(255, 0, 247, 1) 85%, rgba(27, 8, 150, 1) 100%) 10% round;
  margin: 8px;
  margin: 8px;
  padding: 10px;
  background-color: rgba(0, 230, 4, 1);
  font-family: "BradfordMono";
  font-size: 9pt;
}

.box_P_3 {
  border: 10px solid;
  border-image: linear-gradient(0deg, rgba(0, 230, 4, 1) 15%, rgba(0, 128, 0, 1) 35%, rgba(5, 3, 104, 1) 50%, rgba(16, 26, 16, 1) 65%, rgba(255, 0, 247, 1) 85%, rgba(27, 8, 150, 1) 100%) 10% round;
  margin: 8px;
  margin: 8px;
  padding: 10px;
  background-color: rgba(0, 230, 4, 1);
  font-family: "BradfordMono";
  font-size: 9pt;
}


.box_P2 {
  border: 10px solid;
  border-image: linear-gradient(0deg, rgba(0, 230, 4, 1) 15%, rgba(0, 128, 0, 1) 35%, rgba(5, 3, 104, 1) 50%, rgba(16, 26, 16, 1) 65%, rgba(255, 0, 247, 1) 85%, rgba(27, 8, 150, 1) 100%) 10% round;
  margin: 8px;
  margin: 8px;
  padding: 10px;
  background-color: rgba(0, 230, 4, 1);
  font-family: "BradfordMono";
  font-size: 9pt;
  position: fixed;
}





.box2 {
  display: flex;
  justify-content: space-around;
  border: 10px;
  border-image: linear-gradient(0deg, rgba(0, 230, 4, 1) 15%, rgba(0, 128, 0, 1) 35%, rgba(5, 3, 104, 1) 50%, rgba(16, 26, 16, 1) 65%, rgba(255, 0, 247, 1) 85%, rgba(27, 8, 150, 1) 100%) 10% round;
  margin: 5px;
  padding: 10px;
  font-family: "BradfordMono";
}

.box_S {
  border: 10px solid;
  border-image: radial-gradient(circle farthest-corner at center, rgba(8, 4, 37, 1) 10%, rgba(43, 0, 255, 1) 20%, rgba(52, 11, 147, 1) 30%, rgba(143, 133, 224, 1) 40%, rgba(17, 0, 255, 1) 50%, rgba(83, 90, 48, 1) 60%, rgba(41, 56, 0, 1) 70%, rgba(115, 0, 255, 1) 80%, rgba(255, 0, 0, 1) 90%, rgba(0, 0, 0, 1) 100%) 10% round;
  margin: 5px;
  padding: 10px;
  background-color: gray;
  font-family: "BradfordMono";
}


.box_S3 {
  border: 20px solid;
  border-image: linear-gradient(0deg, rgba(0, 230, 4, 1) 15%, rgba(0, 128, 0, 1) 35%, rgba(5, 3, 104, 1) 50%, rgba(16, 26, 16, 1) 65%, rgba(255, 0, 247, 1) 85%, rgba(27, 8, 150, 1) 100%) 10% round;
  font-family: "BradfordMono";
  background-color: #76f91f;


  position: fixed;
  padding-top: 10px !important;
  padding-left: 10px !important;
  padding-right: 10px !important;
  padding-bottom: 10px !important;
  transform: translate3d(0%, 0%, 0);
  bottom: 0;
  width: 30vw;
  min-height: 40vh;
  transition: transform 1s ease;
  z-index: 1;
  justify-content: space-around;
  font-family: "BradfordMono";


  
}

.box_S2 {
  border: 20px solid;
  border-image: radial-gradient(circle farthest-side, rgba(89, 255, 0, 1) 35%, rgba(0, 17, 255, 1) 65%, rgba(171, 165, 182, 1) 100%) 10% round;
  padding: 10px;
  font-family: "BradfordMono";
  object-fit: cover;
  background-color: rgb(255, 0, 0);
  height: 100%;
  min-height: 40vh;




}




.panel {
  position: fixed;
  padding-top: 10px !important;
  padding-left: 10px !important;
  padding-right: 10px !important;
  padding-bottom: 5px !important;
  transform: translate3d(0%, 0%, 0);
  bottom: 0;
  width: 100%;
  height: 10%;
  background-color: rgb(255, 0, 0);
  transition: transform 1s ease;
  z-index: 1;
  justify-content: space-around;
  font-family: "BradfordMono";
}

.panel.switch-on {
  transform: translate3d(0%, 84%, 0);
}


.box_PANNEL {
  border: 5px solid;
  border-image: radial-gradient(circle farthest-side at top left, rgba(89, 255, 0, 1) 35%, rgba(0, 17, 255, 1) 65%, rgba(171, 165, 182, 1) 100%) 10% round;
  background-color: gray;
  display: flex;
  justify-content: space-between;
  padding: 10px;

}
.box_PANNEL_2 {
  border: 5px solid;
  border-image: radial-gradient(circle farthest-side at top left, rgba(89, 255, 0, 1) 35%, rgba(0, 17, 255, 1) 65%, rgba(171, 165, 182, 1) 100%) 10% round;
  background-color: gray;
  display: flex;
  justify-content: space-between;
  padding: 10px;

}






/*
BUTONS
___________________
*/

.button-three {
  width: 100%;
  height: 40px;
  background-color: pink;
  text-align: center;
  cursor: crosshair;
  padding-top: 1vh;
}



.but-night {
  width: 100%;
  height: 40px;
  background-color: pink;
  text-align: center;
  cursor: crosshair;
  padding-top: 1vh;

}

.but-blend {
  width: 100%;
  height: 40px;
  background-color: pink;
  text-align: center;
  cursor: crosshair;
  padding-top: 1vh;

}

.but-square {
  width: 100%;
  height: 40px;
  background-color: pink;
  text-align: center;
  cursor: crosshair;
  padding-top: 1vh;

}

.button-bush {
  width: 100%;
  height: 40px;
  background-color: pink;
  text-align: center;
  cursor: crosshair;
  padding-top: 1vh;

}

.button-seedbush {
  width: 100%;
  height: 40px;
  background-color: pink;
  text-align: center;
  cursor: crosshair;
  border: 4px black;
  padding-top: 1vh;

}









@keyframes animateBgColor3 {
  0% {

    box-shadow: inset 000px 0px 100px #ffffff;
    border-radius: 00%;

  }

  15% {
    border-radius: 50%;
    box-shadow: inset 000px 0px 100px #1ff9f9;


  }


  45% {
    border: 0px;




  }

  75% {
    border: 0px;


  }


  80% {
    border-radius: 0px;

  }

  85% {
    border: 0px;
    box-shadow: inset 0px 800px 600px #090355;

  }

  100% {
    border: 0px solid;
    box-shadow: inset px 0px 100px #ffffff;
    border-radius: 00%;
  }
}









@keyframes animateRotation1 {

  00% {
    transform: translate3d(-50%, -100%, 0) rotate(-15deg);

  }

  50% {
    transform: translate3d(-50%, -100%, 0) rotate(-7deg);

  }

  100% {
    transform: translate3d(-50%, -100%, 0) rotate(-15deg);

  }

}


@keyframes animateRotation2 {

  00% {
    transform: rotate(0deg);

  }




  100% {
    transform: rotate(-360deg);

  }

}






@keyframes animateRotation4 {

  00% {
    transform: translate3d(-50%, -100%, 0) rotate(1deg);

  }

  50% {
    transform: translate3d(-50%, -100%, 0) rotate(7deg);

  }

  80% {
    transform: translate3d(-50%, -100%, 0) rotate(-4deg);
  
  }
  100% {
    transform: translate3d(-50%, -100%, 0) rotate(1deg);

  }

}




@keyframes animateRotation3 {

  00% {
    transform: translate3d(-50%, -100%, 0) rotate(5deg);

  }

  30% {
    transform: translate3d(-50%, -100%, 0) rotate(-1deg);

  }

  90% {
    transform: translate3d(-50%, -100%, 0) rotate(7deg);

  }

  100% {
    transform: translate3d(-50%, -100%, 0) rotate(5deg);

  }

}
@keyframes animateRotation5 {

  00% {
    transform: translate3d(-50%, -100%, 0) rotate(35deg);

  }

  50% {
    transform: translate3d(-50%, -100%, 0) rotate(40deg);

  }
  60% {
    transform: translate3d(-50%, -100%, 0) rotate(33deg);

  }

  70% {
    transform: translate3d(-50%, -100%, 0) rotate(37deg);

  }

  85% {
    transform: translate3d(-50%, -100%, 0) rotate(34deg);

  }




  100% {
    transform: translate3d(-50%, -100%, 0) rotate(35deg);

  }

}








@keyframes animateBG_1 {

  00% {
    opacity: 100%;
  }

  25% {
    opacity: 100%;
  }

  50% {
    opacity: 0%
  }



  90% {
    opacity: 00%
  }

  100% {
    opacity: 100%
  }

}

@keyframes animateBG_2 {

  00% {
    opacity: 0%;
  }

  10% {
    opacity: 0%;
  }


  26% {
    opacity: 100%
  }

  50% {
    opacity: 100%
  }

  70% {
    opacity: 0%
  }



  100% {
    opacity: 0%
  }







}


@keyframes animateBG_3 {

  00% {
    opacity: 0%;
  }

  30% {
    opacity: 0%;
  }

  60% {
    opacity: 100%
  }



  75% {
    opacity: 100%
  }


  90% {
    opacity: 90%
  }

  100% {
    opacity: 0%
  }



}

@keyframes animateBG_4 {

  00% {
    opacity: 100%;
  }

  10% {
    opacity: 100%;
  }

  60% {
    opacity: 0%;
  }

  76% {
    opacity: 100%
  }



  100% {
    opacity: 100%
  }


}

.Menu{
  opacity: 0;
  -webkit-user-select: none; /* Safari */        
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* IE10+/Edge */
  user-select: none;
}





/*__________MEDIA*/



@media screen and (max-aspect-ratio: 2/3) {


body {
  background: #0A0032;
  font-family: "BradfordMono";
}


p{
  font-size: 18pt;

}

h1{
  font-size: 50px;
}

.intro{
  display: none;
}

.Menu{
  position: fixed;
  opacity: 1;
  -webkit-user-select: all; /* Safari */        
  -moz-user-select: all; /* Firefox */
  -ms-user-select: all; /* IE10+/Edge */
  user-select:all;
  font-size: 50px;
  width: 100%;
  height: 100%;
  text-align: center;
  background-color: gray;
  color: #76f91f;
  top: 0;
  padding-top: 1vh;
  margin-top: 95vh ;
}




/* TREE
________ */






.nodeA {
  bottom: 50%;
  height: 0px;
  width: 0;
  -webkit-user-select: none; /* Safari */        
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* IE10+/Edge */
  user-select: none;
  pointer-events: none;
}

.node1 {
  bottom: 0;
  left: 50%;
  -webkit-user-select: none; /* Safari */        
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* IE10+/Edge */
  user-select: none;
  pointer-events: none;

}

.node2 {
  top: 0;
  height: 0px;
  width: 0;
  -webkit-user-select: none; /* Safari */        
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* IE10+/Edge */
  user-select: none;
  pointer-events: none;
}

.node3 {
  top: 0;
  height: 0px;
  width: 0;
  animation-name: animateRotation1;
  animation-duration: 10s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-direction: reverse;
  -webkit-user-select: none; /* Safari */        
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* IE10+/Edge */
  user-select: none;
  pointer-events: none;
}







.branch {
  position: absolute;
  width: 13px;
  height: 400px;
  transform-origin: 50% 100%;
  box-shadow: 0px 10px 10px black;
  -webkit-user-select: none; /* Safari */        
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* IE10+/Edge */
  user-select: none;
  pointer-events: none;

}


.branch.switch-on {
  background-blend-mode: difference;
  -webkit-user-select: none; /* Safari */        
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* IE10+/Edge */
  user-select: none;
  pointer-events: none;
}










.branch1 {
  background-color: blue;
  transform: translate3d(-50%, -100%, 0) rotate(30deg);
  transition: max-height 2.15s ease-out;
  max-height: 214px;
  -webkit-user-select: none; /* Safari */        
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* IE10+/Edge */
  user-select: none;
  pointer-events: none;
  transition: max-height 0.8s 0.8s ease-in;
}


.branch1.switch-on {
  -webkit-user-select: none; /* Safari */        
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* IE10+/Edge */
  user-select: none;
  pointer-events: none;
  max-height: 247px;
  transition: max-height 5s 2s ease-in;
}

.branch1.switch {
  box-shadow: 0px 10px 10px black, inset 0px 10px 10px rgb(0, 255, 128);
  transition: box-shadow 3s ease;
}





.branch2 {
  background-image: radial-gradient(circle farthest-corner at center, rgba(0, 40, 0, 1) 10%, rgba(21, 62, 25, 1) 20%, rgba(45, 86, 47, 1) 30%, rgba(69, 111, 70, 1) 40%, rgba(93, 136, 94, 1) 50%, rgba(119, 163, 118, 1) 60%, rgba(145, 190, 144, 1) 70%, rgba(172, 218, 171, 1) 80%, rgb(144, 0, 255) 100%);
  transform: translate3d(-50%, -100%, 0) rotate(-30deg);
  transition: max-height 2s ease-in-out;
  max-height: 250px;
  -webkit-user-select: none; /* Safari */        
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* IE10+/Edge */
  user-select: none;
  pointer-events: none;

}

.branch2.switch-on {
  max-height: 470px;
  transition: max-height 2s 0.5s ease-in-out;
  -webkit-user-select: none; /* Safari */        
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* IE10+/Edge */
  user-select: none;
  pointer-events: none;
}



.branch3 {
  background-image: radial-gradient(circle farthest-corner at center, rgb(37, 9, 195) 10%, rgba(21, 62, 25, 1) 20%, rgba(45, 86, 47, 1) 30%, rgba(69, 111, 70, 1) 40%, rgba(93, 136, 94, 1) 50%, rgba(119, 163, 118, 1) 60%, rgba(145, 190, 144, 1) 70%, rgba(172, 218, 171, 1) 80%, rgba(200, 246, 198, 1) 90%, rgba(228, 255, 226, 1) 100%);
  transform: translate3d(-50%, -100%, 0) rotate(25deg);
  max-height: 115px;
  -webkit-user-select: none; /* Safari */        
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* IE10+/Edge */
  user-select: none;
  pointer-events: none;
}


.branch4 {
  background-image: radial-gradient(circle farthest-corner at center, rgb(37, 9, 195) 10%, rgba(21, 62, 25, 1) 20%, rgba(45, 86, 47, 1) 30%, rgba(69, 111, 70, 1) 40%, rgba(93, 136, 94, 1) 50%, rgba(119, 163, 118, 1) 60%, rgba(145, 190, 144, 1) 70%, rgba(172, 218, 171, 1) 80%, rgba(200, 246, 198, 1) 90%, rgba(228, 255, 226, 1) 100%);
  transform: translate3d(-50%, -100%, 0) rotate(-20deg);
  max-height: 115px;
  -webkit-user-select: none; /* Safari */        
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* IE10+/Edge */
  user-select: none;
  pointer-events: none;
}

.branch5 {
  background-image: radial-gradient(circle farthest-corner at center, rgb(37, 9, 195) 10%, rgba(21, 62, 25, 1) 20%, rgba(45, 86, 47, 1) 30%, rgba(69, 111, 70, 1) 40%, rgba(93, 136, 94, 1) 50%, rgba(119, 163, 118, 1) 60%, rgba(145, 190, 144, 1) 70%, rgba(172, 218, 171, 1) 80%, rgba(200, 246, 198, 1) 90%, rgba(228, 255, 226, 1) 100%);
  transform: translate3d(-50%, -100%, 0) rotate(35deg);
  max-height: 115px;
  -webkit-user-select: none; /* Safari */        
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* IE10+/Edge */
  user-select: none;
  pointer-events: none;
}


.branch6 {
  background-image: radial-gradient(circle farthest-corner at center, rgb(37, 9, 195) 10%, rgba(21, 62, 25, 1) 20%, rgba(45, 86, 47, 1) 30%, rgba(69, 111, 70, 1) 40%, rgba(93, 136, 94, 1) 50%, rgba(119, 163, 118, 1) 60%, rgba(145, 190, 144, 1) 70%, rgba(172, 218, 171, 1) 80%, rgba(200, 246, 198, 1) 90%, rgba(228, 255, 226, 1) 100%);
  transform: translate3d(-50%, -100%, 0) rotate(-45deg);
  max-height: 115px;
  -webkit-user-select: none; /* Safari */        
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* IE10+/Edge */
  user-select: none;
  pointer-events: none;
}













  .left {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 300;
    background: none !important;
    -webkit-user-select: none; /* Safari */        
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* IE10+/Edge */
    user-select: none;
    pointer-events: none;
  }

  .left.switch-on {
    mix-blend-mode:color-burn;
  }


  .right {
    position: sticky;
    width: 100%;
    height: 9.6vh;
    padding-bottom: 0;
    background-color: grey;
    z-index: 200;
  }
  

  .left_BG1 {
    width: 100%;
    background-image: none;
  }
  .left_BG2 {
    width: 100%;
    background-image: none;

  }
  .left_BG3 {
    width: 100%;
    background-image: none;

  }
  .left_BG4 {
    width: 100%;
    background-image: none;

  }
  .left_BG5 {
    width: 100%;
    background-image: none;

  }

  #display {

    display: none;
  }


  body.switch-on {
    background-image: radial-gradient(circle farthest-corner at center, rgb(37, 9, 195) 10%, rgba(21, 62, 25, 1) 20%, rgba(45, 86, 47, 1) 30%, rgba(69, 111, 70, 1) 40%, rgba(93, 136, 94, 1) 50%, rgba(119, 163, 118, 1) 60%, rgba(145, 190, 144, 1) 70%, rgba(172, 218, 171, 1) 80%, rgba(200, 246, 198, 1) 90%, rgba(228, 255, 226, 1) 100%);
  }
  







.accordion{
  font-size: 50px;
  
}





.accordion.active {
  background-color: rgba(17, 0, 255, 1);
  color: rgba(0, 230, 4, 1);
  transition: .2s;
}



.accordion:hover {
  box-shadow: inset 0px 0px 0px;
  background-color: rgba(17, 0, 255, 1);


}



.box_P{
  font-size: 18px;
}


  .box_PANNEL_2 {
display: none;
  
  }
  

  .box {
padding-left: 30%;
  
  }
  

  .box_P_3 {
display: none;
font-size: 18px;

  
  }
  

  .box_P2 {
display: none;
font-size: 18px;

  
  }
  
  
  


  .box_S3 {
  opacity: 0;
  }




.Perso2 {
  display: none;
}




/*TWIG BUSHHHHHHHHHHHHHHHHH
--------------------------------
*/


.twig000 {
  position: absolute;
  width: 7px;
  height: 150px;
  transform-origin: 50% 100%;
  max-height: 130px;
  transition: max-height 1.15s ease-out;
  border-radius: 35%;
}



.twig001 {
  background-image: radial-gradient(circle farthest-corner at center, rgba(0, 0, 40, 1) 10%, rgba(21, 27, 62, 1) 20%, rgba(0, 10, 153, 1) 30%, rgba(0, 4, 82, 1) 40%, rgba(93, 94, 135, 1) 50%, rgba(118, 119, 162, 1) 60%, rgba(144, 144, 189, 1) 70%, rgba(171, 171, 216, 1) 80%);
  transform: translate3d(-50%, -100%, 0) rotate(15deg);
  animation-name: animateRotation1;
  animation-duration: 10s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-direction: reverse;
  max-height: 50px;
  transition: max-height 1.85s ease-out;
}

.twig001.switch-1 {
  animation-name: animateRotation1;
  animation-duration: 0.5s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-direction: reverse;
}



.twig002 {
  background-image: linear-gradient(0deg, rgba(0, 230, 4, 1) 15%, rgba(0, 128, 0, 1) 35%, rgba(5, 3, 104, 1) 50%, rgba(16, 26, 16, 1) 65%, rgba(255, 0, 247, 1) 85%, rgba(27, 8, 150, 1) 100%);
  transform: translate3d(-50%, -100%, 0) rotate(30deg);
  max-height: 0;
  transition: max-height 0.15s ease-out;
}



.twig002.switch-on {
  max-height: 500px;
  transition: max-height 2s ease-in
}

.twig003 {
  background-image: radial-gradient(circle farthest-corner at center, rgba(0, 230, 4, 1) 15%, rgba(0, 128, 0, 1) 35%, rgba(5, 3, 104, 1) 50%, rgba(16, 26, 16, 1) 65%, rgba(255, 0, 247, 1) 85%, rgba(27, 8, 150, 1) 100%);
  transform: translate3d(-50%, -100%, 0) rotate(45deg);
  max-height: 0;
  transition: max-height 0.15s ease-out;
}

.twig003.switch-on {
  max-height: 650px;
  transition: max-height 5s ease-in
}

.twig004 {
  background-image: radial-gradient(circle farthest-corner at center, rgb(37, 9, 195) 10%, rgba(21, 62, 25, 1) 20%, rgba(45, 86, 47, 1) 30%, rgba(69, 111, 70, 1) 40%, rgba(93, 136, 94, 1) 50%, rgba(119, 163, 118, 1) 60%, rgba(145, 190, 144, 1) 70%, rgba(172, 218, 171, 1) 80%, rgba(200, 246, 198, 1) 90%, rgba(228, 255, 226, 1) 100%);
  transform: translate3d(-50%, -100%, 0) rotate(60deg);
  max-height: 0;
  transition: max-height 0.15s ease-out;
}

.twig004.switch-on {
  max-height: 350px;
  transition: max-height 1s ease-in
}

.twig005 {
  background-image: radial-gradient(circle farthest-corner at center, rgb(37, 9, 195) 10%, rgba(21, 62, 25, 1) 20%, rgba(45, 86, 47, 1) 30%, rgba(69, 111, 70, 1) 40%, rgba(93, 136, 94, 1) 50%, rgba(119, 163, 118, 1) 60%, rgba(145, 190, 144, 1) 70%, rgba(172, 218, 171, 1) 80%, rgba(200, 246, 198, 1) 90%, rgba(228, 255, 226, 1) 100%);
  transform: translate3d(-50%, -100%, 0) rotate(85deg);
  max-height: 0;
  transition: max-height 0.15s ease-out;

}

.twig005.switch-on {
  max-height: 350px;
  transition: max-height 1s ease-in
}

.twig006 {
  background-image: radial-gradient(circle farthest-corner at center, rgb(37, 9, 195) 10%, rgba(21, 62, 25, 1) 20%, rgba(45, 86, 47, 1) 30%, rgba(69, 111, 70, 1) 40%, rgba(93, 136, 94, 1) 50%, rgba(119, 163, 118, 1) 60%, rgba(145, 190, 144, 1) 70%, rgba(172, 218, 171, 1) 80%, rgba(200, 246, 198, 1) 90%, rgba(228, 255, 226, 1) 100%);
  transform: translate3d(-50%, -100%, 0) rotate(100deg);
  max-height: 0;
  transition: max-height 0.15s ease-out;
}

.twig006.switch-on {
  max-height: 350px;
  transition: max-height 1s ease-in
}

.twig007 {
  background-color: rgb(164, 5, 5);
  transform: translate3d(-50%, -100%, 0) rotate(-15deg);

}

.twig008 {
  background-image: radial-gradient(circle farthest-corner at center, rgb(37, 9, 195) 10%, rgba(21, 62, 25, 1) 20%, rgba(45, 86, 47, 1) 30%, rgba(69, 111, 70, 1) 40%, rgba(93, 136, 94, 1) 50%, rgba(119, 163, 118, 1) 60%, rgba(145, 190, 144, 1) 70%, rgba(172, 218, 171, 1) 80%, rgba(200, 246, 198, 1) 90%, rgba(228, 255, 226, 1) 100%);
  transform: translate3d(-50%, -100%, 0) rotate(-30deg);
}

.twig009 {
  background-color: rgb(164, 5, 5);
  transform: translate3d(-50%, -100%, 0) rotate(-45deg);
}

.twig010 {
  background-color: rgb(68, 106, 212);
  transform: translate3d(-50%, -100%, 0) rotate(-60deg);
}

.twig011 {
  background-color: rgb(164, 5, 5);
  transform: translate3d(-50%, -100%, 0) rotate(-85deg);
}

.twig012 {
  background-color: rgb(68, 106, 212);
  transform: translate3d(-50%, -100%, 0) rotate(-100deg);
}

.twig013 {
  background-color: rgb(68, 106, 212);
  transform: translate3d(-50%, -100%, 0) rotate(320deg);
}









} 

