.done-projects {
  background: #001c36;
}
.done-projects__head {
  display: flex;
  flex-flow: row;
  justify-content: flex-end;
  align-items: center;
}
.done-projects__button-image {
  width: 36px;
  height: 36px;
  aspect-ratio: 1;
  margin-right: 12px;
  border-radius: 100px;
}
.done-projects__button {
  display: flex;
  flex-flow: row;
  align-items: center;
  font-family: Geist;
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  letter-spacing: 0px;
  text-align: center;
  color: #ffffff;
  text-decoration: none;

}


.done-projects__button p {
  margin-right: 8px;
  text-wrap: nowrap;
}
.done-projects__title {
  font-family: Geist;
  font-weight: 300;
  font-size: 48px;
  line-height: 100%;
  letter-spacing: -2.8%;
  color: #f0f2f5;
  width: fit-content;
}
.done-projects__title strong {
  font-weight: 300;
  color: #94a9b5;
}
.done-projects__content {
  display: flex;
  flex-flow: column;
  gap: 64px;
  padding: 50px 0px;
  padding-bottom: 148px;
}
.done-projects__body {
  transform: translateX(50%);
  opacity: 1;
  transition: 0.6s ease;
}
.done-projects__body.visible {
  opacity: 1;
  transform: translateX(0);
}
.done-projects__swiper {
  overflow: visible;
}
.done-projects__item-body {
  position: relative;
  height: 430px;
}
.done-projects__texting {
  position: absolute;
  bottom: 28px;
  left: 28px;
  display: flex;
  flex-flow: column;
  gap: 8px;
  max-width: 405px;
}
.done-projects__texting h3 {
  font-family: Geist;
  font-weight: 400;
  font-size: 28px;
  line-height: 110%;
  letter-spacing: -0.8%;
  color: #fff;
  width: 100%;
}
.done-projects__texting p {
  font-family: Geist;
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  letter-spacing: 0px;
  color: #94a9b5;
}
.done-projects__overlay {
  position: absolute;
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px;
  background: #000000;
  background: linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(255, 255, 255, 0) 100%);
}
.done-projects__item-footer {
  display: flex;
  flex-flow: row;
  justify-content: space-between;
}
.done-projects__item {
  display: flex;
  flex-flow: column;
  gap: 20px;
  text-decoration: none;
}
.done-projects__year {
  font-family: font family/Geist;
  font-weight: 500;
  font-size: 20px;
  line-height: 120%;
  letter-spacing: -0.4%;
  color: #94a9b5;
}
.done-projects__pagination {
  display: flex;
  flex-flow: column;
  gap: 36px;
  margin-top: 96px;
}
.done-projects__pagination .swiper-pagination {
  display: flex;
  flex-flow: row;
  position: relative;
  width: 100%;
  gap: 4px;
}
.done-projects__pagination .swiper-pagination-bullet {
  margin: 0 !important;
  width: 100%;
  height: 3px;
  border-radius: 0;
  transition: all 0.3s ease;
  background: rgba(255, 255, 255, 0.1215686275);
}

.done-projects__pagination .swiper-pagination-bullet:hover {
	background: rgba(255, 255, 255, 0.8);
}

.done-projects__pagination .swiper-pagination-bullet-active {
  background: #94a9b5;
}
.done-projects__pagination .done-projects__prev,
.done-projects__pagination .done-projects__next {
  position: relative;
  border: 1px solid rgba(144, 164, 174, 0.6509803922);
  border-radius: 30px;
  padding: 7px 18px;
  display: flex;
  justify-content: center;
  align-items: center;
transition: 0.3s ease;
}

.done-projects__pagination .done-projects__prev svg path, .done-projects__pagination .done-projects__next svg path {
	transition: 0.3s ease;
}

.done-projects__pagination .done-projects__prev:hover ,
.done-projects__pagination .done-projects__next:hover {
	background: #fff;
	color: rgb(0, 28, 54);
}

.done-projects__pagination .done-projects__prev:hover svg path, .done-projects__pagination .done-projects__next:hover svg path {
	fill: rgb(0, 28, 54);
}

.done-projects__pagination-buttons {
  display: flex;
  flex-flow: row;
  gap: 16px;
  justify-content: flex-end;
}
.done-projects__top-part {
  display: flex;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  max-width: 60%;
  width: 100%;
}
.done-projects__item-terms {
  display: flex;
  gap: 16px;
}
.done-projects__result-row-single-tags-city, .done-projects__result-row-single-tags-type {
  border-radius: 30px;
  font-family: Geist;
  font-weight: 500;
  font-size: 14px;
  line-height: 120%;
  letter-spacing: 0px;
  text-align: center;
  color: #fff;
  border: 1px solid rgba(144, 164, 174, 0.6509803922);
  padding: 9.5px 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
		position: relative;
	z-index: 3;
	transition: 0.3s ease
}
.done-projects__result-row-single-tags-city path, .done-projects__result-row-single-tags-type path {
  fill: #fff;
}

.done-projects__result-row-single-tags-city svg path, .done-projects__result-row-single-tags-type svg path {
	transition: 0.3s ease;
}

.done-projects__result-row-single-tags-city:hover, .done-projects__result-row-single-tags-type:hover {
	background: #fff;
	color: rgb(0, 28, 54);
}

.done-projects__item .done-projects__overlay {
	transition: 0.3s ease;
}


.done-projects__item:hover .done-projects__overlay {
	backdrop-filter: blur(4px)
}

.done-projects__result-row-single-tags-city:hover svg path, .done-projects__result-row-single-tags-type:hover svg path {
	fill: rgb(0, 28, 54);
}
.done-projects__year {
  font-family: Geist;
  font-weight: 500;
  font-size: 20px;
  line-height: 120%;
  letter-spacing: -0.4%;
}

@media (max-width: 1024px) {
  .done-projects__content {
    padding: 48px 0 12px 0;
    gap: 36px;
  }
  .done-projects__head {
    flex-flow: column;
    align-items: flex-start;
	justify-content: flex-start;
  }
  .done-projects__title {
    font-size: 32px;
  }
  .done-projects__body {
    transform: translateX(70%);
  }
  .done-projects__top-part {
    flex-flow: column;
    align-items: flex-start;
    gap: 20px;
	padding-top: 54px;
    max-width: 100%;
  }
  .done-projects__texting {
    left: 16px;
    bottom: 16px;
    max-width: 82%;
  }
  .done-projects__item-footer {
    flex-flow: column;
    gap: 16px;
  }
  .done-projects__item-terms {
    gap: 8px;
  }
  .done-projects__pagination {
    margin-top: 28px;
    margin-bottom: 48px;
  }
	
	.done-projects__texting h3 {
		font-size: 22px;
	}
	
	.done-projects__item-body {
		height: 360px;
	}
}/*# sourceMappingURL=style.css.map */