*{ 
  margin: 0;
  padding: 0;
}

header{
  width: 100%;
  height:100%;
  background-color: ;
  box-shadow: 0px ,0px 12px black;}

header button{
  width:100px ;
  padding:10px ;
  border:none;
  background:none ;
  outline:none ;
  font-size: 10px;
  box-shadow:0px 0px 6px whitesmoke;
  margin-top:4px;
  margin: left
  border-radius: 5px;
  cursor: pointer;
 
  transition: background-color 0.3s ease-in-out;


button:hover {
  background-color: #3e8e41;
}


display : inline-block;
  
}
header button hover{
}
header img {
  width: 45px;
  float: left;
margin-top:4px;
margin:3px ;
}
#om{
  width: 100%;
  height: 300px;
}
marquee {
  position: absolute;
  top:90px;
  left: 80px;
  color: white;
  text-align: ;
  font-size: 15px;
 width: ;
 height: ;
  font-family: 'Tajawal', sans-serif;
  font-weight: bold;
}
aside{
  width:20%;
height: 400px;
background-color: red;
float: right;
  margin-top: -4px;
}
aside button {
  width: 100%;
  height:100px;
  background-color: whitesmoke;
 font-size:12px ;
  font-family: 'Tajawal', sans-serif;
  font-weight: bold;
background-color: none;
border: none;
border-bottom:2px solid #407088;
border-left: 2px solid#407088 ;
outline: none;
transition: 1s;
}
aside button:hover {
  background-color: #ff4b5c;
}
main{
  width:80% ;
  height: 400px;
  background-color: ;
  margin-top: -4px;
}
main h2{
  font-size: 35px;
  font-weight:bold;
  font-family: 'Tajawal', sans-serif;
}
  main p {
      font-size: 20px;
  font-weight:bold;
  font-family: 'Tajawal', sans-serif;
  color: gray;
  margin-top: 10px;
  } 
  main img {
    width: 70px;
  }
  b1:hover {
  transform: scale(1.1);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}



#b1 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  gap: 20px;
  padding: 20px;
}

#b1 div {
  width: 200px;
  border: 1px solid #ddd;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  padding: 70px;
  background-color: #fff;
  text-align: center;
}

.images {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}

.images img {
  margin: 5px;
  border-radius: 10px;
}

#b1 div:hover {
  transform: scale(1.02);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s, box-shadow 00.3s;
}
#b1 div {
  width: 300px; /* عرض ثابت */
  max-width: 90%; /* أقصى عرض نسبي للشاشات الصغيرة */
  height: auto; /* ارتفاع تلقائي حسب المحتوى */
  padding: 20px;
  border: 1px solid #ddd;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.container {
  max-width: 600px;
  margin: auto;
  background: #fff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

h1 {
  text-align: center;
  color: #333;
  margin-bottom: 20px;
}

ul.contact-info {
  list-style: none;
  padding: 0;
}

ul.contact-info li {
  margin-bottom: 15px;
  font-size: 16px;
  font-family: 'Tajawal', sans-serif;
  
  
}

ul.contact-info i {
  margin-left: 10px;
  color: #4CAF50;
  font-size: 18px;
}

a {
  color: #007bff;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

/* الإعدادات العامة */
body {
  font-family: Arial, sans-serif;
  direction: rtl;
  background-color: #f7f7f7;
  margin: 0;
  padding: 0;
  line-height: 1.6;
}





/* حاوية المحتوى */
.container {
  max-width: 600px;
  margin: 20px auto;
  background: #fff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

h1 {
  text-align: center;
  color: #333;
  margin-bottom: 20px;
}

ul.contact-info {
  list-style: none;
  padding: 0;
}

ul.contact-info li {
  margin-bottom: 15px;
  font-size: 16px;
  display: flex;
  align-items: center;
}

.contact-icon {
  width: 40px;
  height: 40px;
  margin-left: 10px;
  border-radius: 50%;
  transition: transform 0.3s ease;
}

.contact-icon:hover {
  transform: scale(1.1);
  animation: pulse 1s infinite;
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(0, 123, 255, 0.7);
  }
  70% {
    box-shadow: 0 0 0 10px rgba(0, 123, 255, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(0, 123, 255, 0);
  }
}

a {
  color: #007bff;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

/* نموذج التواصل */
form {
  margin-top: 20px;
}

form label {
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
}

form input, form textarea {
  width: 100%;
  padding: 10px;
  margin-bottom: 15px;
  border: 1px solid #ddd;
  border-radius: 5px;
  box-sizing: border-box;
}




footer {
  background-color: #333;
  color: #fff;
  text-align: center;
  padding: 20px;
  margin-top: 90px;
  margin:30px 0px 0px 0px ;
}

footer p {
  
}

footer a {
  color: #4CAF50;
  text-decoration: none;
  margin: 0 8px;
}

footer a:hover {
  text-decoration: underline;
}

.social-links {
  margin-top: 10px;
}

.footer-icon {
  width: 30px;
  height: 30px;
  margin: 0 10px;
  transition: transform 0.3s ease;
}

.footer-icon:hover {
  transform: scale(1.2);
}

/* استجابة للشاشات الصغيرة */
@media (max-width: 600px) {
  footer {
    padding: 15px;
  }
  .footer-icon {
    width: 25px;
    height: 25px;
  }
}
#c1 mig {
  margin-top: 5pc;
}
.

.
main {
  padding: 20px;
  text-align: center;
}

main h2 {
  color: #2c3e50;
  margin-bottom: 15px;
  font-size: 24px;
}

main p {
  max-width: 600px;
  margin: 10px auto;
  line-height: 1.6;
  font-size: 16px;
  color: #555;
}

#c1 {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-top: 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  object-fit: cover;
}
