@font-face {
    font-family: 'Montserrat';
    src: local('Montserrat Thin'), local('Montserrat-Thin');
    font-weight: 100;
    font-style: normal;
}
@font-face {
    font-family: 'Montserrat';
    src: local('Montserrat ExtraLight'), local('Montserrat-ExtraLight');
    font-weight: 200;
    font-style: normal;
}
@font-face {
    font-family: 'Montserrat';
    src: local('Montserrat Light'), local('Montserrat-Light');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'Montserrat';
    src: local('Montserrat Regular'), local('Montserrat-Regular');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Montserrat';
    src: local('Montserrat Medium'), local('Montserrat-Medium');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'Montserrat';
    src: local('Montserrat SemiBold'), local('Montserrat-SemiBold');
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: 'Montserrat';
    src: local('Montserrat Bold'), local('Montserrat-Bold');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'Montserrat';
    src: local('Montserrat ExtraBold'), local('Montserrat-ExtraBold');
    font-weight: 800;
    font-style: normal;
}
@font-face {
    font-family: 'Montserrat';
    src: local('Montserrat Black'), local('Montserrat-Black');
    font-weight: 900;
    font-style: normal;
}

* {
    position: relative;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    background-color: #16151F;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
}

img {
    max-width: 100%;
    height: auto;
}

.container {
    max-width: 1440px;
}

.btn {
    border-radius: 0;
    border: none;
}

.btn-gradient {
    background: linear-gradient(270deg, #9D4EDD -1.03%, #5A8BC4 54.18%, #80FFDB 109.39%);
    color: #fff;
}

.btn-blue {
    background: #302D48;
    border-radius: 3px;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    text-transform: capitalize;
    color: #74DCD2;
    border: 1px solid #302D48;
}

.btn-blue:hover {
    border: 1px solid #74DCD2;
    color: #74DCD2;
}

.navbar {
    background-color: #16151F;
    padding: 0;
}

.navbar-brand {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 25px;
    padding-right: 80px;
    font-size: 0;
}

.navbar-toggler-icon svg {
    fill: #fff;
    width: 35px;
    height: 35px;
}

.navbar-nav {
    min-height: 60px;
}

.navbar-nav a {
    padding-top: 0;
    padding-bottom: 0;
    color: #fff;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    display: flex;
    align-items: center;
    height: 100%;
    border-bottom: 3px solid #16151F;
    text-decoration: none;
    margin-right: 15px;
}

.navbar-nav a:hover {
    color: #74DCD2;
    border-bottom: 3px solid #74DCD2;
}

.navbar-auth {
    display: flex;
    align-items: center;
}

.auth-login {
    margin-right: 20px;
}

.auth-login__link:before {
    content: '';
    background: none;
    width: 31px;
    height: 31px;
    display: block;
}

.auth-reg__link {
    text-transform: uppercase;
    padding: 22px;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    text-align: center;
}

.main-wrapper {
    display: flex;
}

.main {
    width: 100%;
}

.main-bg {
    background-color: #16151F;
}

.carousel-item__content {
    position: absolute;
    z-index: 2;
    left: 150px;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
}

.carousel-item__text {
    position: absolute;
    top: 50%;
    left: 38%;
    transform: translate(-50%, -50%);
    width: 35%;
}

.carousel-item__title {
    font-weight: 600;
    font-size: 38px;
    line-height: 40px;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.carousel-item__subtitle {
    font-weight: 300;
    font-size: 21px;
    line-height: 26px;
    letter-spacing: 0.365217px;
    margin-bottom: 80px;
}

.carousel-btn {
    background: linear-gradient( 270deg, #9D4EDD -2.82%, #5A8BC4 211.25%, #80FFDB 425.32%);
    border-radius: 3px;
    color: #fff;
    font-size: 16px;
    padding: 10px 35px;
}

.carousel-item__image img {
    width: 100%;
}

.breadcrumbs {
    padding: 15px 0;
}

.breadcrumbs a {
    color: #fff;
}

.content {
    font-weight: 300;
}

.slots-header {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 35px;
}

.slots-title {
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
    padding-left: 50px;
}

.slots-title::before {
    content: '';
    background: none;
    display: block;
}

.slots-more__link {
    padding: 10px 25px;
}

.slots-items .col {
    padding: 5px;
}

.slot-item {
    transition: all 0.2s;
    border-radius: 6px;
}

.slot-item__permalink {
    display: flex;
    color: #fff;
}

.slot-item__content {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    padding: 10px;
    background-color: rgba(20, 20, 30, 0.8);
    display: none;
}

.slot-item:hover .slot-item__permalink {
    transform: scale(1.3);
    color: #fff;
    transition: all 0.2s;
    z-index: 1;
    border-radius: 6px;
}

.slot-item:hover .slot-item__content {
    display: block;
    border-radius: 6px;
}

.slot-item__title {
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    text-transform: uppercase;
    position: absolute;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    text-align: center;
}

.slot-item__play {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.slot-item__play:before {
    content: '';
    background: none;
    width: 30px;
    height: 30px;
    display: block;
}

.slot-item__soft {
    font-weight: 300;
    font-size: 12px;
    line-height: 15px;
    color: #74DCD2;
    position: absolute;
    right: 10px;
    bottom: 10px;
}

.slot-item__img {
    width: 100%;
    height: 100%;
    height: 136.97px;
    object-fit: cover;
    border-radius: 6px;
}

.sidebar {
    width: 30%;
    min-width: 394px;
    margin-top: -36px;
    z-index: 99;
    padding-left: 25px;
}

.sidebar-jackpot {
    padding: 25px;
    border-radius: 6px;
    background-color: #16151F;
    margin-bottom: 15px;
}

.sidebar-jackpot__title {
    font-weight: 200;
    font-size: 18px;
    line-height: 22px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.sidebar-jackpot__value {
    font-size: 45px;
    line-height: 55px;
    font-weight: 300;
}

.sidebar-soft {
    padding: 25px;
    background: linear-gradient(99.35deg, rgba(49, 47, 66, 0.70012) 7.07%, #16151F 95.26%);
    border-radius: 6px;
    margin-bottom: 15px;
}

.sidebar-soft__title {
    font-weight: 300;
    font-size: 18px;
    line-height: 22px;
    text-transform: uppercase;
    margin-bottom: 25px;
}

.sidebar-soft__item {
    padding: 10px 0;
    border-bottom: 1px solid rgba(255,255,255,0.06);
}

.sidebar-soft__item-link {
    display: flex;
    align-items: center;
    color: #fff;
    text-decoration: none;
    padding-right: 35px;
}

.sidebar-soft__item-link:hover {
    color: #74DCD2;
}

.sidebar-soft__item-logo {
    height: 25px;
    width: 45px;
    margin-right: 15px;
}

.sidebar-soft__item-logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.sidebar-soft__item-title {
    font-size: 12px;
}

.sidebar-soft__link-icon {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.sidebar-soft__link-icon:before {
    content: '';
    background: none;
    width: 30px;
    height: 30px;
    display: block;
}

.soft-items {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.soft-item {
    padding: 20px;
}

.footer-navbar {
    padding: 60px;
}

.footer-navbar ul li a {
    font-weight: 400;
    font-size: 18px;
    line-height: 16px;
    letter-spacing: -0.15px;
    color: #b9b8bb;
    margin-right: 15px;
}

.brand-logo{display:block;height:auto;max-width:140px}
.carousel-item__image img{max-height:520px;object-fit:cover;border-radius:12px}
.carousel-item__text{background:rgba(22,21,31,.55);padding:24px 28px;border-radius:14px;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px)}
.carousel-item__bg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;pointer-events:none;opacity:.9}
.content-img{display:block;width:100%;max-width:900px;margin:24px auto;border-radius:14px;box-shadow:0 12px 35px rgba(0,0,0,.35);object-fit:cover}
.soft-item{display:flex;align-items:center;justify-content:center}
.soft-item__img{display:block;width:120px;height:40px;object-fit:contain;opacity:.95}
.provider-logo{display:block}

/* Tables: visible grid lines + nice look (desktop + mobile) */
.content table,
.main table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(22, 21, 31, 0.35);
  border-radius: 12px;
  overflow: hidden;
}

.content table td,
.content table th,
.main table td,
.main table th {
  border: 1px solid rgba(255, 255, 255, 0.18);
  padding: 12px 14px;
  vertical-align: middle;
  color: #fff;
}

.content table tr:first-child td,
.content table thead th,
.main table tr:first-child td,
.main table thead th {
  font-weight: 600;
  text-transform: none;
  background: rgba(116, 220, 210, 0.10);
}

.content table tbody tr:nth-child(even),
.main table tbody tr:nth-child(even) {
  background: rgba(255, 255, 255, 0.03);
}

.content table tbody tr:hover,
.main table tbody tr:hover {
  background: rgba(116, 220, 210, 0.08);
}

.content table td:first-child,
.main table td:first-child {
  font-weight: 500;
}

/* Mobile: horizontal scroll (keeps grid lines) */
@media (max-width: 625px) {
  .content table,
  .main table {
    display: block;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    white-space: nowrap;
  }

  .content table td,
  .content table th,
  .main table td,
  .main table th {
    padding: 10px 12px;
    font-size: 14px;
  }
}

/* HERO: overlay only under text (title+subtitle), not under CTA */

.carousel-item__text{
  background: transparent !important;
  padding: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
}

.carousel-item__text{
  background: transparent !important;
  padding: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
}

.carousel-item__title,
.carousel-item__subtitle{
  display: inline-block;
  width: fit-content;
  max-width: 100%;
  background: rgba(22, 21, 31, 0.55);
  border-radius: 12px;
  padding: 10px 14px;
  box-shadow: 0 10px 26px rgba(0,0,0,0.25);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}

.carousel-item__title{
  margin-bottom: 10px;
}

.carousel-item__subtitle{
  margin-bottom: 22px;
}

.carousel-btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.footer-nav .nav ul{
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 14px 22px;
  align-items: center;
}

.footer-nav .nav ul li{
  margin: 0;
  padding: 0;
}

.footer-nav .nav ul li::marker{
  content: "";
}

.footer-nav .nav ul li a{
  display: inline-block;
  text-decoration: none;
  line-height: 1.2;
}

@media (max-width: 767px){
  .footer-nav .nav ul{
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }

  .footer-nav .nav ul li a{
    width: 100%;
  }
}
.sidebar-soft__item-logo img{
  width: 28px;
  height: 28px;
  object-fit: contain;
  display: block;
}

.sidebar-soft__item-logo{
  width: 28px;
  height: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 28px;
}

.sidebar-soft__item{
  display: flex;
  align-items: center;
  gap: 10px;
}
