/*Theme URL: 
Description: 
Author: 
Version: 
Tags: ）
License: 
License URI: 
Theme Name: brand_development-eng
Template: ex-factors*/

@import url("https://fonts.googleapis.com/css?family=Mali");
.ball {
  pointer-events: none;
  position: absolute;
  border-radius: 50%;
  -webkit-animation: implode 10s ease-in-out;
          animation: implode 10s ease-in-out;
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

@-webkit-keyframes implode {
  0% {
    transform: scale(0);
  }
  5%, 30% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}

@keyframes implode {
  0% {
    transform: scale(0);
  }
  5%, 30% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
.frame, #wrap, html, body, .block-mobile {
  
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  
}

* {
  background-repeat: no-repeat;
}

body {
  
  font-family: normal;
  background-image: url("https://zephyo.github.io/22Days/code/11/graphics/Background.png");
  background-size: auto 100%;
  background-repeat: repeat-x;
  background-position: center top;
}

.perspective {
  position: relative;
  perspective: 1800px;
  perspective-origin: 50% 10%;
}

.preserve-3d {
  position: fixed;
  transform-style: preserve-3d;
}

#avatar {
  position: fixed;
  transform-origin: bottom;
  left: 0;
  bottom: 0;
  right: 9vw;
  margin: auto;
  width: 100vw;
  height: 100vh;
  z-index: 10;
}
#avatar div {
  position: fixed;
  transform-style: preserve-3d;
}

.body {
  bottom: -40px;
  left: 0;
  transform: translateZ(0px);
}
.body .head {
  top: -195px;
  left: 138px;
}
.body .head img {
  transform: translateZ(15px);
}
.body .head .bun {
  top: -70px;
  left: 50px;
  transform: translateZ(-50px);
}
.body .head .eyes {
  top: 175px;
  left: 97px;
  transform: translateZ(-5px);
  transition: transform 0.2s;
}

.upperarm {
  top: 188px;
  right: -190px;
  transform: translateZ(40px);
  transform-origin: 75px 70px;
  transition: transform 0.3s;
}
.upperarm .forearm {
  bottom: -5px;
  right: -5px;
  transform-origin: 70% 88%;
  transform: translateZ(15px) rotateX(-10deg);
  transition: transform 0.2s;
}
.upperarm .forearm .hand {
  top: -202px;
  left: -170px;
  transform-origin: 70% 90%;
  transform: translateZ(10px) rotateX(10deg);
  transition: transform 0.2s ease;
}
.upperarm .forearm .hand .brush {
  top: -165px;
  left: 115px;
  transform-origin: bottom;
  transform: rotateX(-20deg) scale(1.1);
}

.sig {
  position: absolute;
  right: 1vh;
  bottom: 1vh;
  color: #986d5b;
}

.block-mobile {
  background: linear-gradient(to right, #ffecd2 0%, rgba(252, 182, 159, 0.6) 100%);
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #c43a30;
}
.layer_1 {
  
  
  width: 100vw;
  height: 100vh;
}
.layer_2 {
  margin-bottom:5%;
  position: absolute;
  z-index: 20;
  width: 100vw;
  height: 100vh;
}   
.brand-development_title {
  font-size: 4em;
  padding-top: 15%;
  padding-left: 0;
}
.brand-development_text {
  
  padding-left: 10%;
  padding-top: 20%;
}
.btn {
  margin-top: 5%;
  margin-left: 10%;
  margin-bottom:5%;
}