/* button-register-login */
body > div.wrapper > div.navbarstk > div > div.btn-register-login{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    width: -webkit-fill-available;
    gap: 15px;
    padding: 20px 0px 10px;
    position: fixed;
    top: 50px;
}
body > div.wrapper > div.navbarstk > div > div.btn-register-login > a:nth-child(1) > button{
    height: 35px;
    font-size: 17px;
    font-weight: 400!important;
    width: 120px;
    background-image: linear-gradient(#00a651 0%, #079b0d 100%);
    color: #fff;
    border: none;
    border-radius: 20px;
    box-shadow: 1px 2px 3px #000;
}
body > div.wrapper > div.navbarstk > div > div.btn-register-login > a:nth-child(2) > button{
    height: 35px;
    font-size: 17px;
    font-weight: 400!important;
    width: 120px;
    background-image: linear-gradient(rgb(223 4 3) 0%, rgb(105 1 0) 100%);
    color: #fff;
    border: none;
    border-radius: 20px;
    box-shadow: 1px 2px 3px #000;
}
/* button-register-login */
body > div.wrapper > div.imagr-binus_tabile > img{
    width: 360px;
    border-radius: 20px;
    box-shadow: 0px 2px 3px #000;
}
#AffBonus > div.imagr-binus_tabile > a > img{
    border-radius: 1rem;
    box-shadow: 0rem 0.3rem 0.5rem #0000008a;
    max-width: 100%;
}
body > div.wrapper > div.w3-container{
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    width: -webkit-fill-available;
    padding: 15px;
    color: #ffffff;
    background: url(https://filesasset.pro/files/b61/bg-911roma.webp) !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}
body > div.wrapper > div.w3-container > h3{
    font-size: 17px;
    text-align: center;
    padding: 10px 0px 10px;
}
body > div.wrapper > div.w3-container > div > div{
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    width: -webkit-fill-available;
    gap: 15px;
}
body > div.wrapper > div.w3-container > div > div > a{
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    width: -webkit-fill-available;
}
body > div.wrapper > div.w3-container > div > div > a > img{
    width: 100%;
    border-radius: 10px;
    box-shadow: 0px 3px 4px #000;
    animation: registerglow 5.5s infinite alternate;
}
body > footer > div.ing-icon-bank_game{
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    width: -webkit-fill-available;
    gap: 15px;
    padding: 20px 0 0px;
}
body > footer > div.ing-icon-bank_game > img{
    width: 75%;
}
body > footer > div.footercontain > div > div:nth-child(2) > div > div{
    padding: 5px 0px 30px;
}
body > footer > p{
    text-align: center;
    padding: 40px 0px 40px;
    font-size: 12px;
}
 /*  desktop */
 @media only screen 
 and (min-device-width : 768px)
 and (min-device-height : 768px)
 and (orientation : landscape) {   
    body > div.wrapper > div.navbarstk > div > div.btn-register-login {
        display: flex
    ;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        flex-wrap: nowrap;
        width: -webkit-fill-available;
        gap: 15px;
        padding: 15px 0px 10px;
        position: fixed;
        background-image: linear-gradient(rgb(0 0 0) 0%, rgb(39 39 39) 100%);
        display: none;
    }
    .navbarstk {
        position: absolute;
        z-index: 99;
        width: 100%;
        margin: 0 auto;
        height: 75px;
        left: 0;
        right: 0;
        top: 0px !important;
        padding: 3px 10px;
        padding-top: 5px;
        transition: all .3s;
        background-image: linear-gradient(rgb(0 0 0) 0%, rgb(39 39 39) 100%);
    }
    .navcontainer {
    width: 100%;
    max-width: 1200px;
    height: 100% !important;
    margin: 0px auto;
    position: relative;
    display: flex;
    padding: 3px 0;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: flex-start;
    justify-content: center;
    text-align: left;
    border-radius: 30px;
    background-color: transparent;
    border-style: solid;
    border-color: #00000000;
    border-radius: 5px;
}
.navbarstk {
    position: absolute;
    z-index: 99;
    width: 100%;
    margin: 0 auto;
    height: 90px !important;
    left: 0;
    right: 0;
    top: 0px;
    padding: 3px 10px;
    padding-top: 5px;
    transition: all .3s;
    background-image: linear-gradient(rgb(0 0 0) 0%, rgb(39 39 39) 100%);
}
body > div.wrapper > div.w3-container > div > div {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    width: -webkit-fill-available;
    gap: 5px;
}
body > div.wrapper > div.w3-container > div > div > a > img{
    width: 95%;
    border-radius: 10px;
    box-shadow: 0px 3px 4px #000;
    animation: registerglow 5.5s infinite alternate;
}
 }
  /* desktop */
    /* ipad_air & ipad_pro*/
    @media only screen 
    and (min-device-width: 1024px) 
    and (max-device-width: 1180px)
    and (-webkit-min-device-pixel-ratio: 2) {
        body > div.wrapper > div.navbarstk > div > div.btn-register-login {
            display: flex;
            flex-direction: row;
            justify-content: center;
            align-items: center;
            flex-wrap: nowrap;
            width: -webkit-fill-available;
            gap: 15px;
            padding: 20px 0px 10px;
            position: fixed;
            top: 50px;
            display: none;
        }
        .navbarstk {
            position: absolute;
            z-index: 99;
            width: 100%;
            margin: 0 auto;
            height: 85px !important;
            left: 0;
            right: 0;
            top: 0px;
            padding: 3px 10px;
            padding-top: 5px;
            transition: all .3s;
            background-image: linear-gradient(rgb(0 0 0) 0%, rgb(39 39 39) 100%);
        }
        .navcontainer {
            width: 100%;
            max-width: 1200px;
            height: 80% !important;
            margin: 0px auto;
            position: relative;
            display: flex;
            padding: 3px 0;
            flex-direction: column;
            flex-wrap: nowrap;
            align-content: flex-start;
            justify-content: center;
            text-align: left;
            border-radius: 30px;
            background-color: transparent;
            border-style: solid;
            border-color: #00000000;
            border-radius: 5px;
        }
        .gridsec02 {
            display: flex;
            height: 100%;
            grid-template-columns: 1fr;
            flex-direction: row;
            align-items: center;
            justify-content: center;
            flex-wrap: nowrap;
            width: -webkit-fill-available;
            gap: 50px;
        }
    }
/* ipad_air & ipad_pro*/
