body {
  background-color: #15151b;
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 0;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  color: #fff;
  line-height: 1.5;
}

body h1{
  line-height: 1;
}

.navbar {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 20px;
  background-color: #15151b;
  border-bottom: 2px solid #15151b;
}
.logo {
  font-size: 24px;
  font-weight: bold;
  color: #ffffff;
}
.nav-links {
  list-style: none;
  display: flex;
  margin: 0;
  padding: 0;
}
.nav-links li {
  margin: 0 15px;
}
.nav-links a {
  text-decoration: none;
  color: #ffffff;
  font-size: 16px;
}

.nav-links a:hover {
  color: #ffa500;
}
/* foto */
.fff{
  display: block;
  margin: 30px ; 
  width: 500px; 
  height: 500px;
  border: 5px solid #f4a261;
  box-shadow: 0 0 20px 5px rgba(255, 165, 0, 0.7);
  border-radius: 8px; 
}


.img{
display: flex;
align-items: center;
gap: 200px;
padding: 100px;
}

.imgs{
  display:flex;
  align-items:center;
  gap: 200px;
  padding: 100px;
  justify-content: flex-end; 
  }

.text-con{
  max-width: 300px;
}



.text1{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: rgb(235, 176, 0);
  font-size: 1.8em;
  text-align: center; 
}


/* 3 foto */
.team-container {
  display: flex;
  justify-content: center;
  gap: 50px;
  padding: 50px;
}

.team-card {
  display: block;
  margin: 40px ; 
  background-color: #252a41;
  box-shadow: 0 0 20px 5px rgba(255, 165, 0, 0.7);
  border-radius: 8px; 
  text-align: center;
  padding: 30px;
  width: 300px;
  height: 480px;
  border: 4px solid #f4a261;
  box-shadow: 0 0 20px 10px rgba(255, 165, 0, 0.7);
}


.team-card img {
  width: 100%;
  height: auto;
  max-height: 300px;
  object-fit: cover;
  border-radius: 10px;
}

.team-card h3 {
  color: #ff9800;
  margin: 10px 0 5px;
}

.team-card p{
  color: #bbbbbb;
  margin: 0;
}



/* footer */

.footer {
  background-color: #15151b;
  padding: 40px 0;
  text-align: center;
  border-top: 2px solid #f5b042;
  border-bottom: 2px solid #f5b042;
}

.footer-content {
  max-width: 800px;
  margin: 0 auto;
}

.footer h2 {
  font-size: 1.8em;
  color: #f5b042;
  margin-bottom: 15px;
}

.footer-icons {
  margin: 20px 0;
}

.footer-icons a {
  margin: 0 10px;
  display: inline-block;
  transition: transform 0.3s;
}

.footer-icons a:hover {
  transform: scale(1.2);
}

.footer-icons img {
  width: 30px;
  height: 30px;
  border: 3px solid #f4a261;
  box-shadow: 0 0 8px 3px rgba(255, 165, 0, 0.7);
}

.footer-copyright {
  font-size: 0.9em;
  color: #ccc;
  margin-top: 15px;
}


/* qurulgilarga */
/* tel */
@media (max-width: 480px) {
  header {
      background-color: #007BFF;
  }

  main {
      font-size: 14px;
  }
}
/* plt */
@media (min-width: 481px) and (max-width: 1024px) {
  header {
      background-color: #FF9800;
  }

  main {
      font-size: 16px;
  }
}
/* pc */
@media (min-width: 1025px) {
  header {
      background-color: #9C27B0;
  }

  main {
      font-size: 18px;
  }
}
