﻿body
{
    font-family: 'Roboto',sans-serif;
    background-image: url(https://slotostars.com/aff/2025/aff-381/bonus-wheel/img/bg-desk.jpg);
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    overflow-x: hidden;
    height: 100%;
    background-color: #370564;
}
.tcBtn
{
    background-color: #003;
    border: 0;
    border-radius: 6px;
    color: #3f0;
    font-size: 20px;
    margin: 0 5px;
}
.mainBann
{
    display: flex;
    flex-direction: column;
}
.ssBlk
{
    max-width: 445px;
    width: 100%;
    border-radius: 6px;
    text-align: center;
    padding: 13px 10px 7px;
    margin: 10px auto;
}
.code
{
    font-size: 24px;
    color: #fff;
    background-color: #003;
    font-family: 'Roboto',sans-serif;
    font-weight: bold;
}
a
{
    color: #09f;
}
a:hover
{
    color: #f42fad;
}
.img-respon
{
    width: 100%;
}
canvas
{
    position: fixed;
    top: 0;
    z-index: -1;
}
.conti
{
    position: relative;
    width: 100%;
    max-width: 1600px;
    margin: auto;
}
h1
{
    color: #3f0;
    font-size: 32px;
    line-height: 30px;
    width: 100%;
    text-align: center;
}
h2
{
    color: #3f0;
    font-size: 23px;
    line-height: 23px;
    width: 100%;
}
h3
{
    font-size: 20px;
    color: #0199ff;
}
p
{
    color: #fff;
    font-size: 16px;
}
.mobImg
{
    display: block;
}
.deskImg
{
    display: none;
}
@keyframes headshade
{
    from
    {
        background-color: rgba(0,0,0,0);
    }
    to
    {
        background-color: rgba(0,0,0,.8);
    }
}
.headcov
{
    animation: headunshade 1s forwards;
}
@keyframes headunshade
{
    from
    {
        background-color: rgba(0,0,0,.8);
    }
    to
    {
        background-color: rgba(0,0,0,0);
    }
}
.hunWrap
{
    width: 100%;
}
.headBlk
{
    display: flex;
    flex-direction: column;
}
#slotoStarLogo
{
    position: relative;
    display: block;
    z-index: 499;
}
.logo
{
    padding: 30px 0 0;
    max-width: 140px;
    margin: 0 auto 10px;
}
.logo-sml
{
    max-width: 64px;
    padding: 5px 0 5px;
    margin: auto;
}
.ctaWrap1
{
    position: fixed;
    width: 100%;
    bottom: 0;
    z-index: 300;
    -webkit-box-shadow: 0 -2px 2px 3px rgba(0,0,0,.4);
    box-shadow: 0 -2px 2px 3px rgba(0,0,0,.4);
}
.caBtn
{
    display: block;
    background-color: #3f0;
    color: #003;
    font-family: 'Roboto',sans-serif;
    font-weight: bold;
    border-radius: 6px;
    text-align: center;
    font-size: 34px;
}
.caBtn:hover
{
    background-color: #f39;
    color: #fff;
    cursor: pointer;
    text-decoration: none;
}
.splits
{
    position: relative;
    float: left;
    width: 100%;
    margin-bottom: 22px;
    margin: 0 auto;
}
.headBlk .splits:first-child
{
    width: 30%;
}
.spaceMan
{
    max-width: 400px;
    margin: auto;
    transform: translateY(0);
    -webkit-animation: float 6s ease-in-out infinite;
    animation: float 6s ease-in-out infinite;
}
@-webkit-keyframes float
{
    0%
    {
        transform: translateY(-20px);
    }
    50%
    {
        transform: translateY(-45px);
    }
    100%
    {
        transform: translateY(-20px);
    }
}
@keyframes float
{
    0%
    {
        transform: translateY(-20px);
    }
    50%
    {
        transform: translateY(-45px);
    }
    100%
    {
        transform: translateY(-20px);
    }
}
.affLogo img
{
    margin: 0 auto;
    display: block;
}
.footerBox
{
    width: fit-content!important;
    margin: 0 auto;
}
.footerBox .footer-icons a img
{
    max-height: 35px;
    padding-inline: 4px;
    margin: 0 auto;
    margin-block: 4px;
    display: inline;
}
.footerBox .crypto-icons a img
{
    max-height: 35px;
    padding-inline: 4px;
    margin: 0 auto 20px;/* margin-block: 4px; */
    display: inline;
}
.footer-icons
{
    justify-content: center;
    text-align: center;
}
.crypto-icons
{
    justify-content: center;
    text-align: center;
    width: fit-content!important;
    margin: 0 auto 10px!important;
}
.footer-links
{
    margin: 0 auto;
    display: block;
    width: fit-content;
}/*-----media queries----------------------------------------------------------------------------------*/
@media(min-width: 481px)
{
    .splits
    {
        width: 50%;
    }
    .mobImg
    {
        display: none;
    }
    .headBlk
    {
        display: flex;
        flex-direction: row;
    }
    .deskImg
    {
        display: block;
    }
    .headBlk .splits, .headBlk .splits:first-child
    {
        width: 100%;
    }
    .headBlk
    {
        display: flex;
        flex-direction: column;
    }
}
@media(min-width: 768px)
{
    .mainBann
    {
        display: flex;
        flex-direction: row;
    }
    .footycons
    {
        margin: 15px auto 0;
        bottom: 0;
        position: fixed;
    }
    .logo
    {
        max-width: 150px;
    }
    .footyLinks
    {
        text-align: left;
        padding: 10px 20px 80px;
    }
    .footyLinks a
    {
        display: table;
    }
}
@media(min-width: 1000px)
{/*    .headBlk .splits:first-child {
        width: 50%;
    }*/
    .spaceMan
    {
        max-width: 560px;
    }
}
@media(min-width: 1441px)
{
    .logo
    {
        max-width: 200px;
    }
    .spaceMan
    {
        max-width: 660px;
    }
}