.projectListing__title {
  font-size: 32px;
  font-weight: 300;
  margin-bottom: 36px;
  max-width: 1057px;
  -webkit-text-stroke: 0.2px currentColor;
}
@media (max-width: 768px) {
  .projectListing__title {
    font-size: 24px;
    margin-bottom: 12px;
    max-width: 100%;
  }
}
.projectListing__subtitle {
  margin-bottom: 90px;
  max-width: 1057px;
}
@media (max-width: 768px) {
  .projectListing__subtitle {
    margin-bottom: 20px;
  }
}
.projectListing__subtitle h2 {
  font-size: 64px;
  font-weight: 300;
  line-height: 74px;
  -webkit-text-stroke: 0.2px currentColor;
}
@media (max-width: 768px) {
  .projectListing__subtitle h2 {
    font-size: 34px;
    line-height: 44px;
    max-width: 100%;
  }
}
.projectListing__listing {
  margin-top: 70px;
  margin-bottom: 50px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  row-gap: 90px;
}
@media (max-width: 1024px) {
  .projectListing__listing {
    row-gap: 40px;
  }
}
.projectListing__error {
  display: flex;
  justify-content: center;
  text-align: center;
  margin-inline: 40px;
}
.projectListing__loading {
  display: flex;
  justify-content: center;
  text-align: center;
  margin-inline: 40px;
}
.projectListing__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 20px;
  position: relative;
}
@media (max-width: 1024px) {
  .projectListing__row {
    grid-template-columns: 1fr;
    row-gap: 40px;
  }
}
.projectListing__viewmore {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-block: 70px;
}
.projectListing__viewmore button {
  width: 180px;
}

.projectcard {
  display: flex;
  flex-direction: column;
  gap: 20px;
  /* Variants */
}
.projectcard_image {
  width: 100%;
  object-position: center;
  object-fit: cover;
  border-radius: 10px;
  overflow: hidden;
}
.projectcard_details {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.projectcard_area-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.projectcard_area-link_area {
  font-family: "Rubik";
  font-size: 20px;
  color: #0c1d2f;
  -webkit-text-stroke: 0.2px currentColor;
}
@media (max-width: 768px) {
  .projectcard_area-link_area {
    font-size: 16px;
  }
}
.projectcard_area-link_button {
  display: inline-flex;
  align-items: center;
  gap: 2px;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .projectcard_area-link_button {
    display: none;
  }
}
.projectcard_area-link_button p {
  font-family: "Rubik";
  font-size: 20px;
  color: #0c1d2f;
}
.projectcard_area-link_button svg {
  margin-top: 5px;
  color: #0c1d2f;
}
.projectcard_title {
  font-size: 32px;
  color: #0c1d2f;
  font-family: "Trirong";
  font-weight: 400;
}
@media (max-width: 768px) {
  .projectcard_title {
    font-size: 24px;
  }
}
.projectcard_size {
  font-size: 20px;
  color: #999999;
  font-family: "Trirong";
  font-weight: 400;
  -webkit-text-stroke: 0.2px currentColor;
}
@media (max-width: 768px) {
  .projectcard_size {
    font-size: 16px;
  }
}
.projectcard_line {
  width: 100%;
  color: #eeeee9;
}
.projectcard_bottom {
  display: flex;
  justify-content: space-between;
  gap: 8px;
  position: relative;
}
@media (max-width: 1024px) {
  .projectcard_bottom {
    display: none;
  }
}
.projectcard_bottom_content {
  display: flex;
  flex-direction: column;
  font-size: 20px;
  color: #0c1d2f;
  font-family: "Trirong";
  font-weight: 300;
}
.projectcard_bottom_content:not(:last-child) {
  border-right: 1px solid rgba(0, 0, 0, 0.6);
  padding-right: 20px;
  margin-right: 10px;
}
.projectcard_bottom_content-title {
  font-weight: 500;
}
.projectcard_bottom_content span {
  -webkit-text-stroke: 0.2px currentColor;
}
@media (max-width: 1170px) {
  .projectcard_bottom_content {
    font-size: 18px;
  }
}
.projectcard_mobile_button {
  display: inline-flex;
  align-items: center;
  gap: 2px;
  white-space: nowrap;
}
@media (min-width: 768px) {
  .projectcard_mobile_button {
    display: none;
  }
}
.projectcard_mobile_button p {
  font-family: "Rubik";
  font-size: 20px;
  color: #0c1d2f;
}
.projectcard_mobile_button svg {
  margin-top: 5px;
  color: #0c1d2f;
}
.projectcard--large .projectcard_image {
  height: 100svh;
}
@media (max-width: 1024px) {
  .projectcard--large .projectcard_image {
    height: 450px;
  }
}
.projectcard--regular {
  height: 100svh;
  overflow: hidden;
  position: sticky;
  top: 0;
  align-self: start;
}
@media (max-width: 1024px) {
  .projectcard--regular {
    align-self: auto;
    position: static;
    height: auto;
  }
}
.projectcard--regular .projectcard_image {
  flex: 1 1 auto;
  min-height: 0;
}
@media (max-width: 1024px) {
  .projectcard--regular .projectcard_image {
    flex: auto;
    height: 450px;
  }
}
.projectcard--regular .projectcard_details {
  flex: 0 0 auto;
}
@media (max-width: 1024px) {
  .projectcard--regular .projectcard_details {
    flex: 0 0 auto;
  }
}