.ani-l {
    animation: move-l 13s infinite;
    opacity: 0.3;
    width: 90px;
    margin-left: 350px;
    margin-top: 250px;
}

.ani-ll {
    animation: move-ll 15s infinite;
    opacity: 0.3;
    width: 150px;
    float: right;
    margin-right: 200px;
    margin-top: 250px;
}

.ani-lll {
    animation: move-lll 18s infinite;
    opacity: 0.3;
    width: 200px;
    margin-left: 250px
    
}

.ani-llll {
    animation: move-llll 20s infinite;
    opacity: 0.3;
    margin-top: 100px;
    margin-right: 250px;
    width: 210px;
    float: right
}

@media only screen and (max-width: 900px) {
    .ani-l {
        animation: move-l 13s infinite;
        opacity: 0.3;
        width: 50px;
        margin-left: 20px
    }

    .ani-lll {
        animation: move-lll 18s infinite;
        opacity: 0.3;
        width: 80px;
        margin-left: 0px;
        margin-right: 50px;
        float: right
    }
}

@keyframes move-l {
    0% {
        -webkit-transform: translate(0) rotate(0);
        transform: translate(0) rotate(0)
    }

    50% {
        -webkit-transform: translate(-30px, 15px) rotate(-5deg);
        transform: translate(-30px, 15px) rotate(-5deg)
    }

    100% {
        -webkit-transform: translate(0) rotate(0);
        transform: translate(0) rotate(0)
    }
}

@keyframes move-ll {
    0% {
        -webkit-transform: translate(0) rotate(0);
        transform: translate(0) rotate(0)
    }

    50% {
        -webkit-transform: translate(-30px, 20px) rotate(15deg);
        transform: translate(-30px, 20px) rotate(15deg)
    }

    100% {
        -webkit-transform: translate(0) rotate(0);
        transform: translate(0) rotate(0)
    }
}

@keyframes move-lll {
    0% {
        -webkit-transform: translate(0) rotate(0);
        transform: translate(0) rotate(0)
    }

    50% {
        -webkit-transform: translate(40px, 30px) rotate(-10deg);
        transform: translate(40px, 30px) rotate(-10deg)
    }

    100% {
        -webkit-transform: translate(0) rotate(0);
        transform: translate(0) rotate(0)
    }
}

@keyframes move-llll {
    0% {
        -webkit-transform: translate(0) rotate(0);
        transform: translate(0) rotate(0)
    }

    50% {
        -webkit-transform: translate(30px, 15px) rotate(-5deg);
        transform: translate(30px, 15px) rotate(-5deg)
    }

    100% {
        -webkit-transform: translate(0) rotate(0);
        transform: translate(0) rotate(0)
    }
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    /* background-color: #f9f9f9; */
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    /* padding: 12px 16px; */
    z-index: 1;
}

.dropdown:hover .dropdown-content {
    display: block;
}
.show_lang{
    display: none;
}
@media only screen and (max-width:640px) {
    .show_lang{
        display: block;
        position: absolute;
        left: -130px;
        top:15px
    }
        .dropdown-content {
            display: none;
            position: absolute;
            /* background-color: #f9f9f9; */
            min-width: 160px;
            box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
            /* padding: 12px 16px; */
            z-index: 1;
            margin-left: -65px;
        }
}
.bill-text
{
    font-size: 0.7em;
    line-height: 200%;
    background-color: rgba(0, 0, 0, 0.4);
    border-radius: 20px;
    padding: 20px;
}
.parallax
{
    background: url('https://flashautobet.com/assets/frontend/img/main-bg.jpg');
    /* position: fixed; */
-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.paraxify {
    background-attachment: fixed;
    background-position: center center;
    background-size: cover;
}