@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&amp;display=swap");
body {
  margin: 0;
  padding: 0;
  font-family: "Poppins";
}
section {
  width: 100%;
  float: left;
  padding: 20px 0;
}
li {
  list-style-type: none;
  margin-bottom: 20px;
}
ul {
  padding: 0;
}
.no-padding {
  padding: 0;
}
.padd-left {
  padding-left: 0;
}
.padd-right {
  padding-right: 0;
}
/******Banner-section******/
section.social-banner {
  padding-top: 100px;
}
.smm-head {
  color: #000;
  font-weight: 700;
  font-size: 40px;
  line-height: 60px;
  position: relative;
  width: 100%;
  margin: 0px auto;
}
h2.smm-head {
  height: 130px;
  font-size: 48px;
  line-height: 66px;
}
.smm-head b {
  color: #6fc047;
  display: block;
}

h2.smm-head span {
  width: 50px;
  height: 65px;
  background: linear-gradient(
      180deg,
      rgba(242, 255, 242, 0.68) 0%,
      #edffe3 100%
    ),
    #f4f4f4;
  border-radius: 83px;
  display: inline-block;
  margin-left: 10px;
  animation: rotate-right 3s infinite;
  transition: 3s ease-in;
  text-align: center;
  position: relative;
}
h2.smm-head span img {
  animation: zoom-img 3s infinite;
  transition: 3s ease-in;
}
h2.smm-head span:before,
.work-rocket:before {
  content: " ";
  position: absolute;
  width: 28px;
  height: 40px;
  background: url(../svg/blink-lines.svg)
    no-repeat;
  background-size: contain;
  animation: blow 3s infinite;
  transition: 3s ease-in;
  left: 50px;
  top: 15px;
  opacity: 0;
  transform: rotate(30deg);
}
.smm-p {
  font-size: 16px;
  font-weight: 400;
  color: #000;
  line-height: 28px;
  width: 100%;
}
@keyframes rotate-right {
  0%,
  100% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(-30deg);
    animation-delay: 10s;
  }
  50% {
    transform: rotate(-30deg);
    animation-delay: 10s;
  }
  75% {
    transform: rotate(-30deg);
    animation-delay: 10s;
  }
  90% {
    transform: rotate(-30deg);
    animation-delay: 10s;
  }
}
@keyframes zoom-img {
  0%,
  100% {
    transform: scale(1);
  }
  25% {
    transform: scale(1.3);
    animation-delay: 10s;
  }
  50% {
    transform: scale(1.3);
    animation-delay: 10s;
  }
  75% {
    transform: scale(1.3);
    animation-delay: 10s;
  }
  90% {
    transform: scale(1.3);
    animation-delay: 10s;
  }
}
@keyframes blow {
  0%,
  100% {
    opacity: 0;
  }
  15% {
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  65% {
    opacity: 1;
  }
}

/* @keyframes move-left {
    0%,
    100% {
        transform: translateX(0);
    }
    50% {
        transform: translateX(-20px);
    }
}
@keyframes bounce-tri {
    0%,
    100% {
        transform: translate(0);
    }
    50% {
        transform: translateY(50px);
    }
} */

.get-a-quote {
  width: 100%;
  float: left;
  padding-top: 35px;
  position: relative;
  min-height: 100px;
}

.get-a-quote a {
  background: #6fc047;
  color: #fff;
  padding: 12px 25px;
  font-weight: 700;
  text-decoration: none;
  transition: 0.5s;
  position: relative;
  cursor: pointer;
  font-size: 14px;
}

.get-a-quote a i {
  margin-right: 10px;
  font-size: 18px;
  position: relative;
  border-radius: 50%;
  top: 2px;
  transition: 0.5s;
  animation: 2s infinite pulso;
  left: 0;
}

@keyframes pulso {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.8);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.8);
  }
  70% {
    -moz-box-shadow: 0 0 0 20px transparent;
    box-shadow: 0 0 0 20px transparent;
  }
  100% {
    -moz-box-shadow: 0 0 0 0 transparent;
    box-shadow: 0 0 0 0 transparent;
  }
}

.get-a-quote a:hover {
  border-radius: 25px;
  padding: 12px 50px 12px 0px;
}

.get-a-quote a:hover i {
  left: 135px;
}

/* banner-left */
.banner-img {
  width: 100%;
  position: relative;
  text-align: center;
}
.icon-img {
  position: absolute;
  left: 95px;
  top: -42px;
  width: 394px;
  height: 443px;
  animation: 2s infinite bounce;
}
@keyframes bounce {
  0%,
  100% {
    transform: translate(0);
  }
  50% {
    transform: translateY(10px);
  }
}
.main-img {
  width: 390px;
  height: 500px;
}
.draw-line {
  position: absolute;
  right: 50px;
  top: 95px;
}
.graph-img {
  width: 170px;
  height: 140px;
  background: url(../svg/graph-bg.svg)
    no-repeat;
  background-size: 100% 100%;
  position: absolute;
  bottom: 100px;
  left: -40px;
}
.color-animate {
  width: 120px;
  height: 45px;
  position: relative;
  top: 33px;
  left: 28px;
  transform: rotate(353deg);
  /* background: red; */
  margin: 10px;
  overflow: hidden;
}
.color-line {
  width: 10px;
  height: 18px;
  border-radius: 10px;
  position: absolute;
  bottom: 0;
}
.line-black {
  background: #202432;
  left: 5px;
  animation: black-animate infinite alternate 1.2s 0.1s forwards;
}
.line-blue {
  background: #3d68ff;
  left: 30px;
  animation: blue-animate infinite alternate 1.2s 0.2s forwards;
}
.line-green {
  background: #65c67f;
  left: 55px;
  animation: green-animate infinite alternate 1.2s 0.3s forwards;
}
.line-yellow {
  background: #f2be4e;
  left: 80px;
  animation: yellow-animate infinite alternate 1.2s 0.4s forwards;
}
.line-red {
  background: #ea6a5e;
  left: 105px;
  animation: red-animate infinite alternate 1.2s 0.5s forwards;
}
@keyframes black-animate {
  0% {
    height: 0;
  }
  100% {
    height: 15px;
  }
}
@keyframes blue-animate {
  0% {
    height: 0;
  }
  100% {
    height: 35px;
  }
}
@keyframes green-animate {
  0% {
    height: 0;
  }
  100% {
    height: 25px;
  }
}
@keyframes yellow-animate {
  0% {
    height: 0;
  }
  100% {
    height: 40px;
  }
}
@keyframes red-animate {
  0% {
    height: 0;
  }
  100% {
    height: 15px;
  }
}

/* go-digital */
.go-part {
  /*width: 100%;
    height: 270px;
    background: url(../../new-images/social-media-marketing/digital-img.png)no-repeat;
    background-size: contain; 
    background: linear-gradient(324.51deg, #061A2A 16.2%, #0A2A43 75.78%);
    border-radius: 50px 176px;
    padding: 45px 40px;*/

  width: 100%;
  height: auto;
  background: linear-gradient(324.51deg, #061a2a 16.2%, #0a2a43 75.78%);
  border-radius: 50px 176px;
  padding: 60px 100px 45px 90px;
  float: left;
}
h2.smm-head.smm-new-head {
  color: white;
  font-weight: 700;
  position: relative;
}
h2.smm-head.smm-new-head:after {
  content: "";
  position: absolute;
  background: url(../png/line-divider.png)
    no-repeat;
  width: 2px;
  height: 148px;
  top: -10px;
  right: 0;
  background-size: contain;
}
.go-part .smm-p {
  color: #fff;
}
/* features */
.features-part {
  text-align: center;
  min-height: 370px;
  padding: 20px;
}
.p-head {
  font-weight: 600;
  font-size: 20px;
  line-height: 32px;
}
.features-part .p-head {
  padding: 0px 30px;
  margin: 10px 0;
}
.features-part .p-head b {
  display: block;
  font-weight: 600 !important;
}
.smm-p {
  font-size: 14px;
}
.features-part span {
  width: 90px;
  height: 90px;
  display: inline-block;
  background: #edfaff;
  border-radius: 17px;
  transform: rotate(45deg);
  text-align: center;
  position: relative;
  margin-bottom: 15px;
}

.features-part span img {
  position: absolute;
  left: 25%;
  top: 25%;
  /* transform: translate(-50%,-50%) rotate(314deg);  */
  transform: translate(-50%, -50%);
  animation: 2s infinite image-rotate;
}
@keyframes image-rotate {
  0%,
  100% {
    transform: scale(0.8) rotate(314deg);
  }
  50% {
    transform: scale(1) rotate(314deg);
  }
}
/* work-flow */
h6.smm-head {
  padding-left: 40px;
  height: auto;
}
h6.smm-head b {
  display: inline-block;
}
.offer-sec h6.smm-head{
  padding-left: 0;
  margin: 0 0 15px 0;
}
.work-part {
  width: 100%;
  height: auto;
  /*background: #F8FFF3;
    box-shadow: inset 1px -1px 7px -1px rgb(0 0 0 / 10%);
    border-radius: 40px 561px 40px 268px; */
  background: url(../svg/work-bg.svg) no-repeat;
  background-size: 100% 100%;
  float: left;
  padding: 55px 10px 10px;
  position: relative;
}
.work-part::after {
  content: "";
  position: absolute;
  width: 14px;
  height: 855px;
  background: url(../svg/work-line.svg)
    no-repeat;
  background-size: contain;
  left: 49%;
  top: 100px;
  transform: translateX(-50%);
}

.left-content {
  width: 53%;
  float: left;
  padding-top: 40px;
}
.right-content {
  width: 43%;
  float: right;
}
.left-content li,
.right-content li {
  position: relative;
  width: 100%;
}
.inner-part {
  display: inline-block;
  width: 80%;
  text-align: right;
  padding-left: 15px;
}
.left-content span,
.right-content span {
  width: 85px;
  height: 85px;
  border-radius: 50%;
  background: #fff;
  float: right;
  position: relative;
  z-index: 1;
  padding: 4px;
}
.left-content span img,
.right-content span img {
  width: 77px;
  height: 77px;
}
.right-content span {
  position: absolute;
  left: -130px;
}
.left-content li:hover span,
.right-content li:hover span {
  background: linear-gradient(
      360deg,
      #b4e89a -10.1%,
      #cfffb7 12.26%,
      rgba(185, 250, 153, 0) 96.83%
    ),
    #ffffff;
}
.right-content .inner-part {
  display: inline-block;
  width: 85%;
  text-align: left;
  padding-left: 0;
}
.work-flow {
  width: 500px;
  height: 520px;
  text-align: right;
  position: relative;
  top: -30px;
  right: 22px;
}
.work-bg {
  position: absolute;
  right: 0%;
  top: 0;
}
.work-rocket {
  position: relative;
}
.rocket-img {
  position: absolute;
  top: 6px;
  left: -68px;
  width: 451px;
  height: 452px;
}
.work-rocket:before {
  width: 42px;
  height: 46px;
  animation: img-translate 3s infinite;
  right: 295px;
  top: 90px;
  left: unset;
}
@keyframes img-translate {
  0% {
    transform: translate(0px, 0px) rotate(350deg);
    opacity: 0;
  }
  100% {
    transform: translate(30px, -15px) rotate(350deg);
    opacity: 1;
  }
}
/* offerpart */
h4.smm-head {
  text-align: center;
  margin-bottom: 25px;
}
h4.smm-head b {
  display: inline-block;
}
li .smm-p {
  width: 100%;
}
.we-offer-img {
  width: 493px;
  height: 485px;
  object-fit: fill;
}
.we-img {
  width: 493px;
  height: 485px;
}
.offer-img {
  width: 100%;
  position: relative;
  text-align: center;
}
.offer-mike {
  position: absolute;
  left: 0;
  top: 0;
}

.offer-img:before {
  content: " ";
  position: absolute;
  width: 48px;
  height: 58px;
  background: url(../svg/draw-line-green.svg)
    no-repeat;
  background-size: contain;
  animation: blow 3s infinite;
  transition: 3s ease-in;
  left: 18px;
  top: 40px;
  opacity: 0;
  transform: rotate(359deg);
}
