@font-face {
      font-family: 'Quicksand', sans-serif;
    src: url('/fonts/Raleway-Regular.ttf');
}

@font-face {
      font-family: 'Quicksand', sans-serif;
    src: url('/fonts/Raleway-Bold.ttf');
}

body {
    background-color: #000033;
    font-family: 'Quicksand', sans-serif;
    width: 100%;
}

.drLogo {
    z-index: 2;
}

.ngTag{
    position:absolute;
}

.main {
    /*max-width: 700px;*/
    margin: 0 auto;
    background-image: url(../images/main-bg.jpg);
    background-size: cover;
    background-position: center top;
    background-attachment: fixed;
    /*background: #000033;*/ /* Old browsers */
    /*background: -moz-linear-gradient(to bottom, #003395bd 0%, #001432cf 50%, #001d6791 100%);*/ /* FF3.6+ */
    /*background: -webkit-linear-gradient(to bottom, #003395bd 0%, #001432cf 50%, #001d6791 100%);*/ /* Chrome10+,Safari5.1+ */
    /*background: -o-linear-gradient(to bottom, #003395bd 0%, #001432cf 50%, #001d6791 100%);*/ /* Opera 11.10+ */
    /*background: -ms-linear-gradient(to bottom, #003395bd 0%, #001432cf 50%, #001d6791 100%);*/ /* IE10+ */
    /*background: linear-gradient(to bottom, #003395bd 0%, #001432cf 50%, #001d6791 100%);*/ /* W3C */
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#003395', endColorstr='#003395',GradientType=1 );*/ /* IE6-9 */
    padding-top: 110px;
    /*height: 80vh;*/

    height: fit-content;
    width: 100%;
    padding-top: 100px;
    padding-bottom: 25px;
}

.navBar {
    background-color: #000033;
   
}

nav {
    background-color: #000033;
    height: 60px;
    width: 100%;
    box-shadow: 0 5px 10px #000000;
}

.nav1, .nav2 {
    background-color: #000033;
    height: 60px;
    width: 100%;
    box-shadow: 0 5px 10px #000000;
    display: inline-block;
}

label.logo {
    line-height: 60px;
    margin: 0 auto;
}

.casinoLogo img{
    max-width:220px;
    display:none;
}

nav ul {
    float: right;
}

    nav ul li {
        display: inline-block;
        line-height: 40px;
        margin: 10px 5px;
    }

        nav ul li a {
            color: #eb008b;
            font-size: 18px;
            text-transform: uppercase;
            text-decoration: none;
        }

            nav ul li a:hover {
                color: #fff;
            }

.nav2 ul {
    float: none;
    text-align: center;
}

    .nav2 ul li {
        line-height: 20px;
        margin: 10px 15px;
    }

        .nav2 ul li a {
            font-size: 14px;
        }

        .nav2 ul li .fa, .nav2 ul li .fa-brands, .nav2 ul li .fab {
            font-size: 20px;
        }

.fa-bars {
    color: #fff;
}

.checkbtn {
    font-size: 30px;
    color: white;
    float: right;
    line-height: 60px;
    /*margin-right: 40px;*/
    cursor: pointer;
    display: none;
}

#check {
    display: none;
}

.login {
    border-right: 1px solid #cccccc;
    line-height: 14px;
    padding: 0 14px;
}

    .login a {
        color: #cccccc;
    }

        .login a:hover {
            color: #ffffff;
        }

.signup a {
      font-family: 'Quicksand', sans-serif;
    color: #fff;
}

    .signup a:hover {
        color: #eb008b;
    }


.eyeCandy{
    position:relative;
    /*top:70px;*/
    z-index:0;
}

.ease-in-out {
    animation: grow 8s ease-in-out infinite;
}

/*@keyframes grow {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(1);
    }
}*/

.codeText {
    border: dashed 1px rgb(215 179 103 / 1.00);
    background-color: rgb(26 43 69 / 0.75);
    max-width: 400px;
    margin: 0 auto;
    margin-top: 25px;
    border-radius: 5px;
}

    p {
        color: #fff;
          font-family: 'Quicksand', sans-serif;
        line-height: 65px;
        margin-bottom: 0px;
        font-size: 30px;
    }

.howTo {
    color: #fff;
      font-family: 'Quicksand', sans-serif;
    line-height: 65px;
    margin-bottom: 0px;
    font-size: 30px;
}


p.tagLine {
    font-family: 'Raleway-Regular';
    line-height: 0px;
    margin-top: 38px;
    margin-bottom: 0px;
    font-size: 20px;
    -moz-animation: flicker 4s 0s infinite;
    -webkit-animation: flicker 4s 0s infinite;
    animation: flicker 4s 0s infinite;
}

.bonusCode {
    
    color: #313131;
    -webkit-animation: colorchange 3s infinite alternate;
}

@-webkit-keyframes colorchange {

    0% {
        color: #eb008b;
    }

    25% {
        color: #fff100;
    }

    50% {
        color: #01a54f;
    }

    75% {
        color: #00adef;
    }

    100% {
        color: #eb008b;
    }
}

.claimButton{
    max-width:fit-content;
}

.CapBtn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
      font-family: 'Quicksand', sans-serif;
    text-decoration: none;
    left: 0px;
    top: 0px;
    overflow: hidden;
    border-radius: 10px;
    font-weight: 500;
    font-size: 40px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 2px 75px;
    border-radius: 5px;
    transition: 0.5s;
    color: #fff;
    background: #eb008b;
    margin: 25px auto;
}

    .CapBtn:hover {
        color: #fff;
        background: #d7b367;
        transform: scale(1.2);
    }


.termsBtn {
    padding-top: 20px;
}

.btn-primary {
    color: #fffc;
    background-color: #a78f70;
    border-color: transparent;
}

    .btn-primary:hover, .btn-primary:focus, .btn-primary:visited {
        color: #fff;
        background-color: #d7b367;
        border-color: transparent;
        box-shadow: none;
    }

footer {
    background-color: #000033;
    border-top: 3px solid #d7b367;
    padding: 15px 0 50px;
}

    /*footer .footer-links {
        margin-top: 20px;
    }*/

        footer .footer-links ul li a {
            font-size: 12px;
            color: #eb008b;
        }

            footer .footer-links ul li a:hover {
                color: #fff;
                text-decoration: underline;
            }

    footer .footer-icons img {
        max-width: 50%;
        margin: 0 auto;
        display: block;
    }

    footer .footer-icons {
        justify-content: center;
    }

    footer ol, footer ul {
        /* padding-left: 0; */
        color: white;
    }

.slide {
    padding-bottom: 40px;
}

/*MODAL START*/

.modal-title {
    font-size: 30px;
    /*margin-bottom: 30px;*/
      font-family: 'Quicksand', sans-serif;
    color: #FFFFFF;
}

.modal-content {
    background-color: #000033;
}

    .modal-content .btn, .modal-content input[type="number"], .modal-content input[type="text"], .modal-content input[type="email"] {
        max-width: 371px;
    }

.modal-header, .modal-footer {
    border-bottom: 0;
}

    .modal-footer .btn {
          font-family: 'Quicksand', sans-serif;
        max-width: 300px;
        height: 40px;
        border-radius: 5px;
        border-color: transparent;
        background-color: #eb008b;
        border-color: transparent;
        font-size: 20px;
        color: #ffffff;
        margin: 0 auto;
        line-height: 20px;
    }

    .modal-footer button:hover {
        background-color: #fff;
    }

    .modal-header .btn-close {
        margin: -0.5rem auto;
    }

.modal-header {
    padding: 1rem 1rem 0;
}

.modal-body ul {
    color: white;
    font-size: 14px;
}

/*MODAL END*/


.pollSlider {
    position: fixed;
    width: 100%;
    background: #eb008b;
    bottom: -200px;
    height: 200px;
}

#pollSlider-button {
    position: fixed;
    bottom: 0px;
    left: calc(50% - 100px);
}

.carousel-control-next, .carousel-control-prev {
    z-index: 0;
}

@media (max-width:600px){

    .spider_2, .spider_4, .spider_3, .spider_1 {
        display: none;
    }
}

@media screen and (min-width: 1366px) and (max-width: 1367px) and (orientation: landscape) {
    .main {
        height: 100vh !important;
        width: 100%;
        padding-top: 100px;
        padding-bottom: 25px;
    }

    /*.eyeCandy{
        width:500px;
    }

    .offerText {
        width: 500px;
    }*/

}





/*@media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 960px;
    }
}*/

    @media screen and (min-width: 240px) and (max-width: 480px) and (orientation: portrait) {

        .CapBtn {
            font-size: 28px;
            padding: 8px 65px;
        }

        .codeText {
            max-width: 280px;
            margin: 0 auto;
            margin-top: 25px;
        }

        nav ul {
            margin: 0 auto;
            float: initial;
            text-align: center;
            padding: 0;
            margin-bottom: 20px;
            position: relative;
            background-color: #008ae8;
            box-shadow: 0 5px 10px #000000;
        }

            nav ul li {
                margin: 4px 4px;
            }

        label.logo {
            display: none;
        }

        .casinoLogo {
            padding: 15px 0;
            background-color: #000033;
            height: fit-content;
            width: 100%;
            box-shadow: 0 5px 10px #000000;
        }

            .casinoLogo img {
                margin: 0 auto;
                display: block;
                max-width: 88px;
            }


        .codeText p {
            line-height: 55px;
            margin-bottom: 0px;
            font-size: 22px;
        }

        p.tagLine {
            font-size: 18px;
        }

        .main {
            box-shadow: none;
            border-left: none;
            border-right: none;
            border-bottom: none;
            padding-top: 140px;
            height: auto;
        }

        .container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
            padding-right: 0;
            padding-left: 0;
        }
    }

    @keyframes flicker {

        0% {
            text-shadow: 0 0 8px rgba(1, 167, 250, 0.6), 0 0 16px rgba(1, 167, 250, 0.4), 0 0 20px rgba(255, 0, 84, 0.2), 0 0 22px rgba(255, 0, 84, 0.1);
            color: #01ecfa;
        }

        100% {
            text-shadow: 0 0 8px rgba(1, 167, 250, 0.6), 0 0 16px rgba(1, 167, 250, 0.4), 0 0 20px rgba(255, 0, 84, 0.2), 0 0 22px rgba(255, 0, 84, 0.1);
            color: #01ecfa;
        }
    }

    @-moz-keyframes flicker {
        0%, 6%, 12% {
            text-shadow: none;
            color: #111111;
        }

        3%, 9% {
            text-shadow: 0 0 8px rgb(1, 167, 250, 0.60);
            color: #01ecfa;
        }

        60% {
            text-shadow: 0 0 8px rgba(1, 167, 250, 0.6), 0 0 16px rgba(1, 167, 250, 0.4), 0 0 20px rgba(255, 0, 84, 0.2), 0 0 22px rgba(255, 0, 84, 0.1);
            color: #01ecfa;
        }

        100% {
            text-shadow: 0 0 8px rgba(1, 167, 250, 0.6), 0 0 16px rgba(1, 167, 250, 0.4), 0 0 20px rgba(255, 0, 84, 0.2), 0 0 22px rgba(255, 0, 84, 0.1);
            color: #01ecfa;
        }
    }

    @-webkit-keyframes flicker {
        0%, 6%, 12% {
            text-shadow: none;
            color: #111111;
        }

        3%, 9% {
            text-shadow: 0 0 8px rgba(1, 167, 250, 0.6);
            color: #01ecfa;
        }

        60% {
            text-shadow: 0 0 8px rgba(1, 167, 250, 0.6), 0 0 16px rgba(1, 167, 250, 0.4), 0 0 20px rgba(255, 0, 84, 0.2), 0 0 22px rgba(255, 0, 84, 0.1);
            color: #01ecfa;
        }

        100% {
            text-shadow: 0 0 8px rgba(1, 167, 250, 0.6), 0 0 16px rgba(1, 167, 250, 0.4), 0 0 20px rgba(255, 0, 84, 0.2), 0 0 22px rgba(255, 0, 84, 0.1);
            color: #01ecfa;
        }
    }

    @keyframes flicker {
        0%, 6%, 12% {
            text-shadow: none;
            color: #111111;
        }

        3%, 9% {
            text-shadow: 0 0 8px rgba(1, 167, 250, 0.6);
            color: #01ecfa;
        }

        60% {
            text-shadow: 0 0 8px rgba(1, 167, 250, 0.6), 0 0 16px rgba(1, 167, 250, 0.4), 0 0 20px rgba(255, 0, 84, 0.2), 0 0 22px rgba(255, 0, 84, 0.1);
            color: #01ecfa;
        }

        100% {
            text-shadow: 0 0 8px rgba(1, 167, 250, 0.6), 0 0 16px rgba(1, 167, 250, 0.4), 0 0 20px rgba(255, 0, 84, 0.2), 0 0 22px rgba(255, 0, 84, 0.1);
            color: #01ecfa;
        }
    }