.page-header {
  position: relative;
}
.page-header__image-container {
  position: relative;
  width: 100%;
  display: block;
}
.page-header__image-container:before {
  content: "";
  display: block;
  padding-top: 27.34375%;
}
.page-header__image-container .ratio-item {
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 991.98px) {
  .page-header__image-container {
    position: relative;
    width: 100%;
    display: block;
  }
  .page-header__image-container:before {
    content: "";
    display: block;
    padding-top: 71.4285714286%;
  }
  .page-header__image-container .ratio-item {
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media only screen and (max-width: 767.98px) {
  .page-header__image-container {
    position: relative;
    width: 100%;
    display: block;
  }
  .page-header__image-container:before {
    content: "";
    display: block;
    padding-top: 116.6666666667%;
  }
  .page-header__image-container .ratio-item {
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.page-header__image-container {
  height: 100%;
}
.page-header__image-container::after {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  content: "";
  background-color: rgba(0, 0, 0, 0.7);
}
.page-header__container {
  position: absolute;
  bottom: 10%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}
.page-header__info {
  max-width: 50%;
}
@media only screen and (max-width: 991.98px) {
  .page-header__info {
    max-width: 100%;
  }
}
.page-header__title {
  font-size: 64px;
  text-transform: uppercase;
  color: white;
  letter-spacing: 2.5px;
}
@media only screen and (max-width: 1399.98px) {
  .page-header__title {
    font-size: 42px;
  }
}
@media only screen and (max-width: 991.98px) {
  .page-header__title {
    font-size: 32px;
  }
}
.page-header__subtitle {
  font-size: 24px;
  color: white;
  letter-spacing: 1.5px;
}
@media only screen and (max-width: 1399.98px) {
  .page-header__subtitle {
    font-size: 18px;
  }
}
@media only screen and (max-width: 991.98px) {
  .page-header__subtitle {
    font-size: 16px;
    letter-spacing: unset;
  }
}

.card-portfolio {
  position: relative;
  transition: 0.4s ease;
  overflow: hidden;
}
.card-portfolio__image-container {
  position: relative;
  width: 100%;
  display: block;
}
.card-portfolio__image-container:before {
  content: "";
  display: block;
  padding-top: 116.6666666667%;
}
.card-portfolio__image-container .ratio-item {
  -o-object-fit: cover;
     object-fit: cover;
}
.card-portfolio__image-container {
  display: block;
  overflow: hidden;
}
.card-portfolio__image {
  transition: 1s ease;
}
.card-portfolio__info-container {
  padding: 16px;
  position: absolute;
  top: 50%;
  left: -100%;
  transform: translateY(-50%);
  width: 80%;
  background-color: #1C1C1C;
  transition: 0.4s ease;
}
.card-portfolio__info {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.card-portfolio__title {
  margin-bottom: 0px;
  font-size: 22px;
  letter-spacing: 1.5px;
  font-weight: 300;
  text-transform: uppercase;
  color: white;
  line-height: 1;
}
.card-portfolio__category {
  font-size: 12px;
  color: white;
}
.card-portfolio:hover .card-portfolio__image {
  transform: scale(1.1);
}
.card-portfolio:hover .card-portfolio__info-container {
  left: 0px;
}

.pagination {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 2.0833333333vw;
  padding-top: 1.0416666667vw;
  padding-left: 0px;
}
@media screen and (max-width: 1199px) {
  .pagination {
    margin-top: 3.3361134279vw;
  }
}
@media screen and (max-width: 767px) {
  .pagination {
    margin-top: 5.2151238592vw;
  }
}
@media screen and (max-width: 480px) {
  .pagination {
    margin-top: 8.3333333333vw;
  }
}
@media screen and (max-width: 1199px) {
  .pagination {
    padding-top: 1.6680567139vw;
  }
}
@media screen and (max-width: 767px) {
  .pagination {
    padding-top: 0vw;
  }
}
@media screen and (max-width: 480px) {
  .pagination {
    padding-top: 0vw;
  }
}
.pagination__item {
  margin-right: 0.9375vw;
}
@media screen and (max-width: 1199px) {
  .pagination__item {
    margin-right: 1.5012510425vw;
  }
}
@media screen and (max-width: 767px) {
  .pagination__item {
    margin-right: 1.0430247718vw;
  }
}
@media screen and (max-width: 480px) {
  .pagination__item {
    margin-right: 1.6666666667vw;
  }
}
.pagination__item:last-child {
  margin-right: 0px;
}
.pagination__item.active .pagination__link {
  background-color: #af925e;
  color: #fff;
  border: 1px solid #af925e;
}
.pagination__link,
.pagination .page-numbers {
  padding-top: 0.8333333333vw;
  padding-right: 0.8333333333vw;
  padding-bottom: 0.8333333333vw;
  padding-left: 0.8333333333vw;
  font-size: 1.0416666667vw;
  min-width: 3.0208333333vw;
  border-radius: 0.5208333333vw;
  display: inline-block;
  font-weight: 450;
  line-height: 1;
  letter-spacing: 0.03em;
  color: #000;
  transition: 0.4s ease;
  text-align: center;
  border: 1px solid #af925e;
}
@media screen and (max-width: 1199px) {
  .pagination__link,
  .pagination .page-numbers {
    padding-top: 1.3344453711vw;
  }
}
@media screen and (max-width: 767px) {
  .pagination__link,
  .pagination .page-numbers {
    padding-top: 1.4993481095vw;
  }
}
@media screen and (max-width: 480px) {
  .pagination__link,
  .pagination .page-numbers {
    padding-top: 2.3958333333vw;
  }
}
@media screen and (max-width: 1199px) {
  .pagination__link,
  .pagination .page-numbers {
    padding-right: 1.3344453711vw;
  }
}
@media screen and (max-width: 767px) {
  .pagination__link,
  .pagination .page-numbers {
    padding-right: 1.4993481095vw;
  }
}
@media screen and (max-width: 480px) {
  .pagination__link,
  .pagination .page-numbers {
    padding-right: 2.3958333333vw;
  }
}
@media screen and (max-width: 1199px) {
  .pagination__link,
  .pagination .page-numbers {
    padding-bottom: 1.3344453711vw;
  }
}
@media screen and (max-width: 767px) {
  .pagination__link,
  .pagination .page-numbers {
    padding-bottom: 1.4993481095vw;
  }
}
@media screen and (max-width: 480px) {
  .pagination__link,
  .pagination .page-numbers {
    padding-bottom: 2.3958333333vw;
  }
}
@media screen and (max-width: 1199px) {
  .pagination__link,
  .pagination .page-numbers {
    padding-left: 1.3344453711vw;
  }
}
@media screen and (max-width: 767px) {
  .pagination__link,
  .pagination .page-numbers {
    padding-left: 1.4993481095vw;
  }
}
@media screen and (max-width: 480px) {
  .pagination__link,
  .pagination .page-numbers {
    padding-left: 2.3958333333vw;
  }
}
@media screen and (max-width: 1199px) {
  .pagination__link,
  .pagination .page-numbers {
    font-size: 1.6680567139vw;
  }
}
@media screen and (max-width: 767px) {
  .pagination__link,
  .pagination .page-numbers {
    font-size: 2.0860495437vw;
  }
}
@media screen and (max-width: 480px) {
  .pagination__link,
  .pagination .page-numbers {
    font-size: 3.3333333333vw;
  }
}
@media screen and (max-width: 1199px) {
  .pagination__link,
  .pagination .page-numbers {
    min-width: 4.8373644704vw;
  }
}
@media screen and (max-width: 767px) {
  .pagination__link,
  .pagination .page-numbers {
    min-width: 5.4758800522vw;
  }
}
@media screen and (max-width: 480px) {
  .pagination__link,
  .pagination .page-numbers {
    min-width: 8.75vw;
  }
}
@media screen and (max-width: 1199px) {
  .pagination__link,
  .pagination .page-numbers {
    border-radius: 0.834028357vw;
  }
}
@media screen and (max-width: 767px) {
  .pagination__link,
  .pagination .page-numbers {
    border-radius: 1.3037809648vw;
  }
}
@media screen and (max-width: 480px) {
  .pagination__link,
  .pagination .page-numbers {
    border-radius: 2.0833333333vw;
  }
}
.pagination__link:hover,
.pagination .page-numbers:hover {
  color: #fff;
  background-color: #af925e;
  border: 1px solid #af925e;
}
.pagination__link:hover path,
.pagination .page-numbers:hover path {
  fill: #ffffff;
}
.pagination__link.current,
.pagination .page-numbers.current {
  background-color: #af925e;
  color: #fff;
  border: 1px solid #af925e;
}
.pagination .page-numbers {
  margin-right: 0.9375vw;
}
@media screen and (max-width: 1199px) {
  .pagination .page-numbers {
    margin-right: 1.5012510425vw;
  }
}
@media screen and (max-width: 767px) {
  .pagination .page-numbers {
    margin-right: 1.0430247718vw;
  }
}
@media screen and (max-width: 480px) {
  .pagination .page-numbers {
    margin-right: 1.6666666667vw;
  }
}
.pagination .page-numbers:last-child {
  margin-right: 0px;
}
.pagination__icon-next, .pagination__icon-prev {
  width: 0.8333333333vw;
  height: 0.8333333333vw;
  position: relative;
}
@media screen and (max-width: 1199px) {
  .pagination__icon-next, .pagination__icon-prev {
    width: 1.3344453711vw;
  }
}
@media screen and (max-width: 767px) {
  .pagination__icon-next, .pagination__icon-prev {
    width: 2.1734028683vw;
  }
}
@media screen and (max-width: 480px) {
  .pagination__icon-next, .pagination__icon-prev {
    width: 3.4729166667vw;
  }
}
@media screen and (max-width: 1199px) {
  .pagination__icon-next, .pagination__icon-prev {
    height: 1.3344453711vw;
  }
}
@media screen and (max-width: 767px) {
  .pagination__icon-next, .pagination__icon-prev {
    height: 2.1734028683vw;
  }
}
@media screen and (max-width: 480px) {
  .pagination__icon-next, .pagination__icon-prev {
    height: 3.4729166667vw;
  }
}

.recent-project {
  position: relative;
  background-color: #E2DED2;
  padding: 7.2916666667vw 0vw;
}
@media screen and (max-width: 1199px) {
  .recent-project {
    padding: 11.6763969975vw 0vw;
  }
}
@media screen and (max-width: 767px) {
  .recent-project {
    padding: 18.2529335072vw 0vw;
  }
}
@media screen and (max-width: 480px) {
  .recent-project {
    padding: 29.1666666667vw 0vw;
  }
}
.recent-project__header {
  margin-bottom: 4.1666666667vw;
}
@media screen and (max-width: 1199px) {
  .recent-project__header {
    margin-bottom: 6.6722268557vw;
  }
}
@media screen and (max-width: 767px) {
  .recent-project__header {
    margin-bottom: 10.4302477184vw;
  }
}
@media screen and (max-width: 480px) {
  .recent-project__header {
    margin-bottom: 16.6666666667vw;
  }
}
.recent-project__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-bottom: 4.1666666667vw;
  gap: 1.6666666667vw;
}
@media screen and (max-width: 1199px) {
  .recent-project__list {
    margin-bottom: 6.6722268557vw;
  }
}
@media screen and (max-width: 767px) {
  .recent-project__list {
    margin-bottom: 10.4302477184vw;
  }
}
@media screen and (max-width: 480px) {
  .recent-project__list {
    margin-bottom: 16.6666666667vw;
  }
}
@media screen and (max-width: 1199px) {
  .recent-project__list {
    gap: 2.6688907423vw;
  }
}
@media screen and (max-width: 767px) {
  .recent-project__list {
    gap: 4.1720990874vw;
  }
}
@media screen and (max-width: 480px) {
  .recent-project__list {
    gap: 6.6666666667vw;
  }
}

/*# sourceMappingURL=archive-projects.css.map*/