* {
    margin: 0;
    padding: 0;
    font-family: 'Nunito Sans', sans-serif;
    font-size: 16px;
    font-size: var(--white-color);
}

:root {
    --bg-body-color: #233178;
    --secondary-bg: #0e194f;
    --elements-bg: #324064;
    --white: #ffffff;
    --main-accent: #FF3939;
    --secondary-accent: #758BFF;
    --text-secondary: #bfc6e1;
    --devider: #6070AB;
}

body {
    background-color: var(--bg-body-color);
    overflow-x: hidden;
    width: 100%;
    height: 100%;
}

.link {
    cursor: pointer;
}

body>.container {
    width: 80%;
    margin: 0 auto;
}

.mob {
    display: none !important;
}

a {
    text-decoration: none;
}

header {
    width: 100%;
    background-color: var(--bg-body-color);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
}

header .container {
    width: 80%;
    margin: 0 auto;
    padding: 10px;
}

header .container .wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

header .container .wrapper nav ul {
    display: flex;
    justify-content: space-around;
    gap: 20px;
}

header .container .wrapper nav ul li{
    list-style-type: none;
    padding: 10px 20px;
    border-radius: 35px

}

header .container .wrapper nav ul li a {
    text-decoration: none;
    color: var(--white);
}

header .container .wrapper nav ul li:hover{
    background-color: #0e194f;
}

.btn {
    height: 25px;
    padding: 5px 20px;
    color: var(--white);
    border: 0;
    border-radius: 2px;
    cursor: pointer;
    font-size: 14px;
    line-height: 25px;
    font-weight: 700;
    text-align: center;
    border-radius: 35px;
}

.main_btn {
    background-color: var(--main-accent);
}

.scnd_btn {
    background-color: var(--secondary-accent);
}

.btn:hover {
    opacity: 0.8;
}

.wrapper_banner {
    width: 100%;
    height: 350px;
    background-color: var(--secondary-bg);
    margin-top: 70px;
    background-position: 50%;
    background-size:cover;
}

.wrapper_banner .container {
    width: 80%;
    height: 100%;
    margin: 0 auto;
}


.wrapper_banner .container .wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
}

.wrapper_banner .container .wrapper .bunner-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
    color: var(--text-secondary);
}

.wrapper_banner .container .wrapper .bunner-info span {
    font-size: 2rem;
    font-weight: 700;
    color: var(--white);
}

.wrapper_banner .container .wrapper .bunner-info span.bonus {
    color: var(--main-accent)
}

.wrapper_banner .container .wrapper .banner-img {
    height: 320px;
}

.wrapper_banner .container .wrapper .banner-img img {
    height: 100%;
}



.menu_section {
    border-radius: 15px;
    width: 100%;
    margin-top: 80px;
}

.menu_section .container {
    padding: 5px 10px;

}

.menu_section .container .wrapper {
    display: flex;
    justify-content: space-around;
}

.menu_section .container .wrapper .menu_item {
    display: flex;
    justify-content: center;
    gap: 10px;
    align-items: center;
    color: var(--text-secondary);
    cursor: pointer;
}

.menu_section .container .wrapper .menu_item img {
    width: 25px;
}

.menu_section a {
    text-decoration: none;
}

.navigation__item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: var(--white);
    font-size: 1.2rem;
}

.navigation__item:hover {
    border-bottom: 2px solid var(--main-accent)
}

.flex_cnt {
    width: 100%;
    display: flex;
    flex-direction: row-reverse;
    align-items: flex-start;
    gap: 20px;
}
.img_item{
    width: 1200px;
    height: 330px;
    margin-top: 20px;
    border-radius: 2px;
    background-color: #121f61;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px
}

.game__list .container {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-template-rows: repeat(2, 290px);
    grid-column-gap: 28px;
    grid-row-gap: 20px;
    width: 100%;
    margin: 20px auto;
}

.game__list_item {
    background-size: 100px 100px;
}

.game_item_active {
    display: none;
    background-color: var(--secondary-bg);
    z-index: 5;
    border-radius: 10px;
    padding: 10px;
    height: 270px;
}

.game_item_active._active {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.game__list_item {
    border-radius: 20px;
    background-size: 100% !important;
    background-repeat: no-repeat !important;
}

.game_item-icon {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 10px;
}

.game_item-txt {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: var(--text-secondary)
}

.game_item_btns {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.demo-btn {
    background-color: var(--elements-bg);
    color: var(--main-accent);
    width: 70%;
}

.play-btn {
    background-color: var(--main-accent);
    color: var(--white);
    width: 70%;
}

.textSection .content_section {
    padding: 40px;
    color: var(--white);
    border-radius: 5px;
}

.textSection .content_section a {
    color: #FFC700;
}

.textSection .content_section h1 {
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    font-size: 40px;
    font-style: normal;
    font-weight: 800;
    margin-bottom: 40px;
}

.textSection .content_section h2 {
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    font-size: 32px;
    font-style: normal;
    font-weight: 800;
    margin: 20px;
    margin-left: 0;
}

.textSection .content_section h3 {
    font-size: 26px;
    margin: 10px;
    margin-left: 0;

}

.textSection .content_section p {
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
}


.textSection .content_section ul {
    list-style: none;
    margin: 20px;
}

.textSection .content_section ul,
.textSection .content_section ol {
    margin: 20px;

}


.textSection .content_section ul li,
.textSection .content_section ol li {
    line-height: 30px;
}


.textSection .content_section ul li::before {
    content: "\2022";
    color: var(--main-accent);
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}

.text-img {
    max-width: 90%;
    display: block;
    border-radius: 5px;
}

.main .textSection .txtBtn{
    background-color: var(--main-accent);
    color: var(--white);
    padding: 10px 50px;
    display: block;
    margin: 20px auto;
    max-width: 200px;
}

table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px auto;
}

th,
td {
    border: 1px solid var(--secondary-accent);
    padding: 8px;
    text-align: left;
}

th {
    background-color: #6070AB;
    color: #fff;
}

tr:nth-child(even) {
    background-color: var(--elements-bg);
}

tr:hover {
    background-color: #FF3939;
    color: #fff;
}

.games-section{
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin: 20px auto;
}

.games-section .games_title {
    display: flex;
    justify-content: space-between;
    color: var(--text-secondary);
}

.all_games {
    display: flex;
    gap: 10px;
}

.all_games div{
    background-color: #130D25;
    padding: 5px 10px;
    border-radius: 5px;
}

.all_games div:last-child{
    background-color: #2a253a;

}

.arrow {
    border: solid #fff;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(90deg);
    -webkit-transform: rotate(-45deg);
    transition: transform 0.2s ease-in-out;
}

.left {
    transform: rotate(90deg);
    -webkit-transform: rotate(135deg);
    border-color: #292f38;
}

.provider-section{
    margin-bottom: 40px ;
}

.provider-section img{
    width: 90%;
    display: block;
    margin: 0 auto;
}

footer {
    width: 100%;
    background-color: var(--secondary-bg)
}

footer .container {
    padding: 30px 0;
    width: 80%;
    margin: 0 auto;
}

footer .container .wrapper {
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
    gap:80px;
}

.footer_descr{
    text-align: center;
    color: var(--white);
}
.copyright{
    margin: 20px auto;
    color: var(--text-secondary);
    text-align: center;
}
.mobLog {
    display: none;
}

details {
    display: none;
}



@media(min-width: 1000px){
    .wrapper_banner .container .wrapper .bunner-info .title{
        font-size: 2rem;
    }

    .bunner-btns {
        display: flex;
        gap: 20px;
        margin-top: 20px;
    }
    .bunner-btns .main_btn, .bunner-btns .scnd_btn{
        padding: 15px 30px;
        font-size: 1.5rem;
    }
}

@media(max-width: 1200px) {

    .flex_cnt{
        flex-direction: column;
    }

    .img_item{
        width: 100%;
        background-size:cover;
        height: 450px;
    }

    .game__list_item:nth-last-child(10),
    .game__list_item:nth-last-child(9),
    .game__list_item:nth-last-child(3),
    .game__list_item:nth-last-child(8) {
        display: none;
    }

    .game__list .container {
        grid-template-columns: repeat(3, 1fr);
        grid-template-rows: repeat(2, 310px);
        grid-column-gap: 58px;
        grid-row-gap: 28px;
    }

    .game_item_active {
        height: 290px;
    }

    .games-section .game_item img{
        width: 180px;
    }

    footer .container .wrapper {
        gap: 100px;
    }

    footer .container .wrapper .footer_left .footer_btns {
        gap: 50px;
    }

    .loginBtn {
        display: none;
    }

    .mobLog {
        background-color: var(--secondary-accent);
        padding: 0px 8px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding-top: 5px;
    }

    .mobLog {
        display: block;
    }
}

@media(max-width: 900px) {

    header .container {
        width: 90%;
        padding: 10px;
    }

    .header_btns .btn {
        padding: 5px 15px;
        font-size: 16px;
    }


    .wrapper_banner{
        height: 200px;
    }

    .wrapper_banner .container .wrapper .banner-img {
        height: 200px;
    }
    
    .wrapper_banner .container .wrapper .banner-img img {
        height: 100%;
    }

    .img_item{
        height: 350px;
    }

    .game__list_item:nth-last-child(3),
    .game__list_item:nth-last-child(8) {
        display: none;
    }

    .game__list .container {
        grid-template-columns: repeat(3, 1fr);
        grid-template-rows: repeat(2, 240px);
        grid-column-gap: 28px;
        grid-row-gap: 28px;
    }

    .game_item_active {
        height: 220px;
    }

    .games-section .game_item img{
        width: 145px;
    }

    footer .container {
        width: 90%;
    }

    footer .container .wrapper {
        gap: 50px;
    }

    footer .container .wrapper .footer_left .footer_btns {
        gap: 20px;
    }

    .footer_logo {
        width: 100px;
    }

    footer .container .wrapper .footer_right {
        width: 100%;
    }

    footer .container .wrapper .footer_right {
        justify-content: space-around;
    }
}

@media (max-width: 600px) {
    .pc {
        display: none !important;
    }

    .mob {
        display: block !important;
    }

    img.mob{
        max-width: 320px;
    }

    body>.container {
        width: 100%;
    }

    .wrapper_banner {
        height: 100%;
        margin-top: 20px;
        background-position: 10%;
    }

    .wrapper_banner .container {
        padding: 40px 20px;
    }

    .wrapper_banner .container .wrapper .banner-img {
        height: 150px;
    }

    .wrapper_banner .container .wrapper {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        gap: 20px;
    }

    .wrapper_banner .container .wrapper .title{
        font-size: 1.5rem;
    }

    .bunner-btns {
        display: flex;
        flex-direction: row;
        gap: 10px
    }

    .img_item{
        height: 255px;
    }

    .back_img:first-child{
        width: 40px;
    }

    .back_img:last-child{
        width: 100px;
    }
    .categories {
        margin-top: 40px;
        display: flex;
        flex-direction: column;
        padding: 10px;
        gap: 20px;
    }

    .all_provider {
        margin: 0 auto;
        width: 85%;
    }

    .all_provider svg {
        top: 30%;
        left: 2%
    }

    .arrow {
        right: 5%;
        bottom: 38%;
    }

    .game__list .container {
        grid-template-columns: repeat(3, 110px);
        grid-template-rows: repeat(2, 170px);
        grid-column-gap: 8px;
        grid-row-gap: 20px;
        padding: 10px;
        width: 90%;
    }

    .game_item_active {
        height: 150px;
    }

    .game__list_item {
        width: 100%;
    }

    .game_item_btns .btn {
        padding: 2px 25px;
        max-width: 30px;
    }

    .game_item_btns .play-btn {
        background-color: var(--main-accent);
        padding: 2px 30px;
    }

    .game_item_btns .demo-btn {
        display: none;
    }

    .main {
        display: flex;
        justify-content: center;
        margin: 0 auto;
        margin-top: 0px;
    }

    .textSection .content_section {
        padding: 20px;
    }

    .textSection .signupBtn {
        width: 90%;
    }

    .games-section .game_item{
        display: flex;
        justify-content:center;
        flex-wrap: wrap;
        gap: 10px;
    }

    .games-section .games_title {
        display: flex;
        justify-content: space-around;
        color: var(--text-secondary);
    }

    footer .container .wrapper {
        flex-direction: column;
        align-items: center;
    }
}

@media (max-width: 400px) {

    .wrapper_banner .container {
        padding-top: 20px;
    }

    .wrapper_banner .container .wrapper .title{
        font-size: 1.2rem;
    }

    .img_item{
        height: 225px;
    }

    .back_img{
        top: 40%
    }
    .back_img:first-child{
        width: 40px;
    }
    .back_img:last-child{
        width: 100px;
    }

    .game__list .container {
        grid-template-columns: repeat(3, 95px);
        grid-template-rows: repeat(2, 145px);
        grid-column-gap: 8px;
        grid-row-gap: 20px;
    }

    .game_item_active {
        height: 125px;
    }

    .game__list_item {
        width: 100%;
    }

    .game_item-icon img {
        width: 18px;
    }

    .game_item-txt {
        font-size: 12px;
    }

    .partners .providers .provider_item img,
    .partners .payments .payment_item img {
        width: 70px;
    }

    header .container {
        padding: 20px 5px;
    }

    header .container .wrapper .header_btns {
        gap: 10px
    }


    .paymentSection .container {
        padding: 10px;
    }


}

@media(max-width: 374px) {



    header .container .wrapper {
        display: flex;
        justify-content: center;
        gap: 30px;
        align-items: center;
    }

    .slider_title {
        font-size: 12px;
    }

    .all_provider {
        margin: 0 auto;
        width: 82%;
    }

    .img_item{
        width: 100%;
        background-size:cover;
        height: 350px;
    }

    .img_item{
        height: 180px;
    }

    .game__list .container {
        grid-template-columns: repeat(3, 80px);
        grid-template-rows: repeat(2, 120px);
        width: 90%;
        text-align: center;
    }

    .game_item_active {
        height: 100px;
    }

    .game_item_title:last-child {
        display: none;
    }

    .game_item_btns .play-btn {
        padding: 2px 15px;
    }

    .games-section .game_item img{
        width: 140px;
    }

    .textSection .content_section {
        padding: 10px;
    }

}