.design-section {
  padding: 100px 0;
  background-color: var(--grey-bg);
}
.design-section .heading {
  text-align: center;
}
.design-section .design-card {
  padding: 24px;
  box-shadow: 0px 4px 13.6px 0px rgba(0, 0, 0, 0.08);
  background-color: var(--light-color);
  text-align: center;
  border-radius: 12px;
  height: 100%;
}
.design-section .design-card .design-card-heading {
  text-align: center;
}
.design-section .design-card .design-card-heading img {
  max-width: 100px;
  min-height: 142px;
}
.design-section .design-card .design-card-body h6 {
  margin-bottom: 6px;
}
.design-section .design-card .design-card-body p {
  margin: 0;
}

.project-section {
  padding: 100px 0 60px 0;
}
.project-section .heading {
  text-align: center;
}
.project-section .project-wrapper .nav-tabs {
  border: none;
  justify-content: space-between;
  padding-bottom: 80px;
}
.project-section .project-wrapper .nav-tabs .nav-item .nav-link {
  border: none;
  color: var(--tab-text);
  font-size: 24px;
  line-height: 34px;
  font-weight: 400;
  padding-left: 0;
  padding-right: 67px;
}
.project-section .project-wrapper .nav-tabs .nav-item .nav-link.active, .project-section .project-wrapper .nav-tabs .nav-item .nav-link:hover {
  color: var(--text-light);
  font-weight: 600;
}
.project-section .project-wrapper .nav-tabs .nav-item:last-child .nav-link {
  padding-right: 0;
}
.project-section .project-wrapper .portfolio-card {
  margin-bottom: 80px;
}
.project-section .project-wrapper .portfolio-card .portfolio-card-header {
  position: relative;
  margin-bottom: 10px;
}
.project-section .project-wrapper .portfolio-card .portfolio-card-header .port-link {
  position: absolute;
  right: 0px;
  bottom: 0;
  width: 76px;
  height: 76px;
  border-radius: 8px 0 8px 8px;
  background-color: var(--primary-color);
  border: 6px solid var(--light-border);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}
.project-section .project-wrapper .portfolio-card .portfolio-card-header .port-link .fa-solid {
  font-size: 30px;
  transform: rotate(-45deg);
  color: var(--light-color);
}
.project-section .project-wrapper .portfolio-card .portfolio-card-header .port-link:hover {
  background-color: var(--btn-tab-bg);
}
.project-section .project-wrapper .portfolio-card .portfolio-card-body {
  text-align: right;
}
.project-section .project-wrapper .portfolio-card .portfolio-card-body p {
  margin-bottom: 0;
  font-size: 24px;
  line-height: 34px;
}
.project-section .project-wrapper .portfolio-card .portfolio-card-body h2 {
  margin-bottom: 0;
}
.project-section .project-wrapper .about-lg-none {
  display: none;
}
.project-section .project-wrapper .about-lg-none {
  max-width: 90%;
  margin: auto;
}
.project-section .project-wrapper .about-lg-none .slick-prev {
  background-color: #000;
  border-radius: 100px;
  width: 30px;
  height: 30px;
  top: 24%;
  left: -36px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.project-section .project-wrapper .about-lg-none .slick-prev::before {
  content: "";
  background-image: url(../images/right-arrow.svg);
  background-repeat: no-repeat;
  width: 13px;
  height: 13px;
  display: block;
  opacity: 1;
  background-size: cover;
  transform: rotate(180deg);
}
.project-section .project-wrapper .about-lg-none .slick-next {
  background-color: #000;
  border-radius: 100px;
  width: 30px;
  height: 30px;
  top: 24%;
  right: -36px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.project-section .project-wrapper .about-lg-none .slick-next::before {
  content: "";
  background-image: url(../images/right-arrow.svg);
  background-repeat: no-repeat;
  width: 13px;
  height: 13px;
  display: block;
  opacity: 1;
  background-size: cover;
}
.project-section .project-wrapper .portfolio-tab-slide {
  margin: 0 23px;
}

@media (max-width: 1550px) {
  .project-section .project-wrapper .nav-tabs .nav-item .nav-link {
    padding-right: 24px;
    font-size: 20px;
    line-height: 24px;
  }
  .project-section .project-wrapper .portfolio-card {
    margin-bottom: 50px;
  }
  .project-section .project-wrapper .nav-tabs {
    padding-bottom: 40px;
  }
  .project-section .project-wrapper .portfolio-card .portfolio-card-header .port-link {
    width: 60px;
    height: 60px;
  }
}
@media (max-width: 1200px) {
  .project-section .project-wrapper .nav-tabs .nav-item .nav-link {
    font-size: 18px;
    line-height: 26px;
  }
  .project-section .project-wrapper .portfolio-card .portfolio-card-header .port-link {
    width: 62px;
    height: 62px;
    border: 4px solid var(--light-border);
  }
  .project-section .project-wrapper .portfolio-card .portfolio-card-header .port-link .fa-solid {
    font-size: 24px;
  }
  .project-section .project-wrapper .portfolio-card .portfolio-card-body p {
    font-size: 18px;
    line-height: 26px;
  }
  .portfolio-banner-section {
    padding-top: 30px;
  }
  .design-section .design-card .design-card-heading img {
    max-width: 70px;
    min-height: 100px;
  }
  .design-section {
    padding: 60px 0;
  }
  .project-section {
    padding: 60px 0;
  }
}
@media (max-width: 992px) {
  .about-md-none {
    display: none;
  }
  .project-section .project-wrapper .about-lg-none {
    display: flex;
  }
  .project-section .project-wrapper .nav-tabs .nav-item .nav-link:hover, .project-section .project-wrapper .nav-tabs .nav-item .nav-link.active {
    color: var(--tab-text);
    font-weight: 400;
  }
  .project-section .project-wrapper .nav-tabs .nav-item:last-child .nav-link {
    color: var(--text-light);
    font-weight: 500;
  }
  .project-section .project-wrapper .portfolio-card .portfolio-card-header .port-link {
    width: 50px;
    height: 50px;
    border: 3px solid var(--light-border);
  }
  .project-section .project-wrapper .portfolio-card .portfolio-card-body p {
    font-size: 16px;
    line-height: 26px;
  }
  .project-section .project-wrapper .nav-tabs {
    padding-bottom: 45px;
  }
  .project-section {
    padding: 60px 0 20px 0;
  }
  .design-section .design-card {
    padding: 16px;
    border-radius: 8px;
  }
}
@media (max-width: 576px) {
  .design-section .design-card {
    margin-bottom: 16px;
    height: auto;
  }
  .project-section .project-wrapper .about-lg-none {
    max-width: 85%;
  }
  .project-section .project-wrapper .portfolio-card {
    margin-bottom: 30px;
  }
  .portfolio-banner-section {
    padding-top: 50px;
  }
}/*# sourceMappingURL=portfolio.css.map */