/* block index */


:root {
    --anim: all 500ms ease
}
body {
    padding: 0;
    margin: 0;
    background-color: #0a1032;
    background: url(../images/background_images.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    color: #ffffff;
    object-fit: cover;
    font-family: "M PLUS Rounded 1c", serif;
    min-width: 320px;
    overflow-x: hidden;
}


header {
    display: flex;
    align-items: center;
    max-width: 1300px;
    margin: auto;
}
.header_wrap {
    width: 100%;
    margin: auto;
    background-color: #0a1032;
    box-shadow: 1px 5px 5px #000313;
    z-index: 2;
    position: relative;
}
.logo {
    width: 50%;
    /* margin-left: 50px; */
}
.logo img {
    width: 150px;
}
.header_right {
    width: 50%;
    text-align: end;
    /* margin-right: 50px; */
}
.header_btn {
    padding: 20px 0px 0px 0px;
}
.header_btn_entry {
    width: 100px;
    height: 40px;
    background-color: #1aff00;
    border-radius: 20px;
    color: #ffffff;
    font-weight: bold;
    border: 0px;
}
.header_btn_reg {
    width: 170px;
    height: 40px;
    background-color: #ff0000;
    border-radius: 20px;
    color: #ffffff;
    font-weight: bold;
    border: 0px;
}
.social {
    display: flex;
    align-items: center;
    justify-content: end;
    padding: 10px 0px 0px 0px;
    color: #ffffff;
    font-size: 18px;
}
.social img {
    width: 40px;
    height: 40px;
    margin: 0px 5px;
}
.content {
    max-width: 1300px;
    margin: auto;
}
.content

.myslider {
    max-height: 265px;
    margin-top: 50px;
}
.myslider img {
    width: 90%;
    height: 100%;
    margin: auto;
    border-radius: 20px;
    object-fit: cover;
}
.slick-slide {
    height: 300px;
    /* height: 90%; */
}
.background_promotion {
    display: block;
    position: absolute;
    text-align: center;
    /* background-image: url(../images/background_images.png);
    background-size: 100%; */
}
.background_promotion img {
    width: 100%;
}
.promotion {
    height: 350px;
}
.slick-dots {
    bottom: -80px;
}
/* block menu */
.menu {
    /* position: relative; */
    align-items: center;
    display: flex;
    /* height: 70px; */
    /* background-color: #0A1032;
    border-radius: 50px;
    border: 1px solid #5b70e9; */
}
.menu_right {
    align-items: center;
    display: flex;
    width: 30%;
    justify-content: end;
    background-color: #0a1032;
    border-radius: 50px;
    border: 1px solid #5b70e9;
    height: 70px;
    align-items: center;
    justify-content: center;
}
.menu_left {
    width: 70%;
    display: flex;
    background-color: #0a1032;
    border-radius: 50px;
    border: 1px solid #5b70e9;
    height: 70px;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
}
.menu button {
    background-color: transparent;
    border: 1px solid #999;
    border-radius: 32px;
    width: 150px;
    height: 35px;
    color: #00c3ff;
    font-size: 14px;
    font-weight: bold;
    margin: 0px 5px;
}
button {
    cursor: pointer;
}
/* popular */

.content_block {
    display: flex;
    /* position: relative; */
}
.basic {
    width: 70%;
    display: block;
    background-color: #0a1032;
    border-radius: 10px;
    /* align-items: center;
    justify-content: center; */
    margin-right: 10px;
    margin-top: 10px;
    box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.5);
}
.popular {
    margin-top: 20px;
    width: 100%;
    /* margin: 20px; */
    color: aliceblue;
}
.popular_block {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.popular h2 {
    margin-left: 20px;
}
.popular_games {
    display: flex;
    justify-content: space-around;
}
.popular_games_block {
    width: 180px;
    height: auto;
    margin: 10px;
    /* background-color: #828282; */
    text-align: center;
    border-radius: 15px;
}
.popular_games_block h3 {
    margin: 0px;
}
/* about */
.about {
    display: flex;
    margin-top: 50px;
}
.about_text {
    margin-left: 20px;
}
.about_text h1 {
    color: #1aff00;
}
.about_img img {
    width: 300px;
}

/* new games */
.new_games {
    display: flex;
    justify-content: center;
    margin: 0px 20px;
}
.new h2 {
    margin-left: 20px;
}
.new p {
    padding: 0px 20px;
}
.new_games_block {
    width: 195px;
    height: 195px;
    margin: 10px;
    background-color: #828282;
    text-align: center;
    border-radius: 15px;
}
.slick-prev {
    left: -30px;
}
.slick-next {
    right: -30px;
}
.hover_new img{
    width: 100%;
    height: 120px;
    border-radius: 20px;
}
.button_hover_new{
    position: absolute;
    width: 180px;
    height: 120px;
    justify-content: space-around;
    display: flex;
    flex-direction: column;
    align-items: center;
    opacity: 0%;
    border-radius: 20px;
    background-color: #0000008d;
}
.button_hover_new:hover{
    opacity: 100%;
}
/* main_footer */
.main_footer {
    display: flex;
    margin: 0px 20px;
}
.main_footer h4 {
    margin-left: 20px;
}

.main_footer .footer_1 {
    background-image: url(../images/main_footer1.png);
    width: 50%;
    height: 160px;
    background-size: cover;
    font-weight: bold;
    border-radius: 20px 0px 0px 20px;
}
.main_footer .footer_2 {
    background-image: url(../images/main_footer2.png);
    width: 50%;
    height: 160px;
    background-size: cover;
    font-weight: bold;
    border-radius: 0px 20px 20px 0px;
}
.main_footer_btn {
    width: 120px;
    height: 30px;
    background-color: #1aff00;
    border-radius: 20px;
    color: #ffffff;
    font-weight: bold;
    border: 0px;
    margin-left: 20px;
}
/* advantages */
.advantages {
    margin: 50px 20px 0px 20px;
    font-size: 14px;
    text-align: center;
}
.advantages h3 {
    font-size: 24px;
}
.advantages_img p {
    font-size: 10px;
    width: 180px;
}
.advantages_img1 {
    display: flex;
    width: 50%;
    justify-content: space-around;
}
.advantages_img {
    display: flex;
    justify-content: space-around;
}
.advantages_img img {
    width: 100px;
}
.main_footer3 {
    background-image: url(../images/main_footer3.png);
    background-size: cover;
    height: 230px;
    display: flex;
    flex-direction: column;
    justify-content: end;
    margin: 0px 20px;
    border-radius: 10px;
}
.main_footer3 h4 {
    margin-left: 20px;
}
.main_footer3 .main_footer_btn {
    margin-bottom: 20px;
}
/* end text */
.end_text {
    margin: 50px 20px 0px 20px;
}

/* block allgames */
.allgame_up {
    text-align: center;
    font-weight: bold;
    font-size: 24px;
}
.allgame_up h1 {
    margin-bottom: 0px;
}

.basic_info {
    text-align: center;
    color: #1aff00;
    padding: 0px 20px;
}
.basic_info img {
    width: 100%;
}
.basic_info p {
    color: #ffffff;
}
.game_block {
    display: flex;
    flex-wrap: wrap;
    margin: auto;
    justify-content: center;
}
.all_game {
    padding: 0px 20px;
}
.all_games_block {
    
    width: 200px;
    height: 150px;
    border-radius: 20px;
    text-align: center;
    margin: 10px;
}

/* end block allgames */

/* block hover */
.button_hover {
    position: absolute;
    width: 180px;
    height: 120px;
    justify-content: space-around;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.all_games_block h3{
    margin: -10px;
}

.button_hover .button {
    background-color: rgb(30, 255, 0);
    color: #000000;
    width: 80%;
    height: 30%;
    border-radius: 20px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.button_demo_txt {
    color: #ffffff;
    font-weight: bold;
}
.button_game_txt {
    color: #000000;
    font-weight: bold;
}
.hover img {
    width: 100%;
    border-radius: 20px;
    height: 120px;
}
.button_hover {
    opacity: 0%;
    background-color: #0000008d;
    border-radius: 20px;
    transition: var(--anim); 
}
.button_hover:hover {
    opacity: 100%;
    transition: var(--anim);
    -webkit-transition: var(--anim);
    -o-transition: var(--anim);
    -moz-transition: var(--anim);
}

/*end block hover */

/* app block */
.app {
    padding: 0px 20px;
}
.app h1 {
    text-align: center;
}
.app img {
    width: 60%;
}
.app_images {
    text-align: center;
}
.app_btn {
    text-align: center;
}
#btn_windows_download {
    height: 40px;
    background-color: #ff0000;
    border: 0px;
    border-radius: 10px;
    font-size: 14px;
    width: 240px;
    font-weight: bold;
    cursor: pointer;
    color: white;
}
#btn_android_download {
    height: 40px;
    background-color: #ff0000;
    border: 0px;
    border-radius: 10px;
    font-size: 14px;
    width: 240px;
    font-weight: bold;
    cursor: pointer;
    color: white;
}
.app_info {
    display: flex;
    align-items: baseline;
}
.info_text {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 0px 20px;
}

.app_color {
    color: #1aff00;
    font-weight: bold;
}
.app_up {
    text-align: center;
    font-weight: bold;
    font-size: 24px;
}
.app_up h1 {
    margin-bottom: 0px;
}
.app_up p {
    margin-top: 0px;
}

/* end app block */

/* faq block */
.faq_up {
    text-align: center;
    font-weight: bold;
    font-size: 24px;
}
.faq_up h1 {
    margin-bottom: 0px;
}
.faq_up p {
    margin-top: 0px;
}
.faq_info {
    padding: 0px 20px;
}

/* ACORDION */
.accordion {
    width: 90%;
    margin: auto;
    /* margin: 0px auto;
    padding: 45px 45px; */
    font-size: 18px;
}

.accordion .container {
    position: relative;
    margin: 10px 10px;
}

.accordion .label {
    position: relative;
    padding: 10px 0;
    font-size: 16px;
    cursor: pointer;
    color: #1aff00;
}

.accordion .label::before {
    content: "+";
    color: #1aff00;
    position: absolute;
    top: 50%;
    right: -5px;
    font-size: 30px;
    transform: translateY(-50%);
}

.accordion .content {
    position: relative;
    height: 0;
    font-size: 14px;
    text-align: justify;
    width: 90%;
    overflow: hidden;
    transition: 0.5s;
}

.accordion hr {
    width: 100;
    margin-left: 0;
    border: 1px solid grey;
}

.accordion .container.active .content {
    height: auto;
}

.accordion .container.active .label::before {
    content: "-";
    font-size: 30px;
}
/* END ACORDION */

/* end faq block */

/* footer block */
.footer {
    display: flex;
    background-color: #000000;
    width: 100%;
    height: 300px;
    box-shadow: 1px -5px 5px #000313;
    align-items: center;
    justify-content: space-between;
    z-index: 1;
    position: absolute;
    justify-content: center;
}
.footer_content {
    width: 1300px;
    display: flex;
    justify-content: space-between;
}
.button_footer {
    grid-gap: 10px;
    display: flex;
    flex-direction: column;
}

.footer .social {
    display: flex;
    flex-direction: column;
    /* margin-right: 20px; */
    padding: 0px;
}
.social1 {
    display: flex;
    margin: 10px;
}
.footer .logo {
    width: auto;
}
.footer .text {
    width: 50%;
    font-size: 14px;
    text-align: center;
}
/* bar */
.bar {
    align-items: center;
    display: flex;
    flex-direction: column;
    width: 30%;
    height: 100%;
    justify-content: end;
    /* background-color: #0A1032; */
    border-radius: 10px;
    align-items: center;
    justify-content: center;
    /* margin-top: 10px; */
    /* box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.5); */
}
.undressing {
    height: 500px;
    background-image: url(../images/girl_neon.png);
    background-repeat: no-repeat;
    box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.5);
    background-color: #0a1032;
    width: 100%;
    border-radius: 20px;
    background-position: center center;
    margin: 10px 0px;
    font-size: 18px;
}
.undressing h4 {
    margin-left: 20px;
}
.undressing_down h5 {
    margin: 0px;
}
.undressing_down {
    margin-left: 20px;
}
.undressing_down {
    display: flex;
    height: 80%;
    flex-direction: column;
    justify-content: end;
}
.bar_btn {
    width: 170px;
    height: 40px;
    background-color: #ff0000;
    border-radius: 20px;
    color: #ffffff;
    font-weight: bold;
    border: 0px;
}
.tournament {
    background-repeat: no-repeat;
    box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.5);
    background-color: #0a1032;
    width: 100%;
    border-radius: 20px;
    background-position: center center;
    margin: 10px 0px;
}
.tournament_up {
    background-color: #0a10321c;
    background-image: url(../images/tournament_img.webp);
    background-repeat: no-repeat;
    border-radius: 20px 20px 0px 0px;
    background-size: 100%;
    object-fit: cover;
    height: 50%;
    font-size: 18px;
}
.tournament_up h4 {
    margin: 0px;
}
.tournament_up_btn {
    display: flex;
    align-items: center;
}
.tournament_up_text {
    margin-left: 20px;
    padding-top: 10px;
}
.tournament_up_btn {
    margin-left: 20px;
    justify-content: space-between;
    margin-right: 20px;
}
.tournament_color {
    font-weight: bold;
    color: #1aff00;
}
.tournament_down {
    display: flex;
    justify-content: space-between;
    list-style-position: inside;
    padding: 0px 40px 0px 0px;
}
.tournament_down ul {
    list-style-type: none;
    text-align: right;
}

.bar_bonus {
    background-image: url(../images/socialmedia.jpg);
    width: 100%;
    border-radius: 20px;
    height: 300px;
    background-size: cover;
    background-position: center;
    justify-content: end;
    display: flex;
    flex-direction: column;
    margin-top: 10px;
}
.bar_bonus .bonus {
    background-color: #00000099;
    backdrop-filter: blur(10px);
    display: flex;
    justify-content: space-around;
    align-items: center;
    border-radius: 0px 0px 20px 20px;
}
.bar_faq {
    margin-top: 10px;
    background-color: #0a1032;
    border-radius: 20px;
    margin-bottom: 20px;
}
.bar_faq img {
    width: 100%;
}
.bar_faq h3 {
    text-align: center;
}
.bar_faq h4 {
    color: #00c3ff;
}
.bar_faq .faq_text {
    font-size: 14px;
    padding: 0px 20px;
}

@media (max-width: 1100px) {
    body {
        background-size: cover;
    }
    .bar_bonus {
        background-size: cover;
    }
    #allgames_bar {
        flex-direction: column;
    }
    #app_bar {
        flex-direction: column;
    }
    #app_bonus_bar {
        height: 520px;
    }
    .bar_faq img {
        width: 50%;
    }
    .bar_faq_img {
        text-align: center;
    }
    #allgames_bar .bar_bonus {
        width: 70%;
    }
    .bar {
        width: 100%;
        flex-direction: row;
        align-items: flex-start;
    }
    .undressing {
        margin: 10px;
    }
    .bar_bonus {
        margin: 10px;
    }
    .tournament {
        margin: 10px;
    }
    .tournament_down {
        font-size: 12px;
    }
    .bonus {
        flex-direction: column;
        padding: 10px 0px;
    }
    .bonus h4 {
        margin: 0px;
    }
    .menu {
        flex-direction: column;
    }
    .menu_left {
        margin: 0px;
    }
    .menu_right {
        margin-top: 10px;
        width: 50%;
    }
    .content_block {
        flex-direction: column;
    }
    .basic {
        width: 100%;
    }
}
@media (max-width: 1000px) {
    #btn_windows_download {
        display: none;
    }
}

@media (max-width: 900px) {
    .main_footer .footer_1 {
        width: 500px;
        border-radius: 20px 20px 0px 0px;
    }
    .main_footer .footer_2 {
        width: 500px;
        border-radius: 0px 0px 20px 20px;
    }
    .main_footer {
        flex-direction: column;
    }
    .main_footer .footer_1 {
        width: 100%;
    }
    .main_footer .footer_2 {
        width: 100%;
    }
    .tournament_down {
        justify-content: center;
    }
    .footer .text {
        font-size: 10px;
    }
    .main_footer3 {
        width: 95%;
        background-position: right;
        margin: auto;
    }
}
@media (max-width: 800px) {
    header {
        text-align: center;
    }
    .header_right {
        width: 100%;
        text-align: center;
    }
    header .social {
        justify-content: center;
        margin-bottom: 10px;
    }
    .header_btn_entry {
        margin: 0px 5px;
    }
    .header_btn_reg {
        margin: 0px 5px;
    }
    .advantages_img {
        flex-direction: column;
        align-items: center;
    }
    .advantages_img1 {
        width: 100%;
    }
    .menu_right {
        width: 100%;
    }
    .menu_left {
        width: 100%;
    }
    .popular_block {
        display: flex;
        justify-content: center;
    }
    .popular_games {
        flex-direction: column;
    }
    .footer_content {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .footer .text {
        width: 90%;
    }
    .footer .social {
        flex-direction: row;
        margin: 0px;
    }
    .social1 {
        margin: 0px;
    }
    .social p {
        display: none;
    }
    .footer .logo {
        text-align: center;
    }
    .button_footer {
        flex-direction: row;
    }
    .bar {
        flex-direction: column;
    }
    .bonus {
        justify-content: end;
        display: flex;
        flex-direction: column;
        flex-direction: row;
    }
    .about {
        flex-direction: column;
    }
    .about_img {
        text-align: center;
    }
    .undressing {
        margin: 10px 0px;
    }
    .bar_bonus {
        margin: 10px 0px;
    }
    .tournament {
        margin: 10px 0px;
    }
}
@media (max-width: 600px) {
    .app_info {
        flex-wrap: wrap;
    }
    .menu_left {
        flex-direction: column;
        justify-content: space-around;
        height: 130px;
        background-color: #0a103200;
        border: 0px;
    }
    .menu_right {
        flex-direction: column;
        justify-content: space-around;
        height: 85px;
        background-color: #0a103200;
        border: 0px;
    }
    .menu button {
        width: 300px;
    }
}
@media (max-width: 498px) {
    .all_games_block {
        width: 80%;
    }
    #app_bonus_bar {
        height: 300px;
    }
    header {
        flex-direction: column;
    }
}

@media (max-width: 440px) {
    .content_block {
        text-align: center;
    }
    .footer {
        height: 60%;
    }
    .content {
        margin: 0px 10px;
    }
    .header_btn {
        padding: 0px;
    }
    .footer .logo {
        margin: 0px;
    }
    .menu_right {
        border: 0px;
    }
    .menu_left {
        border: 0px;
    }
    .menu_right {
        margin: 0px;
    }
    .social p {
        font-size: 10px;
    }
    .popular_block {
        flex-direction: column;
    }
    .popular_games_block {
        width: 95%;
        height: 140px;
    }
    .about_text {
        margin: 0px 10px 0px 10px;
        text-align: center;
    }
    .new {
        text-align: center;
    }
    .end_text {
        text-align: center;
    }
    #allgames_bar .bar_bonus {
        width: 100%;
    }
    .advantages_img1 {
        display: contents;
    }
    .menu button {
        width: 250px;
    }
    .main_footer {
        align-items: center;
    }
    .main_footer .footer_1 {
        width: 80%;
        background-position: right;
        border-radius: 20px 20px 0px 0px;
    }
    .main_footer .footer_2 {
        width: 80%;
        background-position: right;
        border-radius: 0px 0px 20px 20px;
    }
    .main_footer3 {
        border-radius: 20px;
    }
    .tournament_up_btn {
        flex-direction: column;
        align-items: center;
    }
    .tournament_up {
        background-size: 112%;
    }
    .bar_bonus {
        background-size: cover;
    }
    .app img {
        width: 100%;
    }
    .faq_info ul {
        list-style-type: none;
        padding: 0px;
        margin: auto;
    }
    .accordion .label::before {
        font-size: 10px;
    }
    .hover{
        justify-content: center;
        display: flex;
    }
    .hover img {
        width: 70%;
    }
    .button_hover {
        width: 65%;
    }
}
@media (min-width: 1000px) {
    #btn_android_download {
        display: none;
    }
}
