:root {
  --blank-value: 80px;
}

.home-content .home-intro__description, .home-content .home-intro__description span {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
}

.home-content .home-intro h1 {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
}

.home-content .home-intro__description span {
  font-size: 1.375rem;
  font-weight: 400;
  line-height: 1.875rem;
}

.home-content {
  padding-block: 6rem;
  text-align: center;
  background: linear-gradient(180deg, rgba(0, 119, 179, 0.09) 0%, rgba(0, 119, 180, 0) 100%);
}
.home-content .home-intro {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 2rem;
}
.home-content .home-intro__text {
  display: flex;
  flex-direction: column;
  max-width: 320px;
}
.home-content .home-intro h1 {
  font-size: 2.25rem;
  font-weight: 400;
  color: #0072a2;
  line-height: 3.125rem;
  text-align: left;
}
.home-content .home-intro h1 strong {
  color: #0072a2;
}
.home-content .home-intro__description {
  max-width: 676px;
  text-align: left;
}
.home-content .home-intro__description span {
  font-weight: 200;
  color: #4c4f52;
}
.home-content .home-intro__description span:last-child {
  margin-top: 10px;
}
@media only screen and (max-width: 1024px) {
  :root {
    --blank-value: 50px;
  }
  .home-content {
    padding-block: 3.125rem 5rem;
  }
  .home-content .home-intro {
    flex-direction: column;
    margin-top: 1.25rem;
  }
}
@media only screen and (max-width: 909px) {
  .home-content .home-intro h1 {
    font-size: 2rem;
    line-height: 2.875rem;
  }
}
.footer__container:first-child {
  border-radius: 0;
}
@charset "UTF-8";
:root {
  --blank-value: 80px;
}

.project-list__item-title, .project-list__item-view-btn {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
}

.project-list__item-view-btn {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
}

.project-list__title, .project-list__item-title {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
}

.project-list__item-view-btn {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.25rem;
}

.project-list__item-title {
  font-size: 1.375rem;
  font-weight: 400;
  line-height: 1.875rem;
}

.project-list__item-title {
  color:   #fff !important;
  z-index: 1;
}

.project-list__item-view-btn {
  color:   #fff !important;
  z-index: 1;
}

.project-list__head {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.project-list__title {
  font-size: 1.875rem;
  font-weight: 400;
  line-height: 3.125rem;
  color: #0072a2;
}
.project-list__nav {
  display: flex;
  gap: 1rem;
}
.project-list__button-prev, .project-list__button-next {
  cursor: pointer;
  transition: all 0.3s ease;
}
.project-list__button-prev:hover, .project-list__button-next:hover {
  color: #1d212d;
  transform: scale(1.2);
}
.project-list__swiper {
  width: 100%;
  margin-top: 30px;
}
.project-list .swiper-slide {
  position: relative;
  display: flex;
  align-items: flex-end;
  height: 517px;
  color: #fff;
  text-decoration: none;
}
.project-list .swiper-slide::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 50%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
  z-index: -1;
}
.project-list__image {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
}
.project-list__item-info {
  max-width: 250px;
  padding: 0 0 23px 35px;
}
.project-list__item-title {
  font-weight: 500;
  color: #fff !important;
}
.project-list__item-view-btn {
  display: block;
  font-weight: 300;
  margin-top: 10px;
}
@media only screen and (max-width: 1024px){
  :root {
    --blank-value: 50px;
  }
}
@media only screen and (max-width: 909px){
  .project-list__title {
    font-size: 1.75rem;
  }
}
@media only screen and (max-width: 768px){
  .project-list .swiper-slide {
    height: 560px;
  }
}
@media only screen and (min-width: 1400px){
  .project-list .swiper-slide {
    width: clamp(250px, 25vw, 390px);
  }
}