/* Сброс базовых стилей */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

a, button {
  text-decoration: none;
  color: inherit;
  border: none;
  background: none;
  outline: none;
  cursor: pointer;
  transition: all 0.3s ease;
}

body {
  font-family: Arial, sans-serif;
}

.header {
  background-color: #333333; /* Цвет фона */
  padding: 10px 20px;
}

.container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
}

.logo img {
  max-height: 50px; /* Ограничение по высоте для логотипа */
}

.buttons {
  display: flex;
  gap: 10px;
}

.btn {
  background-color: #00ffcc; /* Зеленый цвет кнопок */
  color: #333333;          /* Темный текст кнопок */
  border: none;
  padding: 10px 20px;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}

.btn:hover {
  opacity: 0.8;
}

/* Адаптивность */
@media (max-width: 768px) {
  .container {
    flex-direction: column;
    align-items: center;
  }

  .buttons {
    margin-top: 10px;
  }
}

/* Промо-блок */
.promo {
  background-color: #222;
  padding: 50px 20px;
}

.headline {
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 30px;
}

.promo-container {
  display: flex;
  justify-content: center;
  gap: 20px;
}

.promo-card {
  width: 400px;
  height: 400px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  text-align: center;
  border-radius: 10px;
  background-size: cover;
  background-position: center;
  padding: 50px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.6);
}

.promo-card-left {
  background-image: url('/Bonus_two.webp');
}

.promo-card-right {
  background-image: url('/Bonus1.webp');
}

.promo-card h3 {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #fff;
}

.promo-card p {
  font-size: 16px;
  margin-bottom: 20px;
  color: #fff;
}

/* Кнопки в карточках */
.btn-red {
  background-color: #FF3D3D; /* Красная кнопка */
  color: #fff;
  padding: 10px 25px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
  transition: background-color 0.3s ease;
}

.btn-red:hover {
  background-color: #D93030;
}

/* Блок преимуществ */
.features {
  background-color: #333;
  padding: 30px 20px;
}

.features-container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-around;
}

.feature {
  text-align: center;
  color: #00ffc0;
  width: 180px; /* Унифицированная ширина для иконок и текста */
}

.feature-icon {
  width: 50px; /* Размер иконок фиксирован */
  height: 50px; /* Высота иконок фиксирована */
  margin-bottom: 10px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.feature p {
  font-size: 14px;
  line-height: 1.4;
  color: #fff;
}


/* Игровые автоматы */
.slots {
  background-color: #222; /* Фон блока */
  padding: 20px;
  color: #fff;
}

.slots-title {
  text-align: center;
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 20px;
  color: #00ffcc; /* Зеленый цвет заголовка */
}

.slots-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); /* Адаптивная сетка */
  gap: 20px;
}

.slot-card {
  background-color: #333; /* Фон карточки */
  border-radius: 10px;
  text-align: center;
  padding: 15px;
  transition: transform 0.3s, box-shadow 0.3s;
  text-decoration: none;
  color: #fff;
}

.slot-card img {
  max-width: 100%;
  border-radius: 5px;
}

.slot-card p {
  margin-top: 10px;
  font-size: 16px;
  color: #00ffcc; /* Цвет текста */
}

/* Ховер эффект */
.slot-card:hover {
  transform: scale(1.05);
  box-shadow: 0px 0px 10px rgba(0, 255, 204, 0.5);
}

/* Адаптивность */
@media (max-width: 768px) {
  .slots-title {
    font-size: 28px;
  }
  .slot-card p {
    font-size: 14px;
  }
}

/* Секция футера */
.footer {
  background-color: #1e1e1e; /* Темный фон */
  padding: 40px 20px;
  text-align: center;
  color: #ccc;
}

.footer-content {
  max-width: 1200px;
  margin: 0 auto;
}

.footer-logos {
  display: flex;
  justify-content: center;
  gap: 20px; /* Расстояние между логотипами */
  margin-bottom: 10px;
}

.footer-logos img {
  max-width: 100px; /* Размер логотипов */
  height: auto;
}

.footer p {
  font-size: 12px;
  color: #fff;
  margin-bottom: 30px;
}

/* Кнопки приложений */

.app-buttons {
  text-align: center;
}

.app-buttons h3 {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 15px;
}

.app-buttons-container {
  display: flex;
  justify-content: center;
  gap: 20px; /* Расстояние между кнопками */
}

.app-button {
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
}

.app-button img {
  width: 140px; /* Устанавливаем фиксированный размер кнопок */
  height: auto;
  border-radius: 5px; /* Скругленные углы, если нужно */
}

/* Адаптивность */
@media (max-width: 768px) {
  .footer-logos img {
    max-width: 80px; /* Уменьшаем размер логотипов в мобильной версии */
  }

  .app-buttons-container {
    flex-direction: column; /* Размещаем кнопки в столбик на мобильных */
    gap: 10px;
  }

  .app-button img {
    width: 120px; /* Размер кнопок на мобильных устройствах */
  }
}


/* Блок игровых автоматов. Конец*/




/* Адаптивность */
@media (max-width: 768px) {
  .promo-container {
    flex-direction: row;
    gap: 10px;
  }

  .promo-card {
    width: 45%;
    height: auto;
    padding: 10px;
  }

  .promo-card-left .btn-red {
    margin-top: 30px;
  }

  .features-container {
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
  }

  .feature {
    margin-bottom: 20px;
  }
}

/* Блок с описанием под карточками */
.content-section {
  background-color: #1e1e1e; /* Темный фон под стиль сайта */
  padding: 30px 20px; /* Отступы сверху и снизу */
  color: #fff; /* Цвет текста */
}

.content-container {
  max-width: 900px; /* Максимальная ширина контента */
  margin: 0 auto; /* Центрирование блока */
}

.content-section h3 {
  font-size: 24px; /* Размер заголовка */
  font-weight: bold; /* Жирный шрифт для заголовка */
  margin-bottom: 20px; /* Отступ между заголовком и текстом */
}

.content-section p {
  font-size: 16px; /* Размер текста */
  line-height: 1.6; /* Межстрочный интервал для удобства чтения */
  margin-bottom: 15px; /* Отступы между абзацами */
  color: #ccc; /* Ненавязчивый цвет текста */
}
