@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap");

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

a {
    text-decoration: none;
}

html {
    font-family: "Manrope", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
}

body {
    background-color: rgb(17, 13, 14);
    position: relative;
    width: 100%;
}

header {
    background: #110d0e;
    height: 64px;
    width: 100%;
    position: sticky;
    top: 0;
    box-shadow: 0 2px 4px 0 #2626264d;
    overflow: hidden;
    z-index: 100;
}

.header-box {
    margin: 0 auto;
    width: 960px;
    display: flex;
    position: relative;
    justify-content: space-between;
}

.header-logo {
    align-items: center;
    display: flex;
    flex-direction: row;
    flex-shrink: 0;
    height: 64px;
    justify-content: center;
    max-width: 144px;
    position: relative;
}

img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}


picture img {
  border-radius: 14px;
  margin: 20px auto;
}

.header-logo img {
    height: auto;
    object-fit: cover;
    width: 100%;
}

.header-buttons {
    align-items: center;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    padding: 8px 4px 16px 20px;
    position: relative;
}

.header-reg {
    font-family: Manrope, sans-serif;
    letter-spacing: 0.1px;
    display: flex;
    margin: 0 16px 0 0;
    max-width: 260px;
    min-width: 139px;
    background: linear-gradient(180deg, #fff, #dadada);
    color: #000;
    font-size: 14px;
    font-weight: 700;
    height: 48px;
    line-height: 16px;
    padding: 0 16px;
    border-radius: 10px;
    align-items: center;
    justify-content: center;
}

.header-reg:hover {
    background: linear-gradient(0deg, #fffc, #fffc),
    linear-gradient(180deg, #fff, #dadada);
}

.header-sigh {
    font-family: Manrope, sans-serif;
    display: flex;
    margin: 0 16px 0 0;
    letter-spacing: 0.04em;
    width: 96px;
    background: linear-gradient(180deg, #d1021b, #a71023);
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    height: 48px;
    line-height: 16px;
    padding: 0 16px;
    border-radius: 10px;
    align-items: center;
    justify-content: center;
}

.header-sigh:hover {
    background: linear-gradient(0deg, #ffffff0d, #ffffff0d),
    linear-gradient(180deg, #d1021b, #a71023);
    text-shadow: 0 -1px 0 #ffffff0f;
}

.banner {
    width: 100%;
    display: flex;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

/*.banner img {
    height: 328px;
}*/

.banner-content {
    bottom: 74px;
    left: calc(50% - 40px);
    padding: 12px 12px 0 44px;
    position: absolute;
    transform: translateX(-50%);
    width: 960px;
}

.banner-text {
    text-shadow: 1px 1px 1px #1e225d, 1px -1px 1px #1e225d, -1px 1px 1px #1e225d,
    -1px -1px 1px #1e225d, 0 0 1px #1e225d;
}

.text-bold {
    color: #fff;
    font-size: 26px;
    font-weight: 700;
    line-height: 32px;
    margin: 0 0 8px;
}

.text-normal {
    color: #fff;
    font-size: 24px;
    font-weight: 400;
    height: 32px;
    line-height: 32px;
}

.banner-button {
    display: flex;
    align-items: center;
    margin-top: 16px;
    max-width: 240px;
    min-width: 127px;
    width: min-content;
    background: linear-gradient(180deg, #fff, #dadada);
    color: #000;
    font-size: 14px;
    font-weight: 700;
    height: 48px;
    line-height: 16px;
    padding: 0 16px;
    border: none;
    border-radius: 10px;
    box-shadow: 0 2px 8px 0 #2727274d;
    cursor: pointer;
    justify-content: center;
    position: relative;
    text-align: center;
}

.banner-button:hover {
    background: linear-gradient(0deg, #fffc, #fffc),
    linear-gradient(180deg, #fff, #dadada);
}

.main-content {
    margin: 0 auto;
    padding: 12px 12px 0 44px;
    position: relative;
    width: 960px;
    overflow: hidden;
}

.upper-menu {
    align-items: normal;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
}

.jackpot-box {
    display: flex;
    height: 64px;
    padding: 0;
    position: relative;
    width: auto;
}

.jack-text {
    -webkit-text-fill-color: #0000;
    background: linear-gradient(
            358.88deg,
            #e4c47e -101.79%,
            #f9d380 -69.74%,
            #fff5a4 -33.32%,
            #f7eb76 -4.16%,
            #d5a857 31.07%,
            #fff9c7 60.89%,
            #f0c358 89.74%
    );
    background-clip: text;
    -webkit-background-clip: text;
    color: #f5c66b;
    font-family: Inter, sans-serif;
    font-size: 36px;
    font-weight: 900;
    letter-spacing: -0.2px;
    line-height: 36px;
    position: relative;
    text-transform: uppercase;
}

.jack-text::after {
    background: linear-gradient(
            358.88deg,
            #e4c47e -101.79%,
            #f9d380 -69.74%,
            #fff5a4 -33.32%,
            #f7eb76 -4.16%,
            #d5a857 31.07%,
            #fff9c7 60.89%,
            #f0c358 89.74%
    );
    border: none;
    border-radius: 50%;
    bottom: 19px;
    box-shadow: 0 0 12px 0 #9b2033;
    content: "";
    height: 4px;
    left: -38px;
    position: absolute;
    width: calc(100% + 76px);
}

.jack-prize {
    -webkit-text-fill-color: #0000;
    background: linear-gradient(
            358.88deg,
            #e4c47e -101.79%,
            #f9d380 -69.74%,
            #fff5a4 -33.32%,
            #f7eb76 -4.16%,
            #d5a857 31.07%,
            #fff9c7 60.89%,
            #f0c358 89.74%
    );
    background-clip: text;
    -webkit-background-clip: text;
    box-sizing: border-box;
    color: #f5c66b;
    display: flex;
    flex-direction: row-reverse;
    font-family: Inter, sans-serif;
    font-size: 36px;
    font-weight: 900;
    letter-spacing: -0.6px;
    line-height: 36px;
    margin-left: 23px;
    position: relative;
    white-space: nowrap;
    z-index: 1;
}

.menu-button {
    bottom: 76px;
    position: absolute;
    right: 24px;
    width: 255px;
    background: linear-gradient(180deg, #d1021b, #a71023);
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    height: 48px;
    line-height: 16px;
    padding: 0 16px;
    align-items: center;
    justify-content: center;
    border: none;
    border-radius: 10px;
    box-shadow: 0 2px 8px 0 #2727274d;
    cursor: pointer;
    display: inline-flex;
    justify-content: center;
    text-align: center;
}

.menu-button:hover {
    background: linear-gradient(0deg, #ffffff0d, #ffffff0d),
    linear-gradient(180deg, #d1021b, #a71023);
    text-shadow: 0 -1px 0 #ffffff0f;
}

.menu {
    align-items: center;
    display: flex;
    flex-direction: row;
    flex-shrink: 0;
    font-family: Manrope, sans-serif;
    height: 64px;
    justify-content: space-between;
    margin-left: -48px;
    margin-top: -2px;
    position: relative;
    width: calc(100% + 48px);
}

.menu-section {
    align-items: center;
    background: linear-gradient(
            180deg,
            rgba(166, 3, 22, 0.2) 0%,
            rgba(0, 0, 0, 0) 100%
    ),
    #1f1a1b;
    border-radius: 10px;
    box-shadow: 0 1px 1px 0 rgba(209, 2, 27, 0.1) inset;
    display: flex;
    height: inherit;
    justify-content: space-between;
    opacity: 1;
    padding: 0 20px 0 36px;
    transition: margin 0.2s ease-in-out, opacity 0.3s ease-in-out;
    width: calc(100% - 312px);
}

.menu-section ul {
    opacity: 1;
    transition: opacity 0.2s;
    display: flex;
    height: inherit;
    justify-content: flex-start;
    width: 100%;
    list-style-type: none;
}

.menu-item a {
    align-items: center;
    color: #fff;
    display: flex;
    flex-direction: row;
    font-size: 14px;
    font-weight: 600;
    height: 64px;
    justify-content: center;
    line-height: 22px;
    padding: 0 16px;
    position: relative;
    text-decoration: none;
    transition: color 0.2s ease-in-out;
    white-space: nowrap;
}

.menu-item:nth-child(6),
.menu-item:nth-child(7) {
    display: none;
}

.menu-item:hover a {
    color: #c9051d;
    text-decoration: none;
    text-shadow: 0 0 4px #c9051d, 0 0 8px rgba(#c9051d, 0.6), 0 0 16px #2a824999;
}

.menu-item:first-child a {
    color: #c9051d;
}

.menu-item:first-child a::after {
    background: #c9051d;
    bottom: 0;
    content: "";
    height: 3px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: auto;
    width: 100%;
    z-index: 1;
}

.menu-svg {
    color: #fff;
    float: right;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    text-align: center;
    text-transform: uppercase;
    align-items: center;
    display: flex;
    flex-direction: row;
    height: 80px;
    justify-content: center;
    position: relative;
    text-decoration: none;
    transition: color 0.2s ease-in-out;
}

.menu-svg svg {
    height: 26px;
    position: relative;
    width: 26px;
    overflow: hidden;
}

.menu-search {
    background: linear-gradient(
            180deg,
            rgba(166, 3, 22, 0.2) 0%,
            rgba(0, 0, 0, 0) 100%
    ),
    #1f1a1b;
    border-radius: 10px;
    bottom: auto;
    height: 64px;
    left: auto;
    max-width: 304px;
    position: absolute;
    right: 0;
    top: 0;
    transition: max-width 0.25s ease-in-out;
    width: 100%;
    z-index: 0;
}

.search-icon {
    height: 24px;
    left: 32px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 24px;
}

.search-text {
    height: 24px;
    left: 80px;
    position: absolute;
    top: 50%;
    transform: translateY(-35%);
    box-sizing: border-box;
    color: #fff6;
    font-family: Manrope, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: none;
    white-space: nowrap;
}

.games-section {
    min-height: 500px;
    padding: 20px 0;
    position: relative;
    width: 100%;
}

.utils-box {
    align-items: center;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 6px;
    padding-bottom: 12px;
    padding-left: 0;
    padding-top: 12px;
    position: relative;
    width: 100%;
}

.utils-box-item {
    align-items: center;
    color: #d1d1d1;
    display: flex;
    position: relative;
}

.utils-box-item:nth-child(2) {
    margin-right: 28px;
}

.utils-box-item svg {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: initial;
    border-radius: 8px;
    height: 16px;
    margin-right: 4px;
    width: 16px;
}

.utils-box-item span {
    color: #d1d1d1;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0.2px;
    line-height: 18px;
}

.utils-box-item::after {
    border-left: 4px solid #0000;
    border-right: 4px solid #0000;
    border-top: 4px solid #d1d1d1;
    content: "";
    display: inline-block;
    height: 0;
    position: absolute;
    right: -16px;
    width: 0;
}

.utils-box-item:hover * {
    color: rgb(209, 2, 27);
    fill: rgb(209, 2, 27);
}

.games-box {
    display: grid;
    gap: 16px;
    grid-auto-flow: column;
    grid-template-rows: repeat(3, 1fr);
    padding: 16px -8px 0;
    overflow: hidden;
    position: relative;
}

.game-item {
    display: inline-block;
    min-height: 156px;
    position: relative;
    width: 132px;
}

.game-img {
    border-radius: 10px;
    min-height: 132px;
    position: relative;
    width: 100%;
    overflow: hidden;
}

.game-img img {
    background-position: 50%;
    height: 132px;
    border-radius: 8px;
    display: block;
    transition: transform 0.2s ease-out;
    width: 100%;
}

.provider-logo {
    align-items: center;
    background: linear-gradient(0deg, #252323, #25232300);
    border-radius: 0 0 10px 10px;
    bottom: 0;
    display: flex;
    flex-direction: row;
    height: 24px;
    justify-content: center;
    left: 0;
    overflow: visible;
    position: absolute;
    right: 0;
    top: auto;
    width: 100%;
    z-index: 2;
}

.provider-logo img {
    height: 100%;
    max-height: 28px;
    object-fit: contain;
    width: 100%;
}

.game-title {
    color: #d1d1d1;
    display: block;
    font-size: 12px;
    font-weight: 400;
    height: 24px;
    line-height: 26px;
    overflow: hidden;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}

.popup-shadow {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    align-items: normal;
    background-color: #000000e6;
    display: flex;
    flex-direction: column;
    height: 132px;
    justify-content: center;
    text-align: center;
    z-index: 9;
}

.popup-button {
    bottom: 40px;
    height: 48px;
    left: 16px;
    overflow: hidden;
    position: absolute;
    transform: translateY(30px);
    transition: 0.2s ease-out;
    width: calc(100% - 32px);
    z-index: 10;
    background: linear-gradient(180deg, #d1021b, #a71023);
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    height: 48px;
    line-height: 16px;
    padding: 0 16px;
    align-items: center;
    justify-content: center;
    border: none;
    border-radius: 10px;
    box-shadow: 0 2px 8px 0 #2727274d;
    cursor: pointer;
    display: inline-flex;
    text-align: center;
}

.popup-button:hover {
    background: linear-gradient(0deg, #ffffff0d, #ffffff0d),
    linear-gradient(180deg, #d1021b, #a71023);
    text-shadow: 0 -1px 0 #ffffff0f;
}

.seo-text-section {
    float: left;
    min-height: 500px;
    position: relative;
    width: 80%;
}

.seo-text {
    line-height: 22px;
    box-sizing: border-box;
    color: #d1d1d1;
    font-size: 14px;
    font-weight: 400;
}

h1, h2, h3 {
  text-align: center;
}

.seo-text h1 {
    margin: 20px 0 16px;
}

.seo-text p {
    margin: 14px 0 24px;
}

.seo-text h2 {
    margin: 16px 0;
}

footer {
    max-width: 1064px;
    margin: 0 auto;
    padding: 48px 0 0;
}

.footer-info-box {
    display: flex;
    gap: 65px;
    padding-bottom: 32px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-links {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.footer-links:nth-child(2) {
    width: max-content;
}

table, th, td {
  border: 1px solid;
  padding: 5px;
  margin: 5px;
}

.links-title {
    color: #ffffffe6;
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    margin-bottom: 16px;
    margin-right: 26px;
    align-self: flex-start;
}

.links {
    align-self: flex-start;
    display: grid;
    gap: 14px 32px;
    grid-template-columns: auto 1fr;
    justify-content: flex-start;
    list-style: none;
}

.links-item {
    color: #d1d1d1;
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    padding: 8px 0;
}

.links-item:hover {
    color: #f5c66b;
}

.disclaimer {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 16px;
}

.disclaimer img {
    background-size: contain;
    height: 36px;
    width: auto;
    margin-bottom: 16px;
}

.disclaimer p {
    font-size: 12px;
    color: #d1d1d1;
    font-weight: 400;
    line-height: 18px;
    margin: 0;
    margin-bottom: 16px;
}

p, ol, ul {
  font-size: var(--normal-font-size);
  margin-bottom: 16px;
  line-height: 28px;
  text-align: start;
}

@media screen and (min-width: 1288px) {
    .header-box {
        width: 1152px;
    }

    .banner-content {
        width: 1152px;
    }

    .main-content {
        width: 1152px;
    }

    .menu-item:nth-child(6),
    .menu-item:nth-child(7) {
        display: block;
    }
}

@media screen and (max-width: 1288px) {
    .main-content {
        width: 100%;
        padding: 12px;
    }

    .games-section {
        padding-top: 0;
    }

    .seo-text-section {
        margin-left: 40px;
    }

    footer {
        max-width: 872px;
    }
}

@media screen and (max-width: 1096px) {
    footer {
        padding: 40px 64px 0;
    }
}

@media screen and (max-width: 980px) {
    .header-box {
        width: 90%;
    }

    .upper-menu {
        display: none;
    }

    .banner-content {
        bottom: 74px;
        left: calc(50% - 40px);
        padding: 12px 12px 0 44px;
        position: absolute;
        transform: translateX(-50%);
        width: 90%;
    }

    .games-box::after {
        background: linear-gradient(270deg, #0b0001 0, #d9d9d900 100%);
        bottom: 0;
        content: "";
        height: 500px;
        left: auto;
        position: absolute;
        right: 0;
        bottom: 0;
        width: 24px;
        z-index: 1;
    }

    .links {
        grid-template-columns: auto;
    }
}

@media screen and (max-width: 480px) {
    .header-logo {
        max-width: 110px;
    }

    .header-buttons {
        padding: 8px;
    }

    .header-reg {
        max-width: 160px;
        min-width: 69px;
        font-size: 12px;
        height: 28px;
        line-height: 12px;
        margin-right: 5px;
    }

    .header-sigh {
        width: 69px;
        font-size: 12px;
        height: 28px;
        line-height: 12px;
    }

    .seo-text-section {
        float: none;
        margin: 0 auto;
    }

    .footer-info-box {
        gap: 10px;
        justify-content: space-between;
    }

    footer {
        padding: 16px;
    }
}
