#heading-text{
    font-size: 45px;
    text-align: center;
    font-family: playfair;
    font-style: italic;
    font-display: playfair;
    margin-bottom: 20px;
    margin:0;
    padding: 0;

}
html{
  overflow-x: hidden;
}
body {
    font-family: Arial, sans-serif;
    background-color: #28282b;
    display: flex-box;
    flex-direction: column; 
    justify-content: center;
    align-items: center;
    height: 100vh;
    margin: 0;
    padding: 0;
}
/* .container{
    /* background-color: #ced5dc; */
 
.card-container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px; /* Space between cards */
    padding: 30px;
    
}


.card {
    background-color: #ffffff;
    border: 1px solid #dcdcdc;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    padding: 20px;
    width: 300px;
    height: 300px; /* Fixed height for all cards */
    text-align: center;
}

.donation-card h2 {
    background-color: #28282b;
    color: #ffffff;
    margin-bottom: 10px;
}

.donation-card p {
    color: #555555;
    font-size: 14px;
    margin: 8px 0;
    padding: 10px;
}

.progress-bar-container {
    display: flex;
    align-items: center;
    background-color: #e0e0e0;
    border-radius: 10px;
    overflow: hidden;
    height: 20px;
    margin: 15px 0;
    padding: 0px;

}

.progress-bar-container-syria{
    display: flex;
    align-items: center;
    background-color: #e0e0e0;
    border-radius: 10px;
    overflow: hidden;
    height: 20px;
    margin: 25px 0;
    padding: 0px;
}

.progress-bar-container-sudan{
        display: flex;
        align-items: center;
        background-color: #e0e0e0;
        border-radius: 10px;
        overflow: hidden;
        height: 20px;
        margin: 25px 0;
        padding: 0px;
    }


.progress-bar {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    background-color: #4caf50; /* Green progress bar */
    
}

.donate-button {
    background-color: #ff4c4c; /* Bright red button */
    color: white;
    border: none;
    border-radius: 5px;
    padding: 10px 15px;
    margin:5px 0px 10px 0px;
    font-size: 14px;
    cursor: pointer;
    font-weight: bold;
    transition: background-color 0.3s;
}

.donate-button-sudan{
    background-color: #ff4c4c; /* Bright red button */
    color: white;
    border: none;
    border-radius: 5px;
    padding: 10px 15px;
    margin:5px 0px 10px 0px;
    font-size: 14px;
    cursor: pointer;
    font-weight: bold;
    transition: background-color 0.3s;

}

.donate-button:hover {
    background-color: #d43535; /* Darker red on hover */
}
.donate-button-sudan:hover {
    background-color: #d43535; /* Darker red on hover */
}
a{
    text-decoration: none;
    color: white;
    font-weight: bold;
    transition: color 0.3s;
}

.navbar{
    padding: 0;
    margin: 0;
    background-color: #28282b;
    /* background-color: #2f9fd6; */
    height: 25vh;
    color: #FFF;

}
.navbar2 {
    background-color: #ffffff;
    color: #000;
    padding: 15px 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: sticky;
    top: 0;
    width: 100%;
    height: 12vh;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    z-index: 1000;
  }
  
  .logo-title {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 1.5em;
    font-weight: bold;
  }
  
  .sub-title {
    font-weight: 300;
    margin-left: 5px;
  }
  
  .navbar-links {
    display: flex;
    align-items: center;
    gap: 5px;
    margin-right: 50px;
  }
  
  .navbar a {
    display: flex;
    align-items: center;
    gap: 50px;
    color: #333;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.3s ease;
  }
  
  .navbar a:hover {
    color: #007bff;
  }
  
  .navbar-icon{
    width: 24px;
    height: 24px;
    border-radius: 50%;
    padding: 5px;
    transition: background-color 0.3s ease, transform 0.2s ease;
  }
  
  .navbar-icon:hover {
    background-color: #f0f0f0;
    transform: scale(1.1);
  }

  
.footer {
    background-color: #0d1117;
    color: #ffffff;
    padding: 40px 20px 20px;
    font-family: Arial, sans-serif;
    width:100vw;
    margin-top: 30px;
  }
  
  .footer-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 40px;
    max-width: 1000px;
    margin: 0 auto;
  }
  
  .footer-section {
    flex: 1 1 250px;
  }
  
  .footer h3 {
    font-size: 18px;
    margin-bottom: 10px;
  }
  
  .footer p {
    font-size: 14px;
    line-height: 1.6;
  }
  
  .footer-icon {
    color: red;
    margin-right: 5px;
  }
  
  .subscribe-form {
    display: flex;
    margin-top: 10px;
    max-width: 300px;
  }
  
  .subscribe-form input {
    padding: 8px 10px;
   /* flex: 1;  */
    border: 6px;
    border-radius: 5px;
    font-size: 14px;
    margin-right: 10px;
  }
  
  .subscribe-form button {
    margin: 8px;
    padding: 2px 15px;
    background-color: #ff4b4b;
    color: white;
    border: 2px;
    border-radius: 5px;
    cursor: pointer;
    font-size: 14px;
    transition: background-color 0.3s;
  }
  
  .subscribe-form button:hover {
    background-color: #e13b3b;
  }
  
  .footer-bottom {
    text-align: center;
    border-top: 1px solid #444;
    margin-top: 30px;
    padding-top: 15px;
    font-size: 13px;
    color: #aaa;
  }

  
body {
    overflow-x: hidden;
  }
  html{
    scroll-behavior: smooth;
    /* scroll-behavior: smooth; */
  }