html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
  }
  
  body {
    margin: 0;
  }
  
  main {
    display: block;
  }
  
  h1 {
    font-size: 2em;
    margin: 0.67em 0;
  }
  
  a {
    background-color: transparent;
  }
  
  img {
    border-style: none;
  }
  
  button {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
  }
  
  button {
    overflow: visible;
  }
  
  button {
    text-transform: none;
  }
  
  button {
    -webkit-appearance: button;
  }
  
  button::-moz-focus-inner {
    border-style: none;
    padding: 0;
  }
  
  button:-moz-focusring {
    outline: 1px dotted ButtonText;
  }
  
  ::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
  }
  
  *,
  *::before,
  *::after {
    box-sizing: inherit;
  }
  
  html {
    box-sizing: border-box;
  }
  
  body,
  button {
    color: #404040;
    font-family: -apple-system, BlinkMacSystemFont, segoe ui, Roboto, Oxygen-Sans,
      Ubuntu, Cantarell, helvetica neue, sans-serif;
    font-size: 1rem;
    line-height: 1.5;
  }
  
  body {
    background: #fff;
  }
  
  ul {
    margin: 0 0 1.5em 3em;
  }
  
  ul {
    list-style: disc;
  }
  
  img {
    height: auto;
    max-width: 100%;
  }
  
  table {
    margin: 0 0 1.5em;
    width: 100%;
  }
  
  a:focus {
    outline: thin dotted;
  }
  
  a:hover,
  a:active {
    outline: 0;
  }
  
  button {
    border: 1px solid;
    border-color: #ccc #ccc #bbb;
    border-radius: 3px;
    background: #e6e6e6;
    color: rgba(0, 0, 0, 0.8);
    line-height: 1;
    padding: 0.6em 1em 0.4em;
  }
  
  button:hover {
    border-color: #ccc #bbb #aaa;
  }
  
  button:active,
  button:focus {
    border-color: #aaa #bbb #bbb;
  }
  
  
  
  .bonus-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  
  .btn-link {
    text-decoration: none;
  }
  
  .btn-link {
    text-decoration: none;
  }
  
  .styled-button {
    background-color: transparent;
    
    border: 2px solid #ffd203;
    
    color: #ffd203;
    border-radius: 25px;
    
    padding: 10px 20px;
  
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 800;
    cursor: pointer;
    
    transition: all 0.3s ease;
    
    position: relative;
    
    overflow: hidden;
    
  }
  
  .button-header {
    font-size: 14px;
  }
  
  .styled-button::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 25px;
    background: rgba(62, 255, 161, 0.4);
    z-index: -1;
    filter: blur(10px);
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
  }
  
  .styled-button:hover {
    background-color: #ffd203;
    color: white;
  
  }
  
  .styled-button:hover::before {
    opacity: 1;
  }
  
  .styled-button:hover {
    box-shadow: 0 0 15px #ffd203, 0 0 30px #ffd203;
  }
  
  .bonuses {
    text-align: center;
    
    margin: 20px 0;
    
  }
  
  .big {
    font-size: 24px;
    
    font-weight: bold;
    
    text-transform: uppercase;
    
  }
  
  .red {
    color: #fff;
    
  }
  
  .white-text {
    color: white;
    
  }
  
  .gradient-text {
    background: linear-gradient(-90deg, #fff8d0, #ffcf4b, #ffed89);
    
    background-size: 200% auto;
    
    -webkit-background-clip: text;
  
    -webkit-text-fill-color: transparent;
    
    display: inline-block;
    animation: gradient-move 2s linear infinite;
    
  }
  
  @keyframes gradient-move {
    0% {
      background-position: 0% 50%;
    }
  
    100% {
      background-position: 100% 50%;
    }
  }
  
  .rotating-img {
    animation: rotate-scale 10s infinite ease-in-out;
    transform-origin: center;
    display: block;
    margin: auto;
  }
  
  @keyframes rotate-scale {
    0% {
      transform: rotate(0deg) scale(1);
  
    }
  
    25% {
      transform: rotate(10deg) scale(1.1);
  
    }
  
    50% {
      transform: rotate(20deg) scale(0.9);
  
    }
  
    75% {
      transform: rotate(10deg) scale(1.1);
      
    }
  
    100% {
      transform: rotate(0deg) scale(1);
  
    }
  }
  
  @media screen and (max-width: 768px) {
  
    .rotating-img {
      width: 150px;
    }
  
    .styled-button {
      font-size: 18px;
    }
  
    .big {
      font-size: 20px;
    }
  
    .button-header {
      font-size: 12px;
    }
  }
  
  ::after,
  ::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  
  html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
  }
  
  :root,
  html {
    scroll-behavior: smooth;
  }
  
  :target {
    scroll-margin-top: 100px;
  }
  
  header,
  main,
  nav,
  section {
    display: block;
  }
  
  body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
      "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji",
      "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #ffffff;
    text-align: left;
    background-color: rgb(13 18 20);
  }
  
  [tabindex="-1"]:focus:not(:focus-visible) {
    outline: 0 !important;
  }
  
  h1,
  h2,
  h3 {
    margin-top: 0;
    margin-bottom: 0.5rem;
  }
  
  p {
    margin-top: 0;
    margin-bottom: 0.4rem;
  }
  
  ul {
    margin-top: 0;
    margin-bottom: 1rem;
  }
  
  a {
    text-decoration: none;
    background-color: transparent;
  }
  
  img {
    vertical-align: middle;
    border-style: none;
  }
  
  svg {
    overflow: hidden;
    vertical-align: middle;
  }
  
  table {
    border-collapse: collapse;
  }
  
  button {
    border-radius: 0;
  }
  
  button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color;
  }
  
  button {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
  }
  
  button {
    overflow: visible;
  }
  
  button {
    text-transform: none;
  }
  
  button {
    -webkit-appearance: button;
  }
  
  [type="button"]:not(:disabled),
  [type="reset"]:not(:disabled),
  [type="submit"]:not(:disabled),
  button:not(:disabled) {
    cursor: pointer;
  }
  
  button::-moz-focus-inner {
    padding: 0;
    border-style: none;
  }
  
  ::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button;
  }
  
  ::-webkit-input-placeholder {
    color: #666;
  }
  
  ::-moz-placeholder {
    color: #666;
  }
  
  :-ms-input-placeholder {
    color: #666;
  }
  
  ::-ms-input-placeholder {
    color: #666;
  }
  
  html {
    height: 100%;
    font-size: 16px;
  }
  
  body {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 1rem;
    position: relative;
    min-width: 320px;
    line-height: 1.4;
    color: #ffffff;
    background-color: rgb(13 18 20);
    overflow-x: hidden;
  }
  
  ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  
  a {
    outline: 0;
  }
  
  a:focus {
    outline: 0;
  }
  
  .page-txt {
    font-size: 1rem;
    font-weight: 400;
    margin-bottom: 3rem;
  }
  
  .page-txt table {
    display: block;
    width: 80%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    border: 1px solid #dedede;
    border-collapse: collapse;
    border-spacing: 0;
  }
  
  .page-txt table tbody {
    display: block;
    font-size: 16px;
    width: 100%;
  }
  
  .page-txt table tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: inherit;
    -ms-flex-align: inherit;
    align-items: inherit;
    border-bottom: 1px solid #dedede;
  }
  
  .page-txt table tr:nth-child(2n) {
    background-color: rgb(35 42 50);
  }
  
  .page-txt table td {
    width: 100%;
    padding: 13px 10px;
    border-right: 1px solid #dedede;
  }
  
  @media (max-width: 580px) {
    .page-txt table td {
      padding: 3px;
      font-size: 0.5em;
    }
  }
  
  @media screen and (max-width: 992px) {
  
    .page-txt {
      margin-bottom: 0;
    }
  }
  
  @media screen and (max-width: 786px) {
    .page-txt table {
      width: 100%;
    }
  }
  
  .curac {
    padding-top: 8px;
  }
  
  
  
  
  
  
  .corg-footer-inr {
    text-align: center;
    margin: 0 auto;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-size: 1rem;
  }
  
  .copyr {
    margin: 5px 0;
    line-height: 1.2;
    text-align: left;
    font-size: 13px;
    color: #fff;
    max-width: 1060px;
  }
  
  .corg-footer-inr img {
    margin-right: 10px;
  }
  
  
  
  
  .casino {
    padding: 20px;
    width: 100%;
    height: 100%;
    background-color: rgb(29 28 32);
    margin: 0 auto 60px auto;
    border: 1px solid #dedede;
    border-radius: 15px;
    box-shadow: #949494 0 0 10px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    max-width: 750px;
  }
  
  .bonuses {
  
    padding: 20px;
    margin: auto;
  }
  
  .bonuses span {
    display: block;
    text-align: center;
    font-weight: bold;
    color: #fff;
  }
  
  @media screen and (max-width: 1200px) {
    .casino {
      flex-direction: column;
    }
  
    .bonuses {
      width: 100%;
    }
  }
  
  @media screen and (max-width: 500px) {
  
    .bonuses {
      padding: 5px;
    }
  
    .casino {
      margin: -25px auto 10px auto;
    }
  }
  
  .btn-link {
    color: #fff;
    padding: 5px 10px;
  }
  
  
  
  .title-text {
    margin-bottom: 10px;
    text-align: center;
    color: rgb(187 141 76);
    text-transform: uppercase;
  }
  
  h2 {
    color: rgb(187 141 76);
    text-align: center;
  }
  
  .game-title {
    color: rgb(187 141 76);
    text-align: center;
    font-weight: bold;
    margin-top: -2px;
  }
  
  .hero-container {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    overflow: hidden;
  }
  
  .background-images {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .background-img {
    position: absolute;
    
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    
    opacity: 0.8;
    
    object-fit: cover;
    
  }
  
  
  @media (max-width: 768px) {
    .background-images {
      height: auto;
    }
  
    .background-img {
      height: 50%;
    }
  }
  
  
  @media (max-width: 480px) {
    .background-img {
      height: 40%;
    }
  }
  
  .casino {
    position: relative;
    z-index: 999;
  
  }