.bigillustration {
  position: relative;
  background: url("bgmain.jpg") no-repeat right bottom;
  height: 1000px;
  background-size: 1000px;
  width: 1000px;
}

.gradients {
  mix-blend-mode: overlay;
}
@-webkit-keyframes opa {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes opa {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.gradients .grad1 {
  border-radius: 100%;
  position: absolute;
  left: 370px;
  top: 70px;
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
  -webkit-animation: opa 4s infinite;
          animation: opa 4s infinite;
}
.gradients .grad2 {
  border-radius: 100%;
  position: absolute;
  left: 780px;
  top: 460px;
  width: 200px;
  height: 200px;
  background: radial-gradient(circle, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
  -webkit-animation: opa 3s infinite;
          animation: opa 3s infinite;
}
.gradients .grad3 {
  border-radius: 100%;
  position: absolute;
  left: 580px;
  top: 815px;
  width: 200px;
  height: 180px;
  background: radial-gradient(circle, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
  -webkit-animation: opa 6s infinite;
          animation: opa 6s infinite;
}

.scissors {
  height: 200px;
  width: 200px;
  right: 326px;
  bottom: 179px;
  position: absolute;
}
.scissors .scanim {
  position: relative;
}
.scissors .scanim img {
  position: absolute;
  left: 0;
  top: 0;
  width: 200px;
}
@-webkit-keyframes scissors {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
@keyframes scissors {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
.scissors .an {
  -webkit-animation: scissors 2s infinite;
          animation: scissors 2s infinite;
}

@-webkit-keyframes khalcha1 {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}

@keyframes khalcha1 {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
.khalchalar .khalcha1 img {
  width: 322px;
  position: absolute;
  left: 144px;
  top: 374px;
  -webkit-animation: khalcha1 3s infinite;
          animation: khalcha1 3s infinite;
}
@-webkit-keyframes khalcha2 {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
@keyframes khalcha2 {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
.khalchalar .khalcha2 img {
  width: 272px;
  position: absolute;
  left: 599px;
  top: 74px;
  -webkit-animation: khalcha2 5s infinite;
          animation: khalcha2 5s infinite;
}
@-webkit-keyframes khalcha3 {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
@keyframes khalcha3 {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
.khalchalar .khalcha3 img {
  width: 212px;
  position: absolute;
  left: 801px;
  top: 598px;
  -webkit-animation: khalcha3 2s infinite;
          animation: khalcha3 2s infinite;
}

.persons .arrow {
  pointer-events: none;
  position: absolute;
  top: 40px;
  left: 44%;
}
.persons .arrow img {
  width: 60px;
}
.persons .click {
  pointer-events: none;
  position: absolute;
  top: 40px;
  left: 44%;
}
.persons .click img {
  width: 60px;
}
.persons > div {
  position: relative;
}
.persons > div .speech {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
  pointer-events: none;
  opacity: 0;
  position: absolute;
  z-index: 10;
  background: #fff;
  width: 250px;
  padding: 18px 28px;
  border-radius: 10px;
  -webkit-box-shadow: 1px 10px 74px -29px rgba(0, 0, 0, 0.75);
          box-shadow: 1px 10px 74px -29px rgba(0, 0, 0, 0.75);
}
.persons > div .speech a {
  display: block;
  font-size: 120%;
  margin-top: 30px;
  color: black;
}
.persons > div .speech.show {
  pointer-events: all;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  opacity: 1;
}
.persons > div .speech p, .persons > div .speech h1 {
  padding: 0;
  margin: 0;
}
.persons > div:hover img {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}
.persons .person1 .click {
  left: 10px;
  top: -40px;
  z-index: 10;
}
.persons .person1 .click img {
  width: 60px;
  border-radius: 100px;
}
.persons .person1 .speech {
  left: 450px;
  top: -90px;
}
.persons .person1 img {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  width: 240px;
  top: 100px;
  left: 326px;
  position: absolute;
}
.persons .person2 .speech {
  left: 550px;
  top: 10px;
}
.persons .person2 img {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  width: 229px;
  top: 230px;
  left: 678px;
  position: absolute;
}
.persons .person3 .speech {
  left: 603px;
  top: 300px;
}
.persons .person3 img {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  width: 256px;
  top: 341px;
  left: 404px;
  position: absolute;
}
.persons .person4 .speech {
  left: 490px;
  top: 590px;
}
.persons .person4 img {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  width: 321px;
  top: 545px;
  left: 664px;
  position: absolute;
}

@-webkit-keyframes uzor {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}

@keyframes uzor {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
.ipeks .ipek1 img {
  position: absolute;
  -webkit-animation: uzor 5s infinite;
          animation: uzor 5s infinite;
  width: 113px;
  top: 825px;
  left: 460px;
}
.ipeks .ipek2 img {
  position: absolute;
  -webkit-animation: uzor 3s infinite;
          animation: uzor 3s infinite;
  width: 113px;
  top: 88px;
  left: 110px;
}
.ipeks .ipek3 img {
  -webkit-animation: uzor 1s infinite;
          animation: uzor 1s infinite;
  position: absolute;
  width: 96px;
  top: 400px;
  left: 41px;
}