@import url('https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700;900&display=swap');

.sec_padding {
  padding: 80px 0px;
}

.bg-light-pink {
  background-color: #fff1f4;
}

.bg-light-blue {
  background-color: #D9DBEB;
}

.h_form input::placeholder,
.form-control::placeholder {
  color: #fff !important;
}

/* .team-btn{
  color: #fff !important;
} */

form.h_form.needs-validation {
  backdrop-filter: blur(30px);
}

/* .breadcrumb */
.breadcrumb video { object-position: left center; }
/*.breadcrumb_content { background: linear-gradient(45deg, #000000, transparent 80%); }*/
.reach-btn {
  width: 165px;
}
.reach-btn.w-198 {
  width: 198px;
}

/* .breadcrumb */
.breadcrumb {
    height: 422px;
}

.sm-text-continer {
  width: auto;
  position: relative;
  margin-left: 20%;
  margin-top: 30px;
}

.with_line {
  position: absolute;
  width: 150px;
  background: #000;
  height: 0.5px;
  top: 12px;
  left: -180px;
}


/* .sm-text-continer {
  width: auto !important;
  position: relative;
  margin-left: 25%;
  margin-top: 50px;
} */

.large_text1 {
  font-size: 63px;
}





.eCommerce-1 ul {
  padding-left: 0px;
}

.eCommerce-1 ul li {
  text-decoration: none;
  list-style: none;
  padding: 10px 20px;
  color: #000;
  display: flex;
  font-size: 16px;
  border-bottom: 1px solid #c4c4c4;
}

.eCommerce-1 ul li img {
  height: 13px !important;
  transform: rotate(45deg);
  margin-right: 15px;
  /* filter: brightness(0) invert(1); */
  margin-top: 5px;
}


.eCommerce-1 ul li svg {
  height: 13px !important;
  width: 13px;
  transform: rotate(45deg);
  margin-right: 15px;
  /* filter: brightness(0) invert(1); */
  margin-top: 5px;
}




.tasklist {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
  justify-content: center;
  padding: 0;
  width: 100%;
  margin-top: 50px;
}

.sausage {
  align-items: flex-start;
  background: #f1f5f4;
  border-radius: 99px;
  display: flex;
  flex-direction: row;
  color: #000;
  gap: 10px;
  font-size: 14px;
  padding: 10px 25px;
  transition: .5s all
}

.sausage:hover {
  background: #ffffff;
}

.sausage:hover span {
  transform: rotate(90deg);
}

.sausage.flip-animate {
  perspective: 1000px;
}

.sausage.flip-animate span {
  position: relative;
  display: inline-block;
  padding: 0;
  transition: transform 0.3s;
  transform-origin: 50% 0;
  transform-style: preserve-3d;
  /* text-transform: capitalize; */
  visibility: visible;
}

.sausage.flip-animate span:before {
  position: absolute;
  top: 105%;
  left: 0;
  width: 100%;
  height: 100%;
  content: attr(data-hover);
  transition: color 0.3s;
  transform: rotateX(-90deg);
  transform-origin: 50% 0;
  text-align: center;
  visibility: hidden;
}

.sausage.flip-animate:hover span,
.sausage.flip-animate:focus span {
  transform: rotateX(90deg) translateY(-22px);
  visibility: hidden;
}

.sausage.flip-animate:hover span:before,
.sausage.flip-animate:focus span:before {
  color: #fb0e3f;
  visibility: visible;
}

/*Review Badges*/
.review_logo .row { gap: 80px; }
.review_logo .row .col { flex: 0 0 calc((1005 /5) - 80px); text-align: center; }
.review_logo img { height: 120px; object-fit: contain; }

.Intro img.big_img { border-radius: 20px; height: 100%; object-fit: cover;}
 
.EService .owl-stage, .packages .owl-stage, #c4 .owl-stage { display: flex; }
.EService .owl-stage .item, .ecom_why_us_box, .packages .owl-stage .items, #c4 .owl-stage .item { height: 100%; }
.ecom_why_us_box { color: #fff; background: linear-gradient(0deg, #121212, #1d1d1d);padding: 30px;border-radius: 20px;border: 1px solid #313131;}
.owl-carousel .owl-item .ecom_why_us_box img {background: #292929;border-radius: 10%;padding: 10px;height: 70px;width: 70px; margin-bottom: 20px;}
.owl-carousel .owl-item .ecom_why_us_box h3 {font-size: 20px; font-weight: 700; line-height: 1.4; }
.owl-carousel .owl-item .ecom_why_us_box p {margin-bottom: 0; }
.owl-theme .owl-nav.disabled+.owl-dots { margin-top: 30px; }
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {  background: #fb0e41; }


.custom-dev .feature__item {
  border-right: 1px solid #000;
  padding: 40px 30px 20px 30px;
  height: 100%;
  /* background-color: #fde8ec; */
}

.custom-dev .feature__item img {  margin-bottom: 25px;  height: 80px;  /* filter: brightness(1) invert(0); */}
.custom-dev .feature__item svg {  margin-bottom: 20px;  height: 70px;  width: 70px;  /* filter: brightness(1) invert(0); */}
.custom-dev .feature__item.last {  border-right: none;}
.custom-dev .feature_title {
  font-size: 24px;
  margin-bottom: 20px;
  font-weight: 600;
  /* min-height: 70px; */
  color: #000;
}

/* process */

.process-item {border-right: 1px solid #ccc9c9;padding: 20px 20px 10px 20px;height: 100%;border-bottom: 1px solid #ccc9c9;}
.process-item.last-row, .w-list-item.last { border-bottom: none;}
.process-item.last {  border-right: none;}
.process-item .process-image {display: flex;width: 100%;justify-content: space-between;align-items: center;min-height: 88px;}

.process-item .process-image img {  width: 60px; height: 80px; object-fit: contain; object-position: left;}
.process-item .process-image h4 {  font-size: 20px;  text-align: end;}
.process-item .content {  color: #000;  padding-top: 20px; }
.process-item .content ul {list-style: none;padding-left: 0;}
.process-item .content ul li {display: flex;align-items: flex-start;padding: 3px 0;}
.process-item .content ul li img {width: 13px;margin-right: 14px;margin-top: 5px;transform: rotate(45deg);}

.why_wordpress { padding-bottom: 80px; }

.comparison { text-align: center; margin-top: 60px; border: 1px solid #edebeb; border-radius: 30px;}
.comparison th { background: #fb0e3f;
    color: #fff;
    vertical-align: middle;
    text-align: center;
    font-size: 18px; }
.comparison tbody td:first-child {     background: #f3f6f9;
    color: #151414;
    vertical-align: middle;}
.comparison thead th:nth-child(4), .comparison tbody td:nth-child(4) { background: #f70d39; color: #fff; font-weight: 600; }
.comparison th, .comparison td { padding: 30px 15px;}
.comparison td { width: 25%;
    border-bottom: 1px solid #1713133b;
    background: #f3f6f9;
    border-right: 1px solid #ccc;}
table td i.fas.fa-check-circle {color: #07cc07;font-size: 1.4em;margin-right: 4px;transform: translateY(2px);}
table td i.fas.fa-times-circle {color: #f70d39;font-size: 1.4em;margin-right: 4px;transform: translateY(2px); }



/* horizontal scroll */


.horizontal-scoll-wrapper {
  overflow: hidden;
  height: auto;
  position: relative;
}

.horizontal {
  display: flex;
  height: 100%;
}

/* .horizontal > div {
    display: flex;
    flex-shrink: 0;
    padding: 0 5px;
  } */

/* .horizontal > div:first-child {
    padding: 0 5px 0 15px;
  }
  
  .horizontal > div:last-child {
    padding: 0 15px 0 5px;
  } */

.horizontal .card {
  align-items: stretch;
  /* width: 540px; */
  width: 95vw;
  border: none;
  padding: 50px 0px;
  background: transparent;
  border-radius: 0px;

}

.horizontal .card.col-md-4 { width: 33.33%; padding: 15px; }

.horizontal .p_box {
  width: 100%;
  position: relative;
}

.horizontal .p_box .shape1 {
  position: absolute;
  top: -40px;
  left: 0;
  transform: rotate(285deg);
}

.horizontal .p_box .shape2 {
  position: absolute;
  bottom: 0;
  right: -10px;
  height: 60px;
}

.horizontal .p_box h3 {
  font-size: 32px;
  font-weight: 600;
  padding-bottom: 20px;
}



.horizontal ul {
  padding-left: 0px;
}

.horizontal ul li {
  text-decoration: none;
  list-style: none;
  padding: 4px 20px;
  color: #fff;
  display: flex;
  font-size: 16px;
  /* border-bottom: 1px solid #c4c4c4; */
}

.horizontal ul li img {
  height: 13px !important;
  transform: rotate(45deg);
  margin-right: 15px;
  filter: brightness(0) invert(1);
  margin-top: 5px;
}

.horizontal ul li svg {
  height: 13px !important;
  width: 13px !important;
  transform: rotate(45deg);
  margin-right: 15px;
  filter: brightness(0) invert(1);
  margin-top: 5px;
}


@media only screen and (max-width: 600px) {
  .horizontal .card {
    width: 100vw;
  }

}









.Frameworks__btm .feature__item {
  border-right: 1px solid #000;
  padding: 40px 5px 20px 5px;
  height: 100%;
}

.Frameworks__btm .feature__item img {
  margin-bottom: 15px;
  height: 80px;
  /* filter: brightness(1) invert(0); */
}

.Frameworks__btm .feature__item.last {
  border-right: none;
}

.Frameworks__btm .feature_title {
  font-size: 24px;
  margin-bottom: 15px;
  /* min-height: 70px; */
  color: #000;
  font-weight: 600;
}

.Frameworks__btm .feature__item p {
  font-size: 16px;
}




/* types of ecommerce */




.portfolio__service .sec-text {
  background-image: url(../images/wordpress-development/14.png);
  background-repeat: no-repeat;
  background-position: 0 20px;
  /* opacity: 0; */
}

.portfolio__service .sec-text p {
  font-size: 16px;
  line-height: 1.4;
  color: #000;
  padding-top: 70px;
}



.portfolio__service-list {
  padding-top: 24px;
}

.portfolio__service-item {
  padding: 30px 30px 30px 20px;
  border: 1.3px solid #000;
  border-radius: 21px;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
  margin-bottom: 30px;
  height: 280px;
}

.portfolio__service-item .icon {
  position: absolute;
  top: -10px;
  right: -15px;
}

.pt-mg{
  margin-bottom: 30px;
}

.portfolio__service-item .icon img {
  height: 60px;
}

.portfolio__service-item .icon svg {
  height: 70px;
}

.portfolio__service-item,
.portfolio__service .sec-title,
.portfolio__service .sec-text,
.portfolio__service .sec-text p {
  opacity: 1;
}

.portfolio__service-list .portfolio__service-item .ps-title {
  font-weight: 600;
  font-size: 24px;
  line-height: 1.5;
  /* text-transform: uppercase; */
  color: #000;
  padding-bottom: 0px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  min-height: 70px;
}

.portfolio__service-list .portfolio__service-item .wordpress-item {
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  z-index: 1;

}

.portfolio__service-list .portfolio__service-item::after {
     position: absolute;
    content: "";
    width: 11px;
    height: 64px;
    right: -1px;
    top: calc(54% - 38px);
    background: #000;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    border-radius: 15px 0px 0px 15px;
}

.portfolio__service-item:hover::after {
  width: calc(100% + 1px);
  height: calc(100% + 1px);
  right: -1px;
  top: 0;
  border-radius: 15px;
  color: #fff;
}

.portfolio__service-item ul {
  padding-left: 0;
  padding-right: 15px;
}

.portfolio__service-item ul li {
  text-decoration: none;
  list-style: none;
  font-size: 16px;
}

.portfolio__service-item:hover .ps-title,
.portfolio__service-item:hover ul li {
  color: #fff;
}

.portfolio__service-item:hover .icon img {
  filter: brightness(0) invert(1);
}

.portfolio__service-item:hover .icon svg {
  filter: brightness(0) invert(1);
}

.portfolio__service-item:hover svg .a,
.portfolio__service-item:hover svg .b {
  stroke: #fff !important;
}

.portfolio__service-item:not(.one):hover svg .a,
.portfolio__service-item:not(.one):hover svg .b {
  stroke: #fff !important;
  fill: #fff !important;
}

.portfolio__service-item:hover {
  border: 1px solid #fff0;
}

.portfolio__service-list .portfolio__service-item.one::after {
  background: linear-gradient(45deg, #fe3939, #fcaaaa);
}

.portfolio__service-list .portfolio__service-item.two::after {
  background: linear-gradient(45deg, #189ddc, #aadbfc);
}

.portfolio__service-list .portfolio__service-item.three::after {
  background: linear-gradient(45deg, #fec639, #fcaaaa);
}

.portfolio__service-list .portfolio__service-item.four::after {
  background: linear-gradient(45deg, #ff37a0, #ffb1b1);
}

.portfolio__service-list .portfolio__service-item.five::after {
  background: linear-gradient(45deg, #ca39fe, #fcaaaa);
}

.portfolio__service-list .portfolio__service-item.six::after {
  background: linear-gradient(45deg, #397afe, #fcaaaa);
}


/* Delivery of eCommerce Business Solutions */

.Delivery__btm .feature__item {
  border-right: 1px solid #000;
  padding: 40px 20px 20px 20px;
  /* min-height: 450px; */
  height: 100%;
}

.Delivery__btm .feature__item img {
  margin-bottom: 25px;
  height: 60px;
  /* filter: brightness(1) invert(0); */
}

.Delivery__btm .feature__item svg {
  margin-bottom: 15px;
  height: 70px;
  width: 70px;
  /* filter: brightness(1) invert(0); */
}

.Delivery__btm .feature__item.last {
  border-right: none;
}

.Delivery__btm .feature_title {
  font-size: 24px;
  margin-bottom: 15px;
  /* min-height: 70px; */
  color: #000;
  font-weight: 600;
}

/* .Delivery__btm .feature__item p {
  font-size: 15px;
} */

.eCommerce-4 ul {
  padding-left: 0px;
}

.eCommerce-4 ul li {
  text-decoration: none;
  list-style: none;
  padding: 2px 0px;
  color: #000;
  display: flex;
  font-size: 16px;
}

.eCommerce-4 ul li img {
  height: 12px !important;
  transform: rotate(45deg);
  margin-right: 10px;
  margin-top: 5px;
  margin-bottom: 0 !important;
}



/* trend-item */


.trend-item {
  border: 1px solid #D9DBEB;
  padding: 6px 20px;
  display: flex;
  align-items: center;
  border-radius: 50px;
}

.trend-item h5 {
  font-size: 18px;
}






.started__item {
  align-items: center;
  display: flex;
  margin-bottom: 35px;
  transition: .5s ease-in-out;
  color: #fff;
  cursor: pointer;
}

.started__item a {
  color: #fb0e3f;
}


.started__item span p {
  font-size: 18px;
  line-height: 1;
  font-weight: 400;
  color: #000;
  margin-top: 25px;
}

.started__item:hover .started__num {
  background-color: #fb0e3f;
  transition: .5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

span.started__num img {
  height: 48px;
  transition: .5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  /* filter: brightness(0) invert(1); */
}

.started__item:hover .started__num img {
  transition: .5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  filter: brightness(0) invert(1);

}

span.started__num {
  align-items: center;
  display: inline-flex;
  /* flex: 0 0 70px; */
  font-size: 24px;
  font-weight: 500;
  height: 80px;
  justify-content: center;
  line-height: 1;
  margin-right: 20px;
  min-width: 80px;
  position: relative;
  color: #fff;
  /* background-color: #161616; */
  background-color: #f0f0f0;
  border-radius: 20px;
}

span.started__num:after {
  /* background: radial-gradient(#f0f0f0 0, hsl(0, 0%, 95%) 100%); */
  background: #e1e1e1;
  /* border-radius: 2px; */
  content: "";
  display: inline-block;
  height: 100px;
  left: 50%;
  opacity: 1;
  position: absolute;
  top: 80px;
  transform: translate(-50%);
  width: 2px;
  z-index: 0
}

.started__item:last-of-type .started__num:after {
  display: none
}

.cta-btn {
  width: 200px;
  height: 200px;
  text-align: center;
  line-height: 200px;
  border-radius: 50%;
  border: 1px solid #000;
  position: relative;
  z-index: 1;
  margin-left: var(--mr-left);
  color: #000;
}

.cta-btn .icon-arrow {
  fill: #000;
  display: inline-block;
  width: 18px;
  transform: rotate(-45deg);
  margin-left: 10px;
  transition: all 0.3s linear;
}


/* Website Development Services */

.Future__eCommerce {
  background-image: url(../images/ecommerce-website/s1.png);
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
  overflow: hidden;
  background-color: #1E2024;
}

.faq__img6-2 {
  position: absolute;
  top: 0;
  height: 110px;
  left: 51px;
  z-index: 0;
}

.faq__img6-2 {
  -webkit-animation-name: move;
  animation-name: move;
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
  -webkit-animation: move infinite 4s;
  animation: move infinite 4s;
}

@keyframes move {
  0% {
    margin-top: 0;
  }

  50% {
    margin-top: -20px;
  }

  100% {
    margin-top: 0;
  }
}



.faq__img6-1 {
  -webkit-animation-name: move;
  animation-name: move;
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
  -webkit-animation: move infinite 4s;
  animation: move infinite 4s;
}

.faq__img6-1 {
  position: absolute;
  bottom: 0;
  left: 35%;
  z-index: 0;
}

.EService-detail {
  color: #fff;
}

.EService-detail h4 {
  margin-bottom: 20px;
  margin-top: 30px;
  font-size: 30px;
  color: #fb0e3f;
}

.EService-detail p {
  color: #ebebeb;
  font-weight: 300;
}


.EService .owl-prev {
  position: absolute;
  bottom: -20%;
  left: 0%;
  color: #000000;
  font-size: 16px;
  font-weight: 300;
  border: 1px solid #D9DBEB !important;
  border-radius: 5px;
  width: 80px;
  height: 35px;
  line-height: 25px;
  background-color: transparent !important;
}

.EService .owl-prev i {
  color: #fff;
}

.EService .owl-next {
  position: absolute;
  bottom: -20%;
  left: 15%;
  font-size: 16px;
  border: 1px solid #D9DBEB !important;
  border-radius: 5px;
  width: 80px;
  height: 35px;
  line-height: 25px;
  background-color: transparent !important;
}

.EService .owl-next i {
  color: #fff;
}

.EService .owl-theme .owl-nav {
  background: #fff !important;
  text-decoration: none;
  border: none !important;
}






/* Benefits Of E-Commerce */

.Benefit__title {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.3;
  color: #000;
  padding-bottom: 5px;
  padding-left: 60px;
  position: relative;
  margin-top: 30px;
}

.Benefit__title::before {
  position: absolute;
  top: 18px;
  left: 0;
  width: 50px;
  height: 1px;
  content: "";
  background: #000;
}

.benifit-of-ecommerce p {
  text-align: justify;
}






.testimonials .review_img {
  height: 120px;
  width: 120px;
  margin: 0 auto;
}

.testimonials .review_img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 100%;
}

.testimonials .r_content {
  margin-top: 25px;
  margin-left: 0px;
}

.testimonials .r_content p {
  font-weight: 400;
  font-size: 16px;
}



/* Get_Assistance */



.recognision .r-wrapper {
  display: flex;
  overflow: hidden;
  height: auto;
  left: 0;
}

.recognision .r-wrapper .r-pin {
  display: flex;
}

.recognision .r-wrapper .r-pin .r-box {
  width: 30vw;
  height: auto;
  text-align: center;
  padding: 0 20px;
}


.recognision .process__bx {
  height: 200px;
  width: 200px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background-color: #161616;
  position: relative;
  z-index: 999;
}

.recognision .process__bx::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  width: 25vw;
  z-index: -1 !important;
  height: 3px;
  background-color: #161616;
}

.recognision .process__bx.last::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  width: 0vw;
  z-index: -1 !important;
  height: 0px;
  background-color: #161616;
}

.recognision .process__bx img {
  height: 80px;
/*  filter: brightness(0) invert(1);*/
}

.recognision .process__bx svg {
  height: 80px;
  width: 80px;
  /* filter: brightness(0) invert(1); */
}

.recognision .r-wrapper .r-pin .r-box h3 {
  font-size: 24px;
  font-weight: 600;
}

.recognision .r-wrapper .r-pin .r-box p {
  font-size: 16px;
}

/* .recognision .process__bx::before {
  content: '';
  top: 0%;
  left: 00%;
  width: 30vw;
  height: 2px;
  background: #000;
  position: absolute;
  transform: scaleX(0);
  transform-origin: left;
  transition: all 1.5s ease;
}



/*Process steps */
/*******/
/* .process {
  background: #fff1f4;
}
.process_wrap .p_box .circle {
  height: 300px;
  display: flex;
 align-items: center;
  position: relative;
}
.process_wrap .p_box .circle:before {
  content: '';
  top: 50%;
  left: 50%;
  width: 100%;
  height: 2px;
  background: #000;
  position: absolute;
  transform: scaleX(0);
  transform-origin: left;
  transition: all 1.5s ease;
}
.process_wrap .p_box .circle.is-active:before {
  transform: scaleX(1);
}
.process_wrap .p_box.last .circle.is-active:before {
  display: none;
}
.p_box {
  width: 23.5%;
  margin: 0 10px;
  flex-shrink: 0;
}
.p_box span {
  display: block;
  width: var(--box_size);
  height: var(--box_size);
  border-radius: 50%;
  line-height: var(--box_size);
  background: #1c1c1c;
  color: #fff;
  text-align: center;
  font-size: 22px;
  margin: auto;
  position: relative;
}
.p_box span:before {
  content: '';
  position: absolute;
  width: 2px;
  height: 40px;
  background: #1c1c1c;
  bottom: -40px;
  left: calc(50% - 2px);
} */



/* .amp-testimonial */


.testimonials .owl-theme .owl-nav { text-align: center; margin-top: 30px; }

.testimonials .owl-theme .owl-nav [class*=owl-] {
  font-size: 25px;
  border: 1px solid #000;
  border-radius: 5px;
  padding: 5px 25px !important;
  line-height: 25px;
}

.testimonials .owl-theme .owl-nav [class*=owl-]:hover {
  background: var(--theme-pink);
  border-color: #fff;
}

/*.review_box { padding: 25px; border-radius: 20px; border: 1px solid #dcdcdc; height: 100%; }
.review_box img.g-img { --size: 46px; width: var(--size); height: var(--size); object-fit: contain; }
.review_box .rating i { color: #f6b809; margin-right: 2px; font-size: 14px; }
.testimonials .r_content { margin-top: 0; }
.testimonials .r_content .row { margin-bottom: 50px; }
.testimonials .r_content p { margin-bottom: 0; }
*/





.card__pin2 {
  padding-top: 40px !important;
  position: relative;
}

.card-secs {
  background-color: #ffbde7;
  padding: 9% 10% 9% 7%;
  border-radius: 24px;
  overflow: hidden;
  transform-origin: top;
  position: sticky;
  top: 50px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center right;

}

.card-secs h3 {
  font-weight: 600;
  font-size: 34px;
  color: #000;

}

.card-secs b { display: contents; }
.card-secs p {
  font-size: 19px;
  color: #000;
}

.ec-offer .card_img1{
  background-image: url('../images/performance-market-ppage/google-ads.webp');
}

.ec-offer .card_img2{
  background-image: url('../images/performance-market-ppage/meta-ads.webp');
}

.ec-offer .card_img3{
  background-image: url('../images/performance-market-ppage/linked-in.webp');
}

.ec-offer .card_img4{
  background-image: url('../images/performance-market-ppage/youtube-ads.webp');
}

.ec-offer .card_img5{
  background-image: url('../images/performance-market-ppage/tiktok-ads.webp');
}

.ec-offer .card_img6{
  background-image: url('../images/performance-market-ppage/x-ads.webp');
}

.ec-offer .card_img7{
  background-image: url('../images/performance-market-ppage/programmatic- display-networks.webp');
}

.ec-offer .card_img8{
  background-image: url('../images/performance-market-ppage/affiliate- influencer-platforms.webp');
}



h5.supa1 {
  font-size: 100px;
  font-weight: 600;
  line-height: 100%;
  color: #ffff;
  opacity: .4;
  -moz-user-select: none;
  user-select: none;
  -webkit-user-select: none;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}

.pin_icon {
  display: flex;
  align-items: center;
  justify-content: left;
  border-right: 1px solid #000;
}

.pin_icon.last {
  border-right: none;
}

.pin_icon img {
  /* filter: brightness(0) invert(1); */
  height: 55px;
  margin-right: 15px;
}

.pin_icon h5 {
  color: #fff;
  font-weight: 400;
}


.card__wrapper ul {
  padding-left: 0px;
}

.card__wrapper ul li {
  text-decoration: none;
  list-style: none;
  padding: 1px 15px;
  color: #fff;
  display: flex;
  justify-content: stretch;
  font-size: 16px;
}

.card__wrapper ul li p {
  font-size: 17px;
}

.card__wrapper ul li strong {
  margin-right: 7px;
  color: #fb0e3f;
}

.card__wrapper ul li svg {
  height: 13px !important;
  transform: rotate(45deg);
  margin-right: 10px;
  display: none;
  margin-top: 7px;
  margin-bottom: 0 !important;
}

.fill-ar {
  fill: #fb0e3f;
}

.card__wrapper ul li img {
  height: 13px !important;
  transform: rotate(45deg);
  margin-right: 10px;
/*  display: none;*/
  margin-top: 7px;
  margin-bottom: 0 !important;
}











.benifit-of-ecommerce ul {
  padding-left: 0px;
}

.benifit-of-ecommerce ul li {
  text-decoration: none;
  list-style: none;
  padding: 4px 0px;
  color: #000;
  display: flex;
  font-size: 16px;
  font-weight: 500;
}

/* .benifit-of-ecommerce ul li p{
  font-size: 17px;
}
.card__wrapper ul li strong{
  margin-right: 7px;
  color: #fb0e3f;
} */
.benifit-of-ecommerce ul li svg {
  height: 13px !important;
  transform: rotate(45deg);
  margin-right: 10px;
  margin-top: 7px;
  margin-bottom: 0 !important;
}

.fill-ar {
  fill: #000;
}

/* .card__wrapper ul li img {
  height: 13px !important;
  transform: rotate(45deg);
  margin-right: 10px;
  display: none;
  margin-top: 7px;
  margin-bottom: 0 !important;
} */

























/*Why Choose*/
/***********/
/* .title-sec h2 {
  padding-right: 5%;
}
.title-sec {
  margin-bottom: 60px;
} */
.why_us-img.relative {
  position: relative;
  width: 100%;
  height: 530px;
  overflow: hidden;
}

.why_us-img img {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 0;
  position: absolute;
  -webkit-transform: rotate(0deg) translateX(-100px);
  transform: rotate(0deg) translateX(-100px);
  max-width: 266px;
}

.why_us-img picture.active img {
  opacity: 1;
  -webkit-transform: rotate(15deg) translateX(60px) translateY(30px);
  transform: rotate(15deg) translateX(60px) translateY(30px);
}

.why_us-img span {
  position: absolute;
  width: 175px;
  height: 70px;
  background-color: var(--theme-pink);
  bottom: 0;
  left: 0;
  -webkit-transform: rotate(-26deg) translate(-100%, -100%);
  transform: rotate(-26deg) translate(-100%, -100%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
  z-index: 1;
}

.why_us-img span.current {
  -webkit-transform: rotate(-26deg) translate(120px, -100%);
  transform: rotate(-26deg) translate(120px, -100%);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .service__img {
    max-width: 260px;
  }

}

.sec_title.large_text {
  font-size: 72px;
}

/* .sm-text-continer {
  width: auto;
  position: relative;
  margin-left: 32%;
  margin-top: 50px;
}

.with_line {
  position: absolute;
  width: 150px;
  background: #000;
  height: 0.5px;
  top: 12px;
  left: -180px;
} */

.small-text {
  opacity: 0.8;
}

.list-styled {
  list-style: none;
  margin: 0;
  padding: 0;
}

.w-list-item {
  display: flex;
  padding: 25px 0;
  border-bottom: 1px solid #dcdcdc;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
}


.w-list-item * {
  flex: 0 0 auto;
}

.w-list-item span.point-num {
  width: 80px;
  display: block;
  font-size: 25px;
  font-weight: 600;
  transition: all 0.3s;
}

.w-list-item img {
  height: 100%;
  position: absolute;
  bottom: 0;
  opacity: 0.0;
  transition: all 0.3s;
}

.w-list-item h3 {
  font-size: 22px;
  padding-right: 30px;
  width: 40%;
  transition: all 0.3s;
}

.w-list-item a{
display: contents;
}
.point_list li.active .w-list-item h3,
.point_list li.active .w-list-item span.point-num {
  color: var(--theme-pink);
}

.point_list li.active .w-list-item img {
  opacity: 0.06;
}

.w-list-item .list_point {
  width: calc(60% - 0px);
}

.list-styled ul li span {
  font-size: 20px;
  font-weight: 600;
  margin-right: 6px;
}


.list_point ul li {
  display: flex;
}

.list-styled ul li span {
  font-size: 20px;
  font-weight: 600;
  margin-right: 12px;
  margin-top: -5px;
}









.important-feature ul {
  padding-left: 0;
}

.important-feature ul li {
  text-decoration: none;
  list-style: none;
  padding: 8px 0;
  color: #fff;
  display: flex;
  font-size: 18px;
}

.important-feature ul li a {
  color: #fb0e3f;
}

.important-feature ul li img {
  height: 13px;
  transform: rotate(45deg);
  margin-right: 10px;
  filter: brightness(0);
  margin-top: 8px;
}










.pricing-sec .col-lg-4{
  /* height: 100%; */
  margin-bottom: 30px;
}

.price-card{
  /* border: 1px solid #a3a3a3; */
  padding: 30px 20px;
  background-color: #fff;
  border-radius: 10px;
  height: 100%;
/*  margin-bottom: 30px;*/
}

.price-card h4{
  font-size: 28px;
  text-align: center;
  color: #f70d39;
  font-weight: 600;
}
.price-card p{
  text-align: center;
}

.header-part{
  padding-bottom: 30px;
  border-bottom: 1px solid #c9c9c9;
}


.price-card ul {
  padding-left: 0;
  padding-top: 20px;
    margin-bottom: 0;
}

.price-card ul li{
  text-decoration: none;
  list-style: none;
  display: flex;
  align-items: safe;
  padding: 4px 0;
  font-size: 15px;
}
.price-card ul li i{
  margin-top: 7px;
  font-size: 14px;
  color: #fe3939;
  margin-right: 10px;
}


.header-part a{
  width: 100%;
}

.best-pricing-btn {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  height: 50px;
  background-color: transparent;
  border: 1px solid #F8345D;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #000;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 0;
}

.best-pricing-btn .icon {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin-left: 15px;
  filter: brightness(0) invert(1);
  
}

.best-pricing-btn::before {
  position: absolute;
  z-index: -1;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background-color: #F8345D;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.best-pricing-btn:hover {
  border: 1px solid transparent;
  color: #ffffff;
  width: 100%;
}

.best-pricing-btn:hover::before {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
}

.best-pricing-btn:hover .icon {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-filter: brightness(100) sepia(1) hue-rotate(-120deg) grayscale(100%) contrast(5);
  filter: brightness(100) sepia(1) hue-rotate(-120deg) grayscale(100%) contrast(5);
}

.best-pricing-btn:hover .icon img {
  filter: brightness(0) invert(1);
}



@media (max-width: 1398px) and (min-width: 991px) {
    .breadcrumb_content .col-lg-7 { width: 68%; }
    .testimonials .r_content p { font-size: 15px; }
}

@media screen and (max-width: 767px) {

  
  .sec_padding {
    padding: 40px 10px;
  }

  .sm-text-continer {
    width: auto;
    position: relative;
    margin-left: 0;
    margin-top: 0px;
  }
  #cards_warpper{
    padding: 0 !important;
  }

  .card__pin{
    padding: 14px !important;
  }
  .ec-offer {
    padding: 0 !important;
  }
  .eCommerce-1 ul li {
    padding: 10px 0;
  }
    
  .eCommerce-1 ul li svg {
    height: 40px !important;
    width: 40px !important;
    transform: rotate(45deg);
    margin-right: 15px;
    /* filter: brightness(0) invert(1); */
    margin-top: 0px;
  }

  .sausage {
    gap: 10px;
    font-size: 13px;
    padding: 7px 15px;
    transition: .5s all;
  }

  .tasklist {
    gap: 10px;
  }

  .why-img {
    display: none;
  }

  .horizontal .card {
    padding: 20px 0;
    width: 90vw;
  }

  .horizontal .p_box h3 {
    font-size: 24px;
  }

  .horizontal ul li {
    padding: 2px 10px;
    font-size: 14px;
  }

  .recognision .r-wrapper .r-pin .r-box {
    width: 60vw;
    padding: 0;
  }

  .recognision .process__bx::before {
    width: 60vw;
  }

  .recognision .process__bx {
    height: 102px!important;
    width: 102px!important;
  }

  .recognision .process__bx svg {
    height: 50px;
    width: 50px;
  }

  .recognision .r-wrapper .r-pin .r-box h3 {
    font-size: 20px;
  }

  .Frameworks__btm .feature__item {
    border-right: none;
    border-bottom: 1px solid #a3a3a3;
    padding: 20px 5px 20px 5px;
  }

  .Frameworks__btm .col-lg-3.border-bottom.border-dark {
    border-bottom: none !important;
  }

  .Frameworks__btm .feature_title {
    display: none;
  }

  .Frameworks__btm .feature__item img {
    margin-bottom: 5px;
  }

  .portfolio__service-list .portfolio__service-item .ps-title {
    font-size: 19px;
    min-height: auto;
  }

  .portfolio__service-item .icon svg {
    height: 50px;
  }

  .portfolio__service-item {
    height: auto;
    padding: 20px;
  }

  .portfolio__service-item .icon {
    position: absolute;
    top: -12px;
    right: -25px;
  }

  .Delivery__btm .feature__item {
    border-right: none;
    padding: 20px;
  }

  .started__list {
    padding-left: 0;
  }

  span.started__num {
    height: 60px;
    min-width: 60px;
  }

  span.started__num img {
    height: 30px;
  }

  span.started__num:after {
    top: 59px;
    height: 90px;
  }

  .started__item span p {
    font-size: 16px;
  }

  .recognision .r-wrapper .r-pin {
    display: block;
  }

  .recognision .process__bx::before {
    display: none;
  }

  .recognision .r-wrapper .r-pin .r-box {
    width: 100%;
    margin-top: 30px;
  }

  .card-secs {
    background-color: #121212;
    padding: 8% 4% 6% 7%;
    border-radius: 24px;
    overflow: hidden;
    transform-origin: top;
    position: sticky;
    top: 50px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
  }

  .card-secs h3 {
            font-size: 19px!important;
        padding-right: 141px!important;
  }

  .card-secs p {
    font-size: 13px!important;
            padding-right: 50px!important;
  }

  .card__wrapper ul li {
    padding: 0px 6px;
  }

  .card__wrapper ul li p {
    font-size: 15px;
    margin-top: -12px;
  }

  .important-feature {
    margin-top: 30px;
  }

  .important-feature ul li {
    font-size: 16px;
  }

  .pin_img {
    display: none !important;
  }


  .w-list-item span.point-num {
    margin-top: -2px;
  }

  .w-list-item {
    display: flex;
    padding: 20px 0 20px 0;
    flex-wrap: wrap;
  }

  .w-list-item h3 {
    font-size: 20px;
    font-weight: 600;
    width: 100%;
    color: #fb0e3f;
  }

  .w-list-item p {
    width: 100%;
    padding-left: 50px;
  }

  .why-us_list {
    margin-top: -10px;
  }

  .w-list-item .list_point {
    width: 100%;
  }

  .w-list-item .last {
    border-bottom: none;
  }
  .price-card h4{
    font-size: 24px;
  }

}



@media screen and (min-width: 768px) and (max-width:992px) {
  .sm-text-continer {
    margin-left: 20%;
  }

  .why-img {
    display: none;
  }

  .horizontal .card {
    width: 95vw;
    padding: 50px;
  }

  .horizontal .p_box h3 {
    font-size: 24px;
  }

  .recognision .r-wrapper .r-pin {
    display: flex;
    flex-wrap: wrap;
  }

  .recognision .process__bx::before {
    display: none;
  }

  .recognision .r-wrapper .r-pin .r-box {
    width: 50%;
    margin-top: 30px;
  }

  .recognision .process__bx {
    height: 150px;
    width: 150px;
  }

  .recognision .process__bx svg {
    height: 70px;
    height: 70px;
  }

  .r-box h3 {
    font-size: 20px !important;
  }

  .Frameworks__btm .feature__item {
    border-right: none;
    padding: 20px 10px 20px 10px;
  }


  .Frameworks__btm .col-lg-4:nth-child(1) .feature__item,
  .Frameworks__btm .col-lg-4:nth-child(3) .feature__item,
  .Frameworks__btm .col-lg-4:nth-child(5) .feature__item,
  .Frameworks__btm .col-lg-4:nth-child(7) .feature__item {
    border-right: 1px solid #121212;
  }

  .Frameworks__btm .col-lg-4:nth-child(7),
  .Frameworks__btm .col-lg-4:nth-child(8) {
    border-top: 1px solid #121212;
  }

  .portfolio__service-list .portfolio__service-item .ps-title {
    font-size: 20px;
  }

  .portfolio__service-item .icon svg {
    height: 60px;
    width: 60px;
  }

  .Delivery__btm .feature__item {
    border-right: none;
  }

  .Delivery__btm .col-lg-3:nth-child(1),
  .Delivery__btm .col-lg-3:nth-child(3) {
    border-right: 1px solid #161616;
  }

  .Delivery__btm .col-lg-3:nth-child(1),
  .Delivery__btm .col-lg-3:nth-child(2) {
    border-bottom: 1px solid #161616;
  }

  .Delivery__btm .col-lg-3.col-md-6.border-top.border-dark {
    border-top: none !important;
  }

  .card-secs {
    background-size: cover;
    background-position: center right;
    background: #000;
  }

  .important-feature {
    margin-top: 30px;
  }

  .pin_img {
    display: none !important;
  }


  .w-list-item span.point-num {
    margin-top: -2px;
  }

  .w-list-item {
    display: flex;
    padding: 20px 0 20px 0;
    flex-wrap: wrap;
  }

  .w-list-item h3 {
    font-size: 20px;
    font-weight: 600;
    width: 100%;
    color: #fb0e3f;
  }

  .w-list-item p {
    width: 100%;
    padding-left: 50px;
  }

  .why-us_list {
    margin-top: -50px;
  }

  .w-list-item .list_point {
    width: 100%;
  }

  .w-list-item .last {
    border-bottom: none;
  }

}
@media screen and  (min-width: 1200px) and (max-width:1299px) {
  .Frameworks__btm .feature__item {
    border-right: 1px solid #161616 !important;
    padding: 20px 10px 20px 0px !important;
  }
  .Frameworks__btm .col-lg-4:nth-child(5), .Frameworks__btm .col-lg-4:nth-child(6) {
    border-bottom: none !important;
  }
}
@media screen and  (min-width: 992px) and (max-width:1299px) {
  .recognision .r-wrapper .r-pin .r-box{
    width: 32vw;
  }
  
  .Frameworks__btm .feature__item {
    border-right: none;
    padding: 20px 10px 20px 10px;
  }


  
  .Frameworks__btm .col-lg-4:nth-child(1) .feature__item,
  .Frameworks__btm .col-lg-4:nth-child(2) .feature__item,
  .Frameworks__btm .col-lg-4:nth-child(4) .feature__item,
  .Frameworks__btm .col-lg-4:nth-child(5) .feature__item,
  .Frameworks__btm .col-lg-4:nth-child(7) .feature__item ,
  .Frameworks__btm .col-lg-4:nth-child(8) .feature__item {
    border-right: 1px solid #121212;
  }
  .Frameworks__btm .col-lg-4:nth-child(5),
  .Frameworks__btm .col-lg-4:nth-child(6) {
    border-bottom: 1px solid #121212;
  }

  .portfolio__service-list .portfolio__service-item .ps-title{
    font-size: 20px;
  }
  .portfolio__service-item .icon svg{
    height: 55px;
    width: 55px;
  }
  .portfolio__service-item{
          padding: 20px 20px;
        height: 305px;
  }
  .portfolio__service-item .icon{
    right: 0;
    /* padding-bottom: 10px; */
  }
  .Delivery__btm .feature__item{
    padding: 40px 20px 20px 0px;
  }
  .card-secs{
    background-size: cover;
    background-position: unset;
  }
  .why_us-img img{
    max-width: 220px !important;
    height: 320px !important;
  }
  .why_us-img span.current{
      transform: rotate(-26deg) translate(103px, -110%);
  }
  .w-list-item h3{
    font-size: 20px;
  }
}

.portfolio-img img{
  border-radius: 10px;
}

.pa-bot {
    margin-bottom: 12px;
    font-size: 18px;
    padding: 0px 260px 0px 260px;
}


@media screen and (max-width: 767px) {
    .breadcrumb {
        margin-top: 0;
        position: relative;
        height: 449px !important;
    }
    .process-item .process-image img {
    width: 42px!important;
    height: 45px!important;
    object-fit: contain;
    object-position: left;
}
    .portfolio__service-item {
        height: auto;
        padding: 29px!important;
    }
    .portfolio__service-list {
    padding-top: 14px!important;
}
.pa-bot {
    margin-bottom: 30px;
    font-size: 14px;
    padding: 0px 0px 0px 0px;
}
.card-secs {
        background-color: #121212;
        padding: 8% 4% 6% 7%;
        border-radius: 24px;
        overflow: hidden;
        transform-origin: top;
        position: sticky;
        top: 50px;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
    }
    .card__wrapper ul li img {
    height: 8px !important;
    transform: rotate(45deg);
    margin-right: 8px;
    /* display: none; */
    margin-top: 6px;
    margin-bottom: 0 !important;
}
    .card__wrapper ul li p {
        font-size: 14px;
        margin-top: 0px;
    }
}



/*//////*/
.performnace-page-se{
  padding: 50px 0px;
}

.performnace-page-key {
    padding: 70px 0px 40px 0px;
}


.ctm_off {
    height: 580px;
    object-fit: cover;
}

.sec_padding5{
  padding: 50px 0px;
}

.add-ons .col-lg-3 {
  padding: 30px 30px 30px 30px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
}
.add-ons .col-lg-3 img {
  height: 70px;
}

.add-ons .col-lg-3 svg {
  height: 70px;
  width: 70px;
}
.add-ons .col-lg-3:last-child {
  border-right: 0px solid #000;
}
.add-ons .col-lg-3 * {
  margin-bottom: 20px;
}
.add-ons .col-lg-3 h3 {
  font-size: 24px;
  min-height: 60px;
}
.add-ons ul {
  padding-left: 0;
}
.add-ons ul li {
  display: flex;
  text-decoration: none;
  list-style: none;
  margin-top: -15px;
}
.add-ons ul li img {
  height: 13px !important;
  transform: rotate(45deg);
  margin-right: 15px;
  margin-top: 5px;
}
.row.process1 {
    justify-content: center;
}

@media screen and (max-width: 767px) {
.ctm_off {
    height: 269px!important;
    object-fit: cover;
    margin-bottom: 23px!important;
}
.custom-dev .feature__item img {
    margin-bottom: 25px;
    height: 44px!important;
    /* filter: brightness(1) invert(0); */
}
.performnace-page-se {
    padding: 25px 20px!important;
}
.performnace-page-key {
    padding: 42px 0px 5px 0px!important;
}
.add-ons .col-lg-3 svg {
    height: 47px!important;
    width: 45px!important;
}
.add-ons .col-lg-3 h3 {
    font-size: 24px;
    min-height: 21px!important;
}
.custom-dev {
    margin-top: 34px!important;
}
.custom-dev .feature__item svg {
    margin-bottom: 11px!important;
    height: 47px!important;
    width: 51px!important;
    /* filter: brightness(1) invert(0); */
}
.custom-dev .feature__item {
    border-right: 1px solid #00000000!important;
    padding: 0px 30px 20px 5px;
   
}
.add-ons .col-lg-3 img {
    height: 50px!important;
}
.owl-carousel .owl-item .ecom_why_us_box img {
    background: #292929;
    border-radius: 50%;
    padding: 8px;
    height: 52px!important;
    width: 52px!important;
    margin-bottom: 20px;
}
.recognision .process__bx img {
    height: 59px!important;
    /* filter: brightness(0) invert(1); */
}
.border-dark {
    --bs-border-opacity: 1;
    border-color: rgb(255 255 255) !important;
}
.blog_wrap_1.relative {
    margin-top: 16px!important;
}

.portfolio__service-item .icon img {
    height: 36px!important;
}
}


.heigh-for-desc {
    height: 590px;
    object-fit: cover;
}

.d_process li {
  font-size: 18px;
}
.d_process p {
  font-size: 18px;
  margin-bottom: 0px;
}
.d_process li {
  padding: 18px 5px;
  border-bottom: 1px solid #f70d3961;
  margin-bottom: 10px;
  display: flex;
}
.d_process li span {
  font-weight: 700;
  margin-right: 14px;
}

.new-steps{
  padding-top: 20px;
}

.sec_padding4{
  padding:50px 0px 30px 0px;
}

.d_process li.last-line {
    border-bottom: 0px solid #000;
}


.review_box {
    padding: 25px;
    border-radius: 20px;
    border: 1px solid #dcdcdc;
    height: 100%;
    width: 99%;
    margin: auto;
}

.review_box .rating i {
    color: #f6b809;
    margin-right: 2px;
    font-size: 14px;
}

.testimonials .r_content .row {
    margin-bottom: 30px;
}

.review_box img.g-img {
    --size: 46px;
    width: var(--size);
    height: var(--size);
    object-fit: contain;
}