body{
    background-color: #181142;
}
br{
    display: none;
}
.container_landing_wrap{
    width: 100%;
   height: 100%;
    position: absolute;
    background-color: #181142;
    font-family: 'Inter', sans-serif;
    background-image: url("./public/img//bg1.png");
    background-repeat: no-repeat;
    background-position: center top;
    color: #fff;
    overflow-x: hidden;
}
.container_landing{
    
  
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.container_landing_header{
   
    background-color: rgba(24, 17, 66, 0.85);
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
}


.container_landing .container_landing_buttons{
    display: flex;
    gap: 15px;
    margin-bottom: 60px;
}
.container_landing .get_bonus{
    display: inline-block;
    border-radius: 20px;
    background: linear-gradient(180deg, #F0F 0%, #BA00BA 100%);
    box-shadow: 0px 4px 27px 0px rgba(255, 0, 255, 0.58), 0px 13px 18px 0px rgba(1, 0, 19, 0.43), 0px 4px 4px 0px #FF5EFF inset;
    padding: 24px 50px;
    text-decoration: none;
    color: #fff;
    font-size: 25px;
    max-width: 270px;
    font-weight: 400;
}

.container_landing .right_img{
    margin-top: -80px;
    margin-left: auto;
 margin-right: auto;
 width: 90%;
 height: 90%;
}
.container_landing .right_img_mobile{
    display: none;
}
@media screen and (max-width: 1200px) {
    .container_landing .no_deposite{
        font-size: 45px;
    }
    .container_landing .freespin{
        font-size: 26px;
    }
    .container_landing .container_landing_col {
        width: 100%;
        padding: 0 20px;
    }
    .container_landing .right_img{
        display: none;
    }
    .container_landing .freespin {
        max-width: 585px;
    }
    .container_landing .right_img_mobile{
        display: block;
        width: 100%;
    }
}
@media screen and (max-width: 768px) {
    .container_landing_header {
        padding: 8px 10px;
       
    }
    .container_landing .landing_logo{
        display: block;
       margin-left: auto;
       margin-right: auto;
        width: 100px;
        height: auto;
    }
    .container_landing .no_deposite {
        margin-top: 30px;
    }
    .container_landing .no_deposite{
        font-size: 30px;
    }
    .container_landing .freespin{
        font-size: 16px;
    }
    .container_landing .get_bonus {
        padding: 24px 27px;
        font-size: 18px;
    }
    .container_landing .get_promocode{
        padding: 14px 9px;
        font-size: 12px;
        max-width: 155px;
    }
    .container_landing .get_promocode span{
        font-size: 14px;
    }
    .container_landing .get_details {
        font-size: 13px;
    }
    .container_landing .slot_partners li {
        min-width: 112px;
    }
    .container_landing .slot_partners li img {
        width: 100%;
        max-width: 100px;
    }
}