@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";
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
}
ul {
  list-style-type: none;
}
p {
  font-size: 14px;
  font-weight: 400;
  color: #363333;
  line-height: 27px;
}

.pay-per-banner {
  height: 600px;
  background: url(../png/pay-per-back.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  margin-bottom: 114px;
  position: relative;
}
.pay-per-banner:after {
  content: "";
  position: absolute;
  background: url(../png/dot.png);
  width: 128px;
  height: 125px;
  right: 9%;
  bottom: -71px;
  background-repeat: no-repeat;
}
.pay-banner-center {
  text-align: center;
  padding-top: 165px;
  width: 600px;
  margin: 0 auto;
  position: relative;
}
.pay-banner-center h2 {
  color: #fff;
  margin-top: 0;
  font-size: 40px;
}
.pay-banner-center p {
  font-weight: 400;
  margin: 0;
  font-size: 16px;
  color: #fff;
}
span.center-img img {
  width: 532px;
}
span.center-img {
  margin-top: 22px;
  display: inline-block;
  position: relative;
  top: 47px;
}
.banner-left-arrow {
  position: absolute;
  left: -47px;
  top: 26em;
}
.banner-right-arrow {
  position: absolute;
  top: 22em;
  right: -40px;
}
.pay-banner-center:before {
  content: "";
  position: absolute;
  width: 45px;
  height: 70px;
  background: url(../png/left-arrow-3.png);
  left: -7em;
  top: 14em;
}
.pay-banner-center:after {
  content: "";
  position: absolute;
  width: 54px;
  height: 42px;
  background: url(../png/right-arrow-4.png);
  right: -5em;
  top: 16em;
  background-repeat: no-repeat;
}
.speaker-arrow {
  position: absolute;
  top: 23.5em;
  right: -22px;
}
.goal-arrow {
  position: absolute;
  left: -17px;
  top: 26em;
}
.goal-arrow img {
  position: relative;
  animation-name: example;
  animation-duration: 4s;
  animation-iteration-count: infinite;
}

@keyframes example {
  0% {
    transform: translate(0px, 0px);
  }

  50% {
    transform: translate(-11px, -19px);
  }
  100% {
    transform: translate(0px, 0px);
  }
}
.speaker-arrow img {
  position: relative;
  animation-name: exm;
  animation-duration: 2s;
  animation-iteration-count: infinite;
}
@keyframes exm {
  0% {
    transform: translate(0px, 0px);
  }
  50% {
    transform: translate(20px, 0px);
  }
  100% {
    transform: translate(0px, 0px);
  }
}
.pay-reasons {
  margin-bottom: 30px;
}
.pay-reasons .container {
  background: #f3f3f3;
  border-radius: 46px;
  padding: 18px 16px;
}
.reasons-right {
  text-align: right;
}
.reasons-left p {
  font-size: 14px;
  color: #333333;
  line-height: 25px;
  margin-bottom: 19px;
  text-align: justify;
}
.reasons-left h3 {
  color: #004f70;
  line-height: 36px;
  font-size: 32px;
}
.reasons-left h3 span {
  display: block;
  color: #333333;
}
.reasons-left a.arrow-but {
  background: #6fc047;
  color: #fff;
  padding: 12px 25px;
  display: inline-block;
  font-weight: 500;
  text-decoration: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
  border-radius: 4px;
}
.reasons-left a.arrow-but img {
  margin-right: 10px;
  font-size: 18px;
  position: relative;
  animation: 2s infinite pulso;
  border-radius: 50%;
  top: 0px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  left: 0;
}
.reasons-left a.arrow-but:hover {
  border-radius: 25px;
  padding: 12px 42px 12px 0;
  text-decoration: none;
  color: #fff;
}
.reasons-left a.arrow-but:hover img {
  margin-left: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  left: 133px;
}

.services-right {
  text-align: right;
}
.pay-services h4,
.pay-services h5,
.pay-services h6 {
  color: #004f70;
  font-size: 32px;
  margin-bottom: 22px;
  position: relative;
}
.pay-services h4 span,
.pay-services h5 span,
.pay-services h6 span {
  color: #333333;
}
.pay-services p {
  color: #333333;
  font-size: 14px;
  line-height: 25px;
}
.pay-services {
  margin-bottom: 51px;
  padding: 20px 0;
}
.pay-services h4:before,
.pay-services h5:before,
.pay-services h6:before {
  content: "";
  position: absolute;
  width: 37px;
  height: 37px;
  background: url(../png/head-design.png);
  background-repeat: no-repeat;
  top: -22px;
  margin-left: -29px;
}
.dispal-ad,
.remark-ad,
.mobile-ad,
.google-ad {
  position: relative;
}
.dispal-ad:after {
  content: "";
  position: absolute;
  width: 60px;
  height: 164px;
  background: url(../png/ellipse.png);
  top: -111px;
  right: 0;
  transform: rotate(180deg);
  background-size: contain;
  background-repeat: no-repeat;
}
.remark-ad:after {
  content: "";
  position: absolute;
  width: 60px;
  height: 164px;
  background: url(../png/ellipse.png);
  left: 0;
  background-size: contain;
  background-repeat: no-repeat;
  bottom: -93px;
}
.mobile-ad:after {
  content: "";
  position: absolute;
  width: 60px;
  height: 164px;
  background: url(../png/ellipse.png);
  right: 0;
  background-size: contain;
  background-repeat: no-repeat;
  bottom: -64px;
  transform: rotate(180deg);
}
.google-ad:after {
  content: "";
  position: absolute;
  width: 60px;
  height: 164px;
  background: url(../png/ellipse.png);
  left: 0;
  background-size: contain;
  background-repeat: no-repeat;
  bottom: -76px;
}
