/* Portfolio Header */
.single-portfolio header nav ul li .nav-link,
.single-portfolio .phoneNo {
  color: #ffffff;
  transition: 0.4s;
}
.single-portfolio header nav ul li .nav-link:hover,
.single-portfolio .phoneNo:hover {
  text-decoration: underline;
  transition: 0.4s;
}
.single-portfolio header nav ul .menu-item-has-children .nav-link::before {
  filter: brightness(100);
}
.single-portfolio .phoneNo img,
.single-portfolio .primary.contact-us img {
  filter: brightness(100);
}
.single-portfolio header.smaller nav ul li .nav-link,
.single-portfolio header.smaller .phoneNo {
  color: #0b1520;
  transition: 0.4s;
}
.single-portfolio header.smaller nav ul li .nav-link:hover,
.single-portfolio header.smaller .phoneNo:hover {
  text-decoration: underline;
  transition: 0.4s;
}
.single-portfolio
  header.smaller
  nav
  ul
  .menu-item-has-children
  .nav-link::before {
  filter: brightness(0);
}
.single-portfolio header.smaller .phoneNo img {
  filter: brightness(0);
}
/* Portfolio Header End */
/* Portfolio Banner */
.portfolio-banner {
  position: relative;
  overflow: hidden;
  background-color: #b3b3b3;
}
.portfolio-banner-image {
  height: 550px;
}
.portfolio-banner img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
}
.portfolio-banner-content {
  position: absolute;
  bottom: 50px;
  left: 0;
  width: 100%;
  z-index: 1;
}
/* Portfolio Banner End */
/* Portfolio Info */
.industry-details {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 40px;
  row-gap: 24px;
  margin-bottom: 0;
}
.develop-apps-list-box .heading_six {
  margin-bottom: 4px;
}
.portfolio-info-image {
  border-radius: 20px;
  overflow: hidden;
}
.portfolio-info-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
/* Portfolio Info End */

/* Key Feature */
.key-feature {
  margin-bottom: -24px;
}
.key-feature-col {
  margin-bottom: 24px;
}
/* Key Feature End */

/* They Trusted Us */
.they-trusted-us-block {
  background-color: #ffffff;
  border-radius: 20px;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.they-trusted-us-block .head {
  gap: 16px;
  position: relative;
  padding: 34px 10px 10px 0;
  z-index: 0;
  overflow: hidden;
  margin-top: auto;
  display: inline-flex;
  min-width: 359px;
  width: max-content;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  background-color: #f9f7f2;
}
.they-trusted-us-block .head::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(../images/shape.svg);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: cover;
  /* background-color: #ffffff; */
  width: 100%;
  height: 100%;
  z-index: -1;
}
.they-trusted-us-block .head img {
  width: 60px;
  height: 60px;
  object-fit: cover;
  border-radius: 50%;
}
.they-trusted-us-block .head .heading_six {
  margin-bottom: 4px;
  font-weight: 600;
}
.they-trusted-us-content {
  position: relative;
  padding: 24px 24px 0;
}
.they-trusted-us-content i {
  margin-bottom: 12px;
}
/* They Trusted Us End */

/* Product Design */
/* .product-slider .swiper-slide {
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
} */
/* .product-slider .swiper-slide:hover,
.product-slider .swiper-slide:focus,
.product-slider .swiper-slide:active {
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
} */
.product-slider .swiper-pagination {
  bottom: 0;
}
.swiper-pagination-bullet-active {
  background: #003399;
}
.product-slide {
  border-radius: 20px;
  overflow: hidden;
}
/* Product Design End */
.rtl .they-trusted-us-block .head {
  padding: 34px 0 10px 10px;
}
.rtl .they-trusted-us-block .head::before {
  transform: scaleX(-1);
}
/* Responsive */
@media only screen and (max-width: 1199px) {
  /* Portfolio Banner */
  .portfolio-banner-content {
    left: 12px;
  }
  /* Portfolio Banner End */
  /* Portfolio Info */
  .industry-details {
    gap: 30px;
    row-gap: 24px;
  }
  /* Portfolio Info End */
}

@media only screen and (max-width: 991px) {
  /* Portfolio Banner */
  .portfolio-banner-image {
    height: 380px;
  }
  /* Portfolio Banner End */
  /* Portfolio Info */
  .portfolio-partner-logo {
    margin-top: 24px;
  }
  .portfolio-info-image {
    height: 400px;
  }
  /* Portfolio Info End */
  /* They Trusted Us */
  .they-trusted-us-block .head img {
    width: 50px;
    height: 50px;
  }
  .they-trusted-us-block .head {
    min-width: 300px;
  }
  /* .they-trusted-us-block .head .heading_six {
    font-size: 16px;
    line-height: 24px;
  } */
  .they-trusted-us-block .head .text-light-grey {
    font-size: 14px;
    line-height: 21px;
  }
  /* They Trusted Us End */
}

@media only screen and (max-width: 767px) {
  /* Portfolio Info */
  .portfolio-info-image {
    height: 340px;
  } /* Portfolio Info End */
}

@media only screen and (max-width: 575px) {
  /* Portfolio Banner */
  .portfolio-banner-image {
    height: 340px;
  }
  .portfolio-banner-content {
    bottom: 30px;
  }
  /* Portfolio Banner */
  /* Portfolio Info */
  .industry-details {
    gap: 14px;
    flex-wrap: wrap;
  }
  /* Portfolio Info End */
  /* Key Feature */
  .key-feature {
    margin-bottom: -16px;
  }
  .key-feature-col {
    margin-bottom: 16px;
  }
  /* Key Feature End */
  /* They Trusted Us */
  .they-trusted-us-content {
    padding: 16px 16px 0;
  }
  .they-trusted-us-content .icon-quote::before {
    width: 40px;
    height: 40px;
  }
  .they-trusted-us-block .head img {
    width: 40px;
    height: 40px;
  }
  .they-trusted-us-block .head .text-light-grey {
    font-size: 14px;
    line-height: 20px;
  }
  /* They Trusted Us */
  .portfolio-partner-logo {
    max-width: 150px;
  }
}

@media only screen and (max-width: 480px) {
  /* Portfolio Info */
  .portfolio-info-image {
    height: 260px;
  }
  /* Portfolio Info End */
}

/* Responsive End */
