body {
    background: #1a1a1a url(../img/bg.jpg) top center no-repeat;
}
.wrapper-about {
    display: none;
    cursor: inherit;
}
@media (min-width: 1200px) {
    .wrapper-about {
        display: block;
        background: url(../img/bg-about.jpg) top center no-repeat;
        height: 359px;  
        padding: 3rem 3rem 0;    
        text-align: center;  
        font-style: italic;
    }
}
.title-about {
    font-weight: 700;
    font-size: 3rem;
    text-transform: uppercase;
    color: #000;
    margin-bottom: 1rem;
}
.text-about {
    font-size: 1.6rem;
    line-height: 3rem;
    letter-spacing: 1.2px;
    text-shadow: 0 1px 7px rgba(0,45,102,.75);
    text-transform: capitalize;
}
.text-about.mb-1 {
    margin-bottom: 1rem;
}
.icon-link {
    display: flex;
    justify-content: center;
    margin-top: 1rem;
}
.icon-type {
    margin: 0 -6px;
}
.new-download {
    display: none;
}
@media (min-width: 1025px) {
    .new-download {
        display: flex;
        justify-content: space-between;
        margin-top: 1.5rem;
    }
    .download-single {
        display: flex;
        justify-content: space-around;
        flex-grow: 1;
        padding: 1.4rem;
        background: url(../img/bg-download-single.jpg) top center no-repeat;
    }
    .download-single:first-child {
        margin-right: 1.5rem;
    }
    .download-left {
        text-align: center;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .text-download {
        text-transform: uppercase;
        margin-bottom: 1rem;
        letter-spacing: 3px;
        font-size: 2.2rem;
        text-shadow: 0 1px 7px rgba(0,45,102,.75);
    }
    .mr-1 {
        margin-right: 1rem;
    }
    .new-btn-download {
        color: #262626;
        font-size: 16px;
        border: 1px solid #cdcdcd;
        -webkit-border-radius: 4px 4px 4px 4px;
        border-radius: 4px 4px 4px 4px;
        background: rgba(97,242,255,1);
        background: -moz-linear-gradient(top, rgba(97,242,255,1) 0%, rgba(50,159,202,1) 100%);
        background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(97,242,255,1)), color-stop(100%, rgba(50,159,202,1)));
        background: -webkit-linear-gradient(top, rgba(97,242,255,1) 0%, rgba(50,159,202,1) 100%);
        background: -o-linear-gradient(top, rgba(97,242,255,1) 0%, rgba(50,159,202,1) 100%);
        background: -ms-linear-gradient(top, rgba(97,242,255,1) 0%, rgba(50,159,202,1) 100%);
        background: linear-gradient(to bottom, rgba(97,242,255,1) 0%, rgba(50,159,202,1) 100%);
        font-weight: bold;
        font-size: 2rem;
        max-width: 320px;
        line-height: 60px;
        padding: 0 1rem;
        letter-spacing: 1px;
    }
    .new-btn-download .fa {
        font-size: 3rem;
    }
    .download-right img {
        max-width: 130px;
    }
}
@media (min-width: 1200px) {
    .new-btn-download {
        width: 320px;
    }
}
.download-btn-wrap {
    display: flex;
    justify-content: center;
    margin-bottom: -56px;
}
.dl-os .login {
    bottom: 42px;
}
@media only screen and (max-device-width: 1024px) and (min-device-width: 768px) {
    .dl-os .login {
        bottom: 60px;
    }
}
@media (orientation: landscape) {
    .download .login {
        margin-right: 15px;
    }
}

.mobile-icon {
    padding-top: 8px;
}
.mobile-icon .icon-type {
    margin: 0 3px;
    z-index: 1049;
}

/* 12 Dec 2021  fun play */
.ontop .holder {
    display: flex; 
    flex-direction: column; 
    justify-content: center;
}
.ontop a {
    display: inherit;
}
.play {
    margin: 0 auto; 
    padding: 5px !important; 
    width: 85%;
    white-space: nowrap; 
    overflow: hidden; 
    text-overflow: ellipsis;
}
.fun {
    margin-top: 6px;
    background: rgba(2,48,80,0.9) !important;
    border: 1px solid #30c2ff;
    color: #fff;
}
.fun:hover {
    background: #262626 !important;
    color: gold;
}

.casino-wrap {
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.casino-type {
    text-align: center;
    position: relative;
    width: 50%;
}
.casino-type .login {
    position: absolute;
    cursor: pointer;
}

@media (min-width: 1025px) {
    .casino-type .login {
        bottom: 35px;
        left: 35%;
    }
}
@media (min-width: 1200px) {
    .casino-type .login {
        bottom: 45px;
        left: 40%;
    }
}

