*, :after, :before {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
li{
    list-style: none;
}
a{
    text-decoration: none;
}
.container {
    width: 100%;
    padding: 0 16px;
    margin: 0 auto;
}
@font-face {
    font-family: 'Gilroy';
    src: url('../Gilroy-Medium.woff2') format('woff2'), 
       
 
}

body {
    font-family: 'Gilroy', sans-serif;
    color: #1a2930;
    background: #fff;
}
@media screen and (min-width: 768px) {
    .container {
        max-width: 720px;
    }
}
@media screen and (min-width: 992px) {
    .container {
        max-width: 960px;
    }
}
@media screen and (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }
}
body{
    background: #111;
    color: #fff;
    font-size: 12px;
    line-height: 1.5;
}

/* fixed header */
header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000; 
    background-color: #111; 
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); 
}
main {
    padding-top: 150px; 
}
/* fixed header */
.img_logo{
    width: 100%;
    height:100%;
    display: none;
}
.img_logo_small{
    width: 80px;
    height: 60px;
}
.img_flag{
    width: 30px;
    height:30px;
}

.main_menu{
    display: none;
}

.header_btn {
    display: none;
}
@media (min-width: 768px) {
    .header_btn {
        display: inline-block;
    }
    .img_logo{
        width: 100px;
        height:70px;
        display: inline-block;
    }
    .img_logo_small{
        display: none;
        width: 50px;
        height:50px;
    }
}

@media (max-width: 767px) {
    .header_btn:nth-of-type(2) {
        display: inline-block;
    }
}
.topbar{
    display: flex;
    justify-content: space-around;
    padding: 20px;
   
}
.topbarback{
    background-color: #111;
    border-bottom: 3px solid #445058;
}
.menuback{
    background-color: #111;
    
}
.menu{
    padding: 15px 0;
}
.menu_btns{
    text-transform: uppercase;
    display: flex;
    align-items: center;
    gap: 15px;
}


.menu_btns .header_btn:nth-of-type(1) {
    font-weight: 700;
    transition: 0.5s;
    border-radius: 5px;
    background: #e9417d;
    border: 1px solid #fcfc00;
    color: #fcfc00;
    text-transform: uppercase;

   

}
.menu_btns .header_btn:nth-of-type(2) {
    padding: 5px 20px;
    transition: 0.5s;
    font-weight: 700;
    border-radius: 5px;
    background-color: #fcfc00;
    border: 1px solid #e9417d;
    color: #e9417d;
    text-transform: uppercase;
 


}
.menu_btns .header_btn:nth-of-type(2):hover {
    background: #c05000;
}
.menu_btns .header_btn:nth-of-type(1):hover {
    background-color: #fcfc00;
}
.btn_toggle{
    text-transform: uppercase;
}
.menu_img{
    width: 25px;
    height: 25px;
}
@media screen and (min-width: 992px) {
    .header_menu .header_btn {
        display: block;
    }
}
@media screen and (min-width: 992px) {
    .header_btn {
        padding: 6px 24px;
    }
}
.header_btn {
    font-size: 12px;
    color: #fff;
    border-radius: 5px;
    padding: 5px 10px;
   
}

a {
    text-decoration: none;
}
.dropdown{
    text-align: center;
}
.dropdown button{
    padding: 5px 20px;
    transition: 0.5s;
    font-weight: 700;
    border-radius: 5px;
    background-color: #fcfc00;
    border: 1px solid #e9417d;
    color: #e9417d;
    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;
    }
}

/* main */
.brand_link{
    color: #e9417d !important;
    text-decoration: underline;
}
.brand_link:hover{
    color: #fcfc00 !important;
    text-decoration: underline;
}

.main_section {
   
    padding: 20px 0;
    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;
    object-fit: inherit;
    margin-bottom: 25px;
}
.main_section .container {
    position: relative;
}
.wrapper_content{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    border-radius: 15px;
    overflow: hidden;
    padding: 0 16px;
    background: #210626eb;;
}
.content_title{
    padding-top: 30px;
    text-align: center;
}
.btn_title{
    font-size: 25px;
    font-weight: 700;
    padding: 30px 0;
    text-align: center;
    color: #fff;

}
.content_title h1{
    margin-bottom: 40px;
    font-weight: 700;
    font-size: 35px;
    line-height: 31px;
    text-transform: uppercase;
    color: #fff;
    font-family: Chivo, system-ui, BlinkMacSystemFont, -apple-system, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-style: italic;
    text-shadow: 0 .8rem .8rem rgba(9, 10, 11, .5);
    
}

.content_title h1 span:nth-child(2) a{
    color: #e9417d;
    text-decoration: underline;
}
.content_title p{
    font-size: 17px;
    color: #fff;
}
.content_title a{
   margin-top: 25px;
}



.content_img{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
    padding: 15px;
}
.content_img_wrapper{}
.main_img{
    width: 90%;
    height: auto;
    object-fit: cover;
    border-radius: 10px;
}
.car_img{
    width: 100%;
}

/* about */


.about{
    margin-top: 80px;
    text-align: center;
    color: #fff;
}
.about h3{
    text-shadow: 2px 2px 0 #e9417d;
    letter-spacing: 1.4px;
    font-weight: 700;
    font-style: italic;
    font-size: 40px;
   
}
.about h3 span{
    font-size: 40px;
   
    color: #e9417d;
}
.about_main{
    margin-top:20px;
    margin-bottom:40px;
    display: flex;
    flex-direction: column;
}
.about_content h4{
    font-size: 25px;
    color: #fff
}
.about_content p{
    padding-top: 15px;
    padding-bottom: 15px;
    color: #BDBFC3
}
.about_content{
    position: relative;
    padding-top: 15px;
    margin-top:50px;
    margin-bottom:40px;
    background: #ffffff1f;
    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: #ffffff1f;
    padding: 40px;
    border-radius: 25px;

}
#table_heading{
    text-shadow: 2px 2px 0 #e9417d;
    letter-spacing: 1.4px;
    font-weight: 700;
    font-style: italic;
    font-size: 30px;
}


th, td {
    padding: 10px;
    text-align: left;
    border-bottom: 3px solid #e9417d;
    color: #fff;

}
th {
    background-color: #445058;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    color: #fff;
}
.table>:not(caption)>*>* {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;
    color: #445058;
    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;
}

/* /registration/ */

.registro_login .container{
    border-top: 30px solid #e9417d;
    border-bottom: 30px solid #e9417d;
    border-right: 5px solid #e9417d;
    border-left: 5px solid #e9417d;
    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{
    text-shadow: 2px 2px 0 #e9417d;
    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: #ffffff1f;
    border-radius: 15px;
}
.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: #e9417d;
    text-align: center;
    border: 2px solid #e9417d;
    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;
}

/* player info */


.winners{
    margin: 100px 0;
}
.winners .container{
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    background: #ffffff1f;
    padding: 40px;
    border-radius: 25px;
}
.about_winners{
    text-align: center;
    font-size: 25px;
    padding: 25px 0;
    
}
.about_winners span{
    font-size: 30px;
    margin: 30px 0;
    color: #fff;
    border-radius: 15px;

    
}
.about_winners p{
    text-align: center;
    color: #fff;
    font-size: 20px;

}
.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: #445058;
    border-radius: 15px;
}



/* main btn */


.main_btn{
    padding-top: 200px;
    border-top: 2px solid #212121;

}
.main_btn_wrapper{
    text-align: center;
}

.main_btn_wrapper p{
    font-size: 35px;
    text-align: center;
    margin-bottom: 50px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 800;
}
.main_btn_link{
    display: inline-block;
    min-width: 50px;
    text-decoration: none;
    background-color: #e9417d;
    margin: 100px 0;
    transition: all 1s ease;;
    padding: 15px 50px;
    border: 2px solid #fcfc00;
    clip-path: polygon(14% 19%, 88% 0, 93% 86%, 12% 92%);
    color: #ff0;
    font-size: 18px;
    font-weight: 800;
    letter-spacing: 1.8px;
    line-height: 1.54;
    margin: 25px auto;
    text-align: center;
    text-transform: uppercase;
}

.main_btn_link:hover{
    cursor: pointer;
    background-color: #c71756;
    border: 2px solid #e9417d;
    color: #ff0;
    scale:1.05;

}
.main_blink{
    animation: scaleBtn 2s infinite;
}
 
@keyframes scaleBtn {
    0% { transform: scale(1); }
    50% {  transform: scale(1.1);}
    100% { transform: scale(1); }
  }

/* text */

.howto888{
    margin-bottom: 50px;
   
}
.howto888_wrapper{
    border: 2px solid #e9417d;
    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: 25px 0;
}

.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;
    
}

.restrictions_info img{
    width: 50px;
    height: 50px;
    margin-bottom: 25px;
}
.restrictions p{
   font-size: 14px;
}

.pay_method{
    color: #BDBFC3;
    font-size: 20px;
    border-top: 1px solid #fcfc00;
    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;
}
/* block_app_btn */

.app_btn_block{
    margin: 50px 0;
}
.app_intro span{
    font-size: 35px ;
    color: #fcfc00;
}
.app_intro p{
    font-size: 20px;
    margin: 25px 0;
}
.app_btn_block_wrapper{
    display: flex;
    flex-direction: column;
    gap: 25px;
    padding: 20px;
    background-color: #2A2A2A;
    border: 2px solid #fcfc00;
    border-radius: 15px;
}

.app_rating{
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
}
.app_rating span{
    font-size: 20px;
    color: #fcfc00;
}
.rating_imgs img{
    width: 25px;
}
.app_btn_block_img_logo{
    width: 100px;
}
.app_btn_block_img{
    display: flex;
    justify-content: center;
}
.app_btn{
    display: flex;
    justify-content: center;
    align-items: center;
}
.app_btn a{
    font-size: 20px;
    padding: 10px 20px;
    border: 2px solid #fcfc00;
    border-radius: 15px;
    background-color: #2A2A2A;
    color: #fcfc00;
    transition: .5s ease;
}
.app_btn a:hover{
    background-color: #fcfc00;
    color: #210626;
    transform: scale(1.05);
}
.brand_block_text span{
    text-shadow: 2px 2px 0 #e9417d;
    letter-spacing: 1.4px;
    font-weight: 700;
    font-style: italic;
    font-size: 20px;
}
.brand_block_text{
    font-size: 15px;
}

.main_logo_style{
    color: #e9417d;
    text-decoration: underline;
}
.brand_block_text li{
    list-style: circle;
}



#scrollToTopBtn {
    display: none;
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 99;
    font-size: 25px;
    border: none;
    outline: none;
    background-color: #ff0;
    color: black;
    cursor: pointer;
    padding: 25px;
    border-radius: 20px;
  }
  
  #scrollToTopBtn:hover {
    background-color: #e9417d;
  }

@media screen and (min-width: 992px) {
    .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: 22px;
  }
  .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: #fcfc00;
        border-bottom: 3px solid #fcfc00
    }
    .menu_btns{
        gap: 15px;
    }
    .main_img{
        width: 100%;
        height: 600px;
    }
    .allgames{
        margin-top: 200px;
        margin-bottom: 50px;
    }
    .allgames_title{
        margin: 100px 0;
    }
    .table{
        margin: 200px 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: 40px; 
    }
    .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;
        
    }
}