*, :after, :before {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-size: 18px;
}
li{
    list-style: none;
}
a{
    text-decoration: none;
}
.container {
    width: 100%;
    padding: 0 10px;
    margin: 0 auto;
    overflow: hidden;
}



/* //// application in header */
.load_now_app_block{
    background: #f3c51a;
    border-bottom: 1px solid #15161c;
}
.load_now_app_block .container{
    display: flex;
    align-items: center;
    justify-content: space-around;
    
    padding: 5px 0;
}

.logo_load_block{
    height: 10px;
}
.load_now_app_text{
    font-size: 15px;
    display: none;
}
.load_now_app_img{
    width: 35px;
}
.header_btn_close {
    font-size: 15px;
    color: #fff;
    border-radius: 5px;
    padding: 0px 10px;
    background-color: #0000007a;
    border: 1px solid #FFF;
    transition: .5s ease;
   
}

.load_now_app_link{
    background-color: #194C38;
    padding: 5px 10px;
    border-radius: 20px;
    border: 2px solid #fff;
    color: #fff;
    font-weight: 700;
    font-size: 18px;
    transition: .5s ease;

}
.header_btn_close:hover{
    background-color: #fff;
    color: #194C38;
    transform: scale(0.95);

}
.load_now_app_link:hover{
    background-color: #fff;
    color: #194C38;
    transform: scale(0.95);
}

a {
    text-decoration: none;
}
.dropdown{
    text-align: center;
}
.dropdown button{
    padding: 8px;
    transition: 0.5s;
    font-weight: 700;
    /* border-radius: 50px; */
    background-color: #fff;
    border: 1px solid #fff;
    color: #fff;
    text-transform: uppercase;
}
.dropdown-menu{
    background-color: #445058;
    
}
.dropdown-item{
    color: #fff;
    
}
.btn_toggle{
    color: #BDBFC3;
    padding: 10px;
    border: 2px solid #445058;
    
}
@media screen and (min-width: 992px) {
    .dropdown {
        display: none;
    }
    .modal-dialog {
        display: none;
    }
}

/* new mobile menu */
.offcanvas-body{
    background-color: #333;
}
.offcanvas-body ul{
    padding: 0;
}
.offcanvas-body ul li{
    font-size: 18px;
    margin: 15px 0;
}
.offcanvas-header{
    background-color: #f3c51a;
    color: #fff;
}
.bonus_mini_block{
    margin: 20px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 30px;
}
.bonus_mini_block img{
    width: 80%;
    border-radius: 10px;
}
.burger_icon{
    width: 25px;
    height: 25px;
}


/* main */
.brand_link{
    color: #f3c51a !important;
    text-decoration: underline;
}
.brand_link:hover{
    color: #f3c51a !important;
    text-decoration: underline;
}


.main_section {
   
    overflow: hidden;
    color: #445058;
    
    /* background: url(../img/main/back_main.webp); */
    /* box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); */
    /* background-repeat: no-repeat;
    background-size: cover; */
    margin-bottom: 25px;
    
}
.main_section .container {
    color: #FFF;
    position: relative;
    padding-top: 10px;
    /* background-color: #333; */
    border-radius: 30px;
    box-shadow: inset 0 -5px 0 #dedede;

}
.wrapper_content {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    border-radius: 15px;
    overflow: hidden;
}
.content_title {
    padding-top: 5px;
    text-align: center;
}
.btn_title {
    font-size: 25px;
    font-weight: 700;
    padding: 30px 0;
    text-align: center;
    color: #FFF;
}
.main_section .container h1 {
    font-weight: 700;
    font-size: 25px;
    line-height: 31px;
    text-transform: uppercase;
    color: #CECECE;
    font-family: Chivo, system-ui, BlinkMacSystemFont, -apple-system, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    font-style: italic;
    text-shadow: 0 .8rem .8rem rgba(9, 10, 11, .5);
    text-align: center;

}
.main_section .container h1 span {
    font-size: 28px;
    color: #fff;
}
.content_title p {
    font-size: 14px;
    color: #fff;
}
.content_title a {
    margin-top: 25px;
}
.content_img {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20px auto;
    padding: 15px;
}
.main_img {
    width: 90%;
    height: auto;
    object-fit: cover;
    border-radius: 10px;
}

/* Anchor */
.anchor_block{
    margin: 25px 0;
}
.anchor_block_wrapper{
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    align-items: center;
    justify-items: center;
    font-size: 15px;
    justify-content: space-evenly;
}
.anchor_block_item a{
    display: flex;
    flex-direction: column;
    gap: 5px;
    align-items: center;
    justify-content: center;
}
.icon_anchor{
   
}
.icon_anchor i{
    font-size: 20px;
    display: flex;
    justify-content: center;
}
.anchor_block_item a span{
    font-size: 15px;
    font-weight: 700;
}
.anchor_block_item a{
    color: #f3c51a;
    transition: 0.5s ease-in;
}
.anchor_block_item a:hover{
    color: #fff;
}

/* bonus_section */
.bonus_section_wrapper a{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    font-size: 25px;
}
.bonus_section_wrapper a img{
    width: 90%;
    border-radius: 10px;
}
.bonus_section{
    margin: 30px 0;
}
.bonus_section-content span{
    color: #f3c51a!important;
    
    letter-spacing: 1.4px;
    font-weight: 700;
    font-style: italic;
    font-size: 30px;
}
.bonus_section-content p{
    margin-top: 10px;
    font-size: 14px;
}


/* jackpot */
.jackpot{
    margin-top: 40px;

}
.jackpot .container{
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.jackpot_wrapper {
    position: relative;
    width: 100%;
    /* margin-top: 40px; */
}

.jackpot_wrapper img {
    width: 100%;
    height: auto;
}

.jackpot_wrapper span {
    position: absolute;
    top: 60%; 
    left: 50%; 
    transform: translate(-50%, -50%); 
    color: #fff; 
    font-size: 2em; 
    font-weight: bold; 
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); 
}
.jackpot_wrapper_title{
    color: #fff;
    
    letter-spacing: 1.4px;
    font-weight: 700;
    font-style: italic;
    font-size: 20px;
    text-align: center;
}


/* games on main */

    .main_games_title{
        color: #f3c51a;
        text-shadow: 2px 2px 0 #fff;
        letter-spacing: 1.4px;
        font-weight: 700;
        font-style: italic;
        font-size: 30px;
    }
    .main_games_item_wrapper{
    display: flex;
    flex-direction: column;
    text-align: center;
    gap: 10px;
    }
    .main_games_item{
    border-radius: 20px !important;
    border: solid #f3c51a !important;
    border-width: 2px 2px 5px 2px !important;
    overflow: hidden !important;
    margin: 10px 50px;
    }
    .main_games_item_wrapper span{
        font-size: 15px;
        margin: 5px;
    }
    .main_games_item_wrapper:hover span{
        color: #a3d712;
    }
   
    .games_block_wrapper{
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    }
    .games_block_wrapper img{
        width: 150px;
        border-radius: 10px;
    }
    .wrapper_games_title_line{
        display: none;
        border-top: 3px solid #f3c51a; 
        flex: 1;
        position: relative;
    }
    .games_block_title{
        align-items: center;
        display: flex;
        font-size: 1.4rem;
        font-weight: 700;
        justify-content: center;
        gap: 3px;
    }
    .games_block_item {
        transition: transform 0.5s ease;
        position: relative;
        overflow: hidden; /* Ensure the blur effect doesn't cause overflow */
    }
    
    .games_block_item:hover {
        transform: scale(1.05);
    }
    
    .cover_block {
        position: absolute;
        background-color: #f3c51a;
        padding: 10px 20px;
        border-radius: 5px;
        top: 50%;
        left: 15%;
        z-index: -1;
        transition: z-index 0.5s ease;
        color: #fff;
        border: 2px solid #f00;
    }
    
    .games_block_item:hover .cover_block {
        z-index: 1;
    }
    
    .game_image {
        transition: filter 0.5s ease; /* Ensure the filter transition is smooth */
        width: 100%; /* Ensure the image takes up the full container */
    }
    
    .games_block_item:hover .game_image {
        filter: blur(5px);
    }
    
    /* games tabs */

    .games_block_title {
        display: flex;
        align-items: center;
      }
      .games_block_title img {
        margin-right: 10px;
      }
      .wrapper_games_title_line {
        width: 100%;
        height: 2px;
        background: #333;
        margin-top: 5px;
      }
      .games_block_wrapper {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
      }
      .games_block_item {
        position: relative;
        width: 300px;
        height: 220px;
        margin-bottom: 10px;
      }
      .games_block_item img {
        width: 100%;
        height: auto;
        display: block;
        border-radius: 20px;
      }
      .cover_block {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: #000000c4;
        color: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
        opacity: 0;
        transition: opacity 0.3s;
        font-weight: 900;
        
      }
      .cover_block span{
        padding: 5px 10px;
        border-radius: 20px;
        background-color: #000;
        color: #fff;
      }
      .games_block_item:hover .cover_block {
        opacity: 1;
      }
      .nav-link{
        text-transform: uppercase;
        font-weight: 700;
      }
    /* top game */
    
.top_game {
 
    background: #000000;
    color: #ffffff;
    padding: 20px;
    text-align: center;
}

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

.top_game_title {
    color: #f3c51a;
    margin-bottom: 20px;
    text-shadow: 2px 2px 0 #FFF;
    letter-spacing: 1.4px;
    font-weight: 700;
    font-style: italic;
    font-size: 25px;
    text-align: center;
}

.top_game_link img {
    max-width: 100%;
    height: auto;
    margin-bottom: 20px;
    border-radius: 20px;
}

.top_game_text {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 20px;
    color: #fff;
}


/* new content */
.new_content{
    margin: 25px 0;
}
.new_content span{
    font-size: 25px;
    color: #f3c51a;
    /* text-shadow: 2px 2px 0 #CDA449; */
    letter-spacing: 1.4px;
    font-weight: 700;
    font-style: italic;
}
.new_content p{
    font-size: 15px;
}
.new_content_btn{
    display: flex;
    justify-content: center;
}
.new_content_img{
    margin: 25px 0;
    display: flex;
    justify-content: center;
}
.new_content_img img{
    width: 80%;
    height: auto;
    object-fit: cover;
    border-radius: 10px;
}
.new_content li{
    list-style: circle;
}

.new_content_block {
    display: flex;
    align-items: flex-start;
    margin: 0 auto;
    flex-direction: column;

  }
  
  .new_content_block_content {
    flex: 1;
    margin-right: 20px; 
  }
  
  .new_content_img {
    flex: 1;
  }
  
  .new_content_img img {
    max-width: 100%; 
    height: auto;
  }
/* about */


.about{
    margin-top: 20px;
    text-align: center;
    color: #fff;
}
.about h3{
    color: #f3c51a;
    /* text-shadow: 2px 2px 0 #CDA449; */
    ;
    letter-spacing: 1.4px;
    font-weight: 700;
    font-style: italic;
    font-size: 40px;
   
}
.about h3 span{
    font-size: 40px;
   
    color: #f3c51a;
}
.about_main{
    margin-top:20px;
    margin-bottom:40px;
    display: flex;
    flex-direction: column;
    background-color: #445058;
    border-radius: 10px;
}
.about_content h4{
    font-size: 25px;
    color: #f3c51a;
}
.about_content p{
    padding-top: 15px;
    padding-bottom: 15px;
    color: #fff
}
.about_content{
    position: relative;
    padding-top: 15px;
    margin-top:50px;
    margin-bottom:40px;
    background: transparent ;
    border-radius: 10px;
}
.about_content img{
    width: 70px;
    height: 70px;
    margin-top: -55px;
}




/* table */

.table{
    margin-top: 70px;
}
.table_wrapper{
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    background: #000 ;
    padding: 40px;
    border-radius: 25px;

}
#table_heading{
    color: #fff;
    font-weight: 700;
    font-style: italic;
    font-size: 30px;
    text-align: center;
}


th, td {
    padding: 10px;
    text-align: left;
    border-bottom: 3px solid #f3c51a;
    color: #fff;

}
th {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    color: #fff;
}
.table>:not(caption)>*>* {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;
    color: #fff;
    background-color: transparent;
}



/* acordion */

.accordion{
    margin-bottom: 25px;
}
.accordion-body{
    background-color: #445058;
    color: #fff;
}
.accordion-button{
    background: rgba(255, 255, 255, .1);
    font-size: 20px;

}
.collapsed{
    background-color: #445058c4;
    color: #fff;
}
.accordion-item{
    background-color: transparent;
}

/* /registration/ */

.registro_login .container{
    border-top: 30px solid #f3c51a;
    border-bottom: 30px solid #f3c51a;
    border-right: 5px solid #f3c51a;
    border-left: 5px solid #f3c51a;
    padding: 30px 20px;
}
.section_heading{
    font-size: 30px;
    text-align: center;
    margin: 50px 0;
}
.section_description{
    font-size: 15px;
}
.etapa{
    margin: 25px 0;
}
.etapa p{
    font-size: 15px;
}
/* games */

.allgames{
    margin: 100px 0;
}
.allgames_title{
    color: #f3c51a;
    /* text-shadow: 2px 2px 0 #f3c51a; */
    letter-spacing: 1.4px;
    font-weight: 700;
    font-style: italic;
    font-size: 20px;
}
.games_block{
    margin: 40px 0;
}
.games_block{
    display: grid;
    grid-template-columns: 1fr;
    align-items: center;
    gap: 25px;
}
.games_item{
    display: grid;
    gap: 30px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    background: transparent ;
    border-radius: 15px;
    border: 1px solid #f3c51a;
}
.games_content{
    margin: 35px 0;
    /* color: #fff; */
    padding: 0 25px;
}
.games_content p{
   margin: 25px 0;
}
.games_content span{
    font-size: 18px;
    margin: 35px 0;
    color: #fff;
    text-align: center;
    border: 2px solid #fff;
    border-radius: 32px;
    background-color: inherit;
    display: inline;
    padding: 15px 30px;
    border-radius: 15px;
    text-align: center;
}
.games_img_wrapper{
    padding: 25px;
}

.games_img{
    width: 100%;
    height: 400px;
    border-radius: 10px;
    object-fit: cover;
    border-radius: 15px;
}

.live_casino_content li{
    list-style: circle;
    font-size: 15px;
}



/* brand img block */

.brand_block_wrapper img{
    width: 100%;
    border-radius: 15px;
}
.brand_block p{
    margin: 10px 0;
}

/* player info */


.winners{
    margin: 100px 0;
}
.winners .container{
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    background: transparent ;
    padding: 40px;
    border-radius: 25px;
}
.about_winners{
    text-align: center;
    font-size: 25px;
    padding: 25px 0;
    
}
.about_winners span{
    font-size: 25px;
    margin: 30px 0;
    /* color: #fff; */
    border-radius: 15px;

    
}
.about_winners p{
    text-align: center;
    /* color: #fff; */
    font-size: 16px;

}
.playersWon{
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin: 50px 0;
}

.playersWon img{
    width: 70px;
    height: 70px;
}
.allPlayers, .moneyWon{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 30px;
    color: #fff;
    font-size: 25px;
    padding: 25px;
    background-color: #333;
    border-radius: 15px;
    text-align: center;
}



/* main btn */


.main_btn{
    padding-top: 50px;
    border-top: 2px solid #212121;

}
.main_btn_wrapper{
    text-align: center;
}

.main_btn_wrapper p{
    font-size: 20px;
    text-align: center;
    margin-bottom: 20px;
    /* color: #fff; */
    text-transform: uppercase;
    font-weight: 800;
}
.main_btn_link{
    display: inline-block;
    min-width: 50px;
    text-decoration: none;
    
    margin: 100px 0;
    transition: all 1s ease;
    padding: 15px 50px;
   
    color: #000;
    font-size: 18px;
    font-weight: 800;
    letter-spacing: 1.8px;
    line-height: 1.54;
    margin: 25px auto;
    text-align: center;
    text-transform: uppercase;
    border-radius: 15px;
    background: #f3c51a;
    border-bottom: 3px solid #936d23;
    border-radius: 0 10px 0 10px;
    
}

.main_btn_link:hover{
    cursor: pointer;
    background-color: #f3c51a;
    border: 2px solid #fff;
    color: #fff;
    scale:0.9;
    animation: shake 0.5s infinite;
}
.main_blink{
    animation: scaleBtn 2s infinite;
}

 
@keyframes scaleBtn {
    0% { transform: scale(1); }
    50% {  transform: scale(0.8);}
    100% { transform: scale(1); }
  }

  .main_btn_link:hover {
    transform: scale(0.95);
}
/* @keyframes shake {
    0% { transform: translate(1px, 1px) rotate(0deg); }
    10% { transform: translate(-1px, -2px) rotate(-1deg); }
    20% { transform: translate(-3px, 0px) rotate(1deg); }
    30% { transform: translate(3px, 2px) rotate(0deg); }
    40% { transform: translate(1px, -1px) rotate(1deg); }
    50% { transform: translate(-1px, 2px) rotate(-1deg); }
    60% { transform: translate(-3px, 1px) rotate(0deg); }
    70% { transform: translate(3px, 1px) rotate(-1deg); }
    80% { transform: translate(-1px, -1px) rotate(1deg); }
    90% { transform: translate(1px, 2px) rotate(0deg); }
    100% { transform: translate(1px, -2px) rotate(-1deg); }
} */

/* text */

.howto888{
    margin-bottom: 50px;
   
}
.howto888_wrapper{
    border: 2px solid #f3c51a;
    padding: 10px;
}
.howto888 p{
    font-size: 15px;
}
.text-center{
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 20px;
}
.howto888__block{
    margin: 25px 0;

}
.howto888__block p{
    font-size: 15px;

}
.step__title{
    margin-bottom: 0;
    margin-left: 10px;

}
.step__body span{
    display: flex; 
    align-items: center;
    margin: 20px 0;

}

.howto888_img{
    width: 25px;
}
/* footer */

footer{
    padding-top: 25px;
    background: linear-gradient(to bottom, #000, #333);
}

.main_investor ul{
    display: flex;
    justify-content: space-evenly;
    margin-bottom: 50px;
}

.restrictions{
    color: #BDBFC3;
    text-align: center;
    margin-bottom: 25px;
}
.restrictions_info{
    display: flex;
    justify-content: center;
    gap: 20px;
    
}

.footer_aht{
    width: 50px;
    height: 50px;
    margin-bottom: 25px;
}
.restrictions p{
   font-size: 14px;
}

.pay_method{
    color: #BDBFC3;
    font-size: 20px;
    border-top: 1px solid #f3c51a;
    border-bottom: 1px solid #f3c51a;
    padding: 25px;
    border-radius: .8rem;;
}
.pay_method p{
    margin: 15px 0;
    text-align: center;
    color: #BDBFC3;

}
.pay_method li img{
    width: 40px;
    height: 40px;
}
.pay_method ul{
    display: flex;
    justify-content: space-around;
}
.br_love{
    color: #BDBFC3;
    font-size: 20px;
    padding: 5px;
    border-radius: .8rem;
    
  
}
.br_love .container{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
}
.br_love img{
    border-radius: .375rem;
    height: 1.5rem;
}
/* block_app_btn */

.app_btn_block{
    margin: 50px 0;
}
.app_intro span{
    font-size: 25px ;
    color: #f3c51a;
}
.app_intro p{
    font-size: 20px;
    margin: 25px 0;
}
.app_btn_block_wrapper{
    display: flex;
    flex-direction: column;
    gap: 25px;
    padding: 20px;
    background-color: #4042569c!important;
    border: 2px solid #f3c51a;
    border-radius: 15px;
}

.app_rating{
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
}
.app_rating span{
    font-size: 20px;
    color: #fff;
}
.rating_imgs img{
    width: 25px;
}
.app_btn_block_img_logo{
    width: 150px;
    height: 40px;
}
.app_btn_block_img{
    display: flex;
    justify-content: center;
    align-items: center;
}
.app_btn_block_img img{
   width: 150px;
}
.app_btn{
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.app_btn a{
    font-size: 20px;
    padding: 10px 20px;
    border: 2px solid #fff;
    border-radius: 15px;
    background-color: #f3c51a;
    color: #000;
    transition: .5s ease;
}
.app_btn a:hover{
    background-color: #000;
    color: #fff;
    transform: scale(1.05);
}
.brand_block_text span{
    color: #f3c51a;
    /* text-shadow: 2px 2px 0 #CDA449; */
    letter-spacing: 1.4px;
    font-weight: 700;
    font-style: italic;
    font-size: 25px;
}
.brand_block_text{
    font-size: 15px;
}

.main_logo_style{
    color: #f3c51a;
}
.brand_block_text li{
    list-style: circle;
}



#scrollToTopBtn {
    display: none;
    position: fixed;
    bottom: 30px;
    right: 20px;
    z-index: 99;
    font-size: 20px;
    border: none;
    outline: none;
    background-color: #f3c51a;
    color: #000;
    cursor: pointer;
    padding: 15px;
    border-radius: 5px;
    box-shadow: 0 0 20px 5px #223c5059;
  }
  
  #scrollToTopBtn:hover {
    background-color: #ffb800;
  }
  .card-container{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
@media screen and (min-width: 992px) {
    .card-container{
        display: flex;
        flex-direction: row;
      
    }
    .wrapper_content{
      flex-direction:row;
      min-width: none;
    }
    .main_section .container {
      position: relative;
      display: grid;
  }
 
  .content_title h1{
      font-size: 35px;
      line-height: 1.2;
  
  }
  .content_title h1 span:nth-child(2){
    font-size: 50px;
}
  .content_title{
      max-width: 500px;
  
  }
  .content_title p{
      font-size: 18px;
  }
  .pay_method p{
      margin: 15px 0;
      font-size: 30px;
      text-align: center;
  }
  .pay_method li img{
      width: 60px;
      height: 60px;
  }
    .games_item{
        display: grid;
       
    }
    .games_block:nth-of-type(1) .games_content{
       
    }

    .main_menu{
        display: inline-block;
        display: flex;
    }
    .main_menu ul{
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 35px;
        margin: 0 auto;
        color: #fff;
        font-size: 20px;
    }
    
    .main_menu ul li{
        cursor: pointer;
 
    }
    .main_menu ul li a{
        cursor: pointer;
        transition: 1s;
        color: #fff;
        padding: 5px 15px;
        border: 3px solid transparent;
        display: flex;
        align-items: center;
    }
    .main_menu ul li a:hover{
        color: #fff;
        border-bottom: 3px solid #fff;
    }
    .menu_btns{
        gap: 15px;
    }
    .main_img{
        width: 100%;
        /* height: 400px; */
    }
    .allgames{
        margin-top: 100px;
        margin-bottom: 50px;
    }
    .allgames_title{
        margin: 20px 0;
        font-size: 35px;
    }
    /* .table{
        margin: 100px 0;
    } */
  
    .winners{
        margin-top: 50px;
        margin-bottom: 150px;

    }
    .about_winners span{
        margin: 100px 0;
    }
    .playersWon{
        flex-direction: row;
    }
    .allPlayers, .moneyWon{
        padding: 50px 150px;
    }
    .table{
        font-size: 20px;
    }
    th{
        font-size: 20px; 
    }
    .games_content h2{
        font-size: 40px;
    }
    .games_content p{
        font-size: 20px;
    }
    .games_content span{
        font-size: 30px;
    }
    .about_content span{
        font-size: 40px;
    }
    .about_content p{
        font-size: 20px;
    }
    .img_flag{
        width: 40px;
        height:40px;
    }
    .about_main{
        flex-direction: row;
        gap: 20px;
    }
  
    .app_btn_block_wrapper{
        justify-content: space-evenly;
        flex-direction: row;
        
    }
    .main_section {
        padding: 20px 0;
    }
    .content_title {
        padding-top: 30px;
    }
    .main_section .container {
        padding-top: 25px;
    }
    .jackpot_wrapper span {
        font-size: 2em; 
    }
   .main_games_wrapper{
    display: flex;
    justify-content: center;
    align-items: center;
   }
   .main_games_item{
    margin: 10px;
   }
   .gameImg{
    transition: 1s ease;
   }
   .main_games_item_wrapper:hover .gameImg{
    scale: 0.9;
    
   }
   .top_game_text {
    font-size: 22px;
   }
   .top_game_title{
    font-size: 35px;
   }
   .main_games .container{
    display: flex;
    flex-direction: column;
    align-items: center;
   }
   .load_now_app_text{
    display: block;
    color: #fff;
   }
   .wrapper_games_title_line{
    display: block;
    
}
    .bonus_section{
        margin: 50px 0;
    }
    .bonus_section_wrapper a{
        flex-direction: row;
        justify-content: space-around;
    }
    .bonus_section_wrapper a img{
        /* width: 30%; */
        transition: 0.5s ease;
    }
    .bonus_section_wrapper a img:hover{
        transform: scale(1.05);
    }
    .anchor_block{
        margin: 50px 0;
    }
    .icon_anchor i {
        font-size: 50px;
    }
    .anchor_block_item a span {
        font-size: 25px;
    }
    .menuback{
        display: block;
    }
    .new_content_img img{
        width: 50%;
    }
    .new_content_block img{
        width: 80%;
    }
    .new_content_block {
        flex-direction: row;
        align-items: center;
      }
    
      .new_content_block_content {
        margin-right: 0;
        margin-bottom: 20px; 
      }
      .jackpot_wrapper_title{
       
        font-size: 40px;
    }
    
}

.new_list{
    border-left: 5px solid #928600;
    padding-left: 10px;
}
.new_list li{
    list-style: none;
    padding: 10px 20px;
    display: inline-block;
    background-color: #505050;
    border-radius: 10px;
    color: #fff;
    margin: 10px 0;
}
.new_list li::before{
    content: "💠";
    font-family: 'icon-' !important;
    color: #3db987;
    min-width: 30px;
    min-height: 30px;
    vertical-align: middle;
    display: inline-block;
    text-align: center;
    line-height: 30px;
    font-size: 25px;
    width: 20px;
    height: 20px;
    margin: 5px;
    
} 
/* newblockonmain 8.11.24 */ 
.main_list{
    /* border-left: 5px solid #f3c51a; */
    border-right: 5px solid #f3c51a;
    padding:0 10px;
    margin-top: 30px;
}
.main_list li{
    list-style: none;
    font-size: 20px;
    padding: 20px 30px;
    background-color: #f3c51a;
    border-radius: 10px;
    color: #000;
    margin: 10px 0;
    display: flex;
    align-items: center;
    position: relative;

}
.main_list li img{
  width: 40px;
  margin-right: 10px;
}
/* .main_list li::before{
    content: "";
    font-family: 'icon-' !important;
    color: #3db987;
    min-width: 30px;
    min-height: 30px;
    vertical-align: middle;
    display: inline-block;
    text-align: center;
    line-height: 30px;
    font-size: 25px;
    width: 20px;
    height: 20px;
    margin: 5px;
    
}  */
.main_list-2{
    /* border-left: 5px solid #f3c51a; */
    border-right: 5px solid #f3c51a;
    padding:0 10px;
    margin-top: 30px;
}
.main_list-2 li{
    list-style: none;
    font-size: 20px;
    padding: 20px 30px;
    background-color: #f3c51a;
    border-radius: 10px;
    color: #000;
    margin: 10px 0;
    display: flex;
    align-items: center;
    position: relative;

}
.main_list-2 li img{
    width: 40px;
    margin-right: 10px;
  }
  .main_list-3{
    /* border-left: 5px solid #f3c51a; */
    border-right: 5px solid #f3c51a;
    padding:0 10px;
    margin-top: 30px;
}
.main_list-3 li{
    list-style: none;
    font-size: 20px;
    padding: 20px 30px;
    background-color: #f3c51a;
    border-radius: 10px;
    color: #000;
    margin: 10px 0;
    display: flex;
    align-items: center;
    position: relative;

}
.main_list-3 li img{
    width: 40px;
    margin-right: 10px;
  }
.links_block{
    margin: 40px 0;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: space-around;
}
.raiting_img{
    width: 100px;
    margin: 20px 0;
}
.raiting_star{
    width: 20px;
}
.links_block_item {
    margin: 20px auto; /* Центрирование блока с отступом сверху и снизу */
    position: relative;
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 15px;
    background-color: #333;
    box-shadow: 0px 0px 5px 5px #dedede;
    width: 300px; /* Установите ширину для лучшего контроля */
}

.links_block_item_number {
    position: absolute;
    top: 0;
    left: 0;
    padding: 5px 10px;
    color: #000;
    background-color: orange;
}

.links_block_item_raiting {
    display: flex;
    align-items: center;
    justify-content: center; /* Центрирование рейтинга */
    gap: 30px;
    padding: 50px;
}

.links_block_item_raiting_text {
    display: flex;
    flex-direction: column;
    align-items: center; /* Центрирование текста */
    gap: 10px;
}

.links_block_item_raiting_text span:nth-child(1) {
    font-size: 30px;
    color: #fff;
}

.raiting_star {
    display: flex;
    align-items: center;
    gap: 10px;
}

.raiting_star span {
    display: flex;
    align-items: center;
    gap: 5px;
}



.links_block_item_raiting {
    display: flex;
    flex-direction: column; /* Переключение на вертикальное выравнивание */
    align-items: center; /* Центрирование по горизонтали */
    gap: 5px; /* Уменьшение промежутка между рейтингом и звездами */
    padding: 20px; /* Уменьшение внутреннего отступа */
}

.links_block_item_raiting_text {
    display: flex;
    flex-direction: column;
    align-items: center; /* Центрирование текста */
    gap: 5px; /* Уменьшение промежутка между элементами */
}

.links_block_item_raiting_text span:nth-child(1) {
    font-size: 30px; /* Размер шрифта для названия */
    color: #fff; /* Цвет названия */
}
.raiting_star span:nth-child(1) {
    display: flex;
    font-size: 20px;
    align-items: center;
    color: #000000;
    padding: 5px;
    background-color: orange;
    border-radius: 50%;
}
.raiting_star {
    display: flex;
    justify-content: center; /* Центрирование звезд */
}

.raiting_star img {
    width: 20px; /* Размер звезд */
}

.links_container {
    display: flex; /* Используем Flexbox для размещения блоков рядом */
    justify-content: space-between; /* Распределяем пространство между блоками */
    flex-direction: column;
}

.links_block_item {
    margin: 20px; /* Отступ между блоками */
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    gap: 15px;
    background-color: #796229;
    box-shadow: 0px 0px 2px 2px #dedede;
    flex: 1; /* Заставляем блоки занимать одинаковое пространство */
    max-width: 300px; /* Ограничиваем максимальную ширину блока */
    height: auto; /* Высота будет динамической, но одинаковой */
    transition: 1s ease;
    color: #fff;
}
.platforms{
    background-color: orange;
}
.links_block_item:hover{
    transform: scale(1.05) translateY(-10px);
    box-shadow: 0px 0px 10px 10px #dedede;
}
@media screen and (min-width: 992px) {
   
    .links_container {
        flex-direction: row;
        justify-content: space-around;
        gap: 100px;
    }
}
.app_brand_link{
    display: flex;
    gap: 5px;
    align-items: center;
    margin: 10px 0;
    padding: 10px 20px;
    background-color: #f3c51a;
    color: #000;
    border-radius: 10px;
    font-weight: 600;

}
.app_brand_link img{
    width: 30px;
}



.brand_app{
    /* padding-top: 80px; */
    padding-bottom: 50px;
}
.brand_app_wrapper{
    display: flex;
    align-items: center;
    justify-content: space-around;
    gap: 25px;
    margin-bottom: 50px ;
}
.brand_app_wrapper img{
    border-radius: 20%;
    width: 100px;
    border: 2px solid #fff;
}
.brand_app_text h3{
    font-size: 30px;
}
.brand_app_text p{
    color: #fff;
    font-weight: 700;
}
.brand_app_about_item{
    padding: 10px;
    border-left: 2px solid #f3c51a;
    border-right: 2px solid #f3c51a;;
}
 .brand_app_about_item span{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
 }
.brand_app_about_item img{
    width: 50px;
}
.brand_app_about {
    display: grid;
    
    grid-template-columns: repeat(2, 1fr);  
    gap: 36px; 
}

.brand_app_about_item {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex-direction: column;
    background: #f3c51a75;
    border-radius: 10px;
    color: #fff;
}



@media screen and (min-width: 992px) {
   
    .brand_app_wrapper{
       justify-content: flex-start;
        gap: 50px;
    }
    .brand_app_about {
        grid-template-columns: repeat(3, 2fr); 
    }
    .brand_app_about_item span{
        flex-direction: row;
        gap: 5px;
     }
}

/* Фон для каждой карточки */
.casino_games_wrapper{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin: 30px 0;
}
.casino_games__item{
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.casino_games__item-card {
    position: relative;
    border-radius: 8px;
    padding: 30px 10px;
    text-align: left;
    flex: 1 1 calc(33.333% - 20px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-size: cover; /* Растягиваем фон */
    background-position: center; /* Центрируем фон */
}

/* Первая карточка */
.casino_games__item-card.first {
    background-image: url('/images/tr/main/casinobonus-1.webp')  ; /* Замените на ссылку вашего изображения */
    background-size: contain;
    background-repeat: no-repeat;
}

/* Вторая карточка */
.casino_games__item-card.second {
    background-image: url('/images/tr/main/casinobonus-2.webp') ; /* Замените на ссылку вашего изображения */
    background-size: contain;
    background-repeat: no-repeat;
   height: 220px;
}

/* Третья карточка */
.casino_games__item-card.third {
    background-image: url('/images/tr/main/casinobonus-3.webp')  ; /* Замените на ссылку вашего изображения */
    height: 220px;
    background-size: contain;
    background-repeat: no-repeat;
}

/* Текст поверх фона */
.casino_games .container{
    overflow: visible;
    
}
.casino_games__item-card-text{
    padding: 10px;
}
.casino_games__item-card h3{
    font-size: 20px;
}
.casino_games__item-card p {
    font-size: 12px;
    padding: 10px 0;
    color: #fff; /* Белый цвет текста для читаемости */
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.8) ; /* Тень для выделения текста */
}

.casino_games__item-card a {
    background: #f3c51a;
    border-bottom: 3px solid #936d23;
    border-radius: 0 10px 0 10px;
    color: #000;
    padding: 6px 34px;
    font-size: 14px;
    font-weight: 700;
    transition: all .5s;
    position: absolute;
    bottom: -30px;
    z-index: 10;
    transition: 1s ease;
}

.casino_games__item-card a:hover {
    background-color: #ffae00;
    transform: scale(1.05);
}
@media screen and (min-width: 992px) {
   
    .casino_games_wrapper{
        
        flex-direction: row;
      
    }
    .casino_games__item-card p {
  
        max-width: 61%;
    }
}
