html {
  scroll-behavior: smooth;
}
.hero-section {
  background-blend-mode: multiply;
  overflow:hidden;
  position:relative;
}

.gradient-bg, .gradient-bg2 {
  position: absolute;
  width: 400px;
  height: 300px;
  transform: rotate(90deg);
  top: 0;
  left: 0;
  border-radius: 150px;
  background:linear-gradient(218deg, #F76D1F 0%, #F6471C 100%, #F62F1A 100%);
  filter: blur(355.5px);
  z-index: -1;
}
 .gradient-bg, .gradient-bg2 {
    opacity: .2;
 }
 .gradient-bg2 {
  left: unset;
  right: 0;
  background: rgb(98, 217, 2);
}
.overflow-hidden {
  overflow: hidden !important;
} 	
.lines .line {
  position: absolute;
  width: 1px;
  height: 100%;
  top: 0;
  left: 0;
  background: #ffffff1a;
  z-index: -1;
}
.lines .line:nth-child(1) {
  left: 6%;
}
.lines .line:nth-child(2) {
  left: 12%;
}
.lines .line:nth-child(3) {
  left: 18%;
}
.lines .line:nth-child(4) {
  left: 24%;
}
.lines .line:nth-child(5) {
  left: 30%;
}
.lines .line:nth-child(6) {
  left: 36%;
}
.lines .line:nth-child(7) {
  left: 42%;
}
.lines .line:nth-child(8) {
  left: 48%;
}
.lines .line:nth-child(9) {
  left: 54%;
}
.lines .line:nth-child(10) {
  left: 60%;
}
.lines .line:nth-child(11) {
  left: 66%;
}
.lines .line:nth-child(12) {
  left: 72%;
}
.lines .line:nth-child(13) {
  left: 78%;
}
.lines .line:nth-child(14) {
  left: 84%;
}
.lines .line:nth-child(15) {
  left: 90%;
}
.lines .line:nth-child(16) {
  left: 96%;
}
.lines .line-vertical {
  position: absolute;
  width: 100%;
  height: 1px;
  top: 0;
  left: 0;
  background: #ffffff1a;
  z-index: -1;
}
.lines .line-vertical:nth-child(1) {
  top: 10%;
}
.lines .line-vertical:nth-child(2) {
  top: 20%;
}
.lines .line-vertical:nth-child(3) {
  top: 30%;
}
.lines .line-vertical:nth-child(4) {
  top: 40%;
}
.lines .line-vertical:nth-child(5) {
  top: 50%;
}
.lines .line-vertical:nth-child(6) {
  top: 60%;
}
.lines .line-vertical:nth-child(7) {
  top: 70%;
}
.lines .line-vertical:nth-child(8) {
  top: 80%;
}
.lines .line-vertical:nth-child(9) {
  top: 90%;
}
.lines .line-vertical:nth-child(10) {
  top: 100%;
}
.lines .line-vertical:nth-child(11) {
  top: 110%;
}
.lines .line::after {
  content: "";
  display: block;
  position: absolute;
  height: 30px;
  width: 100%;
  top: 0%;
  left: 0;
  background: linear-gradient(to bottom,#ffd90000,#ffd900 75%,#ffd900);
  animation: run 4s 0s infinite linear;
animation-fill-mode: forwards;}
.lines .line:nth-child(3n+1)::after {
  top: unset;
  animation: run 3s 0s infinite linear;
}
@keyframes run{
	0% {
  top: 0%;
}
100% {
  top: 100%;
}
}
.header--style2{margin:0 auto;border-bottom:0;background: transparent;
    background-color: transparent;
  background-image: linear-gradient( rgba(0,0,0,0.45),rgba(0,0,0,0.25),transparent );
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);}
 .element--h3top{min-height:738px;background: radial-gradient(81.16% 143.98% at 50% 33.92%, #641de8 0%, rgba(255, 255, 255, 0) 100%);background-color: var(--color-black);}
  .main-menu > nav > ul > li > a{font-family:poppins;}
 .heuir span{font-weight:300;font-size:56px;}
 .bp-bg-body {
  background-color: #fff;
}
.banner--gradient::before{background: linear-gradient(180deg, rgba(17, 17, 17, 0) 34.18%, #300977 64.31%);}
.sticky-container {
  position: relative;
  margin: 0 auto;
  text-align: center;
}
.sticky-container .floating-mobile {
  width: 380px;
  position: sticky;
  position: -webkit-sticky;
  top: 80px;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 4;
  z-index: 20;
}

.sticky-container .pulse-sec {
  background-color: #1A0A4F;
  margin-top: 96px;
  min-height: 608px;
  margin-top: -700px;
  position:relative;
  border-radius: 72px;
}
.sticky-container .pulse-sec:before{content: '';
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 65%;
  filter: blur(6em);
  background-image: radial-gradient(circle, #7745ff, rgba(119, 69, 255, .4) 50%, rgba(119, 69, 255, 0));
  border-radius: 100px;
  margin: 0 auto;
  left: 0;
  right: 0;}
.wrapper {
  max-width: 1170px;
  margin: 0 auto;
}
.sticky-container .pulse-sec .wrapper {
  position: relative;
}

.sticky-container .pulse-sec .wrapper .floating-image {
  position: absolute;
  z-index: 10;
}
.sticky-container .pulse-sec .wrapper .floating-image._float-1 {
  left: -50px;
  top: 150px;
}
.sticky-container .pulse-sec .wrapper .floating-image._float-1 img {
  width: 180px;
}
.sticky-container .pulse-sec .wrapper .floating-image {
  position: absolute;
  z-index: 10;
}
.sticky-container .pulse-sec .wrapper .floating-image._float-2 {
  left: 15%;
  top: 50px;
}
.sticky-container .pulse-sec .wrapper .floating-image._float-3 {
  left: 20%;
  top: 250px;
}
.sticky-container .pulse-sec .wrapper .floating-image._float-3 img {
  width: 180px;
}
.sticky-container .pulse-sec .wrapper .floating-image._float-4 {
  right: 17%;
  top: 280px;
}
.sticky-container .pulse-sec .wrapper .floating-image._float-4 img {
  width: 150px;
}
.sticky-container .pulse-sec .wrapper .floating-image._float-5 {
  right: -2%;
  top: 400px;
}
.sticky-container .pulse-sec .wrapper .floating-image._float-5 img {
  width: 200px;
}
.sticky-container .pulse-sec .wrapper .floating-image._float-6 {
  right: -5%;
  top: 0;
}
.sticky-container .pulse-sec .wrapper .floating-image._float-6 img {
  width: 240px;
}
.sticky-container .pulse-sec .wrapper .floating-balls {
  position: absolute;
  z-index: 10;
  width: 23px;
  height: 23px;
  border-radius: 50%;
}
.sticky-container .pulse-sec .wrapper .floating-balls._float-1 {
  left: -150px;
  top: 350px;
  background-color: #5980cc;
}
.sticky-container .pulse-sec .wrapper .floating-balls._float-2 {
  left: 32%;
  top: 500px;
  background-color: #00d1c1;
}
.sticky-container .pulse-sec .wrapper .floating-balls._float-3 {
  right: 20%;
  top: 550px;
  background-color: #00d1c1;
}
.sticky-container .pulse-sec .wrapper .floating-balls._float-4 {
  right: 0;
  top: 350px;
  background-color: #7d55aa;
}
.sticky-container .pulse-sec .wrapper .semi-1 {
  height: 300px;
  width: 600px;
  border-bottom-left-radius: 600px;
  border-bottom-right-radius: 600px;
  background: -webkit-gradient(linear,left top, right top,color-stop(0, #7c54a9),color-stop(50%, #5884d0),to(#27c9c9));
  background: -o-linear-gradient(left,#7c54a9 0,#5884d0 50%,#27c9c9 100%);
  background: linear-gradient(to right,#7c54a9 0,#5884d0 50%,#27c9c9 100%);
  margin: 0 auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
  -webkit-animation: sizeIncrease infinite 7s;
  animation: sizeIncrease infinite 7s;
}
.sticky-container .pulse-sec .wrapper .semi-2 {
  height: 585px;
  width: 1170px;
  border-bottom-left-radius: 585px;
  border-bottom-right-radius: 585px;
  background: -webkit-gradient(linear,left top, right top,color-stop(0, rgba(124,84,169,.5)),color-stop(50%, rgba(88,132,208,.5)),to(rgba(39,201,201,.5)));
  background: -o-linear-gradient(left,rgba(124,84,169,.5) 0,rgba(88,132,208,.5) 50%,rgba(39,201,201,.5) 100%);
  background: linear-gradient(to right,rgba(124,84,169,.5) 0,rgba(88,132,208,.5) 50%,rgba(39,201,201,.5) 100%);
  margin: 0 auto;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  right: 0;
  -webkit-animation: sizeIncreaseBig infinite 7s;
  animation: sizeIncreaseBig infinite 7s;
}
.sticky-container .pulse-sec .wrapper .text-sec {
  text-align: left;
  max-width: 376px;
  z-index: 3;
  position: absolute;
  top: 450px;
  left: 0;
}
.sticky-container .pulse-sec .wrapper .text-sec .title {
  font-size: 32px;
  font-size: 2rem;
  line-height: 1.09;
}
.sticky-container .pulse-sec .wrapper .text-sec .text {
  padding: 25px 0 34px;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.94;
}
.sticky-container .pulse-sec .wrapper .text-sec .btn-mob {
  z-index: 10;
  display: none;
}
.sticky-container .pulse-sec .wrapper .btn {
  position: absolute;
  top: 650px;
  right: 0;
  z-index: 10;
}
.sticky-container .steps {
  padding-top: 110px;
}
.wrapper {
  max-width: 1170px;
  margin: 0 auto;
}
.sticky-container .steps .wrapper .text-sec {
  font-size: 72px;
  font-size: 4.5rem;
  font-weight: 600;
  line-height: 1.04;
  letter-spacing: -2.88px;
  text-align: left;
  display: grid;
  grid-template-columns: 70% 30%;
  margin-bottom: 130px;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  text-align: right;
}
.sticky-container .steps .wrapper .text-sec .text {
  max-width: 700px;
  text-align: left;
}
.wrapper .grad-reverse {
  background: -webkit-gradient(linear,left top, right top,color-stop(0, #7d55a9),color-stop(50%, #518fcf),to(#00d1c1));
  background: -o-linear-gradient(left,#7d55a9 0,#518fcf 50%,#00d1c1 100%);
  background: linear-gradient(to right,#7d55a9 0,#518fcf 50%,#00d1c1 100%);
    background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.sticky-container .steps .wrapper ul {
  display: grid;
  grid-template-columns: 350px 350px;
  grid-column-gap: calc(100% - 700px);
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  grid-row-gap: 8px;
}
.sticky-container .steps .wrapper ul.steps-desktop {
  display: grid;
  margin: 0;
  padding: 0;
}
.sticky-container .steps .wrapper ul.steps-desktop li{list-style:none;}
.sticky-container .steps .wrapper ul li .number {
  width: 68px;
  height: 68px;
  background-color: #333;
  border-radius: 50%;
  text-align: center;
  color: #fff;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.46;
  letter-spacing: -.48px;
  padding-top: 15px;
}
.sticky-container .steps .wrapper ul li .step-text-sec {
  text-align: left;
}
.sticky-container .steps .wrapper ul li .step-text-sec.tright{text-align:right;}
.sticky-container .steps .wrapper ul li .step-text-sec .title {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.33;
  text-align: left;
  color: #1f1f1f;
}
.sticky-container .steps .wrapper ul li .step-text-sec .text {
  margin-top: 15px;
  font-size: 18px;
 line-height: 25px;
 color: #14141e;
 font-weight: 300;
 font-family: poppins;
}
.sticky-container .steps .wrapper ul li .step-text-sec .title {
  font-size: 24px;
  font-size: 1.7em;
  line-height: 1.33;
  text-align: center;
  color:#300977;
  font-weight: 600;
  font-family: poppins;
  padding: 0 58px;
  margin-bottom: 25px;
}
/* .sticky-container .steps .wrapper ul li .step-text-sec .title.tright{text-align: right;} */
.sticky-container .steps .wrapper .steps-scroll-wrapper {
  overflow-x: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.sticky-container .steps .wrapper .steps-scroll-wrapper .steps-mobile {
  display: none;
}
.titlemg{width:100%;margin-bottom:35px;background: #EBE3FF;padding: 25px;border: 1px solid #D0BFFB;}
.titlemg img{max-width:80%;}
.wpar {
  width: 90%;
  margin: 0 auto;
    margin-bottom: 0px;
  color: #14141e;
  font-size: 28px;
  font-weight: 300;
  text-align: center;
  margin-bottom: 55px;
  line-height: 45px;
  font-family: poppins;
}
h1.titled {
  margin-top: 70px;
  margin-bottom: 15px;
  color: #300977;
  letter-spacing: -1px;
 font-size: 3.1em;
  line-height: 1.2;
  text-align: center;
  font-weight: 600;
  width: 75%;
  margin: 0 auto;
  margin-bottom: 25px;
  margin-top: 25px;
}
.sticky-on.sticky{padding:0;}
.main-menu > nav > ul > li > a{padding:20px 0;}
.sticky-on::before{background-color: #300977;}
video {
    object-fit: cover;
    width:100%;
    height: 290px;
  }
  .webire{position:absolute;top:0;width:62%;left: 0;right:0;margin:0 auto;animation: zoom-in-zoom-out 8s ease-out infinite;}
 @keyframes zoom-in-zoom-out{
		  0% {
  transform: scale(1, 1);
}
50% {
  transform: scale(1.1, 1.1);
}
100% {
  transform: scale(1, 1);
}
	  }
.banner-content__title{line-height: 74px;font-size: 71px;}
.banner-content {
 margin-bottom: 40px;
}
.container-fluid.fulre{width:85%;margin:0 auto;}

.banner--gradient::after {background: transparent;}
.banner--style3 .banner-image__overlay {
  position: absolute;
  top: 0;
  transform: translate(18%, -60%);
  left: 0;
  z-index: -1;
}
.growth{position: absolute;
  top: 35px;
  left: -14px;
  right: 0;
  width: 490px;
  margin: 0 auto;
  z-index: 999;
}
.bp-btn--white.nee{color: #300977;font-family: poppins;font-weight: 600;padding: 8px 12px;border-radius: 5px;}
.bp-btn--white.nee:hover {background-color:#300977;color:#fff;}
.creative--bg::before{height:100%;}

/* img.vert-move {
    -webkit-animation: mover 1s infinite  alternate;
    animation: mover 1s infinite  alternate;
}
@-webkit-keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-10px); }
}
@keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-10px); }
} */
h2 {font-size: 45px;}
.section-title__small{color:#300977;}
.creative-content__list ul li h3{font-size:20px;font-size:600;border-bottom: 1px solid #5b3997;padding-bottom: 10px;}
.client-section {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 20px;
}
.client-section .client-row {
  position: relative;
  overflow: hidden;
  height: 60px;
  margin-bottom: 21px;
}
.award-animate-slide-to-left {
  animation: slide_to_left 15s linear infinite;
}
@keyframes slide_to_left {
	0% {
  transform: translateX(0);
}
100% {
  transform: translateX(-50%);
}
}
.client-section .client-row .client-stack ul {
  display: flex;
  min-width: 150%;
  justify-content: space-around;
  column-gap: 15px;
  position: absolute;
}
.client-section .client-row .client-stack ul li {
  border-radius: 8px;
  background: #fafafa;
  height: 59px;
  min-width: 125px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction:column;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}
.client-section .client-row .client-stack ul li img {
  vertical-align: middle;
  width: 32px;
}
.award-animate-slide-to-right {
  animation: slide_to_right 15s linear infinite;
}
@keyframes slide_to_right {
0% {
  transform: translateX(-50%);
}
100% {
  transform: translateX(0);
}
}
.hover\:pause:hover {
  animation-play-state: paused;
}
.techno{font-size: 12px;margin: 0;margin-top: 5px;}
.dflesc{display:flex;justify-content:space-between;flex-wrap:wrap;}
.features-block__col{width:49%;}
.bg-image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.wptb-hero {
  height: 100vh;
  background-color: red;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}
.wptb-hero .floating-bg {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  animation: floating1 10s linear infinite alternate;
}
@keyframes floating1{
	0% {
  left: -100px;
  top: 0px;
}
25% {
  left: 0px;
  top: 0px;
}
50% {
  left: 0px;
  top: -50px;
}
75% {
  left: -100px;
  top: -50px;
}
100% {
  left: -100px;
  top: 0px;
}
}
.mtopd{position:relative;top: -190px;}
.text-headlines__item{-webkit-text-fill-color: #4118A3;-webkit-text-stroke-width: 2px;-webkit-text-stroke-color: #fff;color: #fff;}
.marot{margin-top: 80px;}
.features-block__icon{margin-bottom:20px;}
.features-block--style3.ore{border:0;}
.faq-button{color:#300977;}
.faq-body{color:#212121;}
.faq-button::after, .faq-button::before{background:#300977;}
.faq-button:not(.collapsed){color: #300977;border-color: #300977;}
.contebvoxd{display:flex;justify-content:space-between;}
.leftcont{width:35%;}
.innerconte{padding: 40px 40px 40px 40px;background: #29C775;
background-image: url("https://dilla.peerduck.com/wp-content/uploads/2024/06/hvgb.png");background-position: bottom right;background-repeat: no-repeat;background-size: 25% auto;}
.innerconte p{font-size:20px;margin-bottom: 0;}
.rightcont{width:63%;}
.innerconte1{background:#000000;margin-top: 40px;padding: 40px 40px 40px 40px;background-image: url("https://dilla.peerduck.com/wp-content/uploads/2024/06/24ntg.png");
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: 20% auto;}
  .innerconte1 p{color: #FFFFFFBF;font-size:20px;}
  .innerconte1 h3{font-size:38px;color:#fff;}
  .righcobox{background-color: #746FF4;
  background-image: url("https://dilla.peerduck.com/wp-content/uploads/2024/06/wlrkgb.png");
  background-position: 100% 7%;
  background-repeat: no-repeat;
  background-size: 16% auto;padding:40px 50px;padding-right: 140px;}
  .righcobox h2{font-size:2.3rem;color:#fff;}
  .righcobox p{font-size:1.1rem;color:#fff;}
  /*.righcobox1{background-image: url("../images/target.png");
  background-position: 14px 100%;
  background-repeat: no-repeat;
  background-size: 34% auto;padding:80px 0px;border:3px dashed #000;padding-left: 36%;margin-top: 32px;}*/
  .righcobox1{padding:11px 30px;border:3px dashed #000;margin-top: 32px;display:flex;align-items: center;}
  .targox{width:62.3%;}
   .targox img{max-width:100%;}
  .righcobox1 h2{font-size:2.3rem;line-height: 49px;}
  .creative-content__list > ul > li::before{content:'';background:url(../images/white-check.svg) no-repeat;width:20px;height:20px;top: 4px;}
  .creative-content__list > ul > li{padding-left: 30px;}
  .creative-content__list ul li h3 span{color: #0CFF81;}
  .newsletter--h3 {
  background: url(../images/contactbg.jpg);margin-top: 10%;
}
.banner--style3 .banner-content__text{max-width:100%;}
.formboxe{position:relative;}
.map-form__form{position: absolute;
  width: 90%;
  top: -327px;
  background: #fff;
  padding: 25px;
  border: 1px solid #ccc;
  padding: 80px 25px;padding-top: 100px;}
.map-form__form__item > input, .map-form__form__item > textarea {background:none;border: 2px solid #d4d4e0;border-radius: 5px;}
 
.map-form__form__item > select{min-height: 52px;
  width: 100%;
  background-color: #fff;
  padding: 15px 20px;
  border-radius: 40px;
  resize: none;
  outline: none;
  color: var(--color-black-500);
  transition: all 0.3s ease-in-out;border: 2px solid #d4d4e0;border-radius: 5px;}
  .fledf{display:flex;justify-content: space-between;}
  .sifr{width:49%;}
  .map-form__form__item > textarea {
  min-height: 120px;
}
.formboxe1{position:absolute;top: -312px;
  left: 42px;
  z-index: 999;}
.formboxe1 h2{font-size: 35px;}
.jrilf{display:flex;justify-content: flex-end;}
.footer-menu__list > li > a:hover {
  color: #11FFB5;
}
.footer__email:hover {
  color: #11FFB5;
}
.jrilfbox{display: flex;
  align-items: center;
  margin-right: 15px;}
 .jrilfbox h3 {font-size: 20px;
  color: #fff;
  margin: 0;display: flex;
  align-items: center;}
  .jkr{margin-right: 5px;}
  .element--style2{animation: animName 4s linear infinite;}
  @keyframes animName {
 0%{
    transform: rotate(0deg);
   }
100%{
    transform: rotate(360deg);
   }
}
.pdir{padding: 10px 38px;background: radial-gradient(81.16% 143.98% at 50% -5.92%, #5a10e0 0%, rgba(0, 0, 0, 0) 100%);border: 1px solid #6F2EE4;color:#fff;}
.map-form__form.noabs{position:relative;top: 0;margin: 0 auto;width:100%;padding-top: 60px;padding: 80px 18px;}
.modal-header.nebd{background-color: #300977;color: #fff;}
.nebd .modal-title{font-size: 25px;}
.btn-close.cuclow{background-size: contain !important;background-repeat: no-repeat !important;width: 10px;height: auto;opacity: 1;background: url(../images/close.png);}
.mobile-overlay__box{background: #300977;}
.footer-right{padding-left:0;}
.footer-menu__list > li > a{font-family: poppins;font-weight: 300;}
.portfolio-block__img{border: 1px solid #ccc;}
.whyboxf .section-title__big {line-height: 58px;font-weight: 200;}
