body {
  text-align: left;
  margin: 0;
  font-family: "Cairo", sans-serif;
  background-color: #f9f9f9;
  color: #222;
  background-image: url(picture/background.jpg);
}
@media (max-width: 600px) {
  .navbar {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    text-align: center;
    align-items: center;
    padding: 10px 20px;
  }
}
/* Navbar */
.navbar {
  display: flex;
  text-align: left;
  text-align: center;
  background-color: #1a1a2e;
  color: white;
  padding: 20px 60px;

  justify-content: space-between;
  align-items: center;
  position: fixed;
  flex-wrap: wrap;
  top: 0;
  width: 95%;
  z-index: 1000;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.navbar a {
  color: white;
  display: flex;
  flex-wrap: wrap;
  text-decoration: none;
  margin: 0 15px;
  font-size: 16px;
  text-align: left;
  transition: color 0.3s ease;
}

.navbar a:hover {
  color: #00c3ff;
}

header {
  background: linear-gradient(to left, #1a1a2e, #16213e);
  color: white;
  padding: 40px 20px 40px;
  text-align: center;
  margin-top: 70px;
}

header h1 {
  font-size: 58px;
  margin-bottom: 5px;
  text-align: center;
}

header p {
  font-size: 22px;
}

section {
  text-align: left;
  max-width: 1200px;
  margin: 80px auto;
  padding: 0 40px;
}

h2 {
  text-align: left;
  font-size: 36px;
  border-left: 6px solid #00c3ff;
  padding-left: 12px;
  color: #111;
  margin-bottom: 50px;
}

.card {
  text-align: left;
  background: white;
  padding: 25px;
  margin-bottom: 30px;
  border-radius: 14px;
  box-shadow: 0 5px 18px rgba(0, 0, 0, 0.1);
  line-height: 1.6;
}

.team {
  text-align: left;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
}

.team-member {
  text-align: left;
  background-color: #ffffff;
  width: 200px;
  padding: 20px;
  text-align: center;
  border-radius: 14px;
  box-shadow: 0 4px 12px rgba(17, 192, 223, 0.1);
}

.team-member img {
  text-align: left;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  object-fit: cover;
  border: 3px solid rgb(15, 191, 245);
  margin-bottom: 10px;
}

.team-member h4 {
  text-align: left;
  font-size: 18px;
  color: #007bff;
  margin: 8px 0 4px;
}

.team-member p {
  text-align: left;
  font-size: 14px;
  color: #444;
}

.btn {
  text-align: left;
  display: inline-block;
  margin-top: 15px;
  background-color: #00c3ff;
  color: white;
  padding: 12px 24px;
  text-decoration: none;
  border-radius: 8px;
  transition: background-color 0.3s ease;
}

.btn:hover {
  text-align: left;
  background-color: #009dcf;
}

.testimonial {
  text-align: left;
  background: #ffffff;
  padding: 20px;
  border-right: 4px solid #00c3ff;
  margin-bottom: 20px;
  border-radius: 12px;
  font-size: 15px;
  font-style: italic;
  color: #333;
}

footer {
  text-align: left;
  background-color: #1a1a2e;
  color: white;
  text-align: center;
  padding: 20px;
  font-size: 14px;
  margin-top: 100px;
}
h1 span {
  text-align: left;
  text-shadow: 2px 2px 2px rgba(35, 94, 223, 0.856),
    3px 3px 3px rgb(11, 26, 235), 4px 4px 4px rgb(109, 17, 230);
}
li span {
  text-align: left;
  color: #00c3ff;
}
section h2 {
  text-align: left;
  color: white;
  text-shadow: 2px 2px 2px rgba(35, 94, 223, 0.856),
    3px 3px 3px rgb(11, 26, 235);
  animation: typing 3.5s steps(24) forwards, blink 0.75s step-end infinite;
}

hr {
  border: solid 7px rgb(61, 249, 255);
  border-style: ridge;
  width: 50%;
  height: 50%;

  text-align: center;
}
center img {
  width: 150px;
  height: 150px;
  border-radius: 50% 50%;
}
ul li {
  direction: ltr;
}
.navbar .item-nav {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
}

.navbar .item-nav a:hover {
  transition: 2s;
  text-decoration: underline 6px rgb(69, 224, 252);
}
