/* CHARITY PAGE */

.page-title-area {
  min-height: 540px;
  background: black;
  display: flex;
  align-items: flex-end;
  padding-bottom: 34px;
  position: relative;
  overflow: hidden;
}

.page-bg {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.page-bg-video {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* .page-bg:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  box-shadow: 0px -33px 100px 0px rgba(0, 0, 0, 1) inset;
  -webkit-box-shadow: 0px -33px 100px 0px rgba(0, 0, 0, 1) inset;
  -moz-box-shadow: 0px -33px 100px 0px rgba(0, 0, 0, 1) inset;
} */

.page-title-area-content {
  display: flex;
  flex-direction: column;
  gap: 32px;
  width: 100%;
  z-index: 5;
  position: relative;
}

.page-title {
  font-size: 90px;
  font-weight: 500;
  line-height: 1;
  max-width: 50%;
  color: #fff;
}

.page-desc {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
  color: #fff;
  opacity: 0.4;
  max-width: 620px;
}

@media (max-width: 1024px) {
  .page-title-area {
    min-height: 410px;
  }

  .page-title {
    font-size: 74px;
    max-width: 70%;
  }
}

@media (max-width: 820px) {
  .page-title-area {
    padding-bottom: 32px;
  }

  .page-title {
    max-width: 100%;
  }
}

@media (max-width: 767px) {
  .page-title-area {
    min-height: 350px;
    padding-bottom: 32px;
  }

  .page-title {
    font-size: 44px;
    max-width: 100%;
  }
}

.charity-desc {
  padding: 72px 0 22px;
  background: #fff;
}

.charity-desc-content {
  display: flex;
}

.charity-text,
.charity-image-area {
  width: 50%;
}

.charity-text {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.charity-desc-title {
  width: 70%;
}

.charity-text p {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3;
  color: #000;
  width: 90%;
}

.charity-text svg {
  margin-top: 14px;
}

.charity-image-area {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  min-height: 540px;
}

.charity-image {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  top: 0;
  left: 0;
}

@media (max-width: 1024px) {
  .charity-desc {
    padding: 54px 0;
  }

  .charity-image-area {
    min-height: auto;
  }
}

@media (max-width: 820px) {
  .charity-desc-content {
    flex-direction: column-reverse;
    gap: 54px;
  }

  .charity-text,
  .charity-image-area {
    width: 100%;
  }

  .charity-image-area {
    aspect-ratio: 16 / 12;
  }
}

@media (max-width: 767px) {
  .charity-desc {
    padding: 32px 0;
  }

  .charity-desc-content {
    gap: 44px;
  }
}

.what-we-do {
  padding: 72px 0 95px;
  background: #fff;
}

.what-we-do-content {
  display: flex;
  padding-top: 44px;
  gap: 24px;
}

.what-we-do-listіng,
.what-we-do-image-area {
  width: calc(50% - 12px);
}

.what-we-do-listing {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.what-we-do-listing-title {
  font-size: 18px;
  font-weight: 500;
  color: #000;
  opacity: 0.4;
  padding-bottom: 32px;
}

.what-we-do-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  border-top: 1px solid #e0e0e0;
}

.what-we-do-list-item {
  font-size: 34px;
  font-weight: 500;
  line-height: 1;
  color: #000;
  padding: 33px 0;
  border-bottom: 1px solid #e0e0e0;
}

.what-we-do-image-area {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  min-height: 780px;
}

.what-we-do-image {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  top: 0;
  left: 0;
}

@media (max-width: 1024px) {
  .what-we-do {
    padding: 32px 0 54px;
  }

  .what-we-do-list-item {
    padding: 24px 0;
    font-size: 24px;
  }

  .what-we-do-image-area {
    min-height: auto;
  }
}

@media (max-width: 820px) {
  .what-we-do-content {
    flex-direction: column-reverse;
    gap: 54px;
  }

  .what-we-do-image-area,
  .what-we-do-listіng {
    width: 100%;
  }

  .what-we-do-image-area {
    aspect-ratio: 1 / 1;
  }
}

@media (max-width: 767px) {
  .what-we-do-content {
    padding-top: 32px;
    gap: 32px;
  }

  .what-we-do-list-item {
    line-height: 1.3;
  }
}

.targets {
  background: #000000;
  padding: 94px 0 110px;
}

.targets-content {
  display: flex;
  flex-direction: column;
  gap: 56px;
}

.targets-title {
  color: #fff;
}

.target-items {
  display: flex;
  flex-wrap: wrap;
  column-gap: 70px;
  row-gap: 70px;
}

.target-item {
  width: calc((100% - 70px * 2) / 3);
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.target-item-number {
  font-size: 54px;
  line-height: 1;
  font-weight: 400;
  padding-bottom: 20px;
  border-bottom: 1px solid #fff;
  width: 70%;
  color: #fff;
}

.target-text {
  font-size: 20px;
  line-height: 1.1;
  font-weight: 300;
  color: #919191;
  width: 70%;
}

@media (max-width: 1024px) {
  .targets {
    padding: 64px 0 100px;
  }

  .target-item-number,
  .target-text {
    width: 90%;
  }

  .target-text {
    font-size: 18px;
  }

  .target-item-number {
    font-size: 44px;
  }
}

@media (max-width: 820px) {
  .target-items {
    column-gap: 90px;
    row-gap: 64px;
  }

  .target-item {
    width: calc(50% - 45px);
  }

  .target-text {
    width: 70%;
  }
}

@media (max-width: 767px) {
  .target-items {
    gap: 50px;
  }

  .target-item,
  .target-item-number {
    width: 100%;
  }

  .target-item-text {
    width: 80%;
  }
}

.tasks {
  padding: 94px 0 140px;
  background: #fff;
}

.tasks-content {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.tasks-items {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.tasks-item {
  width: calc((100% - 20px) / 3);
  position: relative;
  padding: 28px;
  aspect-ratio: 9 / 11;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  border-radius: 10px;
}

.tasks-item::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  box-shadow: 0px -33px 100px 0px rgba(0, 0, 0, 1) inset;
  -webkit-box-shadow: 0px -33px 100px 0px rgba(0, 0, 0, 1) inset;
  -moz-box-shadow: 0px -33px 100px 0px rgba(0, 0, 0, 1) inset;
  pointer-events: none;
}

.tasks-item-photo {
  position: absolute;
  object-fit: cover;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.tasks-item-name {
  font-size: 28px;
  line-height: 1;
  font-weight: 500;
  color: #fff;
  z-index: 2;
}

@media (max-width: 1024px) {
  .tasks {
    padding: 64px 0 70px;
  }
}

@media (max-width: 820px) {
  .tasks-item {
    width: calc(50% - 5px);
  }
}

@media (max-width: 767px) {
  .tasks {
    padding: 54px 0 54px;
  }

  .tasks-item {
    width: 100%;
  }
}