
.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: 293px;
}

.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);
}



.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;
}


.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;
}

.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;
  }

 
}




@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;
}


.for_software .portfolio__service-item ul li {
  margin-top: 12px;
}

.portfolio__service-item ul li {
  text-decoration: none;
  list-style: none;
  display: flex;
}

li .icon-arrow {
  min-width: 14px;
  width: 14px;
  height: 20px;
  max-height: 20px;
  stroke: none;
  display: block;
  margin-right: 8px;
  margin-top: 4px;
}

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

.portfolio__service-item:hover .icon-arrow {
  fill: #fff;
}

span.d-flex.rating {
  margin-top: 10px;
}

.process-image h3 {
  font-size: 21px !important;
}


.feature__item.below-extra-b {
  border-bottom: 1px solid #b319194a !important;
}

.feature__item.no-top {
  border-top: 0px solid #b319194a;
}

.portfolio__big-inner {
  background-position: center center;
  background-size: cover;
  border-radius: 10px;
  height: calc(90vh - 100px);
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
  /* margin-top: -100px; */
  transition: 1s all;
}

.graphics-head h2 {
  font-size: 42px;
  /*    text-transform: uppercase;*/
  /* color: #000; */
}





/* new css  */


#box-container .box {
  width: 400px;
  height: 400px;
  margin-left: 20%;
}

#box-container .box img {
  border-radius: 16px;
}

#box-container .box-1 {
  z-index: 10;
  transform: rotate(10.97deg);
}

#box-container .box-2 {
  z-index: 20;
  margin-top: 1rem;
  transform: rotate(15deg);
}

#box-container .box-3 {
  z-index: 30;
  margin-top: 2rem;
  transform: rotate(10.27deg);
}

#box-container .box-4 {
  z-index: 40;
  margin-top: 3rem;
  width: 224px;
  height: 224px;
}

.icon-box-item {
  display: flex;
  align-items: start;
  gap: 10px;
  width: 100%;
}


.icon-box-item p {
  color: #4b4949;
  font-weight: 400;
}

.icon-box-item img {
  width: 50px;
  object-fit: contain;
}

/* .main-image img {
  width: 100%;
  height: 90vh;
  object-fit: contain;
} */

.why-north-wrapper {
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto auto;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  position: relative;
  justify-content: center;
  /* 🔥 KEY */
}

.why-north-wrapper .why-north-heading {
  color: #fff;
}

.why-north-wrapper p {
  color: #b3b9c4;
}

.why-north-card {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  background-color: #1e2125b3;
  border-radius: 1rem;
  min-height: 19rem;
  padding: 1.5rem;
  display: flex
}

.why-north-card-col-1 {
  flex-flow: column;
  flex: 0 auto;
  justify-content: space-between;
  display: flex
}

.why-north-card-col-2 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
  display: flex
}

.why-north-icon {
  width: 70px;
  height: auto;
  margin-bottom: 20px;
}

.why-north-heading {
  font-size: 1.5rem
}


.word {
  display: inline-block;
  will-change: transform, opacity;
}

/* Horizontal scroll wrapper */
.horizontal-scroll {
  overflow: hidden;
}

.horizontal-track {
  display: flex;
  gap: 24px;
  padding-left: 10vw;
  padding-right: 10vw;
  width: max-content;
}

#pinned-section {
  position: relative;
}

.reveal-image {
  clip-path: polygon(
    0% 0%,
    0% 0%,
    0% 100%,
    0% 100%
  );
  will-change: clip-path;
}

/* .left-Side {
  will-change: transform;
} */

@media all and (max-width: 768px) {
  .icon-box-item {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
}

@media screen and  (min-width: 768px) and (max-width:992px) {
  .icon-box-item {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
}