body {
    background-color:#1e1e1e ;
    color: #ffffff;
    font-family: 'Arial', sans-serif;
    margin: 2px;
    padding: 20px;
    text-align: center;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}
.cards{
      gap: 20px; /* مسافة بين الكروت */
  flex-wrap: wrap; /* حتى تنزل الكروت للأسطر التالية إذا ضاق المكان */
  justify-content: center; /* أو space-between / start */
    display: flex; /* استخدام flexbox لتوزيع الكروت */
      gap: 20px;
    flex-wrap: wrap; /* حتى تنزل الكروت للأسطر التالية إذا ضاق المكان */
   
}
 .hero-image{
    width: 200px; height: auto;
    margin: 20px auto;
    display: block;
    border-radius: 50%;
    box-shadow: 0 4px 8px rgba(255, 255, 255, 0.2);
}
.c-button{
    background-color:#00bcd4 ;
    color: #ffffff;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    text-decoration: none;
    font-size: 16px;
    
}

.c-button:hover {
    background-color: #008c9e;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

h3{
    color: #00bcd4;
    font-size: 24px;
    margin-bottom: 10px;
}
ul li{
    list-style-type: none;
    margin: 10px 0;
    padding: 5px;
    background-color: #333;
    border-radius: 5px;
    box-shadow: 3px 1px 2px 2px rgba(255, 255, 255, 0.2); 
      text-align: center;

}

.card{
    background-color: #2c2c2e;
    border-radius: 10px;
    padding: 20px;
    margin: 20px auto;
    width: 350px;
    box-shadow: 0 4px 8px rgba(255, 255, 255, 0.2);
    text-align: center;
    
}

.cp{
    display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  padding: 20px;
}

.card-image{
    width: 300px; 
    height: auto;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(255, 255, 255, 0.2);
    margin: 10px auto;
}

.amel{
   background-color: #2c2c2e;
    border-radius: 10px;
    padding: 20px;
    margin: 20px auto;
    width: 350px;
    box-shadow: 0 4px 8px rgba(255, 255, 255, 0.2);
    text-align: center;
    gap: 10px;
   
}
.xzx{
    background-color: #2c2c2e;
    width: 60px;
    border-radius: 80%;
}
.qw{
    color: #4caf50;
}
.col{
     background-color: #2c2c2e;
    border-radius: 10px;
    padding: 20px;
    margin: 20px auto;
    width: 350px;
    box-shadow: 0 4px 8px rgba(255, 255, 255, 0.2);
    text-align: center;
}

.input-field{
    width: 80%;
    padding: 10px;
    margin: 20px auto;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin-bottom: 10px;
    box-shadow: 3px 5px 2px 4px rgb(47, 45, 45);
    text-align: center;   
}

.social-icons {
  text-align: center;
  margin-top: 20px;
}

.social-icons a {
  color: white;
  font-size: 24px;
  margin: 0 10px;
  transition: color 0.3s;
}

.social-icons a:hover {
  color: #00cfff;
}














