
html,body {
    font-family: Montserrat,sans-serif;
}

body {
    background: url('/wp-content/files/bg.jpg?p=0.1') no-repeat fixed;
    background-size: 100% 100%;
}

.bg-sunwin {
    background-color: #140103!important;
}



.header {
    background: url('/wp-content/files/header-bar.png') no-repeat;
    background-size: 100% 100%;
}

footer {
    display: block!important;
    background: #1e0f08;
}

.scale {
    -webkit-transition:all .3s ease-in-out!important;
    -moz-transition:all .3s ease-in-out!important;
    transition:all .3s ease-in-out!important;
}

.scale:hover {
    transform:scale3d(1.1,1.1,1.1)!important;
}

.text-title {
    background: linear-gradient(to bottom,#feffaa 0,#faffdb 29%,#ffbb43 80%,#fede5e 100%)!important;
    -webkit-background-clip: text!important;
    -webkit-text-fill-color: transparent;
    font-weight: bold;
}


.text-sunwin,article p a {
    color: #f3d59d!important;
}

.text-yellow {
    color: yellow;
}

.strong {
    font-weight: bold;
}

.click {
    cursor: pointer!important;
}

p {
    line-height: 1.6!important;
    font-weight: 300!important;
}

h2 {
    font-size: 16px!important;
}

h3 {
    font-size: 15px!important;
}



/**************************************public*****************************************/

.phone {
    height: 250px;
    background: url('/wp-content/files/bg-content-games.webp') no-repeat;
    background-size: 100% 100%;
    overflow: hidden;
}

.games-header {
    height: 220px;
    background: url('/wp-content/files/game-list-bg.webp') no-repeat;
    background-size: 100% 100%;
    border-radius: 50px;
    overflow: hidden;
}

.games-banner {
    width: 100%;
    height: 130px;
    
}

article p img {
    margin: auto;
    padding: 2em 0;
    display: block!important;
    max-width: 80%!important;
}

article p a {
    font-weight: bold;
}









