/* animation */
.content-wrap {
  max-width: 1050px;
}
.zcf-banner-section {
  padding: 0;
  text-align: center;
}
.zcf-banner-section .content-wrap {
  max-width: 1170px;
}
.zcf-banner-shapes {
  position: absolute;
  top: 250px;
  left: 18%;
  right: 18%;
  transform: translateY(-50%);
  width: 64%;
}
.zcf-shapes {
  background: url('/images/feature-shapes-sprite.png');
  background-repeat: no-repeat;
  background-size: 115px auto;
  content: '';
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
}
.shape1 {
  left: -50px;
}
.shape2 {
  top: -80px;
  left: 80px;
  background-position: 100% 0;
}
.shape3 {
  background-position: -32px 0;
  top: -10px;
  left: 170px;
  width: 10px;
}
.shape4 {
  background-position: -72px 0;
  width: 15px;
  top: 70px;
  left: 100px;
}
.shape5 {
  right: 50px;
  top: -70px;
}
.shape6 {
  background-position: -32px 0;
  right: 0;
  width: 10px;
}
.shape7 {
  background-position: -42px 0;
  width: 14px;
  top: 60px;
  right: -70px;
}
.shape8 {
  right: 80px;
  top: 80px;
  background-position: -56px 0;
  width: 18px;
}
.shape9 {
  background-size: 80px auto;
  background-position: -30px 0;
  width: 8px;
  right: 140px;
  top: 20px;
}
.zcf-banner-shapes span {
  transition: all 2s ease;
  opacity: 0;
}
.animated .shape1,
.animated .shape3,
.animated .shape5 {
  -webkit-animation: zeven 6s linear 2s infinite;
  animation: zeven 6s linear 2s infinite;
}
.animated .shape2,
.animated .shape6,
.animated .shape8 {
  -webkit-animation: zodd 6s linear 2s infinite;
  animation: zodd 6s linear 2s infinite;
}
.animated .shape3,
.animated .shape6 {
  animation-duration: 4s;
}
.animated .shape4,
.animated .shape7 {
  -webkit-animation: zblink 6s linear 3s infinite;
  animation: zblink 6s linear 3s infinite;
}
.animated .shape9 {
  -webkit-animation: zblink 3s linear 3s infinite;
  animation: zblink 3s linear 3s infinite;
}
.animated .zcf-banner-shapes span {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

@-webkit-keyframes zblink {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  25% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
  75% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
}

@keyframes zblink {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  25% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
  75% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
}

@-webkit-keyframes zeven {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, -12px);
    transform: translate(0, -12px);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

@keyframes zeven {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, -12px);
    transform: translate(0, -12px);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

@-webkit-keyframes zodd {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, 12px);
    transform: translate(0, 12px);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

@keyframes zodd {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, 12px);
    transform: translate(0, 12px);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .shape7 {
    right: -30px;
  }
  .zcf-banner-shapes {
    position: absolute;
    top: 250px;
    left: 12%;
    right: 15%;
    transform: translateY(-50%);
    width: 75%;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .shape7 {
    right: -30px;
  }
  .zcf-banner-shapes {
    position: absolute;
    top: 250px;
    left: 8%;
    right: 15%;
    transform: translateY(-50%);
    width: 80%;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .zcf-banner-shapes {
    position: absolute;
    top: 310px;
    left: 5%;
    right: 5%;
    transform: translateY(-50%);
    width: 90%;
  }
  .shape1 {
    left: 10px;
  }
  .shape2 {
    top: -140px;
    left: 100px;
  }
  .shape3 {
    top: -30px;
    left: 110px;
  }
  .shape5 {
    top: -110px;
  }
  .shape6 {
    right: 50px;
    top: -30px;
  }
  .shape7 {
    right: 10px;
  }
  .shape9 {
    display: none;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .zcf-banner-shapes {
    position: absolute;
    top: 230px;
    left: 3%;
    right: 3%;
    transform: translateY(-50%);
    width: 94%;
  }
  .content-wrap {
    max-width: 650px;
  }
  .zcf-banner-section {
    padding: 30px 0;
    text-align: center;
  }
  .zcf-banner-section h1 {
    font-size: 34px;
    max-width: 550px;
  }
  .shape1 {
    left: 10px;
  }
  .shape2 {
    top: -140px;
    left: 100px;
  }
  .shape4 {
    top: 100px;
  }
  .shape5 {
    top: -110px;
  }
  .shape6 {
    right: 50px;
    top: -30px;
  }
  .shape7 {
    right: 10px;
  }
  .shape3,
  .shape8,
  .shape9 {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .zcf-banner-section {
    padding: 30px 0;
    text-align: center;
  }
  .zcf-shapes {
    display: none;
  }
  .shape1 {
    left: 10px;
  }
  .shape2 {
    top: -140px;
    left: 60px;
  }
  .shape4 {
    top: 100px;
  }
  .shape5 {
    top: -110px;
  }
  .shape6 {
    right: 20px;
    top: -30px;
  }
  .shape7 {
    right: 10px;
  }
  .shape3,
  .shape8,
  .shape9 {
    display: none;
  }
  .middle-animated .shape1,
  .middle-animated .shape3,
  .middle-animated .shape5 {
    -webkit-animation: zeven 6s linear 2s infinite;
    animation: zeven 6s linear 2s infinite;
  }
  .middle-animated .shape2,
  .middle-animated .shape6,
  .middle-animated .shape8 {
    -webkit-animation: zodd 6s linear 2s infinite;
    animation: zodd 6s linear 2s infinite;
  }
  .middle-animated .shape3,
  .middle-animated .shape6 {
    animation-duration: 4s;
  }
  .middle-animated .shape4,
  .middle-animated .shape7 {
    -webkit-animation: zblink 6s linear 3s infinite;
    animation: zblink 6s linear 3s infinite;
  }
  .middle-animated .shape9 {
    -webkit-animation: zblink 3s linear 3s infinite;
    animation: zblink 3s linear 3s infinite;
  }
  .middle-animated .zcf-banner-shapes span {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@media only screen and (max-width: 480px) {
  .zcf-banner-section {
    padding: 20px 0;
  }
  .zcf-banner-shapes {
    transform: translateY(-50%) scale(0.6);
  }
  .shape1 {
    left: -110px;
    top: -20px;
  }
  .shape2 {
    top: -230px;
    left: -110px;
  }
  .shape4 {
    top: 200px;
    left: -70px;
  }
  .shape5 {
    top: -200px;
    right: -110px;
  }
  .shape6 {
    right: -90px;
    top: -30px;
  }
  .shape7 {
    right: -60px;
    top: 180px;
  }
}
