
.casino_app{
    margin: 65px 0;
}

.casino_app_wrapper{
    display: flex;
    flex-direction: column;
    align-items: center;
    /* background-color: #6666; */
    padding: 5px;
    border-radius: 10px;
}
.casino_app_content{
    display: flex;
    flex-direction: column;
}
.casino_app_text{
    display: flex;
    flex-direction: column;
}
.casino_app_text span{
    font-size: 30px;
    text-align: center;
    margin-bottom: 25px;
    color: #086460;
}
.casino_app_text p{
    font-size: 20px;
    text-align: center;
}
.casino_app_load{
    display: flex;
    justify-content: center;
    gap: 10px;
}
.casino_app_load a{
    font-size: 15px;
    text-decoration: none;
    color: #fff;
    border: 3px solid #086460;
    border-radius: 25px;
    padding: 10px 20px;
    font-weight: 700;
    transition: .5s ease;
    text-align: center;
    background-color: #000!important;
}
.casino_app_load a img{
    width: 50px;
}

.app_rating{
    display: flex;
    flex-direction: column;
    text-align: center;
}
.app_rating span{
    color: #086460;
    font-size: 20px;
}
.rating_imgs img{
    width: 25px;
}





.img_white{
    display: none;

}
.casino_app_img img{
    border-radius: 25px;
}

.casino_app_load a:hover .img_white{
    display: inline-block;
}
.casino_app_load a:hover{
    color: #fff;
    border-color: #fff;
    transform: scale(1.03);
}
/* .casino_app_load a:hover .img_green{
    display: none;
} */
.casino_app_img {
    display: flex;
    justify-content: center;
    margin: 15px 0;
}

.casino_app_img img {
    max-width: 100%; 
}

.where_load img{
    width: 50px;
    height: 50px;
}


.where_load{
    display: flex;
    margin: 30px 0;
    justify-content: space-around;

}
.googleplay, .appstore{
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.img_green{
    animation: move 2s infinite;
}

.about_app_content span{
    font-size: 30px;
    margin: 50px 0;

}
.about_app_content p{
    font-size: 15px;
    margin: 50px 0;

}
.about_app_content li{
    list-style: circle;
    font-size: 15px;
}
.div_app_link{
    display: flex;
    justify-content: center;
    margin: 25px 0;
}
.app_link{
    font-size: 25px;
    text-decoration: none;
    color: #086460;
    border: 3px solid #086460;
    border-radius: 25px;
    padding: 10px 20px;
    font-weight: 700;
    transition: .5s ease;
    text-align: center;
}

.app_link:hover{
    color: #086460;
    border-color: #086460;
    transform: scale(1.1);
}

@keyframes move {
    0% { transform: translateY(5px); }
    50% {  transform: translateY(-5px)}
    100% { transform: translateY(5px) }
  }

.bonus_main_wrapper{
    margin: 50px 0;
 
}
.bonus_main_content p{
    font-size: 15px;
    margin: 25px 0;
}
.bonus_main_link{
    display: flex;
    justify-content: center;
}
.main_btn_link{
    margin: 10px 0;
}
.bonus_wrapp{
    color: #ffffff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    background: #c38a4175!important ;
    padding: 50px 5px;
    margin: 50px 0;
    text-align: center;
    border-radius: 15px;
}
.content_title h1 span{
    color: #000;
}
.bonus_system{
    /* margin: 100px 0; */
}
.bonus_content{
    color: #fff;
    font-size: 18px;
}
.bonus_content h2{
    font-family: Chivo, system-ui, BlinkMacSystemFont, -apple-system, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    font-size: 25px;
    font-weight: 700;
    text-transform: uppercase;
    font-style: italic;
    color: #fff;
}
.bonus_content h2 span{
    color: #fff;
}
.bonus_img{
    display: flex;
    justify-content: center;
    padding: 25px 0;
}
.bonus_img img{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
}
.bonus_img img{
    width: 90%;
    height: auto;
    object-fit: cover;
    border-radius: 10px;
}
.bonus_table .container{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
    gap: 15px;
}
.bonus_table_wrapper{
   width: 100%;
   text-align: center;
}
.bonus_table_wrapper table{
   width: 100%;
   text-align: center;
   align-items: center;
}

.bonus_link_wrapper{
    padding: 35px 0;
}
.bonus_btn_link{
    display: inline-block;
    font-family: Roboto, system-ui, BlinkMacSystemFont, -apple-system, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    font-size: 30px;
    font-weight: 500;
    line-height: 1;
    border-radius: .25rem;
    min-width: 50px;
    text-align: center;
    text-decoration: none;
    letter-spacing: 1px;
    text-transform: uppercase;
    background-color: #000;
    color: #fff;
    border: 3px solid #086460;
    margin: 50px 0;
    transition: 1s;
    padding: 15px 50px;
}

.bonus_btn_link:hover{
    cursor: pointer;
    background-color: #086460;
    color: #fff;
    border-color: #282828;
    scale:1.05;

}
.main_btn_wrapper p{
    font-size: 15px;
    /* color: #fff; */

}
.bonus_table{
    margin: 50px 0;
    
}
th{
    color: #fff;
}
td{
    color: #fff;
}
.bonuses{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 100px 0;
}
.bonus_img_wrapper{
    margin: 25px 0;
}
.bonus_img_wrapper img{
    width: 250px;
    height: 150px;
    border-radius: 15px;
}
.bonus_table_wrapper h3{
    color: #fff;
    margin: 25px 0;
}
tbody{
    color: #445058;
}
.bonus_termin{
    margin: 50px 0;
}
.bonus_termin span{
    color: #c38a41;
    text-shadow: 2px 2px 0 #fff;
    letter-spacing: 1.4px;
    font-weight: 700;
    font-style: italic;
    font-size: 35px;
}
.bonus_termin p{
    font-size: 20px;
    margin-top: 25px;
}
.bonus_block_wrapper {
    background-image: url(../img/tournaments/Play_back.webp);
    background-size: cover;
    background-repeat: no-repeat; 
    text-align: center; 
    padding: 100px; 
}

.brand_link_tn {
    display: inline-block; 
    padding: 20px 30px; 
    background-color: #000000ea; 
    color: #c38a41; 
    text-decoration: none; 
    border: 1px solid #cccccc; 
    border-radius: 10px; 
    font-size: 20px; 
    font-weight: bold; 
    transition: 0.5s ease;
}
.brand_link_tn:hover {
  transform: scale(1.2);
  color: #fcfc00;
  background-color: #282828;
}
.bonus_agora_wrapper{
    display: flex;
    position: relative;
    align-items: center;
}
.bonus_agora_content{
    position: absolute;
    z-index: 1;
    color: #fff;
}
.bonus_agora_wrapper img{
    width: 100%;
}
.bonus_agora_btn{
    padding: 5px 10px;
    background-color: #fff;
    color: #fff;
    border-radius: 10px;
    transition: 0.5s ease-in-out;
}

.bonus_agora_content span{
    font-size: 18px;
}
@media screen and (min-width: 992px) {
    .bonus_wrapp {
        display: flex;
        text-align: center;
        flex-direction: column;
        padding: 10px;
    }
    .bonus_content {
        margin: 50px 0;
    }
    .bonus_content h2{
        font-size: 55px;
    }
    .bonus_img img{
       padding: 5px;
       width: 100%;
    }
    .bonus_img_wrapper img{
        width: 250px;
        height: 150px;
    }
    .main_btn_wrapper p{
        font-size: 25px;
    
    }
    .content_title h1 span{
        font-size: 50px;
    }
    .main_btn_link{
        margin: 30px 0;
    }
    .casino_app_wrapper{
        flex-direction: row;
        gap: 25px;
    }
    .casino_app_content{
        max-width: 500px;
    }
    .bonus_agora_btn{
        padding: 5px 10px;
        background-color: #fff;
        color:#086460;
        border-radius: 10px;
        font-size: 20px;
        transition: 0.5s ease-in-out;
    }
    .bonus_agora_content span{
        font-size: 30px;
    }
    .bonus_agora_content p{
        font-size: 15px;
    }
    .bonus_agora_btn:hover{
        transform: scale(1.05);
        background-color: #086460;
        color: #fff;
    }
    .casino_app{
        margin: 75px 0;
    }
    .bonus_table .container{
        flex-direction: row;
    }
}
