@font-face {
  font-family: "Satoshi";
  src: url(../fonts/Satoshi-Variable.ttf) format("truetype");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scrollbar-width: thin;
}

body {
  font-family: "Satoshi", sans-serif;
  line-height: 1.6;
  font-size: 16px;
}

.campaign {
  padding: 40px 0;
  min-height: 100vh;
}
@media (max-width: 767.98px) {
  .campaign {
    padding: 0 0 20px;
  }
}
.campaign-title {
  font-size: 32px;
  font-weight: 900;
  margin-bottom: 28px;
  color: #2d2d2d;
  line-height: 1.3;
}

.slider {
  margin-bottom: 20px;
  border-radius: 12px;
  overflow: hidden;
  background: linear-gradient(135deg, #001940 0%, #00466f 100%);
}
@media (max-width: 767.98px) {
  .slider {
    border-radius: 0;
    margin-inline: -12px;
    position: relative;
    margin-bottom: 0;
  }
  .slider::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 75px;
    transform-origin: center bottom;
    transform: scale(1.5) translateY(calc(100% - 22px));
    background-color: #fff;
    z-index: 3;
    border-radius: 50% 50% 0 0;
  }
}
.slider-main {
  position: relative;
}
.slider-img {
  position: relative;
  overflow: hidden;
}
@media (max-width: 767.98px) {
  .slider-img::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.6745098039), transparent 70%, rgba(0, 0, 0, 0.6745098039));
    z-index: 2;
  }
}
.slider-img .organizer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  align-items: flex-start;
  padding: 10px;
}
.slider-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 16/10;
}
@media (max-width: 685px) {
  .slider-img img {
    aspect-ratio: 10/8;
    min-height: 500px;
  }
}
.slider .swiper-slide {
  margin: auto;
}
.slider-summary {
  height: 420px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 40px;
  text-align: center;
  color: #fff;
}
@media (max-width: 767.98px) {
  .slider-summary {
    padding: 15px 15px 50px;
  }
}
.slider-summary .ss-icon {
  width: 64px;
  height: 64px;
  background: rgba(255, 255, 255, 0.15);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  margin-bottom: 24px;
}
.slider-summary .ss-title {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 16px;
}
.slider-summary .ss-text {
  font-size: 16px;
  opacity: 0.95;
  max-width: 500px;
  line-height: 1.5;
  font-weight: 300;
}
.slider .ssh-link {
  color: #fff;
  font-weight: 800;
  font-size: 12px;
  border: 1px solid rgba(255, 255, 255, 0.3333333333);
  background-color: transparent;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 24px;
  transition: all 0.3s;
  padding: 6px 15px;
  gap: 10px;
}
.slider .ssh-link:hover {
  border-color: #fff;
}
.slider-share {
  height: 420px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px;
  gap: 20px;
  flex-direction: column;
}
@media (max-width: 767.98px) {
  .slider-share {
    padding: 15px 15px 50px;
  }
}
.slider-share .ssh-card {
  width: 100%;
  max-width: 250px;
  border-radius: 16px;
  overflow: hidden;
  background-color: #fff;
  position: relative;
}
.slider-share .ssh-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 16/9;
}
.slider-share .ssh-overlay {
  position: relative;
  z-index: 2;
  padding: 10px;
  display: flex;
  flex-direction: column;
  color: #fff;
}
.slider-share .ssh-amount {
  padding: 3px 8px 4px 8px;
  background: #2683c6;
  color: #fff;
  border: 2px solid #fff;
  border-radius: 24px;
  font-size: 9px;
  font-weight: 600;
  margin-bottom: 16px;
  position: absolute;
  top: -1px;
  left: 50%;
  transform: translate(-50%, -50%) rotate(5deg);
  box-shadow: 0 0px 4px 0 rgba(0, 0, 0, 0.1);
  line-height: 1;
  letter-spacing: 0.5px;
}
.slider-share .ssh-title {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: auto;
  color: #000000;
  max-width: 80%;
  margin: 10px 0 50px;
}
.slider-share .ssh-progress {
  position: absolute;
  top: -30px;
  right: 0px;
  width: 60px;
  height: 60px;
  background-color: #fff;
  padding: 5px;
  border-radius: 50px;
}
.slider-share .ssh-progress svg {
  width: 100%;
  height: 100%;
}
.slider-share .ssh-progress .ssh-circle-bg {
  fill: none;
  stroke: #eee;
  stroke-width: 4;
}
.slider-share .ssh-progress .ssh-circle-fill {
  fill: none;
  stroke: #2683c6;
  stroke-width: 4;
  stroke-linecap: round;
  transition: stroke-dasharray 2s ease-out;
}
.slider-share .ssh-progress .ssh-percent {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 11px;
  font-weight: 900;
  color: #000;
}
.slider-share .ssh-heart {
  position: absolute;
  bottom: 58px;
  right: 20px;
  width: 24px;
  height: 24px;
  background: rgb(225, 249, 254);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: rotate(-10deg);
}
.slider-share .ssh-heart i {
  font-size: 15px;
  color: #2683c6;
}
.slider-share .ssh-btn {
  position: absolute;
  bottom: 38px;
  right: 40px;
  padding: 1px 8px 0px;
  background: #ffd54f;
  color: #1a1a1a;
  border: none;
  border-radius: 28px;
  font-size: 9px;
  font-weight: 700;
  cursor: pointer;
  transform: rotate(-6deg);
  line-height: 1.5;
}
.slider-share .ssh-url {
  padding: 2px 12px 2px;
  background: #e9e9e9;
  color: #2f3237;
  border-radius: 24px;
  font-size: 10px;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: auto;
}
.slider-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 15px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
}
.slider-arrows {
  display: flex;
  gap: 6px;
}
@media (max-width: 767.98px) {
  .slider-arrows {
    display: none;
  }
}
.slider-prev, .slider-next {
  width: 32px;
  height: 32px;
  background: rgba(0, 0, 0, 0.6666666667);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  color: #fff;
  cursor: pointer;
  transition: all 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
}
.slider-prev:hover, .slider-next:hover {
  border-color: rgba(255, 255, 255, 0.6);
}
.slider-prev:disabled, .slider-next:disabled {
  cursor: default;
  color: rgba(255, 255, 255, 0.4666666667);
  background: rgba(0, 0, 0, 0.4666666667);
}
.slider-prev:disabled:hover, .slider-next:disabled:hover {
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.slider .swiper-pagination {
  position: static;
  display: flex;
  gap: 1px;
}
@media (max-width: 767.98px) {
  .slider .swiper-pagination {
    justify-content: center;
    margin-bottom: 40px;
  }
}
.slider .swiper-pagination-bullet {
  width: 7px;
  height: 7px;
  background: rgba(255, 255, 255, 0.4);
  border-radius: 50%;
  opacity: 1;
  transition: all 0.3s;
  cursor: pointer;
  margin: 0;
}
.slider .swiper-pagination-bullet-active {
  background: #fff;
  width: 20px;
  border-radius: 4px;
}

@media (min-width: 767.98px) {
  .hide-desktop {
    display: none !important;
  }
}

@media (max-width: 767.98px) {
  .hide-mobile {
    display: none !important;
  }
}

.organizer {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
}
.organizer-avatar {
  width: 28px;
  height: 28px;
  background: #f0f0f0;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  font-size: 13px;
  font-weight: 900;
}
.organizer-text {
  font-size: 15px;
  color: #5f5f5f;
  line-height: 1.4;
  font-weight: 400;
}
@media (max-width: 767.98px) {
  .organizer-text {
    color: #fff;
  }
}
.organizer-text strong {
  font-weight: 800;
  color: #2d2d2d;
}
@media (max-width: 767.98px) {
  .organizer-text strong {
    color: #fff;
  }
}

.badge-protected {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 12px 7px;
  background: #90daff;
  color: rgb(0, 63, 105);
  border-radius: 24px;
  font-size: 13px;
  font-weight: 900;
  margin-bottom: 20px;
  line-height: 1;
}
.badge-protected i {
  font-size: 14px;
  position: relative;
  top: 1px;
}

.story {
  margin-bottom: 28px;
  scroll-margin-top: 80px;
}
.story p {
  color: #2d2d2d;
  font-size: 17px;
  line-height: 1.5;
  font-weight: 500;
}
.story p:last-child {
  margin-bottom: 0;
}

.story-img {
  margin-bottom: 24px;
}
.story-img img {
  width: 100%;
  max-width: 500px;
  display: block;
  border-radius: 12px;
  margin: 10px auto 40px;
}

.actions {
  display: flex;
  gap: 12px;
  margin-bottom: 32px;
}
.actions-btn {
  flex: 1;
  padding: 12px 28px;
  border-radius: 50px;
  font-size: 16px;
  font-weight: 900;
  cursor: pointer;
  transition: all 0.3s;
}
.actions .ab-donate {
  background: #fff;
  border: 1px solid #e0e0e0;
  color: #2d2d2d;
}
.actions .ab-donate:hover {
  border-color: #2d2d2d;
  background-color: #f5f6f7;
}
.actions .ab-share {
  background: #fff;
  border: 1px solid #e0e0e0;
  color: #2d2d2d;
}
.actions .ab-share:hover {
  border-color: #2d2d2d;
  background-color: #f5f6f7;
}

.divider {
  border: none;
  border-top: 1px solid #000;
  margin: 32px 0;
  background: transparent;
  opacity: 0.15;
}

.oab {
  position: relative;
}
.oab-title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 24px;
  color: #2d2d2d;
}
@media (max-width: 575px) {
  .oab-title {
    text-align: center;
  }
}
.oab-row {
  display: flex;
  align-items: flex-start;
  gap: 60px;
  margin-bottom: 20px;
  flex-wrap: wrap;
}
@media (max-width: 575px) {
  .oab-row {
    gap: 0px;
  }
}
.oab-person {
  display: flex;
  align-items: flex-start;
  gap: 14px;
}
@media (max-width: 575px) {
  .oab-person {
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 50%;
  }
}
.oab-avatar {
  width: 38px;
  height: 38px;
  background: #f3f4f5;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  font-weight: 900;
  flex-shrink: 0;
  font-size: 16px;
}
.oab-info {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.oab-name {
  font-size: 16px;
  font-weight: 800;
  color: #2d2d2d;
}
.oab-role, .oab-location {
  font-size: 14px;
  color: #4c4c4c;
  font-weight: 400;
  line-height: 1.4;
}
.oab-arrow {
  color: #000;
  font-size: 24px;
  line-height: 1.4;
}
@media (max-width: 575px) {
  .oab-arrow {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 50px;
  }
}
.oab-contact {
  flex: 1;
  padding: 8px 20px;
  border-radius: 50px;
  font-size: 13px;
  font-weight: 900;
  cursor: pointer;
  transition: all 0.3s;
  border: 1px solid rgba(0, 0, 0, 0.2);
  background-color: #fff;
  margin-top: 16px;
}
.oab-contact:hover {
  border-color: #2d2d2d;
  background-color: #f5f6f7;
}

.meta {
  font-size: 14px;
  color: #5f5f5f;
}
.meta-date {
  color: #5f5f5f;
}
.meta-sep {
  margin: 0 8px;
}
.meta-category {
  color: #2d2d2d;
  text-decoration: underline;
  margin-right: 50px;
}
.meta-category:hover {
  color: #2d2d2d;
  text-decoration: none;
}

.report {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 15px;
  color: #5f5f5f;
  text-decoration: none;
  margin-bottom: 40px;
}
.report i {
  font-size: 14px;
}
.report:hover {
  color: #2d2d2d;
  text-decoration: underline;
}

.sidebar {
  position: sticky;
  top: 20px;
}

.donation-card {
  border-radius: 26px;
  padding: 30px 25px;
  border: 1px solid #d8d8d8;
}

.dc-buttons {
  display: flex;
  gap: 10px;
}
@media (max-width: 767.98px) {
  .dc-buttons {
    margin-bottom: 20px;
  }
}

.dc-progress {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 20px;
}

.dc-circle {
  position: relative;
  width: 70px;
  height: 70px;
  flex-shrink: 0;
}
.dc-circle svg {
  width: 100%;
  height: 100%;
}
.dc-circle .dc-bg {
  fill: none;
  stroke: #e8e8e8;
  stroke-width: 3.5;
}
.dc-circle .dc-fill {
  fill: none;
  stroke: #2683c6;
  stroke-width: 3.5;
  stroke-linecap: round;
  transition: stroke-dasharray 2s ease-out;
}
.dc-circle .dc-percent {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 13px;
  font-weight: 900;
  color: #000;
}

.dc-stats {
  display: flex;
  flex-direction: column;
}

.dc-raised {
  font-size: 22px;
  font-weight: 900;
  color: #2d2d2d;
  line-height: 1.2;
}

.dc-goal {
  color: rgba(0, 0, 0, 0.5333333333);
  font-weight: 400;
}

.dc-count {
  font-size: 14px;
  color: #2d2d2d;
  font-weight: 400;
}

.dc-btn {
  width: 100%;
  padding: 12px;
  border-radius: 50px;
  font-size: 16px;
  font-weight: 900;
  cursor: pointer;
  transition: all 0.3s;
  margin-bottom: 10px;
  font-family: inherit;
}
.dc-btn.db-primary {
  background: rgb(165.8153846154, 236.8769230769, 251.1846153846);
  border: none;
  color: rgb(21.5762711864, 74.3813559322, 112.4237288136);
}
.dc-btn.db-primary:hover {
  background: rgb(190.2692307692, 241.8461538462, 252.2307692308);
  color: rgb(5.1525423729, 17.7627118644, 26.8474576271);
}
.dc-btn.db-outline {
  background: #2683c6;
  border: none;
  color: #fff;
}
.dc-btn.db-outline:hover {
  background: rgb(67.906779661, 155.7838983051, 219.093220339);
}

.dc-donors {
  list-style: none;
  margin: 0 0 10px;
  padding: 0;
}

.dc-donor {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 14px 0;
  border-bottom: 1px solid #f0f0f0;
}
.dc-donor:last-child {
  border-bottom: none;
}
.dc-donor .dd-icon {
  width: 40px;
  height: 40px;
  background: #f7f7f7;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  font-size: 20px;
  flex-shrink: 0;
}
.dc-donor .dd-info {
  display: flex;
  flex-direction: column;
  min-width: 0;
  flex: 1;
}
.dc-donor .dd-name {
  font-size: 15px;
  font-weight: 400;
  color: #2d2d2d;
  margin-bottom: 2px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.4;
}
.dc-donor .dd-meta {
  font-size: 14px;
  color: #454545;
}
.dc-donor .dd-amount {
  font-weight: 700;
  color: #2d2d2d;
}

.dc-views {
  display: flex;
  gap: 12px;
  margin-top: 4px;
}

.dc-view {
  flex: 1;
  padding: 10px 10px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 50px;
  font-size: 15px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s;
  font-family: inherit;
  color: #000;
}
.dc-view:hover {
  border-color: #2d2d2d;
  background-color: #f5f6f7;
}
.dc-view.dv-top {
  display: flex;
  align-items: center;
  justify-content: center;
}
.dc-view.dv-top i {
  margin-right: 6px;
  color: #ffa705;
  font-size: 14px;
}

@media (max-width: 1199px) {
  .hide-mobile:has(.dc-progress) {
    position: fixed;
    bottom: 20px;
    left: 50%;
    width: 90%;
    transform: translateX(-50%);
    background: #fff;
    border-radius: 20px;
    padding: 20px;
    display: flex;
    align-items: center;
    border: 1px solid #eee;
    z-index: 110;
    box-shadow: 0px 10px 12px 0 rgba(0, 0, 0, 0.1), 0 10px 15px 0 rgba(0, 0, 0, 0.1), 0px 10px 25px 0 rgba(0, 0, 0, 0.1);
  }
  .hide-mobile:has(.dc-progress) .dc-buttons {
    display: flex;
    gap: 10px;
    margin-left: auto;
    min-width: 300px;
  }
  .hide-mobile:has(.dc-progress) .dc-buttons .dc-btn {
    margin: 0;
  }
  .hide-mobile .dc-progress {
    margin: 0;
  }
}
@media (max-width: 991px) {
  .report {
    margin-bottom: 150px;
  }
  .sidebar {
    position: static;
    margin-top: 30px;
  }
}
@media (max-width: 767.98px) {
  .campaign-title {
    position: absolute;
    z-index: 1000;
    color: #fff;
    bottom: 70px;
    font-size: 20px;
    text-align: center;
    width: 100%;
    margin: 0;
  }
  .hide-mobile:has(.dc-progress) {
    flex-direction: column;
    align-items: center;
    gap: 15px;
    max-width: 94vw;
    width: 94vw;
    bottom: 10px;
    align-items: start;
  }
  .hide-mobile:has(.dc-progress) .dc-raised {
    font-size: 18px;
  }
  .hide-mobile:has(.dc-progress) .dc-buttons {
    margin: 0;
    width: 100%;
  }
}
@media (max-width: 575px) {
  #hovering-card.hide-mobile {
    display: flex !important;
    transform: translate(-50%, 100%);
    transition: 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    opacity: 0;
    border-radius: 16px;
    padding: 15px;
  }
  #hovering-card.hide-mobile.active {
    transform: translate(-50%, 0%);
    opacity: 1;
  }
  .donation-card {
    margin-top: 24px;
    margin-bottom: 24px;
    border: none;
    padding: 0;
  }
  .oab-row {
    align-items: flex-start;
  }
}