@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");

.main-container {
  max-width: 1400px;
  margin: 0 auto;
}

/* hero */
.hero-content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}

.hero-row1 {
  align-self: center;
}

.hero-row1 h1 {
  text-align: left;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.5;
  margin-bottom: 24px;
}

.hero-row1-img {
  text-align: center;
}

.row1-donations {
  margin-top: 24px;
  display: flex;
  justify-content: start;
  margin-bottom: 44px;
}

.row1-donations div p:first-child {
  color: #ffd502;
}

.row1-donations div p:nth-child(2) {
  color: #000;
  font-weight: 600;
}

.row1-links {
  padding-left: 120px;
}

.row1-links a:nth-child(1) {
  margin-right: 12px;
  color: #000 !important;
  background: linear-gradient(270.7deg, #ae5d01 18.59%, #f9d12b 116.77%);
  text-transform: uppercase;
  font-weight: 600;
  padding: 10px 20px;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}

.row1-links a:nth-child(2) {
  color: #000 !important;
  text-transform: uppercase;
  font-weight: 600;
}

.hero-row2 {
  display: flex;
  gap: 34px;
}

.hero-row2 img {
  width: 75%;
}

.hero-row3 {
  align-self: center;
  margin-top: 10px;
}

.hero-row3 div:nth-child(1) {
  margin-bottom: 40px;
}

.hero-row3 div h1 {
  font-weight: 700;
  font-size: 55px;
}

.hero-cards {
  display: flex;
  justify-content: space-around;
  margin-top: 60px;
}

.hero-cards div {
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  padding: 80px;
}

.hero-cards div h1 {
  font-size: 45px;
  font-weight: 700;
}

@media (max-width: 1400px) {
  .main-container {
    max-width: 1235px;
  }
}

@media (max-width: 1199px) {
  .main-container {
    max-width: 1045px;
  }
}

@media (max-width: 960px) {
  .hero-row3 {
    display: none;
  }

  .row1-links {
    padding-left: 60px;
  }

  .hero-row1 h1 {
    font-size: 22px;
  }
}

@media (max-width: 870px) {
  .hero-content {
    grid-template-columns: repeat(1, 1fr);
    gap: 40px;
  }

  .row1-links {
    text-align: start;
    padding-left: 0;
    padding-right: 30px;
  }

  .hero-row2 {
    transform: translateX(160px);
  }

  .hero-row2 img {
    width: 55%;
  }

  .hero-row1 h1 {
    font-size: 30px;
  }

  .row1-donations p {
    font-size: 18px;
  }

  .hero-cards div {
    padding: 50px;
  }
}

@media (max-width: 670px) {
  .hero-row2 {
    transform: translateX(95px);
  }

  .hero-row2 img {
    width: 70%;
  }

  .hero-cards div {
    padding: 25px;
  }

  .hero-row1 h1 {
    font-size: 26px;
  }
}

@media (max-width: 550px) {
  .hero-row1 h1 {
    font-size: 21px;
  }

  .row1-donations p {
    font-size: 14px;
  }

  .hero-row2 {
    transform: translateX(25px);
  }

  .hero-row2 img {
    width: 85%;
  }

  .hero-cards div h1 {
    font-size: 24px;
  }

  .hero-cards div p {
    font-size: 12px;
  }
}

@media (max-width: 445px) {
  .main-container {
    padding: 10px;
  }
  .hero-row1 h1 {
    font-size: 15px;
  }
}

/* Donate */
.donate-heading {
  text-align: center;
  font-size: 36px;
  font-weight: 600;
  font-weight: 700;
  margin-bottom: 48px;
}

.btn-bg {
  background: #ffd502;
}

/* AnyQuestions */
.any-questions-content {
  display: grid;
  grid-template-columns: 50% 50%;
  gap: 30px;
}

.row1-heading {
  margin-bottom: 45px;
}

.row1-heading h1 {
  font-size: 34px;
  font-weight: 700;
  margin-bottom: 16px;
}

.row1-heading p {
  font-size: 15px;
}

.any-questions-content-row2 img {
  width: 100%;
}

@media (max-width: 770px) {
  .any-questions-content {
    grid-template-columns: 1fr;
  }

  .any-questions-content-row2 {
    display: none;
  }
}

.accordion-item {
  border: none;
  margin-bottom: 20px;
}

.accordion-button:not(.collapsed) {
  color: #000;
  background-color: transparent;
}

.accordion-button {
  font-weight: 700;
}

.accordion-button:focus {
  border-color: transparent;
  outline: none !important;
  box-shadow: none;
  border-color: rgba(0, 0, 0, 0.125);
}
.accordion-item:has(.accordion-collapse.show) {
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  transition: box-shadow 0.3s ease; /* Smooth transition */
}

.accordion-header,
.accordion-body {
  font-family: "Inter", sans-serif;
}

.accordion-button:not(.collapsed)::after {
  color: #000;
}

@media (max-width: 430px) {
  .accordion-button {
    font-size: 14px;
  }

  .accordion-body {
    font-size: 13px;
  }

  .row1-heading h1 {
    font-size: 22px;
  }

  .row1-heading p {
    font-size: 13px;
  }
}
