@media screen and (max-width: 1200px) {
  .projects-filters {
    flex-wrap: wrap;
  }
  .campaigns-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  /* ========== donation pages =======  */
  .donation-step1-details {
    max-width: 735px;
  }
  .donation-summary-content .donation-summary-heading {
    font-size: 20px;
  }
  .donation-campaigns-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 992px) {
  .projects-filters .filter-input {
    width: 100%;
  }
  .projects-section .projects-filters {
    flex-direction: column;
  }

  .campaigns-grid {
    grid-template-columns: repeat(1, 1fr);
  }
  /* ========== donation page =======  */
  .donation-wrapper {
    flex-direction: column;
  }
  .donation-summary,
  .donation-step1-details {
    max-width: 100%;
    width: 100%;
  }
  .step-3-donation-form .step3-title-options,
  .step-2-donation-form .step2-title-options,
  .step-1-donation-form .amount-options {
    flex-wrap: wrap;
  }
  /* ----- doncation success */
 
  .donation-success-wrapper{
    flex-direction: column;
    align-items: center;
  }
  .donation-success-wrapper .right,
  .donation-success-wrapper .left{
  width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .projects-filters-dropdown,
  .campaign-buttons {
    flex-direction: column;
  }
  .campaigns-grid {
    gap: 20px;
  }
  /* ========== donation page =======  */
  .donation-header .back-link {
    font-size: 14px;
  }
  .donation-header-logo img {
    width: 100px;
    height: auto;
  }
  .donation-step1-tabs button {
    font-size: 14px;
    white-space: nowrap;
  }
  .currency-wrapper {
    flex-direction: column;
  }
  .donation-campaigns-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}

@media screen and (max-width: 576px) {

  /* ====== global input wrapper ======  */
  .inputs-row-wrapper{
    flex-direction: column;
  }
  .custom-input-wrapper{
    width: 100%;
  }
  /* ====== global input wrapper ======  */
  .projects-section .category-buttons {
    flex-direction: column;
  }
  .projects-section .category-buttons button {
    width: 100%;
  }
  .projects-filters {
    display: block;
  }
  .projects-filters-dropdown {
    width: 100%;
    margin-bottom: 10px;
  }
  .customDropdown-btn,
  .filter-btn {
    width: 100%;
    justify-content: center;
    font-size: 14px;
  }
  /* ========== donation page =======  */
  .donation-header-logo img {
    width: 70px;
    height: auto;
  }
  .donation-header .back-link,
  .donation-header .donation-step span {
    font-size: 10px;
    gap: 4px;
  }
  .donation-step1-details .step-heading {
    gap: 10px;
  }
  .donation-step1-details .step-heading img {
    width: 40px;
  }
  .donation-step1-tabs button {
    font-size: 12px;
  }
  .step1-giftaid-header h5 {
    font-size: 16px;
  }
  .step1-giftaid-header img {
    width: 60px;
    height: auto;
  }
  .accepted-payment-icons div{
    gap: 4px;
  } 
  .accepted-payment-icons div img{
    width: 20px;
    height: auto;  
  }
  .accepted-payment-icons p{
    font-size: 10px;
    padding: 0 10px;
  }
  .card-number-input input{
    width: 100%;
  }
    /* ----- doncation success */
    .donation-success-wrapper .right,
    .donation-success-wrapper .left{
      padding: 40px 20px;
    }
    .right .success-right-heading{
      flex-direction: column;
      align-items: center;
      justify-content: baseline;
      gap: 20px;
    }
}
