@media screen and (max-width: 767px) {
  .portfolio-detail .slider-arrow {
    display: none;
  }
}

.main-slider.project-slider .main-slider__item:after {
  content: none;
}
.main-slider.project-slider .item-slider__wrap .btn {
  flex-shrink: 0;
}

.project__features__description h3 {
  color: #03A28A !important;
}
.project__features__texts p a {
  color: #000000;
  text-decoration: none;
  transition: 0.2s all linear;
}
.project__features__texts p a:hover {
  color: #ffffff;
}

@media (min-width: 768px) {
  .project-gallery__list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: auto;
    gap: 22px;
  }
}
@media (max-width: 979px) {
  .project-gallery__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 11px;
  }
}
@media (max-width: 767px) {
  .project-gallery__list {
    grid-template-columns: initial;
    gap: initial;
  }
}
@media (min-width: 768px) {
  .project-gallery__list.swiper-wrapper {
    display: grid;
  }
}
@media (max-width: 767px) {
  .project-gallery__wrap.container {
    padding: 0;
  }
}
.project-gallery__item {
  width: 100%;
  border-radius: 30px;
  overflow: hidden;
  position: relative;
  padding-top: 65%;
}
@media (min-width: 768px) {
  .project-gallery__item:nth-child(n+7) {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .project-gallery__item {
    border-radius: 20px;
    min-height: 200px;
  }
}
.project-gallery__item a {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.project-gallery__item a img {
  max-width: 100%;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.project-gallery__item .ripple-animate {
  background: rgba(255, 255, 255, 0.4) !important;
}
.project-gallery.expanded .project-gallery__item:nth-child(n+7) {
  display: block !important;
}
.project-gallery__more {
  padding-top: 20px;
  text-align: center;
}
@media (max-width: 767px) {
  .project-gallery__more {
    display: none;
  }
}

/*# sourceMappingURL=style.css.map */
