.sec1 {
  
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}
*, *:before, *:after {
  box-sizing: border-box;
  position: relative;
}

.header1 {
  position: relative;
  width: 500px;
  height: 420px;
}
.section {
  position: absolute;
  text-align: center;
  top: 5px;
  max-width: 32em;
  font-family: 'Encode Sans', sans-serif;
  line-height: 1.5;
  color: #413838;
}
.paper {
  position: absolute;
  top: 55px;
  left: 125px;
  width: 60px;
  height: 65px;
  background: #EDAEC0;
  border-bottom-right-radius: 10px;
  border-top-left-radius: 10px;
}
.paper-2 {
  position: absolute;
  top: 95px;
  left: 75px;
  width: 40px;
  height: 40px;
  background: #fbe750;
  border-bottom-right-radius: 10px;
  border-top-left-radius: 10px;
}
.table {
  position: absolute;
  top: 195px;
  width: 500px;
  height: 8px;
  background: #8BC34A;
  border-radius: 50px;
}
.link {
  color: #fff;
}
.fa1 {
  font-size: 2em;
  text-align: center;
  transition: 0.7s;
}
.fa1:hover {
  -webkit-animation: rotate 1.5s 1;
          animation: rotate 1.5s 1;
}
.fa-file-code-o {
      transform: rotate(-23deg);
    top: -32px;
    left: 15px;
    color: #44149c;
}
.fa-behance {
  top: -123px;
  left: 111px;
  color: #f8b899;
}
.linkedin {
  top: -123px;
  left: 111px;
  color: #3F51B5;
}

.fat {
  top: -12px;
  left: 54px;
  color: #abd9b5;
}
.fa-globe {
  top: 8px;
  left: 49px;
  color: #f8b899;
}
.precisaser {
  width: 10px;
  border-left: 10px solid #ffc2a5;
  border-right: 10px solid #8adc9c;
  border-bottom: 10px solid #f8b899;
  border-top: 10px solid #abd9b5;
  top: 10px;
  left: 15px;
  transition: 1s;
}
.precisaser:hover {
  border-radius: 100%;
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
}
.bowl {
  position: absolute;
  top: -25px;
  left: 400px;
  width: 50px;
  height: 25px;
  background: #8BC34A;
  border-bottom-right-radius: 30px;
  border-top-left-radius: 30px;
}
.bowl::after {
  position: absolute;
  left: 2px;
  width: 50px;
  height: 25px;
  background: #EDAEC0;
  border-bottom-right-radius: 30px;
  border-top-left-radius: 30px;
  content: "";
}
.bowl-2 {
  position: absolute;
  top: -25px;
  left: 50px;
  width: 50px;
  height: 25px;
  background: #607D8B;
  border-bottom-right-radius: 30px;
  border-top-left-radius: 30px;
}
.leaf-1 {
  position: absolute;
  top: -14px;
  left: 35px;
  width: 20px;
  height: 20px;
  border-bottom-right-radius: 30px;
  border-top-left-radius: 30px;
  background: #abd9b5;
  -webkit-animation: fly 2s infinite alternate ease-in-out;
          animation: fly 2s infinite alternate ease-in-out;
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
}
.leaf-2 {
  position: absolute;
  top: -14px;
  left: 15px;
  width: 20px;
  height: 20px;
  border-bottom-left-radius: 30px;
  border-top-right-radius: 30px;
  background: #abd9b5;
  -webkit-animation: fly 2s infinite alternate ease-in-out;
          animation: fly 2s infinite alternate ease-in-out;
  -webkit-transform: rotate(-40deg);
          transform: rotate(-40deg);
}
.leaf-3 {
  position: absolute;
  top: -18px;
  left: 30px;
  width: 20px;
  height: 20px;
  border-bottom-right-radius: 30px;
  border-top-left-radius: 30px;
  background: #abd9b5;
  -webkit-animation: fly 2s infinite alternate ease-in-out;
          animation: fly 2s infinite alternate ease-in-out;
  -webkit-transform: rotate(20deg);
          transform: rotate(20deg);
}
.leaf-4 {
  position: absolute;
  top: -18px;
  left: 20px;
  width: 20px;
  height: 20px;
  border-bottom-left-radius: 30px;
  border-top-right-radius: 30px;
  background: #abd9b5;
  -webkit-animation: fly 3s infinite alternate ease-in-out;
          animation: fly 3s infinite alternate ease-in-out;
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
}
.leaf-5 {
  position: absolute;
  top: -23px;
  left: 25px;
  width: 20px;
  height: 20px;
  border-bottom-left-radius: 30px;
  border-top-right-radius: 30px;
  background: #abd9b5;
  -webkit-animation: fly 2s infinite alternate ease-in-out;
          animation: fly 2s infinite alternate ease-in-out;
  -webkit-transform: rotate(70deg);
          transform: rotate(70deg);
}
.caneta-1 {
  position: absolute;
  top: -20px;
  left: 25px;
  width: 3px;
  height: 20px;
  background: #f8b899;
}
.caneta-2 {
  position: absolute;
  top: -25px;
  left: 30px;
  width: 5px;
  height: 25px;
  background: #abd9b5;
}
.notebook {
  position: absolute;
  top: -80px;
  left: 200px;
  width: 120px;
  height: 75px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background: #FF5349;
}
.notebook::after {
  position: absolute;
  top: 70px;
  left: -10px;
  width: 140px;
  height: 10px;
  background: #36454F;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  content: "";
}
.apple::before {
  position: absolute;
  top: -10px;
  left: 15px;
  width: 3px;
  height: 15px;
  background: #eee;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  content: "";
}
.apple::after {
  position: absolute;
  top: -10px;
  left: 5px;
  width: 10px;
  height: 10px;
  background: #eee;
  border-bottom-left-radius: 12px;
  border-top-right-radius: 15px;
  content: "";
}
.book-1 {
  position: absolute;
  top: -24px;
  left: 45px;
  width: 70px;
  height: 12px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  border: 2px solid #abd9b5;
  border-right: 0;
  background: #a66464;
}
.book-2 {
  position: absolute;
  top: -19px;
  left: 105px;
  width: 70px;
  height: 3px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  background: #f8b899;
}
.book-3 {
  position: absolute;
  top: -17px;
  left: 112px;
  width: 70px;
  height: 3px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  background: #f8b899;
}
.coffee {
  position: absolute;
  top: -58px;
  left: 62px;
  width: 50px;
  height: 30px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  background: #9a3838;
}
.coffee::after {
  position: absolute;
  top: 3px;
  left: -15px;
  width: 22px;
  height: 18px;
  border-bottom-right-radius: 30px;
  border: 4px solid #9a3838;
  border-top: 0;
  box-sizing: border-box;
  -webkit-transform: rotate(-270deg);
  transform: rotate(-270deg);
  content: "";
}
.smoke {
  position: absolute;
  top: -35px;
  left: 25px;
  width: 5px;
  height: 17px;
  background: #44149c;
  border-radius: 10px;
  opacity: 0.85;
  -webkit-animation: flyy 1.5s infinite alternate ease-in-out;
  animation: flyy 1.5s infinite alternate ease-in-out;
}
.smoke::after {
  position: absolute;
  top: -7px;
  left: 5px;
  width: 5px;
  height: 15px;
  background: #fff;
  border-radius: 10px;
  opacity: 0.89;
  content: "";
}
.me {
  position: absolute;
  top: 50px;
  left: 209px;
}
.me-body {
  position: absolute;
  top: 50px;
  width: 100px;
  height: 65px;
  border-radius: 50%;
  background: #f8b899;
  -webkit-animation: own 1.2s infinite linear;
          animation: own 1.2s infinite linear;
}
.me-head {
  position: absolute;
  top: -17px;
  left: 25px;
  width: 45px;
  height: 65px;
  -webkit-animation: own 1.2s infinite linear;
          animation: own 1.2s infinite linear;
  z-index: 1;
}
.face {
  position: absolute;
  width: 45px;
  height: 65px;
  border-radius: 25px;
  background: #fff;
}
.hair {
  position: absolute;
  left: -10px;
  width: 60px;
  height: 65px;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  border-bottom-left-radius: 30px;
  background: #333;
}
.hair-front {
  position: absolute;
  top: -2px;
  width: 55px;
  height: 43px;
  border-top-right-radius: 30px;
  border-bottom-left-radius: 30px;
  background: #333;
}
.eye-1 {
  position: absolute;
  top: 40px;
  left: 12px;
  width: 3px;
  height: 3px;
  background: #333;
  border-radius: 10px;
  -webkit-animation: blink 1s infinite alternate ease-in-out;
          animation: blink 1s infinite alternate ease-in-out;
}
.eye-1::before {
  position: absolute;
  top: -5px;
  left: -3px;
  width: 5px;
  height: 2px;
  background: #333;
  border-radius: 10px;
  content: "";
  -webkit-animation: down 3s infinite;
          animation: down 3s infinite;
}
.eye-2 {
  position: absolute;
  top: 40px;
  left: 32px;
  width: 3px;
  height: 3px;
  background: #333;
  border-radius: 10px;
  -webkit-animation: blink 1s infinite alternate ease-in-out;
          animation: blink 1s infinite alternate ease-in-out;
}
.mouth {
  position: absolute;
  top: 55px;
  left: 19px;
  width: 10px;
  height: 3px;
  border-bottom-left-radius: 100px;
  border-bottom-right-radius: 100px;
  border: 2px solid #f8b899;
  border-top: 0;
  box-sizing: border-box;
  -webkit-animation: smile 5s infinite;
          animation: smile 5s infinite;
}
.box {
  position: absolute;
  top: -70px;
  left: 280px;
  width: 40px;
  height: 60px;
  background: #FFC107;
  border-radius: 10px;
}
.circle {
  position: absolute;
  top: 32px;
  left: 7px;
  width: 26px;
  height: 26px;
  background: #eee;
  border-radius: 50%;
}
.circle::before {
  position: absolute;
  top: 7px;
  left: 7px;
  width: 12px;
  height: 13px;
  background: #eee;
  border: solid 3px #fff;
  border-radius: 10px;
  content: "";
  -webkit-animation: beat 0.5s infinite;
          animation: beat 0.5s infinite;
}
.circle-2 {
  position: absolute;
  top: 5px;
  left: 8px;
  width: 24px;
  height: 24px;
}
.circle-2::before {
  width: 10px;
  height: 10px;
}
@media screen and (max-width: 515px) {
  .header {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  .section-con {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@media screen and (max-width: 460px) {
  .header {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  .section-con {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@media screen and (max-width: 420px) {
  .header {
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
  }
  .section-con {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
@media screen and (max-width: 400px) {
  .header {
    -webkit-transform: scale(0.6);
            transform: scale(0.6);
  }
  .section-con {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}
@media screen and (max-width: 360px) {
  .header {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
  .section-con {
    left: 50px;
    max-width: 26em;
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
  }
}
@media screen and (max-width: 320px) {
  .section-con {
    left: 40px;
    max-width: 26em;
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
  }
}
@-webkit-keyframes own {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  25% {
    -webkit-transform: rotate(-8deg);
            transform: rotate(-8deg);
  }
  50% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  75% {
    -webkit-transform: rotate(8deg);
            transform: rotate(8deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
@keyframes own {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  25% {
    -webkit-transform: rotate(-8deg);
            transform: rotate(-8deg);
  }
  50% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  75% {
    -webkit-transform: rotate(8deg);
            transform: rotate(8deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
@-webkit-keyframes down {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  25% {
    -webkit-transform: translateY(2px);
            transform: translateY(2px);
  }
  50% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  75% {
    -webkit-transform: translateY(2px);
            transform: translateY(2px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
@keyframes down {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  25% {
    -webkit-transform: translateY(2px);
            transform: translateY(2px);
  }
  50% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  75% {
    -webkit-transform: translateY(2px);
            transform: translateY(2px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
@-webkit-keyframes smile {
  0% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  25% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  50% {
    -webkit-transform: scaleX(1.5);
            transform: scaleX(1.5);
  }
  75% {
    -webkit-transform: scaleX(1.5);
            transform: scaleX(1.5);
  }
  100% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
}
@keyframes smile {
  0% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  25% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  50% {
    -webkit-transform: scaleX(1.5);
            transform: scaleX(1.5);
  }
  75% {
    -webkit-transform: scaleX(1.5);
            transform: scaleX(1.5);
  }
  100% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
}
@-webkit-keyframes blink {
  0% {
    background-color: #000;
  }
  25% {
    background-color: #000;
  }
  50% {
    background-color: #000;
  }
  75% {
    background-color: #000;
  }
  100% {
    background-color: #fff;
  }
}
@keyframes blink {
  0% {
    background-color: #000;
  }
  25% {
    background-color: #000;
  }
  50% {
    background-color: #000;
  }
  75% {
    background-color: #000;
  }
  100% {
    background-color: #fff;
  }
}
@-webkit-keyframes flyy {
  50% {
    -webkit-transform: translateY(15px);
            transform: translateY(15px);
  }
}
@keyframes flyy {
  50% {
    -webkit-transform: translateY(15px);
            transform: translateY(15px);
  }
}
@-webkit-keyframes fly {
  50% {
    -webkit-transform: rotate(1deg);
            transform: rotate(1deg);
  }
}
@keyframes fly {
  50% {
    -webkit-transform: rotate(1deg);
            transform: rotate(1deg);
  }
}
@-webkit-keyframes beat {
  0% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  25% {
    -webkit-transform: scaleX(1.5);
            transform: scaleX(1.5);
  }
  50% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  75% {
    -webkit-transform: scaleX(1.5);
            transform: scaleX(1.5);
  }
  100% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
}
@keyframes beat {
  0% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  25% {
    -webkit-transform: scaleX(1.5);
            transform: scaleX(1.5);
  }
  50% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  75% {
    -webkit-transform: scaleX(1.5);
            transform: scaleX(1.5);
  }
  100% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
}
@-webkit-keyframes rotate {
  50% {
    -webkit-transform: rotate(-20deg);
            transform: rotate(-20deg);
  }
}
@keyframes rotate {
  50% {
    -webkit-transform: rotate(-20deg);
            transform: rotate(-20deg);
  }
}





svg {
		 position: absolute;
    top: 43%;
    margin-top: -96px;
    margin-left: -98px;
    left: 50%;
		}
		
