.pg-portfolio-projects {
  padding: 150px 0 110px;
}
.pg-portfolio-projects .proj-top-info {
  padding-bottom: 90px;
}
.pg-portfolio-projects .proj-top-info h6 {
  font-size: 21px;
  margin-bottom: 10px;
}
.pg-portfolio-projects .proj-top-info h2 {
  font-size: 42px;
  margin-bottom: 30px;
}
.pg-portfolio-projects .proj-top-info .text {
  font-size: 18px;
}
.pg-portfolio-projects .proj-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.pg-portfolio-projects .proj-content .nav-pills {
  display: block;
  width: 300px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.pg-portfolio-projects .proj-content .nav-pills .nav-item .nav-link {
  text-align: start;
  padding: 0;
  -webkit-padding-start: 50px;
          padding-inline-start: 50px;
  -webkit-padding-end: 100px;
          padding-inline-end: 100px;
  border-right: 7px solid transparent;
  background-color: transparent;
  margin-bottom: 30px;
  border-radius: 0;
}
.pg-portfolio-projects .proj-content .nav-pills .nav-item .nav-link.active {
  border-color: #0379a4;
}
.pg-portfolio-projects .proj-content .nav-pills .nav-item .nav-link.active h5 {
  color: #0379a4;
}
.pg-portfolio-projects .proj-content .nav-pills .nav-item .nav-link h5 {
  font-size: 21px;
  line-height: 0.81;
  color: #1d2a3b;
  margin-bottom: 20px;
}
.pg-portfolio-projects .proj-content .nav-pills .nav-item .nav-link p {
  opacity: 0.8;
  font-size: 14px;
  line-height: 1.71;
  color: #525666;
}
.pg-portfolio-projects .proj-content .projects-tab-content {
  width: calc(100% - 300px);
}
.pg-portfolio-projects .proj-content .projects-tab-content .projects-row .project-card {
  position: relative;
  padding: 30px;
  background-color: #fff;
  border-radius: 12px;
  margin-bottom: 24px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  overflow: hidden;
}
.pg-portfolio-projects .proj-content .projects-tab-content .projects-row .project-card::before {
  position: absolute;
  content: "";
  background-image: url(../pages/homepage/project-shap.png);
  background-size: cover;
  right: 0;
  top: 0;
  height: 100%;
  width: calc(100% - 40px);
  pointer-events: none;
}
.pg-portfolio-projects .proj-content .projects-tab-content .projects-row .project-card.active::before {
  background-image: url(../pages/homepage/project-shap_hover.png);
}
.pg-portfolio-projects .proj-content .projects-tab-content .projects-row .project-card.active .info {
  opacity: 0;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
}
.pg-portfolio-projects .proj-content .projects-tab-content .projects-row .project-card.active .imgs {
  opacity: 1;
}
.pg-portfolio-projects .proj-content .projects-tab-content .projects-row .project-card.active .imgs .img-colmn:nth-of-type(1) .img {
  -webkit-transform: translateY(0) !important;
          transform: translateY(0) !important;
}
.pg-portfolio-projects .proj-content .projects-tab-content .projects-row .project-card.active .imgs .img-colmn:nth-of-type(2) .img {
  -webkit-transform: scale(1) !important;
          transform: scale(1) !important;
}
.pg-portfolio-projects .proj-content .projects-tab-content .projects-row .project-card.active .imgs .img-colmn:nth-of-type(3) .img {
  -webkit-transform: translateY(0) !important;
          transform: translateY(0) !important;
}
.pg-portfolio-projects .proj-content .projects-tab-content .projects-row .project-card.active .webImgs {
  opacity: 1;
  -webkit-transform: translateX(0) scale(1);
          transform: translateX(0) scale(1);
}
.pg-portfolio-projects .proj-content .projects-tab-content .projects-row .project-card.active .webImgs .wImg:nth-of-type(2) {
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 0.7;
}
.pg-portfolio-projects .proj-content .projects-tab-content .projects-row .project-card.active .webImgs .cards .crd {
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}
.pg-portfolio-projects .proj-content .projects-tab-content .projects-row .project-card .info {
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.pg-portfolio-projects .proj-content .projects-tab-content .projects-row .project-card .info .logo {
  text-align: end;
}
.pg-portfolio-projects .proj-content .projects-tab-content .projects-row .project-card .info .logo img {
  height: 100px;
  max-width: 100px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: top;
     object-position: top;
}
.pg-portfolio-projects .proj-content .projects-tab-content .projects-row .project-card .info .cont .tags a {
  position: relative;
  font-size: 14px;
  line-height: 1;
  padding: 5px 15px;
  text-transform: uppercase;
  -webkit-margin-end: 10px;
          margin-inline-end: 10px;
  border: 1px solid #1d2a3b;
  font-weight: bold;
}
.pg-portfolio-projects .proj-content .projects-tab-content .projects-row .project-card .info .cont .tags a::after {
  position: absolute;
  content: "";
  left: -8px;
  bottom: -8px;
  width: 16px;
  height: 16px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  background-color: #fff;
  border-right: 1px solid #1d2a3b;
}
.pg-portfolio-projects .proj-content .projects-tab-content .projects-row .project-card .info .cont .text {
  margin-top: 10px;
}
.pg-portfolio-projects .proj-content .projects-tab-content .projects-row .project-card .imgs {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border-radius: 12px;
  overflow: hidden;
  z-index: 10;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.pg-portfolio-projects .proj-content .projects-tab-content .projects-row .project-card .imgs .butn {
  position: absolute;
  left: 20px;
  bottom: 20px;
  border-color: #ffffff66;
  color: #fff;
  font-size: 15px;
  padding: 10px 15px;
  line-height: 1;
}
.pg-portfolio-projects .proj-content .projects-tab-content .projects-row .project-card .imgs .butn::after {
  background-color: #fff;
}
.pg-portfolio-projects .proj-content .projects-tab-content .projects-row .project-card .imgs .butn:hover {
  color: #1d2a3b;
}
.pg-portfolio-projects .proj-content .projects-tab-content .projects-row .project-card .imgs .img-colmn {
  position: absolute;
  height: 100%;
  width: 100px;
  top: 0;
}
.pg-portfolio-projects .proj-content .projects-tab-content .projects-row .project-card .imgs .img-colmn .img {
  overflow: hidden;
}
.pg-portfolio-projects .proj-content .projects-tab-content .projects-row .project-card .imgs .img-colmn .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.pg-portfolio-projects .proj-content .projects-tab-content .projects-row .project-card .imgs .img-colmn:nth-of-type(1) {
  right: 30px;
}
.pg-portfolio-projects .proj-content .projects-tab-content .projects-row .project-card .imgs .img-colmn:nth-of-type(1) .img {
  height: calc(50% - 5px);
  background-color: #fff;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.pg-portfolio-projects .proj-content .projects-tab-content .projects-row .project-card .imgs .img-colmn:nth-of-type(1) .img:nth-of-type(1) {
  margin-bottom: 10px;
  border-radius: 0 0 12px 12px;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}
.pg-portfolio-projects .proj-content .projects-tab-content .projects-row .project-card .imgs .img-colmn:nth-of-type(1) .img:nth-of-type(2) {
  margin-bottom: 10px;
  border-radius: 12px 12px 0 0;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}
.pg-portfolio-projects .proj-content .projects-tab-content .projects-row .project-card .imgs .img-colmn:nth-of-type(2) {
  right: 145px;
}
.pg-portfolio-projects .proj-content .projects-tab-content .projects-row .project-card .imgs .img-colmn:nth-of-type(2) .img {
  height: calc(100% - 20px);
  margin: 10px 0;
  background-color: #fff;
  border-radius: 12px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transform: scale(0.5) !important;
          transform: scale(0.5) !important;
}
.pg-portfolio-projects .proj-content .projects-tab-content .projects-row .project-card .imgs .img-colmn:nth-of-type(3) {
  right: 260px;
}
.pg-portfolio-projects .proj-content .projects-tab-content .projects-row .project-card .imgs .img-colmn:nth-of-type(3) .img {
  height: calc(100% - 60px);
  margin-top: 60px;
  background-color: #fff;
  border-radius: 12px 12px 0 0;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}
.pg-portfolio-projects .proj-content .projects-tab-content .projects-row .project-card .webImgs {
  position: absolute;
  left: 0;
  top: 20px;
  height: calc(100% - 40px);
  overflow: hidden;
  width: 100%;
  opacity: 0;
  -webkit-transform: translateX(20%) scale(0.7);
          transform: translateX(20%) scale(0.7);
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
}
.pg-portfolio-projects .proj-content .projects-tab-content .projects-row .project-card .webImgs .butn {
  position: absolute;
  left: 20px;
  bottom: 20px;
  border-color: #ffffff66;
  color: #fff;
  font-size: 15px;
  padding: 10px 15px;
  line-height: 1;
}
.pg-portfolio-projects .proj-content .projects-tab-content .projects-row .project-card .webImgs .butn::after {
  background-color: #fff;
}
.pg-portfolio-projects .proj-content .projects-tab-content .projects-row .project-card .webImgs .butn:hover {
  color: #1d2a3b;
}
.pg-portfolio-projects .proj-content .projects-tab-content .projects-row .project-card .webImgs .wImg {
  width: 177px;
  height: 100%;
  border-radius: 8px 0 0 8px;
  position: absolute;
  right: 0;
  overflow: hidden;
  z-index: 5;
  -webkit-box-shadow: -51px -51px -132px 16px rgba(62, 67, 72, 0.08);
          box-shadow: -51px -51px -132px 16px rgba(62, 67, 72, 0.08);
}
.pg-portfolio-projects .proj-content .projects-tab-content .projects-row .project-card .webImgs .wImg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.pg-portfolio-projects .proj-content .projects-tab-content .projects-row .project-card .webImgs .wImg:nth-of-type(2) {
  position: absolute;
  top: 20px;
  width: 150px;
  right: 150px;
  height: calc(100% - 40px);
  z-index: 2;
  opacity: 0;
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.pg-portfolio-projects .proj-content .projects-tab-content .projects-row .project-card .webImgs .cards {
  position: absolute;
  top: 10px;
  width: 100px;
  right: 250px;
  height: calc(100% - 40px);
  z-index: 6;
  padding-top: 33px;
}
.pg-portfolio-projects .proj-content .projects-tab-content .projects-row .project-card .webImgs .cards .crd {
  height: 50px;
  margin: 10px 0;
  -webkit-transform: scale(2);
          transform: scale(2);
  opacity: 0;
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.pg-portfolio-projects .proj-content .projects-tab-content .projects-row .project-card .webImgs .cards .crd img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}