.banner {
    margin-top: 15px;
    margin-bottom: 0px;
    height: 300px;
    background-image: url('../images/donate001.jpg');
    background-size: cover;
    background-position: center;
    position: relative; /* Ensure the container is positioned relative */
  }
  
  .background-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(5px);
  }
  
  .banner div {
    position: relative; /* Ensure the text container is positioned relative */
    padding: 20px;
    color: white;
  }
  
  .banner h1 {
    font-style: normal;
    font-weight: 700;
    line-height: 26px;
    font-size: 20px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  }
  
  .banner p {
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    font-size: 16px;
  }

  .wrapper{
    margin: 0 75px;
  }

  .section-one,
  .section-two,
  .section-three,
  .section-four{
    margin: 60px 0;
  }

  .section-two .row h2{
    margin: 20px 0;
  }
  .section-two .row .col-lg-6 .donation-tab{
    margin: 0 150px;
  }

  .section-two .row .tab-content .tab-pane .amount{
    padding: 5px 120px;
    margin: 5px 10px;
  }

  .donate-input{
    width: 560px;
    margin: 15px 0;
  }
  .donate-btn{
    padding: 5px 0; 
    font-weight: 600; 
    font-size: 24px; 
    line-height: 30px; 
    background-color: red; 
    color: white;
    width: 560px;
    /* margin: 10px 15px; */
  }
  .donate-btn a{
    padding: 5px 0; 
    font-weight: 600; 
    font-size: 24px; 
    line-height: 30px; 
    color: white;
    width: 560px;
    /* margin: 10px 15px; */
  }

  .section-three h2{
    font-size: 26px;
  }

  .section-three .row img{
    height: 200px;
  }



    /* responsive */

/* For very small screens (e.g., older smartphones, budget devices) */
@media only screen and (min-width: 200px) and (max-width: 320px) {
    
}
  
/* For small to medium-sized screens (e.g., some older iPhones, smaller Android devices) */
@media only screen and (min-width: 321px) and (max-width: 480px) {
    .banner{
        justify-content: center;
    }
    .banner div {
        position: relative; /* Ensure the text container is positioned relative */
        padding: 20px;
        color: white;
        text-align: center;
    }
    
    .wrapper{
        margin: 0 5px;
    } 
    
    .section-one .row p{
        text-align: justify;
    }
    
    .section-two{
        padding: 20px 0;
    }
    .section-two .row .col-lg-6 .donation-tab{
      margin: 0 0px;
    }
    .section-two .row .tab-content .tab-pane .amount-wrapper{
      /* background-color: red; */
      width: 100%;
    }  
    .section-two .row .tab-content .tab-pane .amount{
      padding: 10px 0;
      margin: 5px 0px;
      width: 50%;
      text-align: center;
    }
    .donate-btn{
      width: 100%;
      /* margin: 10px 15px; */
    }
    .donate-input{
      width: 100%;
      margin: 15px 0;
    }
    
    .donate-picture{
        display: none;
    }
    
}
  
/* For medium-sized screens (e.g., standard smartphones) */
@media only screen and (min-width: 481px) and (max-width: 660px) {
    .banner{
        justify-content: center;
    }
    .banner div {
        position: relative; /* Ensure the text container is positioned relative */
        padding: 20px;
        color: white;
        text-align: center;
    }
    
    .wrapper{
        margin: 0 5px;
    }  

    .section-one .row p{
        text-align: justify;
    }
    
    .section-two{
        padding: 20px 0;
    }
    .section-two .row h2{
        margin: 20px 0;
    }
    .section-two .row .col-lg-6 .donation-tab{
      margin: 0 0px;
    }
    .section-two .row .tab-content .tab-pane .amount-wrapper{
      /* background-color: red; */
      width: 100%;
    }  
    .section-two .row .tab-content .tab-pane .amount{
      padding: 10px 0;
      margin: 5px 0px;
      width: 50%;
      text-align: center;
    }
    .donate-btn{
      width: 100%;
      /* margin: 10px 15px; */
    }
    .donate-input{
      width: 100%;
      margin: 15px 0;
    }
    
    .donate-picture{
        display: none;
    }
    
}
  
/* For larger screens (e.g., phablets) */
@media only screen and (min-width: 661px) and (max-width: 800px) {
     .wrapper{
        margin: 0 20px;
     }

     .section-two .row .col-lg-6 .donation-tab{
      margin: 0 0px;
    }
    .section-two .row .tab-content .tab-pane .amount{
      padding: 10px 0;
      margin: 5px 0px;
      width: 50%;
      text-align: center;
    }
    .donate-btn{
      width: 100%;
      /* margin: 10px 15px; */
    }
    .donate-input{
      width: 100%;
      margin: 15px 0;
    }

     .section-four .row img{
      height: 150px;
     }

}
  
/* For extra-large screens (e.g., tablets) */
@media only screen and (min-width: 801px) and (max-width: 1024px) {
    .wrapper{
        margin: 0 20px;
    }
    .section-two .row .col-lg-6 .donation-tab{
      margin: 0 0px;
    }
    .section-two .row .tab-content .tab-pane .amount{
      padding: 10px 0;
      margin: 5px 0px;
      width: 50%;
      text-align: center;
    }
    .donate-btn{
      width: 100%;
      /* margin: 10px 15px; */
    }
    .donate-input{
      width: 100%;
      margin: 15px 0;
    }
}

/* For larger screens (e.g., larger laptops, desktop monitors) */
@media only screen and (min-width: 1025px) and (max-width: 1280px) {
  .section-two .row .col-lg-6 .donation-tab{
    margin: 0 0px;
  }
  .section-two .row .tab-content .tab-pane .amount{
    padding: 10px 0;
    margin: 5px 0px;
    width: 50%;
    text-align: center;
  }
  .donate-btn{
    width: 100%;
    /* margin: 10px 15px; */
  }
  .donate-input{
    width: 100%;
    margin: 15px 0;
  }
}

/* For extra-large screens (e.g., large monitors, wide desktop screens) */
@media only screen and (min-width: 1281px) and (max-width: 1366px) {
  .section-two .row .col-lg-6 .donation-tab{
    margin: 0 10px;
  }
  .section-two .row .tab-content .tab-pane .amount{
    /* padding: 5px 120px; */
    width: 46.8%;
    padding: 5px 0;
    margin: 5px 10px;
    text-align: center;
  }
}

@media only screen and (min-width: 1367px) and (max-width: 1485px) {
  .wrapper{
    background-color: red;
  }
  .section-two .row .col-lg-6 .donation-tab{
    margin: 0 35px;
  }
  .section-two .row .tab-content .tab-pane .amount{
    /* padding: 5px 120px; */
    width: 43%;
    padding: 5px 0;
    margin: 5px 10px;
    text-align: center;
  }
}