@import 'https://fonts.googleapis.com/css?family=Roboto:400,500,700';

body {
    font-family: 'Barlow Semi Condensed', sans-serif;
    text-align: center;
    background: #18181a;
    margin:0;
    animation: fadeInAnimation ease 3s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}


@keyframes fadeInAnimation {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.ngTag {
    position: absolute;
    top: 0;
    left: 0;
    max-width: 150px;
}

    .ngTag img {
        width: 100%;
    }

.h2, h2 {
    color: #FFF;
    font-size: 22px;
    background: #8d1ed0;
    border-radius: 38px;
    max-width: 262px;
    text-align: center;
    margin: -32px auto;
    z-index: 50;
    position: relative;
}

h4 {
    color: #FFF;
    text-align: center;
    margin: 0 auto;
}


.code{
    color: #fff;
    background: #191f46ad;
    width: fit-content;
    padding: 12px 75px;
    margin: 0 auto;
    font-size: 27px;
    border-radius: 8px;
}

.bonusCode {
    color: #313131;
    animation: colorchange 3s infinite alternate;
}

@keyframes colorchange {

    0% {
        color: #eb008b;
    }

    25% {
        color: #fff100;
    }

    50% {
        color: #01a54f;
    }

    75% {
        color: #00adef;
    }

    100% {
        color: #eb008b;
    }
}

.amt {
    border-style: solid;
    border-color: #8d1ed0;
    color: #FFF;
    font-size: 31px;
    background: #080226;
    border-radius: 23px;
    max-width: 337px;
    text-align: center;
    margin: 18px auto;
    padding: 16px;
    z-index: 0;
}



.button-wiggle {
    animation: wiggle 4s 2s infinite;
}

@keyframes wiggle {
    5%, 50% {
        transform: scale(1);
    }

    10% {
        transform: scale(0.9);
    }

    15% {
        transform: scale(1.15);
    }

    20% {
        transform: scale(1.15) rotate(-5deg);
    }

    25% {
        transform: scale(1.15) rotate(5deg);
    }

    30% {
        transform: scale(1.15) rotate(-3deg);
    }

    35% {
        transform: scale(1.15) rotate(2deg);
    }

    40% {
        transform: scale(1.15) rotate(0);
    }
}

prog {
    font-family: 'OpenSans-Bold';
    color: #07b2f3;
    font-size: 28px;
}




.wnersWrap, .progWrap {
    display: block !important;
    flex-direction: row;
    border-radius: 6px;
    margin: 10px auto;
}

.wnersTitle, .progTitle {
    display: inherit;
    align-items: center;
    color: #479ef0 !important;
    padding: 0 10px;
    font-size: 15px;
    flex-grow: 0.5;
}

.logo {
    max-width: none !important;
    text-align: center;
}

.progAmt {
    font-size: 22px;
    display: flex;
    align-items: center;
    color: #000000 !important;
    margin: auto;
    background: #ebe602 !important;
    padding: 10px 34px 10px 34px !important;
}

.button-float {
    animation: float 1.5s linear alternate infinite;
}

@keyframes float {
    50% {
        transform: translateY(-px);
    }

    100% {
        transform: translateY(5px);
    }
}
/*---------------*/

.conti {
    position: relative;
    width: 100%;
    max-width: 1600px;
    margin: auto;
}

/*--------------*/

.button-container {
    margin: -31px auto 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;

    @media screen and (max-width: 930px) {
        flex-direction: column;
    }
}

.button2 {
    text-decoration: none;
    text-transform: uppercase;
    margin-left: 25px;
    color: white;
    border-radius: 5px;
    padding: 10px 120px;
    white-space: nowrap;
    transition: 0.3s;
    font-size: 30px;
    display: inline-block;
    font-weight: 600;
    background-color: #0dbaf0;
    position: relative;
    text-decoration: none;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 1px;
    /*border: 2px solid #9f0135;*/
    border-radius: 8px;
    margin: 40px;
    box-shadow: 0 2px 5px 0 rgba(3,6,26,0.15);
    transition: .5s all ease-in-out;
    /*    &:hover

{
    cursor: pointer;
    background: white;
    color: #1F4141;
    animation: none;
    //animation-play-state: paused;
}*/
}


.main-bg {
    background: url(../img/bg.jpg);
    background-size: cover;
    min-height: max-content;
    background-position: center;
    background-attachment: fixed;
    padding-top: 10px;
}

li {
    display: list-item;
    font-size: 14px;
    text-align: left;
}

p {
    margin: 0 0 10px;
    font-family: 'Barlow Semi Condensed', sans-serif;
    font-size: 19px;
}

header {
    padding: 25px 0;
    background-color: #000;
}

.logo {
    text-align: left;
}

.headerbg1 {
    height: 107px;
    width: 40%;
    background: url(../images/headerbg1.jpg) left top repeat;
    float: left;
    text-align: right;
}

    .headerbg1 img {
        vertical-align: middle;
        margin-right: 20px;
        margin-top: 30px;
    }

.header {
    height: 107px;
    background: url(../images/headerbg2.jpg)
}

#chat {
    font-size: 16px;
    color: #fff;
    text-transform: capitalize;
    padding-top: 30px;
    float: left;
    padding-left: 32px;
    white-space: nowrap;
}

    #chat img {
        padding-bottom: 10px;
        vertical-align: middle;
        float: left;
        padding-right: 15px;
    }

    #chat span {
        font-weight: 700;
        color: #ffd300;
        display: inline-block;
        text-transform: uppercase;
    }

button {
    letter-spacing: normal;
    word-spacing: normal;
    line-height: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    display: inline-block;
    text-align: center;
    align-items: flex-start;
    cursor: default;
    border: none;
    background: none;
    margin: 0em;
    margin-top: 13px;
    padding: 1px 6px;
    color: aliceblue;
    font-family: 'Barlow Semi Condensed', sans-serif;
    cursor: pointer;
    font-size: 14px;
}
/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
    background-color: #0e080ee3;
    margin: auto;
    padding: 20px;
    border: 3px solid #1e52a3;
    width: fit-content;
    color: snow;
}


/* The Close Button */
.close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

    .close:hover,
    .close:focus {
        color: #000;
        text-decoration: none;
        cursor: pointer;
    }

#phone {
    font-size: 16px;
    font-weight: 700;
    padding-top: 30px;
    float: right;
    line-height: 1;
    float: left;
}

    #phone span {
        color: #fff;
        font-size: 18px;
        font-weight: 400;
    }

    #phone img {
        float: left;
        padding-right: 15px;
        padding-top: 10px;
    }


.headerbg2 {
    height: 107px;
    width: 60%;
    background: url(../images/headerbg2.jpg) left top repeat;
    float: right;
    padding-right: 30%;
}

.yellow {
    color: #ffd300;
}

.container {
    text-align: center;
    position: relative;
}

.char-img {
    position: absolute;
    left: -268px;
    top: 0px;
}


.prLogo{
    max-width: 285px !important;
}


.container img {
    /*width: 1200px;*/
    max-width: 92%;
}

.char-img img {
    width: 90%;
}


/*.container img{width:1200px; max-width:90%;}*/
.container p {
    font-size: 18px;
    color: #fff;
}

.pd-t {
    padding: 35px 0;
}


.promo1 {
    margin-top: 80px;
}

.btn-primary {
    color: #fffc;
    background-color: #18181a;
    margin-top: 20px;
    padding: 13px;
}

footer {
    background-color: #262626;
    border-top: 3px solid #0dbaf0;
    padding: 15px 0 50px;
    position: relative;
    z-index: 999;
}

    /*footer .footer-links {
        margin-top: 20px;
    }*/

    footer .footer-links ul li a {
        font-size: 12px;
        color: #a38031;
    }

        footer .footer-links ul li a:hover {
            color: #D5B160;
            text-decoration: underline;
        }

    footer .footer-icons img {
        max-height: 32px;
        padding-inline: 0px;
        margin: 0 auto;
        margin-block: 4px;
        display: inline;
    }

    footer .crypto-icons img {
        max-height: 28px!important;
        padding-inline: 8px;
        margin: 0 auto;
        margin-block: 4px;
        display: inline;
    }

    footer .footer-icons {
        width: max-content;
        margin: 0 auto;
    }

.footer-icons a {
    text-align: center;
    margin: 0 auto;
}

footer ol, footer ul {
    /* padding-left: 0; */
    color: white;
}

.bankImg {
    text-align: center;
    margin-top: -66px;
}

    .bankImg a {
        padding: 3px 8px 0px 5px;
        line-height: 41px;
    }



.lado {
    width: 49.2%;
}

.lado2 {
    width: 69.2%;
}

.lado3 {
    width: 29.2%;
    text-align: center;
}

.pay {
    max-width: 718px;
    width: 100%;
    height: auto;
}

.casinoblack {
    width: 100%; /* max-width:312px; */
    max-width: 285px;
    height: auto;
    margin: 0 auto;
    display: block;
}

.license {
    width: 100%;
    max-width: 153px;
    height: auto;
    margin: 0 auto;
    display: block; /* padding-top:20px; */
}

.columnas {
    clear: both;
    padding: 0px;
    margin: 0px;
}

.col {
    display: block;
    float: left;
    margin: 0 0 0 1%;
    color: #000
}

    .col:first-child {
        margin-left: 0;
    }

.group:before, .group:after {
    content: "";
    display: table;
}

.group:after {
    clear: both;
}

.group {
    zoom: 1;
}

/* Social */
.social {
    text-align: center;
}

    .social span {
        display: block;
        text-align: center;
        font-weight: 700;
        font-size: 16px;
        padding: 5px;
    }

    .social a {
        display: inline-block;
        width: 60px;
        height: 60px;
        border: 2px solid #fff;
    }

        .social a img {
            display: block;
            width: 100%;
            height: auto;
        }

@media screen and (max-width: 1024px) {

    .main-bg {
        background: url(../img/bg-tab.jpg) no-repeat;
        background-size: cover;
        min-height: fit-content;
        background-position: center;
        background-attachment: fixed;
    }


    .log {
        text-align: left !important;
    }

    #phone {
        float: right;
        padding: 0px;
        margin-top: 20px;
        width: 40%;
        padding-left: 46px;
    }

    #chat {
        padding: 0px;
        margin: 0px;
        margin-top: 20px;
        float: left;
    }
}

@media screen and (min-width: 768px) {

    .col-md-3, .col-md-1 {
        padding-left: 0;
        padding-right: 0;
        width: 29%;
    }

    .col-md-1 {
        width: 4.5%;
        margin-left: -13px;
        margin-right: -11px;
        margin-top: 40px;
    }

    .col-md-3 img {
        width: 100%;
        max-width: inherit;
    }
}


@media screen and (max-width: 767px) {
    .main-bg {
        background: url(../img/bg-tab.jpg) no-repeat;
        background-size: cover;
        min-height: fit-content;
        background-position: 65%;
        background-attachment: fixed
    }

    .prLogo {
        max-width: 210px !important;
        margin-bottom: -10px;
    }

    .code {
        width: fit-content;
        padding: 12px 32px;
    }

    .button2 {
        padding: 12px 75px;
    }

    .effect {
        display: flex;
        width: 100%;
        /* height: 100vh; */
        align-items: center;
        justify-content: center;
        margin: 0;
        /* background: #131313; */
        font-size: 35px;
        font-family: 'Barlow Semi Condensed', sans-serif;
        letter-spacing: 0px;
    }

    .log {
        text-align: left !important;
    }

    #phone {
        float: left;
        padding: 0px;
    }

    .header {
        height: 213px;
    }

    #chat {
        padding: 0px;
        margin: 0px;
    }

    .logo {
        text-align: center;
    }

    header .col-md-6 {
        padding: 10px 0;
    }

    .char-img {
        display: none;
    }

    .dep-btn {
        width: 100%;
    }

    .promo1 {
        margin-top: 10px;
    }

    .promo2 {
        margin-top: 20px;
    }

    .lado2, .lado3 {
        clear: both;
        float: none;
        width: 100%;
    }
    
    header {
        background: #000;
        margin-bottom: 30px;
    }

    .title-mobi, .content-mobi {
        margin-bottom: -23px;
    }

    .mobi-offer {
        padding: 0px !important;
    }

    footer .footer-icons img {
        height: 25px;
        margin-inline: 4px;
        display: inline;
    }

    footer .footer-icons {
        width: fit-content;
        padding-inline: 20px;
        text-align: center;
    }

    footer {
        /* padding-inline: 5px; */
        margin: 0 auto;
        width: 100%;
    }
}


