/* Parallax effect */
.parallax {
  background-image: url("/images/Bannermain.jpg"); /* Parallax fon rasmi */
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 80px 20px;
  color: white;
}

.results-section .container {
  background-color: rgba(0, 0, 0, 0.4); /* Yengil qoraytirish */
  border-radius: 15px;
  padding: 30px;
}

.results-section h2 {
  color: white;
  text-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
}

.results-section {
  /* width: 1480px; */
  padding: 60px 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 30px;
}

/* .info-cards-container {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 50%;
  } */

.results-title {
  font-size: 32px;
  color: #13293d;
  margin-bottom: 40px;
}

.results-top {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  position: static;
  width: 100%;
}

.video-block {
  flex: 1 1 300px;
  /* yoki width: 30% */
  max-width: 25%;
  min-width: 250px;
  position: relative;
}

.info-cards-container {
  flex: 2 1 600px;
  /* yoki width: 60% */
  max-width: 65%;
  min-width: 300px;
}

.play-btn {
  position: absolute;
  bottom: 5px;
  left: 105%;
  transform: translateX(-120%);
  background: #e6f6ee;
  border: none;
  border-radius: 50%;
  padding: 15px;

  width: 25%;
  height: 18%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  font-size: 20px;
  color: #00a551;

  /* transform: translateY(-50%); */
  cursor: pointer;
}

.video-block img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}

.top-row {
  display: flex;
  gap: 20px;
}

.info-card {
  flex: 1;
  position: relative;
}

.info-card img {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  object-fit: cover;
}

.info-badge {
  position: absolute;
  bottom: 20px;
  left: 20px;
  background-color: white;
  border-radius: 12px;
  padding: 10px 20px 10px 10px;
  display: flex;
  align-items: center;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  max-width: 90%;
  z-index: 1;
}

.info-badge img {
  width: 48px;
  height: 48px;
  margin-right: 12px;
}

.info-badge-desc {
  display: flex;
  flex-direction: column;
  align-items: start;
  width: 90%;
}

.info-badge strong {
  color: #606060;
  font-size: 28px;
  font-weight: 500;
  display: block;
}

.info-badge span {
  font-size: 14px;
  color: #555;
}

.stats-block {
  display: flex;
  background-image: linear-gradient(
      rgba(0, 165, 81, 0.6),
      rgba(0, 165, 81, 0.6)
    ),
    url(../images/gradient.jpg);
  background-size: cover;
  background-position: center;
  color: white;
  border-radius: 20px;
  margin-top: 20px;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 10px;
  padding: 45px;
}

.stats-block .stat {
  text-align: center;
}

.stats-block {
  font-size: 28px;
  display: block;
}

.stats-block .stat span {
  font-size: 14px;
  opacity: 0.9;
}

.stats-container {
  display: flex;
  gap: 40px;
}

.stat {
  display: flex;
  flex-direction: column;
  align-items: start;
}

.stat strong {
  font-size: 45px;
}
