body {
  position: fixed;
  overflow-y: scroll;
}
.loading-overlay {
  position: absolute;
  display: flex;
  width: 100%;
  height: 100vh;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #282727;
  opacity: 1;
  transition: opacity 1s 3.2s ease-out;
  -webkit-transition: opacity 1s 3.2s ease-out;
  -moz-transition: opacity 1s 3.2s ease-out;
  -ms-transition: opacity 1s 3.2s ease-out;
  -o-transition: opacity 1s 3.2s ease-out;
  z-index: 7777;
}

.loading-glow {
  position: absolute;
  display: block;
  width: 80vh;
  height: 80vh;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  filter: blur(940px);
  background: #8b569b;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-filter: blur(940px);
}

.anim-logo-box {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
.load > .anim-logo-box {
  animation: scale 3s 1 cubic-bezier(0.03, 0.2, 0.66, 2.64);
  -webkit-animation: scale 3s 1 cubic-bezier(0.03, 0.2, 0.66, 2.64);
  animation-fill-mode: both;
}
#Berry-1,
#Berry-2,
#Berry-3,
#Berry-4,
#tree path,
#Mulberry,
#Group {
  opacity: 0;
}
#Berry-main.preload {
  transform-origin: 83% 29%;
  transform: translate(-74px, 43px) rotate(314deg) scale(1.5);
  -webkit-transform: translate(-74px, 43px) rotate(314deg) scale(1.5);
  -moz-transform: translate(-74px, 43px) rotate(314deg) scale(1.5);
  -ms-transform: translate(-74px, 43px) rotate(314deg) scale(1.5);
  -o-transform: translate(-74px, 43px) rotate(314deg) scale(1.5);
}
#Berry-main {
  transform-origin: 83% 29%;
  transform: translate(-74px, 43px) rotate(314deg) scale(0);
  transition: transform 0.8s ease-in-out;
  -webkit-transition: transform 0.8s ease-in-out;
  -moz-transition: transform 0.8s ease-in-out;
  -ms-transition: transform 0.8s ease-in-out;
  -o-transition: transform 0.8s ease-in-out;
  -webkit-transform: translate(-74px, 43px) rotate(314deg) scale(0);
  -moz-transform: translate(-74px, 43px) rotate(314deg) scale(0);
  -ms-transform: translate(-74px, 43px) rotate(314deg) scale(0);
  -o-transform: translate(-74px, 43px) rotate(314deg) scale(0);
}
#Berry-main > path {
  animation-name: loading;
  animation-timing-function: ease-in-out;
  animation-fill-mode: both;
  animation-iteration-count: infinite;
  animation-duration: 1s;
  animation-delay: 1s;
  animation-direction: alternate-reverse;
}

@keyframes loading {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes finish {
  0% {
    transform: translate(-74px, 43px) rotate(314deg) scale(1.5);
    -webkit-transform: translate(-74px, 43px) rotate(314deg) scale(1.5);
    -moz-transform: translate(-74px, 43px) rotate(314deg) scale(1.5);
    -ms-transform: translate(-74px, 43px) rotate(314deg) scale(1.5);
    -o-transform: translate(-74px, 43px) rotate(314deg) scale(1.5);
  }
  100% {
    transform: translate(-74px, 43px) rotate(314deg) scale(0);
    -webkit-transform: translate(-74px, 43px) rotate(314deg) scale(0);
    -moz-transform: translate(-74px, 43px) rotate(314deg) scale(0);
    -ms-transform: translate(-74px, 43px) rotate(314deg) scale(0);
    -o-transform: translate(-74px, 43px) rotate(314deg) scale(0);
  }
}

@keyframes scale {
  0% {
    transform: translate(-50%, -50%) scale(0.5);
    -webkit-transform: translate(-50%, -50%) scale(0.5);
    -moz-transform: translate(-50%, -50%) scale(0.5);
    -ms-transform: translate(-50%, -50%) scale(0.5);
    -o-transform: translate(-50%, -50%) scale(0.5);
  }
  100% {
    transform: translate(-50%, -50%) scale(1);
    -webkit-transform: translate(-50%, -50%) scale(1);
    -moz-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    -o-transform: translate(-50%, -50%) scale(1);
  }
}

@keyframes show-elements {
  0% {
    opacity: 0;
    transform: scale(0.8);
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
  }
  100% {
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
  }
}

.load .anim-logo-box #Mulberry {
  transform-origin: 50% 50%;
  animation-name: show-elements;
  animation-timing-function: ease-in-out;
  animation-fill-mode: both;
  animation-iteration-count: 1;
  animation-duration: 1s;
  animation-delay: 1.5s;
}
.load .anim-logo-box #Group {
  transform-origin: 50% 50%;
  animation-name: show-elements;
  animation-timing-function: ease-in-out;
  animation-fill-mode: both;
  animation-iteration-count: 1;
  animation-duration: 1s;
  animation-delay: 2s;
}
.load .anim-logo-box #Berry-1,
.load .anim-logo-box #Berry-2,
.load .anim-logo-box #Berry-3,
.load .anim-logo-box #Berry-4,
.load .anim-logo-box #Berry-main,
.load .anim-logo-box #tree path {
  transform-origin: 50% 50%;
  animation-name: show-elements;
  animation-timing-function: ease-in-out;
  animation-fill-mode: both;
  animation-iteration-count: 1;
  animation-delay: 0s;
}
.load .anim-logo-box #Berry-main {
  transform: translate(0px, 0px) rotate(0deg) scale(1);
  -webkit-transform: translate(0px, 0px) rotate(0deg) scale(1);
  -moz-transform: translate(0px, 0px) rotate(0deg) scale(1);
  -ms-transform: translate(0px, 0px) rotate(0deg) scale(1);
  -o-transform: translate(0px, 0px) rotate(0deg) scale(1);
}
