@font-face {
    font-family: "Poppins";
    src: url("fonts/Poppins-Regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

html,
body {
    height: 100%;
    max-width: 1920px;
    margin: 0 auto;
}

html {
    scroll-behavior: smooth;
}
a {
    text-decoration: none;
}

body {
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    font-weight: 400;
    margin: 0;
    background-color: #121212;
    color: rgb(0, 0, 0);
    display: flex;
    flex-direction: column;
    overflow-x: hidden;
}

* {
    box-sizing: border-box;
}

@media (max-width: 900px) {
    body {
        font-size: 16px;
    }
    .navigation {
        flex-direction: column;
        gap: 10px;
    }
    .header {
        padding: 35px 0;
        display: flex;
        justify-content: center;
    }
    .main-content {
        margin-top: 80px !important;
    }

    
}
body::-webkit-scrollbar {
    width: 10px;
    background-color: white;
}
body::-webkit-scrollbar-thumb {
    background-color: silver;
}
body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px white;
    background-color: transparent;
}
.header {
    width: 100%;
    padding: 20px 20px;
    background: #22162b;
    transition: top 0.3s;
    z-index: 1000;
    max-width: 1920px;
    margin: 0 auto;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border-bottom: 2px solid rgb(255, 47, 47);
}
.logo-img {
    width: 10px;
    height: auto;
}
.header.hidden {
    transform: translateY(-120%); /* Смещение заголовка вверх при скрытии */
}
.navigation {
    display: flex;
    justify-content: center;
    align-items: center;
}
.nav-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
}
.nav-item {
    margin-left: 20px;
}
.nav-link {
    font-weight: 600;
    text-decoration: none;
    color: #c9c9c9;
    font-size: 16px;
    transition: all 0.3s ease;
    text-transform: uppercase;
    border-bottom: 2px solid transparent;
    padding: 10px 15px;
    background-color: transparent;
}

.dank-ky-logo {
  font-weight: 600;
  color: rgb(241, 238, 223);
  font-size: 16px;
  padding: 14px 20px;
  background: transparent;
  transition: all 0.3s ease;
  border: 2px solid #56252f;
  border-radius: 10px;
}
.dank-nhap-logo {
  color: rgb(244, 234, 234);
  padding: 14px 20px;
  transition: all 0.3s ease;
  font-weight: 600;
  font-size: 16px;
  background: #724e91;
  border-radius: 10px;
}

.logo-img {
  width: 50px;
  height: auto;
  display: flex;
  align-items: center;
}

@media (max-width: 550px) {
    .nav-item {
        margin-left: 5px;
        font-size: 14px;
    }
    .nav-link {
        padding: 2px 5px;
    }
}

.nav-list.show {
    max-height: 100%;
    opacity: 1;
    right: 0;
}

.burger-menu {
    display: none;
    flex-direction: column;
    cursor: pointer;
    transition: transform 0.3s ease;
}

.burger-line {
    width: 30px;
    height: 4px;
    background-color: rgb(255, 255, 255);
    margin: 3px 0;
    transition: 0.3s;
}

.burger-menu.active .burger-line:nth-child(1) {
    transform: translateY(10px) rotate(45deg);
}

.burger-menu.active .burger-line:nth-child(2) {
    opacity: 0;
}

.burger-menu.active .burger-line:nth-child(3) {
    transform: translateY(-10px) rotate(-45deg);
}

@media (max-width: 730px) {
    .nav-list {
        list-style: none;
        padding: 0;
        margin: 0;
        display: flex;
        transition: max-height 0.3s ease, opacity 0.3s ease;
        max-height: 0;
        overflow: hidden;
        opacity: 0;
    }
    .nav-list {
        display: flex;
    }


    .burger-menu {
        display: flex;
        margin-right: 15px;
    }
    .navigation {
        flex-direction: row;
        flex-wrap: wrap;
        margin-top: 40px;
    }
}

.main-content {
    margin-top: 50px;
}

.navigation {
    margin: 0 auto;
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 100%;
    justify-content: center;
    gap: 10px;
}

@media (max-width: 768px) {
    .main-content {
        margin-top: 52px;
    }
    .navigation {
        justify-content: space-between;
    }
}

.nav-list {
    display: flex;
    gap: 10px;
    list-style: none;
}

.nav-item {
    position: relative;
}


@media (max-width: 1050px) {
  .nav-list {
    gap: 4px;
  }
  .nav-link {
    font-size: 12px;
  }
}
@media (max-width: 900px) {
  .nav-list {
    margin-bottom: 15px;
  }

}

@media (max-width: 768px) {
  .nav-link {
    font-size: 11px;
  }

}

@media (max-width: 1025px) {
    .burger-menu {
        display: flex;
        z-index: 10000;
    }
    .nav-list {
        position: fixed; /* Фиксируем меню */
        top: 0;
        right: -100%; /* Скрываем меню за пределами экрана */
        width: 100%; /* Ширина меню на весь экран */
        height: 100%; /* Высота на весь экран */
        color: rgb(244, 234, 234);
        transition: right 0.3s ease; /* Анимация появления */
        z-index: 999; /* Указываем z-index */
        display: flex;
        flex-direction: column; /* Выравнивание пунктов меню по вертикали */
        justify-content: center;
        align-items: center;
        gap: 26px;
        background: black;
    }

    /* Когда меню активно, смещаем его в видимую область экрана */
    .nav-list.show {
        right: 0; /* Меню появляется */
    }


}

@media (max-width:426px) {
    
    .burger-line{
        background-color: rgb(255, 255, 255);
    }
    .main-content{
        margin-top: 0;
    }
    .slider-header{
        margin-top: 0;
    }
    .nav-list{
        top: 0;
    }
    
}

.burger-menu.hidden {
    display: none; /* Скрыть бургер-меню, когда класс "hidden" активен */
}

.footer {
  background: #22162b;
    margin-top: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-top: 2px solid rgb(255, 47, 47);
}

.footer-content {
    display: flex;
    flex-direction: column; /* Вертикальная компоновка для мобильных устройств */
    align-items: center; /* Центрирование содержимого */
    text-align: center; /* Центрирование текста */
}

.footer-details {
    margin-bottom: 15px; /* Отступ снизу */
}

.footer-location,
.footer-phone,
.footer-email {
    display: block; /* Чтобы ссылки занимали всю ширину */
    color: #666; /* Цвет для текста */
    text-decoration: none; /* Убираем подчеркивание */
    font-size: 16px; /* Размер шрифта */
    transition: color 0.3s ease;
}

.footer-location i,
.footer-phone i,
.footer-email i {
    margin-right: 8px; /* Отступ между иконкой и текстом */
}

.footer-links {
    margin-top: 10px; /* Отступ сверху */
}

.footer-links a {
    color: #2b8eff; /* Цвет ссылок */
    text-decoration: none; /* Убираем подчеркивание */
    margin: 0 10px; /* Горизонтальный отступ */
    transition: color 0.3s ease;
}

.footer-rights {
    font-size: 18px;
    color: #ffffff; /* Цвет текста для прав */
    margin-top: 10px; /* Отступ сверху */
}

/* Адаптивные стили */
@media (min-width: 600px) {
    .footer-content {
        flex-direction: row; /* Горизонтальная компоновка на больших экранах */
        justify-content: space-between; /* Распределение пространства между элементами */
        align-items: flex-start; /* Выравнивание по верхнему краю */
        max-width: 1200px; /* Максимальная ширина контейнера */
        margin: 0 auto; /* Центрирование контейнера */
        padding: 20px; /* Дополнительные отступы */
    }
    .footer-details {
        margin-bottom: 0; /* Убираем отступ снизу */
    }
    .footer-links {
        margin-top: 0; /* Убираем отступ сверху */
    }
}

.header-button-container {
    background-color: #2b00a3;
    display: flex;
    justify-content: flex-end; /* Выравнивание по правому краю */
    align-items: center;
    gap: 10px; /* Отступ между кнопками */
    padding: 6px;
    padding-right: 30px;
    z-index: 1000;
}

.header-button {
    text-decoration: none; /* Убираем подчеркивание */
    color: white; /* Цвет текста */
    border-radius: 5px; /* Закругление углов */
    transition: color 0.3s; /* Плавный переход для фона */
}

.header-button:hover {
    color: silver;
}

.header-separator {
    margin: 0 10px; /* Отступ для разделителя */
    color: #ffffff; /* Цвет разделителя */
}

/* Адаптивные стили */
@media (max-width: 600px) {
    .header-button {
        padding: 8px 12px; /* Уменьшаем отступы на маленьких экранах */
    }
}

.slider-header {
    top: -100px;
    position: relative;
    width: 100%;
    height: 700px;
    overflow: hidden;
}

.slider-header-content {
    width: 100%;
    height: 100%;
    display: flex;
    transition: transform 0.5s ease-in-out;
}

.slide-header {
    min-width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.slide-header img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.slide-header-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: rgb(255, 255, 255);
    text-align: center;
    padding: 20px;
    border-radius: 10px;
    font-size: 32px;
    font-weight: 900;
    background: rgba(4, 4, 4, 0.405);
    width: 60%;
}

.header-btn-app {
    text-decoration: none;
    padding: 10px 20px;
    font-size: 18px;
    color: white;
    background: linear-gradient(0deg, #3d4b07, #c7d534);
    border: 1px solid #e0ff30 !important;
        border-radius: 20px;
    transition: background-color 0.3s ease;
}

.slide-header {
    display: none; /* Hide all slides by default */
}

.active-header {
    display: block; /* Show the active slide */
}
@media (max-width:950px) {
    .header-btn-app {
        font-size: 14px;
    }
    .slide-header-text {
        font-size: 22px;
    }
}

@media (max-width:768px) {
    .header-btn-app {
        font-size: 10px;
    }
}

@media (max-width:600px) {
    .header-btn-app {
        font-size: 8px;
    }
}
@media (max-width:500px) {
    .slide-header-text{
        width: 90%;
    }
}


.A2-GAME-image-1,
  .A2-GAME-image-2,
  .A2-GAME-image-3,
  .A2-GAME-image-4,
  .A2-GAME-image-5 {
    width: 100%;

    height: auto;
    border-radius: 10px;
    margin-bottom: 20px;
  }

  @media (max-width: 1200px) {
    .A2-GAME-image-1,
  .A2-GAME-image-2,
  .A2-GAME-image-3,
  .A2-GAME-image-4,
  .A2-GAME-image-5{
    height: auto;
  }
    
  }

  .sports-betting-section {
    background: rgba(23, 6, 6, 0.415);
        color: #ffffff;
    padding: 40px 20px;
    text-align: center;
    border-radius: 15px;
    max-width: 90%;
    margin: 20px auto;
    
  }

  /* Стили для первой секции */
  .A2-GAME-section-1 {
    background: rgba(23, 6, 6, 0.415);
        color: #ffffff;
    padding: 40px 20px;
    text-align: center;
    border-radius: 15px;
    max-width: 90%;
    margin: 20px auto;
    
  }

  .A2-GAME-title-1 {
    font-size: 36px;
    font-weight: 900;
    margin-bottom: 15px;
    color: #ffcc00;
    text-transform: uppercase;
  }

  .A2-GAME-subtitle-1 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #ffcc00;
  }

  .A2-GAME-description-1 {
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 30px;
    color: #ffffff;
  }

  .A2-GAME-button-1 {
    background: linear-gradient(0deg, #3d4b07, #c7d534);
    border: 1px solid #e0ff30 !important;
    color: white;
    padding: 15px 30px;
    font-size: 18px;
    font-weight: bold;
    border: none;
    border-radius: 50px;
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.3s ease;
  }

  .A2-GAME-button-1:hover {
    background: linear-gradient(0deg, #3d4b07, #eaff00);
    border: 1px solid #e0ff30 !important;    transform: scale(1.05);
  }

  /* Стили для второй секции */
  .A2-GAME-section-2 {
    background: rgba(23, 6, 6, 0.415);
        color: #ffffff;
    padding: 40px 20px;
    text-align: center;
    border-radius: 15px;
    max-width: 90%;
    margin: 20px auto;
    
  }

  .A2-GAME-title-2 {
    font-size: 36px;
    font-weight: 900;
    margin-bottom: 15px;
    color: #ffcc00;
  }

  .A2-GAME-subtitle-2 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #ffffff;
  }

  .A2-GAME-description-2 {
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 30px;
    color: #ffffff;
  }

  .A2-GAME-button-2 {
    background: linear-gradient(0deg, #3d4b07, #c7d534);
    border: 1px solid #e0ff30 !important;
    color: white;
    padding: 15px 30px;
    font-size: 18px;
    font-weight: bold;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.3s ease;
  }

  .A2-GAME-button-2:hover {
    background: linear-gradient(0deg, #3d4b07, #eaff00);
    border: 1px solid #e0ff30 !important;   transform: translateY(-5px);
  }

  /* Стили для третьей секции */
  .A2-GAME-section-3 {
    background: rgba(23, 6, 6, 0.415);
        color: #ffffff;
    padding: 40px 20px;
    text-align: center;
    border-radius: 15px;
    max-width: 90%;
    margin: 20px auto;
    
  }

  .A2-GAME-title-3 {
    font-size: 36px;
    font-weight: 900;
    margin-bottom: 15px;
    color: #ffd700;
    text-transform: uppercase;
  }

  .A2-GAME-subtitle-3 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #ffd700;
  }

  .A2-GAME-description-3 {
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 30px;
    color: #ffffff;
  }

  .A2-GAME-button-3 {
    background: linear-gradient(0deg, #3d4b07, #c7d534);
    border: 1px solid #e0ff30 !important;
    color: white;
    padding: 15px 30px;
    font-size: 18px;
    font-weight: bold;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.3s ease;
  }

  .A2-GAME-button-3:hover {
    background: linear-gradient(0deg, #3d4b07, #eaff00);
    border: 1px solid #e0ff30 !important;   transform: translateY(-5px);
  }

  /* Стили для четвертой секции */
  .A2-GAME-section-4 {
    background: rgba(23, 6, 6, 0.415);
        color: #ffffff;
    padding: 40px 20px;
    text-align: center;
    border-radius: 15px;
    max-width: 90%;
    margin: 20px auto;
    
  }

  .A2-GAME-title-4 {
    font-size: 36px;
    font-weight: 900;
    margin-bottom: 15px;
    color: #ffd700;
    text-transform: uppercase;
  }

  .A2-GAME-subtitle-4 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #ffd700;
  }

  .A2-GAME-description-4 {
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 30px;
    color: #ffffff;
  }

  .A2-GAME-button-4 {
    background: linear-gradient(0deg, #3d4b07, #c7d534);
    border: 1px solid #e0ff30 !important;
    color: white;
    padding: 15px 30px;
    font-size: 18px;
    font-weight: bold;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.3s ease;
  }

  .A2-GAME-button-4:hover {
    background: linear-gradient(0deg, #3d4b07, #eaff00);
    border: 1px solid #e0ff30 !important;    transform: translateY(-5px);
  }

  /* Стили для пятой секции */
  .A2-GAME-section-5 {
    background: rgba(23, 6, 6, 0.415);
        color: #ffffff;
    padding: 40px 20px;
    text-align: center;
    border-radius: 15px;
    max-width: 90%;
    margin: 20px auto;
    
  }

  .A2-GAME-title-5 {
    font-size: 36px;
    font-weight: 900;
    margin-bottom: 15px;
    color: #ffd700;
    text-transform: uppercase;
  }

  .A2-GAME-subtitle-5 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #ffd700; /* Золотой цвет для подзаголовка */
  }

  .A2-GAME-description-5 {
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 30px;
    color: #ffffff;
  }

  .A2-GAME-button-5 {
    background: linear-gradient(0deg, #3d4b07, #c7d534);
    border: 1px solid #e0ff30 !important;
    color: white;
    padding: 15px 30px;
    font-size: 18px;
    font-weight: bold;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.3s ease;
  }

  .A2-GAME-button-5:hover {
    background: linear-gradient(0deg, #3d4b07, #eaff00);
    border: 1px solid #e0ff30 !important;  transform: translateY(-5px); /* Подъем кнопки */
  }

  @media (max-width: 768px) {
    .A2-GAME-title-5 {
      font-size: 28px;
    }
    .A2-GAME-subtitle-5 {
      font-size: 20px;
    }
    .A2-GAME-description-5 {
      font-size: 14px;
      color: #ffffff;
    }
    .A2-GAME-button-5 {
      padding: 12px 24px;
      font-size: 16px;
    }
  }

  .marquee-container {
    background: #56252f;
    color: #fff;
    padding: 10px 0;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    position: absolute;
    bottom: 0;
    width: 100%;
}

.no-hu-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 40px 20px;
  background: rgba(23, 6, 6, 0.415);
  color: #ffffff;
  text-align: center;
  border-radius: 20px;
  margin: 20px;
  
}
.no-hu-container, .no-hu-info {
  max-width: 800px;
  margin-bottom: 20px;
}
.no-hu-title {
  font-size: 36px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 10px;
  color: #ffd700;
}
.no-hu-subtitle {
  font-size: 24px;
  margin-bottom: 20px;
}
.no-hu-text {
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 15px;
}
.no-hu-button {
  display: inline-block;
  padding: 12px 24px;
  background: linear-gradient(0deg, #3d4b07, #c7d534);
  border: 1px solid #e0ff30 !important;  color: white;
  font-weight: bold;
  text-transform: uppercase;
  border-radius: 8px;
  transition: 0.3s;
  text-decoration: none;
  margin-bottom: 20px;
}
.no-hu-button:hover {
  background: linear-gradient(0deg, #3d4b07, #eaff00);
  border: 1px solid #e0ff30 !important;    transform: scale(1.05);
color: white;
}






.game-bai-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 40px 20px;
  background: rgba(23, 6, 6, 0.415);
  color: #ffffff;
  text-align: center;
  border-radius: 20px;
  margin: 20px;
  
}

.game-bai-container, .game-bai-info {
  max-width: 800px;
  margin-bottom: 20px;
}

.game-bai-title {
  font-size: 36px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 10px;
  color: #ffd700;
}

.game-bai-subtitle {
  font-size: 24px;
  margin-bottom: 20px;
}

.game-bai-text {
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 15px;
}

.game-bai-button {
  display: inline-block;
  padding: 12px 24px;
  background: linear-gradient(0deg, #3d4b07, #c7d534);
  border: 1px solid #e0ff30 !important;  color: white;
  font-weight: bold;
  text-transform: uppercase;
  border-radius: 8px;
  transition: 0.3s;
  text-decoration: none;
  margin-bottom: 20px;
}

.game-bai-button:hover {
  background: linear-gradient(0deg, #3d4b07, #eaff00);
  border: 1px solid #e0ff30 !important;    transform: scale(1.05);
color: #fff;
}


.the-thaos-betting-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 40px 20px;
  background: rgba(23, 6, 6, 0.415);
  color: #ffffff;
  text-align: center;
  
  border-radius: 20px;

  margin: 20px;

}

.the-thaos-betting-container, .the-thaos-betting-info {
  margin-bottom: 20px;
}

.the-thaos-betting-title {
  font-size: 36px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 10px;
  color: #ffd700;
}

.the-thaos-betting-text {
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 15px;
}

.the-thaos-betting-button {
  display: inline-block;
  padding: 12px 24px;
  background: linear-gradient(0deg, #3d4b07, #c7d534);
  border: 1px solid #e0ff30 !important;  color: white;
  font-weight: bold;
  text-transform: uppercase;
  border-radius: 8px;
  transition: 0.3s;
  text-decoration: none;
}

.the-thaos-betting-button:hover {
  background: linear-gradient(0deg, #3d4b07, #eaff00);
  border: 1px solid #e0ff30 !important;    transform: scale(1.05);
color: #fff;
}


.khuyen-mai-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 40px 20px;
  background: rgba(23, 6, 6, 0.415);
  color: #ffffff;
  text-align: center;
  
  border-radius: 20px;

  margin: 20px;

}

.khuyen-mai-container {
  margin-bottom: 20px;
}

.khuyen-mai-title {
  font-size: 36px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 10px;
  color: #ffd700;
}

.khuyen-mai-text {
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 15px;
}

.khuyen-mai-button {
  display: inline-block;
  padding: 12px 24px;
  background: linear-gradient(0deg, #3d4b07, #c7d534);
  border: 1px solid #e0ff30 !important;  color: white;
  font-weight: bold;
  text-transform: uppercase;
  border-radius: 8px;
  transition: 0.3s;
  text-decoration: none;
  margin-bottom: 20px;
}

.khuyen-mai-button:hover {
  background: linear-gradient(0deg, #3d4b07, #eaff00);
  border: 1px solid #e0ff30 !important;    transform: scale(1.05);
color: #fff;
}


.ban-ca-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 40px 20px;
  background: rgba(23, 6, 6, 0.415);
  color: #ffffff;
  text-align: center;
  
  border-radius: 20px;

  margin: 20px;


}

.ban-ca-container {
  margin-bottom: 20px;
}

.ban-ca-title {
  font-size: 36px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 10px;
  color: #ffd700;
}

.ban-ca-text {
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 15px;
}

.ban-ca-button {
  display: inline-block;
  padding: 12px 24px;
  background: linear-gradient(0deg, #3d4b07, #c7d534);
  border: 1px solid #e0ff30 !important;  color: white;
  font-weight: bold;
  text-transform: uppercase;
  border-radius: 8px;
  transition: 0.3s;
  text-decoration: none;
  margin-bottom: 10px;
}

.ban-ca-button:hover {
  background: linear-gradient(0deg, #3d4b07, #eaff00);
  border: 1px solid #e0ff30 !important;    transform: scale(1.05);
color: #fff;
}



.song-bai-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 40px 20px;
  background: rgba(23, 6, 6, 0.415);
  color: #ffffff;
  text-align: center;
  border-radius: 20px;
  
  margin: 20px;

}

.song-bai-container {
  margin-bottom: 20px;
}

.song-bai-title {
  font-size: 36px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 10px;
  color: #ffd700;
}

.song-bai-text {
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 15px;
}

.song-bai-button {
  display: inline-block;
  padding: 12px 24px;
  background: linear-gradient(0deg, #3d4b07, #c7d534);
  border: 1px solid #e0ff30 !important;  color: white;
  font-weight: bold;
  text-transform: uppercase;
  border-radius: 8px;
  transition: 0.3s;
  text-decoration: none;
  margin-bottom: 20px;
}

.song-bai-button:hover {
  background: linear-gradient(0deg, #3d4b07, #eaff00);
  border: 1px solid #e0ff30 !important;    transform: scale(1.05);
color: #fff;
}


.login-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 40px 20px;
  background: rgba(23, 6, 6, 0.415);
  color: #ffffff;
  text-align: center;
  border-radius: 20px;
  
  margin: 20px;

}

.login-container {
  margin-bottom: 20px;
}

.login-title {
  font-size: 36px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 10px;
  color: #ffd700;
}

.login-subtitle {
  font-size: 24px;
  margin-bottom: 15px;
}

.login-text {
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 15px;
}

.login-button {
  display: inline-block;
  padding: 12px 24px;
  background: linear-gradient(0deg, #3d4b07, #c7d534);
  border: 1px solid #e0ff30 !important;  color: white;
  font-weight: bold;
  text-transform: uppercase;
  border-radius: 8px;
  transition: 0.3s;
  text-decoration: none;
  margin-top: 10px;
  margin-bottom: 30px;
}

.login-button:hover {
  background: linear-gradient(0deg, #3d4b07, #eaff00);
  border: 1px solid #e0ff30 !important;    transform: scale(1.05);
color: white;
}

@media (max-width:426px) {
  [class^="A2-GAME-button"]{
    padding: 15px 15px;

  }
  .header-btn-app{
    padding: 8px 14px;
  }
  .slide-header-text{
    width: 95%;
  }
  .A2-GAME-button-5{
    padding: 6px 12px;
  }
  
}

.nav-button {
  background: none; /* Убираем фон */
  border: none; /* Убираем рамку */
  padding: 0; /* Убираем отступы */
  cursor: pointer; /* Изменяем курсор на указатель */
}



[class*="section"] {
  padding: 30px;

}
@media (max-width:1000px) {
  [class*="section"] {
    padding: 30px;
  
  }
  
}

.link-hiden {
  display: none;
}

.col-oran {
  color: rgb(232, 232, 232);
}

.text-btn-link {
   color: rgb(244, 234, 234);
  padding: 14px 20px;
  transition: all 0.3s ease;
  font-weight: 600;
  font-size: 16px;
  background: #56252f;
  border-radius: 10px;
}

@media (max-width:840px) {
  .text-btn-link {
    padding: 10px 20px;
    font-size: 12px;
  }
  .slide-header-text {
    padding: 4px;
    padding-bottom: 20px;
  }
}

@media (max-width:580px) {
  .text-btn-link {
    padding: 10px 5px;
    font-size: 12px;
  }
  .slide-header-text {
    padding: 4px;
    padding-bottom: 20px;
  }
}

@media (max-width:305px) {
  .text-btn-link {
    padding: 10px 5px;
    font-size: 10px;
  }
  .slide-header-text {
    padding: 4px;
    padding-bottom: 20px;
  }
}



@media (max-width: 1366px) {
  .nav-link {
      font-weight: 400;
      font-size: 11px;
      padding: 0;
  }

}

@media (max-width: 1025px) {

  .dank-ky-logo {
    font-weight: 400;
    font-size: 11px;
    padding: 10px 10px;
  }
  .dank-nhap-logo {
    font-weight: 400;
    font-size: 11px;
    padding: 10px 10px;
  }
}


@media (min-width: 1025px) {
  .nav-link:hover {
    color: #ffffff;
  }
  .dank-ky-logo:hover {
    background: rgba(200, 200, 200, 0.544);
  }
  .dank-nhap-logo:hover {
    background: rgba(255, 255, 255, 0.625);
  }
  .text-btn-link:hover {
    background: rgba(255, 255, 255, 0.625);
  }
}

.loginMargin{
  margin-top: 30px;
  width: 100%;
}

.burger-menu {
  display: none;
  flex-direction: column;
  cursor: pointer;
  transition: transform 0.3s ease;
}

.burger-line {
  width: 30px;
  height: 4px;
  margin: 3px 0;
  transition: 0.3s;
}

.burger-menu.active .burger-line:nth-child(1) {
  transform: translateY(10px) rotate(45deg);
}

.burger-menu.active .burger-line:nth-child(2) {
  opacity: 0;
}

.burger-menu.active .burger-line:nth-child(3) {
  transform: translateY(-10px) rotate(-45deg);
}

@media (max-width: 1025px) {
  .burger-menu {
      display: flex;
  }
}

.no-scroll {
  overflow: hidden; /* Prevent scrolling */
}

@media (max-width: 1560px) {
  .nav-link {
      font-weight: 400;
      font-size: 11px;
      padding: 0;
  }

}

@media (max-width: 1100px) {
  .nav-link {
      font-weight: 400;
      font-size: 9px;
      padding: 0;
  }

}

@media (max-width: 1025px) {

  .dank-ky-logo {
    font-weight: 400;
    font-size: 11px;
    padding: 10px 10px;
  }
  .dank-nhap-logo {
    font-weight: 400;
    font-size: 11px;
    padding: 10px 10px;
  }
}

@media (max-width: 768px) {
  .col-oran {
    font-size: 20px;
  }

  .footer-rights {
    font-size: 12px;
  }

}
.disp-non {
  display: none;
}

.nav-burg-reg {
  display: none;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 4px;
}
.nav-item {
  list-style: none !important;
}

.navigation {
  justify-content: space-between !important;
}
@media (max-width: 1025px) {
  .nav-list {
      list-style: none;
      padding: 0;
      margin: 0;
      display: flex;
      transition: max-height 0.3s ease, opacity 0.3s ease;
      max-height: 0;
      overflow: hidden;
      opacity: 0;
  }
  .nav-list {
      display: flex;
  }

  .burger-menu {
      display: flex;
      margin-right: 15px;
  }
  .navigation {
      flex-direction: row;
      flex-wrap: wrap;
  }
  .nav-burg-reg {
    display: flex;
  }
  .logo-img {
    width: 100px;
  }
  .header {
    padding: 14px 8px;
}
}