body {
    font-family: Arial, sans-serif;
    background: 
        linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), /* Полупрозрачный затемняющий слой */
        linear-gradient(to bottom, #03032f, #a205b6); /* Основной градиент */
    color: #fff;
    font-display: swap;
}


.header {
    background: transparent;
    padding: 10px 0;
	font-weight: 600;
}

.logo {
    max-height: 50px;
	width: auto;
}

.nav-link, .navbar-brand, .breadcrumb-item a {
    color: #fff !important;
}

.breadcrumb-item.active {
    color: #fad400;
}

h1, h2 {
    color: #fad400;
	text-align: center;
}
img {
  width: auto;
  height: auto;
}
.btn-primary {
    background-color: #f12659;
    border: none;
    width: 30%;
    margin: 0 auto;
    display: block;
    color: #fff;
	font-size: 25px;
	font-weight: 600;
    padding: 18px;
}

.btn-primary:hover {
    background-color: #ab1339;
}

.btn-primary:active {
    background-color: #ab1339;
}
.btn-bonus {
    background-color: #3dbcd0;
    border: none;
    width: 30%;
    margin: 0 auto;
    display: block;
    color: #000;
	font-size: 25px;
	font-weight: 600;
    padding: 18px;
}

.btn-bonus:hover {
    background-color: #0fa4bb;
}

.btn-bonus:active {
    background-color: #0fa4bb;
}

.stk {
    background-color: #f12659;
    border: none;
    width: 30%;
    margin: 0 auto;
    display: block;
    color: #fff;
	font-size: 18px;
	font-weight: 600;
    padding: 18px;
}

.rating span {
    font-size: 2em;
    color: gold;
}

.faq .card-header {
    background-color: #0f2d4e;
	color: #fff;
}

.faq .card-header button {
    width: 100%;
    text-align: left;
}

.faq .card-body {
    color: #000;
}

.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: .25rem;
    margin: 5px;
    box-shadow: 0px 8px 20px rgb(27 62 97 / 9%);
}

.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
    text-decoration: none;
	color: #fff;
}



.faq h5 {
    cursor: pointer;
    text-decoration: none;
	color: #fff;
}


/* Styles for addition games */

.newgame-boxes {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
	div {
    display: block;
    unicode-bidi: isolate;
    }
}

.newgame-cards {
    background-color: #fff;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
    position: relative;
	border-radius: 10px;
    background-size: cover;
    background-position: center;
    height: 157px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 20px;
    color: #fff;
}
.newgame-titles {
    font-size: 1.5rem;
    color: #000000;
    background-color: rgb(241 241 243 / 94%);
    text-align: center;
    border-radius: 10px;
    margin-bottom: 10px;
    position: relative;
    z-index: 2;
}
.newgame-descs {
    font-size: 0.9rem;
    position: relative;
    z-index: 2;
    background-color: rgb(15 30 62 / 94%);
    padding: 10px;
    border-radius: 10px;
}


@media (min-width: 769px) {
    .newgame-cards {
        transition: transform 0.3s ease, box-shadow 0.3s ease;
    }
	.newgame-titles {
        font-size: 1.65rem;
    }
	.newgame-descs {
        font-size: 0.9rem;
    }
}

@media (max-width: 769px) {
    .newgame-cards {
        height: 247px;
    }
}


.btn:not(:disabled):not(.disabled):hover {
    cursor: pointer;
    text-decoration: none;
}

.btn-link:hover {
    color: #0056b3;
    text-decoration: none;
}

.btn-link:focus {
    color: #0056b3;
    text-decoration: none;
}

.table td, .table th {
    color: #fff !important;
}

.custom-breadcrumb .breadcrumb {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: .75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: transparent !important;
}
.floating-cta {
    position: fixed;
    bottom: 0;
    width: 100%;
    max-height: 150px;
    background-color: rgba(28, 31, 49, 0.9); /* Полупрозрачный фон */
    color: #fff;
    text-align: center;
    padding: 1rem;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.2);
    z-index: 26;
}

.floating-cta .cta-text {
    font-size: 1.2rem;
    margin-bottom: 0.5rem;
}

.floating-cta .btn {
    width: 80%;
    max-width: 200px;
}
/* Media queries for button width */
.cta-button {
    width: 80%;

}

@media (min-width: 992px) {
    .cta-button {
        width: 35%;
			display: inline-block;
    }
}
.nav {
    display: flex;
    justify-content: center;
	font-weight: 600;
}

.nav-item {
    margin: 0 10px; /* Adjust spacing between items as needed */
	font-size: 13px;
}
.rating p 
{
	font-size: 11px;
}
.footer .container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.footer .text-muted a {
    color: #6c757d;
    text-decoration: none;
}
.footer .text-muted a:hover {
    color: #0056b3;
    text-decoration: none;
}
.footer {
	background: #1c1f31;
}
.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='white' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
}
@media (max-width: 991.98px) {
.navbar-toggler {
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 1;
}
.navbar-collapse {
    position: relative;
    top: 50px; /* Отступ сверху, чтобы меню не перекрывалось иконкой */
    width: 100%;
    z-index: 0;
}
.navbar-collapse.collapse {
    justify-content: flex-start;
}

.navbar-nav {
    flex-direction: column;
    align-items: flex-start;
}
.nav-item {
    margin: 0 10px; /* Adjust spacing between items as needed */
	font-size: 18px;
}
}


.footer-column {
    flex: 1 1 200px; /* Дает каждой колонке гибкость */
    padding: 10px;
}

.footer-column span {
    display: block;
    margin-bottom: 8px;
}
.reviews-section {
  background-color: transparent;
}

.review-card {
  background-color: white;
  border: none;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.active-card {
  transform: scale(1.1);
  opacity: 1;
}

.inactive {
  opacity: 0.5;
}

.card-title {
  font-weight: bold;
  font-size: 1.2rem;
  color: black;
}

.card-text {
  font-size: 1rem;
  color: black;
}

.text-warning {
  font-size: 1.2rem;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
}

.carousel-control-prev-icon:hover,
.carousel-control-next-icon:hover {
  background-color: rgba(0, 0, 0, 0.8);
}
.button-container {
    display: flex;
    gap: 0px; /* Расстояние между кнопками */
    flex-direction: column; /* Кнопки друг под другом по умолчанию */
	
}

@media (min-width: 992px) {
    .button-container {
        flex-direction: row; /* Кнопки рядом друг с другом на десктопе */
    }
}
.links {
    font-size: 18px;
    text-decoration: underline;
    color: #007bff; /* Цвет текста */
    transition: color 0.3s ease; /* Плавный переход цвета */
}

.links:hover {
    color: #fad400; /* Цвет текста при наведении */
}


/* Меню на мобильных устройствах */
@media (max-width: 991.98px) {
    .navbar-collapse {
        position: fixed; /* Закрепляем меню на экране */
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh; /* Высота на весь экран */
        background: #03032f; /* Цвет фона для мобильного меню */
        overflow-y: auto; /* Прокрутка при необходимости */
        z-index: 1000; /* Убедитесь, что меню выше других элементов */
    }

    .navbar-nav {
        flex-direction: column; /* Вертикальное расположение элементов меню */
        width: 100%;
    }

    .nav-item {
        text-align: center; /* Центрирование элементов меню */
    }

    .nav-link {
        padding: 15px 0; /* Увеличение отступов для удобства нажатия */
        font-size: 18px;
        color: #fff;
    }

    .nav-link:hover {
        color: #fad400; /* Цвет при наведении */
    }

    .navbar-toggler {
        position: absolute;
        top: 10px;
        right: 10px;
        z-index: 1050; /* Убедитесь, что кнопка выше меню */
    }
}
.card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: #0f2d4e!important;
    border-bottom: 1px solid rgba(0, 0, 0, .125);
}
.iframe-container {
    position: relative;
    width: 100%;
    padding-top: 56.25%; /* Соотношение 16:9 (высота/ширина * 100%) */
    height: 0;
}

.iframe-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}